.section {
    width: 100%;
    background: #fff;
}

.section .fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .back {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.section .wrap {
    margin: 186px auto 136px;
}

.section .wrap .fist {
    display: flex;
    justify-content: center;
}

.section .wrap .images {
    position: relative;
    margin: 0 95px 0 0;
    z-index: 1;
}

.section .wrap .images .pick {
    width: 755px;
    height: 430px;
    overflow: hidden;
}

.section .wrap .images .pick img {
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    transition: 2s;
    cursor: pointer;
}

.section .wrap .images .pick img:hover {
    transform: scale(1.1);
}

.section .wrap .images.aos-animate .pick img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.section .wrap .images .sign {
    padding: 0 133px 0 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 0 0;
}

.section .wrap .images .sign div {
    display: flex;
    align-items: center;
}

.section .wrap .images .sign div .english {
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 11px 0 0;
}

.section .wrap .images .sign div .line {
    width: 3px;
    height: 20px;
    background: #FFFFFF;
    margin: 0 9px 0 11px;
}

.section .wrap .images .sign div p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.section .wrap .images .sign .iconfont {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: bold;
}

.section .wrap .images .position {
    position: absolute;
    bottom: -5px;
    left: -208px;
    z-index: -1;
    transition: 2s;
    clip-path: inset(0% 100% 0% 0%);
    overflow: hidden;
}

.section .wrap .images .position img {
    transform: scale(1.3);
    transition: 3s;
}

.section .wrap .images.aos-animate .position {
    clip-path: inset(0% 0% 0% 0%);
}

.section .wrap .images.aos-animate .position img {
    transform: scale(1);
}

.section .wrap .content {
    width: 728px;
    margin: 30px 0 0 0;
}

.section .wrap .content .headline {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2C3441;
    display: block;
    margin: 0 0 66px 0;
}

.section .wrap .content .text {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #424242;
    line-height: 32px;
}

.section .wrap .last {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 135px 0 0 0;
}

.section .wrap .last .back_ {
    width: 120%;
}

.section .wrap .figure {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
}

.section .wrap .figure .item:not(:last-child) {
    margin: 0 102px 0 0;
}

.section .wrap .figure .item div {
    display: flex;
    align-items: flex-end;
}

.section .wrap .figure .item div span {
    font-size: 48px;
    font-family: Akrobat;
    font-weight: 800;
    color: #274785;
    margin: 0 12px 0 0;
    position: relative;
}



.section .wrap .figure .item div img {
    position: relative;
    top: -7px;
}

.section .wrap .figure .item div span:after {
    content: attr(data-text);
    position: absolute;
    top: 8px;
    right: 0;
    transform: translateX(120%);
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #274785;
}

.section .wrap .figure .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.section2 {
    position: relative;
    background: #fff;
    padding: 50px 0 179px 0;
    margin-top: -50px;
    z-index: 1;
}

.section2 .the_right {
    position: absolute;
    right: -509px;
    top: -260px;
    z-index: -1;
}

.section2 .the_left {
    position: absolute;
    left: -488px;
    top: 155px;
    z-index: -1;
}

.section2 .wrap {
    max-width: 90%;
    margin: auto;
}

.section2 .wrap .title {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2C3441;
    text-align: center;
    margin: 0 0 100px 0;
}

.section2 .wrap .content {
    display: flex;
    justify-content: center;
}

.section2 .wrap .content .item {
    width: 340px;
    cursor: pointer;
}

.section2 .wrap .content .item:not(:last-child) {
    margin: 0 170px 0 0;
}

.section2 .wrap .content .item .images {
    display: block;
    margin: 0 0 51px 0;
    position: relative;
}

.section2 .wrap .content .item .images .main_company_morph {
    position: absolute;
    top: 71%;
    left: 50%;
    width: 109%;
    height: 143%;
    transform: translate(-50%,-50%) scale(1);
}

.section2 .wrap .content .item .images .main_company_morph .main_company_morph_init {
    transition: fill 1.2s cubic-bezier(0, 0, 0, 1);
}
.section2 .wrap .content .item .images .main_company_morph .main_company_morph_hover {
    visibility: hidden;
}

.section2 .wrap .content .item .images img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.section2 .wrap .content .item .text {
    text-align: center;
}

.section2 .wrap .content .item .text span {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2C3441;
    display: block;
    margin: 0 0 39px 0;
}

.section2 .wrap .content .item .text p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #424242;
    transition: 0.7s;
}

.section3 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3 .wrap {
    position: relative;
    top: 20px;
}

.section3 .wrap .title {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 107px 0;
    text-align: center;
}

.section3 .wrap .content {
    width: 1510px;
    margin: auto;
}

.section3 .wrap .content .qualification {
    width: 100%;
}
.section3 .wrap .content .qualification .swiper-slide{
    width: fit-content;
}
.section3 .wrap .content .qualification .swiper-slide .scroll_X{
    display: flex;
}
.section3 .wrap .content .qualification .swiper-slide .item:not(:last-child) {
    margin: 0 46px 0 0;
}
.section3 .wrap .content .qualification .images {
    width: 100%;
    height: 374px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 27px 0;
    cursor: pointer;
    overflow: hidden;
}

.section3 .wrap .content .qualification .images img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 3s;
}

.section3 .wrap .content .qualification .images:hover img {
    transform: scale(1.1);
}

.section3 .wrap .content .qualification .text {
    width: fit-content;
    margin: auto;
    padding: 6px 14px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.77);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #191919;
    transition: 0.7s;
    cursor: pointer;
}

.section3 .wrap .content .qualification .text:hover {
    background: rgba(44, 83, 155, 1);
    color: #fff;
}

.section3 .wrap .content .button {
    /*display: flex;*/
    justify-content: center;
    margin: 118px 0 0 0;
    display: none;
}

.section3 .wrap .content .button .circle {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 200;
    transition: 0.7s;
    cursor: pointer;
}

.section3 .wrap .content .button .circle:first-child {
    transform: rotate(180deg);
    margin: 0 17px 0 0;
}

.section3 .wrap .content .button .circle:hover {
    background: rgba(44, 83, 155, 1);
}

.fixed_qualification {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100vh;
}

.fixed_qualification img {
    width: 100%;
    height: 100%;
}

.section4 {
    background: #fff;
}

.section4 .wrap {
    margin: 109px auto 118px;
    max-width: 90%;
}

.section4 .wrap .title {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2C3441;
    margin: 0 0 59px 0;
    text-align: center;
}

.section4 .wrap .content {
    display: flex;
    justify-content: center;
}

.section4 .wrap .content .images {
    width: 990px;
    height: 541px;
    overflow: hidden;
}

.section4 .wrap .content .images img {
    width: 100%;
    height: 100%;
}

.section4 .wrap .content .text {
    width: 610px;
    margin: 195px 0 0 0;
}

.section4 .wrap .content .text .pick {
    padding: 0 0 0 91px;
}

.section4 .wrap .content .text .pick span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2C3441;
    display: block;
    margin: 0 0 52px 0;
}

.section4 .wrap .content .text .pick p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #424242;
    line-height: 32px;
}

.section4 .wrap .content .text .line {
    width: 0;
    height: 1px;
    background: #2C3441;
    margin: 76px 0 0 0;
    transition: 1s;
}

.section4 .wrap .content .text .line.aos-animate {
    width: 100%;
    transition-delay: 0.3s;
}

@media screen and (max-width: 1919px) {
    .section .wrap .images .pick {
        width: 100%;
    }
    .section .wrap .images .pick{
        width: 100%;
    }
    .section .wrap .content{
        width: 38%;
    }
    .section .wrap .images{
        width: 40%;
    }
    .section .wrap .images .position{
        width: 118%;
    }
    .section .wrap .images {
        margin: 0 47px 0 0;
        padding: 0 0 20px 0;
        height: fit-content;
    }
}
@media screen and (max-width: 1830px) {
    .section .wrap .last .back_{
        width: 100%;
        transform: none!important;
    }
}
@media screen and (max-width: 1720px) {
    .section3 .wrap{
        width: 90%;
    }
    .section3 .wrap .content{
        width: 100%;
    }
    .section3 .wrap .content .qualification .text{
        height: auto;
        padding: 5px 22px;
        text-align: center;
        border-radius: 27px;
    }
}
@media screen and (max-width: 1510px) {
    .section .wrap .content .headline{
        font-size: 30px;
        margin: 0 0 45px 0;
    }
    .section .wrap .content .text {
        font-size: 14px;
        line-height: 30px;
    }
    .section .wrap .content .figure .item:not(:last-child) {
        margin: 0 87px 0 0;
    }
    .section .wrap .images .sign div .english{
        font-size: 16px;
    }
    .section .wrap .images .sign div p{
        font-size: 17px;
    }
    .section .wrap .images .sign div .line {
        height: 16px;
    }
}
@media screen and (max-width: 1366px) {
    .section .wrap .images .pick {
        height: 356px;
    }
    .section .wrap .images .sign {
        padding: 0 146px 0 0;
    }
    .section .wrap .images .sign div p,.section .wrap .images .sign div .english{
        font-size: 15px;
        margin: 0;
    }
    .section .wrap .images .pick{
        height: 356px;
    }
    .section .wrap .content .headline {
        font-size: 28px;
        margin: 0 0 29px 0;
    }
    .section .wrap .content .text {
        font-size: 13px;
        line-height: 26px;
    }
    .section .wrap .content .figure .item:not(:last-child) {
        margin: 0 69px 0 0;
    }
    .section .wrap .content .figure {
        margin: 60px 0 0 0;
    }
    .section .wrap .content .figure .item div span{
        font-size: 40px;
    }
    .section4 .wrap .content .text .pick p{
        font-size: 13px;
    }
}
@media screen and (max-width: 1080px) {
    .section .wrap .images .pick {
        height: 299px;
    }
    .section .wrap .images .pick {
        height: 299px;
    }
    .section .wrap .images .position {
        height: 93%;
    }
    .section .wrap .images {
        margin: 0 47px 0 0;
    }
    .section .wrap .images .sign div p, .section .wrap .images .sign div .english {
        font-size: 13px;
    }
    .section .wrap .content .headline {
        font-size: 25px;
    }
    .section .wrap .content .figure {
        margin: 37px 0 0 0;
    }
}
@media screen and (max-width: 1023px) {
    .section .wrap{
        margin: 5% auto 50px;
    }
    .section .wrap .fist{
        max-width: 90%;
        margin: auto;
        flex-direction: column;
    }
    .section .wrap .images .pick img{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        transition-delay: unset;
    }
    .section .wrap .images{
        width: 100%;
        margin: 0;
    }
    .section .wrap .images .pick {
        height: auto;
    }
    .section .wrap .images .sign{
        padding: 0;
        margin: 19px 0 0 0;
    }
    .section .wrap .images .position{
        display: none;
    }
    .section .wrap .images .sign div .english,.section .wrap .images .sign div p{
        color: #2C3441;
    }
    .section .wrap .images .sign div .line{
        background: #2C3441;
    }
    .section .wrap .content {
        width: 100%;
        margin: 23px 0 0 0;
    }
    .section .wrap .content .headline {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    .section .wrap .figure .item div span {
        font-size: 35px;
    }
    .section .wrap .figure .item:not(:last-child) {
        margin: 0 41px 0 0;
    }
    .section .wrap .figure .item div img{
        top: -1px;
        left: -3px;
    }
    .section .wrap .figure .item div span:after{
        top: 3px;
    }
    .section .wrap .last{
        margin: 112px 0 0 0;
    }
    .section .wrap .figure .item:last-child div span,.section .wrap .figure .item:not(:last-child) div span{
        min-width: fit-content;
    }
    .section .wrap .figure{
        top: -79px;
    }
    .section2 .wrap .title{
        font-size: 28px;
        margin: 0 0 25px 0;
    }
    .section2 .wrap .content .item:not(:last-child){
        margin: 0 0 10px 0;
    }
    .section2 .wrap .content{
        flex-direction: column;
        justify-content: unset;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 20px;
    }
    .section2 .wrap .content .item .images .main_company_morph{
        display: none;
    }
    .section2 .wrap .content .item{
        width: 100%;
    }
    .section2 .wrap .content .item .images{
        margin: 0 0 22px 0;
    }
    .section2 .wrap .content .item .text span{
        font-size: 18px;
        margin: 0 0 6px 0;
    }
    .section2 .wrap .content .item .text p{
        font-size: 14px;
    }
    .section2{
        padding: 0 0 74px 0;
    }
    .section3 .wrap .content .qualification .swiper-slide{
        overflow-x: scroll;
    }
    .section3 .wrap .content .qualification .images{
        height: auto;
    }
    .section3{
        height: auto;
    }
    .section3 .wrap .title{
        font-size: 28px;
        margin: 0 0 57px 0;
    }
    .section3 .wrap{
        top: 0;
        margin: 50px auto;
    }
    .section3 .wrap .content .qualification .swiper-slide .item:not(:last-child){
        margin: 0;
    }
    .section3 .wrap .content .qualification .text{
        font-size: 12px;
        padding: 8px 22px;
    }
    .section3 .wrap .content .qualification .images img{
        max-height: 228px;
    }
    .section3 .wrap .content .qualification .swiper-slide .scroll_X{
        width: fit-content;
    }
    .section3 .wrap .content .button{
        margin: 38px 0 0 0;
    }
    .section4 .wrap{
        margin: 60px auto 40px;
    }
    .section4 .wrap .title{
        font-size: 28px;
        margin: 0 0 36px 0;
    }
    .section4 .wrap .content{
        flex-direction: column;
    }
    .section4 .wrap .content .images{
        width: 100%;
        height: auto;
    }
    .section4 .wrap .content .text .pick{
        padding: 0;
    }
    .section4 .wrap .content .text {
        width: 100%;
        margin: 28px 0 0 0;
    }
    .section4 .wrap .content .text .pick span{
        font-size: 19px;
        margin: 0 0 20px 0;
    }
    .section4 .wrap .content .text .pick p{
        font-size: 13px;
        line-height: 26px;
    }
    .section4 .wrap .content .text .line{
        display: none;
    }
}

@media screen and (max-width: 625px) {
    .section2 .wrap .content{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 540px) {
    /*.section3 .wrap .content .qualification .swiper-slide{*/
    /*    grid-template-columns: repeat(1,1fr);*/
    /*}*/
}

@media screen and (max-width: 400px) {
    .section2 .wrap .content{
        grid-template-columns: repeat(1,1fr);
    }
}