/*首页右侧导航*/
#fp-nav{display:none;}
#fullPage-nav {display: none;font-size: 12px;}
#fullPage-nav li {width: 90px;height: 21px;margin: 10px 0 0;vertical-align: middle;}
#fullPage-nav li a {float: right;width: 21px;height: 21px;color: #8F9DA4;text-decoration: none;text-align: right;background: url(../images/dot.png) 5px 5px no-repeat;}
#fullPage-nav li .active {background-position: 0 bottom;}
#fullPage-nav span {display: none;}
.fullPage-tooltip {float: left;top: 0;margin-right: 5px;font: 12px "Microsoft Yahei";color: #8F9DA4;line-height: 21px;}
/*右侧导航结束*/

#dowebok{width:100%;height:100%;}
.section{width:100%;height:100%;margin:0 auto;position: relative;overflow: hidden;}
.section .nextPage{position:absolute;width:22px;height:44px;left:50%;margin-left:-11px;bottom:52px;background:url(../images/icon/icon_1.png) no-repeat center;background-size:100% 100%;animation: mymove 1.5s infinite;-webkit-animation: mymove 1.5s infinite;}
@keyframes mymove {
    from {
        bottom: 52px;
        opacity: 0.9;
    }
    to {
        bottom: 45px;
        opacity: 0.5;
    }
}

@-webkit-keyframes mymove{
    from {
        bottom: 52px;
        opacity: 0.9;
    }
    to {
        bottom: 45px;
        opacity: 0.5;
    }
}



.section1 .sidebar{position:absolute;display:none;}


/*第一屏*/
.section{padding:100px 0 30px;}
.section .container{height:100%;overflow:hidden;}
.section1{padding:0!important;}
.banner{position:relative;width:100%;height:100%;}
.banner .swiper-wrapper{width:1000%;height:100%;}
.banner .swiper-slide{float:left;position:relative;height:100%;overflow:hidden;}

.swiper-pagination{position:absolute;width:72%;height:30px;bottom:65px;left:14%;text-align:right;}
.swiper-pagination span{display:inline-block;width:30px;height:30px;line-height:30px;color:#005086;text-align:center;font-family:Arial;cursor:pointer;font-size:16px;margin:0 3px;}
.swiper-pagination span:hover{background:#005086;color:#fff;}
.swiper-pagination .swiper-pagination-bullet-active{background:#005086;color:#fff;}

.video{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;}

/*第二屏background:url(../images/img_6.jpg) no-repeat center;background-size:cover;background-color:#0e780c;background:rgba(14,120,12,0.2);*/
.classifyMobile{display:none;}
.section2 {background-color: #6e9417; background: rgba(110,148,23,0.01);}
.section2 .container{width:1360px;}
.section2 .classify{height:80%;}

.section2 .c_item{position:relative;width:320px;height:220px;margin:5px 10px;overflow:hidden;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transition: all 1s;transition: all 1s;}
.section2 .img{width:100%;height:100%;padding:5px;overflow:hidden;}
.section2 .img img{width:100%;height:100%;}
    .section2 .c_mark {
        position: absolute;
        width: 100%;
        height: 45px;
        left: 0;
        color: #fff;
        text-align: center;
        font-size: 13px;
        background: rgba(162,201,75,0.8);
        bottom: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .section2 .c_mark h2 {
            font-size: 16px;
            margin-bottom: 0;
            line-height: 40px;
        }

        .section2 .c_mark .text {
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            padding: 0 10%;
        }

    .section2 .c_item:hover .c_mark {
        height: 100%;
        background: rgba(162,201,75,0.1);
    }

        .section2 .c_item:hover .c_mark .text {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }


/*第三屏*/
.section3 .container{width:88%;}
.section3 .classify{height:80%;overflow:hidden;}
.section3 .c_sec{height:100%;display:none;}
.section3 .c_sec.cur{display:block;}
.section3 .bgImg{position:relative;width:49.91%;height:100%;overflow:hidden;left:-100%;-webkit-transition: all 1s;transition: all 1s;}
.section3 .bgImg img{width:100%;-webkit-transition:transform .5s ease;transition:transform .5s ease;}
.section3 .bgImg:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.section3 .samllImg{position:relative;width:50.09%;height:100%;overflow:hidden;right:-100%;-webkit-transition: all 1s;transition: all 1s;}
.section3 .img{width:50%;height:50%;overflow:hidden;}
.section3 .img img{width:100%;-webkit-transition:transform .5s ease;transition:transform .5s ease;}
.section3 .img:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.section3 .img_maxW{max-width:500px;}

.sec_nav {
    height: 156px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.sec_nav_left{position:relative;width:50%;height:100%;padding-left:0;}
.sec_nav_l{position:relative;text-align:right;top:40px;width:38%;}
.sec_nav_l p{font-size:24px;font-family:Arial;}
.sec_nav_l h2{color:#262727;font-size:16px;}
.sec_line{position:relative;width:104px;height:1px;background:#9b9a9b;top:64px;margin:0 0 0 170px;}
.sec_nav_r{position:absolute;width:128px;height:128px;line-height:128px;text-align:center;font-size:30px;background:url(../images/icon/icon_2.png) no-repeat center;background-size:100% 100%;top:0;right:-64px;transform:rotateY(-180deg);-webkit-transition: all 1s;transition: all 1s;color:#017828;}
.sec_nav ul{position:relative;width:50%;top:54px;padding-left:6%;}
.sec_nav li{float:left;color:#727171;font-size:14px;padding:0 20px;cursor:pointer;}
.sec_nav li.cur a{color:#005086;font-weight:700;}
.sec_nav li:hover a{color:#005086;font-weight:700;}
.sec_nav li:last-child{padding-right:0;}




/*第四屏*/
.section4 .container{position:relative;z-index:2;height:auto;}
.section4 .sec_nav_l{width:auto;}
.section4 .sec_nav_l h2,.section4 .sec_nav_l p{color:#017828;}
.section4 .sec_nav_left{padding-left:30px;}

.s4_left,.s4_right{position:absolute;width:50%;height:100%;top:0;}
.s4_left{left:0;background-size:100% 100%;padding-top:150px;}
.s4_l_inner{width:500px;margin-right:90px;}
.s4_l_inner .h_img{height:100%;width:auto;padding:2px;margin:1px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transition: all 1s;transition: all 1s;}
.s4_l_inner .h_img>div{width:100%;height:100%;overflow:hidden;}
.s4_l_inner .h_img img{width:100%;height:100%;}
.s4_right{right:0;background-size:100% 100%;padding-top:150px;}
.s4_r_inner{position:relative;font-size:14px;padding:0 115px 0 90px;right:-100%;-webkit-transition: all 1s;transition: all 1s;}
.s4_r_inner .text{margin-bottom:30px;}
.s4_r_inner h2{margin-bottom:10px;text-align:center;color:#0e780c;font-size:18px;}
.s4_r_inner p{color:#0e780c;line-height:25px;text-align:justify; font-size:15px;}
.s4_r_inner a{display:block;text-align:right;color:#005086;font-weight:700;}
.s4_r_inner a:hover{text-decoration:underline;}



/*第五屏*/
.section5 .container{width:65%;}
.section5 .sec_nav_left{padding-left:0;}
.section5 .sec_line{margin:0 0 0 22px;}
.section5 .s5_news{height:80%;}
.s5_news .l_img{position:relative;width:49%;height:100%;}
.s5_news .l_img img{width:100%;}
.s5_news_list{width:51%;padding-left:25px;}
.s5_news_list .item{position:relative;height:184px;width:100%;background:#f3f3f3;margin-bottom:25px;padding:15px 18px;color:#595757;font-size:14px;right:-100%;}
.s5_news_list .item:nth-child(1){-webkit-transition: all 1s;transition: all 1s;}
.s5_news_list .item:nth-child(2){-webkit-transition: all 1s linear 0.3s;transition: all 1s linear 0.3s;}
.s5_news_list .item:nth-child(3){-webkit-transition: all 1s linear 0.6s;transition: all 1s linear 0.6s;margin-bottom:0;}
.s5_news_list .item .img{position:absolute;height:100%;overflow:hidden;top:0;right:0;}
.s5_news_list .item .img img{height:100%;}
.s5_news_list .text{width:66%;height:100%;position:relative;background:#fff;z-index:2;padding:55px 40px 0 30px;}
.s5_news_list .text p{height:38px;line-height:19px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.s5_news_list .date{font-weight:700;margin-bottom:15px;}



.indexnews_right {
    width: 98%;
    float: left;
    margin-left: 5px;
}

.indexnews_right_top {
    background-position: bottom;
    line-height: 40px;
    background-repeat: repeat-x;
    background-image: url(../images/index3.png);
}

    .indexnews_right_top ul li {
        float: left;
        margin-right: 20px;
    }

.indexnews_right_top_more {
    float: right;
    line-height: 40px;
}

    .indexnews_right_top_more a {
        color: #c3c3c3;
    }

.indexnews_right_top ul li a {
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
}

    .indexnews_right_top ul li a:hover, .indexnews_right_top ul li a.on {
        color: #00a0e8;
        background-position: bottom;
        background-repeat: repeat-x;
        background-image: url(../images/index4.png);
    }

.indexnews_right_top_more a:hover {
    color: #00a0e8;
}

.indexnews_right_list ul li a {
    float: left;
    clear:both;
    width:75%;
}

.indexnews_right_list ul li span {
    float: right;
}

.indexnews_right_list ul li {
    line-height: 32px;
}
.comdiv {
    text-align: left;
}
.indexnews_right_list {
    padding-top: 35px;
}


.active.section3 .bgImg{left:0;}
.active.section3 .samllImg{right:0;}
.active.section2 .c_item,.active .sec_nav_r{-webkit-transform:rotateY(0);transform:rotateY(0);}
.active .s4_r_inner{right:0;}
.active .s4_l_inner .h_img{-webkit-transform:rotateY(0);transform:rotateY(0);}
.active .s5_news_list .item{right:0;}


@media screen and (min-width:1401px) and (max-width:1600px){
    .section{padding-top:100px;}
    .sec_nav_left{padding-left:6%;}
    .sec_nav{height:144px;}
    .sec_nav ul{width:auto;padding-left:0;padding-right:3%;}
    .sec_nav li{padding:0 14px;}
    .sec_nav_r{height:116px;width:116px;right:-58px;line-height:116px;}
    .sec_line{width:80px;margin-left:11%;}

    .section2 .container{width:88%;}
    .section2 .c_item{width:24%;margin:0 0.5%;height:220px;}
    
    .s4_r_inner{padding:0 80px 0 80px;}
    .s4_left{padding-top:150px;}
    .s4_right{padding-top:133px;}

    .section5 .container{width:88%;height:95%;}
}

@media screen and (min-width:1200px) and (max-width:1400px){
    .section{padding-top:100px;}
    .sec_nav_left{padding-left:4%;}
    .sec_nav{height:134px;}
    .sec_nav ul{width:auto;padding-left:0;padding-right:1.5%;top:45px;}
    .sec_nav li{padding:0 10px;font-size:13px;}
    .sec_nav_r{height:106px;width:106px;right:-53px;font-size:24px;line-height:106px;}
    .sec_line{width:55px;margin-left:5%;}
    .sec_nav_l p{font-size:22px;}
    .sec_nav_l h2{font-size:14px;}

    .section2 .container{width:88%;}
    .section2 .c_item{width:24%;margin:0 0.5%;height:220px;}
    
    .s4_l_inner{margin-right:40px;}
    .s4_r_inner{padding:0 80px 0 80px;}
    .s4_left{padding-top:129px;}
    .s4_right{padding-top:150px;}

    .section5 .container{width:88%;}
}



@media screen and (min-width:992px) and (max-width:1199px){
    .section{padding-top:95px;}
    .sec_nav_left{padding-left:30px;}
    .sec_nav{height:116px;padding-bottom:18px;}
    .sec_nav ul{width:50%;padding-left:8%;top:25px;}
    .sec_nav li{width:110px;text-align:center;padding:0;margin-bottom:10px;font-size:13px;}
    .sec_nav_r{height:96px;width:96px;right:-48px;font-size:24px;line-height:96px;}
    .sec_line{width:55px;margin-left:5%;top:50px;}
    .sec_nav_l{top:27px;width:auto;}
    .sec_nav_l p{font-size:22px;}
    .sec_nav_l h2{font-size:14px;}



    .section2 .container{width:88%;}
    .section2 .c_item{width:24%;margin:0 0.5%;height:210px;}
    .section2 .text{font-size:18px;}
    .section2 .text h2{font-size:18px;}
    
    .s4_l_inner{margin-right:0;width:100%;padding:0 15px;}
    .s4_l_inner .h_img{height:100%;width:auto;margin:2%;padding:1px;}
    .s4_r_inner{padding:0 35px;}
    .s4_left{padding-top:129px;}
    .s4_right{padding-top:150px;}

    .section3 .img_maxW{max-width:430px;}

    .section5 .container{width:88%;height:95%;}
}   



@media screen and (min-width:768px) and (max-width:991px){
    .section{padding-top:95px;}
    .sec_nav_left{padding-left:0;}
    .sec_nav{height:116px;padding-bottom:15px;}
    .sec_nav ul{width:50%;padding-left:13%;top:10px;}
    .sec_nav li{width:110px;text-align:center;padding:0;margin-bottom:10px;font-size:13px;}
    .sec_nav_r{height:96px;width:96px;right:-48px;font-size:24px;line-height:96px;}
    .sec_line{display:none;width:55px;margin-left:5%;top:50px;}
    .sec_nav_l{top:27px;width:auto;}
    .sec_nav_l p{font-size:20px;}
    .sec_nav_l h2{font-size:14px;}



    .section2 .container{width:88%;}
    .section2 .c_item{width:24%;margin:0 0.5%;height:210px;}
    .section2 .text{font-size:16px;}
    .section2 .text h2{font-size:16px;}
    
    .s4_l_inner{margin-right:0;width:100%;padding:0 15px;}
    .s4_l_inner .h_img{height:100%;width:auto;margin:1%;padding:1px;}
    .s4_r_inner{padding:0 35px;}
    .s4_left{padding-top:129px;}
    .s4_right{padding-top:150px;}
    .s4_r_inner .text{margin-bottom:10px;}

     .section3 .img_maxW{max-width:355px;}

    .section5 .container{width:88%;}
}



@media screen and (min-width:0px) and (max-width:767px){
    .section1 .sidebar{width:100px;display:block;}

    .min_banner{display:block;width:100%;height:100%;background:red;}
    .section{padding-top:90px;padding-bottom:15px;}
    .section .container{width:100%;}
    .video{display:none;}
    
    .sec_nav{position:relative;height:auto;padding:0;margin-bottom:10px;min-height:72px;}
    .sec_nav_l{display:none;}
    .sec_line{display:none;}
    .sec_nav_r{width:72px;height:72px;line-height:72px;font-size:18px;right:0;}
    .sec_nav_left{position:absolute;padding-left:0;width:72px;top:50%;left:0;margin-top:-36px;}
    .sec_nav ul{width:100%;padding-left:90px;top:0;}
    .sec_nav li{width:100px;text-align:center;padding:3px 0;}
    
    .section3 .classify{height:75%;}
    .section3 .bgImg{width:100%;}
    .section3 .samllImg{width:100%;height:55%;}


    /***    .classifyPc{display:none;}
    .classifyMobile{display:block;}**/
    .section2 .sec_nav,.section4 .sec_nav,.section5 .sec_nav{height:72px;}
    .section2 .sec_nav_left,.section4 .sec_nav_left,.section5 .sec_nav_left{left:50%;margin-left:-36px;}
    .section2 .swiper-wrapper{width:9999px;height:100%;}
    .section2 .c_item{width:47%;margin:0 3% 0 0;height:144px;}

    .section2 .swiper-slide{height:100%;}
    .section2 .classify{height:80%;overflow:hidden;}
    .section2 .img img{height:100%;}
    .section2 .img{padding:8px;}
    .section2 .text{font-size:16px;}
    .section2 .text h2{font-size:16px;}
    .section2 .swiper-pagination{display:none;bottom:5px;}
    .section2 .swiper-pagination span{background:#fff;}
    .section2 .swiper-pagination .swiper-pagination-bullet-active{background:#005086;}
    .section3 .img_maxW{max-width:300px;}
    #divService {display:none;}
    .section4 .container {
        height: auto;
    }
    .s4_left{display:none;}
    .s4_right{position:static;width:100%;padding-top:0;}
    .s4_r_inner{padding:0 15px;}
    .s4_r_inner h2{text-align:left;margin-bottom:5px;}
    .s4_r_inner .text{margin-bottom:15px;}
    .s4_r_inner p{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;}
    .s4_r_inner a{text-align:center;}

    
    .s5_news .l_img{display:none;}
    .s5_news_list{width:100%;height:100%;padding-left:0;}
    .s5_news_list .item{height:32%;margin-bottom:1.8%;padding:10px;}
    .s5_news_list .text{padding:5%;}
    .s5_news_list .date{margin-bottom:6px;}
}

@media screen and (min-width:0px) and (max-width:767px) and (max-height:580px){
    .s4_r_inner .text{height:151px;}
    .s4_r_inner p{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}
}

@media screen and (min-width:0px) and (max-width:350px) and (max-height:580px){
    .section{padding-top:80px;}
    .section2 .classify{height:76%;}


    .s4_r_inner .text{height:130px;margin-bottom:10px;}
    .s4_r_inner p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
    .s5_news_list .text p{-webkit-line-clamp:1;height:19px;}

    .section5 .container{height:auto;}

}

@media screen and (min-width:1200px) and (min-height:450px) and (max-height:550px){
    .section1 .sidebar{width:100px;}

    .section{padding-bottom:15px;}
    .section3 .classify{height:70%;}

    .section2.container{width:88%;}
    .section2 .classify{height:70%;}
    .section2 .c_item{width:24%;height:100%;margin:0 0.5%;}
    .section2 .img{padding:10px;}
    .section2 .img img{width:100%;height:100%;}

    .s4_left{padding-top:133px;}
    .s4_right{padding-top:155px;}
    .s4_r_inner .text{margin-bottom:15px;}
    .s4_r_inner .text:nth-child(2){display:none;}
    .s4_r_inner{padding:0 80px 0 80px;}
    .s4_l_inner{width:450px;}
        .s4_l_inner .h_img {
            height: 100%;
            width: auto;
            margin: 1%;
            padding: 1px;
        }

    .section5 .s5_news{height:70%;}
    .s5_news_list .item{height:130px;margin-bottom:10px;padding:15px;}
    .s5_news_list .text{width:75%;padding-top:15px;}



}
@media screen and (min-width:992px) and (min-height:450px) and (max-height:550px){
    .section1 .sidebar{width:100px;}

    .section2 .container{width:88%;}
    .section2 .classify{height:70%;}
    .section2 .c_item{width:24%;height:100%;margin:0 0.5%;}
    .section2 .img{padding:10px;}
    .section2 .img img{width:100%;height:100%;}
}

@media screen and (min-width:1200px) and (min-height:551px) and (max-height:700px){
    .section2 .container{width:88%;}
    .section2 .classify{height:70%;}
    .section2 .c_item{width:24%;height:100%;margin:0 0.5%;}
    .section2 .img{padding:10px;}
    .section2 .img img{width:100%;height:100%;}
    
    .s4_r_inner .text:nth-child(2){display:none;}


    .section5 .s5_news{height:70%;}
    .s5_news_list .item{height:128px;margin-bottom:10px;padding:15px;}
    .s5_news_list .item:nth-child(3){display:none;}
    .s5_news_list .text{width:75%;padding-top:15px;}
    .s5_news .l_img img{width:100%;}
}
@media screen and (min-width:992px) and (min-height:450px) and (max-height:700px){
    .section2 .container{width:88%;}
    .section2 .classify{height:60%;}
    .section2 .c_item{width:24%;height:220px;margin:0 0.5%;}
    .section2 .img{padding:10px;}
    .section2 .img img{width:100%;height:100%;}
    
    .s4_r_inner .text:nth-child(2){display:none;}
    .s4_l_inner{width:420px;}
    .s4_l_inner .h_img{height:100%;width:auto;}


    .section5 .s5_news{height:80%;}
    .s5_news_list .item{height:128px;margin-bottom:10px;padding:15px;}

    .s5_news_list .text{width:75%;padding-top:15px;}
    .s5_news .l_img img{width:100%;}
}