@charset "UTF-8";
/* 关于我们banner start*/
.about-banner {
  width: 100%;
}
.about-banner .swiper .meidia-box {
  padding-bottom: 40%;
  overflow: hidden;
  position: relative;
}
.about-banner .swiper .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-banner .swiper .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-banner .text {
  position: absolute;
  left: 0;
  top: clamp(40px, 3.125vw, 60px);
  width: 100%;
  height: calc(100% - clamp(40px, 3.125vw, 60px));
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-banner .text .m-width-content {
  width: 100%;
}
.about-banner .text .tit {
  font-weight: 600;
  /*font-size: clamp(36px, 3.125vw, 60px);*/
  /*color: #FFFFFF;*/
  
    font-family: Manrope;
    font-size: clamp(33.33333px, 2.60417vw, 50px);
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
  
}
.about-banner .text .tit-m {
  /*font-weight: 600;*/
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #FFFFFF;
}

@media screen and (min-width: 1301px) {
  .about-banner .text .m-width-content {
    transform: translateY(-130px);
  }

  .about-banner .text .tit-m {
    max-width: 22em;
    margin-top: 12px;
    line-height: 1.35;
  }

  .about-box .faq-box2 .faq-inner2 .faq-list dl dt {
    font-size: clamp(18px, 1.04167vw, 20px);
  }
}

/* 首页banner end*/
.about-box {
  overflow: hidden;
  position: relative;
}
.about-box > .faq-box {
  background-size: cover !important;
  background-position: center center !important;
}
.about-box .about-tit {
  text-align: center;
}
.about-box .about-tit .tit {
  font-weight: 600;
  /*font-size: clamp(36px, 3.125vw, 60px);*/
  
    font-family: Manrope;
    font-size: clamp(33.33333px, 2.60417vw, 50px);
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #000000;
  /*color: #004EA3;*/
}

.about-box .about-tit .tit h1,
.about-box .about-tit .tit h2,
.about-box .about-tit .tit h3{
    font-weight: bold;
}

.about-box .about-tit .pagetext-con{
    /*color: #2c2c2c;*/
}
.about-box .about-tit .tips {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 400;
  /*font-size: clamp(17.33333px, 1.35417vw, 26px);*/
  /*color: #2c2c2c;*/
  /*line-height: 1.7;*/
  
    font-family: Manrope;
    font-size: clamp(16px, 1.04167vw, 20px);
    font-weight: normal;
    line-height: 2;
    color: #6E6359;
}
.about-box .about-page-01 {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0;
  background: url("../images/about-bg-01.png") no-repeat center top;
}
.about-box .about-page-01 .intr-flex {
  margin-top: clamp(33.33333px, 2.60417vw, 50px);
  padding-right: 30%;
  position: relative;
}
.about-box .about-page-01 .intr-flex .big-pic {
  position: relative;
  width: 100%;
}
.about-box .about-page-01 .intr-flex .big-pic .meidia-box {
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.about-box .about-page-01 .intr-flex .big-pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-01 .intr-flex .big-pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-01 .intr-flex .big-pic img {
  border-radius: 0;
}
.about-box .about-page-01 .intr-flex .small-list {
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(46.66667px, 3.64583vw, 70px);
}
.about-box .about-page-01 .intr-flex .small-list ul {
  height: 100%;
}
.about-box .about-page-01 .intr-flex .small-list ul li {
  margin-top: calc(clamp(60px, 4.6875vw, 90px) / 2);
  height: calc(33.3333333333% - clamp(60px, 4.6875vw, 90px) / 3);
  position: relative;
}
.about-box .about-page-01 .intr-flex .small-list ul li:first-child {
  margin-top: 0;
}
.about-box .about-page-01 .intr-flex .small-list ul li .pic {
  height: 100%;
}
.about-box .about-page-01 .intr-flex .small-list ul li .pic .meidia-box {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.about-box .about-page-01 .intr-flex .small-list ul li .pic .meidia-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  transition: transform 1.2s;
}
.about-box .about-page-01 .intr-flex .small-list ul li:hover .pic .meidia-box img:first-child {
    transform: scale(1.1);
}
.about-box .about-page-01 .intr-flex .small-list ul li .pic .meidia-box img:nth-child(2){
    position: absolute;
    left:0;
    top:0;
    z-index:2;
    visibility: hidden;
    display: none;
}
.about-box .about-page-01 .intr-flex .small-list ul li:hover .pic .meidia-box img:nth-child(2){
    visibility: hidden;
    display: none;
}
.about-box .about-page-01 .intr-flex .small-list ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(139deg, #093480 0%, #04163D 100%);*/
  background:rgba(9,52,128,0.5);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(20px, 1.5625vw, 30px) clamp(20px, 1.5625vw, 30px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about-box .about-page-01 .intr-flex .small-list ul li .text:hover {
  background: rgba(9,52,128,0.5);
}
.about-box .about-page-01 .intr-flex .small-list ul li .text .num {
  font-weight: 600;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #fff;
  
  font-family: Manrope;
}
.about-box .about-page-01 .intr-flex .small-list ul li .text .num i{
    font-size: clamp(13.33333px, 1.04167vw, 20px);
}
.about-box .about-page-01 .intr-flex .small-list ul li .text .tips-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-box .about-page-01 .intr-flex .small-list ul li .text .tips-icon .tips {
  width: calc(100% - clamp(40px, 3.125vw, 60px));
  color: #fff;
  /*font-size: clamp(13.33333px, 1.04167vw, 20px);*/
  font-size:clamp(16px, 0.9375vw, 18px);
}


.about-box .about-page-01 .intr-flex .small-list ul li .text .tips-icon .tips h3 {
  font-weight: 400;
}
.about-box .about-page-01 .intr-flex .small-list ul li .text .tips-icon .icon {
  width: clamp(40px, 3.125vw, 60px);
}
.about-box .about-page-01 .intr-flex .small-list ul li .text .tips-icon .icon img {
  width: 100%;
  height: auto;
}
.about-box .about-page-02 {
  padding-bottom: clamp(60px, 4.6875vw, 90px);
  background: #fff;
  background-image: url("../images/about-global-network-dots.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.about-box .about-page-02 .global-num {
  margin-top: clamp(33.33333px, 2.60417vw, 50px);
}
.about-box .about-page-02 .global-num ul {
  gap: clamp(20px, 1.5625vw, 30px);
}
.about-box .about-page-02 .global-num ul li {
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(15, 8, 86, 0.16);
          box-shadow: 0px 4px 8px 0px rgba(15, 8, 86, 0.16);
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - clamp(40px, 3.125vw, 60px)) / 3);
          flex: 0 0 calc((100% - clamp(40px, 3.125vw, 60px)) / 3);
  width: calc((100% - clamp(40px, 3.125vw, 60px)) / 3);
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(16.66667px, 1.30208vw, 25px);
  text-align: center;
}


.about-box .about-page-02 .global-num ul li .num {
  /*font-size: clamp(33.33333px, 2.60417vw, 50px);*/
  /*color: #004EA3;*/
  
    font-family: Manrope;
    font-size: clamp(26.66667px, 2.08333vw, 40px);
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.02em;
    color: #000000;
}


.about-box .about-page-02 .global-num ul li .tips {
  margin-top: clamp(6.66667px, 0.52083vw, 10px);
  /*font-size: clamp(13.33333px, 1.04167vw, 20px);*/
  /*color: #2c2c2c;*/
  
    font-family: Manrope;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #6E6359;
}
.about-box .about-page-02 .global-num ul li h3 {
  font-weight: 400;
}
.about-box .about-page-03 {
  background: #fff !important;
  background-image: none !important;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
}
.about-box .about-page-03 .pl-factory {
  order: 1;
}
.about-box .about-page-03 .about-page-06 {
  order: 2;
}
.about-box .about-page-03 .about-honors {
  order: 3;
}
.about-box .about-page-03 .pl-factory {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: clamp(16px, 1.25vw, 24px) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-box .about-page-03 .pl-factory .swiper {
  padding-bottom: clamp(32px, 2.5vw, 48px);
}
.about-box .about-page-03 .pl-factory .swiper-pagination {
  bottom: 0;
}
.about-box .about-page-03 .pl-factory .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 2px;
  background: transparent;
  opacity: 1;
  position: relative;
}
.about-box .about-page-03 .pl-factory .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-box .about-page-03 .pl-factory .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.about-box .about-page-03 .pl-factory .swiper-slide {
  width: clamp(295.33333px, 23.07292vw, 443px);
  position: relative;
}
.about-box .about-page-03 .pl-factory .swiper-slide .pic {
  position: relative;
}
.about-box .about-page-03 .pl-factory .swiper-slide .pic .meidia-box {
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.about-box .about-page-03 .pl-factory .swiper-slide .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-03 .pl-factory .swiper-slide .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-03 .pl-factory .swiper-slide .pic img {
  border-radius: 0;
}
.about-box .about-page-03 .pl-factory .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(20px, 1.5625vw, 30px) clamp(20px, 1.5625vw, 30px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 0;
  opacity: 0;
}
.about-box .about-page-03 .pl-factory .swiper-slide .text:hover {
  opacity: 1;
}
.about-box .about-page-03 .pl-factory .swiper-slide .text:hover .tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about-box .about-page-03 .pl-factory .swiper-slide .text:hover .btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about-box .about-page-03 .pl-factory .swiper-slide .text .tit {
  font-size: clamp(20px, 1.5625vw, 30px);
  text-transform: capitalize;
  color: #fff;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  
    font-family: Source Sans Pro;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
}
.about-box .about-page-03 .pl-factory .swiper-slide .text .btn {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: clamp(20px, 1.5625vw, 30px);
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}
.about-box .about-page-03 .pl-factory .swiper-slide .text .btn a {
  padding: clamp(2px, 0.15625vw, 3px) clamp(5.33333px, 0.41667vw, 8px) clamp(2px, 0.15625vw, 3px) clamp(16px, 1.25vw, 24px);
  border-color: rgba(255,255,255,0.75);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  line-height: 1;
}
.about-box .about-page-03 .pl-factory .swiper-slide .text .btn a span {
  color: #fff;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1;
}
.about-box .about-page-03 .pl-factory .swiper-slide .text .btn a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(22px, 1.66667vw, 32px);
  height: clamp(22px, 1.66667vw, 32px);
  margin-left: clamp(10px, 0.78125vw, 15px);
  background: #fff;
  color: #004EA3;
  font-size: clamp(12px, 0.83333vw, 16px);
  line-height: 1;
}
.about-box .about-page-03 .pl-factory .swiper-slide .text .btn a:hover {
  background: transparent;
  color: #fff;
}
.about-box .about-page-03 .pl-factory .swiper-slide .text .btn a:hover span {
  color: #fff;
}
.about-box .about-page-03 .pl-factory .swiper-slide .text .btn a:hover i {
  background: #fff;
  color: #004EA3;
}
.about-box .about-page-03 .about-honors {
  margin-top: clamp(80px, 6.25vw, 120px);
  padding-bottom: clamp(46.66667px, 3.64583vw, 70px);
}
.about-box .about-page-03 .about-honors .text-small-big {
  margin-top: clamp(40px, 3.125vw, 60px);
}
.about-box .about-page-03 .about-honors .text-small-big .text {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con {
  position: relative;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  max-width:100%;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con.active .tit {
  opacity: 1;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con.active .tips {
  opacity: 1;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con.active .btn {
  opacity: 1;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .tit {
  /*font-weight: 600;*/
  /*font-size: clamp(26.66667px, 2.08333vw, 40px);*/
  /*color: #004EA3;*/
  opacity: 0;
  margin-top: clamp(12px, 0.9375vw, 18px);
          
    font-family: Manrope;
    font-size: clamp(24px, 1.875vw, 36px);
    font-weight: bold;
    line-height: normal;
    color: #000000;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .tips {
  margin-top: clamp(8px, 0.625vw, 12px);
  font-size: clamp(16px, 1.25vw, 24px);
  /*color: #2c2c2c;*/
  opacity: 0;
          
    font-family: Manrope;
    font-weight: normal;
    line-height: 2;
    color: #6E6359;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .btn {
  opacity: 0;
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .btn a {
  border-color: #004EA3;
  color: #004EA3;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .btn a i {
  background-color: #004EA3;
  color: #fff;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .btn a:hover {
  background: linear-gradient(279deg, #093566 -4%, #004ea3 91%);
  color: #fff;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .btn a:hover i {
  background-color: #fff;
  color: #004EA3;
}
.about-box .about-page-03 .about-honors .text-small-big .text .page {
  margin-top: clamp(40px, 4.16667vw, 80px);
  position: relative;
}
.about-box .about-page-03 .about-honors .text-small-big .text .page .swiper-pagination {
  bottom: 0;
  position: relative;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #333;
  text-align: left;
}
.about-box .about-page-03 .about-honors .text-small-big .text .page .swiper-pagination .swiper-pagination-current {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #004EA3;
  font-weight: 600;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 clamp(36px, 2.8125vw, 54px);
  width: 100%;
  margin-top: clamp(16px, 1.25vw, 24px);
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-button-prev {
  left: 0;
  top: 50%;
  margin-top: 0;
  height: clamp(30px, 2.34375vw, 45px);
  width: clamp(30px, 2.34375vw, 45px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-button-prev::after {
  display: none;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-button-prev i {
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #000;
  font-size: clamp(10px, 0.78125vw, 15px);
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-button-next {
  left: auto;
  width: clamp(30px, 2.34375vw, 45px);
  height: clamp(30px, 2.34375vw, 45px);
  bottom: auto;
  top: 50%;
  right: 0;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-button-next i {
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #000;
  font-size: clamp(10px, 0.78125vw, 15px);
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-button-next::after {
  display: none;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper {
  height: auto;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-slide {
  cursor: pointer;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-slide .pic {
  height: auto;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-slide .pic .meidia-box {
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-slide .pic .meidia-box img {
  position: absolute;
  left: 0;
  top: 0;
  /*border-radius: clamp(8px, 0.625vw, 12px);*/
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .big {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-slide.swiper-slide-thumb-active .pic img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-button-prev,
.about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-button-next {
  display: none;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-slide .pic .meidia-box {
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-slide .pic .meidia-box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-slide .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-slide .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-slide .pic img {
  /*border-radius: clamp(13.33333px, 1.04167vw, 20px);*/
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-slide .border-hover::after {
  display: none;
}
.about-box .about-page-04 {
  padding: clamp(93.33333px, 7.29167vw, 140px) 0 clamp(53.33333px, 4.16667vw, 80px);
  background: #fff !important;
  background-image: none !important;
  background-size: 50% auto;
}
.about-box .about-page-04 .pic-text-flex .pic {
  width: 50%;
  gap: clamp(28px, 2.1875vw, 42px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.about-box .about-page-04 .pic-text-flex .pic .pic-page {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  min-width: 0;
  height: auto;
  margin: clamp(28px, 2.1875vw, 42px) auto 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
  text-align: center;
}
.about-box .about-page-04 .pic-text-flex .pic .pic-page .swiper-pagination {
  position: static;
}
.about-box .about-page-04 .pic-text-flex .pic .pic-page .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 2px;
  background: transparent;
  opacity: 1;
  position: relative;
}
.about-box .about-page-04 .pic-text-flex .pic .pic-page .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-box .about-page-04 .pic-text-flex .pic .pic-page .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.about-box .about-page-04 .pic-text-flex .pic .list {
  width: calc((100% - clamp(28px, 2.1875vw, 42px)) / 3 * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-box .about-page-04 .pic-text-flex .pic .list .list-item {
  width: calc((100% - clamp(28px, 2.1875vw, 42px)) / 2);
}
.about-box .about-page-04 .pic-text-flex .pic .list .list-item:nth-child(2) {
  width: calc((100% - clamp(28px, 2.1875vw, 42px)) / 2);
  z-index: 2;
}
.about-box .about-page-04 .pic-text-flex .pic .list .list-item:nth-child(2) .swiper {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.about-box .about-page-04 .pic-text-flex .pic .list .list-item .swiper {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 100%;
}
.about-box .about-page-04 .pic-text-flex .pic .list .list-item .swiper .swiper-button-prev,
.about-box .about-page-04 .pic-text-flex .pic .list .list-item .swiper .swiper-button-next {
  display: none;
}
.about-box .about-page-04 .pic-text-flex .pic .list .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-box .about-page-04 .pic-text-flex .pic .list .swiper-slide .meidia-box {
  padding-bottom: 140%;
  overflow: hidden;
  position: relative;
}
.about-box .about-page-04 .pic-text-flex .pic .list .swiper-slide .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-04 .pic-text-flex .pic .list .swiper-slide .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-04 .pic-text-flex .pic .list .swiper-slide img {
  border-radius: 0;
}
.about-box .about-page-04 .pic-text-flex .pic .big {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  width: calc((100% - clamp(28px, 2.1875vw, 42px)) / 3);
}
.about-box .about-page-04 .pic-text-flex .pic .big .swiper {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 100%;
}
.about-box .about-page-04 .pic-text-flex .pic .big .swiper-slide img {
  border-radius: 0;
}
.about-box .about-page-04 .pic-text-flex .pic .big .swiper-slide .meidia-box {
  padding-bottom: 140%;
  overflow: hidden;
  position: relative;
}
.about-box .about-page-04 .pic-text-flex .pic .big .swiper-slide .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-04 .pic-text-flex .pic .big .swiper-slide .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-box .about-page-04 .pic-text-flex .text {
  text-align: right;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(26.66667px, 2.08333vw, 40px);
  position: relative;
  top: clamp(-20px, -1.5625vw, -12px);
}
.about-box .about-page-04 .pic-text-flex .text .tit {
  /*font-weight: 600;*/
  font-size: clamp(36px, 3.125vw, 60px);
  /*color: #004EA3;*/
  /*line-height: 1.2;*/
  
    font-family: Manrope;
    font-size: clamp(33.33333px, 2.60417vw, 50px);
    font-weight: bold;
    line-height: normal;
    color: #000000;
}
.about-box .about-page-04 .pic-text-flex .text .subtit {
  font-weight: 600;
  font-size: clamp(16px, 1.25vw, 24px);
  /*color: #004EA3;*/
  margin: clamp(6.66667px, 0.52083vw, 10px) 0 clamp(13.33333px, 1.04167vw, 20px);
  
    font-family: Manrope;
    font-size: clamp(16px, 1.04167vw, 20px);
    line-height: normal;
    color: #000000;
}
.about-box .about-page-04 .pic-text-flex .text .tips {
  /*font-weight: 400;*/
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  /*color: #2c2c2c;*/
  
    font-family: Manrope;
    font-size: 2.2222222;
    font-weight: normal;
    line-height: 40px;
    color: #6E6359;
}
.about-box .about-page-04 .pic-text-flex .text .btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
}
.about-box .about-page-04 .pic-text-flex .text .btn a {
  border-color: #004EA3;
  color: #004EA3;
}
.about-box .about-page-04 .pic-text-flex .text .btn a i {
  background-color: #004EA3;
  color: #fff;
}
.about-box .about-page-04 .pic-text-flex .text .btn a:hover {
  background: linear-gradient(279deg, #093566 -4%, #004ea3 91%);
  color: #fff;
}
.about-box .about-page-04 .pic-text-flex .text .btn a:hover i {
  background-color: #fff;
  color: #004EA3;
}
.about-box .about-page-05 {
  display: none;
  overflow: hidden;
  padding-top: clamp(26.66667px, 2.08333vw, 40px);
}
.about-box .about-page-05 .chairman {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-box .about-page-05 .chairman .pic {
  width: 52.5%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5% 0 15%;
  padding-top: 0;
  overflow: hidden;
  -webkit-transform: none;
          transform: none;
}
.about-box .about-page-05 .chairman .pic .meidia-box img {
  width: 100%;
  height: auto;
}
.about-box .about-page-05 .chairman .pic .meidia-box {
  margin-top: 10px;
  -webkit-transform: none;
          transform: none;
}
.about-box .about-page-05 .chairman .text {
  width: 47.5%;
  padding: clamp(40px, 3.125vw, 60px) 0 clamp(53.33333px, 4.16667vw, 80px);
}
.about-box .about-page-05 .chairman .text .name {
  font-weight: 600;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #004EA3;
}
.about-box .about-page-05 .chairman .text .name span {
  font-size: clamp(12px, 0.9375vw, 18px);
    margin: 0 0 0 20px;
    font-weight: 400;
    color: #2c2c2c;
}
.about-box .about-page-05 .chairman .text .tips {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #2c2c2c;
}
.about-box .about-page-05 .chairman .text .tips p{
    margin-bottom: 14px;
}
.about-box .about-page-05 .chairman .text .btn {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
}
.about-box .about-page-05 .chairman .text .btn a {
    position: relative;
    color: #004EA3;
    border: 0;
    padding: 0;
}
.about-box .about-page-05 .chairman .text .btn a i {
    position: relative;
    top: 2px;
    display: block;
    background-color: transparent;
    color: #004EA3;
}

.about-box .about-page-05 .chairman .text .btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #004EA3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.about-box .about-page-05 .chairman .text .btn a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.about-box .about-page-05 .chairman .text .btn a:hover {
  color: #004EA3;
  background: transparent;
}
.about-box .about-page-05 .chairman .text .btn a:hover i {
  background: transparent;
  color: #004EA3;
}

.about-box .about-page-06 {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(66.66667px, 5.20833vw, 100px);
}
.about-box .about-page-06 .about-accordion {
  margin-top: clamp(33.33333px, 2.60417vw, 50px);
}
.about-box .about-page-06 .about-accordion ul li {
  width: 12.75%;
  margin-left: 2%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}
.about-box .about-page-06 .about-accordion ul li.active {
  width: 41%;
}
.about-box .about-page-06 .about-accordion ul li.active .text {
  background: rgba(0, 0, 0, 0.6);
}
.about-box .about-page-06 .about-accordion ul li.active .text .icon img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  left: 0;
}
.about-box .about-page-06 .about-accordion ul li.active .text .tit-des {
  height: clamp(154.66667px, 12.08333vw, 232px);
  opacity: 1;
  visibility: visible;
}
.about-box .about-page-06 .about-accordion ul li:first-child {
  margin-left: 0;
}
.about-box .about-page-06 .about-accordion ul li .pic {
  border-radius: clamp(13.33333px, 1.04167vw, 20px) 0 clamp(13.33333px, 1.04167vw, 20px) 0;
  height: clamp(333.33333px, 26.04167vw, 500px);
  overflow: hidden;
}
.about-box .about-page-06 .about-accordion ul li .pic img {
  width: auto;
  height: 100%;
}
.about-box .about-page-06 .about-accordion ul li .text {
  position: absolute;
  border-radius: clamp(13.33333px, 1.04167vw, 20px) 0 clamp(13.33333px, 1.04167vw, 20px) 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(26.66667px, 2.08333vw, 40px);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}
.about-box .about-page-06 .about-accordion ul li .text .icon {
  width: 100%;
  height: clamp(53.33333px, 4.16667vw, 80px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
.about-box .about-page-06 .about-accordion ul li .text .icon img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(53.33333px, 4.16667vw, 80px);
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.about-box .about-page-06 .about-accordion ul li .text .tit-des {
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: clamp(393.33333px, 30.72917vw, 590px);
}
.about-box .about-page-06 .about-accordion ul li .text .tit-des .tit {
  padding: clamp(26.66667px, 2.08333vw, 40px) 0 clamp(33.33333px, 2.60417vw, 50px);
  font-weight: 600;
  line-height: clamp(33.33333px, 2.60417vw, 50px);
  font-size: clamp(26.66667px, 2.08333vw, 40px);
}
.about-box .about-page-06 .about-accordion ul li .text .tit-des .des {
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  line-height: clamp(30.66667px, 2.39583vw, 46px);
}
.about-box .about-page-06 .about-accordion .swiper {
  padding-bottom: clamp(34px, 2.65625vw, 51px);
}
.about-box .about-page-06 .about-accordion .swiper-slide {
  height: auto;
}
.about-box .about-page-06 .about-accordion .culture-card .pic {
  overflow: hidden;
}
.about-box .about-page-06 .about-accordion .culture-card .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.about-box .about-page-06 .about-accordion .culture-card .text {
  margin-top: clamp(16px, 1.25vw, 24px);
}
.about-box .about-page-06 .about-accordion .culture-card .text .tit {
  font-family: Manrope;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: bold;
  line-height: normal;
  color: #000;
}
.about-box .about-page-06 .about-accordion .culture-card .text .des {
  margin-top: clamp(10px, 0.78125vw, 15px);
  font-family: Manrope;
  font-size: clamp(13.33333px, 0.9375vw, 18px);
  font-weight: normal;
  line-height: 1.8;
  color: #6E6359;
  margin-top: clamp(16px, 1.5625vw, 30px);
}
.about-box .about-page-06 .about-accordion .swiper-pagination {
  bottom: 0;
}
.about-box .about-page-06 .about-accordion .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 2px;
  background: transparent;
  opacity: 1;
  position: relative;
}
.about-box .about-page-06 .about-accordion .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-box .about-page-06 .about-accordion .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.about-box .about-page-06 {
  background: #f7faff;
}
.about-box .about-page-06 .about-accordion {
  margin-top: clamp(40px, 3.125vw, 60px);
  text-align: left;
}
.about-box .about-page-06 .about-accordion .culture-card {
  display: flex;
  min-height: clamp(260px, 20.83333vw, 400px);
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 78, 163, 0.08);
}
.about-box .about-page-06 .about-accordion .culture-card .pic {
  width: 42%;
  flex: 0 0 42%;
  aspect-ratio: auto;
}
.about-box .about-page-06 .about-accordion .culture-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box .about-page-06 .about-accordion .culture-card .text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding: clamp(18px, 1.5625vw, 30px);
  border-left: 0;
}
.about-box .about-page-06 .about-accordion .culture-card .text .tit {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 400;
  color: #b5b5b5;
}
.about-box .about-page-06 .about-accordion .culture-card .text .des {
  margin-top: clamp(14px, 1.25vw, 24px);
  font-size: clamp(15px, 1.14583vw, 22px);
  font-weight: 600;
  line-height: 1.4;
  color: #004EA3;
}
.about-box .about-page-06 .about-accordion .culture-card.corporate-purpose .pic,
.about-box .about-page-06 .about-accordion .culture-card.corporate-purpose .pic img {
  border-radius: 0;
}
.about-box .about-page-07 {
  background-position: center;
  background-size: cover;
  padding: clamp(80px, 6.25vw, 120px) 0;
  background-repeat:no-repeat;
}
.about-box .about-page-07 .deve-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-box .about-page-07 .deve-flex .text-tit-des {
  width: 42%;
}
.about-box .about-page-07 .deve-flex .text-tit-des .tit {
  font-weight: 600;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #FFFFFF;
  line-height: 1;
  
    font-family: Manrope;
    font-size: clamp(33.33333px, 2.60417vw, 50px);
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
}
.about-box .about-page-07 .deve-flex .text-tit-des .swiper-slide .year {
  font-weight: 600;
  font-size: clamp(173.33333px, 13.54167vw, 260px);
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  /*font-style: italic;*/
  
    font-family: Manrope;
    font-size: 200px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.2);
}
.about-box .about-page-07 .deve-flex .text-tit-des .swiper-slide .des {
  margin-top: clamp(20px, 1.5625vw, 30px);
  /*font-size: clamp(13.33333px, 1.04167vw, 20px);*/
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #FFFFFF;
  /*line-height: 1.4;*/
  
    font-family: Manrope;
    line-height: 1.75;
    letter-spacing: 0px;
}
.about-box .about-page-07 .deve-flex .text-num {
  width: 45%;
  height: clamp(426.66667px, 33.33333vw, 640px);
}
.about-box .about-page-07 .deve-flex .text-num .swiper {
  height: 100%;
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-scrollbar {
  background: rgba(216, 216, 216, 0.4);
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-slide {
  background: linear-gradient(98deg, #196cb1 0%, rgba(33, 65, 149, 0.05) 100%);
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(20px, 1.5625vw, 30px) clamp(26.66667px, 2.08333vw, 40px);
  height: auto !important;
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-slide .year-tips {
  width: calc(100% - clamp(53.33333px, 4.16667vw, 80px));
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-slide .year-tips .year {
  /*font-weight: 600;*/
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #FFFFFF;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  
  font-family: Manrope;
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-slide .year-tips .tips {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-slide .num {
  width: clamp(53.33333px, 4.16667vw, 80px);
  /*font-weight: 600;*/
  /*font-size: clamp(36px, 3.125vw, 60px);*/
  color: rgba(255, 255, 255, 0.8);
  /*line-height: 1;*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  
    font-family: Manrope;
    font-size: clamp(33.33333px, 2.60417vw, 50px);
    font-weight: bold;
    line-height: normal;
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-slide.swiper-slide-thumb-active .year {
  color: #FFFFFF;
  
    font-family: Manrope;
    font-weight: bold;
    line-height: normal;
    color: #FFFFFF;
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-slide.swiper-slide-thumb-active .tips {
  color: #fff;
  
font-family: Manrope;
font-weight: bold;
line-height: normal;
}

.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-slide.swiper-slide-thumb-active .num {
  /*font-size: clamp(46.66667px, 3.64583vw, 70px);*/
  /*font-weight: 600;*/

    font-family: Manrope;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .about-banner .swiper .swiper-slide {
    position: relative;
  }
  .about-banner .swiper .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.36);
    pointer-events: none;
  }
  .about-banner .text {
    transform: translateY(-20px);
  }
}

@media screen and (min-width: 481px) and (max-width: 1300px) {
  .about-box .about-page-02 .global-num ul {
    gap: 40px;
  }

  .about-box .about-page-02 .global-num ul li {
    flex-basis: calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
    padding: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .about-banner .swiper .meidia-box {
    padding-bottom: 100%;
  }
  .about-box .about-page-01 {
    padding: 40px 0;
  }
  .about-box .about-page-01 .intr-flex {
    padding-right: 0;
  }
  .about-box .about-page-01 .intr-flex .small-list {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-box .about-page-02 .global-num ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-box .about-page-02 {
    padding-bottom: 20px;
  }
  .about-box .about-page-03 .about-honors {
    margin-top: 40px;
  }
  .about-box .about-page-03 .about-honors .text-small-big {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .about-box .about-page-03 .about-honors .text-small-big .text {
    width: 100%;
    margin-top: 20px;
  }
  .about-box .about-page-03 .about-honors .text-small-big .small-big {
    width: 100%;
    padding-left: 0;
  }
  .about-box .about-page-03 .about-honors .text-small-big .small-big .small {
    display: none;
  }
  .about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-button-prev, .about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-button-next {
    display: block;
    --swiper-navigation-size:30px;
  }
  .about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-button-prev::after, .about-box .about-page-03 .about-honors .text-small-big .small-big .big .swiper-button-next::after {
    color: #fff;
  }
  .about-box .about-page-04 .pic-text-flex .pic {
    width: 100%;
  }
  .about-box .about-page-04 .pic-text-flex .pic .list {
    width: 100%;
  }
  .about-box .about-page-04 .pic-text-flex .pic .list .list-item {
    width: 100%;
  }
  .about-box .about-page-04 .pic-text-flex .pic .list .list-item .swiper .swiper-button-prev, .about-box .about-page-04 .pic-text-flex .pic .list .list-item .swiper .swiper-button-next {
    display: block;
    --swiper-navigation-size:30px;
  }
  .about-box .about-page-04 .pic-text-flex .pic .list .list-item .swiper .swiper-button-prev::after, .about-box .about-page-04 .pic-text-flex .pic .list .list-item .swiper .swiper-button-next::after {
    color: #04163D;
  }
  .about-box .about-page-04 .pic-text-flex .pic .list .list-item:nth-child(2) {
    display: none;
  }
  .about-box .about-page-04 .pic-text-flex .pic .big {
    display: none;
  }
  .about-box .about-page-04 .pic-text-flex .pic .pic-page {
    display: none;
  }
  .about-box .about-page-04 {
    padding-top: 0;
  }
  .about-box .about-page-04 .pic-text-flex .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    text-align: left;
    margin-bottom: 30px;
    top: 0;
  }
  .about-box .about-page-04 .pic-text-flex .text .btn{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .about-box .about-page-05 .chairman .pic {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .about-box .about-page-05 .chairman .pic .meidia-box {
    -webkit-transform: none;
            transform: none;
  }
  .about-box .about-page-05 .chairman .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .about-box .about-page-06 .about-accordion ul li {
    width: 100%;
    border-radius: clamp(13.33333px, 1.04167vw, 20px);
    margin-left: 0;
    margin-bottom: 20px;
  }
  .about-box .about-page-06 .about-accordion ul li.active {
    width: 100%;
  }
  .about-box .about-page-06 .about-accordion ul li .pic {
    height: auto;
  }
  .about-box .about-page-06 .about-accordion ul li .pic img {
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border-radius: clamp(13.33333px, 1.04167vw, 20px);
  }
  .about-box .about-page-06 .about-accordion ul li .text {
    border-radius: clamp(13.33333px, 1.04167vw, 20px);
    background: rgba(12, 15, 77, 0.6);
  }
  .about-box .about-page-06 .about-accordion ul li .text .tit-des > .tit {
    padding: 10px 0;
  }
  .about-box .about-page-06 .about-accordion ul li .text .icon img {
    width: 30px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .about-box .about-page-06 .about-accordion ul li .text .icon {
    height: 30px;
  }
  .about-box .about-page-06 .about-accordion ul li .text .tit-des {
      width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .about-box .about-page-06 .about-accordion ul li.active .text .tit-des {
    height: auto;
  }
  .about-box .about-page-06 {
    padding-bottom: 30px;
  }
  .about-box .about-page-06 .about-accordion .culture-card {
    display: block;
    min-height: 0;
  }
  .about-box .about-page-06 .about-accordion .culture-card .pic {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .about-box .about-page-06 .about-accordion .culture-card .text {
    border-top: 0;
    border-left: 0;
  }
  .about-box .about-page-07 .deve-flex .text-tit-des {
    width: 100%;
  }
  .about-box .about-page-07 .deve-flex .text-tit-des .swiper-slide .year{
    font-size: clamp(140px, 13.54167vw, 260px);
  }
  .about-box .about-page-07 .deve-flex .text-num {
    width: 100%;
    padding-top: 40px;
  }
  
    .about-box .about-page-04 .flex{
        flex-direction: column-reverse;
    }
  .about-box .about-page-04 .pic-text-flex .pic .list{
      padding:0 10%;
      box-sizing: border-box;
  }
}

@media screen and (min-width: 481px) and (max-width: 1300px) {
  .about-banner .swiper .meidia-box {
    padding-bottom: 60%;
  }

  .about-banner .text {
    top: 60px;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .about-banner .swiper .meidia-box img,
  .about-banner .swiper .meidia-box video {
    object-position: 75% center;
  }
}

@media screen and (max-width: 767px) {
  .about-box .about-page-02 .global-num ul {
    gap: 8px;
  }
  .about-box .about-page-02 .global-num ul li {
    flex: 0 0 calc((100% - 16px) / 3);
    width: calc((100% - 16px) / 3);
    margin-bottom: 0;
    padding: 14px 6px;
  }
  .about-box .about-page-02 .global-num ul li .num {
    font-size: 22px;
  }
  .about-box .about-page-02 .global-num ul li .tips {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.35;
  }
  .about-box .about-page-06 .about-accordion .culture-card .text {
    min-height: 180px;
  }
}
