
/*h5侧滑导航*/
.section-mobile-nav{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 299;
    display: none;
}
.section-mobile-nav .item-header{
    height: 65px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #0000dc;
}
.section-mobile-nav .item-header .logo{
    height: 40px;
}
.section-mobile-nav .item-header .menu-btn{
    width: 24px;
    height: 24px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../images/icon-menu.png);
    background-repeat: no-repeat;
    background-position: center center;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
.section-mobile-nav .item-nav{
    width: 100%;
    position: fixed;
    top: 65px;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: #0000dc;
    border-top: solid 1px #2524e4;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    overflow-y: auto;        
}
.section-mobile-nav .main-nav{
    list-style: none;
}
.section-mobile-nav .main-nav .menu{
    list-style: none;
}
.section-mobile-nav .main-nav .handle{
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
}
.section-mobile-nav .main-nav .handle .arrow{
    width: 11px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}
.section-mobile-nav .sub-menu{
    width: 100%;
    padding: 0px 20px;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.section-mobile-nav .sub-menu a{
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 12px 0;
}
.section-mobile-nav .menu.active .sub-menu{
    max-height: 250px;
    visibility: visible;
}
.section-mobile-nav .menu.active .handle .arrow{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.section-mobile-nav.active .item-header .menu-btn{
    background-image: url(../images/icon-close.png);
    -o-background-size: 75% auto;
       background-size: 75% auto;
}
.section-mobile-nav.active .item-nav{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.section-mobile-nav.active .mask{
    display: block;
}
.page.active{
    left: -252px;
}
body.active{
    overflow: hidden;
}



@media screen and (max-width: 1200px) {
    .w12{
        width: 100%;
    }

    .page-index .section-banner .content{
        padding: 0 40px;
    }
    .page-index .section-banner .content h1{
        font-size: 38px;
        line-height: 46px;
    }
    .page-index .section-banner .content h6{
        font-size: 18px;
    }

    .page-about .section-banner::after{
        height: 170px;
    }
    .page-about .section-banner .content{
        padding: 0 40px;
    }
    .page-about .section-banner .content h1{
        font-size: 38px;
        line-height: 46px;
    }
    .page-about .section-banner .list-more{
        left: 40px;
    }
    
    .page-news .section-banner::after{
        height: 170px;
    }
    .page-news .section-banner .content{
        padding: 0 40px;
    }
    .page-news .section-banner .content h1{
        font-size: 38px;
        line-height: 46px;
    }
    .page-news .section-banner .list-more{
        left: 40px;
    }
    
    .section-download{
        padding: 10px 0 10px;
    }
    .section-download .item-tabs{
        padding: 0 10px;
    }
    .section-download .item-tabs .title{
        font-size: 16px;
        padding-bottom: 8px;
    }
    .section-download .item-tabs .tabs{
        margin: 20px 0 20px;
    }
    .section-download .item-tabs .tab{
        margin-right: 10px;
    }
    .section-download .item-tabs .tab a{
        width: auto;
        padding: 0 15px;
        font-size: 13px;
        height: 30px;
        line-height: 26px;
    }
    .section-download .content{
        padding: 0 10px;
    }
    .section-download .content .list{
        width: 48%;
        margin: 6px 1%;
    }
    .section-download .content .slide-top{
        height: 120px;
    }
    .section-download .content .slide-top .title{
        font-size: 13px;
        padding-bottom: 10px;
    }
    .section-download .content .slide-bottom{
        height: 40px;
        font-size: 14px;
    }
    .section-download .content .slide-bottom .icon{
        width: 20px;
    }

    .page-plan .section-banner::after{
        height: 170px;
    }
    .page-plan .section-banner .content{
        padding: 0 40px;
    }
    .page-plan .section-banner .content h1{
        font-size: 38px;
        line-height: 46px;
    }
    .page-plan .section-banner .list-more{
        left: 40px;
    }
    
    .page-product .section-banner::after{
        height: 170px;
    }
    .page-product .section-banner .content{
        padding: 0 40px;
    }
    .page-product .section-banner .content h1{
        font-size: 38px;
        line-height: 46px;
    }
    .page-product .section-banner .list-more{
        left: 40px;
    }
    
    .page-wisdom .section-banner::after{
        height: 170px;
    }
    .page-wisdom .section-banner .content{
        padding: 0 40px;
    }
    .page-wisdom .section-banner .content h1{
        font-size: 38px;
        line-height: 46px;
    }
    .page-wisdom .section-banner .list-more{
        left: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .w12{
        width: 100%;
    }

    .section-mobile-nav{
        display: block;
    }

    .section-navbar{
        overflow-y: auto;
    }
    .section-navbar .close{
        width: 18px;
        height: 18px;
        top: 15px;
        right: 15px;
    }
    .section-navbar .content{
        display: block;
        padding: 15% 0;
    }
    .section-navbar.active .content-left{
        display: none;
    }
    .section-navbar .content-nav .menus .menu{
        padding: 10px 10px;
    }
    .section-navbar .content-nav .menus a{
        font-size: 22px;
    }
    .section-navbar .content-right{
        width: 100%;
        padding-top: 100px;
    }
    .section-navbar .content-right .phone{
        width: 100%;
        -webkit-writing-mode: initial;
            -ms-writing-mode: initial;
                writing-mode: initial;
        padding: 10px 10px;
    }
    .section-navbar .content-right .icons{
        text-align: center;
    }
    .section-navbar .content-right .icons a{
        margin: 10px;
    }


    .section-header{
        display: none;
    }
    .section-header .content{
        padding: 0 10px;
    }

    .page-index .section-banner{
        height: 600px;
        background-position: 0 center;
        background: none;
    }
    .page-index .section-banner .content{
        padding: 0 10px;
        top: 150px;
    }
    .page-index .section-banner .img-mobile{
        display: block;
        /* padding-top: 64px; */
        height: auto;
    }
    .page-index .section-banner .content h1{
        font-size: 36px;
        font-weight: bold;
        line-height: normal;
    }
    .page-index .section-banner .content h6{
        font-size: 16px;
    }
    .page-index .section-banner .detail{
        overflow-x: auto;
        display: none;
    }
    .page-index .section-banner .list-more{
        top: 200px;
        left: 50%;
        margin-left: -20px;
    }


    .page-index .section-about-us{
        margin-top: 20px;
        padding: 0 10px 280px;
        position: relative;
    }
    .page-index .section-about-us .item1{
        display: block;
    }
    .page-index .section-about-us .item1 .left{
        text-align: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-top: 60px;
    }
    .page-index .section-about-us .item1 .left dl{
        margin-right: 0;
        margin-bottom: 40px;
        margin-top: 20px;
        width: 50%;
    }
    .page-index .section-about-us .item1 .left dt{
        display: inline-block;
    }
    .page-index .section-about-us .item1 .left dd{
        margin-top: 10px;
    }
    .page-index .section-about-us .item1 .right{
        position: absolute;
        bottom: 10px;
        right: 10px;
        left: 10px;
    }
    .page-index .section-about-us .item1 .right p{
        font-size: 14px;
    }
    .page-index .section-about-us .item1 .right .more{
        left: 50%;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        font-size: 24px;
        background-position: right 15px;
        -o-background-size: 8px auto;
           background-size: 8px auto;
    }
    .page-index .section-about-us .item2 .map{
        width: 100%;
    }
    .page-index .section-about-us .item2 .imgbox{
        bottom: 30px;
        width: 100%;
    }
    .page-index .section-about-us .item2 .imgbox dl{
        color: #000;
        text-shadow: none;
    }
    .page-index .section-about-us .item2 .imgbox dl a{
        opacity: 1;
        color: #000;
    }
    .page-index .section-about-us .item2 .imgbox .img{
        display: none;
    }
    .page-index .section-about-us .item2 .imgbox .circle{
        display: none;
    }
    .page-index .section-about-us .item2 .imgbox::after{
        display: none;
    }
    .page-index .section-about-us .item2 .imgbox2{
        top: 30px;
    }
    .page-index .section-about-us .item2 .imgbox2::after{
        display: none;
    }


    .page-index .section-product{
        padding-top: 0px;
        margin-top: 20px;
    }
    .page-index .section-product .content{
        padding: 0 10px;
    }
    .page-index .section-product .title{
        font-size: 20px;
    }
    .page-index .section-product .bg-left{
        width: 80%;
    }
    .page-index .section-product .bg-right{
        width: 60%;
    }
    .page-index .section-product .tabs{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .page-index .section-product .content-huojian{
        height: 840px;
        display: block;
    }
    .page-index .section-product .content-fadongji{
        height: 850px;
        display: block;
    }
    .page-index .section-product .content-fadongji .item-left p{
        line-height: 21px;
    }
    .page-index .section-product .item-left{
        padding-top: 10px;
        width: 100%;
    }
    .page-index .section-product .item-left h1{
        font-size: 30px;
    }
    .page-index .section-product .content-fadongji .item-left h1{
        font-size: 30px;
    }
    .page-index .section-product .item-left p{
        width: 100%;
        font-size: 13px;
        line-height: 22px;
        padding: 10px 0;
    }
    .page-index .section-product .item-left .more{
        left: 50%;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        font-size: 24px;
        -o-background-size: 8px auto;
           background-size: 8px auto;
        background-position: right 15px;
    }
    .page-index .section-product .item-huojian{
        margin-top: 40px;
    }
    .page-index .section-product .item-huojian .huojian0{
        margin-left: 0;
    }
    .page-index .section-product .item-huojian .huojian{
        width: 140px;
        margin: auto;
    }
    .page-index .section-product .item-huojian .node .text .r1{
        margin: -6px 0 10px 0;
    }
    .page-index .section-product .item-huojian .node .text .r2{
        font-size: 36px;
    }
    .page-index .section-product .item-huojian .node .text sup{
        font-size: 18px;
        vertical-align: 18px;
    }
    .page-index .section-product .item-huojian .node1 .circle{
        left: 44px;
        top: 80px;
    }
    .page-index .section-product .item-huojian .node1 .text{
        left: 156px;
        top: 80px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node1 .text {
        left: 0;
    }
    .page-index .section-product .item-huojian .node2{
        top: 230px;
    }
    .page-index .section-product .item-huojian .node2 .circle{
        top: 0px;
        left: 44px;
    }
    .page-index .section-product .item-huojian .node2 .text{
        left: 156px;
        top: 0;
    }
    .page-index .section-product .item-huojian .node3{
        top: 360px;
    }
    .page-index .section-product .item-huojian .node3 .circle{
        left: 44px;
    }
    .page-index .section-product .content-huojian2{
        height: auto;
    }
    .page-index .section-product .content-huojian2 .huojian{
        width: 250px;
        position: relative;
        top: 0;
    }
    .page-index .section-product .content-huojian2 .node1{
        top: 50px;
    }
    .page-index .section-product .content-huojian2 .node1 .circle{
        left: 110px;
    }
    .page-index .section-product .content-huojian2 .node1 .text{
        left: 210px;
    }
    .page-index .section-product .content-huojian2 .node2{
        top: 250px;
    }
    .page-index .section-product .content-huojian2 .node2 .circle{
        left: 110px;
    }
    .page-index .section-product .content-huojian2 .node2 .text{
        left: 228px;
    }
    .page-index .section-product .content-huojian2 .node3{
        top: 360px;
    }

    .page-index .section-product .content-fadongji .huojian{
        width: 80%;
    }
    .page-index .section-product .content-fadongji .item-left .more{
        margin-top: 20px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node .circle::after{
        width: 146px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node1{
        top: -5px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node1 .circle{
        left: 120px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node1 .text{
        left: 230px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node2{
        top: 200px;
        left: 32px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node2 .circle{
        left: 120px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node2 .text{
        left: 216px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node3{
        top: 350px;
        left: 78px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node3 .circle::after{
        left: -154px;
        width: 155px;
    }
    .page-index .section-product .content-fadongji .item-huojian .node3 .text{
        left: -112px;
    }
    .page-index .section-product .item-huojian .node3 .text{
        left: -105px;
    }
    .page-index .section-product .list-more{
        bottom: 20px;
        left: 10px;
        right: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .page-index .section-product .list-more a{
        width: 40px;
        height: 40px;
    }


    .page-index .section-news{
        margin-top: 20px;
        padding: 0 10px;
    }
    .page-index .section-news .content{
        margin-top: 10px;
        height: 370px;
        padding-left: 0;
    }
    .page-index .section-news .swiper-pagination{
        top: -10px;
    }
    .page-index .section-news .list-more a{
        width: 35px;
        height: 35px;
    }
    .page-index .section-news .list-more a{
        -o-background-size: 7px auto;
           background-size: 7px auto;
        margin-right: 8px;
    }
    .page-index .section-news .header .more{
        margin-right: 20px;
    }
    .page-index .section-news .header .title{
        font-size: 22px;
    }
    
    
    .page-index .section-news .list .img{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
                transform: scale(1.1);
        opacity: 1;
        -webkit-transition: 0.5s ease-out 0.3s;
        -o-transition: 0.5s ease-out 0.3s;
        -moz-transition: 0.5s ease-out 0.3s;
        transition: 0.5s ease-out 0.3s;
    }
    .page-index .section-news .list .blank{
        top: 50%;
    }
    .page-index .section-news .list .top{
        color: #fff;
    }
    .page-index .section-news .list .top h3{
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #fff;
        top: 81%;
    }
    .page-index .section-news .list .bottom .t1{
        color: #fff;
    }
    .page-index .section-news .list .bottom .t2 span{
        color: #fff;
    }
    .page-index .section-news .list .bottom .t2 .s2{
        color: #fff;
    }
    .page-index .section-news .list-arrow .inner{
        background-color: #eee;
    }

    
    .page-index .section-news .list{
        width: 80%;
        height: 350px;
        margin-right: 20px;
    }
    .page-index .section-news .list-arrow{
        width: 60px;
        height: 350px;
    }

    .page-index .section-join-us{
        margin-top: 20px;
    }
    .page-index .section-join-us .header{
        top: 10px;
        width: 100%;
        padding: 0 10px;
    }
    .page-index .section-join-us .list-more{
        padding: 30px 0;
    }
    .page-index .section-join-us .item0{
        display: block;
        height: 520px;
    }
    .page-index .section-join-us .item0 .left{
        width: 100%;
        height: 100px;
    }
    .page-index .section-join-us .item0 .right{
        padding: 0 10px;
    }
    .page-index .section-join-us .item0 .right img{
        position: static;
        height: 250px;
    }
    .page-index .section-join-us .swiper-container{
        top: 360px;
        width: 100%;
    }
    .page-index .section-join-us .swiper-slide{
        padding: 20px 10px 0;
    }
    .page-index .section-join-us .swiper-slide p{
        font-size: 14px;
        line-height: 28px;
        margin-top: -10px;
    }
    .page-index .section-join-us .swiper-slide .more{
        font-size: 24px;
        left: 50%;
        margin-left: -62px;
        margin-top: 10px;
        background-position: right 15px;
        -o-background-size: 8px auto;
           background-size: 8px auto;
    }


    .section-footer{
        margin-top: 30px;
    }
    .section-footer .item1{
        display: block;
    }
    .section-footer .item1 .col-1{
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .section-footer .item1 .col-1 .logo{
        margin: auto;
        margin-bottom: 20px;
    }
    .section-footer .item1 .col-2{
        padding: 0 6%;    
        display: block;    
    }
    .section-footer .item1 .col-2 dl{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .section-footer .item1 .col-2 dl dt{
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: solid 1px #eee;
    }
    .section-footer .item1 .col-2 dl dd{
        display: none;
    }
    .section-footer .item1 .col-3{
        margin: 0 0 10px 7%;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .section-footer .item1 .col-3 .ewm{
        width: 160px;
    }
    .section-footer .item1 .col-3 .row1{
        padding: 0 10px 0 0;
    }
    .section-footer .item2{
        display: block;
        padding: 10px 10px 10px;
        font-size: 12px;
    }
    .section-footer .item2 div{
        padding: 3px 0;
    }
    .section-footer .item2 .item-left{
        display: block;
    }
    .section-footer .item2 .item-left .link-beian{
        margin-top: 5px;
        margin-left: 0;
    }


    .page-about .section-banner{
        -o-background-size: cover;
           background-size: cover;
        background-position: center 0;
        height: 600px;
    }
    .page-about .section-banner::after{
        display: none;
    }
    .page-about .section-banner .banner{
        top: 64px;
    }
    .page-about .section-banner .banner .img{
        display: block;
        display: none;
    }
    .page-about .section-banner .banner .img-mobile{
        display: block;
    }
    .page-about .section-banner .content{
        display: block;
    }
    .page-about .section-banner .content h1{
        font-size: 36px;
        text-align: center;
    }
    .page-about .section-banner .list-more{
        left: 50%;
        margin-left: -20px;
    }
    .page-about .section-tabs{
        padding: 20px 10px;
    }
    .page-about .section-tabs .tabs{
        height: 42px;
        line-height: 40px;
    }
    .page-about .section-tabs .tabs a{
        font-size: 15px;
    }
    .page-about .section-1 .title{
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .page-about .section-1 .content{
        padding: 0 10px;
    }
    .page-about .section-1 .img{
        width: 100%;
    }
    .page-about .section-1 .no{
        right: 0;
        left: 0;
        text-align: center;
        font-size: 80px;
    }
    .page-about .section-1 .item{
        left: 10px;
        right: 10px;
        text-align: center;
    }
    .page-about .section-1 .item .row1{
        font-size: 26px;
    }
    .page-about .section-1 .item .row2{
        font-size: 26px;
    }
    .page-about .section-2{
        height: auto;
        padding: 0 10px;
        margin-top: 10px;
    }
    .page-about .section-2 .content{
        position: static;
        height: auto;
    }
    .page-about .section-2 .content::before{
        display: none;
    }
    .page-about .section-2 .item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        height: auto;
        float: none;
    }
    .page-about .section-2 .item-left{
        width: 100%;
        padding: 40px 10px;
        height: 260px;
        position: relative;
    }
    .page-about .section-2 .item-left::before{
        content: "02";
        display: block;
        color: rgba(255,255,255,0.2);
        font-size: 80px;
        font-family: osMedium;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .page-about .section-2 .item-left .title{
        margin-bottom: 40px;
        padding: 0 0 10px 0;
    }
    .page-about .section-2 .item-left .row1{
        font-size: 18px;
        padding-right: 0;
    }
    .page-about .section-2 .item-left .row2{
        font-size: 16px;
        margin-top: 15px;
    }
    .page-about .section-2 .item-right{
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
           -moz-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
    .page-about .section-2 .item-right .img{
        height: 230px;
    }
    .page-about .section-3{
        margin-top: 10px;
        padding: 0 10px;
    }
    .page-about .section-3 .content{
        background-color: #f9f9f9;
        padding: 10px 10px 0;
    }
    .page-about .section-3 .title{
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .page-about .section-3 .item{
        top: 170px;
    }
    .page-about .section-3 .item .row1{
        font-size: 20px;
    }
    .page-about .section-3 .item .row2{
        font-size: 20px;
    }
    .page-about .section-3 .img{
        width: 100%;
        margin-top: 30px;
    }
    .page-about .section-3 .no{
        font-size: 80px;
        right: 10px;
    }
    .page-about .section-4{
        padding: 10px 10px;
        height: auto;
    }
    .page-about .section-4 .content{
        height: auto;
    }
    .page-about .section-4 .content::before{
        font-size: 80px;
    }
    .page-about .section-4 .item{
        display: block;
        height: auto;
    }
    .page-about .section-4 .item-left .img{
        height: 230px;
    }
    .page-about .section-4 .item-right{
        padding: 30px 10px 10px;
        height: 260px;
        display: block;
        width: 100%;
    }
    .page-about .section-4 .item-right .row1{
        font-size: 18px;
        line-height: 32px;
    }
    .page-about .section-4 .item-right .row2{
        margin-top: 80px;
        font-size: 16px;
    }
    .page-about .section-5{
        margin-top: 0px;
        padding: 0 10px 10px;
    }
    .page-about .section-5 .content{
        background-color: #f9f9f9;
    }
    .page-about .section-5 .item1{
        display: block;
        padding: 0 10px;
    }
    .page-about .section-5 .item1 .no{
        font-size: 80px;
        text-align: right;
    }
    .page-about .section-5 .item1 .text{
        font-size: 16px;
    }
    .page-about .section-5 .item1 .line{
        width: 100%;
        margin: 0 0 10px;
    }
    .page-about .section-5 .item2{
        margin: 30px 0 100px;
    }
    .page-about .section-5 .item2 .text{
        font-size: 24px;
        margin: 0 5px;
    }
    .page-about .section-5 .item2 .text .t2{
        font-size: 13px;
    }
    .page-about .section-5 .item2 .dou{
        font-size: 50px;
        height: 40px;
        line-height: 30px;
    }
    .page-about .section-5 .item2 .dou:nth-child(3){
        top: 25px;
    }
    .page-about .section-5 .swiper-slide .img{
        width: 100%;
        height: 230px;
    }
    .page-about .section-5 .swiper-slide .slide-right{
        position: static;
        width: 100%;
        padding: 15px 10px 10px;
        height: 200px;
        box-shadow: none;
        background-color: #f9f9f9;
    }
    .page-about .section-5 .swiper-slide h6{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .page-about .section-5 .swiper-slide p{
        font-size: 14px;
    }
    .page-about .section-5 .ye{
        bottom: 8px;
        right: 10px;
    }
    .page-about .section-5 .list-more{
        top: 375px;
        right: 0px;
        bottom: auto;
    }
    .page-about .section-5 .list-more a{
        width: 40px;
        height: 40px;
        margin-right: 10px;
        -o-background-size: 8px auto;
           background-size: 8px auto;
    }
    .page-about .section-6{
        height: auto;
        margin-top: 0px;
        padding: 0 10px;
    }
    .page-about .section-6 .content::before{
        font-size: 80px;
        top: 225px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .page-about .section-6 .item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .page-about .section-6 .item-left{
        width: 100%;
        height: 260px;
        padding: 10px;
    }
    .page-about .section-6 .item-left .title{
        margin-bottom: 30px;
        padding: 20px 0 10px;
    }
    .page-about .section-6 .item-left .row1{
        font-size: 18px;
    }
    .page-about .section-6 .item-left .row2{
        font-size: 13px;
        padding: 2px 0;
    }
    .page-about .section-6 .item-right{
        width: 100%;
    }
    .page-about .section-6 .item-right .img{
        height: 230px;
    }
    .page-about .section-8{
        padding: 10px;
    }
    .page-about .section-8 .title{
        margin-bottom: 0px;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .page-about .section-8 .item{
        display: block;
    }
    .page-about .section-8 .item-left{
        width: 100%;
        padding: 0;
        display: none;
    }
    .page-about .section-8 .item-left .img{
        width: 65%;
        margin: auto;
    }
    .page-about .section-8 .item-left .date{
        font-size: 80px;
        bottom: -55px;
    }
    .page-about .section-8 .item-left .month{
        text-align: center;
        font-size: 80px;
        top: -60px;
    }
    .page-about .section-8 .item-left .year{
        left: 0;
        right: 0;
        text-align: center;
        font-size: 80px;
    }
    .page-about .section-8 .item-right{
        height: auto;
    }
    .page-about .section-8 .item-right .list{
        padding: 15px 0;
        height: auto;
        display: block;
    }
    .page-about .section-8 .item-right .row1{
        font-size: 14px;
    }
    .page-about .section-8 .item-right .row2{
        font-size: 16px;
        margin-top: 5px;
    }
    .page-about .section-10{
        padding: 10px;
    }
    .page-about .section-10 .tabs{
        margin: 20px 0 20px;
    }
    .page-about .section-10 .tabs li{
        margin-right: 10px;
    }
    .page-about .section-10 .tabs a{
        font-size: 14px;
        width: 90px;
    }
    .page-about .section-10 .content{
        padding-bottom: 100px;
    }
    .page-about .section-10 .item{
        display: block;
    }
    .page-about .section-10 .item-left{
        width: 100%;
    }
    .page-about .section-10 .item-right{
        width: 100%;
    }
    .page-about .section-10 .item-right .list{
        padding: 10px 0;
    }
    .page-about .section-10 .item-right .row1{
        font-size: 16px;
    }
    .page-about .section-10 .item-right .row2{
        font-size: 16px;
        padding-left: 10px;
    }
    .page-about .section-10 .list-more{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        bottom: 30px;
        left: 0;
    }
    .page-about .section-10 .list-more a{
        width: 40px;
        height: 40px;
        margin: 0 5px;
        -o-background-size: 8px auto;
           background-size: 8px auto;
    }
    .page-about .section-12{
        padding: 10px;
    }
    .page-about .section-12 .content{
        background: none;
        padding-bottom: 20px;
    }
    .page-about .section-12 .title{
        padding-bottom: 10px;
        font-size: 20px;
    }
    .page-about .section-12 .item{
        display: block;
        margin-top: 10px;
    }
    .page-about .section-12 .item-left{
        width: 100%;
    }
    .page-about .section-12 .item-right{
        padding: 10px;
        font-size: 14px;
    }
    .page-about .section-12 .item-right .row1{
        margin-top: 10px;
    }
    .page-about .section-12 .item-right .row3{
        display: block;
        margin-top: 30px;
    }
    .page-about .section-12 .item-right .row3 .col-3{
        display: block;
        text-align: center;
        padding-top: 20px;
    }
    .page-about .section-12 .item-right .row3 .col-3 dl{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 5px 0;
    }
    .page-about .section-12 .item-right .row3 .col-3 dl dt{
        margin-right: 10px;
        margin-bottom: 0;
    }
    .page-about .section-12 .item-right .row3 .col-3 .ewm .img{
        margin: auto;
        margin-top: 20px;
    }

    .page-news .section-banner{
        -o-background-size: cover;
           background-size: cover;
        background-position: center 0;
        height: 600px;
    }
    .page-news .section-banner::after{
        display: none;
    }
    .page-news .section-banner .banner{
        top: 64px;
    }
    .page-news .section-banner .banner .img{
        display: block;
        display: none;
    }
    .page-news .section-banner .banner .img-mobile{
        display: block;
        -o-object-fit: fill;
           object-fit: fill;
    }
    .page-news .section-banner .content{
        display: block;
    }
    .page-news .section-banner .content h1{
        font-size: 36px;
        text-align: center;
    }
    .page-news .section-banner .list-more {
        left: 50%;
        margin-left: -20px;
    }
    .page-news .section-tabs{
        padding: 20px 10px;
    }
    .page-news .section-tabs .tabs{
        height: 42px;
        line-height: 40px;
    }
    .page-news .section-tabs .tabs a{
        font-size: 15px;
    }
    .page-news .section-1 .swiper-slide{
        display: block;
        height: 410px;
        padding: 10px;
    }
    .page-news .section-1 .slide-left{
        width: 100%;
    }
    .page-news .section-1 .slide-left .img{
        height: 200px;
    }
    .page-news .section-1 .slide-right{
        width: 100%;
        box-shadow: none;
        padding: 10px 0;
    }
    .page-news .section-1 .slide-right h6{
        font-size: 14px;
    }
    .page-news .section-1 .slide-right h4{
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0 15px;
    }
    .page-news .section-1 .slide-right p{
        font-size: 14px;
        line-height: normal;
    }
    .page-news .section-1 .slide-right .more{
        position: static;
        margin-top: 20px;
    }
    .page-news .section-1 .item1{
        padding: 20px 10px;
    }
    .page-news .section-1 .list-more a{
        width: 40px;
        height: 40px;
        margin: 0 0 0 10px;
        -o-background-size: 8px auto;
           background-size: 8px auto;
    }
    .page-news .section-2{
        margin-top: 0;
        padding: 0 10px;
    }
    .page-news .section-2 .content{
        padding: 10px 0 10px;
    }
    .page-news .section-2 .list{
        margin-bottom: 10px;
    }
    .page-news .section-2 .list .link{
        display: block;
        height: auto;
        padding: 0;
        border-bottom: 0;
        background-color: #fff;
    }
    .page-news .section-2 .list:hover{
        background-color: none;
        box-shadow: none;
    }
    .page-news .section-2 .list:hover .link{
        border-bottom-color: none;
    }
    .page-news .section-2 .list:hover .slide-center .date{
        color: #333;
    }
    .page-news .section-2 .list:hover .slide-center .month{
        color: #333;
    }
    .page-news .section-2 .list:hover .slide-center .year{
        color: #333;
    }
    .page-news .section-2 .list:hover .slide-right h4{
        color: #333;
    }
    .page-news .section-2 .list:hover .slide-right p{
        color: #333;
    }
    .page-news .section-2 .list:hover .slide-left .arrow{
        display: none;
    }
    .page-news .section-2 .slide-left{
        width: 100%;
        height: 220px;
    }
    .page-news .section-2 .slide-left .arrow{
        display: none;
    }
    .page-news .section-2 .slide-center{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%;
        padding: 12px 10px;
    }
    .page-news .section-2 .slide-center .date{
        position: relative;
        top: 0px;
        left: 0;
        height: 20px;
        line-height: 20px;
        color: #666;
        font-size: 14px;
    }
    .page-news .section-2 .slide-center .month{
        margin: 0px 2px;
        position: relative;
        top: 0px;
        left: 0;
        height: 20px;
        line-height: 20px;
        color: #666;
        font-size: 14px;
    }
    .page-news .section-2 .slide-center .year{
        position: relative;
        top: 0px;
        left: 0;
        height: 20px;
        line-height: 20px;
        color: #666;
        font-size: 14px;
        padding-right: 15px;
    }
    .page-news .section-2 .slide-center .year::after{
        content: "年";
        display: block;
        position: absolute;
        top: 0px;
        right: 0;
        height: 20px;
        line-height: 20px;
        color: #666;
        font-size: 14px;
    }
    .page-news .section-2 .slide-right{
        width: 100%;
        padding: 0 10px 15px;
    }
    .page-news .section-2 .slide-right h4{
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: bold;
    }
    .page-news .section-2 .slide-right p{
        font-size: 14px;
    }
    .page-news .paging{
        line-height: 33px;
        padding: 20px 0;
    }
    .page-news .paging a{
        width: 35px;
        height: 35px;
        -o-background-size: 6px auto;
           background-size: 6px auto;
        margin: 0 5px;
    }

    
    .my-pagination{
        padding: 30px 0;
    }
    .my-pagination .van-pagination .van-pagination__item{
        width: 30px;
        height: 30px;
        margin: 3px 4px;
        font-size: 12px;
    }

    .page-news-detail{
        padding-top: 65px;
    }
    .page-news-detail .section-1{
        padding: 0 10px;
    }
    .page-news-detail .section-2{
        padding: 20px 10px;
    }
    .page-news-detail .section-2 .content{
        padding: 0;
    }
    .page-news-detail .section-2 .header .title{
        font-size: 20px;
        font-weight: bold;
    }
    .page-news-detail .section-2 .header .times{
        font-size: 12px;
        padding: 20px 2%;
    }
    .page-news-detail .section-2 .item-paging{
        padding: 20px 0;
    }
    .page-news-detail .section-2 .item-paging a{
        font-size: 14px;
    }
    
    .page-plan .section-banner{
        -o-background-size: cover;
           background-size: cover;
        background-position: center 0;
        height: 600px;
    }
    .page-plan .section-banner::after{
        display: none;
    }
    .page-plan .section-banner .banner{
        top: 64px;
    }
    .page-plan .section-banner .banner .img{
        display: block;
    }
    .page-plan .section-banner .banner .img-mobile{
        display: block;
        display: none;
    }
    .page-plan .section-banner .content{
        display: block;
    }
    .page-plan .section-banner .content h1{
        font-size: 36px;
        text-align: center;
    }
    .page-plan .section-banner .list-more {
        left: 50%;
        margin-left: -20px;
    }
    .page-plan .section-1{
        padding: 0 10px;
    }
    .page-plan .section-1 .title{
        font-size: 20px;
        padding-bottom: 10px;
        margin: 30px 0 20px;
    }
    .page-plan .section-1 .inner{
        overflow-x: auto;
    }
    .page-plan .section-1 .item{
        width: 700px;
    }
    .page-plan .section-1 .caption{
        font-size: 15px;
        padding: 12px 7%;
    }
    .page-plan .section-1 td{
        font-size: 13px;
        padding: 12px 0;
    }
    .page-plan .section-1 .btn{
        width: 80px;
        font-size: 13px;
        height: 28px;
        line-height: 26px;
    }

    .modal-submit-plan .content{
        width: 92%;
        height: 90%;
        padding: 10px 10px 15px;
        overflow-y: auto;
    }
    .modal-submit-plan .content .title{
        font-size: 16px;
        font-weight: bold;
    }
    .modal-submit-plan .content .plan{
        margin-top: 10px;
    }
    .modal-submit-plan .content .row{
        display: block;
        padding: 4px 0;
    }
    .modal-submit-plan .content .t-title .text{
        font-size: 14px;
    }
    .modal-submit-plan .content .row .col:nth-child(3){
        width: 100%;
        margin-left: 0;
    }
    .modal-submit-plan .content .t-title .star{
        position: static;
        padding-right: 5px;
    }
    .modal-submit-plan .content input{
        height: 36px;
        font-size: 14px;
    }
    .modal-submit-plan .content .row input.title{
        font-size: 14px;
        font-weight: normal;
    }
    .modal-submit-plan .content textarea{
        height: 120px;
        font-size: 14px;
    }
    .modal-submit-plan .content .btns a{
        width: 100px;
        margin: 10px 10px 0;
        height: 35px;
        line-height: 33px;
        font-size: 14px;
    }
    .modal-submit-plan .content .row-yzm{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .modal-submit-plan .content .row-yzm input{
        min-width: auto;
    }
    .modal-submit-plan .content .row-yzm .yzm{
        height: 36px;
        width: 72px;
        margin-left: 5px;
    }
    .modal-submit-plan .content .row-yzm .col:nth-child(1){
        width: 100%;
    }
    .modal-submit-plan .content .row-yzm .col:nth-child(3){
        width: auto;
    }

    .page-product .section-banner{
        -o-background-size: cover;
           background-size: cover;
        background-position: center 0;
        height: 600px;
    }
    .page-product .section-banner::after{
        display: none;
    }
    .page-product .section-banner .banner{
        top: 64px;
    }
    .page-product .section-banner .banner .img{
        width: auto;
        height: 100%;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        margin-left: -50%;
        display: block;
    }
    .page-product .section-banner .banner .img-mobile{
        display: block;
        display: none;
    }
    .page-product .section-banner .content{
        display: block;
    }
    .page-product .section-banner .content h1{
        font-size: 36px;
        text-align: center;
    }
    .page-product .section-banner .list-more{
        left: 50%;
        margin-left: -20px;
    }
    .page-product .section-product{
        margin-top: 20px;
        padding: 0 10px;
    }
    .page-product .section-product .tabs{
        height: 42px;
        line-height: 40px;
    }
    .page-product .section-product .tabs a{
        font-size: 15px;
    }
    .page-product .section-product .content-huojian{
        display: block;
        margin-top: 20px;
        height: 1820px;
    }
    .page-product .section-product .item-left{
        width: 100%;
        padding-top: 0;
    }
    .page-product .section-product .item-left .item1{
        margin-top: 20px;
    }
    .page-product .section-product .item-left .item1 dt{
        font-size: 24px;
    }
    .page-product .section-product .item-left .item1 p{
        font-size: 14px;
        padding-left: 15px;
    }
    .page-product .section-product .item-left .item1 p::before{
        width: 6px;
        height: 6px;
        top: 5px;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .page-product .section-product .threesixty{
        width: 1440px!important;
        height: 1440px!important;
        left: -620px!important;
    }
    .page-product .section-product .item-huojian .huojian{
        margin: auto;
        margin-top: 30px;
    }
    .page-product .section-product .item-huojian .huojian0{
        height: 1500px;
        margin-left: 0px;
    }
    .page-product .section-product .item-huojian .node{
        width: 165px;
    }
    .page-product .section-product .item-huojian .node .text .r1{
        margin: -6px 0 5px 0;
    }
    .page-product .section-product .item-huojian .node .text .r2{
        font-size: 26px;
    }
    .page-product .section-product .item-huojian .node .text sup{
        font-size: 18px;
        vertical-align: 12px;
    }
    .page-product .section-product .item-huojian .node-left{
        left: -77px;
    }
    .page-product .section-product .content-huojian .item-huojian .node6 .text .r2{
        line-height: 32px;
        font-size: 20px;
        margin-top: 30px;
    }
    .page-product .section-product .content-huojian .item-huojian .node7{
        top: 950px;
    }
    .page-product .section-product .content-huojian .item-huojian .node8{
        top: 1250px;
    }
    .page-product .section-product .content-huojian .item-huojian .node9{
        top: 1450px;
    }
    .page-product .section-product .item-huojian .huojian0-1{
        height: 1750px;
    }
    .page-product .section-product .content-fadongji{
        display: block;
        margin-top: 40px;
        height: 670px;
    }
    .page-product .section-product .content-fadongji .huojian{
        width: 100%;
    }
    .page-product .section-product .content-fadongji .huojian0{
        /* width: 90%; */
        height: 500px;
        margin: 0 auto;
        margin-left: 20px;
        margin-top: 44px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node{
        left: 180px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node .circle .line{
        width: 142px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node-left{
        width: 155px;
        left: 5px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node-left .circle .line{
        width: 128px;
        left: -115px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node .text .r1{
        color: #000;
        text-shadow: 1px 1px 1px #fff;
    }
    .page-product .section-product .content-fadongji .item-huojian .node .text .r2{
        text-shadow: 1px 1px 1px #fff;
    }
    .page-product .section-product .content-fadongji .item-huojian .node1{
        top: 40px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node2{
        top: 280px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node3{
        top: 420px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node4{
        top: 115px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node5{
        top: 200px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node6{
        top: 360px;
    }
    .page-product .section-product .content-fadongji .item-huojian .node6 .text .r2{
        margin-top: 0;
    }
    .page-product .section-flow{
        margin-top: 20px;
        padding: 20px 10px 20px;
    }
    .page-product .section-flow .content{
        padding: 10px 0px 70px;
        min-height: auto;
    }
    .page-product .section-flow .module{
        height: auto;
    }
    .page-product .section-flow .module.active{
        display: block;
    }
    .page-product .section-flow .module-left{
        width: 100%;
    }
    .page-product .section-flow .module-left .item1{
        margin: 20px 0 20px;
    }
    .page-product .section-flow .module-left .item1 p{
        font-size: 18px;
        line-height: normal;
        padding: 5px 0;
    }
    .page-product .section-flow .flow .list{
        font-size: 16px;    
        height: auto;
        line-height: normal;
    }
    .page-product .section-flow .flow .list:hover dl{
        height: auto;
    }
    .page-product .section-flow .flow .list dl{
        font-size: 16px;    
        height: auto;
        line-height: normal;
        padding: 15px 0;
    }
    .page-product .section-flow .flow .list dl dd{
        opacity: 0;
        position: absolute;
        visibility: hidden;
    }
    .page-product .section-flow .flow .list .r2{
        font-size: 15px;
        line-height: 26px;
    }
    .page-product .section-flow .list-more{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 0;
        right: 0;
    }
    .page-product .section-flow .list-more a{
        width: 40px;
        height: 40px;
        margin: 0 10px;
        -o-background-size: 8px auto;
           background-size: 8px auto;
    }
    
    .page-wisdom .section-banner{
        -o-background-size: cover;
           background-size: cover;
        background-position: center 0;
        height: 600px;
    }
    .page-wisdom .section-banner::after{
        display: none;
    }
    .page-wisdom .section-banner .banner{
        top: 64px;
    }
    .page-wisdom .section-banner .banner .img{
        display: block;
    }
    .page-wisdom .section-banner .banner .img-mobile{
        display: block;
        display: none;
    }
    .page-wisdom .section-banner .content{
        display: block;
    }
    .page-wisdom .section-banner .content h1{
        font-size: 36px;
        text-align: center;
    }
    .page-wisdom .section-banner .list-more{
        left: 50%;
        margin-left: -20px;
    }
    .page-wisdom .section-flow{
        padding: 20px 10px;
    }
    .page-wisdom .section-flow .content{
        padding-bottom: 80px;
        padding-bottom: 70px;
        min-height: auto;
    }
    .page-wisdom .section-flow .list-more{
        bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 0;
        right: 0;
    }
    .page-wisdom .section-flow .list-more a{
        width: 40px;
        height: 40px;
        -o-background-size: 8px auto;
           background-size: 8px auto;
        margin: 0 5px;
    }
    .page-wisdom .section-flow .tabs{
        height: 42px;
        line-height: 40px;
    }
    .page-wisdom .section-flow .tabs a{
        font-size: 15px;
    }
    .page-wisdom .section-flow .module.active{
        display: block;
    }
    .page-wisdom .section-flow .module-left{
        width: 100%;
        padding: 20px 0 20px;
    }
    .page-wisdom .section-flow .module-left .item1 h3{
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .page-wisdom .section-flow .module-left .item1 p{
        font-size: 16px;
    }
    .page-wisdom .section-flow .module-right{
        padding-top: 10px;
        width: 100%;
    }
    .page-wisdom .section-flow .flow .list{
        font-size: 15px;
        height: auto;
        line-height: normal;
        padding: 15px 0;
    }
    .page-wisdom .section-2{
        height: auto;
    }
    .page-wisdom .section-2 .content{
        position: static;
        padding: 0 10px;
        height: auto;
    }
    .page-wisdom .section-2 .swiper-container{
        padding-bottom: 90px;
    }
    .page-wisdom .section-2 .swiper-slide .inner{
        display: block;
    }
    .page-wisdom .section-2 .slide-left{
        width: 100%;
    }
    .page-wisdom .section-2 .slide-left h1{
        font-size: 18px;
    }
    .page-wisdom .section-2 .slide-left .img{
        height: 220px;
        margin-top: 20px;
    }
    .page-wisdom .section-2 .slide-right{
        padding: 20px 0;
    }
    .page-wisdom .section-2 .slide-right h2{
        font-size: 15px;
    }
    .page-wisdom .section-2 .list-more{
        left: 0;
        right: 0;
        bottom: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .page-wisdom .section-2 .list-more a{
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }

    .section-banner .banner video{
        display: none;
    }
}