@media screen and (min-width: 2560px) {
    .section .warp:after{
        top: 17px!important;
    }
}
@media screen and (max-width: 768px) {
    .swipertop{
        width: 100% !important;
        height: 100% !important;
    }

}
.section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section .warp {
    width: calc(1730px - 110px);
    position: relative;
    margin-top: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 55px;
    overflow: hidden;
    margin-bottom: 28px;
}

.section .warp:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 1730px;
    height: 410px;
    background:rgba(255,255,255,0.8);

    z-index: 0;
}

.section .background {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 527px;
}

.section .warp .matter {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.section .warp .matter .title {
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #029976;
    margin-bottom: 44px;
}

.section .warp .matter .content {
    display: flex;
    justify-content: space-between;
}

.section .warp .matter .content .text {
    width: 927px;
}

.section .warp .matter .content .text > p {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
}

.section .warp .matter .content .text .figure {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
}

.section .warp .matter .content .text .figure .item .clearfix {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section .warp .matter .content .text .figure .item .clearfix span {
    font-size: 70px;
    font-family: Arial;
    font-weight: bold;
    color: #029976;
}

.section .warp .matter .content .text .figure .item .clearfix p {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    position: relative;
    top: 12px;
}

.section .warp .matter .content .text .figure .item > p {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.section .warp .matter .content .text .figure .item:nth-child(3) .clearfix p {
    position: relative;
    left: 5px;
}

.section .warp .matter .content .text .figure .item:nth-child(2) .clearfix p {
    font-size: 32px;
}
.swipertop{
    overflow: hidden;
}
.section .warp .matter .content .images {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-top: 10px;
}

.section .warp .matter .content .images img {
    width: 100%;
    height: 100%;
}

.section2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section2 .warp {
    width: 1620px;
    margin: 100px auto 25px;
    padding: 0 55px;
}

.section2 .warp .title {
    margin-bottom: 34px;
    display: flex;
    justify-content: space-between;
}

.section2 .warp .title .button {
    display: flex;
}

.section2 .warp .title .button .circle {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transform: rotate(90deg);
    cursor: pointer;
    opacity: 1;
    pointer-events: unset;
    margin-top: 0;
    position: static;
    transition: 0.6s;
}

.section2 .warp .title .button .circle:hover{
    background-color: #029976;
}

.section2 .warp .title .button .circle:after {
    display: none;
}

.section2 .warp .title .button .circle:last-child {
    margin-right: 0;
}

.section2 .warp .title .button .circle:last-child .iconfont {
    transform: rotate(180deg);
}

.section2 .warp .title .button .circle .iconfont {
    color: #999999;
    font-size: 20px;
    transition: 0.6s;
}

.section2 .warp .title .button .circle:hover .iconfont{
    color: #fff;
}

.section2 .warp .title span {
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #029976;
}

.section2 .warp .content, .section2 .warp .honor {
    width: 100%;
}

.section2 .warp .honor .swiper-slide {
    text-align: center;
}

.section2 .warp .honor .swiper-slide .images {
    width: 93%;
    margin: 20px auto 0;
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(3, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section2 .warp .honor .swiper-slide .images img{
    max-width: 100%;
    max-height: 100%;
}
.section2 .warp .honor .swiper-slide p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
}


.section3{
    width: 100%;
    overflow: hidden;
}
.section3 .warp{
    width: 1620px;
    margin: 100px auto 50px;
}
.section3 .warp .title{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #029976;
    margin-bottom: 50px;
}
.section3 .warp .content{
    display: flex;
    justify-content: space-between;
}

.section3 .warp .content .item{
    width: 500px;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    text-align: center;
}
.section3 .warp .content .item > div:first-child{
    margin-top: 44px;
}
.section3 .warp .content .item .border{
    width: 230px;
    height: 230px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section3 .warp .content .item .border .iconfont{
    color: #029976;
    font-size: 98px;
    transition: 0.6s;
    transform: scale(0.4);
}
/*.section3 .warp .content .item .border .img{*/
/*    width: 90px;*/
/*}*/
.section3 .warp .content .item .border:hover .iconfont{
    transform: rotateY(180deg)scale(0.4);

}
.section3 .warp .content .item .text{
    margin-bottom: 56px;
    margin-top: 30px;
}
.section3 .warp .content .item .text span{
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #122944;
}
.section3 .warp .content .item .text .line{
    width: 67px;
    height: 3px;
    background: #029976;
    margin: 16px auto 32px;
}
.section3 .warp .content .item .text p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
}

.section4 {
    width: 100%;
    overflow: hidden;
}
.section4 .warp{
    margin: 60px auto 107px;
}
.section4 .warp .title{
    text-align: center;
    margin-bottom: 77px;
}
.section4 .warp .title span{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #258C6A;
    margin-bottom: 20px;
}
.section4 .warp .title p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.section4 .warp .content{
    width: 100%;
}
.section4 .warp .content .enterprise{
    width: 100%;
    margin-bottom: 20px;
}
.section4 .warp .content .enterprise .swiper-wrapper {
    transition-timing-function: linear!important;
}
.section4 .warp .content .enterprise .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.section4 .warp .content .enterprise .swiper-slide img{
    width: 90%;
}
@media screen and (max-width: 1800px) {
    .section .warp {
        width: auto;
    }
    .section .warp .matter .title {
        font-size: 40px;
    }
    .section .warp .matter .content .text > p {
        font-size: 18px;
    }
    .section .warp .matter .content .text .figure .item .clearfix span {
        font-size: 60px;
    }
    .section .warp .matter .content .text .figure .item .clearfix p {
        font-size: 18px;
    }
    .section .warp .matter .content .text .figure .item > p {
        font-size: 18px;
    }
    .section2 .warp .title span {
        font-size: 40px;
    }
    .section2 .warp {
        width: 90%;
    }
    .section3 .warp .title {
        font-size: 40px;
    }
    .section3 .warp {
        width: 90%;
    }
    .section3 .warp .content .item {
        width: 32.33%;
    }
    .section4 .warp .title span {
        font-size: 40px;
    }
    .section4 .warp .title p {
        font-size: 20px;
    }
    .section .warp .matter .content .images {
        width: 45%;
        height: 100%;
    }
    .section .warp .matter .content .text {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .section .warp {
        width: 80%;
    }
    .section .warp .matter .content {
        display: flex;
        flex-direction: column;
    }
    .section .warp .matter .content .text {
        width: 100%;
    }
    .section .warp .matter .content .images {
        width: 100%;
        height: auto;
    }
    .section .warp .matter .title {
        font-size: 30px;
    }
    .section .warp .matter .content .text .figure .item .clearfix p {
         font-size: 15px;
     }
    .section .warp .matter .content .text .figure .item .clearfix span {
        font-size: 50px;
    }
    .section .warp .matter .content .text .figure .item > p {
        font-size: 12px;
    }
    .section .warp .matter .content .text > p {
        font-size: 16px;
    }
    .section2 .warp .title span {
         font-size: 30px;
    }
    .section2 .warp{
         width: 100%;
        padding: 0;
    }
    .section3 {
        width: 100%;
    }
    .section3 .warp {
        width: 100%;
    }
    .section3 .warp .content .item {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .section3 .warp .content {
        flex-direction: column;
    }
    .section3 .warp .title {
        font-size: 30px;
        width: 50%;
        margin-left: 10%;
    }
    .section2 .warp .title {
        justify-content: space-around;
    }
    .section4 .warp .title p {
        font-size: 15px;
    }
    .section4 .warp .title span {
        font-size: 20px;
    }
    .section2 .warp .title .button .circle {
        width: 45px;
        height: 45px;
    }
    .section .background {
        top: 0;
    }
}
