body {
    background-color: RGBA(250, 250, 250, 1);
}
.hero{
    min-height: 340px;
}
.about-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.about-section .about-grid {
    display: flex;
    justify-content: space-between;
}

.about-section .about-left {
    width: 51.31%;
}

.about-section .section-title {
    font-weight: 400;
    color: #222222;
    line-height: 1;
}

.about-section .since-text {
    font-weight: 400;
    color: rgba(34, 34, 34, 0);
    text-stroke: 2px #E7E7E7;
    -webkit-text-stroke: 2px #E7E7E7;
    line-height: 1;
    margin-top: .12em;
}

.about-section .about-right {
    width: 41.74%;
}

.about-section .about-right .text-title {
    font-weight: bold;
    color: #222222;
    line-height: 1;
}
.about-section .about-right .text-des{
font-weight: 400;
font-size: 18px;
color: #222222;
line-height: 30px;
margin-top: 40px;
}
.about-section .about-right .check-btn{
    margin-top: 73px;
    display: inline-block;
line-height: 60px;
background: #1a3078;
border-radius: 10px;
padding: 0 45px;
font-weight: 400;
font-size: 18px;
color: #FAFAFA;
transition: all 0.3s ease-in-out;
}
.about-section .about-right .check-btn:hover{
    /* opacity: .9; */
    background:#db872a;
}
.full-img-section .pic:not(:last-child){
    margin-bottom:max(25px, 5vw)
}
.full-img-section .pic img{
    max-width:100%;
    display:block;
    margin:0 auto;
    width:auto;
}
.features{
    padding-top: 140px;
    padding-bottom: 140px;
}
.features .feature-row{
    display: flex;
    justify-content: space-between;
}
.features .feature-row:not(:last-child){
    margin-bottom: 140px;
}
.features .feature-row .feature-img{
    width: 50%;
    border-radius: 10px;
}
.features .feature-row .feature-img img{
    height: 100%;
    object-fit: cover;
}
.features .feature-row .feature-text{
    width: 45%;
}
.features .feature-row .feature-text .text{
font-weight: 400;
font-size: 18px;
color: #222222;
line-height: 30px;
margin-top: 57px;
}
.features .feature-row .feature-text .text p:not(:last-child){
    margin-bottom: 30px;
}
.features .feature-row .quote-icon img{
    display: block;
    width: 63px;
}
.mission-section{
    padding-bottom: 140px;
}
.mission-section .mission-content{
    display: flex;
    justify-content: space-between;
    width: 1400px;
    max-width: 100%;
    gap: 60px;
}
.mission-section .mission-text{
font-weight: bold;
color: #222222;
line-height: 1.6;
flex: 1;
} 
.mission-section .mission-text .mission-icon img{
    width: 93px;
    display: block;
}
.mission-section .mission-icon img{
    display: block;
    width: 93px;
}
.join-section{
    position: relative;
    padding: 120px 0 296px;
    background: #fff;
}
.join-section .box-c{
    position: relative;
    margin-top: 50px;
    display: flex;
    align-items: center;
    z-index: 6;
}
.join-section .box-c .l{
    position: relative;
    width: 33.07%;
    height: 32.86vw;
}
.join-section .box-c .l .pic{
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 0;
    z-index: 3;
    width: 40.93vw;
}
.join-section .box-c .l::before{
    position: absolute;
    content: "";
    left: 33.8%;
    top: 61.12%;
    width: 64.79%;
    aspect-ratio: 1/1;
    background: #F0F0F0;
    border-radius: 50%;
}
.join-section .box-c .r{
    flex: 1;
    margin-left: 37px;
}
.join-section .box-c .r .text-box{
    position: relative;
    display: inline-block;
}
.join-section .box-c .r .title{
    font-family: AlibabaPuHuiTi-3-45-Light;
    color: #222222;
    line-height: 1.6;
}
.join-section .box-c .r .more{
    display: inline-flex;
    background: #FAFAFA;
    border-radius: 30px;
    border: 1px solid #DEDEDE;
    padding: 0 24px 0 37px;
    font-family: AlibabaPuHuiTi-3-45-Light;
    font-size: 16px;
    line-height: 60px;
    color: #666666;
    margin-top: 103px;
    transition: all .6s;
}
.join-section .box-c .r .more .iconfont{
    margin-left: 38px;
    font-size: 26px;
    color: #2E2E2E;
}
.join-section .box-c .r .more:hover{
    background: #12327F;
    color: #fff;
    border-color: #12327F;
}
.join-section .box-c .r .more:hover .iconfont{
    color: #fff;
}

.join-section .circle{
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #12327F;
    bottom: 148px;
    left: 0;
    transform: translateX(-40%);
    z-index: 3;
}
.join-section .circlePic{
    position: absolute;
    right: 100px;
    width: 282px;
    border-radius: 50%;
    bottom: 280px;
    z-index: 3;
    transform: scale(1);
    opacity: 1;
}
.join-section .circlePic img{
    position: relative;
    width: 100%;
    display: block;
    z-index: 3;
    border-radius: 50%;
    transform: rotate(0deg);
}
.join-section .circlePic .circleBox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    transform-origin: bottom center;
    transform: rotate(321deg);
    z-index: 2;
}
.join-section  .bullet{
    position: absolute;
    width: 62px;
    height: 62px;
    bottom: 312px;
    right: 616px;
    background: #F1F1F1;
    border-radius: 50%;
    z-index: 2;
}
.innerTitle {
    text-align: center;
}
.innerTitle .zh {
    position: relative;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    color: #222222;
    line-height: 1;
    z-index: 3;
}
.innerTitle .en {
    position: relative;
    font-family: Rany-Bold;
    color: rgba(18, 50, 127, 0);
    line-height: 1;
    text-stroke: 1px #DDDDDD;
    -webkit-text-stroke: 1px #DDDDDD;
    text-transform: uppercase;
    margin-top: -.3em;
    z-index: 1;
}
@media (max-width: 1440px) {
    .join-section .circlePic{
        width: 240px;
        bottom: 141px;
        right: 49px;
    }
    .join-section .circle{
        width: 168px;
        height: 168px;
        bottom: 68px;
    }
}
@media (max-width:1199px) {
    .join-section .bullet{
        width: 36px;
        height: 36px;
    }
    .join-section .circlePic{
        width: 180px;
        bottom: 94px;
        right: 31px;
    }
    .join-section .circle{
        width: 139px;
        height: 139px;
        bottom: 31px;
    }
    .join-section{
        padding: 80px 0 200px;
    }
    .join-section .box-c .r .more{
        margin-top: 80px;
    }
    .join-section .box-c{
        margin-top: 45px;
    }
    .mission-section .mission-content{
        gap: 40px;
    }
    .mission-section .mission-icon img{
        width: 70px;
    }
    .features,
    .about-section{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .features .feature-row:not(:last-child){
        margin-bottom: 80px;
    }
    .mission-section{
        padding-bottom: 80px;
    }
    .features .feature-row .feature-text .text,
    .about-section .about-right .check-btn{
        margin-top: 45px;
    }
    .features .feature-row .quote-icon img{
        width: 50px;
    }
    .about-section .about-left{
        width: auto;
    }
    .about-section .about-right{
        flex: 1;
        margin-left: 50px;
    }
}
@media (max-width:1024px) {
    .join-section .box-c{
        margin-top: 40px;
    }
    .join-section .box-c .r .more{
        margin-top: 50px;
        line-height: 48px;
        padding: 0 22px;
    }
    .join-section .box-c .r .more .iconfont{
        margin-left: 12px;
    }
    .join-section{
        padding: 70px 0 180px;
    }
    .features .feature-row .feature-text{
        width: 47%;
    }
    .features .feature-row .quote-icon img{
        width: 40px;
    }
    .features,
    .about-section{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .features .feature-row:not(:last-child){
        margin-bottom: 70px;
    }
    .mission-section{
        padding-bottom: 70px;
    }
    .about-section .about-right .check-btn{
        margin-top: 40px;
    }
    .features .feature-row .feature-text .text{
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .join-section .box-c .l .pic{
        width: 34vw;
    }
    .join-section .box-c{
        margin-top: 30px;
    }
    .join-section .bullet{
        right: 50%;
        bottom: 94px;
    }
    .join-section .circle{
        width: 68px;
        height: 68px;
    }
    .join-section .circlePic{
        width: 113px;
        height: 113px;
        bottom: 51px;
    }
    .join-section .box-c .r .more{
        margin-top: 30px;
    }
    .join-section .box-c .l{
        width: 27%;
        height: 28vw;
    }
    .join-section .box-c .r .title{
        font-size: 18px;
    }
    .join-section{
        padding: 60px 0 160px;
    }
    .join-section .box-c .r{
        margin-left: 20px;
    }
    .mission-section .mission-icon img{
        width: 50px;
    }
    .features .feature-row .feature-text,
    .features .feature-row .feature-img{
        width: 100%;
    }
    .features .feature-row .feature-text{
        margin-top: 25px;
    }
    .features .feature-row{
        flex-direction: column;
    }
    .about-section .about-right .check-btn{
        padding: 0 30px;
        line-height: 50px;
    }
    .about-section .about-right{
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-top: 35px;
    }
    .about-section .about-grid{
        flex-direction: column;
    }
    .features,
    .about-section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .features .feature-row:not(:last-child){
        margin-bottom: 40px;
    }
    .mission-section{
        padding-bottom: 60px;
    }
    .about-section .about-right .text-des,
    .about-section .about-right .check-btn{
        margin-top: 30px;
    }
    .features .feature-row .feature-text .text p:not(:last-child){
        margin-bottom: 10px;
    }
    .features .feature-row:nth-child(2n){
        flex-direction: column-reverse;
    }
}
@media (max-width: 500px) {
     .join-section .box-c .r .more .iconfont{
        font-size: 20px;
    }
    .join-section .circlePic{
        width: 86px;
        height: 86px;
    }
    .join-section .box-c .r .more{
        margin-top: 20px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 19px;
    }
    .join-section .box-c .r .title{
        line-height: 1.3;
        font-size: 16px;
    }
    .join-section .box-c{
        margin-top: 25px;
    }
    .join-section{
        padding: 50px 0 140px;
    }
    .mission-section .mission-content{
        gap: 30px;
    }
    .mission-section .mission-icon img{
        width: 40px;
    }
    .about-section .about-right .check-btn{
        font-size: 16px;
        line-height: 45px;
        padding: 0 24px;
    }
    .about-section .about-right{
        margin-top: 25px;
    }
    .features,
    .about-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .features .feature-row:not(:last-child){
        margin-bottom: 50px;
    }
    .mission-section{
        padding-bottom: 50px;
    }
    .about-section .about-right .text-des,
    .features .feature-row .feature-text .text,
    .about-section .about-right .check-btn{
        margin-top: 25px;
    }
}