@media screen and (max-width: 768px) {
    .section2 .warp .content > p> img{
        width: 100% !important;
        height: 100% !important;
    }

}
.section{
    width: 100%;
    /*height: 480px;*/
    min-height: 420px;
    background: #F4F7FF;
    padding-top: 100px;
    display: flex;
}
.section .left{
    width: 560px;
    min-height: calc(100% - 68px);
    background-color: rgba(37, 140, 106, 0.3);
    padding-top: 48px;
    padding-bottom: 50px;
}
.section .left .click_item{
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.section .left .click_item:after{
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #F4F7FF;
    opacity: 0;
    transition: 0.6s;
}

.section .left .active:after{
    opacity: 1;
    left: 0;
}

.section .left .click_item p{
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #258C6A;
    position: relative;
    z-index: 1;
    margin-left: 149px;
}

.section .content .item{
    padding-top: 48px;
    padding-bottom: 48px;
    display: none;
}
.section .content .item .info {
    font-size: 22px;
    font-weight: 500;
    color: #666666;
    line-height: 55px;
    cursor: pointer;
    transition: 0.6s;
    max-width: 890px;
    padding-left: 23px;
}
.section .content .active{
    display: block;
}
.section .content{
    position: relative;
    left: 100px;
}
.section .content .item ul{
    display: flex;
}
.section .content .item ul li{
    margin-right: 105px;
}
.section .images{
    height: 434px;
    position: absolute;
    right: -238px;
    animation: rota 20s infinite linear;
    top: 100px;
}
@keyframes rota {
    100%{
        transform: rotate(360deg);
    }
}


.section .images img{
    height: 100%;
}
@media screen and (max-width: 1920px) {
    .section .content .item ul li{
        margin-right: 90px;
    }
}
.section .content .item ul li:last-child{
    margin-right: 0;
}
.section .content .item ul li a{
    font-size: 22px;
    font-weight: 500;
    color: #666666;
    line-height: 77px;
    cursor: pointer;
    transition: 0.6s;
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.section .content .item ul li a:hover{
    color: #258C6A;
}
.the_nav{
    width: 1620px;
    margin: 34px auto 0;
}
.the_nav .theBreadLine{
    display: flex;
    align-items: center;
}
.the_nav .theBreadLine .border{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #CCCCCC;
    border-radius: 50%;
    margin-right: 15px;
}
.the_nav .theBreadLine .border .iconfont{
    color: #fff;
    font-size: 12px;
}
.the_nav .theBreadLine div{
    display: flex;
    align-items: center;
}
.the_nav .theBreadLine div p,.the_nav .theBreadLine div a{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.the_nav .theBreadLine div .active{
    color: #029976;
}
.the_nav .line{
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin-top: 37px;
}
.the_nav .line div{
    width: 498px;
    height: 1px;
    background: #258C6A;
}
.section2{
    width: 100%;
    overflow: hidden;
}
.section2 .warp{
    width: 1620px;
    margin: 87px auto 138px;
}
.section2 .warp .content > span{
    font-size: 43px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #029976;
    text-align: center;
    margin-bottom: 28px;
}
.section2 .warp .content > p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
    text-indent: 46px;
}
.section2 .warp .content img{
    max-width: 100%;
}
.section2 .warp .item{
    margin-bottom: 138px;
}
.section2 .warp .item:nth-child(2){
    margin-bottom: 70px;
}
.section2 .warp .item:nth-child(2) .content p{
    text-indent: unset;
    text-align: center;
}
.section2 .warp .item .products{
    display: flex;
    margin-top: 43px;
    flex-wrap: wrap;
}
.section2 .warp .item .products .item{
    width: 390px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 25px;
    position: relative;
    transition: 0.6s;
}

.section2 .warp .item .products .item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #ffffff, #F5F5F5);
    transition: 0.6s;
    z-index: 0;
}
.section2 .warp .item .products .item:nth-child(4n){
    margin-right: 0;
}
.section2 .warp .item .products .item div{
    position: relative;
    z-index: 1;
}
.section2 .warp .item .products .item span{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #029976;
    margin-bottom: 5px;
    transition: 0.6s;
}
.section2 .warp .item .products .item p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #043551;
    transition: 0.6s;
}

.section2 .warp .item .products .active{
    background-color: #029976;
}

.section2 .warp .item .products .active:after{
    opacity: 0;
}

.section2 .warp .item .products .active span,.section2 .warp .item .products .active p{
    color: #fff;
}
.page{
    width: 100%;
    height: 233px;
    background-size: cover!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.page .text {
    text-align: center;
    position: relative;
    top: -12px;
}
.page .text span{
    font-size: 64px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    opacity: 0.2;
}
.page .text p{
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #029976;
}
.page2{
    width: 100%;
    overflow: hidden;
}
.page2 .warp{
    width: 1620px;
    margin: 38px auto 0;
}
.page2 .warp .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 75px;
    margin-bottom: 113px;
}
.page2 .warp .item:last-child{
    margin-bottom: 0;
    border: none;
}

.page2 .warp .item:nth-child(2n){
    flex-direction: row-reverse;
}
.page2 .warp .item .text > span{
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #029976;
    line-height: 66px;
    margin-bottom: 30px;
    display: inline-block;
}
.page2 .warp .item .text p{
    width: 728px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
}
.page2 .warp .item .text p span{
    display: inline-block;
}
.page2 .warp .item .page_swiper{
    width: 862px;
    position: relative;
    left: 40px;
}
.page2 .warp .item .swiper-pagination{
    position: static;
}
.page2 .warp .item:nth-child(2n) .page_swiper{
    left: -40px;
}
.page2 .warp .item .page_swiper .swiper-slide{
    opacity: 0;
    transition: 0.6s;
}
.page2 .warp .item .page_swiper .swiper-slide-active{
    opacity: 1;
}
.page2 .warp .item .page_swiper .swiper-pagination{
    bottom: -4px;
}
.page2 .warp .item .page_swiper .swiper-pagination span{
    transition: 0.6s;
}
.page2 .warp .item .page_swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #029976;
}
@media screen and (max-width: 1800px){
    .section .left .click_item p {
        font-size: 21px;
        margin-left:100px;
    }
    .section .content .item ul li a {
        font-size: 18px;
    }
    .section .left {
        width: 32%;
    }
    .section2 .warp {
        width: 90%;
    }
    .section2 .warp .content > span {
        font-size: 38px;
    }
    .section2 .warp .content > p {
        font-size: 18px;
    }
    .section2 .warp .item .products .item{
        width: 22%;
    }
    .swiper_heigth{
        margin-top: 24px;
    }
    .the_nav {
        width: 90%;
    }
    .section .content .item .info {
        font-size: 18px;
        padding-left: 19px;
        max-width: 800px;
    }
}

@media screen and (max-width: 1670px){
    .page2 .warp .item {
        display: flex;
        justify-content: space-between;
        flex-direction: column!important;
    }
    .page2 .warp .item:nth-child(2n) .page_swiper {
        left: 0;
    }
    .page2 .warp .item .page_swiper{
        left: 0;
    }
    .page2 .warp {
        width: 100%;
    }
    .page2 .warp .text{
        width:80%;
    }
    .page2 .warp .text p{
        width:100%!important;
    }
 }
@media screen and (max-width: 1440px){
    .section .content .item .info {
        max-width: 600px;
    }
}
@media screen and (max-width: 768px) {
    .section2 .warp .content > span {
        font-size: 30px;
    }
    .section2 .warp {
        width: 90%;
    }
    .the_nav {
        width: 90%;
    }
    .the_nav .theBreadLine div p, .the_nav .theBreadLine div a {
        font-size: 13px;
    }
    .section2 .warp .content > p {
        font-size: 16px;
    }
    .the_nav .theBreadLine .border{
        width: 15px;
        height: 15px;
    }
    .section2 .warp .item .products .item{
        margin-right:0;
    }
    .section2 .warp .item .products {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .section2 .warp .item .products .item{
        width: 32%;
        height: 65px;
    }
    .section2 .warp .item .products .item span,.section2 .warp .item .products .item p{
        font-size: 12px;
    }
    .section{
        flex-direction: column;
    }
    .section .left {
        width: 100%;
    }
    .section .content .item {
        padding-top: 0px;
    }
    .section .content {
        position: relative;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .section .left .click_item p{
        margin-left: 10%;
    }
    .section .content .item ul li a {
        font-size: 15px;
        line-height: 50px;
        width: 50%;
    }
    .section .content .item ul li a span{
        display: none;
    }
    .section .content .item ul {
        flex-direction: column;
    }
    .the_nav .line div {
        width: 100%;
    }
    .section .images {
        height: 200px;
        right: 47px;
    }
    .section .content .item ul li{
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

}
@media screen and (max-width: 768px){
    .page .text span {
        font-size: 40px;
    }
    .page .text p {
        font-size: 25px;
    }
    .page2 .warp .item .text span {
        font-size: 30px;
    }
    .page2 .warp .item .text p {
        width: 100%;
        font-size: 16px;
        text-align: justify;
    }
    .page2 .warp {
        width: 80%;
    }
    .page2 .warp .item {
        display: flex;
        justify-content: space-between;
        flex-direction: column!important;
    }
    .page2 .warp .item .page_swiper {
        width: 100%;
        position: relative;
        left: 0;
    }
    .swiper_heigth{
        width: 100%;
    }
    .page2 .warp .item:nth-child(2n) .page_swiper {
        left: 0;
    }
    .section .content .item .info {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 50px;
        text-align: left;
        padding: 0 29px 0;
        width: 90% !important;
    }

}

.fancybox-caption{
    display: none!important;
}
