.c_head_top {
  background: #fff;
}

.localtime .time {
  display: none;
}

.localtime span {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}

.localtime .rt {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}

.localtime .rt .date {
  display: inline-block;
  vertical-align: middle;
}

.localtime .rt .week {
  display: inline-block;
  vertical-align: middle;
}

.c_head_top .login {
  height: 50px;
  margin-left: 32px;
}

.c_head_top .login .col {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.c_head_top .login .col span {
  line-height: 50px;
}

.c_head_top .login .col input {
  width: 90px;
  height: 24px;
  padding: 0 5px;
  line-height: 24px;
  border: 1px solid #e3e3e3;
  outline: none;
}

.c_head_top .login .login_btn {
  display: inline-block;
  width: 50px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  background: #ff9800;
}

.c_head_top .search {
  position: relative;
  width: 200px;
  height: 24px;
  margin-top: 14px;
  background: none;
}

.c_head_top .search input {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 4%;
  width: 140px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px 0 0 4px;
  outline: none;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-right: none;
}

.c_head_top .search .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 24px;
  padding: 0 5px;
  border-radius: 0 4px 4px 0;
  line-height: 24px;
  text-align: right;
  color: #fff;
  background: url(../images/icon_search.png) no-repeat center left 5px;
  background-size: 18px 18px;
  background-color: #128eeb;
  cursor: pointer;
  z-index: 2;
}

.c_head_top .fr img {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}

.c_head_top .fr span {
  display: inline-block;
  color: #333;
  line-height: 30px;
  vertical-align: middle;
}

.c_head_title {
  height: 230px;
  padding: 45px 0;
  background: url(../images/index_top_bg.png) no-repeat center;
  background-size: cover;
}

.c_head_title .tit {
  text-align: center;
  font-size: 40px;
  color: #0089e1;
  font-weight: bold;
  font-family: "Source Han Serif CN";
}
.c_head_title .tit2 {
  text-align: center;
  font-size: 30px;
  color: #0089e1;
  font-weight: bold;
  font-family: "Source Han Serif CN";
}

.c_head_title p {
  word-break: break-all;
  font-size: 21px;
  font-family: "Times";
  text-align: center;
  color: #0089e1;
  text-transform: capitalize;
}

header {
  background: #128eeb;
}

header .nav > li {
  float: left;
  position: relative;
  width: 125px;
  margin-right: 8px;
  line-height: 50px;
}

header .nav > li > a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: 0.6s;
}

header .nav > li.cur > a,
header .nav > li:hover > a {
  background: url(../images/nav_bg.jpg) no-repeat center;
}

header .nav > li ul {
  position: absolute;
  display: none;
  top: 50px;
  left: 0;
  min-width: 100%;
  padding: 20px 0;
  z-index: 99;
  background: #2092e2;
}

header .nav > li:hover ul {
  display: block;
}

header .nav > li ul li {
  position: relative;
  width: 100%;
  line-height: 26px;
}

header .nav li ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 34px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
header .nav li ul li a:hover {
  text-decoration: underline;
}
header .nav li ul li a:after {
  position: absolute;
  left: 18px;
  top: 8px;
  height: 10px;
  width: 5px;
  /* background: url(../images/bg03.png) no-repeat center;
    background-size: 5px 10px; */
  content: "";
}

.swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.banner .swiper-container .swiper-button-next {
  width: 42px;
  height: 68px;
  right: 20px;
  border-radius: 4px;
  background: url(../images/icon_next_white.png) no-repeat center;
  background-size: 17px 30px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.6s;
  opacity: 0.6;
}

.banner .swiper-container .swiper-button-prev {
  width: 42px;
  height: 68px;
  left: 20px;
  border-radius: 4px;
  background: url(../images/icon_prev_white.png) no-repeat center;
  background-size: 17px 30px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.6s;
  opacity: 0.6;
}

.banner .swiper-container .swiper-button-prev:hover {
  opacity: 1;
}

.banner .swiper-container .swiper-button-next:hover {
  opacity: 1;
}

.banner .swiper-container .swiper-pagination {
  bottom: 30px;
}

.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  opacity: 1;
  background: none;
}

.banner .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #fff;
}

.news {
  margin: 20px 0 0;
  padding: 36px 20px;
  border: 1px solid #e5e9eb;
}

.news .tit {
  margin-bottom: 40px;
  padding: 0 100px;
}

.news .tit p {
  margin-bottom: 10px;
  font-family: "Microsoft YaHei";
  text-align: center;
  font-size: 30px;
  color: #0089e1;
}

.news .news-container {
  float: left;
  width: 640px;
}

.news .swiper-wrapper img {
  display: block;
  width: 100%;
  height: 426px;
  object-fit: contain;
}

.news .swiper-wrapper .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 150px 0 20px;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  line-height: 60px;
}

.news .news-container .swiper-pagination {
  padding-right: 20px;
  bottom: 20px;
  text-align: right;
}

.news .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  opacity: 1;
  background: none;
}

.news .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #0089e1;
  border: none;
}

.c_wrap {
  padding: 0 20px;
  border: 1px solid #e6e5e6;
  border-top: 2px solid #0089e1;
}

.news .c_wrap {
  border: none;
}

.news .c_wrap {
  width: 492px;
  height: 366px;
}

.c_wrap .c_tit {
  padding-top: 15px;
}

.c_wrap .c_tit h1 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.news .c_wrap .c_tit h1 {
  margin-right: 40px;
  color: #999;
  cursor: pointer;
}

.news .c_wrap .c_tit h1:hover,
.news .c_wrap .c_tit h1.cur {
  position: relative;
  color: #333;
}

.news .c_wrap .c_tit h1:hover::after,
.news .c_wrap .c_tit h1.cur::after {
  position: absolute;
  width: 30px;
  height: 4px;
  left: 25px;
  bottom: -8px;
  background: #0089e1;
  content: "";
}

.c_wrap .c_tit a {
  line-height: 29px;
  color: #666;
}

.c_wrap .c_tit a:hover {
  color: #0089e1;
}

.c_wrap .info_top {
  margin: 24px 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.c_wrap .info_top a {
  color: #666;
}
.c_wrap .info_top h2 {
  font-size: 18px;
  color: #0089e1;
  font-weight: bold;
}

.c_wrap .info_top p {
  margin-top: 17px;
  font-size: 16px;
  line-height: 24px;
}

.c_wrap .c_list li {
  line-height: 34px;
  font-size: 14px;
  border-bottom: 1px dashed #e5e9eb;
}

.c_wrap .c_list li a {
  display: flex;
  position: relative;
  padding-left: 15px;
  justify-content: space-between;
  color: #666;
}

.c_wrap .c_list li:hover a {
  color: #0089e1;
}

.c_wrap .c_list li a:before {
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #606060;
  content: "";
}

.gray {
  margin-top: 30px;
  padding: 20px 0;
  background: #f9f9f9;
}

.content2 {
  padding: 20px 0;
  margin-top: 30p;
}

.content2 .c_wrap {
  height: 366px;
  background: #fff;
}

.content2 .c_wrap.left {
  width: 640px;
}

.content2 .c_wrap.right {
  width: 540px;
}

.c_tit .tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_tit .tab span {
  display: block;
  padding: 0 6px;
  font-size: 12px;
}

.c_tit .tab span.cur {
  font-weight: bold;
  color: #0089e1;
}

.c_tit .tab .bar {
  height: 12px;
  width: 1px;
  background: #666;
}

.c_wrap .tab_li {
  margin-top: 30px;
}

.content2 .c_wrap .tab_li .top {
  margin-bottom: 20px;
}

.tab_li .top img {
  width: 154px;
  height: 86px;
  margin-right: 15px;
}

.tab_li .top h1 {
  font-size: 18px;
  font-weight: bold;
  color: #0089e1;
}

.tab_li .top p {
  margin-top: 20px;
  color: #333;
}

.gray .c_list {
  padding: 15px 0;
}

.content3 {
  padding: 30px 0;
}

.content3 .tit {
  font-size: 0;
  text-align: center;
}

.content3 .tit .bar {
  display: inline-block;
  width: calc(50% - 58px);
  height: 1px;
  background: #dcdcdc;
  vertical-align: middle;
}

.content3 .tit span {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
  color: #128eeb;
  font-weight: bold;
  vertical-align: middle;
}

.content3 .tit span:after {
  position: absolute;
  height: 2px;
  width: 50px;
  right: -62px;
  top: 13px;
  background: #0089e1;
  content: "";
}

.content3 .tit span:before {
  position: absolute;
  height: 2px;
  width: 50px;
  left: -62px;
  top: 13px;
  background: #0089e1;
  content: "";
}

.content3 .flex {
  margin-top: 20px;
}

.content3 .left {
  width: 600px;
}

.content3 .left img {
  width: 100%;
}

.content3 .left .swiper-button-next {
  width: 36px;
  height: 36px;
  background: url(../images/arrow-right-circle-fill.png) no-repeat center;
  background-size: 36px 36px;
}

.content3 .left .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: url(../images/arrow-left-circle-fill.png) no-repeat center;
  background-size: 36px 36px;
}

.content3 .flex .right {
  float: left;
  width: 600px;
  padding: 0 19px 0 28px;
}

.content3 .flex .right .row {
  padding: 14px 0 10px;
  font-size: 18px;
  border-bottom: 1px dashed #e5e9eb;
}

.content3 .flex .right .row p {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  color: #666;
}

.content3 .flex .right .row p::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #606060;
  content: "";
}

.friendship .tit {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.friendship .tit::after {
  position: absolute;
  width: 80px;
  height: 4px;
  bottom: -10px;
  left: 0;
  background: #0089e1;
  content: "";
}

.friendship .row_wrap {
  margin-top: 10px;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
}

.friendship .row_wrap .row {
  margin-bottom: 10px;
}

.friendship .row_wrap .row span {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.friendship .row_wrap .row a {
  display: inline-block;
  margin: 0 10px;
  color: #666;
}

footer {
  border-top: 10px solid #1561af;
  background: #f6f6f6;
}

footer .code {
  float: right;
}

.copyright {
  padding: 25px 0;
}

.copyright .fl {
  padding: 40px 0;
  color: #999;
  line-height: 26px;
}
.copyright .fl a {
  color: #128eeb;
}
.copyright .code img {
  width: 120px;
}

/* 内页 */

.c_inner {
  margin-bottom: 30px;
}

.bread {
  padding: 15px 0;
  color: #999;
}

.bread img {
  width: 12px;
  height: 10px;
}

.bread a {
  color: #999;
}

.bread a:hover {
  text-decoration: underline;
}

.c_left_nav {
  width: 250px;
  border-bottom: 2px solid #eaeaea;
}

.c_left_nav .tit {
  height: 102px;
  padding: 22px 0 0 20px;
  background: #128eeb;
}

.c_left_nav .tit h2 {
  margin-bottom: 6px;
  font-size: 24px;
  color: #fff;
}

.c_left_nav .tit span {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  font-family: "Times";
}

.c_left_nav ul li {
  line-height: 22px;
  background: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
}

.c_left_nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 36px;
  color: #666;
}

.c_left_nav ul li a:after {
  position: absolute;
  right: 23px;
  top: 18px;
  width: 8px;
  height: 7px;
  background: url(../images/tb10-1.png) no-repeat center;
  background-size: 8px 7px;
  content: "";
}

.c_left_nav ul li.cur,
.c_left_nav ul li:hover {
  background: #ecf7ff;
}

.c_left_nav ul li.cur a:after,
.c_left_nav ul li:hover a:after {
  background: url(../images/tb10.png) no-repeat center;
  background-size: 8px 7px;
}

.c_right {
  width: 910px;
  padding: 0 0 30px;
  background: #fff;
}

.c_right .c_tit2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.c_right .c_tit2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: #0089e1;
  content: "";
}

.c_right .c_tit2 span {
  font-weight: bold;
}

.c_info {
  padding: 0 0 20px 0;
}

.c_info p {
  margin: 20px 0;
  text-indent: 2em;
  font-size: 16px;
  line-height: 28px;
}

.c_info p img {
  /* margin-left: -32px; 
    max-width: 100%;*/
}

.c_info img {
  display: block;
  max-width: 100%;
  margin: 30px auto;
}

.c_img_list ul {
  display: flex;
  flex-wrap: wrap;
}

.c_img_list ul li {
  width: 30%;
  margin: 20px 5% 20px 0;
}

.c_img_list ul li:nth-child(3n) {
  margin: 20px 0;
}

.c_img_list ul li .pic {
  width: 100%;
}

.c_img_list ul li .pic img {
  width: 100%;
}

.c_img_list ul li .info {
  background: #ecf7ff;
  text-align: center;
}

.c_img_list ul li .info p {
  /* line-height: 36px; */
  padding: 10px;
  color: #333;
}

.c_page {
  margin-top: 20px;
  padding-top: 20px;
  /* border-top: 1px solid #ccc; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .c_page ul{
    margin: 0 auto;
    text-align: center;
} */

.c_page span {
  margin: 0 4px;
}

.c_page span a {
  display: block;
  padding: 8px 12px;
  color: #333;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}

.c_page span.cur a,
.c_page span:hover a {
  background: #1890ff;
  color: #fff;
}

/* 发展历程 */

.develop {
  position: relative;
}

.develop:before {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 100%;
  width: 1px;
  background: #e3e3e3;
  content: "";
}

.develop .row {
  display: flex;
  position: relative;
  /* padding:0 40px; */
  margin: 30px 0;
  transition: 0.6s;
}

.develop .row:after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  content: "";
}

.develop .row .pic {
  width: 210px;
  height: 150px;
}

.develop .row .info {
  padding-left: 40px;
}

.develop .row .info .year {
  /* margin-bottom: 10px; */
  font-size: 30px;
  color: #128eeb;
}

.develop .row .info p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

/* 新闻列表 */

.c_news_list .top img {
  width: 400px;
  height: 229px;
  margin-right: 15px;
}

.c_news_list .top h1 {
  font-size: 24px;
  font-weight: bold;
  color: #0089e1;
}

.c_news_list .top p {
  margin-top: 20px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

.c_news_list .c_list {
  margin-top: 30px;
  /*padding-top: 20px; 
	 border-top:1px solid #eee; */
}

.c_news_list .c_list li {
  line-height: 34px;
  font-size: 16px;
  border-bottom: 1px dashed #eee;
}

.c_news_list .c_list li a {
  position: relative;
  padding-left: 15px;
  color: #666;
}

.c_news_list .c_list li:hover a {
  /*text-decoration: underline;*/
  color: #128eeb;
}

.c_news_list .c_list li a:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #606060;
  content: "";
}
.c_news_list .c_list li span {
  float: right;
}

/* 新闻详情 */

.news_show .top {
  padding: 30px 0 15px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}

.news_show .top h2 {
  font-weight: bold;
  font-size: 28px;
  color: #333;
}

.news_show .top span {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}

/* 招贤纳士 */

.job .row {
  margin-bottom: 2px;
}

.job .row .tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 2%;
  background: linear-gradient(90deg, #128eeb 0%, #379eeb 100%);
}

.job .row .tit .job_name {
  float: left;
  color: #fff;
  font-size: 16px;
}

.job .row .tit .job_name span {
  line-height: 36px;
  color: #fff;
  font-size: 16px;
}

.job .row .tit .tab_btn {
  float: right;
  line-height: 50px;
}

.job .row .tit .tab_btn p {
  float: left;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
}

.job .row .tit .tab_btn i {
  float: right;
  width: 35px;
  height: 20px;
  margin-top: 16px;
  background: url(../images/icon_arrow_down.png) no-repeat center;
  background-size: 17px 10px;
  transition: 0.6s;
}

.job .row.cur .tit .tab_btn i {
  transform: rotate(180deg);
}

.job .row .info {
  padding: 30px 10px;
  display: none;
  background: #eee;
}

.job .row .info .top {
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
  flex-wrap: wrap;
}

.job .row .info .top .wrap {
  width: 25%;
  padding: 10px 1%;
  font-size: 16px;
  color: #666;
}

.job .row .info .bot {
  padding: 30px 0;
}

.job .row .info .bot p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}

.job .row .info .bot p.mt {
  margin-top: 48px;
}

.contact {
  position: relative;
}

.contact .contact_info {
  position: absolute;
  padding: 33px 70px 40px 35px;
  bottom: 0;
  background: #0089e1;
  border-radius: 0 60px 0 0;
  z-index: 2;
}

.contact .contact_info .tit {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  margin-bottom: 25px;
}

.contact .contact_info h2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 40px;
}

.contact .contact_info p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}

.map {
  width: 100%;
  height: 512px;
}

.flash {
  margin-top: 20px;
}

.flash .tit {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  background: #f6f6f6;
}

.flash embed {
  width: 100%;
  height: 620px;
  border: 1px solid #e3e3e3;
}

.unit .wrap {
  display: flex;
  background: #f6f6f6;
  margin-bottom: 30px;
  justify-content: space-between;
}

.unit .wrap .left {
  width: 455px;
}

.unit .wrap .left img {
  width: 100%;
}

.unit .wrap .right {
  position: relative;
  width: calc(100% - 455px);
  padding: 32px 34px;
}

.unit .wrap .right .tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.unit .wrap .right p {
  font-size: 16px;
  line-height: 30px;
}

.unit .wrap .right::before {
  position: absolute;
  width: 24px;
  height: 44px;
  left: -24px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/dec_arrow.png) no-repeat center;
  background-size: 24px 44px;
  content: "";
}

.unit .wrap .right .more {
  display: block;
  width: 74px;
  height: 32px;
  margin-top: 40px;
  text-align: center;
  line-height: 32px;
  background: #1890ff;
  color: #fff;
}

.unit .wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.unit .wrap:nth-child(even) .right::before {
  transform: translate(0, -50%) rotate(180deg);
  left: inherit;
  right: -24px;
}

.team .row .tit {
  height: 60px;
  padding-left: 20px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 60px;
  background: #f6f6f6;
}

.team .col_wrap {
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: center;
  background: #ecf7ff;
}

.team .col_wrap .col {
  width: 180px;
  margin: 0 35px 20px 0;
}

.team .col_wrap .col .pic {
  margin: 0 auto;
}

.team .col_wrap .col .pic img {
  display: block;
  width: 150px;
  height: 188px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  padding: 10px;
  background-color: #ffffff;
}

.team .col_wrap .col .info {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.team_show .tit {
  height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #f6f6f6;
  line-height: 60px;
}

.team_show .info {
  padding: 20px 35px 36px;
  background: #ecf7ff;
}

.team_show .info img,
.team_show .info p img {
  display: block;
  max-width: 100%;
  margin: 30px auto;
  border: 10px solid #fff;
}

.team_show .info p img {
  margin-left: -32px;
}

.team_show .info p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 16px;
}

.c_img_list_hide {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -9;
}

.c_img_list_hide .mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.c_img_list_hide .swiper-slide {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.c_img_list_hide .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
}

.c_img_list_hide .swiper-container {
  height: 100%;
}

.c_img_list_hide .swiper-button-next {
  width: 30px;
  height: 30px;
  background: url(../images/icon_next_white.png) no-repeat center;
  background-size: 17px 30px;
}

.c_img_list_hide .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: url(../images/icon_prev_white.png) no-repeat center;
  background-size: 17px 30px;
}

.c_img_list_hide .close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center;
  background-size: 32px 32px;
  z-index: 999;
}

/*20201023*/
.team .col_wrap .col2 .pic2 {
  margin: 0 auto;
}

.team .col_wrap .col2 .pic2 img {
  display: block;
  width: 200px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  padding: 10px;
  background-color: #ffffff;
}
.team .col_wrap .col2 {
  width: 200px;
  margin: 0 16px 20px 0;
}

.team .col_wrap .col2 .pic2 {
  margin: 0 auto;
}

.team .col_wrap .col2 .info {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.c_wrap .c_list li .list_txt1 {
  width: 440px;
}
.c_wrap .c_list li .list_txt {
  width: 470px;
}
.c_wrap .c_list li .list_txt2 {
  width: 380px;
}
.news .tit a {
  color: #0089e1;
}
/* 2020.10.24 */

.c_news_list .c_list li a {
  display: flex;
  justify-content: space-between;
}

.c_news_list .c_list li span {
  float: inherit;
}

.c_news_list .c_list li span:nth-child(1) {
  width: calc(100% - 120px);
}

.c_news_list .c_list li span:nth-child(2) {
  display: block;
  width: 100px;
  text-align: right;
}

.c_news_list .c_list li a:before {
  top: 14px;
}

.c_news_list .c_list li a:hover span {
  color: #0089e1;
}

.page {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.page .row {
  display: block;
  margin: 30px 0;
  font-size: 18px;
}

.page .c_more {
  position: absolute;
  width: 80px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  right: 0;
  background: #0d68d3;
  color: #fff;
  border-radius: 8px;
}
.page .row a {
  color: #666;
}

/* 11.2 */

.list_tab {
  display: flex;
  justify-content: center;
}

.list_tab .list_tab_btn {
  display: block;
  padding: 5px 24px;
  margin: 0 15px;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  border-radius: 24px;
  color: #666;
}

.list_tab .list_tab_btn.cur,
.list_tab .list_tab_btn:hover {
  background: #0089e1;
  border: 1px solid #0089e1;
  color: #fff;
}

.list_tab_wrap .c_news_list:nth-child(2) {
  display: none;
}
