﻿@font-face {
	font-family: 'Source Han Sans SC';
	src:url('../font/SourceHanSansCN-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;

  }
  body {
	font-family: 'Source Han Sans SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
	font-size:14px;
	overflow-x:hidden;
  }


html {
  scroll-behavior: smooth;
}
.about {
  background: #F4F4F4;
}
.about .wrap {
  width: 1615px;
  margin: 155px auto 150px;
  display: flex;
  position: relative;
  /* left: -49px; */
}
.about .wrap .side_img {
  width: 91px;
  margin: 265px 201px 0 0;
  position: relative;
  top: 445px;
}
.about .wrap .content {
  display: flex;
}
.about .wrap .content .left {
  width: 60%;
}
.about .wrap .content .left .title {
  margin: 0 0 60px 0;
}
.about .wrap .content .left .title span {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  line-height: 56px;
  color: #04243D;
  display: block;
  margin: 0 0 9px;
}
.about .wrap .content .left .title p {
  font-size: 24px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #04243D;
}
.about .wrap .content .left .text {
  margin: 0 0 46px 0;
}
.about .wrap .content .left .text p {
  font-size: 16px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  line-height: 40px;
  color: #04243D;
  text-indent: 30px;
}


html[lang="en"] .about .wrap .content .left .text p {
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .about2 .wrap .content .text p{
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .about2 .wrap .content .jump .list p{
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .about3 .wrap .content .item .pick p{
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .about5 .wrap .left p{
  text-align: justify;
  word-break: break-all;
}

.about .wrap .content .left .figure {
  width: 484px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .wrap .content .left .figure .item {
  width: 40%;
  margin: 0 0 30px 0;
}
.about .wrap .content .left .figure .item span {
  font-size: 48px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #03B752;
  line-height: 57px;
  position: relative;
}
.about .wrap .content .left .figure .item span:after {
  content: attr(data-text);
  font-size: 18px;
  display: inline-block;
}
.about .wrap .content .left .figure .item p {
  font-size: 16px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #666666;
}
.about .wrap .content .right {
  margin: 150px 0 0 110px;
  display: flex;
  position: relative;
  height: fit-content;
  flex-direction: column;
}
.about .wrap .content .right .images {
  width: 660px;
  height: 500px;
  position: relative;
  margin: 20px 0;
}
.about .wrap .content .right .images img{
  border-radius: 10px;
}

.about .wrap .content .right .images .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
}
.about .wrap .content .right .text p {
  font-size: 12px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #666666;
  transform: rotate(90deg);
  white-space: nowrap;
  width: 11px;
  margin: 18px 0 0 0;
}
.about .wrap .content .right .circle {
  width: 130px;
  height: 130px;
  position: absolute;
  right: -40px;
  bottom: -63px;
  z-index: 5;
}
.about .wrap .content .right .circle .yx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: fit-content;
  height: fit-content;
}
.about2 {
  position: relative;
  z-index: 1;
}
.about2 .wrap {
  width: 1620px;
  margin: 189px auto 154px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about2 .wrap .images {
  width: 780px;
  height: 685px;
  overflow: hidden;
  clip-path: inset(0% 100% 0% 0%);
  transition: 2s;
}

.about2 .wrap .images.aos-animate {
  clip-path: inset(0% 0% 0% 0%);
}
.about2 .wrap .images img {
  width: 100%;
  height: 100%;
  border-radius: 22px;

}
.about2 .wrap .images .swiper-pagination {
  bottom: 35px;
  left: 0;
  width: 19%;
}
.about2 .wrap .images .swiper-pagination span{
  transition: 0.6s;
}
.about2 .wrap .images .swiper-pagination span.swiper-pagination-bullet-active{
  background: #03B752;
}
.about2 .wrap .content {
  /* width: 780px; */
  width: 100%;
}
.about2 .wrap .content .text {
  margin: 0 0 50px 0;
}
.about2 .wrap .content .text span {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 40px;
  display: block;
}
.about2 .wrap .content .text p {
  font-size: 18px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  line-height: 36px;
  color: #FFFFFF;
}
.about2 .wrap .content .jump {
  /* background: #ffffff66; */
  border-radius: 20px;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  /* width: calc(3 * 225px + 2 * 50px); */
}
.about2 .wrap .content .jump .list {
  width: 220px;
  /* border: 1px solid #ffff; */
  padding: 40px 20px;
  background: #ffffff40;
  right: bor;
  border-radius: 10px;
  background: #bb9d55;
}
.about2 .wrap .content .jump .list img {
  margin: 0 auto 15px;
  display: block;
}
.about2 .wrap .content .jump .list span {
  font-size: 18px;
  /*font-family: "PingFang SC", sans-serif;*/
  /* font-weight: bold; */
  line-height: 33px;
  color: #ffffff;
  /* margin: 0 0 17px 0; */
  display: block;
  text-align: center;
}
.about2 .wrap .content .jump .list p {
  font-size: 16px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #666666;
}
.about3 .wrap {
  width: 1620px;
  margin: 100px auto;
}
.about3 .wrap .title {
  margin: 0 0 60px;
}
.about3 .wrap .title span {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #04243D;
  display: block;
  margin: 0 0 10px 0;
}
.about3 .wrap .title p {
  font-size: 18px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #04243D;
}
.about3 .wrap .content {
  display: flex;
  justify-content: space-between;
}
.about3 .wrap .content .item {
  position: relative;
  width: 23%;
  /* background: #F4F4F4; */
  padding: 30px 20px;
  border-radius: 10px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #F4F4F4 50%, rgba(255, 255, 255, 0) 100%);
  background: #F4F4F4;
}
/* .about3 .wrap .content .item:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 105%;
  right: -21px;
  top: 0;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #DEDEDE 48%, rgba(255, 255, 255, 0) 100%);
} */
.about3 .wrap .content .item span {
  font-size: 30px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #d2b060;
  display: block;
}
.about3 .wrap .content .item .pick {
  margin: 20px 0 30px 0;
  min-height: 108px;
  font-size: 18px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  line-height: 36px;
  color: #04243D;
}
html[lang="en"] .about3 .wrap .content .item .pick{
  min-height: 215px;
}
.about3 .wrap .content .item .pick p{
  transition: 0.6s;
  transform-origin: left;
  width: fit-content;
}
.about3 .wrap .content .item .pick p:hover{
  transform: scale(1.05);
}
.about3 .wrap .content .item .img {
  border-radius: 10px;
  overflow: hidden;
  height: 256px;
  clip-path: inset(0% 100% 0% 0%);
  transition: 2s;
}
.about3 .wrap .content .item .img.aos-animate {
  clip-path: inset(0% 0% 0% 0%);
}
.about3 .wrap .content .item .img img {
  width: 100%;
  height: 100%;
}
.about4 {
  position: relative;
  z-index: 1;
}
.about4 .wrap {
  width: 1620px;
  margin: 91px auto 228px;
}
.about4 .wrap .title {
    margin: 0 0 60px;
}
.about4 .wrap .title span {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #04243D;
  display: block;
  margin: 0 0 32px 0;
}
.about4 .wrap .title p {
  font-size: 18px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #04243D;
}
.about4 .wrap .title .cut {
  display: flex;
  margin: 0 0 168px 0;
}
.about4 .wrap .title .cut .list {
  font-size: 24px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  line-height: 40px;
  color: #030303;
  transition: 0.6s;
  transform: scale(0.75);
  cursor: pointer;
  position: relative;
}
.about4 .wrap .title .cut .list:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 0;
  height: 3px;
  background: #03B752;
  transition: 1s;
}
.about4 .wrap .title .cut .list:not(:last-child) {
  margin: 0 30px 0 0;
}
.about4 .wrap .title .cut .list.on {
  transform: scale(1);
  color: #03B752;
}
.about4 .wrap .title .cut .list.on:after {
  width: 21px;
}
.about4 .wrap .content {
  height: 365px;
  position: relative;
}
.about4 .wrap .content .matter {
  width: 1434px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: 1s;
}
.about4 .wrap .content .matter .aptitude_swiper {
  width: 1600px;
  margin: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about4 .wrap .content .matter .aptitude_swiper .swiper-slide .img{
  height: 365px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about4 .wrap .content .matter .aptitude_swiper .swiper-slide .img img{
  object-fit: contain;
}
.about4 .wrap .content .matter .button {
  width: 113%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 8;
  pointer-events: none;
}
.about4 .wrap .content .matter .button .circle {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 1s;
}
.about4 .wrap .content .matter .button .circle:first-child {
  transform: rotate(180deg);
}
.about4 .wrap .content .matter .button .circle .iconfont {
  color: #111111;
  font-size: 20px;
  transition: 1s;
}
.about4 .wrap .content .matter .button .circle:hover {
  background: #03B752;
}
.about4 .wrap .content .matter .button .circle:hover .iconfont {
  color: #FFFFFF;
}
.about4 .wrap .content .matter.on {
  opacity: 1;
  transform: translate(-50%, 0px);
  pointer-events: auto;
  transition-delay: 0.6s;
}
.about4 .wrap .content .matter.on .button .circle {
  pointer-events: auto;
}
.about5 {
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about5 .wrap {
  display: flex;
  align-items: center;
}
.about5 .wrap .left {
  width: 40.88541667vw;
  margin: 0 124px 0 0;
}
.about5 .wrap .left span {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  line-height: 56px;
  color: #04243D;
  display: block;
  margin: 0 0 50px 0;
}
.about5 .wrap .left p {
  font-size: 18px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  line-height: 40px;
  color: #04243D;
}
.about5 .wrap .right {
  width: 46.40625vw;
  /* margin: 69px 0 0 0; */
}
.about5 .wrap .right .swiper {
  width: 55vw;
  height: 27vw;
}
.about5 .wrap .right .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.about5 .wrap .right .swiper-pagination {
  position: static;
  margin: 20px 0 0 0;
  display: flex;
  width: fit-content;
}
.about5 .wrap .right .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #d2b06060;
  border-radius: 50%;
  opacity: 1!important;
  transition: 1s;
  margin: 0 20px 0 0!important;
}
.about5 .wrap .right .swiper-pagination span:last-child {
  margin: 0!important;
}
.about5 .wrap .right .swiper-pagination span.swiper-pagination-bullet-active {
  background: #d2b060;
}
.about6 {
  position: relative;
  z-index: 2;
}
.about6 .wrap {
  width: 1620px;
  margin: 85px auto 117px;
}
.about6 .wrap .title {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  line-height: 40px;
  color: #030303;
}
.about6 .wrap .content {
  text-align: center;
}
@media screen and (max-width: 1856px) {
  .about .wrap{
    max-width: 90%;
    left: 0;
  }
  .about .wrap .content .left{
    width: 60%;
  }
  .about .wrap .content .right .images {
    width: 34.53125vw;
  }
  .about .wrap .side_img {
    margin: 265px 47px 0 0;
  }
  .about .wrap .content .left .figure .item span{
    font-size: 44px;
    line-height: 1.2;
  }
  .about .wrap .content .right .circle{
    width: 6.77083333333333vw;
    height: 6.77083333333333vw;
    right: -2.08333333333333vw;
    bottom: -3.28125vw;
  }
  .about .wrap .content .right .images{
    height: auto;
  }
  .about2 .wrap{
    max-width: 90%;
  }
  .about2 .wrap .images{
    width: 50%;
    height: auto;
  }
  .about2 .wrap .content {
    width: 100%;
  }
  .about3 .wrap{
    max-width: 90%;
  }
  .about4 .wrap{
    max-width: 90%;
  }
  .about4 .wrap .content .matter .aptitude_swiper{
    max-width: 100%;
  }
  .about4 .wrap .content .matter{
    max-width: 93%;
  }
  .about6 .wrap{
    max-width: 90%;
  }
}
@media screen and (max-width: 1500px) {
  .about .wrap .content .left .text p{
    font-size: 14px;
    line-height: 35px;
  }
  .about .wrap .content .left .figure .item span {
    font-size: 35px;
    line-height: 1.2;
  }
  .about .wrap .content .left .figure .item p{
    font-size: 15px;
  }
  .about .wrap .content .left .text {
    margin: 0 0 25px 0;
  }
  .about .wrap .content .left .figure .item {
    margin: 0 0 18px 0;
  }
  .about .wrap .content .left .title {
    margin: 0 0 29px 0;
  }
  .about .wrap .content .left .title p{
    font-size: 20px;
  }
  .about2 .wrap .content .text span{
    font-size: 35px;
  }
  .about2 .wrap .content .text p{
    font-size: 16px;
  }
  .about2 .wrap .content .text span{
    margin: 0 0 23px;
  }
  .about2 .wrap .content .jump{
    padding: 5.5%;
  }
  .about2 .wrap .content .jump .list {
    width: 48%;
  }
  .about2 .wrap .content .jump .list span{
    font-size: 22px;
  }
  .about2 .wrap .content .jump .list p{
    font-size: 14px;
  }
  .about2 .wrap .content .text {
    margin: 0 0 9% 0;
  }

  .about .wrap .content .left .title span,.about6 .wrap .title,.about5 .wrap .left span.about3 .wrap .title span,.about4 .wrap .title span{
    font-size: 35px;
  }
}
@media screen and (max-width: 1336px) {
  .about2 .wrap .content .text p {
    font-size: 14px;
    line-height: 30px;
  }
  .about2 .wrap .content .jump .list span {
    font-size: 16px;
  }
  .about2 .wrap .content .jump .list p {
    font-size: 13px;
  }
  .about3 .wrap .content .item .pick {
    margin: 67px 0 20px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .about3 .wrap .content .item span{
    font-size: 28px;
  }
  .about3 .wrap .content .item .img{
    height: 200px;
  }
  .about3 .wrap .content .item:not(:last-child):after{
    right: -6%;
  }
  .about3 .wrap .title {
    margin: 0 0 110px;
  }
  .about5 .wrap .left p{
    font-size: 16px;
  }

  .about5 .wrap .left {
    margin: 0 103px 0 0;
  }
}

@media screen and (max-width: 1023px) {
  .about .wrap .side_img{
    display: none;
  }
  .about .wrap {
    width: 1615px;
    margin: 44px auto 25px;
  }
  .about .wrap .content .left .title span, .about6 .wrap .title, .about5 .wrap .left span.about3 .wrap .title span, .about4 .wrap .title span {
    font-size: 25px;
  }
  .about .wrap .content .left .title p {
    font-size: 18px;
  }
  .about .wrap .content .left .text p {
    font-size: 16px;
    line-height: 30px;
  }
  html[lang="en"] .about .wrap .content .left .text p{
    text-align: justify;
    word-break: break-all;
  }
  html[lang="en"] .about2 .wrap .content .text p{
    text-align: justify;
    word-break: break-all;
  }
  html[lang="en"] .about2 .wrap .content .jump .list p{
    text-align: justify;
    word-break: break-all;
  }
  html[lang="en"] .about3 .wrap .title p{
    text-align: justify;
    word-break: break-all;
  }

  html[lang="en"] .about5 .wrap .left p{
    text-align: justify;
    word-break: break-all;
  }

  html[lang="en"] .about3 .wrap .content .item .pick{
    min-height: auto;
  }
  .about .wrap .content .left .figure .item span {
    font-size: 22px;
    line-height: 20px;
  }
  .about .wrap .content .left .figure .item span:after{
    font-size: 13px;
  }
  .about .wrap .content{
    flex-direction: column;
    width: 100%;
  }
  .about .wrap .content .left {
    width: 100%;
  }
  .about .wrap .content .left .figure .item{
    margin: 0;
    width: fit-content;
  }
  .about .wrap .content .right{
    margin: 50px 0 0 0;
  }
  .about .wrap .content .right .images {
    width: 91%;
  }
  .about .wrap .content .right .circle{
    display: none;
  }
  .about2 .wrap{
    flex-direction: column;
    margin: 24px auto;
  }
  .about2 .wrap .images{
    width: 100%;
    clip-path: inset(0% 0% 0% 0%);
  }
  .about2 .wrap .images img {
    border-radius: 16px;
  }
  .about2 .wrap .content {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .about2 .wrap .content .text span {
    font-size: 25px;
  }
  .about2 .wrap .content .text p {
    font-size: 16px;
  }
  .about2 .wrap .content .text span {
    margin: 0 0 14px;
  }
  .about2 .wrap .content .jump .list p {
    font-size: 12px;
    line-height: 21px;
  }
  .about2 .wrap .content .jump{
    flex-wrap: wrap;
    gap: 10px;
  }
  .about2 .wrap .content .jump .list {
    /* width: 45%; */
  }
  .about2 .wrap .content .jump .list:not(:last-child) {
    margin: 0 0 20px;
  }
  .about2 .wrap .images .swiper-pagination{
    bottom: 5%;
    left: 5%;
    width: fit-content;
  }
  .about3 .wrap{
    margin: 50px auto 0;
  }
  .about3 .wrap .title span{
    font-size: 25px;
  }
  .about3 .wrap .title p{
    font-size: 16px;
  }
  .about3 .wrap .title {
    margin: 0 0 33px;
  }
  .about3 .wrap .content{
    flex-wrap: wrap;
  }
  .about3 .wrap .content .item{
    width: 100%;
    margin: 0 0 30px;
  }
  .about3 .wrap .content .item span {
    font-size: 22px;
  }
  .about3 .wrap .content .item .pick{
    margin: 17px 0 20px 0;
    font-size: 16px;
    min-height: auto;
  }
  .about3 .wrap .content .item .img{
    clip-path: inset(0% 0% 0% 0%)
  }
  .about4 .wrap{
    margin: 43px auto 50px;
  }
  .about4 .wrap .title .cut .list:not(:last-child) {
    margin: 0 14px 0 0;
  }
  .about4 .wrap .title .cut .list{
    font-size: 17px;
  }
  .about4 .wrap .title .cut .list:after{
    bottom: -8px;
  }
  .about4 .wrap .title span{
    margin: 0 0 20px;
  }
  .about4 .wrap .title .cut {
    margin: 0 0 41px 0;
  }
  .about5 .wrap{
    flex-direction: column;
    max-width: 90%;
  }
  .about5 .wrap .left{
    width: 100%;
    margin: 0 auto;
  }
  .about5{
    height: auto;
    flex-direction: column;
    padding: 50px 0;
  }
  .about5 .wrap .right .swiper {
    width: 100%;
    height: auto;
  }
  .about5 .wrap .left span{
    font-size: 25px;
    margin: 0 0 31px 0;
    line-height: 1;
  }
  .about5 .wrap .left p {
    font-size: 16px;
    line-height: 30px;
  }
  .about5 .wrap .right{
    width: 100%;
    margin: 30px 0 0 0;
  }
  .about6 .wrap{
    margin: 29px auto 48px;
  }

  html[lang="en"] .about .wrap .content .right .text p{
    font-size: 6px;
  }
  html[lang="en"] .about .wrap .content .left .figure{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
  }
  html[lang="en"] .about4 .wrap .title .cut{
    flex-wrap: wrap;
    align-items: unset;
    flex-direction: column;
  }
  html[lang="en"] .about4 .wrap .title .cut .list{
    transform-origin: left;
    width: fit-content;
  }
  html[lang="en"] .about4 .wrap .title .cut .list:after{
    bottom: 0;
    left: 0;
    transform: none;
  }
}
/*# sourceMappingURL=about.css.map */
/*中文注释检查*/