.pageWrap .pageTit {
  margin-bottom: 40px;
}

.searchResultTit {
  border-bottom: 1px solid #e4e4e4;
  font-size: 24px;
  padding-bottom: 20px;
  color: #333333;
  margin-bottom: 10px;
}

.team-list ul {
  margin: 0 0 3.5%;
}

.team-list ul li {
  margin-bottom: 4%;
  padding: 4%;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  float: left;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .team-list ul li {
    width: 100%;
  }
}

.team-list ul li::after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 2px;
  width: 0%;
  transform: translateX(-50%);
  background: #01438c;
  transition: all ease .3s;
  opacity: 0;
}

.team-list ul li:hover::after {
  opacity: 1;
  width: 100%;
  transition: all ease .3;
}

.team-list ul li:nth-child(2n) {
  float: right;
}

.team-list ul li .photo {
  width: 40%;
  float: left;
}

.team-list ul li img {
  display: block;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0px 10px 18px 0px rgba(39, 39, 39, 0.17);
}

.team-list ul li .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.team-list ul li .caption h5 {
  font-size: 34px;
  font-weight: 500;
  color: rgba(85, 85, 85, 1);
  opacity: 0.87;
}

.team-list ul li .caption p {
  font-size: 22px;
  font-weight: 400;
  color: rgba(124, 124, 124, 1);
  margin-top: 0;
}

@media screen and (max-width: 1400px) {
  .team-list ul li .caption h5 {
    font-size: 30px;
  }
  .team-list ul li .caption p {
    font-size: 16px;
  }
}

.contact-us .contact-txt {
  float: left;
  width: 50%;
  padding-right: 5%;
}

.contact-us .contact-txt .c-data {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 40px;
  background: #0776ce;
}

.contact-us .contact-txt .c-data span {
  display: block;
  color: #fff;
  text-align: center;
}

.contact-us .contact-txt .c-data span.years {
  font-size: 16px;
}

.contact-us .contact-txt .c-data span.days {
  font-size: 34px;
}

.contact-us .contact-txt .c-tit {
  font-size: 16px;
  color: #000;
}

.contact-us .contact-txt p {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  margin-top: 20px;
}

.contact-us .contact-txt a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 30px;
  margin-top: 40px;
  line-height: 21px;
  position: relative;
}

.contact-us .contact-txt a em {
  float: right;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("../image/icon02.png") no-repeat center;
  -moz-background-size: 10px;
  background-size: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  right: 0;
}

.contact-us .contact-txt a:hover {
  color: #01438C;
}

.contact-us .contact-txt a.active {
  color: #01438C;
}

.contact-us .contact-txt a.active em {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-us .contact-img {
  float: right;
  width: 50%;
}

.contact-us .contact-img img {
  display: block;
  width: 100%;
}

.contact-down {
  display: none;
  margin-top: 40px;
  padding: 20px 30px;
  border-top: 4px solid #0776ce;
  background: #F4F4F4;
}

.contact-down p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin: 5px 0;
}

.information {
  max-width: 1400px;
  margin: 0 auto;
}

.information .infor-map {
  float: right;
  width: 50%;
}

.information .infor-map #map {
  width: 100%;
  height: 400px;
}

.information .infor-map #map img {
  max-width: inherit;
}

.information .infor-txt {
  float: left;
  width: 34.28%;
  height: 400px;
  /* padding-left: 5%; */
  border-top: 2px solid #155096;
  padding: 94px 0 0;
}

.information .infor-txt .t {
  width: 100%;
  height: 100%;
  display: table;
}

.information .infor-txt .t .c {
  width: 100%;
  height: 100%;
  display: table-cell;
  /* vertical-align: middle; */
}

.information .infor-txt h4 {
  font-size: 24px;
  color: #494949;
  font-weight: 600;
  margin-bottom: 10px;
}

.information .infor-txt p {
  font-size: 16px;
  color: #999;
  padding: 10px 0 20px;
}

.social .social-item {
  margin-bottom: 80px;
  position: relative;
}

.social .social-item:nth-child(even) .social-img {
  float: right;
}

.social .social-item:nth-child(even) .social-txt {
  float: left;
  left: 0;
  right: inherit;
}

.social .social-item:nth-child(even) .social-txt .social-txt-con {
  padding: 40px 25% 40px 40px;
}

.social .social-item .social-img {
  float: left;
  width: 55%;
  position: relative;
  z-index: 2;
}

.social .social-item .social-img img {
  display: block;
  width: 100%;
  max-width: inherit;
}

.social .social-item .social-txt {
  float: right;
  width: 55%;
  background: #efefef;
  position: absolute;
  top: 30px;
  right: 0;
}

.social .social-item .social-txt img {
  display: block;
  width: 100%;
}

.social .social-item .social-txt .social-txt-con {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 40px 40px 40px 25%;
}

.social .social-item .social-txt .social-txt-con .t {
  display: table;
  width: 100%;
  height: 100%;
}

.social .social-item .social-txt .social-txt-con .t .c {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.social .social-item .social-txt span {
  display: block;
  font-size: 24px;
  color: #333;
}

.social .social-item .social-txt p {
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  line-height: 30px;
  margin-top: 30px;
}

.news-wrap ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;

}

.news-wrap ul li .news-img {
  display: inline-block;
  width: 19%;
  margin-right: 3%;
  position: relative;
  vertical-align: middle;
  float:left;
}

.news-wrap ul li .news-img a {
  display: block;
}

.news-wrap ul li .news-img img {
  display: block;
  width: 100%;
}

.news-wrap ul li .news-img .newsImgCon {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 50.9%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.news-wrap ul li  .news-img + .news-txt {
  position: relative;
  width: 78%;
  vertical-align: middle;
  display: inline-block;
  /* padding-left: 20px; */
  /* position: absolute;
  top: 50%;
  right: 0; */
  /* -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.news-wrap ul li .news-txt h4 {
  padding-right: 100px;
}

.news-wrap ul li .news-txt h4 a {
  font-size: 18px;
  color: #333;
}

.news-wrap ul li .news-txt h4 a:hover {
  color: #d50a27;
}

.news-wrap ul li .news-txt .sj {
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 20px;
  right: 0;
}
.news-wrap ul li  .news-img + .news-txt .sj{
  top: 0px;
}

.news-wrap ul li .news-txt p {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-details-l {
  float: left;
  width: 70%;
  position: relative;
}

.news-details-l h2 {
  font-size: 36px;
  color: #333;
  font-weight: normal;
  /* text-align: center; */
}

.news-details-l span.sj {
  display: inline-block;
  font-size: 16px;
  color: #b8b8b8;
  position: relative;
  top: 20px;
}

@media screen and (max-width: 768px) {
  .news-details-l span.sj {
    display: block;
    top: 0;
    margin-top: 40px;
  }
  .news-details-l .news-share {
    text-align: left !important;
    margin-top: 20px;
  }
}

.news-details-l .news-share {
  text-align: center;
  margin-bottom: 30px;
}

.news-details-l .news-share a {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 4px;
}

.news-details-l .news-share a.xx {
  background: url("../image/share-icon01.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.news-details-l .news-share a.wechat {
  background: url("../image/share-icon02.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.news-details-l .news-share a.qzone {
  background: url("../image/share-icon03.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.news-details-l .news-share a.weibo {
  background: url("../image/share-icon04.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.news-details-l h4 {
  font-size: 24px;
  color: #494949;
  font-weight: normal;
  margin: 30px 0;
}

.news-details-l p {
  font-size: 16px;
  color: #494949;
  line-height: 28px;
  margin: 20px 0;
}

.news-details-l img {
  display: block;
  margin: 0 auto;
}

.news-details-l span.ly {
  display: block;
  font-size: 16px;
  color: #494949;
  text-align: right;
}

.news-details-l .back {
  padding: 0 0 0 20px;
  background: url(../image/back.jpg) left center no-repeat;
  margin: 60px 0;
  display: block;
}

.news-details-list {
  float: left;
  width: 26%;
  margin-left: 4%;
  padding: 20px;
  background: #f6f6f6;
  display: none;
}

.news-details-list h4 {
  display: inline-block;
  font-size: 16px;
  color: #494949;
  background: #d2d2d2;
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.news-details-list ul li {
  margin: 20px 0;
  padding-left: 15px;
  position: relative;
}

.news-details-list ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #666;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}

.news-details-list ul li a {
  display: block;
  overflow: hidden;
}

.news-details-list ul li a:hover p span {
  color: #01438C;
}

.news-details-list ul li a p {
  float: left;
  width: 65%;
  font-size: 14px;
  color: #333;
  margin-right: 5%;
}

.news-details-list ul li a p span {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-details-list ul li a p em {
  font-size: 14px;
  color: #999;
}

.news-details-list ul li a img {
  float: left;
  width: 30%;
}

.hidden {
  display: none;
}

.investment ul {
  width: 101%;
  margin-left: -0.5%;
}

.investment ul li {
  float: left;
  width: 24%;
  margin: 0.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.investment ul li.active a span {
  color: #fff;
  background: #0776ce;
}

.investment ul li a {
  display: block;
}

.investment ul li a img {
  width: 100%;
  height: 225px;
}

.investment ul li a span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: center;
  background: #f4f4f4;
  padding: 8px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.investment .showMore-Btn {
  margin-top: 30px;
  text-align: center;
}

.investment .showMore-Btn a {
  display: inline-block;
  font-size: 14px;
  color: #333;
}

.investment .showMore-Btn a:hover {
  color: #0776ce;
}

.investment .investment-txt {
  margin-top: 30px;
}

.investment .investment-txt .investment-txt-item {
  display: none;
}

.investment .investment-txt .investment-txt-item.active {
  display: block;
}

.investment .investment-txt p {
  font-size: 14px;
  color: #333;
  text-indent: 2em;
  margin: 10px 0;
  line-height: 26px;
}

.business .business-top {
  overflow: hidden;
}

.business .business-top img {
  float: left;
  width: 36.5%;
}

.business .business-top .b-t-txt {
  float: left;
  width: 63.5%;
  text-align: center;
  position: relative;
}

.business .business-top .b-t-txt img {
  display: block;
  width: 100%;
}

.business .business-top .b-t-txt p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.business .business-top .b-t-txt p span {
  display: block;
  width: 100%;
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.business .business-swiper {
  position: relative;
  padding: 0 70px;
  margin-top: 80px;
}

.business .business-swiper .swiper-slide .b-slide-con {
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.business .business-swiper .swiper-slide .b-slide-con .b-slide-opacity {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(20, 79, 148, 0.8);
  position: relative;
}

.business .business-swiper .swiper-slide .b-slide-con .b-slide-opacity span {
  display: block;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-top: 10%;
}

.business .business-swiper .swiper-slide .b-slide-con .b-slide-opacity p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 10% 5%;
  opacity: 0.8;
}

.business .business-swiper .swiper-slide .b-slide-con .b-slide-opacity .b {
  width: 100%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
}

.business .business-swiper .swiper-button-prev {
  width: 46px;
  padding: 40px 0;
  border: 1px solid #dcdcdc;
  background: url("../image/b-btn-l.png") no-repeat center;
  -moz-background-size: 13px;
  background-size: 13px;
}

.business .business-swiper .swiper-button-next {
  width: 46px;
  padding: 40px 0;
  border: 1px solid #dcdcdc;
  background: url("../image/b-btn-r.png") no-repeat center;
  -moz-background-size: 13px;
  background-size: 13px;
}

.business-bottom {
  margin-top: 80px;
  padding: 60px 0;
  background: url("../image/bg-img01.jpg") no-repeat center;
  -moz-background-size: cover;
  background-size: cover;
}

.business-bottom .b-con {
  background: #fff;
  position: relative;
}

.business-bottom .b-b-txt {
  float: left;
  width: 63%;
  padding: 20px 5%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.business-bottom .b-b-txt p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.business-bottom .b-b-img {
  float: right;
  width: 37%;
}

.business-bottom .b-b-img img {
  display: block;
  width: 100%;
}
.history {
  margin: 0 auto;
  position: relative;
  max-width: 1080px;
  padding: 0 0 0 5%;
}

.history-box {
  background: url("../image/line-left.png") left 0 repeat-y;
}

.history .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 6px;
  display: block;
  background: #fff;
}

.history-box li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 48px 178px;
}

.history-box .cricle {
  position: absolute;
  left: -6px;
  top: 7px;
  height: 16px;
  width: 16px;
  background: url("../image/cricle.png") left top repeat-x;
  display: block;
}

.history-box .line {
  position: absolute;
  left: 0;
  top: 14px;
  height: 3px;
  width: 100px;
  background: url("../image/line-top.png") left top repeat-x;
  display: block;
}

.history-box .years {
  position: absolute;
  left: 50px;
  top: -5px;
  width: 113px;
  font-size: 16px;
  line-height: 40px;
  background: #154F95;
  color: #fff;
  display: block;
  border-radius: 8px;
  text-align: center;
}

.history #swiper-container1 {
  position: relative;
}

.history #swiper-container1 .swiper-container {
  margin: 0 60px;
  padding-bottom: 1px;
}

.history #swiper-container1 .swiper-slide {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #d0d1d2;
}

.history #swiper-container1 .swiper-slide.swiper-slide-active {
  color: #01438C;
  border: none;
  padding-bottom: 1px;
  background: url(../image/arrow-line2.png) no-repeat center bottom;
}

.history #swiper-container1 .swiper-slide a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.history #swiper-container1 .swiper-button-prev {
  width: 30px;
  height: 40px;
  padding: 10px;
  background: #fff url("../image/b-btn-l.png") no-repeat center;
  -moz-background-size: 12px;
  background-size: 12px;
  left: 0;
  margin-top: -12px;
}

.history #swiper-container1 .swiper-button-next {
  width: 30px;
  height: 40px;
  padding: 10px;
  background: #fff url("../image/b-btn-r.png") no-repeat center;
  -moz-background-size: 12px;
  background-size: 12px;
  right: 0;
  margin-top: -12px;
}

.history #swiper-container2 .swiper-slide .history-slide {
  padding: 40px 60px;
  overflow: hidden;
}

.history #swiper-container2 img {
  width: 100%;
  margin: 60px 0 0;
}

.history #swiper-container2 .swiper-slide .history-slide>span {
  display: block;
  float: left;
  font-size: 16px;
  color: #333;
  width: 20%;
  position: relative;
}

.history #swiper-container2 .swiper-slide .history-slide>span:before {
  content: '';
  width: 60%;
  height: 1px;
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  right: 0;
}

.history #swiper-container2 .swiper-slide .history-slide ul {
  float: left;
  width: 80%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.history #swiper-container2 .swiper-slide .history-slide ul li {
  font-size: 14px;
  color: #333;
  padding-left: 25px;
  margin-bottom: 15px;
  background: url("../image/icon03.png") no-repeat left center;
  -moz-background-size: 16px;
  background-size: 16px;
}

.history #swiper-container2 .swiper-slide h4 {
  font-size: 48px;
  font-weight: 600;
  color: rgba(102, 102, 102, 1);
  line-height: 43px;
  padding: 40px 60px;
}

.honor .swiper-container {
  text-align: center;
  margin: 0 4.28%;
}

.honor .swiper-container .img {
  border: 1px solid #a0a0a0;
  display: inline-block;
}

.honor #swiper-container1 .img {
  width: 88%;
}

.honor #swiper-container2 .img {
  width: 92%;
}

.honor .swiper-container p {
  color: #7B7B7B;
  font-size: 16px;
  padding: 54px 0 78px;
}

.swiper-wrapper-box {
  position: relative;
}

.swiper-wrapper-box .swiper-button-next, .swiper-wrapper-box .swiper-button-prev {
  margin: -104px 0 0;
}

@media screen and (max-width: 768px) {
  .history #swiper-container2 .swiper-slide h4 {
    font-size: 36px;
    font-weight: 600;
    color: rgba(102, 102, 102, 1);
    line-height: 43px;
    padding: 40px 0px;
  }
  .history {
    padding: 20px 0 60px 3%;
  }
  .history-box li {
    padding: 0 0 48px 148px;
  }
  .history-box .years {
    width: 86px;
  }
  .news-details-list {
    margin-left: 0;
    margin-top: 20px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 12px;
    background-size: 100%;
  }
  .honor .swiper-container p {
    color: #7B7B7B;
    font-size: 14px;
    padding: 30px 0 50px;
  }
  .swiper-wrapper-box .swiper-button-next, .swiper-wrapper-box .swiper-button-prev {
    margin: -85px 0 0;
  }
}

.js-list {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid #d0d1d2;
}

.js-list .js-list-item {
  float: left;
  width: 16.66%;
  padding: 0.5%;
}

.js-list .js-list-item .js-w {
  height: 280px;
  padding: 40px 20px;
  border: 1px solid #1678cb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}

.js-list .js-list-item .js-w span {
  display: inline-block;
  font-size: 44px;
  color: #1678cb;
  margin-bottom: 60px;
}

.js-list .js-list-item .js-w p {
  font-size: 16px;
  color: #333;
}

.js-con {
  margin-top: 80px;
}

.js-con .js-wrap .js-txt {
  float: left;
  width: 60%;
  padding-right: 10%;
}

.js-con .js-wrap .js-txt p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.js-con .js-wrap .js-img {
  float: right;
  width: 40%;
  border: 1px solid #1678cb;
}

.js-con .js-wrap .js-img img {
  display: block;
  width: 100%;
  position: relative;
  top: 40px;
  right: 10%;
}

.js-con .js-yj p {
  font-size: 30px;
  color: #666;
}

.js-con .js-sc ul li {
  float: left;
  width: 25%;
  padding: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.js-con .js-sc ul li a {
  display: block;
}

.js-con .js-sc ul li img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 2px 2px 12px #EEEEEE;
  -moz-box-shadow: 2px 2px 12px #EEEEEE;
  box-shadow: 2px 2px 12px #EEEEEE;
}

.group {
  padding: 4%;
  background: #f4f4f4;
}

.group img {
  float: right;
  width: 50%;
  margin-left: 5%;
  margin-bottom: 3%;
}

.group p {
  font-size: 16px;
  color: #666;
  text-indent: 2em;
  line-height: 28px;
  margin-bottom: 40px;
}

.jg img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .js-list {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .js-list .js-list-item .js-w {
    height: 240px;
  }
  .js-list .js-list-item .js-w span {
    font-size: 36px;
    margin-bottom: 45px;
  }
  .js-con {
    margin-top: 50px;
  }
  .js-con .js-yj p {
    font-size: 24px;
  }
  .team-list ul li .team-txt .bs-name {
    font-size: 26px;
  }
  .team-list ul li .team-txt .bs-title {
    font-size: 18px;
  }
  .team-list ul li .team-txt p {
    font-size: 16px;
  }
  .business .business-top .b-t-txt p span {
    font-size: 20px;
  }
  .business .business-swiper .swiper-slide .b-slide-con {
    height: 440px;
  }
  .business .business-swiper .swiper-slide .b-slide-con .b-slide-opacity span {
    font-size: 22px;
  }
  .business .business-swiper .swiper-slide .b-slide-con .b-slide-opacity .b {
    font-size: 18px;
  }
  .social .social-item .social-txt .social-txt-con {
    padding: 20px 20px 20px 23%;
  }
  .social .social-item .social-txt span {
    font-size: 20px;
  }
  .social .social-item .social-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 960px) {
  .pageWrap .pageTit {
    margin-bottom: 35px;
  }
  .news-details-l {
    width: 100%;
    clear: both;
  }
  .news-details-list {
    width: 100%;
    clear: both;
  }
  .group p {
    font-size: 14px;
    line-height: 24px;
  }
  .js-list .js-list-item .js-w {
    height: 200px;
    padding: 20px 10px;
  }
  .js-list .js-list-item .js-w span {
    font-size: 26px;
  }
  .js-list .js-list-item .js-w p {
    font-size: 14px;
  }
  .js-con .js-yj p {
    font-size: 18px;
  }
  .js-con .js-wrap .js-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .team-list ul li .team-txt .bs-name {
    font-size: 22px;
  }
  .team-list ul li .team-txt .bs-title {
    font-size: 16px;
  }
  .team-list ul li .team-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .business .business-top .b-t-txt p span {
    font-size: 18px;
  }
  .business .business-swiper {
    margin-top: 40px;
    padding: 0 44px;
  }
  .business .business-swiper .swiper-slide .b-slide-con {
    height: 340px;
  }
  .business .business-swiper .swiper-slide .b-slide-con .b-slide-opacity span {
    font-size: 20px;
  }
  .business .business-swiper .swiper-slide .b-slide-con .b-slide-opacity p {
    font-size: 14px;
    line-height: 24px;
  }
  .business .business-swiper .swiper-slide .b-slide-con .b-slide-opacity .b {
    font-size: 16px;
  }
  .business .business-swiper .swiper-button-prev {
    width: 34px;
    padding: 25px 0;
    left: 0;
  }
  .business .business-swiper .swiper-button-next {
    width: 34px;
    padding: 25px 0;
    right: 0;
  }
  .business-bottom {
    margin-top: 40px;
    padding: 40px 0;
  }
  .business-bottom .b-b-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .investment ul li a img {
    height: auto;
  }
  .news-wrap ul li .news-img {
    width: 30%;
  }
  .news-wrap ul li .news-img + .news-txt{
    width: 100%;
  }
  .news-wrap ul li .news-txt h4 a {
    font-size: 16px;
  }
  .news-wrap ul li .news-txt p {
    font-size: 14px;
  }
  .news-wrap .news-more a {
    line-height: 40px;
  }
  .social .social-item {
    margin-bottom: 40px;
  }
  .social .social-item .social-img {
    float: none;
    width: 100%;
  }
  .social .social-item .social-txt {
    float: none;
    width: 100%;
    position: inherit;
    top: inherit;
    right: inherit;
  }
  .social .social-item .social-txt img {
    display: none;
  }
  .social .social-item .social-txt .social-txt-con {
    position: inherit;
    top: inherit;
    right: inherit;
    padding: 20px !important;
  }
  .information .infor-map {
    float: none;
    width: 100%;
  }
  .information .infor-map #map {
    height: 340px;
  }
  .information .infor-txt {
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .group img {
    float: none;
    width: 100%;
    margin-left: inherit;
    margin-bottom: inherit;
  }
  .group p {
    margin-bottom: 20px;
  }
  .js-list .js-list-item {
    width: 33.33%;
  }
  .js-con .js-wrap .js-img {
    float: none;
    width: 100%;
    border: none;
  }
  .js-con .js-wrap .js-img img {
    position: inherit;
    top: inherit;
    right: inherit;
  }
  .js-con .js-wrap .js-txt {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .js-con .js-sc ul li {
    width: 50%;
  }
  .team-list ul li {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .team-list ul li img {
    float: none;
    width: 150px;
    margin: 0 auto;
  }
  .team-list ul li .team-txt {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .history #swiper-container2 .swiper-slide .history-slide {
    padding: 30px 10px;
  }
  .history #swiper-container2 .swiper-slide .history-slide>span {
    float: none;
    width: auto;
    font-size: 20px;
  }
  .history #swiper-container2 .swiper-slide .history-slide>span:before {
    display: none;
  }
  .history #swiper-container2 .swiper-slide .history-slide ul {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .business .business-top img {
    float: none;
    width: 100%;
  }
  .business .business-top .b-t-txt {
    float: none;
    width: 100%;
    padding: 20px 10px;
    background: #f2f8fd;
  }
  .business .business-top .b-t-txt img {
    display: none;
  }
  .business .business-top .b-t-txt p {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .business .business-top .b-t-txt p span {
    font-size: 16px;
    line-height: 28px;
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .business-bottom .b-b-img {
    float: none;
    width: 100%;
  }
  .business-bottom .b-b-txt {
    float: none;
    width: 100%;
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .investment ul li {
    width: 32.33%;
  }
  .contact-us .contact-img {
    float: none;
    width: 100%;
  }
  .contact-us .contact-txt {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .contact-us .contact-txt .c-data {
    margin-bottom: 20px;
  }
  .contact-us .contact-txt .c-data span.years {
    font-size: 14px;
  }
  .contact-us .contact-txt .c-data span.days {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .js-list .js-list-item {
    width: 50%;
  }
  .js-list .js-list-item .js-w {
    height: 160px;
  }
  .js-list .js-list-item .js-w span {
    margin-bottom: 20px;
  }
  .js-con .js-sc ul li {
    width: 100%;
  }
  .investment ul li {
    width: 49%;
  }
  .investment ul li a span {
    height: 38px;
    overflow: hidden;
    position: inherit;
    left: inherit;
    bottom: inherit;
  }
  .news-wrap ul li .news-img {
    float: none;
    width: 100%;
  }
  .news-wrap ul li .news-txt {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    position: inherit;
    top: inherit;
    right: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .news-wrap ul li .news-txt h4 {
    padding-right: 0;
  }
  .news-wrap ul li .news-txt .sj {
    display: inline-block;
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
}

.leaderspeech {
  background: url(../image/about_01.jpg) no-repeat center bottom;
  /* background-size: auto 100%; */
  background-size: cover;
  padding: 0% 0 5%;
  width: 100%;
  margin: 0 0 -80px;
}

.leaderspeech .leaderspeech-main {
  background: rgba(21, 105, 182, 0.65);
  padding: 4%;
  color: #fff;
  width: 100%;
  margin-top: 5%;
}

.leaderspeech .photo {
  width: 22.37%;
}

.leaderspeech .photo img {
  width: 100%;
}

.leaderspeech .content {
  width: 72.63%;
}

.leaderspeech .content p {
  line-height: 24px;
  margin-bottom: 20px;
  text-indent: 2em;
  text-align: justify;
}

@media screen and (max-width: 1440px) {
  .leaderspeech {
    margin: 0 0 -40px;
  }
}

@media screen and (max-width: 960px) {
  .leaderspeech .leaderspeech-main {
    padding: 6%;
  }
  .leaderspeech .photo {
    width: 100%;
    margin-bottom: 30px;
  }
  .leaderspeech .content {
    width: 100%;
  }
}

.about-introduction .item_company {
  justify-content: space-between;
  padding-bottom: 4rem;
}

.about-introduction .item_company .conL {
  width: 31.42%;
}

.about-introduction .item_company .conL img {
  width: 100%;
  display: block;
}

.about-introduction .item_company .conR {
  width: 66%;
}

.about-introduction .item_company .conR .cTop_list {
  border-bottom: .01rem solid #d0d1d2;
  justify-content: space-between;
  padding-bottom: 52px;
  text-align: center;
  display: flex;
}

.about-introduction .item_company .conR .cTop_list .cTop_item {
  display: inline-block;
  /* margin: 0 5% */
}

.about-introduction .item_company .conR .cTop_list .cTop_item span {
  color: #01438C;
  font-size: 30px;
  display: block;
  line-height: 1;
}

.about-introduction .item_company .conR .cTop_list .cTop_item span b {
  font-size: 70px;
  font-weight: normal;
}

.about-introduction .item_company .conR .cTop_list .cTop_item i {
  color: #262626;
  font-size: 24px;
  display: block;
  text-align: center;
  font-style: normal;
  margin: 16% 0 0 0;
}

.about-introduction .item_company .conR .cTop_list .cTop_item p {
  font-size: 16px;
  color: #303030;
  margin-top: 3%;
}

.about-introduction .item_company .conR .conR_top em {
  text-align: right;
  color: #dddddd;
  font-size: .16rem;
  font-style: normal;
  display: block;
}

.about-introduction .item_company .conR .conR_bot {
  margin-top: 25px;
  font-size: 16px;
}

.about-introduction .item_company .conR .conR_bot p {
  font-size: 16px;
  color: #666;
  margin-bottom: 3%;
}

@media screen and (max-width: 1500px) {
  .about-introduction .item_company .conL {
    width: 38%;
  }
  .about-introduction .item_company .conR {
    width: 60%;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item {
    margin: 0 2%
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item span {
    font-size: 24px;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item span b {
    font-size: 50px;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item span {
    font-size: 18px;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item span b {
    font-size: 40px;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item i {
    font-size: 18px;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item p {
    font-size: 14px;
  }
  .about-introduction .item_company .conR .conR_bot p {
    font-size: 14px;
  }
}

@media screen and (max-width:1200px) {
  .about-introduction .item_company .conL {
    width: 38%;
  }
  .about-introduction .item_company .conR {
    width: 60%;
  }
}

@media screen and (max-width:768px) {
  .about-introduction .item_company .conL {
    width: 100%;
  }
  .about-introduction .item_company .conR {
    width: 100%;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item {
    width: 100%;
    margin-bottom: 10%;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item:last-child {
    margin-bottom: 0;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item span {
    font-size: 18px;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item span b {
    font-size: 30px;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item i {
    font-size: 16px;
    margin-top: 3%;
  }
  .about-introduction .item_company .conR .cTop_list .cTop_item p {
    font-size: 14px;
    margin-top: 3%;
  }
}

.disclaimer {
  color: #666666;
  line-height: 36px;
  font-size: 18px;
}
.disclaimer p{
  padding: 0 0 30px;
}
.disclaimer h3{
  color: #0c418c;
  font-size: 20px;
}

@media screen and (max-width:1440px) {
  .businessscope {
    line-height: 30px;
    font-size: 14px;
  }
}

.newslist {
  list-style-type: none;
  overflow: hidden
}

.newslist li {
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
  padding-bottom: 4%;
  margin-bottom: 4%;
}

.newslist li:last-child {
  margin-bottom: 2%;
}

.newslist li a {
  display: block;
  position: relative;
  color: #999;
  overflow: hidden;
}

.newslist li a .time {
  display: block;
  width: 88px;
  color: #01438C;
  border: 1px solid #01438C;
  text-align: center;
  padding: 20px 0;
}

.newslist li .caption {
  /* margin-left: 120px; */
  width: calc(100% - 130px);
  margin-left: 30px;
}

.newslist li a .time .d {
  font-size: 2em;
  display: block;
  line-height: 1em
}

.newslist li a .time .m {
  font-size: .85em
}

.newslist li a h3 {
  color: #333333;
  font-size: 1.167em;
  line-height: 1.6em;
  margin-bottom: 2%;
}

.newslist li a p {
  line-height: 1.6em;
  height: 3.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.newslist li a:hover .time {
  background: #01438C;
  color: #fff
}

.newslist li a:hover h3 {
  color: #01438C
}

.business-tabs-component {
  position: relative;
}

.business-tabs-component .swiper-button-prev {
  width: 16px;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: -8px;
  margin: 0;
  top: auto;
  cursor: pointer;
  background: url(../image/b-btn-l.png);
}

.business-tabs-component .swiper-button-next {
  width: 16px;
  height: 22px;
  position: absolute;
  right: 0;
  bottom: -8px;
  margin: 0;
  top: auto;
  cursor: pointer;
  background: url(../image/b-btn-r.png);
}

.business-tabs-component .tabs-nav {
  text-align: center;
  position: relative;
}

.business-tabs-component .tabs-nav .swiper-container {
  margin: 0 60px;
  padding-bottom: 1px;
}

.business-tabs-component .swiper-button-disabled {
  opacity: 0 !important;
}

.business-tabs-component .tabs-nav a {
  display: block;
  padding: 30px 0;
  cursor: pointer;
}

.business-tabs-component .tabs-nav .swiper-slide {
  position: relative;
  border-bottom: 1px solid #d0d1d2;
}

.business-tabs-component .tabs-nav .swiper-slide.active {
  border: none;
  padding-bottom: 1px;
  background: url(../image/arrow-line2.png) no-repeat center bottom;
}

.business-tabs-component .tabs-content {
  margin: 60px 0 0;
}
.business-tabs-component .tabs-content .pageTit{
  margin: 90px 0 0;
}
.business-tabs-component .tabs-content img {
  width: 100%;
}

.business-tabs-component .tabs-content .tabs-content-item {
  display: none;
}

.business-tabs-component .tabs-content .tabs-content-item:first-child {
  display: block;
}

.business-tabs-component .text-content {
  color: #666666;
  line-height: 30px;
}

.business-tabs-component .tabs-container .tab-tit {
  margin-bottom: 40px;
}

.business-tabs-component .tabs-container .tab-tit li {
  position: relative;
  display: inline-block;
  line-height: 50px;
  cursor: pointer;
  color: #333333;
  padding: 0 4% 0 2%;
  margin-right: 4%;
  margin-bottom: 2%;
  white-space: nowrap;
}

.business-tabs-component .tabs-container .tab-tit li.active {
  background: #01438C;
  color: #ffffff;
}

.business-tabs-component .tabs-container .tab-tit li::before {
  display: inline-block;
  margin: -2px 15% 0 0;
  content: " ";
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: #01438C;
}

.business-tabs-component .tabs-container .tab-tit li.active::before {
  background: #ffffff;
}

.business-tabs-component .tabs-container .tab-list-item {
  display: none;
}

.business-tabs-component .tabs-container .tab-list-item.active {
  display: block;
}

.business-box p {
  font-size: 16px;
  color: #494949;
  line-height: 28px;
  margin: 20px 0;
}

.business-box img {
  display: block;
  margin: 0 auto;
}

.business-list .block {
  position: relative;
  background: #fafafa;
  margin: 0 0 60px;
  padding: 3.5em 4.28%;
}

.business-list .block .text {
  /* position: absolute;
  width: 50%;
  top: 3.5em;
  left: 4.28%;
  height: calc(100% - 7em); */
  width: 51.14%;
  color: #999999;
  font-size: 18px;
  line-height: 30px;
}

.business-list .block:nth-child(2n) .text {
  left: auto;
  right: 0;
}

.business-list .block .text h2 {
  font-size: 40px;
  color: #01438C;
  line-height: 44px;
  padding: 0 0 26px;
}

.business-list .block .text .more {
  /* position: absolute;
  left: 0;
  bottom: 0; */
  background: url(../image/more.png) right center no-repeat;
  font-size: 20px;
  color: #333333;
  line-height: 38px;
  padding: 0 58px 0 0;
  display: inline-block;
  margin: 40px 0 0;
}

.business-list .block .img {
  width: 39.06%;
  box-shadow: 0px 0px 10px #c8c8c8;
}
.business-list .block .img img{
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .business-tabs-component .tabs-content {
    margin: 40px 20px;
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1280px) {
  .business-list .block .text{
    position: relative;
    top: auto;
    left: 0;
    width: 52.25%;
  }
  .business-list .block .text .more{
    position: relative;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .business-list .block {
    margin: 0 0 30px;
    padding: 1.5em 4.28%;
}
  .business-list .block .text h2{
    font-size: 30px;
  }
  .business-list .block .img,
  .business-list .block .text{
    width: 100%;
  }
  .business-list .block .img{
    margin: 30px 0 0;
  }
}
.simple-list {
  margin-bottom: 20px;
}

.simple-list li {
  padding: 2% 0;
  border-bottom: 1px solid #dcdcdc;
}

.simple-list li a {
  display: block;
  overflow: hidden;
}

.simple-list li a:hover {
  color: #01438C;
}

@media screen and (max-width: 1400px) {
  .simple-list li a {
    font-size: 14px;
  }
}

.join-container .text-tip {
  color: #494949;
}

.join-container .submit-btn {
  width: 250px;
  height: 60px;
  border: none;
  background: #d40a26;
  text-align: center;
  color: #ffffff;
  margin-right: 5%;
}

.join-container .reset-btn {
  width: 250px;
  height: 60px;
  border: none;
  background: #666666;
  text-align: center;
  color: #ffffff;
  margin-right: 2%;
}

.join-container .form-container {
  margin-top: 80px;
}

.join-container .form-container .form-group .form-group-title {
  border-bottom: 1px solid #e4e4e4;
  font-size: 24px;
  color: #01438C;
  padding-bottom: 1%;
}

.join-container.suggestions .form-container .form-group ul {
  overflow: hidden;
  padding: 0px 0 40px 0;
}

.join-container .form-container .form-group ul {
  overflow: hidden;
  padding: 40px 0 40px 0;
}

.join-container .form-container .form-group ul li {
  float: left;
  width: 45%;
  overflow: hidden;
  line-height: 50px;
  margin-bottom: 3%;
  color: #666666;
}

.join-container.suggestions .form-container .form-group ul li {
  width: 47%;
  float: none!important;
  overflow: hidden;
  line-height: 50px;
  margin-bottom: 2%;
  color: #666666;
}

.join-container .form-container .form-group ul li .label {
  float: left;
  width: 100px;
  text-align: right;
  color: #666666;
  margin-right: 15px;
}

.join-container .form-container .form-group ul li .label span {
  color: #01438C;
  padding-right: 4px;
}

.join-container .form-container .form-group ul li:nth-child(2n) {
  float: right;
}

.join-container .form-container .form-control-elm {
  background: #f1f2f3;
  border: none;
  color: #666666;
  min-height: 50px;
}

.join-container .form-container .form-control-input {
  width: calc(100% - 120px);
  line-height: 50px;
}

.join-container .form-container .form-control-select {
  width: calc(100% - 120px);
  height: 50px;
}

.join-container .form-container .form-control-textarea {
  width: 60%;
  margin: 40px 0 40px 0;
  height: 120px;
}

.join-container.suggestions .form-container .form-control-textarea {
  width: 600px;
  margin: 0px 0 0px 0;
  height: 220px;
}

.join-container.suggestions .form-control {
  margin-left: 120px;
}

@media screen and (max-width: 768px) {
  .join-container .form-container .form-group ul li {
    float: none!important;
    width: 100%;
  }
  .join-container .form-container .form-group ul {
    padding: 20px 0 20px 0;
  }
  .join-container .submit-btn {
    width: 40%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #d40a26;
    text-align: center;
    color: #ffffff;
    margin-right: 5%;
  }
  .join-container .reset-btn {
    width: 40%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #666666;
    text-align: center;
    color: #ffffff;
    margin-right: 2%;
  }
  .join-container .form-container .form-control-textarea {
    width: 100%;
    margin: 20px 0 20px 0;
    height: 120px;
  }
  .join-container .form-container .form-control-elm {
    background: #f1f2f3;
    border: none;
    color: #666666;
    min-height: 40px;
    line-height: 40px;
  }
  .newslist li .caption {
    margin-left: 0px;
    width: calc(100% - 100px);
  }
  .newslist li a h3 {
    font-size: 16px;
  }
  .newslist li a p {
    font-size: 14px;
  }
}

.



