﻿@charset "UTF-8";

.hide {
  display: none;
}

/*关于我们*/
/*关于我们页面通用标题*/
.about-title {
  text-align: center;
  position: relative;
  margin: 40px 0;
}

.about-title dl {
  display: inline-block;
  padding: 0 60px;
  position: relative;
  background: #f1f2f6;
}

.about-title dl dd {
  text-align: center;
}

.about-title dl dd.ch {
  font-size: 30px;
  color: #0a4063;
}

.about-title dl dd.en {
  font-size: 18px;
  color: #0a4063;
  font-weight: bold;
  margin-top: 10px;
  opacity: .8;
  font-weight: 100;
}

.about-title span.line {
  display: block;
  width: 100%;
  height: 1px;
  background: #979797;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-wrap {
  padding: 0 0 120px;
}

.about-con {
  margin-top: 80px;
}

.about-con.about-profile {
  background: url("../images/info-bg.jpg") no-repeat center;
  -moz-background-size: cover;
  background-size: cover;
}

.about-con .about-profile-txt {
  max-width: 1100px;
  margin: 100px auto 0;
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}

.about-con .about-profile-txt::before {
  content: '';
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: -50px;
  left: 0;
}

.about-con .about-profile-txt::after {
  content: '';
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: -50px;
  left: 0;
}

.about-con .about-profile-txt img {
  display: block;
  width: 220px;
  margin: 0 auto;
}

.about-con .about-profile-txt p {
  font-size: 18px;
  color: #717171;
  line-height: 30px;
  margin: 40px;
}

.about-directors {
  max-width: 1100px;
  margin: 0 auto;
}

.about-directors .about-directors-item {
  margin-top: 60px;
  text-align: center;
}

.about-directors .about-directors-item .t-ch {
  font-size: 30px;
  color: #0a4063;
  line-height: 40px;
  transition: all .5s;
}

.about-directors .about-directors-item .t-en {
  font-size: 18px;
  color: #0a4063;
  font-weight: bold;
}

.about-directors .about-directors-item .tabs {
  display: table;
  width: 60%;
  margin: auto;
  border-bottom: 1px solid #999999;
  margin-bottom: 50px;
}

.about-directors .about-directors-item .t-ch {
  display: table-cell;
  font-size: 20px;
  padding-bottom: 20px;
}

.about-directors .about-directors-item .t-ch.on {
  border-bottom: 1px solid #f5343f;
}

.about-directors .about-directors-item dl {
  overflow: hidden;
  margin-top: 20px;
}

.about-directors .about-directors-item dl dd {
  float: left;
  font-size: 20px;
  color: #333;
  width: 33.333%;
  text-align: center;
  margin-bottom: 5%;
  position: relative;
}

.about-directors .about-directors-item dl dd .box {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto
}

.about-directors .about-directors-item dl dd .box .bar {
  display: table;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  background: #0a4063;
  opacity: .8;
  color: white;
  transition: all .5s;
}

.about-directors .about-directors-item dl dd .box .bar .c {
  display: table-cell;
  vertical-align: middle;
}

.about-directors .about-directors-item dl dd .box .bar .name {
  font-size: 18px;
}

.about-directors .about-directors-item dl dd .box .bar .title {
  font-size: 12px;
  padding-top: 5px;
}

.about-directors .about-directors-item dl dd .box .bar .more {
  display: none;
  font-size: 14px;
  color: #f5343f;
}

.about-directors .about-directors-item dl dd .box:hover .bar {
  height: 100%;
  vertical-align: middle;
}

.about-directors .about-directors-item dl dd .box:hover .bar .more {
  display: block
}

.about-directors .ab-directors-table ul {
  max-width: 800px;
  margin: 0 auto;
}

.about-directors .ab-directors-table ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  border-bottom: 1px solid #999;
}

.about-directors .ab-directors-table ul li.active {
  border-bottom: 1px solid #f5343f;
}

.about-directors .ab-directors-table ul li a {
  display: block;
  font-size: 20px;
  color: #0a4063;
  padding: 20px 0;
}

.about-directors .ab-directors-qh {
  max-width: 800px;
  margin: 50px auto 0;
}

.about-directors .ab-directors-qh .t {
  width: 100%;
  height: 100%;
  display: table;
}

.about-directors .ab-directors-qh .t .c {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.about-directors .ab-directors-qh .ab-qh-item {
  display: none;
}

.about-directors .ab-directors-qh .ab-qh-item.active {
  display: block;
}

.about-directors .ab-directors-qh .ab-qh-item ul li {
  float: left;
  width: 31.33%;
  margin: 1%;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.about-directors .ab-directors-qh .ab-qh-item ul li:hover .qh-data {
  height: 100%;
}

.about-directors .ab-directors-qh .ab-qh-item ul li:hover .qh-data a {
  display: inline-block;
}

.about-directors .ab-directors-qh .ab-qh-item ul li img {
  display: block;
  width: 100%;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-data {
  width: 100%;
  height: 80px;
  text-align: center;
  background: rgba(10, 64, 99, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-data span {
  display: block;
  color: #fff;
  margin: 6px 0;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-data span.name {
  font-size: 16px;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-data span.tit {
  font-size: 14px;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-data a {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
  position: relative;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-data a:before {
  content: '';
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap {
  max-width: 1000px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-popup-con {
  height: 100%;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .close {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding-left: 25px;
  background: url("../images/close.png") no-repeat left center;
  -moz-background-size: 15px;
  background-size: 15px;
  position: absolute;
  top: -25px;
  right: 0;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-img {
  float: left;
  width: 30%;
  height: 100%;
  padding: 0 5%;
  background: url("../images/info-bg.jpg") no-repeat center;
  -moz-background-size: cover;
  background-size: cover;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-img img {
  width: 100%;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-img span {
  display: block;
  text-align: center;
  margin: 8px 0;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-img span.name {
  font-size: 16px;
  color: #666;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-img span.tit {
  font-size: 14px;
  color: #999;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-txt {
  float: left;
  width: 70%;
  height: 100%;
  padding: 0 8%;
}

.about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-txt p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  text-align: justify;
}


.about-directors .about-directors-item dl dd span {
  display: inline-block;
  font-size: 14px;
  margin-left: 5%;
  position: absolute;
  top: 8px;
}

.about-team ul li {
  padding: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.about-team ul li:hover {
  background: #fff;
  -moz-box-shadow: 2px 2px 12px #999999;
  -webkit-box-shadow: 2px 2px 12px #999999;
  box-shadow: 2px 2px 12px #999999;
}

.about-team ul li .about-team-img {
  float: left;
  width: 12%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-team ul li .about-team-img img {
  max-width: 100px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.about-team ul li .about-team-txt {
  float: left;
  width: 88%;
  margin-left: 12%;
  padding-left: 4%;
}

.about-team ul li span {
  display: block;
  margin-bottom: 15px;
}

.about-team ul li span.t-name {
  font-size: 20px;
  color: #333;
}

.about-team ul li span.post {
  font-size: 14px;
  color: #999;
}

.about-team ul li p {
  font-size: 18px;
  color: #999;
  line-height: 26px;
}

.about-statement {
  max-width: 1100px;
  margin: 0 auto;
}

.about-statement .about-statement-item {
  float: left;
  width: 46%;
  padding: 40px 0;
  margin: 0 2%;
  background: #fff;
  margin-bottom: 42px;
}

.about-statement .about-statement-item span.years {
  display: block;
  color: #0a4063;
  font-size: 30px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}

.about-statement .about-statement-item span.years::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}

.about-statement .about-statement-item img {
  height: 350px;
  margin: 0 auto;
}

.about-statement .about-statement-item a {
  display: block;
  width: 60%;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  background: #e7e7e7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.about-statement .about-statement-item a:hover {
  color: #fff;
  background: #f5343f;
}

.about-history {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.about-history p {
  color: #717171;
  font-size: 18px;
  line-height: 30px;
}

.about-history .about-history-years {
  display: none;
  margin-top: 40px;
  text-align: center;
}

.about-history .about-history-years ul {
  display: inline-block;
  line-height: 116px;
}

.about-history .about-history-years ul li {
  float: left;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
  border: 8px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.about-history .about-history-years ul li span {
  display: block;
  color: #9b9b9b;
  font-size: 20px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #999999;
}

.about-history .about-history-years ul li.active {
  border: 8px solid #d6d7db;
}

.about-history .about-history-years ul li.active span {
  color: #fff;
  background: #f6343f;
  border: 1px solid rgba(153, 153, 153, 0);
}

.history-swiper {
  margin-top: 60px;
  padding: 100px 0;
  background: url("../images/历史足迹.png") no-repeat center;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}

.history-swiper .line {
  width: 100%;
  height: 2px;
  background: rgba(238, 238, 238, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  text-indent: 9999em;
  overflow: hidden;
}

.history-swiper .history-swiper-con {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}

.history-swiper .history-swiper-con .swiper-slide {
  padding: 30px 0;
  position: relative;
}

.history-swiper .history-swiper-con .swiper-slide:nth-child(odd) .h-time {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -25px;
}

.history-swiper .history-swiper-con .swiper-slide:nth-child(even) .h-time {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 25px;
}

.history-swiper .history-swiper-con .swiper-slide:nth-child(even) p {
  position: absolute;
  bottom: 0;
}

.history-swiper .history-swiper-con .swiper-slide:nth-child(even) p .t .c {
  vertical-align: top !important;
}

.history-swiper .history-swiper-con .swiper-slide:last-child .history-txt p {
  width: 96%;
}

.history-swiper .history-swiper-con .swiper-slide .history-txt {
  height: 260px;
  position: relative;
}

.history-swiper .history-swiper-con .swiper-slide .history-txt .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/slideicon.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 999em;
  overflow: hidden;
}

.history-swiper .history-swiper-con .swiper-slide .history-txt .h-time {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}

.history-swiper .history-swiper-con .swiper-slide .history-txt p {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  line-height: 28px;
  width: 140%;
  height: 84px;
  margin-left: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.history-swiper .history-swiper-con .swiper-slide .history-txt p .t {
  display: table;
  width: 100%;
  height: 100%;
}

.history-swiper .history-swiper-con .swiper-slide .history-txt p .t .c {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
}

.history-swiper .history-swiper-con .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url("../images/a-right.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  right: 0;
}

.history-swiper .history-swiper-con .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url("../images/a-left.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  left: 0;
}

@media screen and (max-width: 1400px) {
  .history-swiper .history-swiper-con {
    max-width: 1200px;
  }
}

@media screen and (max-width: 960px) {
  .about-wrap {
    padding-bottom: 60px;
  }

  .about-title dl {
    padding: 0 40px;
  }

  .about-title dl dd.ch {
    font-size: 26px;
  }

  .about-title dl dd.en {
    font-size: 16px;
  }

  .about-con {
    margin-top: 40px;
  }

  .about-con .about-profile-txt {
    padding: 40px 0;
    margin: 80px auto 0;
  }

  .about-con .about-profile-txt img {
    width: 160px;
  }

  .about-con .about-profile-txt p {
    font-size: 16px;
    margin: 20px 10px;
  }

  .about-statement .about-statement-item {
    padding: 26px 0;
  }

  .about-statement .about-statement-item span.years {
    font-size: 24px;
  }

  .about-statement .about-statement-item img {
    height: 280px;
  }

  .about-statement .about-statement-item a {
    font-size: 14px;
  }

  .about-directors .about-directors-item {
    margin-top: 40px;
  }

  .about-directors .about-directors-item .t-ch {
    font-size: 26px;
  }

  .about-directors .about-directors-item .t-ch {
    font-size: 20px;
  }

  .about-directors .about-directors-item .t-en {
    font-size: 16px;
  }

  .about-directors .about-directors-item dl dd {
    font-size: 16px;
  }

  .about-directors .about-directors-item dl dd span {
    top: 3px;
  }

  .about-team ul li {
    padding: 25px;
  }

  .about-team ul li span.t-name {
    font-size: 18px;
  }

  .about-team ul li p {
    font-size: 14px;
  }

  .about-history p {
    font-size: 16px;
  }

  .about-history .about-history-years ul li {
    border: 4px solid transparent;
  }

  .about-history .about-history-years ul li.active {
    border: 4px solid #d6d7db;
  }

  .about-history .about-history-years ul li span {
    width: 68px;
    height: 68px;
    line-height: 68px;
  }

  .history-swiper {
    padding: 40px 0;
  }

  .history-swiper .history-swiper-con .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .history-swiper .history-swiper-con .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap {
    max-width: 95%;
  }

  .about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-txt p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .about-directors .about-directors-item dl dd {
    width: 32.33%;
  }

  .about-directors .about-directors-item .tabs {
    width: 100%
  }

  .about-directors .about-directors-item .t-ch {
    font-size: 18px;
  }

  .about-team ul li .about-team-img {
    width: 26%;
  }

  .about-team ul li .about-team-txt {
    width: 74%;
    margin-left: 26%;
    padding-left: 6%;
  }

  .about-history .about-history-years ul li {
    margin: 0 2px;
  }

  .about-history .about-history-years ul li span {
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .history-swiper {
    margin-top: 30px;
  }

  .about-directors .ab-directors-table ul li a {
    font-size: 14px;
  }

  .about-directors .ab-directors-qh {
    margin: 30px auto 0;
  }

  .about-directors .ab-directors-qh .ab-qh-item ul li {
    width: 48%;
  }

  .about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap {
    height: 75vh;
  }

  .about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-popup-con {
    height: 100%;
    overflow-y: scroll;
  }

  .about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-img {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-img img {
    max-width: 300px;
    margin: 0 auto;
  }

  .about-directors .ab-directors-qh .ab-qh-item ul li .qh-popup .qh-popup-wrap .qh-txt {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .about-title dl {
    padding: 0 20px;
  }

  .about-title dl dd.ch {
    font-size: 22px;
  }

  .about-title dl dd.en {
    font-size: 14px;
  }

  .about-statement .about-statement-item a {
    width: 80%;
    line-height: 40px;
  }

  .about-directors .about-directors-item .t-ch {
    font-size: 22px;
  }

  .about-directors .about-directors-item .t-en {
    font-size: 14px;
  }

  .about-directors .about-directors-item dl dd {
    width: 46%;
    padding: 5px;
  }

  .about-directors .about-directors-item .t-ch {
    font-size: 14px;
  }

  .about-team ul li .about-team-img {
    width: 100%;
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }

  .about-team ul li .about-team-txt {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-team ul li .about-team-txt span {
    text-align: center;
    margin-bottom: 10px;
  }
}

/*社会责任*/
.inside-wrap {
  padding-bottom: 110px;
}

.inside-wrap.pd-0 {
  padding: 0;
}

.society-esg {
  margin-top: 40px;
}

.society-esg ul.esg-ul li {
  padding: 40px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.society-esg ul.esg-ul li:hover {
  background: #fff;
}

.society-esg ul.esg-ul li .esg-item {
  max-width: 1400px;
  margin: 0 auto;
}

.society-esg ul.esg-ul li .esg-item .esg-item-img {
  float: left;
  width: 50%;
}

.society-esg ul.esg-ul li .esg-item .esg-item-img img {
  height: 288px;
  margin: 0 auto;
}

.society-esg ul.esg-ul li .esg-item .esg-item-txt {
  float: left;
  width: 50%;
}

.society-esg ul.esg-ul li .esg-item .esg-item-txt h4 {
  font-size: 20px;
  color: #4a4a4a;
}

.society-esg ul.esg-ul li .esg-item .esg-item-txt span {
  display: block;
  font-size: 18px;
  color: #4a4a4a;
  margin-top: 15px;
}

.society-esg ul.esg-ul li .esg-item .esg-item-txt p {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 30px;
  margin-top: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.society-esg ul.esg-ul li .esg-item .esg-item-txt a {
  display: block;
  max-width: 250px;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 50px;
  background: #e7e7e7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 40px;
}

.society-esg ul.esg-ul li .esg-item .esg-item-txt a:hover {
  color: #fff;
  background: #f5343f;
}

.society-activity .society-swiper {
  position: relative;
}

.society-activity .society-swiper .swiper-slide {
  width: 35vw;
}

.society-activity .society-swiper .swiper-slide.swiper-slide-active p {
  opacity: 1;
}

.society-activity .society-swiper .swiper-slide .society-img {
  border: 8px solid #fff;
}

.society-activity .society-swiper .swiper-slide .society-img img {
  width: 100%;
}

.society-activity .society-swiper .swiper-slide p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
}

.society-activity .society-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url("../images/a-left.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  left: -25px;
}

.society-activity .society-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url("../images/a-right.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  right: -25px;
}

.society-activity .activity-list {
  width: 102%;
  margin-top: 60px;
  margin-left: -1%;
}

.society-activity .activity-list .activity-item {
  float: left;
  width: 31.33%;
  margin: 1%;
  background: #e7e7e7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.society-activity .activity-list .activity-item:hover {
  background: #fff;
  -webkit-box-shadow: 2px 2px 12px #999999;
  -moz-box-shadow: 2px 2px 12px #999999;
  box-shadow: 2px 2px 12px #999999;
}

.society-activity .activity-list .activity-item a {
  display: block;
}

.society-activity .activity-list .activity-item .a-item-img {
  width: 100%;
  position: relative;
}

.society-activity .activity-list .activity-item .a-item-img img {
  display: block;
  width: 100%;
}

.society-activity .activity-list .activity-item .a-item-img .acImg-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.society-activity .activity-list .activity-item .a-item-txt {
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.society-activity .activity-list .activity-item .a-item-txt span.y {
  display: block;
  float: left;
  font-size: 20px;
  color: #717171;
  width: 24%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.society-activity .activity-list .activity-item .a-item-txt p {
  float: right;
  width: 72%;
  padding-left: 4%;
  font-size: 14px;
  color: #717171;
  line-height: 25px;
  height: 50px;
  border-left: 1px solid #979797;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.society-activity .activity-list-more {
  text-align: center;
  margin-top: 50px;
}

.society-activity .activity-list-more a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  padding: 0 40px;
  background: #f5343f;
}

.society-activity .activity-list-more a em {
  float: left;
  font-size: 30px;
  margin-right: 20px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 1400px) {
  .society-esg ul.esg-ul li .esg-item {
    max-width: 1200px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1280px) {
  .society-activity .society-swiper .swiper-slide {
    width: 45vw;
  }

  .society-activity .society-swiper .swiper-button-prev {
    left: 0;
  }

  .society-activity .society-swiper .swiper-button-next {
    right: 0;
  }
}

@media screen and (max-width: 960px) {
  .inside-wrap {
    padding-bottom: 60px;
  }

  .society-esg {
    margin-top: 20px;
  }

  .society-esg ul.esg-ul li {
    padding: 20px 0;
  }

  .society-esg ul.esg-ul li .esg-item .esg-item-txt h4 {
    font-size: 18px;
  }

  .society-esg ul.esg-ul li .esg-item .esg-item-txt span {
    font-size: 16px;
  }

  .society-esg ul.esg-ul li .esg-item .esg-item-txt p {
    font-size: 16px;
  }

  .society-esg ul.esg-ul li .esg-item .esg-item-txt a {
    max-width: 200px;
    font-size: 16px;
  }

  .society-activity .society-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .society-activity .society-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .society-activity .society-swiper .swiper-slide .society-img {
    border: none;
  }

  .society-activity .society-swiper .swiper-slide p {
    opacity: 1;
  }

  .society-activity .activity-list .activity-item {
    width: 48%;
  }

  .society-activity .activity-list-more {
    margin-top: 30px;
  }

  .society-activity .activity-list-more a {
    line-height: 40px;
    padding: 0 20px;
  }

  .society-activity .activity-list-more a em {
    top: -2px;
  }
}

@media screen and (max-width: 480px) {
  .society-esg ul.esg-ul li .esg-item .esg-item-img {
    width: 100%;
  }

  .society-esg ul.esg-ul li .esg-item .esg-item-img img {
    width: 90%;
    height: auto;
  }

  .society-esg ul.esg-ul li .esg-item .esg-item-txt {
    width: 100%;
    margin-top: 20px;
  }

  .society-esg ul.esg-ul li .esg-item .esg-item-txt h4 {
    font-size: 16px;
  }

  .society-esg ul.esg-ul li .esg-item .esg-item-txt span {
    font-size: 14px;
  }

  .society-esg ul.esg-ul li .esg-item .esg-item-txt p {
    font-size: 14px;
    line-height: 22px;
  }

  .society-esg ul.esg-ul li .esg-item .esg-item-txt a {
    max-width: 70%;
    font-size: 14px;
    margin: 20px auto 0;
    line-height: 40px;
  }

  .society-activity .activity-list {
    width: 100%;
    margin-left: inherit;
  }

  .society-activity .activity-list .activity-item {
    width: 100%;
  }
}

/*投资者关系*/
.switch-con {
  width: 100%;
  margin-top: 60px;
}

.switch-con .tab-tit ul {
  padding: 0 20px;
  border-bottom: 1px solid #979797;
}

.switch-con .tab-tit ul li {
  float: left;
  border-bottom: 1px solid rgba(246, 52, 63, 0);
  cursor: pointer;
}

.switch-con .tab-tit ul li.active {
  border-bottom: 1px solid #f6343f;
}

.switch-con .tab-tit ul li.active span {
  color: #08121f;
  font-size: 18px;
}

.switch-con .tab-tit ul li span {
  display: block;
  color: #717171;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
}

.switch-con .tab-list {
  margin-top: 60px;
}

.switch-con .tab-list .tab-list-item {
  display: none;
}

.switch-con .tab-list .tab-list-item.active {
  display: block;
}

.investor-con {
  margin-top: 20px;
  /* background: url("../images/公司资料-bg.jpg") no-repeat top center; */
  -moz-background-size: 100%;
  background-size: 100%;
}

.investor-con-search {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 10px;
  position: relative;
  text-align: right;
}

.investor-con-search form {
  display: inline-block;
  position: relative;
  width: 330px;
  height: 30px;
}

.investor-con-search select {
  float: left;
  font-size: 14px;
  color: #333;
  width: 80px;
  min-height: 30px;
  margin-right: 10px;
  border: 1px solid #0a4064;
  outline: none;
  position: absolute;
  z-index: 6;
}

.investor-con-search select#con-sel-y {
  left: 10px;
}

.investor-con-search select#con-sel-m {
  left: 100px;
}

.investor-con-search select#con-sel-d {
  left: 190px;
}

.investor-con-search select option {
  text-indent: 10px;
}

.investor-con-search input {
  width: 50px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background: #0a4064;
  border: 1px solid #0a4064;
  cursor: pointer;
  outline: none;
  position: absolute;
  left: 280px;
}

.investor-con .investor-data {
  padding-bottom: 40px;
}

.investor-con .investor-data .investor-data-txt {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}

.investor-con .investor-data .investor-data-txt img {
  float: left;
  max-width: 500px;
  margin-right: 30px;
  margin-left: -80px;
}

.investor-con .investor-data .investor-data-txt p {
  color: #717171;
  font-size: 18px;
  line-height: 40px;
}

.investor-con .investor-data .investor-data-txt p span {
  color: #0a4063;
}

.investor-con .investor-data .investor-data-txt p span a {
  color: #0a4063;
}

.investor-con .investor-data .d-txt-p {
  display: block;
  max-width: 1100px;
  padding: 0 40px 40px;
  margin: 0 auto;
  background: #fff;
}

.investor-con .investor-data .d-txt-p p {
  color: #717171;
  font-size: 18px;
  line-height: 40px;
}

.investor-con .investor-summary {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.investor-con .investor-summary .investor-table .investor-table-item {
  margin-top: 30px;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram {
  padding: 50px 0;
  display: flex;
  padding-bottom: 20px;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram.histogram-2 .histogram-item {
  width: 33.33%;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item {
  float: left;
  width: 25%;
  text-align: center;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top {
  height: 250px;
  padding: 0 20%;
  /* border-bottom: 2px solid #08121f; */
  /* overflow: hidden; */
  display: flex;
  /* padding-top: 10%; */
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top .t {
  display: table;
  width: 100%;
  height: 100%;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top .t .c {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top .h-new {
  float: left;
  width: 50%;
  height: 100%;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top .h-new span {
  display: block;
  font-size: 14px;
  /* -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px; */
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top .h-new span.tit {
  color: #0a4063;
  margin-bottom: 5px;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top .h-new span.line {
  opacity: 0.8;
  background: #ff5a00;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top .h-old {
  /* float: left; */
  width: 50%;
  height: 100%;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top .h-old span {
  display: block;
  font-size: 14px;
  /* -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px; */
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top .h-old span.tit {
  color: #717171;
  margin-bottom: 5px;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top .h-old span.line {
  opacity: 0.4;
  background: #ffe1d0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-bottom {
  margin-top: 10px;
}

.investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-bottom p {
  color: #4a4a4a;
  /* font-size: 18px; */
}

.investor-con .investor-summary .investor-table .investor-table-item dl {
  display: block;
  width: 100%;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e0deeb;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:first-child {
  border: none;
  background: #0a4063 !important;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:first-child span {
  color: #fff;
  position: relative;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:first-child span:nth-child(1) {
  width: 22%;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:first-child span:nth-child(2) {
  width: 40%;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:first-child span:nth-child(3) {
  width: 20%;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:first-child span:last-child:before {
  display: none;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:first-child span:before {
  content: '';
  height: 20px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:nth-child(2) {
  width: 53.44%;
  padding-right: 20%;
  padding-left: 26.66%;
  background: rgba(10, 64, 99, 0.5) !important;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:nth-child(2) span {
  color: #fff;
  width: 50%;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:nth-child(odd) {
  background: rgba(255, 255, 255, 0);
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd:nth-child(even) {
  background: white;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd span {
  font-size: 18px;
  color: #333;
  height: 70px;
  width: 25%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd span:nth-child(1) {
  width: 26.66%;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd span:nth-child(2) {
  width: 26.66%;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd span:nth-child(3) {
  width: 26.66%;
}

.investor-con .investor-summary .investor-table .investor-table-item dl dd span:nth-child(4) {
  width: 20%;
}

.investor-con .investor-report {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.investor-con .investor-report:before {
  content: '';
  height: 100%;
  width: 2px;
  background: #e7e7e7;
  position: absolute;
  top: 0;
  left: 50%;
}

.investor-con .investor-report .investor-report-item {
  text-align: center;
  margin-top: 50px;
}

.investor-con .investor-report .investor-report-item .report-years {
  font-size: 30px;
  color: #333;
  position: relative;
  padding: 10px 0;
  z-index: 2;
}

.investor-con .investor-report .investor-report-item .report-years span {
  display: block;
  color: #717171;
  font-size: 18px;
}

.investor-con .investor-report .investor-report-item ul {
  margin-top: 20px;
}

.investor-con .investor-report .investor-report-item ul li {
  float: left;
  width: 44%;
  margin: 0 3%;
  padding: 40px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.investor-con .investor-report .investor-report-item ul li .report-tit {
  color: #0a4063;
  font-size: 28px;
  padding-bottom: 10px;
  position: relative;
}

.investor-con .investor-report .investor-report-item ul li .report-tit:before {
  content: '';
  height: 2px;
  width: 40px;
  background: #979797;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.investor-con .investor-report .investor-report-item ul li img {
  display: block;
  height: 360px;
  margin: 20px auto;
}

.investor-con .investor-report .investor-report-item ul li a {
  display: block;
  width: 60%;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  background: #e7e7e7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.investor-con .investor-report .investor-report-item ul li a:hover {
  color: #fff;
  background: #f5343f;
}

.investor-con .investor-notice {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

.investor-con .investor-notice ul li {
  padding: 60px 20px;
  overflow: hidden;
  position: relative;
}

.investor-con .investor-notice ul li:nth-child(even) {
  background: #fff;
}

.investor-con .investor-notice ul li .notice-data {
  display: inline-block;
  padding: 5px 10px;
  background: #0a4064;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.investor-con .investor-notice ul li .notice-data span {
  display: block;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.investor-con .investor-notice ul li .notice-data span.days {
  font-size: 24px;
}

.investor-con .investor-notice ul li .notice-data span.years {
  font-size: 14px;
}

.investor-con .investor-notice ul li p {
  width: 76%;
  padding-left: 100px;
}

.investor-con .investor-notice ul li p a {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 30px;
}

.investor-con .investor-notice ul li p a:hover {
  color: #e8373d;
}

.investor-con .investor-notice ul li .pdf-load {
  float: right;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.investor-con .investor-notice ul li .pdf-load a {
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-top: 30px;
  background: url("../images/pdf.png") no-repeat center top;
  -moz-background-size: 25px;
  background-size: 25px;
}

.investor-con .investor-policy {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

.investor-con .investor-policy .policy-item {
  display: inline-block;
  max-width: 450px;
}

.investor-con .investor-policy .policy-item a {
  display: block;
  width: 60%;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 50px;
  margin: 40px auto 0;
  background: #e7e7e7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.investor-con .investor-policy .policy-item a:hover {
  color: #fff;
  background: #f5343f;
}

@media screen and (max-width: 1280px) {
  .investor-con .investor-data .investor-data-txt img {
    width: 50%;
    margin-left: inherit;
  }

  .investor-con .switch-con {
    margin-top: 20px;
  }
}

@media screen and (max-width: 960px) {
  .investor-con {
    margin-top: 30px;
  }

  .investor-con .investor-data .investor-data-txt p {
    font-size: 14px;
    line-height: 28px;
  }

  .investor-con .investor-data .d-txt-p p {
    font-size: 14px;
    line-height: 28px;
  }

  .investor-con .investor-summary .investor-table .investor-table-item {
    margin-top: 40px;
  }

  .investor-con .investor-summary .investor-table .investor-table-item dl dd span {
    font-size: 14px;
    height: 60px;
  }

  .investor-con .investor-report .investor-report-item .report-years {
    font-size: 26px;
  }

  .investor-con .investor-report .investor-report-item ul li {
    padding: 24px 20px;
  }

  .investor-con .investor-report .investor-report-item ul li .report-tit {
    font-size: 22px;
  }

  .investor-con .investor-report .investor-report-item ul li a {
    font-size: 14px;
  }

  .investor-con .investor-notice ul li {
    padding: 40px 10px;
  }

  .investor-con .investor-notice ul li .notice-data {
    padding: 5px 5px;
  }

  .investor-con .investor-notice ul li .notice-data span {
    padding: 3px 0;
  }

  .investor-con .investor-notice ul li .notice-data span.days {
    font-size: 18px;
  }

  .investor-con .investor-notice ul li p {
    padding-left: 80px;
  }

  .investor-con .investor-notice ul li p a {
    font-size: 14px;
    line-height: 24px;
  }

  .investor-con .investor-notice ul li .pdf-load {
    right: 26px;
  }

  .investor-con .investor-policy .policy-item a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .switch-con .tab-tit {
    overflow-x: scroll;
  }

  .switch-con .tab-tit ul {
    width: 725px;
  }

  .switch-con .tab-tit ul li {
    width: 120px;
    text-align: center;
  }

  .switch-con .tab-tit ul li.active span {
    font-size: 14px;
  }

  .switch-con .tab-tit ul li span {
    padding: 10px 0px;
  }

  .investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-top {
    padding: 0 10%;
  }

  .investor-con .investor-summary .investor-table .investor-table-item .histogram .histogram-item .h-bottom p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .investor-con .investor-data {
    padding-bottom: 0;
  }

  .investor-con .investor-data .investor-data-txt {
    padding: 10px;
  }

  .investor-con .investor-data .investor-data-txt img {
    width: 100%;
    margin-bottom: 20px;
  }

  .investor-con .investor-data .d-txt-p {
    padding: 0 10px 40px;
  }

  .investor-con .investor-report:before {
    display: none;
  }

  .investor-con .investor-report .investor-report-item {
    margin-top: 20px;
  }

  .investor-con .investor-report .investor-report-item .report-years span {
    display: inline-block;
  }

  .investor-con .investor-report .investor-report-item ul li {
    width: 100%;
    padding: 24px 10px;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .investor-con .investor-report .investor-report-item ul li .report-tit {
    font-size: 16px;
  }

  .investor-con .investor-report .investor-report-item ul li img {
    height: 220px;
  }

  .investor-con .investor-report .investor-report-item ul li a {
    width: 80%;
    line-height: 40px;
  }

  .investor-con .investor-notice ul li {
    padding: 20px 10px;
  }

  .investor-con .investor-notice ul li .notice-data {
    display: block;
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    margin-bottom: 10px;
  }

  .investor-con .investor-notice ul li p {
    width: auto;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 55px;
  }

  .investor-con .investor-notice ul li .pdf-load {
    top: 70%;
    right: 20px;
  }

  .investor-con .investor-policy .policy-item a {
    line-height: 40px;
    margin: 20px auto 0;
  }

  .investor-con-search select {
    width: 65px;
  }

  .investor-con-search select#con-sel-m {
    left: 85px;
  }

  .investor-con-search select#con-sel-d {
    left: 160px;
  }

  .investor-con-search input {
    left: 235px;
  }
}

/*新闻中心*/
.news-con ul.news-ul li {
  padding: 40px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.news-con ul.news-ul li:hover {
  background: #fff;
}

.news-con ul.news-ul li .news-img {
  float: left;
  width: 48%;
  position: relative;
}

.news-con ul.news-ul li .news-img a {
  display: block;
}

.news-con ul.news-ul li .news-img img {
  width: 100%;
}

.news-con ul.news-ul li .news-img .newsImgCon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.news-con ul.news-ul li .news-txt {
  float: left;
  width: 48%;
  margin-left: 4%;
  padding: 20px 0;
}

.news-con ul.news-ul li .news-txt h4 {
  font-size: 20px;
  color: #4a4a4a;
}

.news-con ul.news-ul li .news-txt span.sj {
  display: block;
  font-size: 18px;
  color: #4a4a4a;
  margin: 10px 0;
}

.news-con ul.news-ul li .news-txt p {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 32px;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news-con ul.news-ul li .news-txt a {
  display: block;
  font-size: 18px;
  color: #333;
  width: 160px;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  background: #e7e7e7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.news-con ul.news-ul li .news-txt a:hover {
  color: #fff;
  background: #f5343f;
}

.news-details .news-details-tit {
  margin-top: 40px;
  position: relative;
}

.news-details .news-details-tit .d {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 10px;
  background: #0a4064;
}

.news-details .news-details-tit .d span {
  display: block;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.news-details .news-details-tit .d span.sp-d {
  font-size: 24px;
}

.news-details .news-details-tit .d span.sp-y {
  font-size: 14px;
}

.news-details .news-details-tit .title {
  padding-left: 100px;
}

.news-details .news-details-tit h2 {
  font-size: 28px;
  color: #333;
}

.news-details .news-details-tit span.ly {
  display: block;
  color: #717171;
  font-size: 18px;
  margin-top: 10px;
}

.news-details .news-details-tit .news-share {
  padding: 10px 0;
  text-align: right;
  border-bottom: 1px solid #e8373d;
}

.news-details .news-details-tit .news-share a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 20px;
  padding: 0;
}

.news-details .news-details-tit .news-share a.wechat {
  background: url("../images/share-wechat.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.news-details .news-details-tit .news-share a.weibo {
  background: url("../images/share-weibo.png") no-repeat center;
  -moz-background-size: 92%;
  background-size: 92%;
}

.news-details .news-details-txt {
  padding: 20px 0;
  background: #fff;
}

.news-details .news-details-txt p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 28px;
  margin: 30px 0;
}

.news-details .news-details-txt img {
  display: block;
  width: 100%;
}

.news-details .news-details-page {
  padding-top: 20px;
}

.news-details .news-details-page p {
  font-size: 16px;
  color: #999;
  margin: 10px 0;
}

.news-details .news-details-page p a {
  color: #333;
}

#bsWXBox {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

#bsWXBox div {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

@media screen and (max-width: 960px) {
  .news-con ul.news-ul li .news-img img {
    width: 440px;
    max-width: inherit;
    position: relative;
    left: 50%;
    margin-left: -220px;
  }

  .news-con ul.news-ul li .news-txt {
    padding: 10px 0;
  }

  .news-con ul.news-ul li .news-txt h4 {
    font-size: 18px;
  }

  .news-con ul.news-ul li .news-txt span.sj {
    font-size: 14px;
  }

  .news-con ul.news-ul li .news-txt p {
    font-size: 14px;
    line-height: 22px;
  }

  .news-con ul.news-ul li .news-txt a {
    font-size: 14px;
    line-height: 40px;
  }

  .news-details .news-details-tit .d {
    padding: 5px 5px;
  }

  .news-details .news-details-tit .d span.sp-d {
    font-size: 20px;
  }

  .news-details .news-details-tit .title {
    padding-left: 80px;
  }

  .news-details .news-details-tit h2 {
    font-size: 22px;
  }

  .news-details .news-details-tit span.ly {
    font-size: 14px;
  }

  .news-details .news-details-txt p {
    font-size: 14px;
    margin: 15px 0;
    line-height: 22px;
  }

  .news-details .news-details-page p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .news-con ul.news-ul li {
    padding: 20px 0;
  }

  .news-con ul.news-ul li .news-img {
    width: 100%;
  }

  .news-con ul.news-ul li .news-img img {
    width: 100%;
    max-width: inherit;
    position: inherit;
    left: inherit;
    margin-left: 0;
  }

  .news-con ul.news-ul li .news-txt {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
  }
}

/*联系我们*/
.contactUs {
  width: 100%;
  position: relative;
}

.contactUs.contactUs-bj {
  margin-top: 120px;
}

.contactUs #map-hk {
  width: 90%;
  height: 600px;
  margin: 0 auto;
}

.contactUs #map-hk img {
  display: inline-block;
  max-width: inherit;
}

.contactUs #map-hk .anchorBL {
  display: none;
}

.contactUs #map-bj {
  width: 90%;
  height: 600px;
  margin: 0 auto;
}

.contactUs #map-bj img {
  display: inline-block;
  max-width: inherit;
}

.contactUs #map .anchorBL {
  display: none;
}

.contactUs .contact-txt {
  display: inline-block;
  padding: 20px 40px;
  background: #0a4064;
  position: absolute;
  right: 0;
  bottom: -50px;
}

.contactUs .contact-txt p {
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
}

.contactUs .contact-txt p a {
  color: #fff;
}

.contactUs .contact-txt p a:last-child {
  display: block;
  padding-left: 48px;
  margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  .contactUs #map-hk {
    height: 450px;
  }

  .contactUs #map-bj {
    height: 450px;
  }

  .contactUs .contact-txt p {
    font-size: 14px;
    margin: 12px 0;
  }
}

@media screen and (max-width: 768px) {
  .contactUs #map-hk {
    width: 100%;
    height: 320px;
  }

  .contactUs #map-bj {
    width: 100%;
    height: 320px;
  }

  .contactUs .contact-txt {
    position: inherit;
    right: inherit;
    bottom: inherit;
    width: 100%;
    padding: 20px;
  }

  .contactUs .contact-txt p {
    font-size: 14px;
    margin: 12px 0;
  }
}

/*法律声明*/
.statement {
  padding: 40px 10%;
  background: #fff;
}

.statement p {
  color: #717171;
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0;
  text-indent: 2em;
}

@media screen and (max-width: 960px) {
  .statement {
    padding: 20px;
  }

  .statement p {
    font-size: 14px;
    line-height: 26px;
  }
}

/*网站地图*/
.siteMap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.siteMap dl {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 30px;
  margin-top: 30px;
}

.siteMap dl dt {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}

.siteMap dl dd {
  display: inline-block;
  font-size: 18px;
  color: #333;
  margin: 10px 20px;
}

@media screen and (max-width: 960px) {
  .siteMap dl {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .siteMap dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .siteMap dl dd {
    font-size: 14px;
    margin: 10px 0 10px 20px;
  }
}

/*友情链接*/
.links {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.links ul li {
  float: left;
  width: 31.33%;
  margin: 1%;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.links ul li:hover {
  -webkit-box-shadow: 2px 2px 12px #999;
  -moz-box-shadow: 2px 2px 12px #999;
  box-shadow: 2px 2px 12px #999;
}

.links ul li a {
  display: block;
}

.links ul li .links-img {
  position: relative;
}

.links ul li .links-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.links ul li .links-img .linksImgCon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.links ul li span {
  display: block;
  font-size: 18px;
  color: #717171;
  line-height: 50px;
  text-align: center;
  background: #e7e7e7;
}

@media screen and (max-width: 768px) {
  .links {
    padding: 0;
  }

  .links ul li {
    width: 48%;
  }

  .links ul li span {
    font-size: 14px;
    line-height: 40px;
  }
}

.business-txt {
  height: 500px;
  background: url("../images/city-bg01.png") no-repeat center;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}

.business-txt .fixed-right {
  position: absolute;
  top: -40px;
  right: 0;
  background: #fff;
  width: 200px;
  text-align: left;
}

.business-txt .fixed-right.fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}

.business-txt .fixed-right .ml {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 40px;
  padding: 0 20px;
}

.business-txt .fixed-right .fixed-slide {
  background: #dedede;
}

.business-txt .fixed-right .fixed-slide a {
  display: block;
  font-size: 22px;
  color: #0a4063;
  padding: 0 20px;
  line-height: 40px;
}

.business-txt .fixed-right .fixed-slide dl dd a {
  display: inline-block;
  font-size: 16px;
  color: #999;
}

.business-txt .container {
  height: 100%;
}

.business-txt .t {
  width: 100%;
  height: 100%;
  display: table;
}

.business-txt .t .c {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.business-txt img {
  display: block;
  margin: 0 auto;
}

.business-txt span {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #f6343f;
  margin: 30px 0;
}

.business-txt h4 {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 30px;
}

.business-txt p {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.business-num {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.business-num .container {
  height: 100%;
}

.business-num .t {
  width: 100%;
  height: 100%;
  display: table;
}

.business-num .t .c {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.business-num ul.li-3 li {
  width: 33.33%;
}

.business-num ul li {
  float: left;
  width: 25%;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.business-num ul li:last-child {
  border: none;
}

.business-num ul li span {
  display: inline-block;
  font-size: 16px;
}

.business-num ul li span.n {
  font-size: 60px;
}

.business-num ul li span.big-f {
  font-size: 60px;
}

.business-num ul li span.jh {
  font-size: 24px;
}

.business-ms {
  height: 400px;
  background: url("../images/city-bg02.png") no-repeat center;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.business-ms .container {
  height: 100%;
}

.business-ms .t {
  width: 100%;
  height: 100%;
  display: table;
}

.business-ms .t .c {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.business-ms h4 {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
}

.business-ms p {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  max-width: 700px;
  margin: 0 auto;
}

.business-open ul li {
  float: left;
  width: 29%;
  height: 450px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}

.business-open ul li.active {
  width: 42%;
  position: relative;
  z-index: 2;
}

.business-open ul li.active .oTxt {
  top: 50%;
  left: 50%;
  right: inherit;
  bottom: inherit;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.business-open ul li:last-child {
  float: right;
}

.business-open ul li img {
  display: block;
  height: 100%;
  max-width: inherit;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.business-open ul li .oTxt {
  position: absolute;
  right: 5%;
  bottom: 5%;
  text-align: right;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.business-open ul li .oTxt span {
  display: block;
  color: #fff;
}

.business-open ul li .oTxt span.o-ch {
  font-size: 36px;
}

.business-open ul li .oTxt span.o-en {
  font-size: 18px;
  font-weight: bold;
}

.business-map {
  padding-top: 80px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.business-map h4 {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.business-map p {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.business-map #mapTxt {
  display: none;
}

.business-map #B-map {
  width: 100%;
  height: 600px;
  margin-top: 60px;
}

.business-map #B-map .fontCon {
  width: 500px;
  word-wrap: break-word;
  word-break: break-all;
  padding: 20px;
  top: 135px !important;
}

.business-map #B-map .fontCon span {
  display: block;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

.business-map #B-map div {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.business-map #B-map img {
  max-width: inherit;
}

.business-map #B-map .anchorBL {
  display: none;
}

.business-nl {
  padding-top: 80px;
}

.business-nl h4 {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.business-nl .business-nl-con {
  margin-top: 60px;
  padding: 100px 0;
  background: url("../images/city-bg03.png") no-repeat center;
  -moz-background-size: cover;
  background-size: cover;
}

.business-nl .business-nl-con.bg2 {
  background: url("../images/car-bg01.png") no-repeat center;
  -moz-background-size: cover;
  background-size: cover;
}

.business-nl .business-nl-con.bg2 ul li {
  line-height: 60px;
}

.business-nl .business-nl-con.bg2 ul li.active {
  background: #0069ba;
}

.business-nl .business-nl-con.bg2 ul li.active a {
  background: url("../images/sj-icon02.png") no-repeat center left;
}

.business-nl .business-nl-con.bg2 ul li:hover {
  background: #0069ba;
}

.business-nl .business-nl-con.bg2 ul li:hover a {
  background: url("../images/sj-icon02.png") no-repeat center left;
}

.business-nl .business-nl-con.bg2 ul li a {
  background: url("../images/sj-icon05.png") no-repeat center left;
}

.business-nl .container {
  height: 100%;
}

.business-nl .t {
  width: 100%;
  height: 100%;
  display: table;
}

.business-nl .t .c {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.business-nl ul {
  float: left;
  width: 30%;
}

.business-nl ul li {
  width: 60%;
  padding-left: 30px;
  line-height: 80px;
  text-align: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.business-nl ul li.active {
  background: #db5019;
}

.business-nl ul li.active a {
  background: url("../images/sj-icon02.png") no-repeat center left;
}

.business-nl ul li:hover {
  background: #db5019;
}

.business-nl ul li:hover a {
  background: url("../images/sj-icon02.png") no-repeat center left;
}

.business-nl ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
  background: url("../images/sj-icon01.png") no-repeat center left;
}

.business-nl .nl-p {
  float: left;
  width: 70%;
  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%);
}

.business-nl .nl-p .nl-p-item {
  display: none;
}

.business-nl .nl-p .nl-p-item.active {
  display: block;
}

.business-nl .nl-p .nl-p-item-top {
  margin-bottom: 40px;
  text-align: center;
}

.business-nl .nl-p .nl-p-item-top img {
  display: inline-block;
  max-width: 300px;
}

.business-nl .nl-p .nl-p-item-top span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  text-align: left;
  margin-left: 40px;
  margin-top: 4%;
}

.business-nl .nl-p p {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
}

.business-case {
  padding-top: 80px;
  background: url("../images/city-bg04.png") no-repeat center;
  -moz-background-size: 52%;
  background-size: 52%;
  position: relative;
}

.business-case h4 {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.business-case ul {
  position: absolute;
  top: 235px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 68%;
  margin: 0 auto;
  z-index: 4;
  border-bottom: 2px solid #979795;
}

.business-case ul li {
  float: left;
  width: 12.28%;
  text-align: center;
}

.business-case ul li.active a {
  color: #0069b9;
  border-bottom: 2px solid #0069b9;
}

.business-case ul li a {
  display: block;
  font-size: 14px;
  color: #717171;
  padding-bottom: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
}

.business-case .b-case-swiper {
  padding: 200px 100px;
  position: relative;
}

.business-case .b-case-swiper .swiper-slide a {
  display: block;
}

.business-case .b-case-swiper .swiper-slide a:hover span {
  background: #fff;
}

.business-case .b-case-swiper .swiper-slide a img {
  display: block;
  width: 100%;
}

.business-case .b-case-swiper .swiper-slide a span {
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 20px 10px;
  background: #e7e7e7;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.business-case .b-case-swiper .swiper-pagination {
  width: 100%;
  left: 0;
  text-align: center;
  margin-top: 40px;
}

.business-case .b-case-swiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border: 1px solid #f5343f;
  background: #fff;
  opacity: 1;
}

.business-case .b-case-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  border: 1px solid rgba(255, 255, 255, 0);
  background: #f5343f;
}

.business-case .b-case-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url("../images/a-left.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  left: 25px;
}

.business-case .b-case-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url("../images/a-right.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
  right: 25px;
}

.business-type {
  padding: 80px 0;
  background: #fff url("../images/city-bg02.png") no-repeat center;
  -moz-background-size: cover;
  background-size: cover;
}

.business-type h4 {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.business-type .type-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.business-type .type-tab {
  max-width: 1200px;
  margin: 40px auto 0;
}

.business-type .type-tab .type-tab-item {
  z-index: 4;
}

.business-type .type-tab .type-tab-item:first-child {
  float: left;
  width: 45%;
}

.business-type .type-tab .type-tab-item:first-child ul li {
  float: left;
  width: 33.33%;
}

.business-type .type-tab .type-tab-item:last-child {
  float: right;
  width: 45%;
}

.business-type .type-tab .type-tab-item:last-child ul li {
  float: left;
  width: 25%;
}

.business-type .type-tab .type-tab-item.active {
  z-index: 6;
}

.business-type .type-tab .type-tab-item p {
  color: #0069b9;
  font-size: 20px;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 2px solid #979797;
  position: relative;
}

.business-type .type-tab .type-tab-item p:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../images/sj-icon03.png") no-repeat center bottom -2px;
  -moz-background-size: 43px;
  background-size: 43px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.business-type .type-tab .type-tab-item>ul li {
  text-align: center;
  padding: 20px 0 40px;
}

.business-type .type-tab .type-tab-item>ul li.active {
  background: url("../images/sj-icon04.png") no-repeat center bottom;
}

.business-type .type-tab .type-tab-item>ul li a {
  display: inline-block;
}

.business-type .type-tab .type-tab-item>ul li img {
  display: block;
  width: 50px;
  margin: 0 auto;
}

.business-type .type-tab .type-tab-item>ul li span {
  display: inline-block;
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}

.business-type .type-tab .type-tab-item .type-con-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.business-type .type-tab .type-tab-item .type-con-item>img {
  display: block;
  width: 100%;
}

.business-type .type-tab .type-tab-item .type-con-item ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.business-type .type-tab .type-tab-item .type-con-item ul li {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.business-type .type-tab .type-tab-item .type-con-item ul li.active {
  display: block;
}

.business-type .type-tab .type-tab-item .type-con-item ul li img {
  display: block;
  width: 100%;
}

.business-type .type-con {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.business-type .type-con:before {
  content: '';
  width: 3000px;
  height: 2px;
  background: #0069ba;
  position: absolute;
  top: -2px;
  left: -1000px;
}

.business-type .type-con .zwImg {
  display: block;
  width: 100%;
}

.business-bj {
  padding: 80px 0;
  background: #e9eef1;
}

.business-bj h4 {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.business-bj p {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.business-bj .bj-con {
  margin-top: 60px;
}

.business-bj .bj-con .bj-map {
  float: left;
  width: 50%;
}

.business-bj .bj-con .bj-tab-bar {
  float: left;
  width: 50%;
  padding-left: 5%;
}

.business-bj .bj-con .bj-tab-bar p {
  border-bottom: 1px solid #979797;
}

.business-bj .bj-con .bj-tab-bar p a {
  display: inline-block;
  float: left;
  font-size: 14px;
  width: 25%;
  text-align: center;
}

.business-bj .bj-con .bj-tab-bar p a.active {
  color: #086dbb;
  border-bottom: 1px solid #086dbb;
}

.business-bj .bj-con .bj-tab-bar .bj-tab-dl {
  margin-top: 40px;
}

.business-bj .bj-con .bj-tab-bar .bj-tab-dl dl {
  display: none;
}

.business-bj .bj-con .bj-tab-bar .bj-tab-dl dl.active {
  display: block;
}

.business-bj .bj-con .bj-tab-bar .bj-tab-dl dl dd {
  font-size: 16px;
  color: #717171;
  margin: 10px 0;
}

.business-index {
  position: relative;
}

.business-index-con {
  position: relative;
}

.business-index-con .header {
  position: absolute;
  top: 0;
}

.business-index #play-ground {
  width: 100%;
  position: relative;
}

.business-index #play-ground canvas {
  width: 100%;
  height: 100%;
}

.business-index .b-table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.business-index .b-table .b-table-cell {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  text-align: right;
}

.business-index .b-table .b-table-cell a {
  display: inline-block;
  font-size: 15px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding: 10px;
  background-color: red;
  color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.business-index .b-table .b-table-cell a:hover {
  background-color: rgba(255, 0, 0, 0.6);
}

.business-index .b-table .b-table-cell a:before {
  content: '';
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 22%;
}

.business-index .b-table .b-table-cell-2 {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  text-align: center;
}

.business-index .b-table .b-table-cell-2 #name {
  font-size: 50px;
  color: white;
}

.business-index .b-table .b-table-cell-3 {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  text-align: left;
}

.business-index .b-table .b-table-cell-3 a {
  display: inline-block;
  font-size: 15px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding: 10px;
  background-color: red;
  color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.business-index .b-table .b-table-cell-3 a:hover {
  background-color: rgba(255, 0, 0, 0.6);
}

.business-index .b-table .b-table-cell-3 a:before {
  content: '';
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  right: 22%;
}

.business-mobile {
  display: none;
}

.business-mobile a {
  display: block;
  width: 100%;
  position: relative;
}

.business-mobile a img {
  width: 100%;
}

.business-mobile a span {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}


@media screen and (max-width: 1400px) {
  .business-txt {
    height: 400px;
  }

  .business-txt img {
    width: 12%;
  }

  .business-txt h4 {
    font-size: 24px;
  }

  .business-txt p {
    font-size: 14px;
    line-height: 28px;
  }

  .business-num {
    height: 400px;
  }

  .business-num ul li span.n {
    font-size: 44px;
  }

  .business-num ul li span.big-f {
    font-size: 44px;
  }

  .business-type {
    padding: 60px 0;
  }

  .business-type h4 {
    font-size: 24px;
  }

  .business-type .type-tab .type-tab-item p {
    font-size: 16px;
    padding-bottom: 25px;
  }

  .business-type .type-tab .type-tab-item p:before {
    width: 26px;
    -moz-background-size: 32px;
    background-size: 32px;
  }

  .business-type .type-tab .type-tab-item ul li span {
    font-size: 14px;
  }

  .business-bj {
    padding: 60px 0;
  }

  .business-bj h4 {
    font-size: 24px;
  }

  .business-bj .bj-con {
    margin-top: 40px;
  }

  .business-nl {
    padding-top: 60px;
  }

  .business-nl .business-nl-con {
    margin-top: 40px;
    padding: 45px 0;
  }

  .business-nl .business-nl-con.bg2 ul li {
    line-height: 46px;
  }

  .business-nl h4 {
    font-size: 24px;
  }

  .business-nl ul li {
    width: 85%;
    line-height: 46px;
  }

  .business-nl ul li a {
    font-size: 14px;
  }

  .business-nl .nl-p .nl-p-item-top span {
    font-size: 14px;
    line-height: 28px;
  }

  .business-nl .nl-p p {
    font-size: 14px;
    line-height: 28px;
  }

  .business-case {
    padding-top: 60px;
  }

  .business-case h4 {
    font-size: 24px;
  }

  .business-case ul {
    top: 165px;
  }

  .business-case .b-case-swiper {
    padding: 130px 100px;
  }

  .business-ms h4 {
    font-size: 24px;
  }

  .business-map h4 {
    font-size: 24px;
  }

  .business-open ul li {
    height: 326px;
  }

  .business-open ul li .oTxt span.o-ch {
    font-size: 28px;
  }

  .business-open ul li .oTxt span.o-en {
    font-size: 16px;
  }

  .business-map #B-map {
    height: 400px;
  }

  .business-map #B-map .fontCon {
    top: 60px !important;
  }

  .business-map #B-map .fontCon span {
    font-size: 14px;
    line-height: 24px;
  }

  .business-map #B-map .fontCon div {
    top: 112px !important;
  }

  .business-index .b-table .b-table-cell a:before {
    width: 150px;
  }

  .business-index .b-table .b-table-cell-2 #name {
    font-size: 36px;
  }

  .business-index .b-table .b-table-cell-3 a:before {
    width: 150px;
  }
}

@media screen and (max-width: 960px) {
  .business-txt {
    height: auto;
    padding: 40px 0;
  }

  .business-txt img {
    width: 160px;
  }

  .business-num {
    height: auto;
  }

  .business-num ul {
    padding: 80px 0;
  }

  .business-num ul li span.n {
    font-size: 34px;
  }

  .business-num ul li span.big-f {
    font-size: 34px;
  }

  .business-num ul li p {
    font-size: 14px;
  }

  .business-nl ul li a {
    padding-left: 20px;
  }

  .business-case ul {
    width: 100%;
    top: 130px;
  }

  .business-case .b-case-swiper {
    padding: 90px 54px;
  }

  .business-case .b-case-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 10px;
  }

  .business-case .b-case-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 10px;
  }

  .business-case .b-case-swiper .swiper-pagination {
    margin-top: 20px;
  }

  .business-case .b-case-swiper .swiper-pagination span {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }

  .business-ms p {
    font-size: 14px;
    line-height: 28px;
  }

  .business-map {
    padding-top: 50px;
  }

  .business-map #B-map {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .business-num ul li {
    padding: 0 10px;
  }

  .business-num ul li span.n {
    font-size: 24px;
  }

  .business-num ul li span.big-f {
    font-size: 24px;
  }

  .business-type .type-tab {
    margin-top: 0;
  }

  .business-type .type-tab .type-tab-item {
    float: none !important;
    width: 100% !important;
    margin-top: 40px;
  }

  .business-type .type-tab .type-tab-item .type-con-item {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
  }

  .business-type .type-con {
    display: none;
  }

  .business-bj .bj-con .bj-map {
    float: none;
    width: 100%;
  }

  .business-bj .bj-con .bj-tab-bar {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .business-bj .bj-con .bj-tab-bar .bj-tab-dl dl dd {
    font-size: 14px;
  }

  .business-nl ul {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  .business-nl ul li {
    float: left;
    width: 50%;
  }

  .business-nl .nl-p {
    float: none;
    width: 100%;
    position: inherit;
    top: inherit;
    right: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    margin-top: 30px;
  }

  .business-case ul {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    margin-top: 30px;
  }

  .business-case ul li {
    width: 33.33%;
    margin-bottom: 10px;
  }

  .business-case .b-case-swiper {
    padding: 30px 54px 90px;
  }

  .business-ms {
    height: auto;
    padding: 60px 0;
    -moz-background-size: cover;
    background-size: cover;
  }

  .business-open ul li {
    height: 175px;
  }

  .business-open ul li .oTxt span.o-ch {
    font-size: 22px;
  }

  .business-map #B-map .fontCon {
    width: 200px;
    top: 25px !important;
  }

  .business-map #B-map .fontCon span {
    font-size: 12px;
    line-height: 22px;
  }

  .business-map #B-map .fontCon div {
    top: 150px !important;
  }

  .fixed-right {
    display: none;
  }

  .business-index {
    display: none;
  }

  .business-mobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .business-type .type-tab .type-tab-item>ul li {
    padding: 15px 0 25px;
  }

  .business-type .type-tab .type-tab-item>ul li img {
    width: 40px;
  }

  .business-nl ul li {
    width: 100%;
    padding-left: 20px;
  }

  .business-open ul li {
    width: 100% !important;
  }

  .business-open ul li img {
    width: 100%;
    position: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }

  .business-open ul li .oTxt {
    top: 50%;
    left: 50%;
    right: inherit;
    bottom: inherit;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .business-map #B-map .fontCon {
    left: 68px !important;
  }

  .business-map #B-map .fontCon div {
    left: 125px !important;
  }
}