.common_banner .text {
  text-align: left;
  left: 180px;
}

.common_links {
  background: #FFFFFF;
}

.sec1 {
  padding: 139px 0 168px;
}
.sec1 .wrap {
  display: flex;
  justify-content: space-between;
}
.sec1 .wrap .l {
  width: 700px;
}
.sec1 .wrap .l .title {
  font-weight: 400;
  font-size: 42px;
  color: #21419A;
  line-height: 48px;
  margin-bottom: 72px;
}
.sec1 .wrap .l .numList {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 20px;
}
.sec1 .wrap .l .numList .num_item {
  width: 280px;
}
.sec1 .wrap .l .numList .num_item h5 {
  font-weight: 400;
  font-size: 18px;
  color: #888888;
}
.sec1 .wrap .l .numList .num_item .num {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.sec1 .wrap .l .numList .num_item .num p {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 76px;
  color: #1A1A1A;
  line-height: 1;
}
.sec1 .wrap .l .numList .num_item .num span {
  display: block;
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  margin-bottom: 6px;
}
.sec1 .wrap .r {
  width: 729px;
}
.sec1 .wrap .r p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 32px;
}

.sec2 {
  position: relative;
  padding: 91px 0 157px;
}
.sec2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec2 .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec2 .title {
  font-weight: bold;
  font-size: 42px;
  color: #FFFFFF;
  margin-bottom: 40px;
  text-align: center;
}
.sec2 .control {
  display: flex;
  justify-content: center;
  gap: 0 67px;
}
.sec2 .control .item {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.sec2 .control .item:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s;
  opacity: 0;
}
.sec2 .control .item:hover:after, .sec2 .control .item.on:after {
  opacity: 1;
}
.sec2 .swiper {
  width: 100%;
  margin: 61px 0 0;
}
.sec2 .swiper .swiper-slide {
  display: flex;
  height: 540px;
  background: #F3F5FA;
  border-radius: 13px;
  padding: 18px 18px 22px;
  gap: 0 88px;
}
.sec2 .swiper .swiper-slide .img {
  width: 780px;
  height: 500px;
  border-radius: 13px;
  overflow: hidden;
}
.sec2 .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.sec2 .swiper .swiper-slide .r_box {
  width: 566px;
  padding: 80px 0 0;
}
.sec2 .swiper .swiper-slide .r_box .r_title {
  font-weight: bold;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 1;
  opacity: 0;
  transform: translateY(20px);
}
.sec2 .swiper .swiper-slide .r_box .r_text {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 32px;
  opacity: 0;
  transform: translateY(20px);
  margin: 70px 0 0;
}
.sec2 .swiper .swiper-slide.swiper-slide-active .r_box .r_title {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
.sec2 .swiper .swiper-slide.swiper-slide-active .r_box .r_text {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
  transition-delay: 0.1s;
}
.sec2 .swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.sec2 .swiper .btns {
  display: flex;
  gap: 0 20px;
  position: absolute;
  left: 886px;
  bottom: 104px;
  z-index: 3;
}
.sec2 .swiper .btns .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(33, 65, 154, 0.2);
  border-radius: 50%;
  transition: 0.6s;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.sec2 .swiper .btns .iconfont:nth-child(1) {
  transform: rotate(180deg);
}
.sec2 .swiper .btns .iconfont:hover {
  background: #21419A;
}

.sec3 {
  padding: 104px 0 125px;
  background: #F6F6F6;
}
.sec3 .wrap .title {
  font-weight: bold;
  font-size: 42px;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 48px;
}
.sec3 .wrap .swiper {
  width: 1725px;
  height: 400px;
  left: -62.5px;
}
.sec3 .wrap .swiper .swiper-wrapper {
  align-items: center;
}
.sec3 .wrap .swiper .swiper-slide {
  text-align: center;
  height: fit-content;
}
.sec3 .wrap .swiper .swiper-slide .year {
  font-family: "Gilroy-Bold";
  font-weight: bold;
  font-size: 32px;
  color: #21419A;
}
.sec3 .wrap .swiper .swiper-slide .slide_text {
  width: 345px;
  font-weight: 500;
  font-size: 16px;
  color: #888888;
  line-height: 26px;
  height: 52px;
  margin: 15px auto 30px;
  transition: 0.6s;
}
.sec3 .wrap .swiper .swiper-slide .img {
  width: 345px;
  height: 192px;
  transition: 0.6s;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.sec3 .wrap .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.sec3 .wrap .swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.sec3 .wrap .swiper .swiper-slide.swiper-slide-active .slide_text {
  width: 470px;
  font-size: 18px;
  color: #1A1A1A;
}
.sec3 .wrap .swiper .swiper-slide.swiper-slide-active .img {
  width: 470px;
  height: 262px;
}
.sec3 .wrap .swiper_control {
  margin: 94px 0 0;
}
.sec3 .wrap .swiper_control .line {
  position: relative;
}
.sec3 .wrap .swiper_control .line img {
  display: block;
  width: 100%;
}
.sec3 .wrap .swiper_control .line img:nth-child(1) {
  position: absolute;
  top: 0;
  transition: 0.6s;
  clip-path: inset(0 100% 0 0);
}
.sec3 .wrap .swiper_control .years {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.sec3 .wrap .swiper_control .years .year_item {
  font-weight: bold;
  font-size: 18px;
  color: #1A1A1A;
  cursor: pointer;
  transition: 0.6s;
}
.sec3 .wrap .swiper_control .years .year_item:hover, .sec3 .wrap .swiper_control .years .year_item.on {
  color: #21419A;
}

.sec4 {
  position: relative;
  padding: 147px 0 0;
}
.sec4 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec4 .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec4 .bg1 {
  position: absolute;
  top: 183px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 1920px;
}
.sec4 .bg1 img {
  display: block;
  width: 100%;
}
.sec4 .wrap {
  padding: 0 0 0 224px;
  display: flex;
  margin-bottom: 97px;
  justify-content: space-between;
}
.sec4 .wrap .l {
  text-align: right;
}
.sec4 .wrap .l .item {
  display: none;
}
.sec4 .wrap .l .item.on {
  display: block;
}
.sec4 .wrap .l .en {
  font-weight: 400;
  font-size: 64px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 85px;
}
.sec4 .wrap .l .en span {
  color: #21419A;
}
.sec4 .wrap .l .title {
  font-weight: 400;
  font-size: 50px;
  color: #1A1A1A;
}
.sec4 .wrap .l .title span {
  color: #21419A;
}
.sec4 .wrap .l .text {
  margin: 38px 0 0;
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 28px;
}
.sec4 .wrap .r {
  width: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 114px 0;
}
.sec4 .wrap .r .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 32px;
}
.sec4 .wrap .r .item:nth-child(1) {
  width: 100%;
}
.sec4 .wrap .r .item .en {
  font-family: "Gilroy-Bold";
  font-weight: bold;
  font-size: 139px;
  color: #21419A;
  line-height: 1;
}
.sec4 .wrap .r .item .item_r {
  line-height: 1;
}
.sec4 .wrap .r .item .item_r .item_r_en {
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.sec4 .wrap .r .item .item_r .item_r_text {
  font-weight: 400;
  font-size: 20px;
  color: #1A1A1A;
}
.sec4 .m {
  width: 100%;
  position: relative;
  z-index: 2;
}
.sec4 .m img {
  display: block;
  width: 100%;
}

.sec5 {
  padding: 132px 0 127px;
}
.sec5 .wrap .title {
  font-weight: bold;
  font-size: 42px;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 64px;
}
.sec5 .wrap .line {
  margin: 68px 0;
  width: 100%;
  height: 1px;
  background: #EFEFEF;
}
.sec5 .wrap .part {
  overflow: hidden;
}
.sec5 .wrap .part .part_title {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 48px;
}
.sec5 .wrap .part .part_title .cir {
  width: 12px;
  height: 12px;
  background: #21419A;
  border-radius: 50%;
}
.sec5 .wrap .part .part_title p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  text-transform: uppercase;
}
.sec5 .wrap .part .part_imgs {
  display: flex;
  align-items: center;
  animation: img_go 20s infinite linear;
}
.sec5 .wrap .part .part_imgs .flex {
  display: flex;
  align-items: center;
}
.sec5 .wrap .part .part_imgs .flex .img {
  width: 155px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 100px;
}
.sec5 .wrap .part .part_imgs .flex .img img {
  display: block;
}
.sec5 .wrap .part.fan .part_imgs {
  animation: img_go2 20s infinite linear;
}

.sec6 {
  padding: 85px 0 67px;
  position: relative;
}
.sec6 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec6 .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec6 .wrap .title {
  font-weight: bold;
  font-size: 42px;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 47px;
}
.sec6 .wrap .img {
  width: 100%;
}
.sec6 .wrap .img img {
  display: block;
  width: 100%;
}

@keyframes img_go {
  100% {
    transform: translateX(-50%);
  }
}
@keyframes img_go2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1919px) {
  .common_banner .text {
    left: 9.375vw;
  }
  .sec1 {
    padding: 7.2395833333vw 0 8.75vw;
  }
  .sec1 .wrap .l {
    width: 36.4583333333vw;
  }
  .sec1 .wrap .l .title {
    font-size: 2.1875vw;
    line-height: 2.5vw;
    margin-bottom: 3.75vw;
  }
  .sec1 .wrap .l .numList {
    gap: 3.6458333333vw 1.0416666667vw;
  }
  .sec1 .wrap .l .numList .num_item {
    width: 14.5833333333vw;
  }
  .sec1 .wrap .l .numList .num_item h5 {
    font-size: 0.9375vw;
  }
  .sec1 .wrap .l .numList .num_item .num {
    margin-bottom: 0.78125vw;
  }
  .sec1 .wrap .l .numList .num_item .num p {
    font-size: 3.9583333333vw;
  }
  .sec1 .wrap .l .numList .num_item .num span {
    font-size: 1.25vw;
    margin-bottom: 0.3125vw;
  }
  .sec1 .wrap .r {
    width: 37.96875vw;
  }
  .sec1 .wrap .r p {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
  }
  .sec2 {
    padding: 4.7395833333vw 0 8.1770833333vw;
  }
  .sec2 .title {
    font-size: 2.1875vw;
    margin-bottom: 2.0833333333vw;
  }
  .sec2 .control {
    gap: 0 3.4895833333vw;
  }
  .sec2 .control .item {
    font-size: 1.0416666667vw;
  }
  .sec2 .control .item:after {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    bottom: -1.09375vw;
  }
  .sec2 .swiper {
    margin: 3.1770833333vw 0 0;
  }
  .sec2 .swiper .swiper-slide {
    height: 28.125vw;
    border-radius: 0.6770833333vw;
    padding: 0.9375vw 0.9375vw 1.1458333333vw;
    gap: 0 4.5833333333vw;
  }
  .sec2 .swiper .swiper-slide .img {
    width: 40.625vw;
    height: 26.0416666667vw;
    border-radius: 0.6770833333vw;
  }
  .sec2 .swiper .swiper-slide .r_box {
    width: 29.4791666667vw;
    padding: 4.1666666667vw 0 0;
  }
  .sec2 .swiper .swiper-slide .r_box .r_title {
    font-size: 2.1875vw;
    transform: translateY(1.0416666667vw);
  }
  .sec2 .swiper .swiper-slide .r_box .r_text {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
    transform: translateY(1.0416666667vw);
    margin: 3.6458333333vw 0 0;
  }
  .sec2 .swiper .btns {
    gap: 0 1.0416666667vw;
    left: 46.1458333333vw;
    bottom: 5.4166666667vw;
  }
  .sec2 .swiper .btns .iconfont {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
    font-size: 0.7291666667vw;
  }
  .sec3 {
    padding: 5.4166666667vw 0 6.5104166667vw;
  }
  .sec3 .wrap .title {
    font-size: 2.1875vw;
    margin-bottom: 2.5vw;
  }
  .sec3 .wrap .swiper {
    width: 89.84375vw;
    height: 20.8333333333vw;
    left: -3.2552083333vw;
  }
  .sec3 .wrap .swiper .swiper-slide .year {
    font-size: 1.6666666667vw;
  }
  .sec3 .wrap .swiper .swiper-slide .slide_text {
    width: 17.96875vw;
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
    height: 2.7083333333vw;
    margin: 0.78125vw auto 1.5625vw;
  }
  .sec3 .wrap .swiper .swiper-slide .img {
    width: 17.96875vw;
    height: 10vw;
    border-radius: 0.5208333333vw;
  }
  .sec3 .wrap .swiper .swiper-slide.swiper-slide-active .slide_text {
    width: 24.4791666667vw;
    font-size: 0.9375vw;
  }
  .sec3 .wrap .swiper .swiper-slide.swiper-slide-active .img {
    width: 24.4791666667vw;
    height: 13.6458333333vw;
  }
  .sec3 .wrap .swiper_control {
    margin: 4.8958333333vw 0 0;
  }
  .sec3 .wrap .swiper_control .years {
    margin: 1.5625vw 0 0;
  }
  .sec3 .wrap .swiper_control .years .year_item {
    font-size: 0.9375vw;
  }
  .sec4 {
    padding: 7.65625vw 0 0;
  }
  .sec4 .bg1 {
    top: 9.53125vw;
    width: 100vw;
  }
  .sec4 .wrap {
    padding: 0 0 0 11.6666666667vw;
    margin-bottom: 5.0520833333vw;
  }
  .sec4 .wrap .l .en {
    font-size: 3.3333333333vw;
    margin-bottom: 4.4270833333vw;
  }
  .sec4 .wrap .l .title {
    font-size: 2.6041666667vw;
  }
  .sec4 .wrap .l .text {
    margin: 1.9791666667vw 0 0;
    font-size: 0.9375vw;
    line-height: 1.4583333333vw;
  }
  .sec4 .wrap .r {
    width: 32.8125vw;
    gap: 5.9375vw 0;
  }
  .sec4 .wrap .r .item {
    gap: 0 1.6666666667vw;
  }
  .sec4 .wrap .r .item .en {
    font-size: 7.2395833333vw;
  }
  .sec4 .wrap .r .item .item_r .item_r_en {
    font-size: 0.9375vw;
    margin-bottom: 0.3645833333vw;
  }
  .sec4 .wrap .r .item .item_r .item_r_text {
    font-size: 1.0416666667vw;
  }
  .sec5 {
    padding: 6.875vw 0 6.6145833333vw;
  }
  .sec5 .wrap .title {
    font-size: 2.1875vw;
    margin-bottom: 3.3333333333vw;
  }
  .sec5 .wrap .line {
    margin: 3.5416666667vw 0;
  }
  .sec5 .wrap .part {
    overflow: hidden;
  }
  .sec5 .wrap .part .part_title {
    gap: 0 0.78125vw;
    margin-bottom: 2.5vw;
  }
  .sec5 .wrap .part .part_title .cir {
    width: 0.625vw;
    height: 0.625vw;
  }
  .sec5 .wrap .part .part_title p {
    font-size: 0.8333333333vw;
  }
  .sec5 .wrap .part .part_imgs .flex .img {
    width: 8.0729166667vw;
    height: 3.4375vw;
    margin-right: 5.2083333333vw;
  }
  .sec6 {
    padding: 4.4270833333vw 0 3.4895833333vw;
  }
  .sec6 .wrap .title {
    font-size: 2.1875vw;
    margin-bottom: 2.4479166667vw;
  }
}
@media screen and (max-width: 768px) {
  .common_banner .text {
    left: 50%;
    transform: translateX(-50%);
  }
  .common_links {
    display: none;
  }
  .sec1 {
    padding: 40px 0 60px;
  }
  .sec1 .wrap {
    display: block;
  }
  .sec1 .wrap .l {
    width: 100%;
  }
  .sec1 .wrap .l .title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .sec1 .wrap .l .numList {
    width: 100%;
    gap: 20px 0;
  }
  .sec1 .wrap .l .numList .num_item {
    width: 50%;
  }
  .sec1 .wrap .l .numList .num_item .num {
    margin-bottom: 5px;
  }
  .sec1 .wrap .l .numList .num_item .num p {
    font-size: 32px;
  }
  .sec1 .wrap .l .numList .num_item .num span {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .sec1 .wrap .l .numList .num_item h5 {
    font-size: 14px;
  }
  .sec1 .wrap .r {
    width: 100%;
    margin: 30px 0 0;
  }
  .sec1 .wrap .r p {
    font-size: 16px;
    line-height: 1.8;
  }
  .sec2 {
    padding: 50px 0;
  }
  .sec2 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec2 .control {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .sec2 .control .item {
    font-size: 14px;
  }
  .sec2 .control .item:after {
    width: 6px;
    height: 6px;
    bottom: -10px;
  }
  .sec2 .swiper .swiper-slide {
    padding: 20px;
    height: unset;
    border-radius: 6px;
    display: block;
  }
  .sec2 .swiper .swiper-slide .img {
    width: 100%;
    height: 52vw;
    border-radius: 4px;
  }
  .sec2 .swiper .swiper-slide .r_box {
    width: 100%;
    padding: 30px 0 0;
  }
  .sec2 .swiper .swiper-slide .r_box .r_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec2 .swiper .swiper-slide .r_box .r_text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
  }
  .sec2 .swiper .btns {
    position: unset;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0;
    gap: 0 15px;
  }
  .sec2 .swiper .btns .iconfont {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  .sec3 {
    padding: 50px 0;
  }
  .sec3 .wrap .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec3 .wrap .swiper_control {
    display: none;
  }
  .sec3 .wrap .swiper {
    width: 100%;
    height: unset;
    left: 0;
  }
  .sec3 .wrap .swiper .swiper-slide .year {
    font-size: 24px;
  }
  .sec3 .wrap .swiper .swiper-slide .slide_text {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 28px;
    height: unset;
    margin: 20px 0;
  }
  .sec3 .wrap .swiper .swiper-slide .img {
    width: 100% !important;
    height: unset !important;
  }
  .sec4 {
    padding: 50px 0 0;
  }
  .sec4 .bg1 {
    display: none;
  }
  .sec4 .wrap {
    padding: 0;
    display: block;
  }
  .sec4 .wrap .l {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec4 .wrap .l .en {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sec4 .wrap .l .title {
    font-size: 24px;
  }
  .sec4 .wrap .l .text {
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0 0;
  }
  .sec4 .wrap .r {
    width: 90%;
    margin: 0 auto;
    gap: 20px 0;
  }
  .sec4 .wrap .r .item {
    gap: 0 10px;
  }
  .sec4 .wrap .r .item .en {
    font-size: 44px;
  }
  .sec4 .wrap .r .item .item_r .item_r_en {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .sec4 .wrap .r .item .item_r .item_r_text {
    font-size: 16px;
  }
  .sec5 {
    padding: 50px 0;
  }
  .sec5 .wrap .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec5 .wrap .line {
    margin: 35px 0;
  }
  .sec5 .wrap .part .part_title {
    gap: 0 10px;
    margin-bottom: 25px;
  }
  .sec5 .wrap .part .part_title .cir {
    width: 8px;
    height: 8px;
  }
  .sec5 .wrap .part .part_title p {
    font-size: 18px;
  }
  .sec5 .wrap .part .part_imgs {
    animation: img_go 10s infinite linear;
  }
  .sec5 .wrap .part .part_imgs .flex .img {
    width: 100px;
    height: 40px;
    margin-right: 25px;
  }
  .sec5 .wrap .part.fan .part_imgs {
    animation: img_go2 10s infinite linear;
  }
  .sec6 {
    padding: 20px 0 60px;
  }
  .sec6 .wrap .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec6 .wrap .img {
    overflow-x: scroll;
  }
  .sec6 .wrap .img img {
    width: 1000px;
    max-width: unset;
  }
}

/*# sourceMappingURL=about.css.map */
