.section{
    width: 100%;
    overflow: hidden;
}
.section .warp{
    margin: 149px auto 61px;
}
@media screen and (max-width: 1920px) {
    .section .warp{
        margin: 104px auto 61px;
    }
}
.section .warp .title{
    text-align: center;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
}
.section .warp .content{
    margin-top: 65px;
    display: flex;
}
.section .warp .content .images{
    width: 1279px;
    height: 722px;
    overflow: hidden;
    margin-right: 95px;
}
.section .warp .content .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
    cursor: pointer;
}
.section .warp .content .images img:hover{
    transform: scale(1.05);
}
.section .warp .content .text{
    margin-top: 222px;
}
.section .warp .content .text span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 102px;
}
.section .warp .content .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-style: italic;
    color: #535353;
    line-height: 32px;
}
.section2{
    width: 100%;
    overflow: hidden;
    background-size: cover!important;
}

.section2 .warp{
    width: 1370px;
    margin: 105px auto 112px;
}
.section2 .warp .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
}
.section2 .warp .content{
    margin-top: 137px;
    position: relative;
}
.section2 .warp .content .circle{
    position: relative;
    min-height: 426px;
}
.section2 .warp .content .circle .cut{
    display: flex;
    justify-content: space-between;
    width: 1370px;
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}
.section2 .warp .content .circle .cut_active{
    opacity: 1;
    top: 0;
    pointer-events: unset;
}
.section2 .warp .content .circle .item{
    width: 183px;
    height: 183px;
    background: #FFFFFF;
    border-radius: 50%;
}
.section2 .warp .content .circle .item span{
    font-size: 60px;
    font-family: Gideon Roman;
    font-weight: 400;
    color: #292828;
    position: relative;
    left: 80px;
    top: 49px;
    margin-bottom: 54px;
}
.section2 .warp .content .circle .item p{
    position: relative;
    left: 120px;
}
.section2 .warp .content .circle .item2{
    width: 400px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 93px;
}
.section2 .warp .content .circle .item2 span{
    font-size: 135px;
    font-family: Gideon Roman;
    font-weight: 400;
    color: #292828;
    margin-bottom: 50px;
    margin-top: 38px;
    min-width: 150px;
}
.section2 .warp .content .circle .item2 p{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
}
.section2 .warp .content .circle .item3{
    width: 288px;
    height: 288px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section2 .warp .content .circle .item3 div{
    position: relative;
    left: -120px;
}
.section2 .warp .content .circle .item3 span{
    font-size: 80px;
    font-family: Gideon Roman;
    font-weight: 400;
    color: #292828;
    margin-bottom: 20px;
    min-width: 140px;
}
.section2 .warp .content .circle .item3 p{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
}

.section2 .warp .content .circle .item4{
    width: 157px;
    height: 157px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 245px;
    left: 193px;
}
.section2 .warp .content .circle .item4 div{
    position: relative;
    left: 66px;
    top: 44px;
}
.section2 .warp .content .circle .item4 div span{
    font-size: 50px;
    font-family: Canela;
    font-weight: 400;
    color: #292828;
    margin-bottom: 10px;
}
.section2 .warp .content .circle .item4 div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
}
.section2 .warp .content .circle .item5{
    width: 191px;
    height: 191px;
    background: #ffad5a;
    border-radius: 50%;
    position: absolute;
    top: 339px;
    left: 979px;
}
.section2 .warp .content .circle .item5 div{
    position: relative;
    text-align: center;
    left: 4px;
    top: 45px;
}
.section2 .warp .content .circle .item5 div span{
    font-size: 50px;
    font-family: Canela;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.section2 .warp .content .circle .item5 div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
}
.section2 .warp .content .circle .matter{
    position: absolute;
    display: flex;
}
.section2 .warp .content .circle .matter div{
    position: relative;
}
.section2 .warp .content .circle .matter_1{
    width: 183px;
    height: 183px;
    background: #FFFFFF;
    border-radius: 50%;
    top: 52%;
    left: -10%;
    align-items: center;
}

.section2 .warp .content .circle .matter_1 div{
    /*top: 46px;*/
    /*left: 80px;*/
}

.section2 .warp .content .circle .matter_1 div span{
    font-size: 60px;
    font-family: Canela;
    font-weight: 400;
    color: #292828;
    margin-bottom: 20px;
}
.section2 .warp .content .circle .matter_1 div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
}
.section2 .warp .content .circle .matter_2{
    width: 157px;
    height: 157px;
    background: #FFFFFF;
    border-radius: 50%;
    left: 22%;
    top: -79px;
    align-items: center;
    /*justify-content: center;*/
}
.section2 .warp .content .circle .matter_2 div{
    /*top: 41px;*/
    /*left: 64px;*/
}
.section2 .warp .content .circle .matter_2 div span{
    font-size: 50px;
    font-family: Canela;
    font-weight: 400;
    color: #292828;
    margin-bottom: 20px;
}
.section2 .warp .content .circle .matter_2 div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
}
.section2 .warp .content .circle .matter_3{
    width: 213px;
    height: 213px;
    background: #FFFFFF;
    border-radius: 50%;
    left: 50%;
    top: -244px;
    align-items: center;
    justify-content: center;
}


.section2 .warp .content .circle .matter_3 div{
    /*top: 53px;*/
    /*left: 65px;*/
}
.section2 .warp .content .circle .matter_3 div span{
    font-size: 80px;
    font-family: Canela;
    font-weight: 400;
    color: #292828;
    margin-bottom: 30px;
}
.section2 .warp .content .circle .matter_3 div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
}
.section2 .warp .content .circle .matter_4{
    width: 160px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 50%;
    left: 74%;
    top: -200px;
    align-items: center;
    justify-content: center;
}
.section2 .warp .content .circle .matter_4 div{
    /*top: 45px;*/
    /*left: 49px;*/
}
.section2 .warp .content .circle .matter_4 div span{
    font-size: 50px;
    font-family: Canela;
    font-weight: 400;
    color: #292828;
    margin-bottom: 15px;
}
.section2 .warp .content .circle .matter_4 div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
}
.section2 .warp .content .circle .matter_5{
    width: 205px;
    height: 205px;
    background: #FFFFFF;
    border-radius: 50%;
    left: 100%;
    top: 332px;
}
.section2 .warp .content .circle .matter_5 div{
    top: 43px;
}
.section2 .warp .content .circle .matter_5 div span{
    font-size: 80px;
    font-family: Canela;
    font-weight: 400;
    color: #292828;
    margin-bottom: 20px;
}
.section2 .warp .content .circle .matter_5 div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
}
.section2 .warp .content .return{
    width: 39px;
    height: 39px;
    background: #FFB462;
    border-radius: 50%;
    position: absolute;
    top: 473px;
    left: 64px;
    cursor: pointer;
}
@keyframes spin {
    100% {
        transform: rotate(-1turn);
    }
}
@keyframes spin2 {
    100% {
        transform: rotate(1turn);
    }
}
@keyframes spin-reverse {
    0% {
        transform: rotate(-1turn);
    }
}
@keyframes spin-reverse2 {
    0% {
        transform: rotate(1turn);
    }
}



.section2 .warp .content .text{
    width: 326px;
    margin: 82px auto 0;
    text-align: center;
}
.section2 .warp .content .text div{
    display: flex;
    justify-content: center;
}
.section2 .warp .content .text div p:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 82px;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #000000;
}
.section2 .warp .content .text div p:last-child:after{
    display: none;
}
.section2 .warp .content .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
    margin-right: 39px;
    line-height: 35px;
    position: relative;
}
.section2 .warp .content .text > p{
    margin-right: 0;
}
.section2 .warp .content .text div p:last-child{
    margin-right: 0;
}
.section3{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.section3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1698px;
    height: 1px;
    background-color: #EDEDED;
}
.section3 .warp{
    width: 1555px;
    margin: 135px auto 144px;
}
@media screen and (max-width: 1920px) {
    .section3 .warp{
        float: right;
    }
}
.section3 .warp .title{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
}
.section3 .warp .content{
    display: flex;
    margin-top: 100px;
}
.section3 .warp .content .text{
    margin-right: 198px;
    margin-top: 90px;
}
.section3 .warp .content .text p{
    width: 400px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
    line-height: 32px;
}
.section3 .warp .content .text .images{
    width: 499px;
    height: 294px;
    overflow: hidden;
    margin-top: 110px;
}
.section3 .warp .content .text .images img{
    transition: 2s;
    cursor: pointer;
}
.section3 .warp .content .text .images img:hover{
    transform: scale(1.05);
}
.section3 .warp .content .right{
    width: 862px;
    height: 720px;
    overflow: hidden;
}
.section3 .warp .content .right img{
    width: 100%;
    height: 100%;
    transition: 2s;
    cursor: pointer;
}
.section3 .warp .content .right img:hover{
    transform: scale(1.05);
}
.section4{
    width: 100%;
    overflow: hidden;
}
.section4 .warp{
    width: 1570px;
    margin: 144px auto 0;
}
@media screen and (max-width: 1920px) {
    .section4 .warp{
        float: right;
    }
}
.section4 .warp .title span{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 58px;
}
.section4 .warp .title p{
    width: 531px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
    line-height: 32px;
}
.section4 .warp .support{
    margin-top: 81px;
    width: 100%;
    height: 480px;
}
.section4 .warp .support .swiper-slide{
    overflow: hidden;
}
.section4 .warp .support .swiper-slide img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 2s;
}
.section4 .warp .support .swiper-slide img:hover{
    transform: scale(1.05);
}
.section5{
    width: 100%;
    overflow: hidden;
}
.section5 .warp{
    width: 1570px;
    margin: 139px auto 149px;
}
.section5 .warp .detection{
    text-align: center;
    margin-top: 139px;
}
.section5 .warp .detection .text span{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 50px;
}
.section5 .warp .detection .text p{
    width: 388px;
    margin: auto;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
    line-height: 32px;
}

.section5 .warp .detection .images{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 68px;
}
.section5 .warp .detection .images img{
    margin-right: 100px;
}
.section5 .warp .detection .images img:last-child{
    margin-right: 0;
}
.original_section2{
    width: 100%;
    background-size: cover!important;
    overflow: hidden;
}
.original_section2 .warp{
    margin: 150px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.original_section2 .warp .title span{
    font-size: 30px;
    margin-bottom: 40px;
}
.original_section2 .warp .title .text div{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    width: 650px;
}
.original_section2 .warp .title .text div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
    margin-right: 39px;
    line-height: 35px;
    position: relative;
}
.original_section2 .warp .title .text div p:after{
    content: '';
    position: absolute;
    top: 18px;
    right: -20px;
    width: 3px;
    height: 3px;
    background: #000000;
}
.original_section2 .warp .title .text div p:last-child:after{
    display: none;
}
.original_section2 .warp .title .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292828;
    margin-right: 39px;
    line-height: 35px;
    position: relative;
}
.original_section2 .warp .content{
    margin-left: -42px;
    position: relative;
    left: 144px;
}
.original_section2 .warp  .content .item{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.original_section2 .warp  .content .item .circle{
    width: 120px;
    height: 120px;
    background-color: #f1eeea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.original_section2 .warp  .content .item .circle span{
    font-size: 24px;
    font-family: Canela;
    font-weight: 400;
    color: #323030;
    margin-bottom: 5px;
}
.original_section2 .warp  .content .item .blank{
    background-color: transparent;
}
.original_section2 .warp  .content .item .circle p{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #939393;
    width: 90%;
    margin: auto;
}
.original_section2 .warp:nth-child(2n){
    flex-direction: row-reverse;
}
.original_section2 .warp:nth-child(2n) .title{
    left: 144px;
    position: relative;
}
.original_section2 .warp:nth-child(2n) .content{
    left: 0;
    margin-left: 0;
}
.original_section2 .warp:nth-child(2n) .content .item{
    justify-content: unset;
}
.original_section2 .warp .title .text div p:last-child:after{
    display: none;
}
@media screen and (max-width: 1856px) {
    .section .warp .content .images{
        width: 1148px;
    }
    .section4 .warp {
        float: unset;
    }

}
@media screen and (max-width: 1680px) {
    .section .warp .content .images {
        width: 1019px;
    }
    .original_section2 .warp{
        position: relative;
        left: -100px;
    }
    .section3 .warp {
        float: unset;
    }
    .section3 .warp .content{
        justify-content: center;
    }
    .section3 .warp .content .text{
        margin-right: 50px;
    }
    .section4 .warp{
        width: 90%;
    }
    .section4 .warp .support .swiper-slide {
        left: 0;
    }
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {
    .section3 .warp .title{
        width: 90%;
        margin: auto;
    }
    .section .warp .content .images {
        width: 812px;
    }
    .original_section2 .warp .content {
        margin-left: 0;
        position: relative;
        left: 0;
    }
    .original_section2 .warp .title .text > p:last-child{
        width: 411px;
    }
    .original_section2 .warp {
        left: 0;
    }
    .section3 .warp{
        width: 90%;
    }
    .section3 .warp .content{
        width: 100%;
        justify-content: space-between;
        margin: auto;
    }
    .section3 .warp .title{
        width: 100%;
    }
    .section3 .warp .content .right {
        width: 642px;
        height: 720px;
    }
    .section5 .warp{
        width: 100%;
    }
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1024px) {
    .section .warp .title{
        font-size: 28px;
    }
    .section .warp .content{
        width: 90%;
        margin: 25px auto 0;
        flex-direction: column;
    }
    .section .warp .content .images{
        width: 100%;
        height: auto;
    }
    .section .warp .content .text {
        margin-top: 16px;
    }
    .section .warp .content .text span{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .section .warp .content .text p {
        font-size: 12px;
        line-height: 26px;
    }
    .original_section2 .warp{
        width: 90%;
        margin: 37px auto;
        align-items: unset;
        flex-direction: column!important;
    }
    .original_section2 .warp .title .text > p:last-child{
        width: 100%;
    }
    .original_section2 .warp .title span {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .original_section2 .warp .title .text div p{
        font-size: 12px;
        margin-right: 34px;
    }
    .original_section2 .warp .title .text div p:last-child{
        margin-right: 0;
    }
    .original_section2 .warp .title .text div {
        margin-bottom: 0;
    }
    .original_section2 .warp .title .text p {
        font-size: 12px;
        line-height: 24px;
    }
    .original_section2 .warp .title .text div p:after {
        left: 67px;
    }
    .original_section2 .warp .content .item{
        width: 85%;
        flex-wrap: wrap;
        justify-content: space-between!important;
        margin: 25px 0 0 0;
    }
    .original_section2 .warp .content .item .circle{
        margin: 0 0 25px 0;
    }
    .original_section2 .warp:nth-child(2n) .title{
        left: 0;
    }
    .original_section2 .warp:nth-child(2n) .title .text div p:after {
        left: 82px;
    }
    .section3 .warp {
        margin: 53px auto;
    }
    .section3 .warp .title{
        font-size: 28px;
    }
    .section3 .warp .content .text {
        margin-top: 35px;
        width: 100%;
        margin-right: 0!important;
    }
    .section3 .warp .content .text p{
        width: 100%;
        font-size: 12px;
        line-height: 29px;
    }
    .section3 .warp .content .text .images {
        width: 100%;
        height: auto;
        margin-top: 37px;
    }
    .section3 .warp .content .text .images img{
        width: 100%;
    }
    .section3 .warp .content{
        flex-direction: column;
    }
    .section3 .warp .content .right{
        width: 100%;
        height: 100%;
        margin: 15px 0 0 0;
    }
    .section4 .warp {
        margin: 32px auto 0;
    }
    .section4 .warp .title span{
        font-size: 28px;
        margin-bottom: 19px;
    }
    .section4 .warp .title p{
        width: 100%;
        font-size: 12px;
        line-height: 26px;
    }
    .section4 .warp .support{
        margin-top: 36px;
        height: auto;
    }
    .section5 .warp {
        width: 90%;
        margin: 59px auto 62px;
    }
    .section5 .warp .detection{
        margin-top: 0;
    }
    .section5 .warp .detection .text span{
        font-size: 28px;
        margin-bottom: 26px;
    }
    .section5 .warp .detection .text p {
        width: 100%;
        font-size: 12px;
        line-height: 21px;
    }
    .section5 .warp .detection .images img {
        margin-right: 28px;
        width: 63px;
    }
    .section5 .warp .detection .images {
        margin-top: 35px;
    }
}