@charset "utf-8";
a,
img {
  vertical-align: top;
}
.container {
  width: 72%;
  margin: 0 auto;
}
.MainBox {
  position: relative;
}
.topHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background: #315470;
}
.topHeader .logo {
  float: left;
  padding: 20px 0;
}
.topHeader .logo img {
  height: 40px;
}
.topHeader .logo a,
.topHeader .logo a h1 {
  font-family: "TachyonW00-Regular";
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: normal;
}
.headA {
  float: right;
}
.headAL {
  float: left;
}
.headA .lan {
  font-size: 16px;
  color: #ffffff;
  line-height: 80px;
  padding: 0px 30px 0px 0px;
}
.headA .search {
  overflow: hidden;
  transition: all 0.6s;
  width: 50px;
  height: 80px;
  position: relative;
}
.headA .lan p {
  font-family: "Montserrat-Regular";
}
.headA .search .searchForm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

.searchForm .inp {
  padding-right: 60px;
  text-align: right;
  font-size: 16px;
  font-family: "Montserrat-UltraLight";
  width: 294px;
  height: 40px;
  border: none;
  background: #fff;
}
.searchForm .searchBtn {
  cursor: pointer;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url(../images/submit.png) no-repeat center #dbdbdb;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.headA .search:hover {
  width: 360px;
}

.headA .search .btn {
  float: right;
  width: 50px;
  background: url(../images/topsearch.png) no-repeat center;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}
.headA .menu {
  cursor: pointer;
  position: relative;
  height: 20px;
  width: 78px;
  position: relative;
  margin: 30px 0;
}
.headA .menu .line {
  transition: all 0.5s;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
}
.headA .menu .line1 {
  width: 62px;
  top: 0;
}
.headA .menu .line2 {
  width: 40px;
  top: 10px;
}
.headA .menu .line3 {
  width: 78px;
  bottom: 0;
}
.headA .menu.on .line1 {
  right: 16px;
}
.headA .menu.on .line2 {
  right: 38px;
}
.PcMenu {
  opacity: 0;
  padding-top: 70px;
  position: fixed;
  left: 105%;
  transition: all 0.4s;
  top: -50%;
  z-index: 45;
  width: 100%;
  height: 100%;
  background: rgba(20, 40, 50, 0.9);
}
.PcMenuA {
  padding-top: 4.5vw;
}
.PcMenuA ul li a {
  display: block;
  font-family: "TachyonW00-Regular";
  line-height: 2.5;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.PcMenu.cur {
  opacity: 1;
  left: 0;
  top: 0;
}

.PcMenuA ul li a:hover {
  color: #315470;
}
/*.PcMenuA ul li a:hover,.PcMenuA ul li.cur a { color:#315470; }*/

.banner video {
  /*width:auto;*/ /*height:100%;*/
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner video.vieb {
  display: none;
}

@media (max-width: 1100px) {
  .banner video.viea {
    display: none;
  }
  .banner video.vieb {
    display: block;
  }
}

.bannerA {
  font-family: "TachyonW00-Regular";
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 3.5vw;
  line-height: 1;
}
.banner {
  position: relative;
  overflow: hidden;
}
.bannerBtn {
  width: 30px;
  cursor: pointer;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3vw;
  z-index: 10;
}
.bannerBtn span {
  top: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -3px;
}
.bannerBtn span {
  -webkit-animation: godown 1.5s infinite;
  animation: godown 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes godown {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 40px);
    opacity: 0;
  }
}
@keyframes godown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@media (max-width: 1480px) {
  .container {
    width: 86%;
  }
}
@media (max-width: 1100px) {
  .container {
    width: 90%;
  }
  .headA .menu {
    width: 56px;
  }
  .headA .menu .line1 {
    width: 40px;
    top: 0;
  }
  .headA .menu .line2 {
    width: 28px;
    top: 10px;
  }
  .headA .menu .line3 {
    width: 56px;
    bottom: 0;
  }
  .headA .menu.on .line1 {
    right: 16px;
  }
  .headA .menu.on .line2 {
    right: 28px;
  }
  .topHeader .logo a,
  .topHeader .logo a h1 {
    font-size: 24px;
  }
  .topHeader .logo {
    padding: 25px 0;
  }
  .topHeader .logo img {
    height: 30px;
  }
  .headA .lan {
    line-height: 80px;
    margin-right: -10px;
  }
  .headA .search {
    height: 80px;
  }
  .headA .search {
    display: none;
  }
  .headA .menu {
    margin: 30px 0;
  }
  .PcMenuA {
    padding-top: 40px;
  }
  .PcMenu {
    height: auto;
    padding-bottom: 40px;
  }

  .PcMenuA ul li a {
    text-align: center;
    font-size: 16px;
    line-height: 2;
  }
  .bannerA {
    font-size: 6vw;
  }

  .bannerBtn {
    width: 20px;
    height: 30px;
    border-radius: 20px;
  }
  .bannerBtn span {
    top: 6px;
    width: 3px;
    height: 3px;
    margin-left: -2px;
  }
  .bannerBtn span {
    -webkit-animation: godown 1.5s infinite;
    animation: godown 1.5s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes godown {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 30px);
      opacity: 0;
    }
  }
  @keyframes godown {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0, 6px);
      opacity: 0;
    }
  }
}
@media (max-width: 600px) {
  .topHeader .logo a,
  .topHeader .logo a h1 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .topHeader .logo a,
  .topHeader .logo a h1 {
    font-size: 18px;
  }
  .headA .menu {
    width: 42px;
  }
  .headA .menu .line1 {
    width: 36px;
    top: 0;
  }
  .headA .menu .line2 {
    width: 24px;
    top: 10px;
  }
  .headA .menu .line3 {
    width: 42px;
    bottom: 0;
  }

  .headA .menu.on .line1 {
    right: 6px;
  }
  .headA .menu.on .line2 {
    right: 18px;
  }
}

/*首页*/
.alignC {
  text-align: center;
}
.homeA {
  padding: 4.5vw 0 5vw;
  background: #fff;
}

.homeA-a .con {
  max-width: 950px;
  margin: 0 auto;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
  font-family: "Montserrat-UltraLight";
}
.homeA-b {
  margin-top: 3vw;
}
.homeA-b ul li {
  transition: all 0.5s;
  position: relative;
  border-radius: 50%;
  border: 1px dashed #afafaf;
  float: left;
  width: 19vw;
  height: 19vw;
  margin-right: calc(50% - 28.5vw);
}

.homeA-b ul li:last-child {
  margin-right: 0;
}

.homeA-c {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.homeA-c .t {
  font-family: "TachyonW00-Regular";
  font-size: 1.7vw;
  color: #000000;
  margin-top: 26px;
  transition: all 0.5s;
  line-height: 1;
  text-transform: uppercase;
}

.homeA-b ul li:hover {
  transform: scale(0.9);
  opacity: 0.6;
}
.homeA-b ul li:hover .homeA-c .t {
  margin-top: 16px;
}
/*.homeA-b ul li:hover .icon { opacity: 0.6; }*/
.homeA-b ul li .icon {
  transition: all 0.5s;
}
@media (max-width: 1480px) {
  .homeA-b ul li .icon img {
    width: 60px;
  }
  .homeA-b ul li {
    width: 24vw;
    height: 24vw;
  }
  .homeA-b ul li {
    margin-right: calc(50% - 36vw);
  }
  .homeA-b ul li:last-child {
    margin-right: 0;
  }
  .homeA-a .con {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .homeA {
    padding: 40px 0 50px;
  }
  .homeA-b ul li .icon img {
    width: 60px;
  }
  .homeA-b ul li {
    width: 26vw;
    height: 26vw;
  }
  .homeA-b ul li {
    margin-right: calc(50% - 39vw);
  }
  .homeA-b ul li:last-child {
    margin-right: 0;
  }
  .homeA-a .con {
    font-size: 16px;
  }
  .homeA-b {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .homeA {
    padding: 40px 0 50px;
  }
  .homeA-b ul li .icon img {
    width: 40px;
  }
  .homeA-b ul li {
    width: 36vw;
    height: 36vw;
  }
  .homeA-b ul li {
    margin-right: 0;
  }
  .homeA-b ul li:nth-child(2) {
    float: right;
  }
  .homeA-c .t {
    margin-top: 15px;
  }
  .homeA-b ul li:last-child {
    margin-right: 0;
    margin-left: calc(50% - 18vw);
  }
  .homeA-c .t {
    font-size: 3vw;
  }
  .homeA-a .con {
    font-size: 14px;
    line-height: 1.5;
  }
  .homeA-b {
    margin-top: 20px;
  }
}
/*@media(max-width: 450px){
	.homeA-b ul li { width: 44vw; height: 44vw; }
	.homeA-b ul li:last-child { margin-right:0; margin-left:calc(50% - 22vw); }
}*/

.homeB {
  padding: 4vw 0 6.5vw;
  background: url(../images/hbbg.png) no-repeat center/cover;
}
.mainTit .t {
  color: #313131;
  line-height: 1;
  font-size: 38px;
  text-transform: uppercase;
  font-family: "TachyonW00-Regular";
}
.homeB-b {
  margin-top: 5vw;
}
.homeB-b ul {
  display: flex;
  flex-wrap: wrap;
}
.homeB-b ul li {
  float: left;
  width: calc(33.333% - 56px);
  margin-right: 84px;
}
.homeB-b ul li:nth-child(3n) {
  margin-right: 0;
}
.homeB-b ul li:nth-child(n + 4) {
  margin-top: 6vw;
}

.homeB-c .top {
  padding: 0 25px 20px;
}
.homeB-c .b {
  text-transform: uppercase;
  font-size: 16px;
  color: #1385c1;
  font-family: "Montserrat-Regular";
}
.homeB-c .d {
  text-transform: uppercase;
  font-size: 13px;
  color: #000000;
  margin-top: 4px;
  font-family: "Montserrat-Regular";
}
.homeB-c .b,
.homeB-c .d {
  font-weight: bold;
}
.homeB-c .t {
  font-size: 22px;
  color: #000000;
  padding: 20px 25px 0;
  line-height: 1.6;
  font-family: "Montserrat-Light";
}
.homeB-c .ba {
  color: #1385c1;
}
.homeB-c .bb {
  color: #e3613a;
}
.homeB-c .bc {
  color: #3850b5;
}
.homeB-c .bd {
  color: #e39c3a;
}
.homeB-c .be {
  color: #7144d5;
}
.homeB-c .bf {
  color: #7144d5;
}
.homeBmore {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.homeBmore a {
  font-family: "Montserrat-Regular";
  display: inline-block;
  line-height: 26px;
  padding-right: 28px;
  background: url(../images/homebbg.svg) no-repeat right center;
  font-size: 17px;
  color: #313131;
}
.homeB-b {
  position: relative;
}
.homeB-b .swiper-container {
  padding-bottom: 120px;
}

.homeB-b .swiper-button-next,
.homeB-b .swiper-button-prev {
  opacity: 1 !important;
  top: auto;
  transform: translate(0);
  bottom: 0;
}

.homeB-b .swiper-button-prev {
  left: auto;
  right: 50px;
}
.homeB-b .swiper-button-next {
  right: 0;
}
.homeB-b .swiper-button-next:after,
.homeB-b .swiper-button-prev:after {
  font-size: 40px;
  color: #999999;
}
.homeB-b .swiper-button-next:hover:after,
.homeB-b .swiper-button-prev:hover:after {
  color: #315470;
}

.homeB-w {
  display: none;
}

@media (max-width: 1480px) {
  .mainTit .t {
    font-size: 32px;
  }
  .homeB-b ul li {
    float: left;
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .homeB-b ul li:nth-child(3n) {
    margin-right: 0;
  }
  .homeB-b ul li:nth-child(n + 4) {
    margin-top: 30px;
  }
  .homeB-c .top {
    padding: 0 15px 12px;
  }
  .homeB-c .t {
    font-size: 20px;
    padding: 12px 15px 0;
  }
  .homeB-b .swiper-container {
    padding-bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .homeB-c .t {
    font-size: 18px;
    padding: 12px 15px 0;
  }
}
@media (max-width: 1100px) {
  .mainTit .t {
    font-size: 24px;
    text-align: center;
  }
  .homeB {
    padding: 40px 0 50px;
  }
  .homeB-b {
    margin-top: 40px;
  }
  .homeB-b .swiper-container {
    padding-bottom: 60px;
  }
  .homeB-b ul li {
    float: left;
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .homeB-b ul li:nth-child(3n) {
    margin-right: 16px;
  }
  .homeB-b ul li:nth-child(2n) {
    margin-right: 0;
  }
  .homeB-b ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .homeB-c .top {
    padding: 0 0px 18px;
  }
  .homeB-c .b,
  .homeB-c .d {
    font-size: 14px;
  }
  .homeB-c .t {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0px 0;
  }
  .homeB .mainTit .t,
  .homeC .mainTit .t {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .homeB-b ul li {
    float: left;
    width: 100%;
    margin-right: 0px;
  }
  .homeB-b ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .homeB-b ul li:nth-child(2n) {
    margin-right: 0;
  }
  .homeB-b ul li:nth-child(n + 2) {
    margin-top: 40px;
  }
  .homeB-c .top {
    padding: 0 0px 12px;
  }
  .homeB-c .b,
  .homeB-c .d {
    font-size: 12px;
  }
  .homeB-c .t {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 0px 0;
  }
  .homeB-b {
    display: none;
  }
  .mainTit .t {
    font-size: 18px;
  }
  .homeB-w,
  .newsB .homeB-b {
    display: block;
  }
  .homeB-b2 .swiper-pagination .swiper-pagination-bullet {
    background: #afafaf;
    opacity: 1;
  }
  .homeB-b2 .swiper-pagination .swiper-pagination-bullet-active {
    background: #315470;
  }
}

.relative {
  position: relative;
  width: 100%;
  height: 100%;
}
.homeC {
  position: relative;
  overflow: hidden;
}
.homeC .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/hcbg.png) no-repeat left center/cover;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.colorWhite {
  color: #fff !important;
}
.homeC-a {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.homeC-a .con {
  font-family: "Montserrat-UltraLight";
  margin: 3vw 0 1.2vw;
  max-width: 620px;
  font-size: 18px;
  opacity: 1;
  line-height: 1.4;
}
.homeC-b a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/morewhite.svg) no-repeat center/cover;
  opacity: 0.6;
}
.homeC .picb {
  display: none;
}
.homeC .img img {
  max-width: 300%;
  width: 100%;
}
@media (max-width: 1480px) {
  .homeC-a .con {
    font-size: 16px;
  }
  .homeC-b a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1100px) {
  .homeC .picb {
    display: block;
  }
  .homeC .pica {
    display: none;
  }
  .homeC-a .con {
    font-size: 14px;
  }
  .homeC-a {
    top: 48%;
  }
}
@media (max-width: 500px) {
  .homeC-b {
    display: none;
  }
  .homeC .img {
    width: 100%;
    overflow: hidden;
  }
  .homeC .img .picb {
    width: 120%;
    height: auto;
  }
  .homeC-a .con {
    margin-top: 35px;
  }
}

/*网站底部样式*/
.footer {
  padding: 5.5vw 5% 7.5vw;
  background: #315470;
  position: relative;
  z-index: 5;
}
.footerA-a {
  float: left;
  width: 17vw;
}
.footerA-a .t {
  font-family: "TachyonW00-Regular";
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 2vw;
}

.footerA-b {
  font-family: "Montserrat-UltraLight";
  float: left;
}
.footerA-b .c {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  font-family: "Montserrat-UltraLight";
}
.footerA-b .link {
  font-family: "Montserrat-UltraLight";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 1.2vw 0;
}
.footerA-b .link a {
  color: rgba(255, 255, 255, 0.9);
}
.footer .more a {
  font-family: "Montserrat-Regular";
  display: inline-block;
  padding-right: 26px;
  font-size: 21px;
  color: #fff;
  background: url(../images/fmore2.svg) no-repeat right center;
  text-transform: uppercase;
}

.footerA-c {
  float: right;
}
.footerA-c .t {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat-Regular";
}
.footerA-c .form {
  margin: 1vw 0 2vw;
}
.footerA-c .form input {
  font-family: "Montserrat-Regular";
  font-size: 17px;
  color: #315470;
  border: none;
  height: 44px;
  background: #ffffff;
  padding-left: 10px;
  width: 95%;
  padding-right: 45px;
}
.footerA-c .form input::-webkit-input-placeholder {
  color: #315470;
}
.footerA-c .form input:-moz-placeholder {
  color: #315470;
}
.footerA-c .form input::-moz-placeholder {
  color: #315470;
}
.footerA-c .form input:-ms-input-placeholder {
  color: #315470;
}
.footerA-c .form .sub {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  background: url(../images/fbe.png) no-repeat center;
}
.footerA-c .share a {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.footerA-w {
  display: none;
}

.footerA-c .share a img.ewm {
  max-width: 90px;
  width: 90px;
  display: none;
  height: 90px;
  border: 1px solid #dedede;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}
.footerA-c .share a:hover img.ewm {
  display: block;
}

@media (max-width: 1100px) {
  .footer {
    padding: 30px 3% 20px;
  }
  .footerA-a,
  .footerA-b,
  .footerA-c {
    width: 100%;
  }
  .footerA-b {
    margin: 30px 0 -30px;
  }
  .footerA-b .link {
    margin: 16px 0;
    font-size: 21px;
  }
  .footerA-c .form {
    margin: 35px 0 35px;
  }
  .footerA-c .t {
    font-size: 16px;
    font-family: "Montserrat-Light";
  }
  .footerA-c .form input {
    font-size: 12px;
  }
  .footerA-a .t {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .footerA-a,
  .footerA-b,
  .footerA-c {
    text-align: center;
  }
  .footerA-b .c,
  .footerA-b .link {
    display: none;
  }
  .footerA-b .c {
    font-size: 12px;
    line-height: 1.5;
  }
  .footerA-w,
  .footerA-w .c,
  .footerA-w .link {
    display: block;
  }
  .footerA-w {
    margin-bottom: 0;
  }
  .footerA-b .more a {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    padding-right: 20px;
    background: url(../images/fmore2.png) no-repeat right center;
    background-size: auto 100%;
  }
}

/* 关于我们 */
.aboutFix {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/aboutabg.png) no-repeat center/cover;
}

.aboutA {
  height: 100vh;
}
.aboutA-a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.aboutA-a .con {
  font-weight: lighter;
  font-family: "Montserrat-UltraLight";
  margin: 4.5vw auto 0;
  max-width: 1100px;
  font-size: 20px;
  color: #000000;
  line-height: 1.6;
}

.aboutA-a .con p:nth-child(n + 2) {
  margin-top: 2vw;
}

@media (max-width: 1480px) {
  .aboutA-a .con {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .aboutA-a .con {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 40px;
  }
  .aboutA {
    height: auto;
    padding: 120px 0 80px;
  }
  .aboutA-a {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}

.aboutB {
  overflow: visible;
  position: relative;
  z-index: 15;
  padding: 12vw 0 10vw;
  background: url(../images/aboutbbg.png) no-repeat center/cover;
}
.aboutB-a .con {
  font-size: 36px;
  margin: 3vw 0 9vw;
  line-height: 1;
  font-family: "Montserrat-Light";
}

.aboutB:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(3, 27, 93, 0.42);
}
.aboutB .container {
  position: relative;
  z-index: 2;
}
.aboutB-b {
  margin-top: 2.5vw;
}

.aboutB-b ul li {
  transition: all 0.1s;
  position: relative;
  padding: 1.5vw;
  float: left;
  width: 23vw;
  margin-right: calc(50% - 36vw);
  font-weight: lighter;
}
.aboutB-b ul li:nth-child(3n) {
  margin-right: 0;
}
.aboutB-b ul li:nth-child(n + 4) {
  margin-top: 5vw;
}
.aboutB-c .t {
  font-family: "Montserrat-UltraLight";
  position: relative;
  font-size: 1.3vw;
  color: #fff;
  padding-left: 6vw;
  line-height: 2vw;
}
.aboutB-c .t:before {
  transition: all 0.1s;
  content: "";
  width: 2vw;
  height: 2vw;
  background: url(../images/aboutbbg2.png) no-repeat left center/cover;
  position: absolute;
  left: 0;
  top: 0%;
}

.aboutB-c {
}
.aboutB-c .con {
  transition: all 0.1s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 4.9vw;
}
/*.aboutB-c .con .c { position: relative; height: 100%; background: rgba(0,0,0,1); padding: 0 2vw 3vw 3.8vw; font-family: "Montserrat-UltraLight"; font-size: 1.2vw;color:#fff; line-height: 1.5; }*/
.aboutB-c .con .c {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  padding: 0 20px 15px 20px;
  font-family: "Montserrat-UltraLight";
  font-size: 0.8vw;
  color: #fff;
  line-height: 1.2;
}

.aboutB-b ul li:hover {
  z-index: 10;
  position: relative;
  background: rgba(0, 0, 0, 1);
}
.aboutB-b ul li:hover .con {
  height: 6vw;
  opacity: 1;
}
.aboutB-b ul li:hover .t {
  color: #315470;
}
.aboutB-b ul li:hover .t:before {
  transform: rotate(45deg);
}
@media (max-width: 1680px) {
  .aboutB-a .con {
    font-size: 32px;
  }
}
@media (max-width: 1480px) {
  .aboutB-a .con {
    font-size: 28px;
  }
  /*.aboutB-b ul li { width: 300px; padding: 20px; margin-right:calc(50% - 450px); }*/

  .aboutB-b ul li {
    width: 28vw;
    margin-right: calc(50% - 42vw);
  }
  .aboutB-b ul li:nth-child(3n) {
    margin-right: 0;
  }
  .aboutB-b ul li:nth-child(n + 4) {
    margin-top: 80px;
  }
  .aboutB-c .t {
    font-size: 18px;
    padding-left: 94px;
    line-height: 24px;
  }
  .aboutB-c .t:before {
    width: 24px;
    height: 24px;
  }
  .aboutB-c .con {
    top: 55px;
  }
  .aboutB-c .con .c {
    padding: 10px 20px 20px 20px;
    font-size: 12px;
  }
  .aboutB-b ul li:hover .con {
    height: 90px;
    opacity: 1;
  }
}
@media (max-width: 1280px) {
  .aboutB-a .con {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  /*body *{font-family: "Montserrat-Regular" !important;}*/
  .aboutA-a .con p:nth-child(n + 2) {
    margin-top: 5vw;
  }
  .aboutB-a .con {
    font-size: 20px;
  }

  .aboutB-b ul li {
    width: 100%;
    margin-right: 0;
    padding: 8px 20px;
  }
  .aboutB-b ul li:nth-child(n + 4) {
    margin-top: 0;
  }
  .aboutB-c .con {
    position: relative;
    height: 0;
    bottom: 0;
    top: auto;
    opacity: 1;
  }
  .aboutB-c .con .c {
    font-family: "Montserrat-Light";
    background: none;
    padding-top: 20px;
    padding-left: 30px;
  }
  .aboutB-b ul li {
    height: 40px !important;
    overflow: hidden;
  }
  .aboutB-b ul li:hover {
    background: none;
  }
  .aboutB-b ul li.cur {
    height: auto !important;
    background: none;
  }
  .aboutB-b ul li:hover .t {
    color: #fff;
  }
  .aboutB-b ul li:hover .t:before {
    transform: rotate(0deg);
  }
  .aboutB-b ul li.cur .t:before {
    transform: rotate(45deg);
  }
  .aboutB-b ul li.cur .con {
    height: auto;
  }
}
@media (max-width: 640px) {
  .aboutB-c .t {
    padding-left: 40px;
  }
}
@media (max-width: 400px) {
  .aboutB-c .con .c {
    font-size: 14px;
  }
}

.aboutC {
  padding: 8vw 0 6vw;
  background: #fff;
  position: relative;
  z-index: 5;
}
.aboutC-a {
  position: relative;
}
.aboutC-b {
  position: absolute;
  left: 0;
  top: 0;
}
.aboutC-c {
  text-align: center;
  text-align: center;
}
.aboutC-e {
  padding-left: 42%;
  text-align: left;
}
.aboutC-c .tabTit {
  display: inline-block;
  border-top: 1px solid #315470;
  border-right: 1px solid #315470;
  border-bottom: 1px solid #315470;
}
.aboutC-c .tabTit span {
  float: left;
  border: 1px solid #315470;
  border-right: none;
  border-top: none;
  border-bottom: none;
  margin: 0;
  display: inline-block;
  padding: 15px 25px;
  font-size: 20px;
  color: #000000;
}
.aboutC-c .tabTit span.cur {
  background: #315470;
  color: #fff;
}
.aboutC-d {
  text-align: left;
}
.aboutC-a {
  max-width: 1200px;
  margin: 0 auto;
}
.aboutC-c .tabBox {
  margin-top: 4vw;
}
.aboutC-d .con {
  padding-left: 42%;
}
.aboutC-d .con .t {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  color: #000;
  line-height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  width: 38%;
}
.aboutC-d .con .c {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  font-family: "Montserrat-Regular";
}
.aboutC-f:nth-child(n + 2) {
  margin-top: 2.5vw;
}
.aboutC-d {
  max-height: 22vw;
  overflow-y: scroll;
}
.aboutC-d {
  scrollbar-color: #707070 rgba(0, 0, 0, 0);
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.aboutC-d::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}
.aboutC-d::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  background: #707070;
}
.aboutC-d::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 0px;
  background: rgba(0, 0, 0, 0);
}

.aboutC-e {
  padding-left: 33%;
  text-align: left;
}
.aboutC-c .tabTit span {
  padding: 12px 20px;
}

@media (max-width: 1600px) {
  .aboutC-e {
    padding-left: 28%;
  }
}
@media (max-width: 1280px) {
  .aboutC-c .tabTit span {
    padding: 8px 18px;
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .aboutC-c .tabTit span {
    padding: 8px 0;
    width: 33.3333%;
  }
  .aboutC-c .tabTit span:nth-child(n + 4) {
    width: 50%;
    border-top: 1px solid #315470;
  }
}

@media (max-width: 1480px) {
  .aboutC-d {
    max-height: 24vw;
  }
}
@media (max-width: 1100px) {
  .aboutC-b {
    position: relative;
    margin-bottom: 20px;
  }
  .aboutC-c .tabTit span {
    font-size: 16px;
    padding: 12px 20px;
  }
  .aboutC-e {
    padding: 0;
    text-align: center;
  }
  .aboutC-d {
    max-height: 400px;
  }
  .aboutC-d .con {
    padding-left: 0;
  }
  .aboutC-d .con .t {
    font-size: 16px;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .aboutC-d .con .c {
    font-size: 14px;
    margin-top: 15px;
    color: #333;
  }
  .aboutC-c .tabBox {
    margin-top: 20px;
  }
  .aboutC-f:nth-child(n + 2) {
    margin-top: 30px;
  }
  .aboutC-d::-webkit-scrollbar {
    width: 4px;
    height: 1px;
  }
}
@media (max-width: 640px) {
  .aboutC-c .tabTit span {
    font-size: 12px;
    font-family: "Montserrat-Regular";
    padding: 8px 12px;
  }
}

/* 团队 */
.teamFix {
  background: url(../images/teamabg.png) no-repeat top center;
  background-size: 100% auto;
}
.ibanner {
  position: relative;
  z-index: 5;
  padding: 10vw 0 3.8vw;
}
.ibannerA {
  padding: 8vw 0 3vw;
}
.teamB {
  position: relative;
  z-index: 5;
  background: #fff;
}
.teamA {
  padding: 3vw 0 3.5vw;
  background: #fff;
  position: relative;
  z-index: 5;
}
.teamA1 {
  padding-top: 1.6vw;
}
.teamA-a .t {
  font-size: 17px;
  color: #315470;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Montserrat-SemiBold";
}
.teamA-a {
  margin-bottom: 2.5vw;
}
.teamA-b ul.teamA-b2 {
  display: flex;
  flex-wrap: wrap;
}
.teamA-b ul li a {
  display: block;
}
.teamA-b ul li {
  float: left;
  width: calc(25% - 30px);
  margin-right: 40px;
}
.teamA-b ul li:nth-child(4n) {
  margin-right: 0;
}
.teamA-b ul li:nth-child(n + 5),
.teamA-b ul.teamA-bA {
  margin-top: 4vw;
}
.teamA-b ul li .img {
  background: linear-gradient(180deg, #d9e3ed 0%, #bbc7d6 100%);
}
.teamA:nth-child(n + 2) {
  border-top: 1px solid #aeaeae;
}
.teamA-b .con .t1 {
  text-transform: uppercase;
  margin: 1.2vw 0 2px;
  font-size: 18px;
  color: #000;
  font-family: "Tachyon Light";
}
.teamA-b .con .t2,
.teamA-g p,
.teamA-g p span {
  font-size: 14px;
  color: #999;
  font-weight: lighter;
  font-family: "Montserrat-Light";
}
.teamA-g {
  margin-top: 30px;
}
.teamA1 .teamA-b .con .t2 {
  display: none;
}

.teamB .swiper-container {
  display: none;
}

.teamA:last-child {
  padding-bottom: 6vw;
}

@media (max-width: 1100px) {
  .ibanner {
    padding: 150px 0 60px;
  }
  .teamFix {
    background: url(../images/teamabg.png) no-repeat top left center/cover;
  }
  .teamA-b ul li {
    width: calc(33.3333% - 10px);
    margin-right: 15px;
    margin-top: 20px;
  }
  .teamA-b ul li:nth-child(4n) {
    margin-right: 15px;
  }
  .teamA-b ul li:nth-child(3n) {
    margin-right: 0;
  }
  .teamA-b ul li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .teamA-b .con .t1 {
    font-size: 16px;
    margin: 12px 0 0;
  }
  .teamA {
    padding: 35px 0 35px;
  }
  .teamA1 {
    padding-top: 30px;
  }
  .teamA-a {
    margin-bottom: 20px;
  }
  .teamA {
    text-align: center;
  }
  .teamA:last-child {
    padding-bottom: 50px;
  }
  .teamA-g {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .ibanner {
    padding: 120px 0 40px;
  }
  .teamFix {
    background: url(../images/teamabg.png) no-repeat top left center/cover;
  }
  .teamA-b ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .teamA-b ul li:nth-child(3n) {
    margin-right: 20px;
  }
  .teamA-b ul li:nth-child(2n) {
    margin-right: 0;
  }
  .teamA-b ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .teamB .swiper-container {
    display: block;
  }
  .teamA-b ul.teamA-b22 {
    display: none;
  }
  .teamA-b .swiper-container1 {
    display: none;
  }
  .teamA-b .swiper-container {
    padding-bottom: 45px;
  }
  .teamA-a .t {
    font-size: 16px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background: #afafaf;
    opacity: 1;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #315470;
  }
  .teamA-c {
    max-width: 190px;
    margin: 0 auto;
  }

  .teamA-b ul li {
    width: 100%;
    margin-right: 0px;
  }
  .teamA-b ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .teamA-b ul li:nth-child(2n) {
    margin-right: 0;
  }
  .teamA-b ul li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .ibanner {
    padding: 110px 0 30px;
  }
}

/* 团队详情 */
.teamDet {
  /*padding:  6vw 0 25vw;*/
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 3vw 0 7vw;
}

.teamDet-b {
  float: left;
  width: 30%;
  padding-top: 38px;
}
.teamDet-b .pic {
  background: #d9e3ed;
  background: linear-gradient(180deg, #d9e3ed 0%, #bbc7d6 100%);
}
.teamDet-w {
  display: none;
}
.teamDet-b .con {
  text-align: right;
}
.teamDet-b .con .t1 {
  margin: 30px 0 4px;
  font-size: 22px;
  text-transform: uppercase;
  color: #315470;
  font-family: "Montserrat-Regular";
}
.teamDet-b .con .t2 {
  font-size: 16px;
  color: #999;
  font-family: "Montserrat-SemiBold";
}

.teamDet-c {
  float: right;
  width: 65%;
}
.teamDet-b .backList {
  display: none;
}
.teamDet-a .backList {
  margin-bottom: 1vw;
  line-height: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  text-align: right;
}
.teamDet-a .backList a {
  font-size: 17px;
  color: #315470;
  font-family: "Montserrat-Regular";
}
.teamDet-c .c1 {
  font-size: 28px;
  line-height: 1.3;
  color: #000000;
  font-family: "Montserrat-UltraLight";
}
.teamDet-c .c2 {
  margin-top: 2.5vw;
  font-size: 20px;
  line-height: 1.6;
  color: #000000;
  font-family: "Montserrat-UltraLight";
}
.teamDet-c .c2 {
  padding-bottom: 3vw;
  border-bottom: 1px solid #707070;
  margin-bottom: 2vw;
}

.teamDet-e {
  text-align: right;
  margin-top: 2vw;
}
.teamDet-e a {
  opacity: 0.6;
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 0 2px;
  color: #999999;
  font-family: "Montserrat-UltraLight";
}
.teamDet-e a:hover {
  opacity: 1;
  color: #315470;
}

.teamDet-e a.prev:after {
  opacity: 0.6;
  transform: rotate(180deg);
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(../images/next.svg) no-repeat center/cover;
}
.teamDet-e a.next:after {
  opacity: 0.6;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(../images/next.svg) no-repeat center/cover;
}

.teamDet-e a.prev:hover:after {
  opacity: 1;
  background: url(../images/nextbg.svg) no-repeat center/cover;
}
.teamDet-e a.next:hover:after {
  opacity: 1;
  background: url(../images/nextbg.svg) no-repeat center/cover;
}

@media (max-width: 1480px) {
  .teamDet-b .con .t1 {
    font-size: 20px;
    margin: 30px 0 2px;
  }
  .teamDet-b .con .t2 {
    font-size: 14px;
  }
  .teamDet-c .c1 {
    font-size: 24px;
  }
  .teamDet-c .c2 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .teamDet-b .con .t1 {
    font-size: 18px;
    margin: 20px 0 2px;
  }
  .teamDet-b .con .t2 {
    font-size: 14px;
    font-family: "Montserrat-UltraLight";
  }
}
@media (max-width: 1100px) {
  .teamDet {
    padding: 40px 0 50px;
  }
  .teamDet-a .backList {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .teamDet-b .backList {
    margin-bottom: 0;
  }
  .teamDet-a .backList a {
    font-size: 14px;
  }
  .teamDet-b {
    width: 100%;
    padding: 0 0 15px;
  }
  .teamDet-b .con {
    text-align: center;
    margin-top: 20px;
  }
  .teamDet-c {
    width: 100%;
  }
  .teamDet-c .c1 {
    font-size: 16px;
    font-family: "Montserrat-Light";
    line-height: 1.6;
  }
  .teamDet-c .c2 {
    font-size: 14px;
    margin-top: 20px;
  }
  .teamDet-b .backList {
    font-family: "Montserrat-Regular";
    letter-spacing: 2px;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #315470;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
  /*.teamDet-c .backList { display: none; }*/
  .teamDet-b .con .t1 {
    font-size: 16px;
  }
  .teamDet-c .c2 {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .teamDet-b {
    text-align: center;
    max-width: 400px;
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .teamDet-b .pic {
    margin: 0 auto;
    max-width: 180px;
  }
  .teamDet-w,
  .teamDet-w .newDA {
    width: 100%;
    max-width: 100%;
    text-align: left;
    display: block;
  }
  .newDA .t {
    font-size: 16px;
    line-height: 1.6;
  }
  .teamDet-e a {
    width: 28px;
    height: 28px;
  }
}

/* 联系我们 */
.contactFix {
  background: url(../images/contactbg.png) no-repeat center/cover;
}

.contactA {
  position: relative;
  z-index: 5;
  padding: 10vw 0 9vw;
}

.contactA-b {
  margin-top: 9vw;
}
.contactA-b2 ul {
  display: flex;
  flex-wrap: wrap;
}

.contactA-b ul li {
  float: left;
  position: relative;
  background: #fff;
  padding: 40px 50px 90px;
  width: calc(25% - 30px);
  margin-right: 40px;
}

.contactA-b ul li:nth-child(4n) {
  margin-right: 0;
}
.contactA-b ul li .p {
  position: absolute;
  left: 40px;
  bottom: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  background: url(../images/contacta.png) no-repeat left center;
}
.contactA-c .t {
  font-size: 16px;
  color: #315470;
  margin-bottom: 20px;
  font-family: "Montserrat-Regular";
}
.contactA-c .c {
  font-size: 16px;
  color: #000000;
  font-family: "Montserrat-UltraLight";
  line-height: 1.6;
}
.contactA-w {
  display: none;
}

@media (max-width: 1480px) {
  .contactA-b ul li {
    padding: 25px 25px 70px;
  }
  .contactA-b ul li .p {
    left: 25px;
    bottom: 30px;
  }
}
@media (max-width: 1100px) {
  .contactA-b2 {
    display: none;
  }
  .contactA {
    padding: 120px 0 50px;
  }
  .contactA-b ul li {
    width: 49%;
    margin-right: 2%;
    padding: 30px 30px 70px;
  }
  .contactA-c .c {
    font-size: 14px;
  }
  .contactA-b ul li:nth-child(2n) {
    margin-right: 0;
  }
  .contactA-b ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .contactA-b ul li .p {
    left: 30px;
    bottom: 28px;
  }
  .contactA-b ul li .p {
    font-size: 14px;
    font-family: "Montserrat-Light";
  }
  .contactA-c .t {
    font-size: 16px;
    color: #315470;
    margin-bottom: 10px;
  }
  .contactA .contactA-w {
    display: block;
    padding-bottom: 40px;
  }
  .contactA .container {
    max-width: 70%;
  }
}

.contactB {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 6vw 0 6vw;
}
.contactB .topTit .t {
  font-size: 21px;
  color: #000000;
  font-family: "TachyonW00-Regular";
  text-transform: uppercase;
}
.contactB-a {
  margin: 2.5vw 0 1.5vw;
}
.contactB-b {
  float: left;
  width: 34%;
}
.contactB-c {
  float: right;
  width: 54.5%;
}
.contactB-a .inpDiv:nth-child(n + 2) {
  margin-top: 35px;
}
.contactB-a .t {
  line-height: 20px;
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
  font-family: "Montserrat-UltraLight";
}
.contactB-a input,
.contactB-a select,
.contactB-a textarea {
  font-size: 16px;
  padding-left: 10px;
  width: 100%;
  height: 36px;
  border: 1px solid #333;
}
.contactB-a textarea {
  height: 234px;
  line-height: 30px;
}
.contactB-e {
  float: left;
  margin-top: 20px;
}
.contactB-f {
  float: right;
  margin-top: 20px;
}
.contactB-f .sub {
  padding-left: 0;
  width: 122px;
  height: 36px;
  border: none;
  color: #fff;
  background: #315470;
  font-size: 16px;
  text-transform: uppercase;
  float: right;
}
.contactB-e {
  position: relative;
}
.contactB-e .file {
  width: 1px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 1px;
  position: absolute;
}
.contactB-e .fileUpload {
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat-UltraLight";
  width: 120px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  background: #315470;
}

.contactB-f .sub {
  font-family: "Montserrat-Regular";
}

@media (max-width: 1480px) {
  .contactB-a .inpDiv:nth-child(n + 2) {
    margin-top: 20px;
  }
  .contactB-a textarea {
    height: 203px;
  }
}
@media (max-width: 1100px) {
  .contactB-a {
    margin: 20px 0 15px;
  }
  .contactB {
    padding: 40px 0 50px;
  }
  .contactB-a .inpDiv:nth-child(n + 2) {
    margin-top: 15px;
  }
  .contactB-b,
  .contactB-c {
    width: 100%;
  }
  .contactB-c {
    margin-top: 30px;
  }
  .contactB-f {
    float: left;
  }
  .contactB-a .t {
    font-size: 14px;
    color: #000;
  }
  .contactB-e .fileUpload,
  .contactB-f .sub {
    font-size: 14px;
  }
}

/* ESG */
.esgFix {
  background: url(../images/esgbg.png) no-repeat top center/cover;
}
.esgA {
  margin-top: 70px;
  z-index: 5;
  padding: 8.6vw 0 10.5vw;
}
.esgA-a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.esgA-amb {
  display: none;
}
.esgA-b {
  position: relative;
  z-index: 6;
}
.esgA:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/esga1.png) no-repeat center/cover;
}
.esgA-b .c {
  margin-top: 3vw;
  max-width: 560px;
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  font-family: "Montserrat-UltraLight";
}
@media (max-width: 1480px) {
  .esgA-b .c {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .esgA-b .c {
    max-width: 700px;
  }
}
@media (max-width: 1280px) {
  .esgA {
    padding: 50px 0 60px;
  }
  .esgA-b .c {
    font-size: 18px;
    line-height: 1.4; /* font-family: "Montserrat-Light";*/
  }
}
@media (max-width: 1100px) {
  .esgA-a {
    display: none;
  }
  .esgA-amb {
    display: block;
  }
  .esgA-b .c {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .esgA-b .c {
    font-size: 14px;
  }
}

.esgB,
.esgC {
  position: relative;
  /* z-index: 5; */
  background: #fff;
}
.esgB-a .mainTit {
  float: left;
}
.esgB-b {
  float: right;
}
.esgB-b span {
  margin-left: 10px;
  display: inline-block;
  font-size: 15px;
  color: #000;
  border: 1px solid #000;
  padding: 12px 30px;
  background: #fff;
}
.esgB-b span.cur {
  color: #fff;
  background: #1385c1;
  border-color: #1385c1;
}
.esgB {
  padding: 60px 0 70px;
}
@media (max-width: 1480px) {
  .esgB-b span {
    padding: 8px 25px;
  }
  .esgB {
    padding: 40px 0 50px;
  }
}
@media (max-width: 1100px) {
  .esgB-b span {
    padding: 8px 25px;
    margin: 0 12px 0 0;
  }
  .esgB-b {
    width: 100%;
    margin-top: 10px;
  }
  .esgB {
    padding: 30px 0 20px;
  }
}

.esgC {
  padding: 40px 0 6vw;
}
/*.esgC:after {content: ""; width: 100%; height: 100%;position: absolute; left: 0; top: 0; opacity: 1; background: url(../images/esgcbg.png) no-repeat center/cover; }*/
.esgC-a ul {
  display: flex;
  flex-wrap: wrap;
}

.esgC-a ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.esgC-a ul li:nth-child(3n) {
  margin-right: 0;
}
.esgC-a ul li:nth-child(n + 4) {
  margin-top: 2%;
}
.esgC-b {
  position: relative;
  z-index: 5;
}
.esgC-b .d {
  padding: 0 20px 26px;
  font-size: 14px;
  color: #000000;
  font-family: "Montserrat-Regular";
}
.esgC-b .t {
  padding: 25px 20px 0px;
  font-size: 22px;
  color: #000000;
  line-height: 1.6;
  font-family: "Montserrat-Light";
}

@media (max-width: 1500px) {
  .esgC {
    padding: 30px 0 120px;
  }
  .esgC-b .d {
    padding: 0 16px 16px;
  }
  .esgC-b .t {
    padding: 20px 16px 0px;
    line-height: 1.5;
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .esgC {
    padding: 20px 0 80px;
  }
  .esgC-b .d {
    padding: 0 0px 12px;
  }
  .esgC-b .t {
    padding: 15px 12px 0px;
    line-height: 1.5;
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .esgC {
    padding: 20px 0 60px;
  }
  .esgC-a ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .esgC-a ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .esgC-a ul li:nth-child(2n) {
    margin-right: 0;
  }
  .esgC-a ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .esgC-b .t {
    padding: 8px 12px 0px;
    font-size: 16px;
  }
  .esgC-b .d {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .esgC-a ul li {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .esgC-a ul li:nth-child(3n) {
    margin-right: 0;
  }
  .esgC-a ul li:nth-child(2n) {
    margin-right: 0;
  }
  .esgC-a ul li:nth-child(n + 2) {
    margin-top: 40px;
  }
  .esgC-b .t {
    padding: 8px 0px 0px;
    font-size: 16px;
  }
}

.newsFix {
  background: url(../images/newsbga.png) no-repeat top center/cover;
}

.newsA,
.newsB {
  position: relative;
  z-index: 5;
  background: #fff;
}
.newsA {
  padding: 5vw 0 2.5vw;
}
.newsA a {
  display: inline-block;
  margin: 6px 6px 0 0;
  margin-right: 6px;
  font-size: 15px;
  color: #000000;
  border: 1px solid #333;
  padding: 8px 20px;
  text-transform: uppercase;
  font-family: "Montserrat-Regular";
}
.newsA a:hover,
.newsA a.cur {
  color: #fff;
  background: #315470;
  border-color: #315470;
}

.newsB {
  padding: 3vw 0 6vw;
}
.newsB:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background: url(../images/newsbbg.png) no-repeat center/cover;
}
.newsB .homeB-b {
  position: relative;
  z-index: 6;
  margin: 0;
}
.newsB-a {
  cursor: pointer;
  z-index: 6;
  position: relative;
  width: 110px;
  height: 110px;
  margin: 3vw auto 0;
  box-sizing: border-box;
  border: 8px solid #dedede;
  border-radius: 50%;
  text-align: center;
}
.newsB-a .t {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.newsB-a .t span {
  display: block;
  color: #000;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}

@media (max-width: 1100px) {
  .newsA {
    padding: 30px 0 40px;
  }
  .newsA a {
    font-size: 14px;
    padding: 5px 15px;
  }
  .newsB-a {
    width: 90px;
    height: 90px;
    margin-top: 30px;
  }
  .newsB-a .t span {
    font-size: 13px;
  }
  .newsB {
    padding: 30px 0 50px;
  }
}

.newDD {
  padding-top: 2vw;
  padding: 3vw 0 7vw;
}
.newDA .topTit {
  font-size: 16px;
  color: #44aed5;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
}
.newDA {
  margin-top: 7vw;
}
.newDA ul {
  margin-top: 20px;
  border-top: 1px solid #707070;
}
.newDA ul li {
  padding: 3vw 0;
  border-bottom: 1px solid #707070;
}
.newDA a {
  display: block;
}
.newDA .d {
  font-size: 13px;
  color: #000;
  font-family: "Montserrat-Regular";
}
.newDA .t {
  font-family: "Montserrat-Regular";
  font-size: 22px;
  line-height: 1.6;
  margin-top: 15px;
  color: #000;
}

.newDA-b {
  margin-top: 20px;
  text-align: right;
  font-size: 17px;
  color: #315470;
  font-family: "TachyonW00-Regular";
}
.newDA-b a {
  color: #315470;
  font-family: "Tachyon Light";
}

.newDA-c .d {
  font-size: 14px;
  color: #000;
  line-height: 2.5;
  font-family: "Montserrat-Regular";
}
.newDA-c .t {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1vw;
  font-family: "Montserrat-Regular";
}
.newDA-c .ttt {
  display: none;
}
.newDA-c .c {
  padding: 30px 0 0;
  font-size: 16px;
  color: #000;
}

.newDA-d {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 8px;
}
.newDA-d input {
  vertical-align: top;
  font-size: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: url(../images/dy.png) no-repeat center #1f1f1f;
}

.bshare-custom {
  vertical-align: top;
  display: inline-block;
}
.bshare-custom .bshare-more.more-style-addthis {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(../images/fx.png) no-repeat center #1f1f1f !important;
}
.bshare-custom,
.bshare-custom *,
#bsBox *,
#bsContentDiv * {
  box-sizing: border-box !important;
}

.bsTop,
.bsFrameDiv,
#bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 28px !important;
}
.bsFrameDiv img {
  margin: 14px !important;
}
.bsFrameDiv div {
  height: auto !important;
}
.teamDet-d .newDA-c .pic {
  display: none;
}
@media (max-width: 1480px) {
  .newDA-c .t {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .newDD .teamDet-b {
    display: none;
  }
  .newDA-b,
  .newDA {
    display: none;
  }
  .newDA-c .t {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 0px 0;
  }
  .newDA-c .ttt {
    display: block;
    font-size: 12px;
    color: #44aed5;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
  }
  .newDA-d input,
  .bshare-custom .bshare-more.more-style-addthis {
    width: 32px;
    height: 32px;
  }
  .newDA .t {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .newDA ul li {
    padding: 22px 0;
  }
  .teamDet-c {
    float: none;
  }
  .teamDet-w .newDA-b {
    display: block;
  }
  .newDA-b a {
    font-size: 14px;
  }
  .newDA .d {
    font-size: 12px;
    font-family: "Montserrat-Light";
  }
  .newDA-c .d {
    line-height: 1.5;
  }
  .teamDet-b .picc {
    display: none;
  }
  .teamDet-d .newDA-c .pic {
    margin: 20px auto;
    display: block;
  }
}

.investmentsFix {
  background: url(../images/investmentsfix.png) no-repeat top center/cover;
}
.investmentsB {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 0 6vw;
}
.investmentsB img {
  max-width: 80%;
  transition: all 0.6s;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.investmentsB ul li {
  transition: all 0.6s;
  position: relative;
  height: 9vw;
  float: left;
  cursor: pointer;
  width: calc(20% - 16px);
  margin-right: 20px;
  background: #dbdbdb;
}
.investmentsB ul li:nth-child(n + 6) {
  margin-top: 20px;
}
.investmentsB ul li:nth-child(5n) {
  margin-right: 0;
}
.investmentsB ul li .img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.investmentsB ul li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.investmentsB ul li:hover {
  background: none;
}
.investmentsA-b {
  position: absolute;
  right: 0;
  top: 6px;
}
.investmentsA-b .inp {
  font-family: "Montserrat-Regular";
  width: 236px;
  font-size: 16px;
  background: #315470;
  color: #fff;
  padding-left: 10px;
  height: 36px;
  border: none;
}
.investmentsA-b .inp:-moz-placeholder {
  color: #fff;
}
.investmentsA-b .inp:-ms-input-placeholder {
  color: #fff;
}
.investmentsA-b .inp::-webkit-input-placeholder {
  color: #fff;
}
.investmentsA-b .btn {
  width: 36px;
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.png) no-repeat center;
}

.investmentsA-c {
  display: none;
}
.investmentsA-f .selBtn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.investmentsA-f .selBtn span {
  font-family: "Montserrat-Light";
  display: inline-block;
  margin: 6px 6px 0 0;
  margin-right: 6px;
  font-size: 15px;
  color: #000000;
  border: 1px solid #333;
  padding: 8px 20px;
  text-transform: uppercase;
}
.investmentsA-f .selBtn:hover span {
  color: #ffffff;
  border: 1px solid #315470;
  background: #315470;
}
.investmentsA-f .selBtn span {
  color: #ffffff;
  border: 1px solid #315470;
  background: #315470;
}
.newsA {
  z-index: 10;
}

.investmentsA-g {
  width: 296px;
  top: 42px;
  display: none;
  height: 204px;
  position: absolute;
  right: 0;
  z-index: 10;
  background: url(../images/addbga.png) no-repeat center bottom #fff;
  background-size: 100% auto;
}
/*.investmentsA-f .selBtn.cur .investmentsA-g { display: block; }*/
.investmentsA-f .selBtn:hover .investmentsA-g {
  display: block;
}
.investmentsA-f i {
  font-family: "Montserrat-Light";
  font-style: normal;
}
.investmentsA-f {
  padding-right: 160px;
}

.investmentsA-h .mounth {
  position: relative;
  padding: 0 10px;
  float: left;
  width: 185px;
  padding-top: 44px;
}
.investmentsA-h .mounth i {
  font-family: "Montserrat-Light";
  line-height: 34px;
  float: left;
  width: 33.3333%;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.investmentsA-h .mounth:after {
  content: "";
  width: 2px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 52px;
  background: #ababab;
}
.investmentsA-h .mounth i:hover,
.investmentsA-h .mounth i.cur {
  color: #315470;
}
.investmentsA-h .year {
  width: calc(100% - 185px);
  float: right;
  padding-top: 50px;
}
.investmentsA-h .year .swiper-slide {
  line-height: 30px;
  text-align: center;
}
.investmentsA-h .year .swiper-container {
  height: 120px;
}
.investmentsA-h .year .swiper-slide-active i {
  font-weight: bold;
  color: #315470;
}
.investmentsA-h .year .mainQh {
  width: 25px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -12px;
}
.investmentsA-h .year .prev {
  top: -16px;
  background: url(../images/addbgc.png) no-repeat center/cover;
}
.investmentsA-h .year .next {
  bottom: -18px;
  background: url(../images/addbgc.png) no-repeat center/cover;
  transform: rotate(180deg);
}
.investmentsA-h .year .prev:hover {
  background: url(../images/addbgb.png) no-repeat center/cover;
  transform: rotate(180deg);
}
.investmentsA-h .year .next:hover {
  background: url(../images/addbgb.png) no-repeat center/cover;
  transform: rotate(0deg);
}

@media (max-width: 1480px) {
  .investmentsB ul li {
    height: 10vw;
  }
}
@media (max-width: 1280px) {
  .investmentsB ul li {
    height: 15vw;
    width: calc(33.33333% - 10px);
    margin-right: 15px;
  }
  .investmentsB ul li:nth-child(n + 4) {
    margin-top: 15px;
  }
  .investmentsB ul li:nth-child(5n) {
    margin-right: 15px;
  }
  .investmentsB ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .investmentsA-f .selBtn {
    display: none;
  }
  .investmentsA-c {
    display: block;
    width: 100%;
  }
  .investmentsA-d {
    display: none;
  }
  .investmentsA-b {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .investmentsA-b .inp {
    width: 100%;
  }
  .newsA {
    z-index: 10;
  }
  .investmentsA-c dl {
    z-index: 100;
    line-height: 32px;
    position: relative;
    width: 100%;
    position: relative;
    border: 1px solid #333333;
    height: 36px;
    padding: 0 10px;
  }
  .investmentsA-c dl:after {
    background: url(../images/select.png) no-repeat center;
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .investmentsA-c dl dd {
    left: -1px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #333333;
    width: calc(100% + 2px);
    padding: 10px 0;
    z-index: 100;
    position: absolute;
    display: none;
  }
  .investmentsA-c dl.cur dd {
    display: block;
    left: -1px;
    top: 36px;
  }
  .investmentsA-c dl dt {
    font-family: "Montserrat-Regular";
  }
  .investmentsA-c dl dd a {
    font-family: "Montserrat-Regular";
    box-sizing: border-box;
    width: 100%;
    border: none;
    display: block;
    padding: 0 10px;
    margin: 0;
  }
  .investmentsA-c dl dd a.cur {
    border: none;
    display: block;
  }
}
@media (max-width: 750px) {
  .investmentsB {
    padding-top: 20px;
  }
  .investmentsB ul li {
    height: 19vw;
    width: calc(33.33333% - 10px);
    margin-right: 15px;
  }
  .investmentsB ul li:nth-child(n + 4) {
    margin-top: 15px;
  }
  .investmentsB ul li:nth-child(5n) {
    margin-right: 15px;
  }
  .investmentsB ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .investmentsB ul li {
    height: 30vw;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .investmentsB ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .investmentsB ul li:nth-child(5n) {
    margin-right: 10px;
  }
  .investmentsB ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .investmentsB ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.fixTc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(175, 175, 175, 0.9);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.fixTc.cur {
  opacity: 1;
  z-index: 100;
}
.fixTcA {
  width: 70%;
  max-width: 1280px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
}
.fixTcA-c {
  padding: 5vw 3.5vw 3.5vw;
}
.fixTcA-c .img {
  position: relative;
  float: left;
  width: 240px;
  height: 178px;
  border: 1px solid #afafaf;
}
.fixTcA-c .img img {
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fixTcA-c .con {
  max-width: 660px;
  float: left;
  margin-left: 60px;
  width: calc(100% - 300px);
}
.fixTcA-c .con .t {
  font-size: 25px;
  color: #000;
  font-family: "TachyonW00-Regular";
}
.fixTcA-c .con .c {
  font-size: 18px;
  color: #000;
  font-family: "Montserrat-Regular";
  line-height: 1.6;
  margin-top: 20px;
}

.fixTcA-c .con .link a {
  display: block;
  margin-top: 2vw;
  font-family: "TachyonW00-Regular";
  color: #000;
  font-size: 16px;
}

.fixTcA-a .close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2vw;
  right: 2vw;
  border-radius: 50%;
  border: 1px solid #000;
}
.fixTcA-a .close span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  width: 30px;
  height: 1px;
  background: #000;
}
.fixTcA-a .close span.line1 {
  transition: all 0.5s;
  transform: rotate(45deg);
}
.fixTcA-a .close span.line2 {
  transition: all 0.5s;
  transform: rotate(-45deg);
}
.fixTcA-a .close:hover span.line1 {
  transform: rotate(-45deg);
}
.fixTcA-a .close:hover span.line2 {
  transform: rotate(45deg);
}
@media (max-width: 1500px) {
  .fixTcA-c .con .t {
    font-size: 20px;
  }
  .fixTcA-c .con .c {
    font-size: 16px;
    margin-top: 12px;
  }
  .fixTcA-c .img {
    width: 200px;
    height: 140px;
  }
}
@media (max-width: 1300px) {
  .fixTcA-c .con {
    max-width: 660px;
    float: left;
    margin-left: 30px;
    width: calc(100% - 230px);
  }
}
@media (max-width: 1100px) {
  .fixTcA-a .close {
    width: 30px;
    height: 30px;
  }
  .fixTcA-a .close span {
    margin: -1px 0 0 -12px;
    width: 24px;
  }
  .newDA-c .d {
    font-size: 12px;
  }
  a {
    font-size: 16px;
  }
  .contactB .topTit .t {
    font-size: 16px;
  }
  .footer .more a {
    font-size: 16px;
  }

  .fixTcA {
    width: 90%;
  }

  .fixTcA-a {
    padding: 30px 15px 30px;
  }
  .fixTcA-c .img {
    float: none;
    margin: 0 auto;
    width: 200px;
    height: 140px;
  }
  .fixTcA-c .con {
    max-width: 100%;
    float: none;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .fixTcA-b {
    display: none;
  }
  .footer .more {
    text-align: center;
  }
  .teamDet-d .newDA-c .pic img {
    display: none;
  }
  .homeB-c .top {
    display: none;
  }
  .newsB .homeB-c .top {
    display: block;
  }
}

.container .zszz a {
  color: #999;
}

.container .zszz {
  margin-top: 60px;
  z-index: 10;
  line-height: 1.5;
  font-size: 14px;
  color: #999;
  font-weight: lighter;
  font-family: "Montserrat-Light";
}

.teamA-b .swiper-container .swiper-button-next:after {
  display: none;
}
.teamA-b .swiper-container .swiper-button-prev:after {
  display: none;
}
.teamA-b .swiper-container .swiper-button-next {
  top: 35vw;
  width: 25px;
  height: 38px;
  background: url(../images/zx_right_jt.png) center center/cover;
  right: 0;
}
.teamA-b .swiper-container .swiper-button-prev {
  top: 35vw;
  width: 25px;
  height: 38px;
  background: url(../images/zx_left_jt.png) center center/cover;
  left: 0px;
}
.newsListA-b .t {
  display: none;
}
.newsListA-a .c {
  line-height: 2;
  padding-bottom: 10px;
  font-family: "Montserrat-UltraLight";
}

.newsListA-a .c p {
  font-family: "Montserrat-UltraLight";
}
.newsListA-b .c a {
  padding: 0;
}
.newsListB .newsListA-b .c a {
  display: inline !important;
}
.newsListA-b .c u {
  display: inline-flex;
}

.esg-select + .custom-select,
.esg-select + .custom-select--active {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  padding: 20px 30px;
  width: auto;
}

.esg-select + .custom-select--active .esg-option,
.esg-select + .custom-select .esg-option {
  background-color: transparent !important;
  border: 0;
  color: #fff;
  font-size: 22px;
  width: auto;
}

.esg-select + .custom-select .custom-select__dropdown .esg-option {
  color: #000;
}

.custom-select__dropdown {
  z-index: 500 !important;
}

#historic-esg-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
