@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;
}

/* 首页banner end*/
.about-box {
  overflow: hidden;
  position: relative;
}
.about-box .about-tit {
  text-align: center;
}
.about-box .about-tit .tit {
  font-weight: 700;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #0C0F4D;
}
.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: rgba(12, 15, 77, 0.8);
  line-height: 1.7;
}
.about-box .about-page-01 {
  padding: clamp(80px, 6.25vw, 120px) 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: clamp(8px, 0.625vw, 12px);
}
.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: clamp(13.33333px, 1.04167vw, 20px);
}
.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: clamp(8px, 0.625vw, 12px);
}
.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: clamp(8px, 0.625vw, 12px);
}
.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;
    transition: all 1.2s;
    transform: scale(1.5);
}
.about-box .about-page-01 .intr-flex .small-list ul li:hover .pic .meidia-box img:nth-child(2){
    visibility: visible;
    transform: scale(1);
}
.about-box .about-page-01 .intr-flex .small-list ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: clamp(8px, 0.625vw, 12px);
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 15, 39, 0.2)), to(rgba(29, 47, 90, 0.2)));
  background: linear-gradient(180deg, rgba(5, 15, 39, 0.2) 0%, rgba(29, 47, 90, 0.2) 100%);
}
.about-box .about-page-01 .intr-flex .small-list ul li .text .num {
  font-weight: 700;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #fff;
}
.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);
}
.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);
}
.about-box .about-page-02 .global-num {
  margin-top: clamp(33.33333px, 2.60417vw, 50px);
}
.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: clamp(8px, 0.625vw, 12px);
  margin: 0 3%;
  min-width: clamp(253.33333px, 19.79167vw, 380px);
  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: #0C0F4D;
}
.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: #0C0F4D;
}
.about-box .about-page-02 .global-num ul li h3 {
  font-weight: 400;
}
.about-box .about-page-03 {
  background: url("../images/about-bg-02.png") no-repeat center 2%;
  background-size: 100% auto;
}
.about-box .about-page-03 .pl-factory {
  padding-left: clamp(106.66667px, 8.33333vw, 160px);
}
.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: clamp(8px, 0.625vw, 12px);
}
.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: clamp(8px, 0.625vw, 12px);
  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;
}
.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 .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: 32.5%;
}
.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 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con.active .tips {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con.active .btn {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .tit {
  font-weight: 700;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #0C0F4D;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .tips {
  margin-top: clamp(16.66667px, 1.30208vw, 25px);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(12, 15, 77, 0.8);
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .btn {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  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: #0C0F4D;
  color: #0C0F4D;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .btn a i {
  background-color: #0C0F4D;
  color: #fff;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .btn a:hover {
  background-color: #0C0F4D;
  color: #fff;
}
.about-box .about-page-03 .about-honors .text-small-big .text .text-con .con .btn a:hover i {
  background-color: #fff;
  color: #0C0F4D;
}
.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: #0C0F4D;
  font-weight: 600;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big {
  width: 67.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(193.33333px, 15.10417vw, 290px);
  position: relative;
  -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: absolute;
  left: clamp(26.66667px, 2.08333vw, 40px);
  top: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(21.33333px, 1.66667vw, 32px) 0;
  width: clamp(140px, 10.9375vw, 210px);
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-button-prev {
  left: 0;
  top: 0;
  margin-top: 0;
  height: clamp(21.33333px, 1.66667vw, 32px);
  width: 100%;
}
.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: translateY(-20%);
          transform: translateY(-20%);
  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: 0;
  width: 100%;
  height: clamp(21.33333px, 1.66667vw, 32px);
  bottom: 0;
  top: auto;
  right: auto;
  margin-top: 0;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-button-next i {
  position: relative;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  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: 100%;
}
.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: 100%;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-slide .pic .meidia-box {
  height: 100%;
}
.about-box .about-page-03 .about-honors .text-small-big .small-big .small .swiper-slide .pic .meidia-box img {
  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 .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: 55%;
  overflow: hidden;
  position: relative;
}
.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-04 {
  padding: clamp(93.33333px, 7.29167vw, 140px) 0 clamp(133.33333px, 10.41667vw, 200px);
  background: url("../images/about-bg-03.png") no-repeat right bottom;
  background-size: 50% auto;
}
.about-box .about-page-04 .flex{
    flex-direction: column-reverse;
}
.about-box .about-page-04 .pic-text-flex .pic {
  width: 60%;
  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: absolute;
  left: 0;
  bottom: 0;
  width: clamp(76.66667px, 5.98958vw, 115px);
  height: clamp(30px, 2.34375vw, 45px);
}
.about-box .about-page-04 .pic-text-flex .pic .pic-page > div {
  width: clamp(30px, 2.34375vw, 45px);
  height: clamp(30px, 2.34375vw, 45px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #9F9F9F;
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  --swiper-theme-color:#3D3D3D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about-box .about-page-04 .pic-text-flex .pic .pic-page > div.swiper-button-prev {
  left: 0;
}
.about-box .about-page-04 .pic-text-flex .pic .pic-page > div.swiper-button-next {
  right: 0;
}
.about-box .about-page-04 .pic-text-flex .pic .pic-page > div::after {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
}
.about-box .about-page-04 .pic-text-flex .pic .pic-page > div:hover {
  background-color: #0C0F4D;
  color: #fff;
}
.about-box .about-page-04 .pic-text-flex .pic .list {
  width: 57%;
  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(50% - clamp(13.33333px, 1.04167vw, 20px));
}
.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: clamp(8px, 0.625vw, 12px);
}
.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: clamp(8px, 0.625vw, 12px);
}
.about-box .about-page-04 .pic-text-flex .pic .big {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(26.66667px, 2.08333vw, 40px);
  width: 43%;
}
.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: clamp(13.33333px, 1.04167vw, 20px);
}
.about-box .about-page-04 .pic-text-flex .pic .big .swiper-slide img {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.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: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(26.66667px, 2.08333vw, 40px);
}
.about-box .about-page-04 .pic-text-flex .text .tit {
  font-weight: 700;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #0C0F4D;
  line-height: 1.2;
}
.about-box .about-page-04 .pic-text-flex .text .subtit {
  font-weight: 600;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0C0F4D;
  margin: clamp(6.66667px, 0.52083vw, 10px) 0 clamp(13.33333px, 1.04167vw, 20px);
}
.about-box .about-page-04 .pic-text-flex .text .tips {
  font-weight: 400;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #0C0F4D;
}
.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: #0C0F4D;
  color: #0C0F4D;
}
.about-box .about-page-04 .pic-text-flex .text .btn a i {
  background-color: #0C0F4D;
  color: #fff;
}
.about-box .about-page-04 .pic-text-flex .text .btn a:hover {
  background-color: #0C0F4D;
  color: #fff;
}
.about-box .about-page-04 .pic-text-flex .text .btn a:hover i {
  background-color: #fff;
  color: #0C0F4D;
}
.about-box .about-page-05 {
  background: url("../images/about-bg-04.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding-top: clamp(66.66667px, 5.20833vw, 100px);
}
.about-box .about-page-05 .chairman {
  margin-top: clamp(33.33333px, 2.60417vw, 50px);
}
.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 10%;
}
.about-box .about-page-05 .chairman .pic .meidia-box img {
  width: 100%;
  height: auto;
}
.about-box .about-page-05 .chairman .text {
  width: 47.5%;
  padding: clamp(40px, 3.125vw, 60px) 0 clamp(106.66667px, 8.33333vw, 160px);
}
.about-box .about-page-05 .chairman .text .name {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: rgba(12, 15, 77, 0.8);
}
.about-box .about-page-05 .chairman .text .name span {
  font-size: clamp(16px, 1.25vw, 24px);
    margin: 0 0 0 20px;
    font-weight: 400;
    color: rgba(12, 15, 77, 0.8);
}
.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: rgba(12, 15, 77, 0.8);
}
.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 {
  border-color: #0C0F4D;
  color: #0C0F4D;
}
.about-box .about-page-05 .chairman .text .btn a i {
  background-color: #0C0F4D;
  color: #fff;
}
.about-box .about-page-05 .chairman .text .btn a:hover {
  background-color: #0C0F4D;
  color: #fff;
}
.about-box .about-page-05 .chairman .text .btn a:hover i {
  background-color: #fff;
  color: #0C0F4D;
}
.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-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: 700;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #FFFFFF;
  line-height: 1;
}
.about-box .about-page-07 .deve-flex .text-tit-des .swiper-slide .year {
  font-weight: 700;
  font-size: clamp(173.33333px, 13.54167vw, 260px);
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  font-style: italic;
}
.about-box .about-page-07 .deve-flex .text-tit-des .swiper-slide .des {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #FFFFFF;
  line-height: 1.7;
}
.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: clamp(8px, 0.625vw, 12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(20px, 1.5625vw, 30px) clamp(26.66667px, 2.08333vw, 40px);
}
.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: 700;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #FFFFFF;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.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;
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-slide.swiper-slide-thumb-active .year {
  color: #FFFFFF;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
}
.about-box .about-page-07 .deve-flex .text-num .swiper .swiper-slide.swiper-slide-thumb-active .tips {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #fff;
}
.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: 700;
}

@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;
  }
  .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%;
  }
  .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-07 .deve-flex .text-tit-des {
    width: 100%;
  }
  .about-box .about-page-07 .deve-flex .text-num {
    width: 100%;
    padding-top: 40px;
  }
  .about-box .about-page-04 .pic-text-flex .pic .list{
      padding:0 10%;
      box-sizing: border-box;
  }
}