.page-box {
  /* padding: 100px 0; */
}

.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}

.about-wrapper .box-1 .intro-box {
  padding-left: 193px;
  padding-right: 120px;
  background: url(../image/about_bg.jpg) no-repeat left bottom;
}

.about-wrapper .box-1 .intro-box,
.about-wrapper .box-1 .video-box {
  width: 50%;
  float: left;
}

.page-title-box {
  margin-bottom: 32px;
}

.page-title-box .title {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}

.page-title-box p {
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
  font-family: "tc";
  margin-top: 8px;
}



.about-wrapper .box-1 .intro-box,
.about-wrapper .box-1 .video-box {
  width: 50%;
  float: left;
}

.about-wrapper .box-1 .intro-box {
  padding-left: 110px;
  padding-right: 90px;
  background: url(../image/about_bg.jpg) no-repeat left bottom;
}

.about-wrapper .box-1 .content {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 50px;
}

.about-wrapper .box-1 .video-box.on .info {
  opacity: 0;
  visibility: hidden;
}

.about-wrapper .box-1 .video-box.on .video {
  opacity: 1;
  visibility: visible;
}

.about-wrapper .box-1 .video-box .pic {
  position: relative;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}

.about-wrapper .box-1 .video-box .pic>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-wrapper .box-1 .video-box .info {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  width: 100%;
  padding: 0 40px;
  cursor: pointer;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  opacity: 1;
  visibility: visible;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.about-wrapper .box-1 .video-box .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.box-container {
  width: 1536px;
  margin: 0 auto;
}

.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}



.about-wrapper .box-1 .video-box .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-wrapper .box-2 {
  /* margin-top: 120px; */
  padding: 108px 0 96px;
  background: url(../image/about2.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.about-wrapper .box-2 .title-box {
  text-align: center;
}

.about-wrapper .box-2 .title-box .title {
    line-height: 1.5;
  font-size: 36px;
  /*line-height: 36px;*/
  color: #fff;
  letter-spacing: 3px;
}

.about-wrapper .box-2 .title-box p {
  font-size: 14px;
  color: #fff;
  font-family: Arial;
  line-height: 30px;
  margin-top: 10px;
}

.about-wrapper .box-2 .data {
  margin-top: 46px;
}

.about-wrapper .box-2 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}

.about-wrapper .box-2 .data ul li {
  width: 25%;
  padding-right: 15px;
}

.about-wrapper .box-2 .data .num span,
.about-wrapper .box-2 .data em,
.about-wrapper .box-2 .data i {
  display: inline-block;
  font-family: "dm";
  color: #fff;
  font-style: normal;
}

.about-wrapper .box-2 .data .num span,
.about-wrapper .box-2 .data em {
  font-size: 72px;
  line-height: 60px;
}

.about-wrapper .box-2 .data em,
.about-wrapper .box-2 .data i {
  /*vertical-align: top;*/
}

.about-wrapper .box-2 .data i {
  font-size: 24px;
}

.about-wrapper .box-2 .data .name {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
}

.about-wrapper .box-3 {
  margin-top: 120px;
}

.about-wrapper .box-3 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.about-wrapper .box-3 .list ul li {
  position: relative;
  width: 49.08%;
  margin-bottom: 1.84%;
}

.about-wrapper .box-3 .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.about-wrapper .box-3 .list ul li:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}

.about-wrapper .box-3 .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}

.about-wrapper .box-3 .list ul li .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}

.about-wrapper .box-3 .list ul li .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0 80px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}

.about-wrapper .box-3 .list ul li .inner {
  width: 100%;
}

.about-wrapper .box-3 .list ul li .name {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;

}

.about-wrapper .box-3 .list ul li .desc {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
}

.about-wrapper .box-4 {
  position: relative;
  margin-top: 100px;
  background: #0d47a1;
  background-size: cover;
}

.about-wrapper .box-4 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}

.about-wrapper .box-4 .page-title-box .title,
.about-wrapper .box-4 .page-title-box p {
  color: #fff;
}

.about-wrapper .box-4 .detail-box,
.about-wrapper .box-4 .year-box {
  width: 50%;
  position: relative;
  z-index: 2;
}

.about-wrapper .box-4 .detail-box {
  padding-top: 118px;
}

.about-wrapper .box-4 .detail-box .item {
  display: none;
  padding-left: 34px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.about-wrapper .box-4 .detail-box .item .year {
  font-size: 48px;
  color: #fff;
  font-family: db;
  line-height: 48px;
  margin-bottom: 20px;
}

.about-wrapper .box-4 .detail-box .item .desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  width: 490px;
}

.about-wrapper .box-4 .year-box {
  position: relative;
  padding-left: 120px;
  padding-right: 236px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.about-wrapper .box-4 .year-box .swiper-container {
  height: 650px;
}

.about-wrapper .box-4 .year-box:before {
  content: "";
  width: 960px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  border-right: none;
}

.about-wrapper .box-4 .year-box .swiper-slide {
  position: relative;
  cursor: pointer;
  font-family: db;
  font-size: 24px;
  color: #5f84bd;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.about-wrapper .box-4 .year-box .swiper-slide:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  transition: width 1s ease;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -ms-transition: width 1s ease;
  -o-transition: width 1s ease;
}

.about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-prev,
.about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-next {
  color: #acc9f6;
}

.about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-active {
  color: #fff;
  font-size: 36px;
}

.about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-active:before {
  width: 104px;
}

.about-wrapper .box-4 .swiper-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 48px;
  z-index: 10;
  background-color: #1e307e;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  width: 36px;
  height: 20px;
  margin: 0 auto;
  left: 460px;
  background: #0d47a1;
}

.about-wrapper .box-4 .swiper-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.about-wrapper .box-4 .swiper-btn.swiper-button-disabled:before {
  opacity: 0.5;
}

.about-wrapper .box-4 .swiper-btn.prev {
  top: 234px;
}

.about-wrapper .box-4 .swiper-btn.prev:before {
  background: url(../image/icon-up.png) no-repeat center center;
  background-size: 17px;
}

.about-wrapper .box-4 .swiper-btn.next {
  right: auto;
  bottom: 234px;
  top: auto;
}

.about-wrapper .box-4 .swiper-btn.next:before {
  background: url(../image/icon-down.png) no-repeat center center;
  background-size: 17px;
}

.about-wrapper .box-4 canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.about-wrapper .box-5 {
  margin-top: 100px;
}

.about-wrapper .box-5 .page-title-box {
  text-align: center;
}

.about-wrapper .box-5 .swiper-slide {
  text-align: center;
  padding: 10px;
  border: 1px solid #efefef;
}

.about-wrapper .box-5 .swiper-slide:hover .line_t,
.about-wrapper .box-5 .swiper-slide:hover .line_b {
  width: 100%;
}

.about-wrapper .box-5 .swiper-slide:hover .line_r,
.about-wrapper .box-5 .swiper-slide:hover .line_l {
  height: 100%;
}

.about-wrapper .box-5 .swiper-slide span {
  position: absolute;
  background: #1e307e;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-wrapper .box-5 .swiper-slide .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}

.about-wrapper .box-5 .swiper-slide .line_r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}

.about-wrapper .box-5 .swiper-slide .line_b {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}

.about-wrapper .box-5 .swiper-slide .line_l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}

.about-wrapper .box-5 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}

.about-wrapper .box-5 .swiper-container {
  padding-bottom: 50px;
}

.about-wrapper .box-5 .swiper-pagination {
  bottom: 0;
}

.about-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ccc;
  margin: 0 10px;
  width: 10px;
  height: 10px;
}

.about-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e307e;
}

@media screen and (max-width: 1440px) {
  .box-container {
    width: 100%;
    margin: 0 auto;
    padding: 2% 4%;
  }

  .about-wrapper .box-3 .list ul li .desc {
    font-size: 24px;
    line-height: 38px;
  }

  .about-wrapper .box-3 .list ul li .name {
    margin-bottom: 20px;
  }

  .about-wrapper .box-3 .list ul li .info {
    padding: 0 60px;
  }

  .about-wrapper .box-5,
  .about-wrapper .box-3 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1004px) {

  .about-wrapper .box-1 .intro-box,
  .about-wrapper .box-1 .video-box {
    width: 100%;
    float: none;
  }

  .about-wrapper .box-1 .intro-box {
    padding: 0 15px;
  }

  .about-wrapper .box-1 .content {
    line-height: 24px;
    margin-top: 30px;
    text-align: justify;
  }

  .about-wrapper .box-1 .video-box {
    margin-top: 30px;
  }

  .about-wrapper .box-1 .video-box .pic {
    height: auto;
  }

  .about-wrapper .box-1 .video-box .info {
    padding: 0 15px;
  }

  .about-wrapper .box-1 .video-box .info img {
    width: 40px;
  }

  .about-wrapper .box-2 {
    margin-top: 40px;
    padding: 60px 0 40px;
    background-size: cover;
  }

  .about-wrapper .box-2 .title-box .title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
  }

  .about-wrapper .box-2 .title-box p {
    line-height: 20px;
    margin-top: 6px;
  }

  .about-wrapper .box-2 .data {
    padding-left: 15%;
    margin-top: 30px;
  }

  .about-wrapper .box-2 .data ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
  }

  .about-wrapper .box-2 .data ul li {
    width: 48%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .about-wrapper .box-2 .data .num span,
  .about-wrapper .box-2 .data em {
    font-size: 48px;
    line-height: 48px;
  }

  .about-wrapper .box-2 .data i {
    font-size: 20px;
  }

  .about-wrapper .box-2 .data .name {
    line-height: 20px;
    margin-top: 4px;
    width: 90%;
  }

  .about-wrapper .box-3 {
    margin-top: 40px;
  }

  .about-wrapper .box-3 .list ul {
    display: block;
  }

  .about-wrapper .box-3 .list ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .about-wrapper .box-3 .list ul li .info {
    padding: 0 20px;
  }

  .about-wrapper .box-3 .list ul li .name {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .about-wrapper .box-3 .list ul li .desc {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .about-wrapper .box-4 {
    margin-top: 40px;
  }

  .about-wrapper .box-4 .box-container {
    flex-flow: wrap;
  }

  .about-wrapper .box-4 .detail-box,
  .about-wrapper .box-4 .year-box {
    width: 100%;
  }

  .about-wrapper .box-4 .detail-box {
    padding-top: 30px;
  }

  .about-wrapper .box-4 .detail-box .item {
    padding-left: 20px;
  }

  .about-wrapper .box-4 .detail-box .item .year {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .about-wrapper .box-4 .detail-box .item .desc {
    width: 100%;
  }

  .about-wrapper .box-4 .year-box {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }

  .about-wrapper .box-4 .year-box .swiper-container {
    height: 360px;
  }

  .about-wrapper .box-4 .year-box:before {
    width: 100%;
    height: 72px;
  }

  .about-wrapper .box-4 .year-box .swiper-slide {
    font-size: 20px;
  }

  .about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-active {
    font-size: 28px;
  }

  .about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-active:before {
    width: 60px;
  }

  .about-wrapper .box-4 .swiper-btn {
    left: auto;
    right: 12px;
  }

  .about-wrapper .box-4 .swiper-btn.prev {
    top: 134px;
  }

  .about-wrapper .box-4 .swiper-btn.next {
    right: 12px;
    bottom: 134px;
  }

  .about-wrapper .box-5 {
    margin-top: 40px;
  }

  .about-wrapper .box-5 .swiper-slide {
    padding: 5px;
  }

  .about-wrapper .box-5 .swiper-slide img {
    height: 90px;
  }

  .about-wrapper .box-5 .swiper-container {
    padding-bottom: 40px;
  }

  .about-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
  }

  .about-wrapper .box-1 .intro-box,
  .about-wrapper .box-1 .video-box {
    width: 100%;
    float: none;
  }

  .about-wrapper .box-1 .intro-box {
    padding: 0 15px;
  }

  .about-wrapper .box-3 .list ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  /* 
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 15px;
  } */

  .box-container {
    width: 100%;
    margin: 0 auto;
    padding: 2% 4%;
  }
}



@media screen and (max-width: 640px) {

  .about-wrapper .box-2 .data .num span,
  .about-wrapper .box-2 .data em {
    font-size: 34px;
    line-height: 16px;
  }

  .about-wrapper .box-2 {
    margin-top: 40px;
    padding: 30px 0 0px;
    background-size: cover;
  }

  .about-wrapper .box-2 .title-box .title {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2px;
  }

  .about-wrapper .box-2 .title-box p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
  }

  .about-wrapper .box-2 .data .name {
    line-height: 20px;
    margin-top: 4px;
    width: 100%;
  }

  .about-wrapper .box-2 .data ul li {
    width: 48%;
    padding-right: 0;
    margin-bottom: 67px;
  }

  .about-wrapper .box-2 .data .name {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-top: 2px;
  }

  .about-wrapper .box-5 .swiper-slide img {
    height: 68px;
  }

  .about-wrapper .box-4 .year-box .swiper-container {
    height: 360px;
  }

}




/* 大事记 */

.executiveDirectory-content {
  align-items: center;
  height: 100%;
}

.executiveDirectory-left {
  width: 26%;
  padding-top: 18%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #08469b;
}

/* .executiveDirectory-left::after{content: ''; position: absolute;  right: 0; width: 220px; height: calc(100% + 60px) ; top: -30px; } */

#investorSwiper {
  width: 55%;
  margin: auto;
  height: 100%;
}

#investorSwiper .swiper-slide {
  height: calc(100% / 5);
  display: flex;
  align-items: center;
  justify-content: center;
}

#investorSwiper .swiper-slide span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.26);
  font-weight: bold;
  font-family: "SHSCN-Bold";
  line-height: 24px;
}

#investorSwiper .swiper-slide.swiper-slide-active {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

#investorSwiper .swiper-slide.swiper-slide-active span {
  color: #fff;
}

.executiveDirectory-right {
  width: 74%;
  height: 100%;
  background: url(../image/shiji-bg.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.about-sec7 .title-big {
  position: absolute;
  right: 0.99rem;
  top: 0.83rem;
}

.about-sec7 .title-big p {
  text-align: right;
}

.title-big p {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
}

.title-big h4 {
  font-size: 104px;
  font-weight: 800;
  /* color: #fff !important; */
  line-height: 138px;
  font-family: "Futura-Heavy";
}

.executiveDirectory-right .swiper-container {
  height: 800px;
  overflow: hidden;
}

.executiveDirectory-right #investorSwipername .swiper-slide {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.executiveDirectory-right .swiper-container .about-swiper-slide-content {
  width: 60%;
}



.executiveDirectory-right .swiper-container .about-swiper-slide-content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #08469b;
  line-height: 25px;
  padding-bottom: 37px;
  position: relative;
  margin-bottom: 48px;
}

.executiveDirectory-right .swiper-container .about-swiper-slide-content h6::after {
  position: absolute;
  z-index: 5;
  content: '';
  width: 13.5px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}

.executiveDirectory-right .swiper-container .about-swiper-slide-content h6 span {
  font-size: 100px;
  font-weight: blod;
  color: RGB(10, 75, 255);

  line-height: 100px;
  font-family: "DINCond-Bold";
  margin-right: 15px;
}

.weui-felx-wrap {
  display: flex;
  flex-wrap: wrap;
}

.executiveDirectory-right .swiper-container .about-swiper-slide-content p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
}

.about-sec7 .title-big {
  right: 160px;
  top: 54px;
}

.about-sec7 .title-big p {
  text-align: right;
}

.cooperation-sec1 {
  margin-top: 120px
}

.cooperation-sec1-left,
.cooperation-sec1-right {
  width: 50%;
  height: 800px;
  overflow: hidden;
}

.cooperation-sec1-left .swiper-container {
  width: 100%;
  height: 100%;
}

.cooperation-sec1-left .swiper-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}



.cooperation-sec1-right {
  background-image: url(../images/co-bg1.jpg);
  background-size: 100% auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #08469b;
  padding-left: 104px;
  padding-top: 122px;
}

.cooperation-sec1-right-txt .title-big h4 {
  font-size: 36px;
  line-height: 48px;
}

.cooperation-sec1-right-txt .title-big p {
  font-size: .24rem;
}

.cooper-tabs {
  margin-top: .54rem;
  margin-bottom: .43rem;
  margin-right: .4rem;
}

.cooper-tabs p {
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, .31);
  transition: all .3s;
  padding: 0 .38rem;
  margin-right: 10px;
  margin-bottom: 15px;
  color: #fff;
  cursor: pointer;
}

.cooper-tabs p.on,
.cooper-tabs p:hover {
  background: #ffffff;
  color: #08469b;
}

.cooper-tabs-p-box .cooper-tabs-p {
  display: none;
}

.cooper-tabs-p-box .cooper-tabs-p.on {
  display: block;
}

.cooper-tabs-p p {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
}

.co-thumbs {
  position: relative;
  margin-top: .57rem;
  padding-bottom: 150px;
}

.co-thumbs .swiper-container .swiper-slide img {
  height: 2.26rem;
  width: 3rem;
  cursor: pointer;
}

.co-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #fff;
}

.co-thumbs .swiper-button-next,
.co-thumbs .swiper-button-prev {
  top: unset;
  bottom: 80px;
}

.co-thumbs .swiper-button-next,
.co-thumbs .swiper-button-prev {
  background: none;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.co-thumbs .swiper-button-next {
  transform: rotate(45deg);
  right: unset;
  left: 92px;
}

.co-thumbs .swiper-button-prev {
  transform: rotate(-135deg);
}

.cooperation-sec1-left .co-gallery-top {
  display: none;
}

.cooperation-sec1-left .co-gallery-top.on {
  display: block;
}

.co-thumbs .co-thumbs-tabs {
  display: none;
}

.co-thumbs .co-thumbs-tabs.on {
  display: block;
}

/* 合作流程 */

.cooperation-sec2-imgbox {
  display: inline-block;
  position: relative;
}

.cooperation-sec2-imgbox>img {
  width: 100%;
}

.cooperation-sec2 .title-big {
  left: .68rem;
  top: 1.45rem;
}

.co-img-box {
  width: 6.86rem;
  height: 6.86rem;
  border-radius: 50%;
  right: 12%;
  top: 31%;
  overflow: hidden;
}

.co-img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .5s;
  position: absolute;
  left: 0;
  top: 0;
}

.co-img-box img.on {
  opacity: 1;
}

.dot-box {
  z-index: 2;
}

.dot-box .dot-item {
  background: transparent;
  align-items: center;
  padding: .13rem .15rem .13rem .25rem;
  transition: all .3s;
  border-radius: 9px;
}

.dot-box .dot-item span {
  font-size: .48rem;
  font-weight: 900;
  color: #333;
  line-height: .57rem;
  margin-right: .13rem;
  transition: all .3s;
}

.dot-box .dot-item div p {
  color: #333;
  transition: all .3s;
}

.dot-box .dot-item div p.dot-p1 {
  font-size: .18rem;
  font-weight: 600;
  line-height: .25rem;
}

.dot-box .dot-item div p.dot-p2 {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}



.pos1 {
  left: 51%;
  top: 16%;
}

.pos2 {
  left: 39%;
  top: 25.5%;
}

.pos3 {
  left: 32.5%;
  top: 36%;
}

.pos4 {
  left: 27%;
  top: 47%;
}

.pos5 {
  left: 23%;
  top: 59%;
}

.pos6 {
  left: 20%;
  top: 70.5%;
}

.pos7 {
  left: 17.5%;
  top: 83%;
}

.dot-item::after {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #08469b;
  z-index: 3;
  content: "";
}

.dot-pos1::after {
  left: -29%;
  top: -38%;
}

.dot-pos2::after {
  left: -16%;
  top: -38%;
}

.dot-pos3::after {
  left: -39%;
  top: 37%;
}

.dot-pos4::after {
  left: -33%;
  top: 59%;
}

.dot-pos5::after {
  left: -22%;
  top: 40%;
}

.dot-pos6::after {
  left: -24%;
  top: 41%;
}

.dot-pos7::after {
  left: -23%;
  top: 53%;
}

.dot-item::before {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(6, 54, 189, 0.21);
  z-index: 3;
  content: "";
  opacity: 0;
  transform: scale(0);
  transition: all .5s;
}

.dot-pos1::before {
  left: -32%;
  top: -47%;
}

.dot-pos2::before {
  left: -19.5%;
  top: -46%;
}

.dot-pos3::before {
  left: -42%;
  top: 28%;
}

.dot-pos4::before {
  left: -36%;
  top: 50%;
}

.dot-pos5::before {
  left: -25%;
  top: 32%;
}

.dot-pos6::before {
  left: -27%;
  top: 33%;
}

.dot-pos7::before {
  left: -26%;
  top: 45%;
}

.dot-box.on .dot-item,
.dot-box:hover .dot-item {
  background: #08469b;
}

.dot-box.on .dot-item span,
.dot-box:hover .dot-item span,
.dot-box.on .dot-item div p,
.dot-box:hover .dot-item div p {
  color: #ffffff;
}

.dot-box.on .dot-item::before,
.dot-box:hover .dot-item::before {
  transform: scale(1);
  opacity: 1;
}

.about-sec7-mar {
  margin-top: 100px;
  /* margin-right: 3.18rem; */
  height: 720px;
  overflow: hidden;

  position: relative;
}

.weui-felx-wrap {
  display: flex;
  flex-wrap: wrap;
}



.title-big h4 {
  font-size: 1.04rem;
  font-weight: 800;
  color: #333333;
  line-height: 1.38rem;
  font-family: "Futura-Heavy";
}

.title-big p {
  font-size: .28rem;
  font-weight: 300;
  color: #333333;
  line-height: .4rem;
}

.about-martop61 {
  margin-top: 0.61rem;
}

.about-p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  font-family: "SHSCN-Normal";
  text-align: justify;
}

.about-p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  font-family: "SHSCN-Normal";
  text-align: justify;
}

.about-m-title {
  display: flex;
}

.about-m-title img {
  width: 27px;
  height: 27px;
  margin-right: .32rem;
}

.about-m-title p {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 27px;
  font-family: "SHSCN-Bold";
}



.about-sec3-img-pd {
  margin-top: .45rem;
  width: 100%;
}

.about-martop61 {
  margin-top: .61rem;
}

.about-martop64 {
  margin-top: .64rem;
}

.about-martop44 {
  margin-top: .44rem;
}

.about-martop97 {
  margin-top: .3rem;
}

.about-sec3-right-pad {
  padding: 0 1.36rem 1.36rem 1.5rem;
}

.about-sec3-right-pad .pic{
    position: relative;
}

.about-sec3-right-pad .pic .play{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url('../image/ico_play.png') center no-repeat;
	background-size: 100% 100%;
}

.about-martop61 {
  margin-top: .61rem;
}

.about-sec2 a {
  display: flex;
  align-items: center;
}

.about-sec2 a img {
  width: 40px;
  height: 40px;
  margin-right: .27rem;
  transition: all .3s;
}

.about-sec2 a div span {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}

.about-sec2 a div p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 43px;
}

.about-sec2 a:hover img {
  transform: translateY(-10px);
}

.about-p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
    line-height: 24px;
  font-family: "SHSCN-Normal";
  text-align: justify;
}

.about-m-title {
  display: flex;
}

.about-m-title img {
  width: 27px;
  height: 27px;
  margin-right: .32rem;
}

.about-m-title p {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 27px;
  font-family: "SHSCN-Bold";
}

.about-sec3-left {
  width: 50%;
  padding: .42rem 1rem 1.3rem 2.5rem;
}

.about-sec3-right {
  width: 50%;
}

.about-sec3-img-pd {
  margin-top: 1.3rem;
  width: 100%;
  margin-bottom: 0.2rem;
}

.about-martop61 {
  margin-top: .61rem;
}

.about-martop64 {
  margin-top: .3rem;
}

.about-martop44 {
  margin-top: .4rem;
}

.about-martop97 {
  /* margin-top: .97rem; */
}

.about-sec3-right-pad {
  padding: 0 1.36rem 1.36rem 1.5rem;
}

.about-sec4-left {
  width: 3.18rem;
  padding-left: .39rem;
}

.about-sec4-right {
  width: calc(100% - 3.18rem);
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding-bottom: 1.78rem;
}

.about-sec4-right-txt {
  margin-top: .59rem;
  margin-left: 44%;
  max-width: 32%;
}

.about-sec4-txt h6 {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: .21rem;
  margin-top: .99rem;
}

.about-sec4-txt p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
}

/* 荣誉资质 */

.about-sec5 {
  height: 14.09rem;
}

.about-img-box {
  display: inline-block;
}

.about-img-box img {
  width: 100vw;
}

.about-sec5 .title-big {
  left: 3.20rem;
  top: 1.21rem;
}

.certificate1 {
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

.certificate1 .swiper-container .swiper-slide-top-honor,
.certificate1 .swiper-container .swiper-slide-bottom-honor {
  display: flex;
  height: 3.16rem;
}

.certificate1 .swiper-container .swiper-slide-top-honor {
  width: 89%;
  align-items: flex-end;
  padding-left: 50%;
}

@media (min-width: 900px) {
  .container {
    margin: 0 3.68%;
  }
}

.white {
  color: #fff !important;
}
@media screen and (max-width: 600px){
    .header-wrapper .logo-box img {width: 100%;height: 46px;}
    .header-wrapper .navbox { height: 67px;}
    .weui-felx-wrap {width: 85%;margin: 0 auto;}
    .about-sec3-left {width: 100% !important;padding: 0 !important;}
    .about-sec3-right {width: 100% !important;}
    .about-sec3-right-pad {padding:0 !important;}
    .about-sec3-img-pd {margin-top: 0.3rem; width: 100%; margin-bottom: 0.2rem;}
.about-sec7-mar {
    height: unset;
}.executiveDirectory-left {
    padding-top: 0;
}#investorSwiper .swiper-slide {
    height: 1rem;
}#investorSwiper {
    width: 90%;
}.executiveDirectory-right .swiper-container, .about-sec7-mar {
    min-height: 8rem;
}
.executiveDirectory-right .swiper-container {
    height: 400px;
    overflow: hidden;
}
.about-sec7 .title-big {
    right: 96px;
    top: 29px;
}
.executiveDirectory-right .swiper-container .about-swiper-slide-content {    margin-top: 23%;
    width: 80%;
}
.page-title-box p {
    font-size: 16px;}
    
    .title-big h4 {
    font-size: 26px;

    line-height: 1.5;}
    
.page-title-box .title {font-size: 24px;}
    .weui-felx-wrap-item {width: 100% !important;flex: unset !important;}
.executiveDirectory-right .swiper-container .about-swiper-slide-content h6 {padding-bottom: 0; margin-bottom: 18px;}
.executiveDirectory-right .swiper-container .about-swiper-slide-content h6 span {font-size: 40px;line-height: 60px;}
}