@keyframes line {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.section2 .wrap .content .right .digital .grid .item i{
  font-style: normal;
  display: inline-block;
}
.en .section2 .wrap .content .right .digital .grid .item i{
  display: none;
}


.section .wrap {
  width: 1720px;
  max-width: 90%;
  margin: 100px auto 0;
}
.section .wrap .flex{
  display: flex;
  justify-content: space-between;
}
.section .wrap .left {
  width: 699px;
  position: relative;
  z-index: 1;
}
.section .wrap .left .position {
  font-size: 200px;
  font-family: PingFangSC-Semibold;
  line-height: 180px;
  /* color: #F6AA27; */
  color: #ffc600;
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0.04;
  z-index: -1;
  text-transform: uppercase;
}
.section .wrap .left .title {
  margin: 0 0 87px 0;
}
.section .wrap .left .title span {
  font-size: 50px;
  font-family: PingFangSC-Semibold;
  /* color: #F6AA27; */
  color: #ffc600;
  display: block;
  margin: 0 0 19px 0;
  text-transform: uppercase;
  font-weight: 400;
}
.section .wrap .left .title p {
  font-size: 20px;
  font-family: PingFangSC-Light;
  color: #F6AA27;
  text-transform: uppercase;
}
.section .wrap .left .headline {
  font-size: 26px;
  font-family: PingFangSC-Medium;
  color: #333333;
  margin: 0 0 62px 0;
}
.section .wrap .left .text {
  font-size: 20px;
  font-family: PingFangSC-Light;
  line-height: 36px;
  color: #666;
  font-weight: 200;
}
.section .wrap .img {
  width: 900px;
  height: 661px;
  overflow: hidden;
  cursor: pointer;
}
.section .wrap .img img {
  width: 100%;
  height: 100%;
  transition: 2s;
}
.section .wrap .img:hover img {
  transform: scale(1.05);
}
.section .wrap .matter{
  margin: 50px 0 0 0;
}
.section .wrap .matter span{
  /* color: #f1c40f; */
  color: #ffc600;
  font-size: 30px;
  font-family: PingFangSC-Light;
  line-height: 36px;
  font-weight: bold;
}
.section .wrap .matter .display{
  display: flex;
  align-items: center;
  margin: 25px 0 0 0;
}
.section .wrap .matter .display .list:not(:last-child) {
  margin: 0 250px 0 0;
}
.section .wrap .matter .display .list{
  display: flex;
  align-items: center;
}
.section .wrap .matter .display .list:first-child .iconfont{
  transform: scale(0.8);
}
.section .wrap .matter .display .list .iconfont{
  font-size: 50px;
  /* color: #F6AA27; */
  color: #ffc600;
  margin: 0 15px 0 0;
}
.section .wrap .matter .display .list p{
  font-size: 20px;
  font-family: PingFangSC-Light;
  line-height: 36px;
  color: #666;
  font-weight: 200;
}
.section2 .wrap {
  max-width: 95%;
  width: 1728px;
  margin: 124px auto 50px;
}
.section2 .wrap .title span {
  font-size: 46px;
  font-family: PingFangSC-Semibold;
  /* color: #F6AA27; */
  color: #ffc600;
  display: block;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.section2 .wrap .title p {
  font-size: 20px;
  font-family: PingFangSC-Light;
  color: #F6AA27;
  text-transform: uppercase;
}
.section2 .wrap .content {
  display: flex;
}
.section2 .wrap .content .images {
  position: relative;
  margin: 80px 195px 0 0;
}
.section2 .wrap .content .images .what_swiper {
  width: 587px;
  height: 624px;
  margin: 46px 46px 0 0;
}
.section2 .wrap .content .images .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 552px;
  height: 552px;
}
.section2 .wrap .content .images .line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #fdeed3;
}
.section2 .wrap .content .images .line:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 0;
  background: #fdeed3;
}
.section2 .wrap .content .images.aos-animate .line:after {
  width: 100%;
  transition: 1s;
}
.section2 .wrap .content .images.aos-animate .line:before {
  height: 100%;
  transition: 1s;
  transition-delay: 1s;
}
.section2 .wrap .content .right .digital .color {
  font-size: 30px;
  font-family: PingFangSC-Medium;
  /* color: #F6AA27; */
  color: #ffc600;
}
.section2 .wrap .content .right .digital .grid {
  margin: 24px 0 82px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 149px;
  width: fit-content;
}
.section2 .wrap .content .right .digital .grid .item span {
  font-size: 56px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 78px;
  color: #333333;
  position: relative;
}
.section2 .wrap .content .right .digital .grid .item span:after {
  content: attr(data-text);
  /* position: absolute;
  left: 105%;
  top: -25px; */
  display: inline-block;
  transform: translate(5%,-25px);
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.section2 .wrap .content .right .digital .grid .item p {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.section2 .wrap .content .right .digital .process {
  display: flex;
  margin: 95px 0 0 0;
}
.section2 .wrap .content .right .digital .process .item {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.section2 .wrap .content .right .digital .process .item:not(:last-child) {
  margin: 0 202px 0 0;
}
.section2 .wrap .content .right .digital .process .item .img {
  width: 66px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  filter: grayscale(1) brightness(1.3);
  transition: 1s;
}
.section2 .wrap .content .right .digital .process .item p {
  font-size: 15px;
  font-family: PingFangSC-Light;
  color: #CDCDCD;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  white-space: nowrap;
  height: 40px;
  transition: 0.7s;
}
.section2 .wrap .content .right .digital .process .item .line {
  position: absolute;
  right: -155px;
  top: 29px;
  width: 100px;
  height: 2px;
  background: #CBCBCB;
  overflow: hidden;
}
.section2 .wrap .content .right .digital .process .item .line div {
  width: 100%;
  height: 2px;
  /* background: #F6AA27; */
  background: #ffc600;
  position: relative;
  transform: translateX(-100%);
}
.section2 .wrap .content .right .digital .process .item:last-child .line {
  display: none;
}
.section2 .wrap .content .right .digital .process .item.on .line div {
  animation: line 4s linear forwards;
}
.section2 .wrap .content .right .digital .process .item.on .img {
  filter: grayscale(0) brightness(1);
}
.section2 .wrap .content .right .digital .process .item.on p {
  /* color: #f6aa27; */
  color: #ffc600;
}

.section3 .wrap {
  max-width: 90%;
  width: 1720px;
  margin: 55px auto 123px;
}
.section3 .wrap .title {
  margin: 0 0 101px 0;
}
.section3 .wrap .title span {
  font-size: 46px;
  font-family: PingFangSC-Semibold;
  /* color: #F6AA27; */
  color: #ffc600;
  display: block;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.section3 .wrap .title p {
  font-size: 20px;
  font-family: PingFangSC-Light;
  color: #F6AA27;
  text-transform: uppercase;
}
.section3 .wrap .content .cut {
  display: flex;
  justify-content: center;
}
.section3 .wrap .content .cut a {
  width: 255px;
  height: 48px;
  /* border: 1px solid #F6AA27; */
  border: 1px solid #ffc600;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: PingFangSC-Light;
  color: #A5A5A5;
  transition: 0.6s;
}
.section3 .wrap .content .cut a:not(:last-child) {
  margin: 0 100px 0 0;
}
.section3 .wrap .content .cut a:hover,
.section3 .wrap .content .cut a.on {
  color: #fff;
  /* background: #F6AA27; */
  background: #ffc600;
}
.section3 .wrap .content .year_swiper {
  margin: 146px 0 0 0;
  position: relative;
}
.section3 .wrap .content .year_swiper:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  height: 4px;
  background: #e6e6e6;
}
.section3 .wrap .content .year_swiper .swiper-slide {
  padding: 0 48px 0 202px;
  display: flex;
  justify-content: space-between;
}
.section3 .wrap .content .year_swiper .swiper-slide .item {
  display: flex;
}
.section3 .wrap .content .year_swiper .swiper-slide .item .line {
  width: 2px;
  height: 401px;
  /* background: #F6AA27; */
  background: #ffc600;
  margin: 0 29px 0 0;
}
.section3 .wrap .content .year_swiper .swiper-slide .item .text {
  width: 600px;
  margin: 4px 0 0 0;
  flex: 1;
}
.section3 .wrap .content .year_swiper .swiper-slide .item .text p {
  font-size: 16px;
  font-family: PingFangSC-Medium;
  line-height: 26px;
  /* color: #F6AA27; */
  color: #ffc600;
}
.section3 .wrap .content .year_swiper .swiper-slide .item .text span {
  font-size: 46px;
  font-family: PingFangSC-Medium;
  /* color: #F6AA27; */
  color: #ffc600;
  display: block;
  margin: 50px 0 0 0;
}
.section3 .wrap .content .year_swiper .swiper-slide .item:nth-child(2) {
  margin: 400px 0 0 0;
}
.section3 .wrap .content .year_swiper .swiper-slide .item:nth-child(2) .text {
  margin: 30px 0 0 0;
  position: relative;
  top: -40px;
  display: flex;
  flex-direction: column-reverse;
}
.section3 .wrap .content .year_swiper .swiper-slide .item:nth-child(2) .text span {
  margin: 0 0 40px 0;
}
/*# sourceMappingURL=about.css.map */
.section3 .wrap .content.PC{
  display: block;
}
.section3 .wrap .content.PE{
  display: none;
}

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


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

@media screen and (max-width: 1856px){
	.section .wrap .left .title{
    margin-bottom: 50px;
  }
  .section .wrap .left .text {
    font-size: 18px;
    line-height: 32px;
  }
  .section3 .wrap .title span,
  .section2 .wrap .title span,
  .section .wrap .left .title span {
    font-size: 44px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .text span {
    font-size: 42px;
    margin-top: 40px;
  }
  .section2 .wrap .content .images{
    margin-top: 50px;
  }
  .section3 .wrap .title {
    margin: 0 0 60px 0;
  }
  .section3 .wrap .content .year_swiper {
    margin: 80px 0 0 0;
  }
  .section2 .wrap .content .right .digital .grid .item span {
    font-size: 52px;
  }
  .section2 .wrap .content .right .digital .grid {
    margin-bottom: 60px;
  }
  .section2 .wrap {
    max-width: 90%;
  }
}

@media screen and (max-width: 1792px){
  .section .wrap .img{
    width: 50%;
    height: auto;
  }
  .section .wrap .left{
    flex: 1;
    margin-right: 30px;
  }
  .section2 .wrap .content .right .digital .grid .item span {
    font-size: 48px;
  }
  .section2 .wrap .content .images {
    margin-right: 100px;
  }
  .section2 .wrap .content .right .digital .process .item p {
    font-size: 14px;
  }
  .section2 .wrap .content .right .digital .process .item:not(:last-child) {
    margin: 0 180px 0 0;
  }
  .section2 .wrap .content .right .digital .process .item .line {
    right: -130px;
  }
  .section2 .wrap {
    margin-top: 80px;
  }
  .section2 .wrap .content .images .what_swiper{
    width: 550px;
  }
  .section2 .wrap .content .images .line{
    width: 500px;
    height: 500px;
  }
}

@media screen and (max-width: 1680px){
	.section3 .wrap .title span, .section2 .wrap .title span, .section .wrap .left .title span {
    font-size: 40px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .line {
    height: 360px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item:nth-child(2) {
    margin: 360px 0 0 0;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item:nth-child(2) .text span {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 1600px){
	.section2 .wrap .content .right .digital .process .item:not(:last-child) {
    margin: 0px 150px 0 0;
  }
  .section2 .wrap .content .right .digital .process .item .line {
    right: -120px;
  }
  .section2 .wrap .content .right .digital .process {
    margin-top: 70px;
  }
  .section2 .wrap{
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1440px){
	.section .wrap .left .title {
    margin-bottom: 0px;
  }
  .section .wrap .left .headline {
    margin-bottom: 30px;
  }
  .section .wrap .left .text {
    font-size: 16px;
    line-height: 28px;
  }
  .section3 .wrap .title span, .section2 .wrap .title span, .section .wrap .left .title span {
    font-size: 36px;
  }
  .section .wrap .matter span {
    font-size: 26px;
  }
  .section .wrap .matter .display .list:not(:last-child) {
    margin: 0 160px 0 0;
  }
  .section .wrap .matter .display .list p {
    font-size: 18px;
    line-height: 32px;
  }
  .section2 .wrap {
    margin-top: 50px;
  }
  .section2 .wrap .content .images {
    margin-right: 80px;
  }
  .section2 .wrap .content .right .digital .process .item p {
    font-size: 12px;
  }
  .section2 .wrap .content .right .digital .process .item .line {
    width: 80px;
    right: -100px;
  }

  .section2 .wrap .content .right .digital .process .item:not(:last-child) {
    margin: 0px 130px 0 0;
  }
  .section2 .wrap .content .images .what_swiper {
    width: 500px;
    height: auto;
  }
  .section2 .wrap .content .right .digital .grid .item span {
    font-size: 40px;
  }
  .section2 .wrap .content .right .digital .grid {
    grid-gap: 24px 80px;
  }
  .section2 .wrap .content .right .digital .grid .item p {
    font-size: 18px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide {
    padding-left: 100px;
  }
}

@media screen and (max-width: 1400px){
	.section3 .wrap .content .year_swiper .swiper-slide .item .text {
    width: 550px;
  }
  .section2 .wrap .content .images .what_swiper {
    width: 450px;
  }
  .section3 .wrap .content .cut a {
    width: 210px;
  }
  .section3 .wrap .content .cut a:not(:last-child){
    margin-right: 60px;
  }
}

@media screen and (max-width: 1366px){
	.section3 .wrap .content .year_swiper .swiper-slide {
    padding-left: 50px;
  }
}






@media screen and (max-width: 820px){
  .section .wrap .flex{
    flex-direction: column;
  }
  .section .wrap{
    margin-top: 50px;
  }
  .section .wrap .left .text{
    line-height: 24px;
  }
  .section .wrap .left{
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .section .wrap .img {
    width: 100%;
  }
  .section .wrap .matter .display .list:not(:last-child){
    margin-right: 0;
  }
  .section .wrap .matter .display .list p {
    font-size: 14px;
    line-height: 26px;
  }
  .section .wrap .matter .display .list{
    width: 50%;
  }
  .section .wrap .matter .display{
    flex-wrap: wrap;
  }
  .section .wrap .matter .display .list:last-child{
    width: 100%;
    margin-top: 20px;
  }
  .section2 .wrap .content{
    flex-direction: column;
  }
  .section2 .wrap .content .images .line:after {
    width: 100%;
  }
  .section2 .wrap .content .images .line::before{
    height: 100%;
  }
  .section2 .wrap .content .images{
    margin-right: 0;
  }
  .section2 .wrap .content .images .what_swiper {
    width: 90%;
  }
  .section2 .wrap .content .images .what_swiper img{
    width: 100%;
  }
  .section2 .wrap .content .right .digital .process .item .line{
    display: none;
  }
  .section2 .wrap .content .right .digital .process .item:not(:last-child){
    margin-right: 0;
  }
  .section2 .wrap .content .right .digital .process .item{
    width: 50%;
  }
  .section2 .wrap .content .right .digital .process {
    margin-top: 40px;
  }
  .section2 .wrap .content .right .digital .color{
    margin-top: 30px;
  }
  .section2 .wrap{
    padding-bottom: 30px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide{
    flex-direction: column;
    padding-right: 0;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item:nth-child(2) {
    margin-top: 0;
    margin-left: 70px;
  }
}


@media screen and (max-width: 768px){
	.section3 .wrap .content .cut a:not(:last-child) {
    margin-right: 25px;
  }
  .section3 .wrap .content .cut a{
    font-size: 18px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .text span {
    font-size: 38px;
  }
}


@media screen and (max-width: 540px){
	.section .wrap .left .text {
    font-size: 14px;
    line-height: 22px;
  }
  .section2 .wrap .content .images {
    margin-top: 20px;
  }
  .section2 .wrap .content .images .line{
    width: 80vw;
    height: 80vw;
  }
  .section2 .wrap .content .images .what_swiper {
    margin: 30px 30px 0 0;
  }
  .section2 .wrap .content .right .digital .grid {
    grid-gap: 20px 30px;
  }
  .section2 .wrap .content .right .digital .grid .item p {
    font-size: 14px;
  }
  .section2 .wrap .content .right .digital .grid .item span {
    font-size: 36px;
    line-height: 60px;
  }
  .section2 .wrap .content .right .digital .process{
    flex-wrap: wrap;
    
  }

  .section2 .wrap .content .right .digital .process .item .img {
    margin-bottom: 10px;
  }
  .section2 .wrap .content .right .digital .process .item{
    margin-bottom: 50px !important;
  }
  .section3 .wrap{
    margin-top: 0;
  }
  .section2 .wrap {
    padding-bottom: 0px;
  }
  .section3 .wrap .title span, .section2 .wrap .title span, .section .wrap .left .title span {
    font-size: 32px;
  }
  .section3 .wrap .title span{
    margin-bottom: 10px
  }
  .section3 .wrap .title p {
    font-size: 16px;
  }
  .section3 .wrap .title {
    margin-bottom: 30px;
  }
  .section3 .wrap .content .cut{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section3 .wrap .content .cut a:not(:last-child){
    margin-right: 0;
  }
  .section3 .wrap .content .cut a{
    width: 48%;
    margin-bottom: 20px !important;
  }
  .section3 .wrap .content .year_swiper {
    margin: 30px 0 0 0;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .line {
    height: 570px;
  }
  .section3 .wrap .content.PC{
    display: none;
  }
  .section3 .wrap .content.PE{
    display: block;
  }
  .section3 .wrap .content .year_swiper .swiper-slide{
    padding-left: 0;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .text p {
    font-size: 14px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .text span{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .text{
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .line{
    height: 400px;
  }
  .section3 .wrap .content .year_swiper:after{
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}


@media screen and (max-width: 414px){
	.section .wrap .left .text {
    font-size: 12px;
    line-height: 18px;
  }
  .section .wrap .matter .display .list{
    width: 100%;
  }
  .section .wrap .matter .display .list .iconfont {
    font-size: 40px;
  }
  .section .wrap .matter .display .list p {
    line-height: 22px;
  }
  .section .wrap .matter .display .list:not(:last-child){
    margin-bottom: 20px;
  }
  .section .wrap .matter .display .list:last-child{
    margin-top: 0;
  }
  .section .wrap .matter span {
    font-size: 22px;
    line-height: 30px;
  }
  .section3 .wrap .title span, .section2 .wrap .title span, .section .wrap .left .title span {
    font-size: 30px;
  }
  .section2 .wrap .content .right .digital .grid .item p {
    font-size: 12px;
  }
  .section2 .wrap .content .right .digital .grid .item span {
    font-size: 32px;
  }
  .section2 .wrap .content .right .digital .process .item .img {
    width: 40px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .text p {
    font-size: 12px;
    line-height: 22px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .line {
    margin-right: 15px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .text{
    padding-right: 20px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .text span {
    font-size: 28px;
  }
  .section3 .wrap .content .year_swiper .swiper-slide .item .line {
    height: 440px;
  }
}

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

@media screen and (max-width: 360px){
	.section3 .wrap .content .year_swiper .swiper-slide .item .line {
    height: 460px;
  }
}




 