.banner .img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.banner .img .play .cir {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    position: relative;
    margin: 0 0 27px;
}

.banner .img .play .cir .cir1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #FFFFFF;
}

.banner .img .play .cir .sq {
    width: 8px;
    height: 16px;
    background: #FFFFFF;
    transition: 0.6s;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .img .play p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
}

.sec1 {
    padding: 141px 0 0;
}

.sec1 .wrap {
    width: 1660px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .l {
    width: 772px;
    position: relative;
    z-index: 3;
}

.sec1 .wrap .l .title {
    line-height: 1;
    margin: 0 0 80px;
}

.sec1 .wrap .l .title h2 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 32px;
    opacity: 0.1;
    margin: 0 0 17px;
    text-transform: uppercase;
}

.sec1 .wrap .l .title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
}

.sec1 .wrap .l .content p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
}

.sec1 .wrap .r {
    width: 670px;
    background: #F7F7F7;
    padding: 84px 0 20px;
    position: relative;
    border-radius: 0 20px 20px 0;
}

.sec1 .wrap .r:after {
    content: "";
    width: 394px;
    height: 100%;
    background: #F7F7F7;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
}

.sec1 .wrap .r .item {
    width: 555px;
    padding: 0 0 50px;
    position: relative;
}

.sec1 .wrap .r .item .num {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .r .item .num .num_l {
    display: flex;
}

.sec1 .wrap .r .item .num .num_l p {
    font-family: "Gilroy";
    font-weight: bold;
    font-size: 76px;
    color: #003E8D;
}

.sec1 .wrap .r .item .num .num_l span {
    font-family: "Gilroy";
    font-weight: bold;
    font-size: 32px;
    color: #003E8D;
}

.sec1 .wrap .r .item .num .icon {
    width: 56px;
}

.sec1 .wrap .r .item h5 {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
}

.sec1 .wrap .r .item:nth-last-child(1) .icon {
    width: 64px;
}

.sec1 .wrap .r .item:not(:nth-last-child(1)) {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 0 24px;
}

.sec1 .wrap .r .item:not(:nth-last-child(1)):after {
    content: "";
    width: 100%;
    height: 1px;
    background: #003E8D;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
}

.sec1 .wrap .r .item:not(:nth-last-child(1)):hover:after {
    transform: scaleX(1);
}

.sec2 {
    padding: 163px 0 136px;
}

.sec2 .wrap {
    width: 1660px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .aos_item .item {
    width: 260px;
    height: 650px;
    overflow: hidden;
    position: relative;
    transition: 1s;
}

.sec2 .wrap .aos_item .item .text {
    position: absolute;
    top: 97px;
    left: 30px;
    z-index: 3;
    transition: 0.6s;
}

.sec2 .wrap .aos_item .item .text h5 {
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.sec2 .wrap .aos_item .item .text > p {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.2;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 55px;
}

.sec2 .wrap .aos_item .item .text .more {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    transition: 0.6s;
    transform: translateY(20px);
    opacity: 0;
}

.sec2 .wrap .aos_item .item .text .more:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
}

.sec2 .wrap .aos_item .item .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec2 .wrap .aos_item .item .text .more .btn {
    width: 11px;
    height: 11px;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.8s;
}

.sec2 .wrap .aos_item .item .text .more .btn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
}

.sec2 .wrap .aos_item .item .text .more .btn span:nth-child(2) {
    transform: rotate(90deg);
}

.sec2 .wrap .aos_item .item .text .more:hover:after {
    transform: scaleX(1);
}

.sec2 .wrap .aos_item .item .text .more:hover .btn {
    transform: rotate(180deg);
}

.sec2 .wrap .aos_item .item img {
    display: block;
    height: 100%;
    max-width: unset;
}

.sec2 .wrap .aos_item.on .item {
    width: 835px;
}

.sec2 .wrap .aos_item.on .item .text {
    transform: translateX(67px);
}

.sec2 .wrap .aos_item.on .item .text .more {
    opacity: 1;
    transform: unset;
}

/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1919px) {
  .banner .img .play .cir{
    width: 5.625vw;
    height: 5.625vw;
    margin: 0px 0px 1.40625vw;
  }
  .banner .img .play .cir .sq{
    width: 0.4166666667vw;
    height: 0.8333333333vw;
  }
  .banner .img .play p{
    font-size: 0.8333333333vw;
  }
  .sec1{
    padding: 7.34375vw 0px 0px;
  }
  .sec1 .wrap{
    width: 86.4583333333vw;
  }
  .sec1 .wrap .l{
    width: 40.2083333333vw;
  }
  .sec1 .wrap .l .title{
    margin: 0px 0px 4.1666666667vw;
  }
  .sec1 .wrap .l .title h2{
    font-size: 2.1875vw;
    line-height: 1.6666666667vw;
    margin: 0px 0px 0.8854166667vw;
  }
  .sec1 .wrap .l .title h1{
    font-size: 2.1875vw;
  }
  .sec1 .wrap .l .content p{
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
  }
  .sec1 .wrap .r{
    width: 34.8958333333vw;
    padding: 4.375vw 0px 1.0416666667vw;
    border-radius: 0px 1.0416666667vw 1.0416666667vw 0px;
  }
  .sec1 .wrap .r::after{
    width: 20.5208333333vw;
    border-radius: 1.0416666667vw 0px 0px 1.0416666667vw;
  }
  .sec1 .wrap .r .item{
    width: 28.90625vw;
    padding: 0px 0px 2.6041666667vw;
  }
  .sec1 .wrap .r .item .num .num_l p{
    font-size: 3.9583333333vw;
  }
  .sec1 .wrap .r .item .num .num_l span{
    font-size: 1.6666666667vw;
  }
  .sec1 .wrap .r .item .num .icon{
    width: 2.9166666667vw;
  }
  .sec1 .wrap .r .item h5{
    font-size: 0.9375vw;
  }
  .sec1 .wrap .r .item:nth-last-child(1) .icon{
    width: 3.3333333333vw;
  }
  .sec1 .wrap .r .item:not(:nth-last-child(1)){
    margin: 0px 0px 1.25vw;
  }
  .sec2{
    padding: 8.4895833333vw 0px 7.0833333333vw;
  }
  .sec2 .wrap{
    width: 86.4583333333vw;
  }
  .sec2 .wrap .aos_item .item{
    width: 13.5416666667vw;
    height: 33.8541666667vw;
  }
  .sec2 .wrap .aos_item .item .text{
    top: 5.0520833333vw;
    left: 1.5625vw;
  }
  .sec2 .wrap .aos_item .item .text h5{
    font-size: 1.6666666667vw;
    margin: 0px 0px 1.0416666667vw;
  }
  .sec2 .wrap .aos_item .item .text > p{
    font-size: 0.9375vw;
    margin: 0px 0px 2.8645833333vw;
  }
  .sec2 .wrap .aos_item .item .text .more{
    transform: translateY(1.0416666667vw);
  }
  .sec2 .wrap .aos_item .item .text .more::after{
    bottom: -0.15625vw;
  }
  .sec2 .wrap .aos_item .item .text .more p{
    font-size: 0.8333333333vw;
  }
  .sec2 .wrap .aos_item .item .text .more .btn{
    width: 0.5729166667vw;
    height: 0.5729166667vw;
    margin: 0px 0px 0px 0.5208333333vw;
  }
  .sec2 .wrap .aos_item.on .item{
    width: 43.4895833333vw;
  }

  .sec2 .wrap .aos_item.on .item .text{
    transform: translateX(3.4895833333vw);
  }

}
@media screen and (max-width: 1024px) {
    .banner .img .play .cir {
        width: 60px;
        height: 60px;
        margin: 0 auto 15px;
    }
    .banner .img .play .cir .sq {
        width: 8px;
        height: 12px;
    }
    .banner .img .play p {
        font-size: 14px;
    }
    .sec1 .wrap {
        width: 90%;
        display: block;
    }
    .sec1 .wrap .l {
        width: 100%;
    }
    .sec1 {
        padding: 60px 0;
    }
    .sec1 .wrap .l .title h2 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .sec1 .wrap .l .content p {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .wrap .l .title h1 {
        font-size: 24px;
    }
    .sec1 .wrap .r {
        width: 100%;
        margin: 50px 0 0;
        padding: 30px 20px 10px;
        border-radius: 10px;
    }
    .sec1 .wrap .r .item .num .num_l p {
        font-size: 40px;
    }
    .sec1 .wrap .r .item {
        width: 100%;
        padding: 0 0 20px;
    }
    .sec1 .wrap .r .item:not(:nth-last-child(1)) {
        margin: 0 0 20px;
    }
    .sec1 .wrap .r .item h5 {
        font-size: 14px;
    }
    .sec1 .wrap .r .item .num .num_l span {
        font-size: 24px;
    }
    .sec1 .wrap .l .title {
        margin-bottom: 30px;
    }
    .sec1 .wrap .r::after {
        display: none;
    }
    .sec1 .wrap .r .item .num .icon {
        width: 38px;
    }
    .sec2 {
        padding: 0 0 80px;
    }
    .sec2 .wrap {
        width: 90%;
        display: block;
    }
    .sec2 .wrap .aos_item .item {
        width: 100% !important;
        height: unset !important;
        margin-bottom: 30px;
    }
    .sec2 .wrap .aos_item .item img {
        width: 100%;
        filter: brightness(0.7);
    }
    .sec2 .wrap .aos_item .item .text {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .sec2 .wrap .aos_item .item .text h5 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .sec2 .wrap .aos_item .item .text > p {
        font-size: 14px;
        position: absolute;
        left: 30px;
        top: 50px;
        top: 61px;
    }
    .sec2 .wrap .aos_item .item .text .more {
        opacity: 1;
        transform: translate(0,0);
        pointer-events: auto;
    }
    .sec2 .wrap .aos_item .item .text .more p {
        font-size: 16px;
    }
    .sec2 .wrap .aos_item .item .text .more .btn {
        width: 11px;
        height: 11px;
        margin: 0 0 0 5px;
    }
}
