.pageWrap .pageTit {
  margin-bottom: 50px;
}

.team-list ul li {
  margin-top: 50px;
  padding: 30px 50px;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.team-list ul li img {
  float: left;
  display: block;
  width: 20%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.team-list ul li .team-txt {
  float: left;
  width: 80%;
  padding-left: 5%;
}

.team-list ul li .team-txt .bs-name {
  font-size: 35px;
  color: #696969;
}

.team-list ul li .team-txt .bs-title {
  font-size: 22px;
  color: #7c7c7c;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dc0d2a;
}

.team-list ul li .team-txt p {
  font-size: 18px;
  color: #aaa;
  line-height: 30px;
  margin-top: 10px;
  text-indent: 2em;
}

.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("../images/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: #d50a27;
}

.contact-us .contact-txt a.active {
  color: #d50a27;
}

.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: 1000px;
  margin: 0 auto;
}

.information .infor-map {
  float: left;
  width: 50%;
}

.information .infor-map #map {
  width: 100%;
  height: 400px;
}

.information .infor-map #map img {
  max-width: inherit;
}

.information .infor-txt {
  float: left;
  width: 50%;
  height: 400px;
  padding-left: 5%;
}

.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 p {
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}

.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 {
  float: left;
  width: 18%;
  margin-right: 20px;
  position: relative;
}

.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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.news-wrap ul li .news-txt {
  float: left;
  width: 78%;
  /* 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: 3px;
  right: 0;
}

.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-wrap .news-more {
  margin-top: 30px;
}

.news-wrap .news-more a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #dc0d2a;
}

.news-details-l {
  width: 100%;
  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;
  margin-left: 34%;
}

.news-details-l .news-share {
  text-align: center;
}

.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("../images/share-icon01.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.news-details-l .news-share a.wechat {
  background: url("../images/share-icon02.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.news-details-l .news-share a.qzone {
  background: url("../images/share-icon03.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.news-details-l .news-share a.weibo {
  background: url("../images/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-list {
  float: left;
  width: 26%;
  margin-left: 4%;
  padding: 20px;
  background: #f6f6f6;
}

.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: #d50a27;
}

.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("../images/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("../images/b-btn-r.png") no-repeat center;
  -moz-background-size: 13px;
  background-size: 13px;
}

.business-bottom {
  margin-top: 80px;
  padding: 60px 0;
  background: url("../images/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 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.history #swiper-container1 {
  padding-bottom: 20px;
}

.history #swiper-container1:before {
  content: '';
  width: 94%;
  height: 2px;
  background: #ccc;
  position: absolute;
  bottom: 26px;
  left: 3%;
}

.history #swiper-container1 .swiper-slide {
  text-align: center;
}

.history #swiper-container1 .swiper-slide.swiper-slide-active a {
  color: #dc0d2a;
  background: url("../images/icon03.png") no-repeat center bottom;
}

.history #swiper-container1 .swiper-slide a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  padding-bottom: 30px;
  background: url("../images/icon04.png") no-repeat center bottom;
  -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("../images/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("../images/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 .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: 2px;
  /* background: #dfdfdf; */
  border-bottom: 1px dashed #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: 17px;
  color: #666;
  padding-left: 25px;
  margin-bottom: 15px;
  background: url("../images/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: #dc0d2a;
  line-height: 43px;
  padding: 40px 60px;
}

@media screen and (max-width: 768px) {
  .history #swiper-container2 .swiper-slide h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    padding: 40px 0px;
  }
}

.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 #dc0d2a;
  -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: #dc0d2a;
  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 #dc0d2a;
}

.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-txt {
    width: 70%;
  }

  .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: 480px) {
  .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;
  }
}


.intro-border-text-con {
  padding-left: 30px;
  border-left: 2px solid rgba(211, 9, 37, 1);
}

.intro-border-text-con p {
  font-weight: 500;
}






.data-display-list {
  margin-bottom: 18px;
  width: 100%;
  
  padding-bottom: 2%;
  border-bottom: 1px solid #d0d1d2;
}

.data-display-list .item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 0;
  text-align: center;
}

.data-display-list .item .num {
  color: #d40727;
  font-size: 76px;
  font-family: PingFang SC;
  font-weight: 100;
  color: rgba(212, 7, 39, 1);
  line-height: 1;
  margin-bottom: 10%;
  /* font-family: Arial; */
}



.data-display-list .item .num span {
  font-size: 18px;
  text-align: left;
  text-align-last: left;
  display: inline-block;
}

.data-display-list .item .name {
  color: #666666;
  font-size: 16px;
  text-align: center;
  text-align-last: center;
  padding-right: 30px;
}



.intro-shadow-box {
  margin-bottom: 5%;
  vertical-align: middle;
  box-shadow: 0px 0px 10px 0px rgba(55, 55, 55, 0.1);
}

.intro-shadow-box-l {
  width: 48%;
  vertical-align: middle;
  display: inline-block;
}

.intro-shadow-box-r {
  width: 50%;
  vertical-align: middle;
  display: inline-block;
  padding: 2.4em 2.4em 1em 2.4em;
}

.intro-shadow-box-r h4 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
  color: rgba(73, 73, 73, 1);
  line-height: 60px;
  position: relative;
}

.intro-shadow-box-r h4::after {
  content: " ";
  display: block;
  width: 42px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: rgba(211, 9, 37, 1);
  height: 1px;
}



@media screen and (max-width: 960px) {
  .data-display-list .item .num {
    font-size: 60px;
  }

  .intro-shadow-box-l {
    width: 100%;
  }

  .intro-shadow-box-r {
    width: 100%;
    padding: 5%;
  }

  .intro-border-text-con {
    padding-left: 15px;
  }
}

@media screen and (max-width: 760px) {
  .data-display-list {
    text-align: left;
    text-align-last: left;
  }

  .data-display-list .item {
    width: 48%;
    margin-bottom: 15px;
  }

  .data-display-list .item .num {
    font-size: 40px;
    text-align: center;
    text-align-last: center;
  }

  .data-display-list .item .name {
    text-align: center;
    text-align-last: center;
    padding-right: 0;
  }
}



.gt-leaderspeech {
  background: url(../images/bg@2x.jpg) no-repeat bottom center;
}

.gt-leaderspeech .photo {
  width: 21%;
  position: relative;
margin-top: 20px;
  
}

.gt-leaderspeech .photo img {
  position: relative;
}

.gt-leaderspeech .photo::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
 
  
}

.gt-leaderspeech .fr-box {
  width: 75%;
}

.gt-leaderspeech .autograph {
  text-align: right;
  margin-top: 7%;
}

.gt-leaderspeech .autograph p {
  font-size: 16px;
  color: #666666;
  line-height: 1.875;
}

.gt-leaderspeech .autograph img {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
  .gt-leaderspeech .autograph p {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .gt-leaderspeech .photo {
    width: 30%;
  }

  .gt-leaderspeech .fr-box {
    width: 65%;
  }
}

.video-container {
  width: 100%;
  height: 30%;
}

@media screen and (max-width: 760px) {
  .gt-leaderspeech .photo {
    width: 100%;
    margin-bottom: 30px;
  }

  .gt-leaderspeech .fr-box {
    width: 100%;
  }

  .gt-leaderspeech .autograph {
    text-align: center;
    margin-top: 30px;
  }
}


.swiper-list {
  margin-top: 5%;
}

.swiper-list .swiper-item {
  margin-bottom: 4%;
  position: relative;
}

.swiper-list .swiper-slide {
  position: relative;
}

.swiper-list .thumbs {
  overflow: hidden;
}

.swiper-list .figure {
  float: left;
  width: 50%;
  overflow: hidden;
}
.swiper-list .figure.zoomImg img{
  transition: all ease-out .4s;
}
.swiper-list .figure.zoomImg:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
}

.swiper-list .cover {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(237, 237, 237, 0.7);
  z-index: 300;
}

.swiper-list .cover .caption {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  max-height: 80%;
  overflow-y: auto;
  transform: translateY(-50%);
}

.swiper-list .swiper-item:nth-child(2n) .cover {
  background: rgba(211, 9, 37, .7);
  color: #ffffff;
  left: auto;
  right: 0;
}

.swiper-list .cover .caption h6 {
  font-size: 24px;
  font-weight: 500;
    color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: 3%;
}

.swiper-list .swiper-item:nth-child(2n) .caption h6,
.swiper-list .swiper-item:nth-child(2n) .caption p {
  color: #fff;
}

.swiper-list .cover .caption p {
  line-height: 1.75;
}

.swiper-list .swiper-pagination {
  text-align: right;
  padding: 0 5%;
}

.swiper-list .swiper-pagination:nth-child(2n){
  text-align: left;
}

.swiper-list .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
}

.swiper-list .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #dc0d2a;
  width: 24px;
  transition: all ease .3s;
}

@media screen and (max-width: 760px) {
  .swiper-list .swiper-pagination {
    /* display: none; */
    text-align: right!important;
  }

  .swiper-list .figure {
    width: 100%;
    display: none;
  }
  .swiper-list .figure:nth-child(2){
    display: block;
  }
  .swiper-list .cover {
    position: static;
    width: 100%;
    padding-top: 15px;
    background: #ffffff !important;
  }

  .swiper-list .swiper-slide-prev .cover {
    display: none;
  }

  .swiper-list .swiper-item:nth-child(2n) .caption h6,
  .swiper-list .swiper-item:nth-child(2n) .caption p {
    color: #666666;
  }

  .swiper-list .cover .caption {
    position: static;
    max-height: 10000px;
    transform: translateY(0);
  }
}


.hr-idea {
  overflow: hidden;
  vertical-align: middle;
  background: rgba(245, 245, 245, 1);
  box-shadow: 0px 3px 10px 0px rgba(98, 37, 37, 0.1);
}

.hr-idea .shadow-box-l {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.hr-idea .shadow-box-r {
  width: 50%;
  padding: 2.5% 4%;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 960px) {

  .hr-idea .shadow-box-l,
  .hr-idea .shadow-box-r {
    width: 100%;
  }

  .hr-idea .shadow-box-l img {
    width: 100%;
  }
}


.recruit_list .recruit_con {
  margin-bottom: 2.5em;
}

.recruit_list .recruit_con .recruit_til {
  border-bottom: 1px solid #C8C8C8;
  padding: 0 0 .8em;
  margin-bottom: 1.5em;
}

.recruit_list .recruit_con .recruit_til h2 {
  color: #333333;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.875em;
}

.recruit_list .recruit_con .recruit_til p {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1em;
  color: #666666;
}

.recruit_list .recruit_con .btn {
  display: inline-block;
  padding: .5em 3em;
  color: #FFF;
  background: #347EC3;
  margin-top: 1.5em;
}

.recruit_list .tip-email {
  font-size: 18px;
  color: #333333;
  margin-top: 5%;
}




.picture-collection li {
  border: 3px solid #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  text-align-last: left;
  width: 24%;
  margin-bottom: 3%;
}

.picture-collection li .thumb {
  margin-bottom: 4%;
}

@media screen and (max-width:1440px) {
  .picture-collection li {
    font-size: 14px;
  }
}

@media screen and (max-width:760px) {
  .picture-collection li {
    width: 48%;
  }
}


.contact-wrapper {
  padding: 20px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(55, 55, 55, 0.1);
}

.contact-wrapper .mapContainer {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.contact-wrapper .contact-con {
  float: right;
  width: 50%;
  padding: 10% 5%;
}

.contact-wrapper .contact-con .diver-point {
  margin: 30px 0;
}

.contact-wrapper .contact-con select {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 45px;
  line-height: 45px;
  width: 105%;
  color: #666666;
  padding: 0 15px;
}

.contact-wrapper .contact-con select option {
  line-height: 40px;
}

.contact-wrapper .contact-detail p {
  color: #666666;
  margin-bottom: 1.2em;
}

@media screen and (max-width:1440px) {
  .contact-wrapper .contact-detail p {
    font-size: 14px;
  }
}

@media screen and (max-width:760px) {
  .contact-wrapper .mapContainer {
    position: static;
    width: 100%;
    height: 250px;
  }

  .contact-wrapper .contact-con {
    width: 100%;
    float: none;
  }
}

.searchResultTit {
  border-bottom: 1px solid #e4e4e4;
  font-size: 24px;
  padding-bottom: 20px;
  color: #333333;
  margin-bottom: 10px;
}




.jiazhiguan {
  margin-top: 130px;
  text-align: center;
  margin-bottom: 100px;
  /* background: url(../images/culture.png) bottom center no-repeat; */
  /* padding-bottom: 600px; */
}

.jiazhiguan .jzg-list {
  display: inline-block;
  text-align: center;
  margin-top: -40px;
}

.jiazhiguan .jzg-list .jzg-list-item {
  float: left;
  display: inline-block;
  width: 230px;
  height: 230px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: url("../images/jzg-bg01.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  margin: 0 60px;
  -webkit-box-shadow: 2px 2px 5px 2px #C9C8C7;
  -moz-box-shadow: 2px 2px 5px 2px #C9C8C7;
  box-shadow: 2px 2px 5px 2px #C9C8C7;
}

.jiazhiguan .jzg-list .jzg-list-item:hover {
  background: url("../images/jzg-bg02.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.jiazhiguan .jzg-list .jzg-list-item:hover .jzg-item-txt h3 {
  color: #fff;
}

.jiazhiguan .jzg-list .jzg-list-item:hover .jzg-item-txt span {
  background: #fff;
}

.jiazhiguan .jzg-list .jzg-list-item:hover .jzg-item-txt p {
  color: #fff;
}

.jiazhiguan .jzg-list .jzg-list-item img {
  display: block;
  width: 100%;
}

.jiazhiguan .jzg-list .jzg-list-item .jzg-item-txt {
  display: inline-block;
  text-align: center;
  -webkit-transform: rotate(-45deg) translate(-50%,-50%);
  -moz-transform: rotate(-45deg) translate(-50%,-50%);
  -ms-transform: rotate(-45deg) translate(-50%,-50%);
  -o-transform: rotate(-45deg) translate(-50%,-50%);
  transform: rotate(-45deg) translate(-50%,-50%);
  /* margin-left: -3px;
  margin-top: 30px; */
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  /* transform: translate(-50%,-50%); */
  transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
}

.jiazhiguan .jzg-list .jzg-list-item .jzg-item-txt h3 {
  font-size: 24px;
  color: #d6001b;
  font-weight: normal;
  /* margin-top: 40px; */
}

.jiazhiguan .jzg-list .jzg-list-item .jzg-item-txt span {
  display: block;
  width: 30px;
  height: 2px;
  background: #d6001b;
  margin: 10px auto;
}

.jiazhiguan .jzg-list .jzg-list-item .jzg-item-txt p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

@media screen and (max-width:1280px){
  .jiazhiguan .jzg-list .jzg-list-item{
    width: 190px;
    height: 190px;
  }
}


@media screen and (max-width:960px){
  .jiazhiguan{
    margin-top: 0;
  }
  .jiazhiguan .jzg-list{
    width: 100%;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
  }
  .jiazhiguan .jzg-list .jzg-list-item{
    width: 190px;
    height: 190px;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 30px 30px;
    text-align: center;
    text-align-last: center;
    float: none;
  }

  .jiazhiguan .jzg-list .jzg-list-item .jzg-item-txt{
    -webkit-transform: rotate(0deg) translate(-50%,-50%);
    -moz-transform: rotate(0deg) translate(-50%,-50%);
    -ms-transform: rotate(0deg) translate(-50%,-50%);
    -o-transform: rotate(0deg) translate(-50%,-50%);
    transform: rotate(0deg) translate(-50%,-50%);
    position: absolute;
    padding: 0 20px;
  }
  
}


#allmap img{
  max-width: none;
}








@font-face {
  font-family: "picIcon";
  src: url('../fonts/iconfont.eot?t=1527824986789');
  /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/5f157b9c29fb48099cc88e4185f341a3.woff') format('woff'),
      url('../fonts/iconfont.ttf') format('truetype'),
      /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
      url('../fonts/iconfont.svg') format('svg');
  /* iOS 4.1- */
}

.picView-magnify-list {}

.picView-magnify-list li {
  float: left;
  display: inline-block;
  width: 100px;
  height: 60px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.picView-magnify-list li a {
  display: block;
  overflow: hidden;
}

.picView-magnify-list li a img {
  width: 100px;
  height: 60px;
}

.magnify-toolbar .magnify-btn,
.magnify-btn-close,
.magnify-loader {
  font-family: "picIcon" !important;
  font-size: 25px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes icon-spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}

.magnify-modal {
  position: fixed;
  z-index: 9999;
  width: 800px;
  height: 600px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  cursor: default;
}

@media screen and (max-width: 960px){
  .magnify-modal{
    max-width: 100%;
    left: 50%!important;
    transform: translateX(-50%)!important;
  }
}


.magnify-header {
  position: relative;
  height: 40px;
  z-index: 9;
}

.magnify-footer {
  height: 50px;
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 9;
}

.magnify-toolbar {
  display: inline-block;
  height: 50px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.magnify-toolbar .magnify-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0;
  color: #999;
  line-height: 50px;
}

.magnify-btn-close {
  width: 40px;
  height: 40px;
  margin: 0;
  color: #999;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  text-align: center;
}

.magnify-toolbar .magnify-btn:hover,
.magnify-btn-close:hover {
  color: #fff;
}


.magnify-btn-close:before {
  content: "\ea4f"
}

.magnify-btn-zoomIn:before {
  content: "\e7dd"
}

.magnify-btn-zoomOut:before {
  content: '\e7dc'
}

.magnify-btn-prev:before {
  content: '\e624'
}

.magnify-btn-next:before {
  content: '\e9ce'
}

.magnify-btn-fullScreen:before {
  content: '\e63f'
}

.magnify-btn-actualSize:before {
  content: '\e615'
}

.magnify-btn-rotateLeft:before {
  content: '\ece3'
}

.magnify-btn-rotateRight:before {
  content: '\ece4'
}

.magnify-loader:before {
  content: '\e600'
}

.magnify-loader {
  -webkit-animation: icon-spin 1s infinite steps(8);
  -o-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #999;
  font-size: 35px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 40%;
}

.magnify-title {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none;
  overflow: hidden;
  color: #fff;
  padding: 0 40px 0 15px;
  line-height: 40px;
}

.magnify-image {
  /* display: none; */
  position: relative;
  max-width: 100%;
}

.magnify-stage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: none;
  overflow: hidden;
}

.is-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.is-grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}










