@charset "utf-8";


@media screen and (min-width:0px){
    #header{height:50px;border-bottom: 1px solid #f4f4f4;}
    #logo{float: left;margin: 5px 0 0 10px;}
    #logo a{display: block;width: 80px;}

    .sidenav-oc{height: 50px;width: 50px;background-image: url("../images/bgp10.png");background-size: 15px auto;background-repeat: no-repeat;background-position: center center;float: right;}
    .sidenav-oc.c{background-image: url("../images/bgp17.png");background-size: 13px auto;}
    .search-oc{height: 50px;width: 50px;background-image: url("../images/bgp1.png");background-size: 15px auto;background-repeat: no-repeat;background-position: center center;float: right;}
    .search-oc:active{background-color:#f4f4f4 }

/*    .lan{float: right; position: relative;
        z-index: 10;}
    .lan-oc{
        background-image: url("../images/bgp2.png");background-size: 15px auto;background-repeat: no-repeat;background-position: 10px center;
        display: block;
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        height: 50px;
        padding: 0 10px 0 30px;
        line-height: 50px;
        font-size: 13px;
        color: #333333;}
    .lan-oc em{background-image: url("../images/bgp3.png");background-size: 8px auto;background-repeat: no-repeat;background-position:right center; padding-right: 13px;}*/

    .search{background: #f4f4f4;
        display: none;}
    .search-warp{
        float: left;
        padding: 10px 0;
        position: relative;
        left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}

    .search-txt{float: left;
        width: 150px;
        height: 30px;
        line-height: 30px;
        border: none;
        padding: 0 10px;
        font-size: 13px;
        background: #ffffff;}
    .search-btn{float: left; width: 70px;
        height: 30px;background-image: url("../images/bgp5.png");background-position: center center;background-repeat: no-repeat;background-size:20px auto;background-color: #d7000f;
        border: none; }

    .lan-cho{
        display: none;
        position: absolute;
        background: #ffffff;
        width: 100%;
        top: 100%;
        left: 0;}

    .lan-cho a{
        display: block;
        line-height: 30px;
        height: 30px;
       text-indent: 25px;
        font-size: 12px;
        color: #999999;
        }
    .lan-cho a.on{
        background: #e1e1e1;
        color: #666666;}
    .lan-cho img{
        width: 15px;

        margin-right: 10px;
        vertical-align: middle;}
/*    .nav{display: none;}*/

    .sidenav{
        width: 65%;max-width:300px;
        position: fixed;
        height: 100%;left:0;
        top: 0;
        z-index: 1000;transform: translate3d(-120%,0,0) ;-webkit-transform: translate3d(-120%,0,0);transition: all .5s;-webkit-transition: all .5s;}

    .sidenav.show{transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);}
    .sidenav {
        background: #000000;}
    .sidenav li{
        height: 40px;
        line-height: 40px;}

    .sidenav ul{
        padding-top: 30px;}
    .sidenav li a{
        display: block;
        font-size: 14px;
        color: #ffffff;
        text-indent: 35px;}

}
@media screen and (min-width:760px){
    #header{height:90px;}
    #logo{margin: 13px 0 0 20px;}
    #logo a{width: 128px;}
    .search-oc{height: 90px;width: 90px;background-size: 19px auto;}
    .sidenav-oc{height: 90px;width: 90px;background-size: 19px auto;}
    .sidenav-oc.c{background-size: 17px auto;}
    .lan-oc{
        background-size: 18px auto;background-position: 30px center;
        height: 90px;
        padding: 0 25px 0 65px;
        line-height: 90px;
        font-size: 16px;}
    .lan-oc em{background-size: 12px auto; padding-right: 23px;}
    .search-warp{
        padding:25px 0;
        }
    .search-txt{float: left;
        width: 350px;
        height: 56px;
        line-height: 56px;
        padding: 0 20px;
        font-size: 16px;
       }
    .search-btn{ width: 140px;
        height: 56px;background-size:25px auto;
        }
    .lan-cho a{
        line-height: 60px;
        height: 60px;
        text-indent: 50px;
        font-size: 14px;
    }
    .lan-cho img{
        width: 20px;
        margin-right: 15px;}


    .sidenav li{
        height: 60px;
        line-height: 60px;}

    .sidenav ul{
        padding-top: 60px;}
    .sidenav li a{
        font-size: 16px;
        text-indent: 55px;}

}
@media screen and (min-width:1200px){
    #logo{margin: 13px 0 0 0;}
    .search-oc:hover{background-color:#f4f4f4 }
    .sidenav-oc{
        display: none;}
/*    .nav{
        display: block;
        margin-left: 40px;
        float: left;}
    .nav>ul>li{
        z-index: 1000;
        position: relative;
        padding-right: 1px;
        height: 90px;
        line-height: 90px;
        float: left;
        width: 124px;
        text-align: center;}
    .nav>ul>li>a{
        color: #666666;
        font-size: 18px;
        display: block;}
    .nav>ul>li>a>em{
        padding-right: 25px;background-image: url("../images/bgp3.png");background-position: right center;background-repeat: no-repeat;background-size: 12px auto;}
    .nav>ul>li:hover>a,
    .nav>ul>li.show>a,
    .nav>ul>li.on>a{
        background: #f4f4f4;}
    .nav>ul>li:hover>a>em,
    .nav>ul>li.show>a>em,
    .nav>ul>li.on>a>em{background-image: url("../images/bgp4.png")}

    .nav>ul>li:hover .nav2{
        display: block;}*/

/*.nav2{
    display: none;
    position: absolute;
    top: 90px;
    width: 209px;
    background: #fbfbfb;}

    .nav2-wrap a{
        display: block;
        font-size: 16px;
        color: #514f50;}
    .nav2-wrap{
        text-indent: 17px;background:url("../images/bgp9.png") 192px center no-repeat;text-align: left }
    .nav2-wrap:hover>a{
        color: #ffffff;}
    .nav2-wrap:hover{background-image: url("../images/bgp8.png");background-color: #918d8c}
    .nav2-wrap:hover .nav3{
        display: block;}
    .nav3{
        text-indent: 0;
        text-align: center;
        display: none;}
    .nav3 a:hover{background: #918d8c;
        color: #ffffff;}

    .nav2-wrap{
        height: 50px;
        line-height: 50px;}
.nav2-p{
    position: relative;}

    .sidenav{
        display: none;}


    .nav3{


        position: absolute;
        background: #fbfbfb;
        top: 0;
        border-left: 1px solid #e3e3e2;
        left: 208px;min-height: 100%;
        width: 180px;}

}*/






@media screen and (min-width:0px){
    #footer{background-color: #f3f3f3;}
    .fmsg{padding-top: 10px;}
    .fmsg li{padding: 0 10px;
        margin-bottom: 10px;
        color: #999999;
        font-size: 11px;}
    .fmsg-tit{
        color: #666666;
        font-weight: bold;
        font-size: 14px;

        line-height: 30px;}
    .fmsg-p1{
        line-height: 28px;}
    .fmsg-p1 a{
        color: #999999;background-image: url("../images/bgp9.png");
        background-position: left center;
        padding-left: 15px;background-size: 6px auto;
        background-repeat: no-repeat;
       }
    .fmsg-p2-more a:hover,
    .fmsg-p1 a:hover{background-image: url("../images/bgp18.png");
        color: #d7000f;}
    .fmsg-p2{line-height: 20px;}
    .fmsg-p2-more a{background-image: url("../images/bgp9.png");
        background-position: right center;
        padding-right: 12px;background-size: 6px auto;
        background-repeat: no-repeat;
        color: #666666;}
    .fmsg-p2-more{
        line-height: 25px;text-align: right;}

    .fmsg-p3{
        line-height: 28px;
        padding-left: 18px;background-position: left center;
        background-repeat: no-repeat;}

    .fmsg-p3-i1{background-image: url("../images/bgp12.png");background-size: 11px auto}
    .fmsg-p3-i2{background-image: url("../images/bgp13.png");background-size: 10px auto}
    .fmsg-p3-i3{background-image: url("../images/bgp14.png");background-size: 12px auto}


    .fmsg-p4{
        line-height: 15px;
        margin-bottom: 10px;
        }
    .fmsg-dy-txt{
        width: 150px;
        height: 30px;
        line-height: 30px;
        background: #c4c4c4;
        color: #ffffff;
        font-size: 12px;
        float: left;
        padding:0 10px;
        border: none;}

    .fmsg-dy-btn{
        height: 30px;
        background-color: #d7000f;
        background-image: url("../images/bgp15.png");
        background-position: 15px center ;
        background-repeat: no-repeat;
        background-size: 12px auto;
        color: #ffffff;
        font-size: 12px;
        float: left;
        padding-left: 30px;
        padding-right: 20px;
        border: none;}
    .webmsg{background-image: url("../images/bgp11.png");background-repeat: no-repeat;background-position: bottom center;background-size: cover;padding-top: 60px;text-align: center;color: #ffffff;font-size: 11px;}
    .webmsg-links {}
    .webmsg-links a{ color: #ffffff;}
    .webmsg-links span{}

    .webmsg-copyright{
        padding:10px 0 20px 0;}

}


@media screen and (min-width:760px){
    .fmsg{padding-top: 20px;}
    .fmsg li{padding: 0 20px;
        width: 50%;box-sizing: border-box;
        float: left;
        margin-bottom: 20px;
        font-size: 12px;}
    .fmsg-tit{
        font-size: 15px;
        line-height: 35px;}
    .fmsg-p1{
        line-height: 33px;}
    .fmsg-p1 a{
        padding-left: 18px;background-size:7px auto;
    }

    .fmsg-p2{
        line-height: 25px;}

    .fmsg-p2-more a{
        padding-right: 15px;background-size: 7px auto;}
    .fmsg-p2-more{
        line-height: 40px;}


    .fmsg-p3{
        line-height: 33px;
        padding-left: 22px;
       }

    .fmsg-p3-i1{background-size: 12px auto}
    .fmsg-p3-i2{background-size: 12px auto}
    .fmsg-p3-i3{background-size: 14px auto}

    .fmsg-p4{
        line-height: 20px;
        margin-bottom: 15px;
    }
    .fmsg-dy-txt{
        width: 150px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        }

    .fmsg-dy-btn{
        height: 35px;
        font-size: 13px;
        padding-left: 30px;
        padding-right: 25px;
       }
    .webmsg{padding-top: 70px;font-size: 12px;background-size:cover;}
    .webmsg-links {}
    .webmsg-links span{
        margin: 0 5px;}
    .webmsg-copyright{
        padding:15px 0 25px 0;}

}


@media screen and (min-width:1200px){
    .fmsg li{padding: 0;margin-bottom: 0;}
    .fmsg .fmsg-l1{width: 166px;}
    .fmsg .fmsg-l2{width: 394px;
        padding-right: 89px;}
    .fmsg .fmsg-l3{width: 378px;}
    .fmsg .fmsg-l4{width: 260px;}
    .fmsg-tit{
        font-size: 16px;
        line-height: 40px;}
    .fmsg-p1{
        line-height: 35px;}
    .fmsg-p1 a{
        padding-left: 20px;background-size:8px auto;
    }

    .fmsg-p2{
        line-height: 28px;}

    .fmsg-p2-more a{
        padding-right: 17px;background-size: 8px auto;}
    .fmsg-p2-more{
        line-height: 45px;}

    .fmsg-p3{
        line-height: 35px;
        padding-left: 25px;
    }

    .fmsg-p3-i1{background-size: 14px auto}
    .fmsg-p3-i2{background-size: 14px auto}
    .fmsg-p3-i3{background-size: 16px auto}

    .fmsg-p4{
        line-height: 25px;
        margin-bottom: 20px;
    }
    .fmsg-dy-txt{
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    .fmsg-dy-btn{background-size: 13px auto;
        height: 40px;
        padding-left: 30px;
    }
    .webmsg{padding-top: 70px;text-align: right;background-size:100% 100%;}
    .webmsg-links span{
        margin: 0 10px;}
    .webmsg-copyright{ padding:25px 0 155px 0;}

}


@media screen and (min-width:0px) {
    .ban{
        background: #ebebeb;
        padding: 0 10px;
    }

    .place{
        background: #f4f4f4;padding: 0 10px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        color: #666666;}
    .place em{margin-right: 5px;}
    .place a{color: #666666;}
    .place a:active,
    .place a.on,
    .place a:hover{color: #d7000f;}
    .place span{margin: 0 5px;font-family: '宋体'}

}
@media screen and (min-width:760px) {
    .ban{
        background: #ebebeb; padding: 0 20px;
    }

    .place{
        padding: 0 20px;
        height: 40px;
        line-height: 40px;}
    .place em{margin-right: 8px;}
    .place span{margin: 0 8px;}
}

@media screen and (min-width:1200px) {
    .place{
        height: 45px;
        line-height: 45px;}
    .place em{margin-right: 10px;}
    .place span{margin: 0 10px;}

}


@media screen and (min-width:0px) {
    #main{padding: 15px 0 30px 0;}
    .main-l{float: left;width: 100%;padding:0 10px;box-sizing: border-box}
    .main-r{float: right;width: 100%;padding:0 10px;box-sizing: border-box;
        padding-top: 20px;}
}

@media screen and (min-width:760px) {
    #main{padding: 25px 0 50px 0;}
    .main-l{padding:0 20px ;}
    .main-r{padding:0 20px ;
        padding-top: 30px;}
}

@media screen and (min-width:1200px) {
    #main{padding: 30px 0 75px 0;}
    .main-l{width:302px;padding:0 ;
        padding-top: 65px;}
    .main-r{float: right;width:865px;padding:0 ;}
}


@media screen and (min-width:0px) {
    .webtit{
        background-color: #969696;
        background-repeat: no-repeat;
        background-image: url("../images/bgp16.png");background-position: 96% center;background-size: 20px auto;
        color: #ffffff;
        line-height: 35px;
        height: 35px;
        text-indent: 13px;
        font-size: 16px;}
}

@media screen and (min-width:760px) {
    .webtit{
        background-position: 97% center;background-size: 25px auto;
        line-height: 50px;
        height: 50px;
        text-indent: 18px;
        font-size: 18px;}
}

@media screen and (min-width:1200px) {
    .webtit{
        background-position: 248px 38px;background-size: 26px auto;
        line-height: 83px;
        padding-top: 10px;
        height: 83px;
        text-indent: 26px;
        font-size: 24px;}



}




@media screen and (min-width:0px) {
    .menu{padding: 2px 0;}
    .menu>li>a{
        line-height: 35px;
        height: 35px;
        display: block;
        border-bottom:1px solid #e8e8e8;background-image: url("../images/bgp9.png");
        background-repeat: no-repeat;background-position: 12px center;background-size: 6px auto;
        text-indent: 30px;
        color: #666666;
        font-size: 12px;}

    .menu>li.on>a{background-color: #d7000f;background-image: url("../images/bgp8.png");
        color: #ffffff;}
    .menu>li.on .menu-pop{
        display: block;}
    .menu-pop{background: #f3f3f3;
        display: none;
        padding: 1px 0;}
    .menu-pop a{
        background-image: url("../images/bgp9.png");
        background-repeat: no-repeat;background-position:95% center;background-size: 5px auto;
        height: 25px;
        line-height: 25px;
        color: #999999;
        font-size: 11px;
        text-indent: 12px;
        display: block;}
    .menu-pop a.on{background-color: #a8a8a8;background-image: url("../images/bgp8.png");
        color: #ffffff;}

}

@media screen and (min-width:760px) {
    .menu>li>a{
        line-height: 45px;
        height: 45px;
        background-position: 14px center;background-size: 8px auto;
        text-indent: 35px;
        font-size: 13px;}

    .menu-pop a{
      background-position:96% center;background-size: 7px auto;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        text-indent: 14px;
       }


}

@media screen and (min-width:1200px) {

    .menu>li>a{
        line-height: 55px;
        height:55px;
        background-position: 16px center;background-size: 10px auto;
        text-indent: 45px;
        font-size: 14px;}

    .menu-pop a{
        background-position:273px center;background-size: 9px auto;
        height: 38px;
        line-height: 38px;
        text-indent: 15px;
        }

}

@media screen and (min-width:0px) {
    .webtit2 {
        line-height: 30px;
        border-bottom: 2px solid #f3f3f3;
        font-size: 16px;
        font-weight: bold;
        color: #585858;}
    .xq{
        padding-top:20px;
        padding-bottom: 30px;}

    .xq-wrap{padding: 0 10px;}

    .xq-h{background: #f3f3f3;padding: 10px ;padding-bottom:20px;
        margin-top: 10px;}
    .xq-h-t{
        line-height: 24px;
        color: #333333;
        font-size: 14px;}
    .xq-h-p{
        line-height: 20px;
        color: #858585;
        font-size: 12px;}
    .xq-l{
        padding-top: 10px;}
    .xq-l li{margin-bottom: 10px;
        position: relative;}
    .xq-l-p{
        line-height: 34px;
        color: #4a494b;
        font-size: 12px;
        background: #f3f3f3;
        text-indent: 12px;
    }
    .xq-l li span{ line-height: 34px;
        color: #fff;
        font-size: 12px;
        position: absolute;
        left:20px;
        top: 0;}
    .xq-l li em{
        display: block;background: #f3f3f3;
        font-size: 11px;
        color: #999999;
        line-height: 20px;
        padding: 0 10px;
        padding-bottom: 5px;}

    .pp li{
        float: left;
        width: 50%;
        border: 1px solid #f3f3f3;box-sizing: border-box;
        margin-left: -1px;
        margin-top: -1px;}

    .pp li img{
        width: 100%;}

}
@media screen and (min-width:760px) {
    .pp li{

        width: 25%;
       }
    .webtit2 {
        line-height: 50px;
        font-size: 18px;
       }
    .xq{
        padding-bottom: 40px;}


    .xq-h{padding: 20px ;padding-bottom:25px; margin-top: 20px;}
    .xq-h-t{
        line-height: 30px;
        font-size: 15px;}
    .xq-h-p{
        line-height: 24px;
        font-size: 13px;}
    .xq-l li{margin-bottom: 15px;
        float: left;
    }
    .xq-l li.w100{
        width: 100%;}
    .xq-l li.w50{
        width: 50%;}
    .xq-l li.w33{
        width: 33.333%;}

    .xq-l li.w25{
        width: 25%;}
    .xq-l-p{
        line-height: 40px;
        font-size: 13px;
        text-indent: 13px;
    }
    .xq-l li span{ line-height: 40px;
        font-size: 14px;
        left:25px;}
    .xq-l li em{
        font-size: 12px;
        height: 40px;
        overflow: hidden;
        padding-bottom: 10px;}

}
@media screen and (min-width:1200px) {
    .webtit2 {
        line-height: 65px;
        font-size: 24px;font-weight: normal;
       }

    .xq-h{margin-top:40px;}
    .xq{
        padding-bottom: 50px;}
    .xq-l{
        padding-top: 20px;}
    .xq-h-t{
        line-height: 35px;
        font-size: 16px;}
    .xq-h-p{
        line-height: 28px;
        font-size: 14px;}
    .xq-l li{margin-bottom: 20px;
    }
    .xq-l-p{
        line-height:40px;
        font-size: 14px;
        text-indent: 14px;
    }

    .xq-l li em{
        line-height: 24px;
        height: 48px;
        font-size: 12px;
        padding-bottom: 10px;}

    .xq-l li span{ line-height: 50px;
        font-size: 16px;
        left:30px;}

}




@media screen and (min-width:0px) {
    .zx{
        border: 1px solid #eeeeee;
        border-top: 3px solid #eeeeee;
        padding: 0 10px;
        padding-bottom: 15px;
        font-size: 12px;
    }
    .zx-tit{
        margin-bottom: 10px;
        line-height: 40px;
        height: 40px;
        color: #444444;
        font-size: 16px;}
    .zx-label{

        float: left;
        width: 20%;
        color: #333333;}
    .zx-txt{
        font-size: 12px;
        float: left;border: none;
        background: #f3f3f3;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;box-sizing: border-box;
    }
    .zx-txt-w1{
        width: 79%;
        }

    .zx-txt-w2{
        width: 79%;
    }

    .zx-box{ float: left;padding-bottom: 10px;line-height: 30px;
        height: 30px;
        width: 100%;}
    
    .zx-checkbox{

        float: left;
    }
    .zx-checkbox li{
        float: left;
        color: #666666;
        margin-right: 5px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;}
    .zx-checkbox li.on{
        background: #e4e4e4;}

    .zx-btn{
        height: 30px;
        background: #d7000f;
        color: #ffffff;
        font-size: 13px;
        padding: 0 8px;
        margin-left: 20%;
        border: none;}


}
@media screen and (min-width:760px) {
    .zx{
        padding: 0 20px;
        padding-bottom: 20px;
        font-size: 13px;
    }
    .zx-tit{
        margin-bottom: 15px;
        line-height: 50px;
        height: 50px;
        font-size: 17px;}
    .zx-label{
        width: 45px;}
    .zx-txt{
        font-size: 13px;
        height: 40px;
        line-height: 40px;
    }
    .zx-txt-w1{
        width: 240px
    }

    .zx-txt-w2{
        width: 240px
    }

    .zx-box{padding-bottom: 15px;line-height: 40px;
        height: 40px;width: auto;
        margin-right: 50px;}


    .zx-checkbox li{
        margin-right: 10px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;}
    .zx-btn{
        height: 40px;
        font-size: 14px;
        padding: 0 25px;
        margin-left: 45px;}

}
@media screen and (min-width:1200px) {
    .zx{
        padding: 0 25px;
        padding-bottom: 25px;
        font-size: 14px;
    }
    .zx-tit{
        margin-bottom: 20px;
        line-height: 55px;
        height: 55px;
        font-size: 18px;}
    .zx-label{
        width:60px;}
    .zx-txt{
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .zx-txt-w1{
        width: 260px
    }

    .zx-txt-w2{
        width: 260px
    }

    .zx-box{padding-bottom: 20px;line-height: 45px;
        height: 45px;
        margin-right: 50px;}


    .zx-checkbox li{
        margin-right: 15px;
        height: 45px;
        line-height: 45px;
        padding: 0 20px;}
    .zx-btn{
        height: 45px;
        font-size: 15px;
        padding: 0 30px;
        margin-left: 60px;}

}


@media screen and (min-width:0px) {
    .promenu{ padding: 0 10px;}
    .promenu li{padding: 0 0 10px 0;border-bottom:1px solid #f3f3f3;
        margin-bottom: 20px;}
    .promenu li .promenu-box{display: block;
        position: relative;
        overflow: hidden;}

    .promenu li .promenu-box:hover .promenu-pop-t{-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
    .promenu li .promenu-box:hover .promenu-pop-list{-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

    .promenu-pop-t{-webkit-transition:all 0.5s ;transition:all 0.5s ;-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);
        width: 100%;
        height: 30%;
        position: absolute;
        background:url("../images/bgp19.png") repeat;
        left: 0;
        top: 0;
        line-height: 80px;
        text-indent: 15px;}

    .promenu-pop-t em{background-image: url("../images/bgp8.png");background-position: right center;padding-right: 15px;
        background-repeat: no-repeat;background-size: 6px auto;
        color: #fff;
        font-size: 14px;}

    .promenu-pop-list{-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);
        position: absolute;-webkit-transition:all 0.5s ;transition:all 0.5s ;
        height: 70%;
        width: 100%;
        left: 0;
        bottom: 0;
        padding:0 15px;
        padding-top: 10%;box-sizing: border-box;
        background: #f1f1f1;}
    .promenu-pop-list dd{
        line-height: 35px;
        float: left;
        width: 50%;}
    .promenu-pop-list dd a{background-image: url("../images/bgp9.png");background-position: left center;padding-left: 15px;
        background-repeat: no-repeat;background-size: 6px auto;
        color: #999;
        font-size: 12px;}

    .promenu-pop-list dd a:hover{background-image: url("../images/bgp18.png");
        color: #c4261d;}



    .promenu li a.promenu-box:active h5 span,
    .promenu li a.promenu-box:hover h5 span{color: #c4261d;}
    .promenu li a.promenu-box:hover h5 span{background-image: url("../images/bgp18.png");}
    .promenu li p{
        line-height: 18px;
        height: 18px;
        overflow: hidden;}
    .promenu li p span{color: #999999; font-size: 12px;
        display: inline-block;
        margin-right: 5px;}
    .promenu li h5{
        line-height: 25px;
        padding-top: 5px;}
    .promenu li h5 span{background-image: url("../images/bgp9.png");background-position: right center;padding-right: 15px;
        background-repeat: no-repeat;background-size: 6px auto;
        color: #333333;
        font-size: 14px;}

    .promenu-wrap{
        height: 35px;
        line-height: 35px;
        background: #f3f3f3;border-bottom: 2px solid #f3f3f3;
        text-indent: 14px;}

    .promenu li a.promenu-box:active .promenu-wrap span,
    .promenu li a.promenu-box:hover .promenu-wrap span{background-image: url("../images/bgp18.png");color: #c4261d;
        }

    .promenu-wrap span{background-image: url("../images/bgp9.png");background-position: right center;padding-right: 15px;
        background-repeat: no-repeat;background-size: 6px auto; font-size: 14px;color: #666666;}

}

@media screen and (min-width:760px) {
    .promenu{ padding: 0 20px;
        padding-top: 20px;}
    .promenu li{padding: 0 0 15px 0;
        width: 50%;
        float: left;
        margin-bottom: 30px;}
    .promenu li .promenu-box{
        margin: 0 15px;}

    .promenu-pop-t{

        line-height: 95px;
        text-indent: 35px;}

    .promenu-pop-t em{padding-right: 18px;background-size: 7px auto;
        font-size: 15px;}

    .promenu-pop-list{
        padding:0 30px;
        padding-top: 10%;  }
    .promenu-pop-list dd{
        line-height: 40px;
       }
    .promenu-pop-list dd a{padding-left: 18px;background-size: 7px auto;
        font-size: 13px;}



    .promenu li p{
        line-height: 24px;
        height: 24px;}
    .promenu li p span{ font-size: 13px;
        margin-right: 7px;}
    .promenu li h5{
        line-height: 28px;
        padding-top: 10px;}
    .promenu li h5 span{padding-right: 18px;background-size: 7px auto;
        font-size: 15px;}

    .promenu-wrap{
        height: 40px;
        line-height: 40px;
        text-indent: 15px;}





    .promenu-wrap span{padding-right: 18px;background-size: 7px auto; font-size: 15px;}

}

@media screen and (min-width:1200px) {
    .promenu{ padding: 0 ;padding-top: 40px;}
    .promenu li{padding: 0 0 20px 0;
        width: 33.333%;
        margin-bottom: 40px;}
    .promenu li .promenu-box{
        margin: 0 20px;}



    .promenu-pop-t em{padding-right: 20px;background-size: 8px auto;
        font-size: 16px;}

    .promenu-pop-list dd a{padding-left: 20px;background-size: 8px auto;
        font-size: 14px;}

    .promenu li p{
        line-height: 28px;
        height: 28px;}
    .promenu li p span{ font-size: 14px;
        margin-right: 10px;}
    .promenu li h5{
        line-height: 30px;
        padding-top: 15px;}
    .promenu li h5 span{padding-right: 20px;background-size: 8px auto;
        font-size: 16px;}

    .promenu-wrap{
        height: 45px;
        line-height: 45px;
        text-indent: 16px;}

    .promenu-wrap span{padding-right: 20px;background-size: 8px auto; font-size: 16px;}

}

@media screen and (min-width:0px) {
    .bgbox .modtit em{
        background: #f2f2f2;}
    .modtit{
        margin:0 20%;
        text-align: center;
        margin-bottom: 5px;
        line-height: 40px;
        height: 40px;
        background: url("../images/bgp20.png") center  repeat-x;}

    .modtit em{display: inline-block;
        background: #ffffff;
        padding:0 30px;
        color: #d7000f;
        font-size: 18px;}

}


@media screen and (min-width:760px) {
    .modtit{
        margin-bottom: 10px;
        line-height: 70px;
        height: 70px;
       }

    .modtit em{
        padding:0 40px;
        font-size: 25px;}

}


@media screen and (min-width:1200px) {
    .modtit{
        margin-bottom: 15px;
        line-height:90px;
        height: 90px;
    }
    .modtit em{
        padding:0 50px;
        font-size: 30px;}

}


@media screen and (min-width:0px) {
    .jjmod{


        margin:0 10px ; color: #666666;
        margin-bottom: 20px;
        font-size: 13px;}
    .jjmod-r{
        padding: 10px ;
        background: #f4f4f4;}
    .jjmod-p1{
        line-height: 22px;

        padding: 5px 0;}

    .jjmod-p2{
        background: #ffffff;
        line-height: 20px;
        padding: 5px;}

    .jjmod-more{
        width: 100%;
        display: block;
        text-align: center;
        height: 30px;
        line-height: 30px;
        background: #969696 ;
        margin-top: 10px;
        color: #ffffff;
        font-size: 12px;
    }

    .jjmod-more:hover{
        background: #d7000f;}
    .jjmod-more em{background-image: url("../images/bgp8.png");background-size: 6px auto;background-position: left center;
        background-repeat: no-repeat;padding-left: 15px}

}

@media screen and (min-width:960px) {
    .jjmod{
        position: relative;
        margin:0 20px ;
        margin-bottom:30px;
        font-size: 14px;}
    .jjmod-l{
        width: 65%;
        float: left;}
    .jjmod-r{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 35%;
        padding: 15px ;box-sizing: border-box;}
    .jjmod-p1{
        line-height: 26px;
        padding: 10px 0;}

    .jjmod-p2{
        line-height: 24px;
        padding: 10px;}

    .jjmod-more{
        width: 60%;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        font-size: 13px;
    }

    .jjmod-more em{background-size: 7px auto;
        padding-left: 18px}

}

@media screen and (min-width:1200px) {
    .jjmod{
        margin:0 ;
        margin-bottom: 40px;
        font-size: 16px;}
    .jjmod-r{
        padding: 20px;}
    .jjmod-p1{
        line-height: 33px;
        padding: 15px 0;}

    .jjmod-p2{
        line-height: 30px;
        padding: 15px;}

    .jjmod-more{
        height: 50px;
        line-height: 50px;
        margin-top: 20px;
    }

    .jjmod-more em{background-size: 8px auto;
        padding-left: 20px}

}

@media screen and (min-width:0px) {
    .bgbox{
        background: #f2f2f2;
        padding-bottom: 25px;}
}

@media screen and (min-width:760px) {
    .bgbox{
        padding-bottom: 30px;}
}

@media screen and (min-width:1200px) {
    .bgbox{
        padding-bottom: 45px;}
}
@media screen and (min-width:0px) {
    .hpmod{
        padding: 0 10px;}
    .hpmod-js{text-align: center;color: #666666;padding-bottom: 10px;}
    .hpmod-js-p1 {line-height: 18px;font-size:12px;}
    .hpmod-js-p2 {line-height: 20px;font-size:14px;}
    .hpmod-list li{
        background: #ffffff;
        float: left;
        text-align: center;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid #e1e1e1;
        width: 100%;}
    .hpmod-list li:last-child{
        border: none;}

    .hpmod-list li a{
        display: block;}
    .hpmod-list li a:hover em{ background-image: url("../images/bgp18.png");
        color: #d7000f;}
    .hpmod-list li em{        font-size: 15px;
        color: #666;
        background-image: url("../images/bgp9.png");background-size: 7px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 18px
    }
    .hpmod-list li i{
        background-size: 100% 100%;
        width: 62px;
        height: 53px;
        margin: 0 auto;
        display: block;}
    .hpmod-list li i.i1{background-image: url("../images/bgp21.png")}
    .hpmod-list li i.i2{background-image: url("../images/bgp22.png")}
    .hpmod-list li i.i3{background-image: url("../images/bgp23.png")}
}


@media screen and (min-width:760px) {
    .hpmod{
        padding: 0 20px;}
    .hpmod-js{padding-bottom: 25px;}
    .hpmod-js-p1 {line-height: 22px;font-size:13px;}
    .hpmod-js-p2 {line-height: 24px;font-size:15px;}
    .hpmod-list li{
        line-height: 45px;
        padding: 20px 0;
        border-bottom: none;
        width: 33.333%;}


    .hpmod-list li a{
        display: block;border-right:  1px solid #e1e1e1;}

    .hpmod-list li:last-child a{
        border: none;}

    .hpmod-list li em{        font-size: 16px;
       background-size: 8px auto;padding-right: 23px
    }
    .hpmod-list li i{
        width: 72px;
        height: 60px;}
}


@media screen and (min-width:1200px) {
    .hpmod{
        padding: 0;}
    .hpmod-js{padding-bottom: 35px;}
    .hpmod-js-p1 {line-height: 24px;font-size:14px;}
    .hpmod-js-p2 {line-height: 26px;font-size:16px;}
    .hpmod-list li{
        line-height: 55px;
        padding: 30px 0;}




    .hpmod-list li em{        font-size: 18px;
        background-size: 9px auto;padding-right: 25px
    }
    .hpmod-list li i{
        width: 96px;
        height: 79px;}
}


@media screen and (min-width:0px) {

    .menumod{
        margin-top: 20px;padding: 0 10px;}
    .menumod li{
        float: left;
        margin-bottom: 10px;
        width: 100%;}
    .menumod li a{
        display: block;}
    .menumod li a:active .menumod-wrap,
    .menumod li a:hover .menumod-wrap{background: #d7000f;}
    .menumod li a:active .menumod-wrap p,
    .menumod li a:hover .menumod-wrap p{
        color: #ffffff;}

    .menumod li a:active .menumod-wrap h5,
    .menumod li a:hover .menumod-wrap h5{
        color: #ffffff; background-image: url("../images/bgp8.png"); }

    .menumod-wrap{

        padding: 10px;
        background: #f3f3f3;
    }
    .menumod-wrap h5{
        background-image: url("../images/bgp9.png");background-size: 7px auto;background-position: right center;
        background-repeat: no-repeat;
        color: #d7000f;
        line-height: 28px;
        height: 28px;
        overflow: hidden;
        font-size: 16px;}
    .menumod-wrap p{
        color: #666666;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        font-size: 13px;}

}


@media screen and (min-width:760px) {

    .menumod{
        margin-top: 40px;padding: 0 15px;}
    .menumod li{
        box-sizing: border-box;
        padding:0 5px;
        margin-bottom:0;
        width: 33.333%;}
    .menumod-wrap{
        padding: 20px;
    }
    .menumod-wrap h5{background-size: 8px auto;
        line-height: 32px;
        height: 32px;
        font-size: 18px;}
    .menumod-wrap p{
        line-height: 24px;
        font-size: 14px;}

}


@media screen and (min-width:1200px) {

    .menumod{
        margin-top: 60px;
        padding: 0;}

    .menumod-wrap{
        padding: 30px;
    }
    .menumod-wrap h5{background-size: 9px auto;
        line-height: 35px;
        height: 35px;
        font-size: 20px;}
    .menumod-wrap p{
        line-height: 26px;
        font-size: 16px;}

}



@media screen and (min-width:0px) {
    .lx{
        padding: 0 10px;

        padding-bottom: 25px;}
    .lx-l{
        position: relative;
        border: 1px solid #ededed;}

    .lx-l-pop{ color: #666666;
        font-size: 10px;
        width: 100%;
        bottom: 0;
        position: absolute;
        left: 0;
        padding: 10px;box-sizing: border-box;
        background:url("../images/bgp27.png") repeat;}

    .lx-l-pop h5{
        line-height: 18px;}

    .lx-l-pop p{
        text-align: right}

    .lx-l-pop p a{
        background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 15px;
        color: #666666;
    }

    .lx-l-pop p a:hover{
        color: #d7000f;background-image: url("../images/bgp18.png");}
}

@media screen and (min-width:760px) {
    .lx{
        padding: 0 20px;
        padding-bottom: 30px;}
    .lx-l-pop{
        font-size: 12px;
        padding: 20px;}

    .lx-l-pop h5{
        line-height: 24px;}
    .lx-l-pop p a{
        background-size: 7px auto;padding-right: 18px;
    }
}


@media screen and (min-width:1200px) {
    .lx{
        padding: 0;
        padding-bottom: 45px;}
    .lx-l{
        float: left;
        width: 771px;
        height: 417px;}
    .lx-l-pop{
        font-size: 13px;
        padding: 25px;}

    .lx-l-pop h5{
        line-height: 28px;}
    .lx-l-pop p a{
        background-size: 8px auto;padding-right: 20px;
    }
}




@media screen and (min-width:0px) {

    .lx-r{
        padding-top: 10px;}

    .lx-yq{
        background: #f3f3f3;
        padding: 10px;}
    .lx-yq-t{
        text-align: center;}
    .lx-yq-t img{
        width: 100%;max-width: 368px;
        height: auto;}
.lx-yq-msg{
    background: #e1e1e1;
    color: #666666;
    padding: 10px;}
  .lx-yq-msg p{ font-size: 12px;
        line-height: 20px;}

    .lx-yq-msg h5{
        line-height: 25px;
        font-size: 13px;}
    .lx-jr{position: relative;
        background: #f3f3f3;
        margin-top: 10px;}
    .lx-jr-img{
        width: 100%;
        float: left;}

    .lx-jr-msg{
        float: left;
        padding:10px;box-sizing: border-box;
        width: 100%;}

    .lx-jr-msg h5{
        text-align: center;
        line-height: 25px;
        color: #d7000f;
        font-size: 14px;}

    .lx-jr-msg p{
        line-height: 17px;
        color: #999;
        padding-top: 10px;
        font-size: 12px;}

    .lx-jr-msg em{
        display: block;
           line-height: 25px;
        text-align: center;}

    .lx-jr-msg em a{
        color: #666666;background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 15px;
        font-size: 12px;}
    .lx-jr-msg em a:hover{
        color: #d7000f;background-image: url("../images/bgp18.png");}
}

@media screen and (min-width:768px) {
    .lx-r{
        padding-top: 20px;}

    .lx-yq{
        padding: 20px;}

    .lx-yq-msg{
        padding: 20px;}
    .lx-yq-msg p{ font-size: 13px;
        line-height: 23px;}
    .lx-yq-msg h5{
        line-height: 28px;
        font-size: 14px;}


    .lx-jr{
        margin-top: 20px;}
    .lx-jr-img{
        width: 50%;}

    .lx-jr-msg{
        padding:20px;
        width: 50%;}

    .lx-jr-msg h5{
        line-height: 35px;
        font-size: 18px;}

    .lx-jr-msg p{
        line-height: 24px;
        padding-top: 15px;
        font-size: 13px;}

    .lx-jr-msg em{
        position: absolute;
        line-height: 45px;
        bottom: 30px;
        right: 0;
        width: 50%;}

    .lx-jr-msg em a{
       background-size: 7px auto;padding-right: 18px;
        font-size: 13px;}


}


@media screen and (min-width:1200px) {

    .lx-r{
        float: right;
        width: 412px;
        padding-top: 0;}

    .lx-yq{
        padding: 18px;
        padding-top: 0;}

    .lx-yq-msg{
        padding: 0;}
    .lx-yq-msg p{ font-size: 13px;
        float: left;
        padding-left: 30px;
        padding-top: 8px;
        width: 210px;
        line-height: 27px;}
    .lx-yq-msg h5{
        text-align: center;border-right: 1px solid #fff;
        float: left;
        width: 123px;
        line-height: 93px;
        height: 93px;
    }
    .lx-jr{
        margin-top: 17px;}
    .lx-jr-msg h5{
        font-size: 20px;}

    .lx-jr-msg p{
        line-height: 23px;
        padding-top: 10px;}

    .lx-jr-msg em{
        bottom: 0;}

    .lx-jr-msg em a{
        background-size: 8px auto;padding-right: 20px;
        }

}

@media screen and (min-width:0px) {
    .xw{
        padding: 0 10px;}
    .xw-l {
        float: left;
        width: 100%;
    }

    .xw-h{
        line-height: 40px;
        height: 40px;}

    .xw-tit{        font-size: 15px;
        color: #666666;
    }
    .xw-al{
        background: #ffffff;}
    .xw-al-img{
        width: 100%;}
    
    .xw-al-msg{
        padding:10px;}
    .xw-al-msg h5{
        line-height: 25px;
        font-size: 13px;}
    .xw-al-msg p{
        line-height: 20px;
        color: #666666;
        font-size: 12px;}

    .xw-al-msg a{
        margin-top: 10px;
        display: block;
        height: 25px;
        line-height: 25px;
        background: #e9e9e9;
        font-size: 12px;
        text-align: center;
        color: #666666;}

    .xw-al-msg a em{background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 15px;}
    .xw-list li:hover a,
    .xw-al:hover .xw-al-msg a{
        background: #d7000f;
        color: #ffffff;}
    .xw-list li:hover .xw-list-msg a em,
    .xw-al:hover a em{background-image: url("../images/bgp8.png");}

    .xw-more{background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 15px;
        font-size: 12px;
        float: right;
        color: #666666;}
    .xw-more:hover{background-image: url("../images/bgp18.png");
        color: #d7000f;}
    .xw-r{margin-top:10px;
        float: right;
        width: 100%;}
    .xw-list{
        background: #ffffff;
        padding:10px 5px;}
    .xw-list li{
        padding:0 5px;box-sizing: border-box;
        width: 50%;
        float: left;}
    .xw-list-img img{
        width: 100%;}
    .xw-list-msg{
        padding: 0 10px;box-sizing: border-box}
    .xw-list-msg p{
        padding-top: 10px;
        line-height: 20px;
        font-size: 12px;
        color: #666666;}

    .xw-list-msg a{
        margin-top: 10px;
        display: block;
        height: 25px;
        line-height: 25px;
        background: #e9e9e9;
        font-size: 12px;
        text-align: center;
        color: #666666;}

    .xw-list-msg a em{background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 15px;}

}

@media screen and (min-width:768px) {
    .xw{
        padding: 0 20px;}


    .xw-h{
        line-height: 50px;
        height: 50px;}

    .xw-tit{        font-size: 19px;
    }
    .xw-al-img{
        float: left;
        width: 50%;}

    .xw-al-msg{
        padding:20px;
        float: left;
        width: 50%;box-sizing: border-box}
    .xw-al-msg h5{
        line-height: 50px;
        font-size: 15px;}
    .xw-al-msg p{
        line-height: 24px;
        font-size: 13px;}

    .xw-al-msg a{
        margin-top: 30px;
        width: 110px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;}
    .xw-al-msg a em{background-size: 7px auto;padding-right: 18px;}

    .xw-more{background-size: 7px auto;padding-right: 18px;
        font-size: 13px;}
    .xw-r{margin-top:20px;
        }

    .xw-list{
        padding:30px 15px;}
    .xw-list li{
        padding:0 15px;}
    .xw-list-msg{
        padding: 0 20px;}
    .xw-list-msg p{
        padding-top: 20px;
        line-height: 25px;
        font-size: 13px;}

    .xw-list-msg a{
        margin-top: 15px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;}

    .xw-list-msg a em{background-size: 7px auto;padding-right: 18px;}

}


@media screen and (min-width:1200px) {
    .xw{
        padding: 0 ;}

    .xw-l{
        width: 774px;}
    .xw-h{
        line-height: 70px;
        margin-top: -40px;
        height: 70px;}

    .xw-tit{        font-size: 22px;
    }


    .xw-al-msg{
        padding:40px;
        padding-bottom: 0;
       }
    .xw-al-msg h5{
        line-height: 50px;
        font-size: 16px;}
    .xw-al-msg p{
        line-height: 26px;
        font-size: 14px;}

    .xw-al-msg a{
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;}
    .xw-al-msg a em{background-size: 8px auto;padding-right: 20px;}


    .xw-more{background-size: 8px auto;padding-right: 20px;}
    .xw-r{margin-top:0;
        width:410px; }

    .xw-list{
        padding:5px 10px;}
    .xw-list li{
        padding:5px 0;
        width: 100%;}

    .xw-list-img{
        float: left;
        width: 50%;}

    .xw-list-msg{
        float: left;
        width: 50%;
        padding: 0 20px;}
    .xw-list-msg p{
        padding-top:0;
        height: 100px;
        }

    .xw-list-msg a{
        margin-top: 16px;
        }

    .xw-list-msg a em{background-size: 8px auto;padding-right: 20px;}


}


@media screen and (min-width:0px) {
        .menumod2{
            padding: 10px;
            padding-top: 20px;}

    .menumod2 li{
        width: 33.33%;
        float: left;
        padding: 10px 0;text-align: center;
        background: #f2f2f2;}

    .menumod2 li:hover .menumod2-msg a{
        background: #d7000f;}
    .menumod2 li:hover{
        background: #f8f8f8;}
    .menumod2-img{
        float: left;
        width: 100%;}
    .menumod2-img img{
        width: 50%;}

    .menumod2-msg{
        float: right;
        width: 100%;}

    .menumod2-msg h5{
        line-height: 35px;
        height: 35px;
        font-size: 13px;
        color: #666666;
        }

    .menumod2-msg a{
        display: inline-block;
        text-align: center;
        color: #ffffff;
        font-size: 13px;
        height: 25px;
        line-height: 25px;
        width: 80%;
        background: #969696;}


}


@media screen and (min-width:760px) {
    .menumod2{
        padding: 20px;
        padding-top: 30px;}

    .menumod2 li{
        padding: 20px 0;}


    .menumod2-img img{
        width: 45%;
        max-width: 150px;}


    .menumod2-msg h5{
        line-height: 45px;
        height: 45px;
        font-size: 16px;
    }

    .menumod2-msg a{
        height: 30px;
        line-height: 30px;}


}

@media screen and (min-width:1200px) {
    .menumod2 {
        padding: 0;
        padding-top: 60px;
    }

    .menumod2 li {
        padding: 20px 0;
    }

    .menumod2-img {
        float: left;
        margin-left: 5%;
        width: 40%;
    }

    .menumod2-img img {
        width: 100%;
        max-width: 150px;
    }

    .menumod2-msg {
        text-align: left;
        float: left;
        width: 50%;
    }

    .menumod2-msg h5 {

        padding-top: 20px;
        line-height: 55px;
        height: 55px;
        font-size: 20px;
    }

    .menumod2-msg a {
        height: 40px;
        line-height: 40px;
    }
}



/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;outline:0;
}
.slick-list.dragging
{
    cursor: pointer;
    *cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	height:100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@media screen and (min-width:0px) {
    .slick-dots {
        position: absolute;
        z-index: 10;
        bottom: 10px;
        /*background: #ffffff;*/
        padding: 5px;
        left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);
    }
    .slick-dots li {
        margin: 0 2px;
        width: 8px;
        height: 8px;
        background: #898989;border-radius: 100px;
        overflow: hidden;
        float: left;
    }
    .slick-dots li button{
        opacity: 0;
        width: 100%;
        height: 100%; }

    .slick-dots li.slick-active{
        background: #2d2d2d;}

}

@media screen and (min-width:760px) {
    .slick-dots {
        padding: 15px 20px;
    }
    .slick-dots li {
        margin: 0 4px;
        width: 10px;
        height: 10px;
    }

}

@media screen and (min-width:1200px) {


    .slick-dots {
        padding: 8px 57px;
    }
    .slick-dots li {
        margin: 0 5px;
        width: 12px;
        height: 12px;
    }

}

@media screen and (min-width:0px) {
    .webtit3{
        padding:10px;    }
    .webtit3 h2{line-height: 30px; font-size: 20px;}
    .webtit3 p{line-height: 18px; font-size: 13px;
        color: #999999;}
}
@media screen and (min-width:760px) {
    .webtit3{
        padding:20px;    }
    .webtit3 h2{
        display: inline-block;line-height: 40px; font-size: 25px;
        vertical-align: middle;}
    .webtit3 p{
        display: inline-block;line-height: 40px; font-size: 15px;
        vertical-align: middle;
        margin-left: 10px;}
}
@media screen and (min-width:1200px) {
    .webtit3{
        padding:30px 0;    }
    .webtit3 h2{line-height: 80px; font-size: 36px;}
    .webtit3 p{
        height: 80px;
        overflow: hidden;line-height: 100px; font-size: 16px;
        margin-left: 20px;}
}




@media screen and (min-width:0px) {
    .cp{
        padding: 0 5px;
        padding-top: 15px;
        padding-bottom: 20px;border-top: 1px solid #eeeeee;}
    .cp li{
        padding-bottom: 10px;
            float: left;
            width: 50%;}
    .cp li a{
        margin: 0 5px;
        display: block;}

    .cp li a:hover  .cp-img-pop{
        opacity: 1;}

    .cp li a:hover p{
        background: #d7000f;border-color:#d7000f;}

    .cp li a:hover p span{background-image: url("../images/bgp8.png");
        color: #ffffff;}

    .cp-img{
        position: relative;}
    .cp-img-pop{opacity: 0;-webkit-transition: all .5s;transition: all .5s;
        position: absolute;
        left: 0;
        top: 0;}
    .cp-img img{
        width: 100%;
        height: auto;}

    .cp li p{
        text-align: center;
        line-height: 30px;
        height: 30px;
        background: #ffffff;
        border: 1px solid #ededed;
        border-bottom: 2px solid #e1e0e1;}


    .cp li p span{
        background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 15px;
        color: #666666;
        font-size: 12px;
    }
}


@media screen and (min-width:760px) {
    .cp{
        padding: 0 10px;
        padding-top: 25px;
        padding-bottom: 30px;}
    .cp li{
        width: 25%;}
    .cp li a{
        margin: 0 10px;}


    .cp li p{
        line-height: 40px;
        height: 40px;}

    .cp li p span{background-size: 7px auto;padding-right: 18px;
        font-size: 14px;
    }
}

@media screen and (min-width:1200px) {
    .cp{
        padding: 0;
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .cp li a{
        margin: 0 10px;}

    .cp li p{
        line-height: 50px;
        height: 50px;}

    .cp li p span{background-size: 8px auto;padding-right: 20px;
        font-size: 16px;
    }
}



@media screen and (min-width:0px) {
    .bgbox2{
        background: #f2f2f2;
        padding-bottom: 25px;}
}

@media screen and (min-width:760px) {
    .bgbox2{
        padding-bottom: 30px;}
}

@media screen and (min-width:1200px) {
    .bgbox2{
        padding-bottom: 70px;}
}

@media screen and (min-width:0px) {
    .ll{
        padding: 0 10px;
    }
    .ll-l{
        position: relative;
        width: 100%;
        float: left;}
    .ll-l a{display: block;
        overflow: hidden;}

}

@media screen and (min-width:760px) {

    .ll{
        padding: 0 20px;
    }
    .ll-l{
        width: 50%;}


}

@media screen and (min-width:1200px) {
    .ll{
        padding: 0;
    }
    .ll-l{
        width: 45%;}


}




@media screen and (min-width:0px){
    .ll-r{
        margin-top: 10px;
        float: right;
        width: 100%;}
    .ll-l{
        text-align: center;}
    .ll-r-list li{
        text-align: center;
        width: 50%;box-sizing: border-box}

    .ll-r-list li.fl{padding-right: 5px;}
    .ll-r-list li.fr{padding-left: 5px;}
    .ll-l a,
    .ll-r-list li a{
        display: block;}
    .ll-l a:hover p,
    .ll-r-list li a:hover p{
        color: #d7000f;}
    .ll-l a:hover p em,
    .ll-r-list li a:hover p em{background-image: url("../images/bgp18.png");}
    .ll-l a p,
    .ll-r-list li p{
        line-height: 30px;
        height: 30px;
        font-size: 13px;
        background: #ffffff;
        color: #58636c;}
    .ll-l a p em,
    .ll-r-list li p em{
        background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 15px;
    }
    .ll-l a p{
        position: relative;
        z-index: 5;}

    .ll-r-b{margin-top: 10px;
        position: relative;}

    .ll-r-b:hover .ll-r-b-pop a em{background-image: url("../images/bgp18.png");
        color: #d7000f;
        }
    .ll-r-b-pop{
        text-align: center;
        width: 60%;
        left: 0;
        -webkit-transition: all .5s;transition: all .5s;
        top: 0;
        height: 100%;position: absolute;
        background:url("../images/bgp29.png") repeat;}

    .ll-r-b-pop h5{
        font-size: 18px;
        line-height: 30px;
        padding-top: 10px;
        color: #58636c;}

    .ll-r-b-pop p{
        font-size: 12px;
        line-height: 20px;
        color: #999;}

    .ll-r-b-pop a{
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fff;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        width: 100%;
        color: #58636c;}

    .ll-r-b-pop a em{
        background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: left center;
        background-repeat: no-repeat;padding-left: 15px;
    }



}


@media screen and (min-width:760px){
    .ll-r{
        margin-top: 0;
        padding-left: 12px;box-sizing: border-box;
        width: 50%;}



    .ll-r-list li.fl{padding-right: 6px;}
    .ll-r-list li.fr{padding-left: 6px;}

    .ll-l a p,
    .ll-r-list li p{
        line-height: 40px;
        height: 40px;
        font-size: 14px;}
    .ll-l a p em,
    .ll-r-list li p em{
       background-size: 7px auto;padding-right: 18px;
    }

    .ll-r-b{margin-top: 12px;
        position: relative;}

    .ll-r-b-pop{
        width: 50%;}

    .ll-r-b-pop h5{
        font-size: 22px;
        line-height: 35px;
        padding-top: 15px;}

    .ll-r-b-pop p{
        line-height: 25px;}

    .ll-r-b-pop a{
        height: 35px;
        line-height: 35px;
        margin-top: 15px;}

    .ll-r-b-pop a em{
        background-size: 7px auto;padding-left: 18px;
    }
}



@media screen and (min-width:1200px){
    .ll-r{
        padding-left: 15px;
        width: 54.7%;}



    .ll-r-list li.fl{padding-right: 7px;}
    .ll-r-list li.fr{padding-left: 7px;}
    .ll-l a p,
    .ll-r-list li p{
        line-height: 61px;
        height: 61px;
        font-size: 16px;}

    .ll-l a p em,
    .ll-r-list li p em{
        background-size: 8px auto;padding-right: 20px;
    }

    .ll-r-b{margin-top: 15px;
        position: relative;}

    .ll-r-b-pop{
        width: 50%;}

    .ll-r-b-pop h5{
        font-size: 30px;
        line-height: 45px;
        padding-top: 20px;}

    .ll-r-b-pop p{
        line-height: 30px;
        font-size: 13px;}

    .ll-r-b-pop a{
        height: 45px;
        line-height: 45px;
        margin-top: 20px;}

    .ll-r-b-pop a em{
        background-size: 8px auto;padding-left: 20px;
    }
}




@media screen and (min-width:0px){
    .gx{
        padding: 0 10px;
        padding-bottom: 25px;}
    .gx-l-tit{line-height: 50px; font-size: 20px;}
    .gx-l{
        float: left;
        width: 100%;}
    .gx-xw-img{
        float: left;
        width: 110px;}

    .gx-xw-msg{
        padding-left: 120px;box-sizing: border-box}

    .gx-xw-msg h5{
        color: #333333;
        font-size: 14px;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
       margin-bottom: 5px;
    }

    .gx-xw-msg em{
        display: block;
        color: #858585;
        font-size: 12px;
        line-height: 20px;
        height: 20px;
        overflow: hidden;}
    .gx-xw-msg p{
        color: #858585;
        font-size: 12px;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;}
    .gx-xw{
        display: block;}

    .slick-arrow{
        cursor: pointer;}

    .responsive4 .slick-arrow{
        width: 25px;
        height: 25px;background-size: 100% 100%;
        border: none;
        font-size:0em;
        text-indent: 1000px;
        overflow: hidden;
        position: absolute;
        top: -35px;}
    .responsive4 .slick-prev{
        right: 30px;background-image: url("../images/bgp33.png")}
    .responsive4 .slick-next{
        right: 0;background-image: url("../images/bgp41.png")}
    .responsive4 .slick-next:hover{background-image: url("../images/bgp34.png")}
    .responsive4 .slick-prev:hover{background-image: url("../images/bgp42.png")}
    .gx-xw-more{
        height: 40px;
        line-height:40px;text-align: right}
    .gx-xw-more a:hover{
        color: #d7000f;background-image: url("../images/bgp18.png")}
    .gx-xw-more a{
        font-size: 12px;
        color: #666666;background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 15px;}

    
    .gx-list li.d{background: #f6f6f6;}
    .gx-list li.s{background: #fff;}
    .gx-list li a{ height: 30px;
        padding: 0 10px;
        line-height: 30px;display: block;font-size: 12px;}
    .gx-list li span{
        float: left;color: #666666;background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: left center;
        background-repeat: no-repeat;padding-left: 15px;
        }
    .gx-list li a:hover span{background-image: url("../images/bgp18.png");}
    .gx-list li em{
        float: right;color: #999;}


    .gx-r{
        display: none;
        width: 100%;
        float: right;
        margin-top: 10px;
        position: relative;}
    .gx-r-pop{        cursor: pointer;

        position: absolute;}
    .gx-r-pop-name{
        padding: 0 5px;
        display: block;
        height: 16px;
        line-height: 16px;
        font-size: 10px;
        color: #ffffff;border-radius: 5px;
        background: #00b1ec;}

    .gx-r-pop-bg{
        width: 5px;
        border: 1px solid #fff;
        height:5px;
        position: absolute; border-radius:10px;
        background: #00b1ec;
       }


    .gx-r-pop-wrap{
        position: relative;}
    .gx-r-pop-msg{
        position: absolute;
        width: 200px;
        margin-left: -100px;
        top: -60px;
        display: none;padding-bottom: 6px;
        background:#eee url("../images/bgp30.png") bottom center no-repeat;background-size: 100% 6px}
    .gx-r-pop:hover .gx-r-pop-bg,
    .gx-r-pop.on .gx-r-pop-bg{
        background: #ff0000;}
    .gx-r-pop:hover .gx-r-pop-name,
    .gx-r-pop.on .gx-r-pop-name{
        background: #d60715;}
    .gx-r-pop.on .gx-r-pop-cnt{
        display: block;}
    .gx-r-pop-1{
        left: 8.18%;
        top: 34.03%;
    }
    .gx-r-pop-2{
        left: 15.55%;
        top: 30.936%;
    }

    .gx-r-pop-3{
        left: 33.55%;
        top: 41.936%;
    }
    .gx-r-pop-4{
        left: 38.55%;
        top: 65.936%;
    }

    .gx-r-pop-5{
        left: 72.55%;
        top: 40.936%;
    }

    .gx-r-pop-cnt{
        position: absolute;
        width: 219px;
        display: none;
        padding-bottom: 12px;
        bottom: 30px;
        left: 50%;
        margin-left: -115px;
        z-index: 2;
        background: url("../images/bgp30.png") bottom center no-repeat;}
    .gx-r-pop-cnt .b{
        padding: 30px 20px;
        background: #eeeeee;}


    .gx-r-pop-cnt h5{
        line-height: 35px;
        color: #d7000f;
        font-size: 15px;}

    .gx-r-pop-cnt p{
        line-height: 24px;
        }

    .gx-r-pop-cnt p a{
        color: #999;
        font-size: 12px;
        padding-right: 21px;

        background:url("../images/bgp9.png") right center no-repeat;}

}

@media screen and (min-width:760px){
    .gx{
        padding: 0 20px;
        padding-top: 5px;
        padding-bottom: 30px;}
    .gx-l-tit{
       line-height: 80px; font-size: 25px;}

    .gx-l{
        float: left;
        width: 100%;}


    .gx-box{
        float: left;
        width: 50%;}

    .gx-xw-img{
        width: 142px;}

    .gx-xw-msg{
        padding-left: 160px;}

    .gx-xw-msg h5{
        font-size: 15px;
        line-height: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .gx-xw-msg em{
        line-height: 30px;
        height: 30px;}
    .gx-xw-msg p{
        line-height: 30px;
        max-height: 60px;}


    .responsive4 .slick-arrow{
        width: 30px;
        height: 30px;
        top: -55px;}
    .responsive4 .slick-prev{
        right: 40px;}
    .responsive4 .slick-next{}
    .gx-xw-more{
        height: 40px;
        line-height:40px;}

    .gx-xw-more a{background-size: 7px auto;padding-right: 18px;}

    .gx-list{
        float: left;
        width: 50%;
        padding-left: 50px;box-sizing: border-box}

    .gx-list li a{ height: 50px;
        padding: 0 20px;
        line-height: 50px;font-size: 13px;}
    .gx-list li span{
        background-size: 7px auto;padding-left: 18px;
    }

    .gx-r{
        margin-top: 20px;}

    .gx-r-pop-name{
        padding: 0 8px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;}




}
@media screen and (min-width:1200px){
    .gx{
        padding: 0;
        padding-top:10px;
        padding-bottom: 70px;}
    .gx-l-tit{line-height: 140px; font-size: 36px;}

    .gx-l{
        width: 400px;}

    .gx-box{
        float: none;
        width: 100%;}

    .gx-xw-img{
        width: 142px;}

    .gx-xw-msg{
        padding-left: 164px;}

    .gx-xw-msg h5{
        font-size: 16px;
    }

    .gx-xw-msg em{
        line-height: 30px;
        height: 30px;}
    .gx-xw-msg p{
        line-height: 20px;
        max-height: 40px;height:40px;}

    .responsive4{
        margin-top: -20px;}
    .responsive4 .slick-arrow{
        width: 43px;
        height: 43px;
        top: -68px;}
    .responsive4 .slick-prev{
        right: 50px;}
    .responsive4 .slick-next{}
    .gx-xw-more{
        height: 60px;
        line-height:60px;}

    .gx-xw-more a{background-size: 8px auto;padding-right: 20px;}

    .gx-list{
        float: none;
        width: 100%;
        padding-left:0;}

    .gx-list li a{ height:60px;
        line-height: 60px;font-size: 14px;}
    .gx-list li span{
        background-size: 8px auto;padding-left: 20px;
    }


    .gx-r{
        display: block;
        width: 771px;
        margin-top: 51px;}

    .gx-r-pop-name{
        padding: 0 8px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;}




}

@media screen and (min-width:0px){
    .yy{
        height:90px;
        padding-top: 40px;
        background-image:url("../images/b07.jpg");background-position:center;background-size: cover;
        position: relative;}
    .yy-tit{
        height: 18px;
        background-image:url("../images/bgp35.png");background-position:center;background-repeat: no-repeat;background-size: auto 100%;
        }
    .yy-form{
        padding-top: 15px;
        text-align: center;
        font-size: 0;}

    .yy-form-txt{
        height: 30px;
        line-height: 30px;
        border: none;
        padding: 0 10px;
        width: 150px;
        font-size: 12px;
        vertical-align: middle;
        background: #fff url("../images/bgp36.png") 145px  center no-repeat; background-size: 15px auto}

    .yy-form-btn{
        color: #ffffff;
        font-size: 12px;
        padding: 0 30px 0 20px;
        height: 30px;
        border: none;
        vertical-align: middle;background: #d7000f url("../images/bgp8.png") 55px  center no-repeat; background-size: 6px auto}

}


@media screen and (min-width:760px){
    .yy{
        height:150px;
        padding-top: 80px;
        }
    .yy-tit{
        height: 30px;

    }
    .yy-form{
        padding-top: 25px;}

    .yy-form-txt{
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        width: 280px;
        font-size: 13px;
        background: #fff url("../images/bgp36.png") 275px  center no-repeat; background-size: 18px auto}

    .yy-form-btn{
        font-size: 13px;
        padding: 0 40px 0 30px;
        height: 40px;
        background: #d7000f url("../images/bgp8.png") 70px  center no-repeat; background-size: 7px auto}

}


@media screen and (min-width:1200px){
    .yy{
        height:230px;
        padding-top:130px;
    }
    .yy-tit{
        height: 38px;

    }
    .yy-form{
        padding-top: 35px;}

    .yy-form-txt{
        height: 50px;
        line-height: 50px;
        padding: 0 25px;

        width: 320px;
        font-size: 14px;
        background: #fff url("../images/bgp36.png") 330px  center no-repeat; background-size: 20px auto}

    .yy-form-btn{
        font-size: 14px;
        padding: 0 50px 0 40px;
        height: 51px;
        background: #d7000f url("../images/bgp8.png") 85px  center no-repeat; background-size: 8px auto}

}




@media screen and (min-width:0px) {
    .modtitkh{
        margin:0 20%;
        text-align: center;
        line-height: 45px;
        height: 45px;
        background: url("../images/bgp20.png") center  repeat-x;}

    .modtitkh em{display: inline-block;
        background: #ffffff;
        padding:0 30px;
        color: #333;
        font-size: 20px;}



}


@media screen and (min-width:760px) {
    .modtitkh{
        line-height: 80px;
        height: 80px;
    }

    .modtitkh em{
        padding:0 40px;
        font-size: 25px;}

}


@media screen and (min-width:1200px) {
    .modtitkh{
        line-height:125px;
        height: 125px;
    }
    .modtitkh em{
        padding:0 50px;
        font-size: 35px;}

}

@media screen and (min-width:0px) {

    .responsive5{
        margin-top: -10px;
        padding: 10px 0;
        padding-left: 10px;
        padding-right: 50px;}
    .responsive5 .slick-arrow {
        width: 25px;
        height: 25px;
        background-size: 100% 100%;
        border: none;
        font-size: 0em;
        text-indent: 1000px;
        overflow: hidden;
        position: absolute;
       right: 10px;
        top: 50%;
    }

    .responsive5 .slick-prev {
        margin-top: -25px;
        background-image: url("../images/bgp40.png")
    }

    .responsive5 .slick-prev:hover{background-image: url("../images/bgp37.png")}
    .responsive5 .slick-next:hover{background-image: url("../images/bgp39.png")}
    .responsive5 .slick-next {
        margin-top: 3px;
        background-image: url("../images/bgp38.png")
    }

}

@media screen and (min-width:760px) {
    .responsive5{
        margin-top: -20px;
        padding: 20px 0;
        padding-left: 20px;
        padding-right: 80px;}
    .responsive5 .slick-arrow {
        width: 30px;
        height: 30px;
        right: 20px;
    }

    .responsive5 .slick-prev {

        margin-top: -35px;
    }

    .responsive5 .slick-next {
        margin-top: 3px;
    }



}

@media screen and (min-width:1200px) {
    .responsive5{
        margin-top: -30px;
        padding:40px 0;
        padding-right: 80px;}
    .responsive5 .slick-arrow {
        width: 43px;
        height: 43px;
        right: 20px;
    }

    .responsive5 .slick-prev {

        margin-top: -45px;
    }

    .responsive5 .slick-next {
        margin-top: 3px;
    }

}

@media screen and (min-width:0px) {
    .obj{
        padding-top: 10px;}
    .obj li{
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }
    .obj li a{
        background-color: #f7f7f7;
        padding:5px;
background-repeat: no-repeat;        display: block;background-position: 90% center}
    .obj li a:hover{background-color: #969696;}
    .obj li.pdf a{background-image: url("../images/bgp45.png");background-size: 17px auto;}
    .obj li.word a{background-image: url("../images/bgp48.png");background-size: 14px auto;}
    .obj li.pdf a:hover{background-image: url("../images/bgp46.png");}
    .obj li.word a:hover{background-image: url("../images/bgp47.png");}
    .obj li a:hover p,
    .obj li a:hover h5{color: #ffffff;}

    .obj li h5{
        line-height: 24px;
        color: #585858;
        font-size: 13px;}
    .obj li p{
        line-height: 20px;
        color: #858585;
        font-size: 12px;}
    .obj li p em{background-image: url("../images/bgp9.png");background-size: 6px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 15px;}


}




@media screen and (min-width:760px) {
    .obj{
        padding-top: 20px;}
    .obj li{
        width: 50%;
        margin-bottom: 20px;
    }
    .obj li a{
        margin: 0 10px;
        padding:10px 15px;}
    .obj li.pdf a{background-size: 19px auto;}
    .obj li.word a{background-size: 16px auto;}
    .obj li h5{
        line-height: 30px;
        font-size: 14px;}
    .obj li p{
        line-height: 24px;
        font-size: 13px;}
    .obj li p em{background-size: 7px auto;padding-right: 18px;}


}

@media screen and (min-width:1200px) {
    .obj{
        padding-top: 30px;}



    .obj li.pdf a{background-size: 25px auto;}
    .obj li.word a{background-size: 19px auto;}

    .obj li h5{
        line-height: 35px;
        font-size: 15px;}
    .obj li p{
        line-height: 26px;
        font-size: 14px;}
    .obj li p em{background-size: 8px auto;padding-right: 20px;}


}

@media screen and (min-width:0px) {
    .objxq{
        padding-top: 10px;}
    .objxq li{
        width: 50%;text-align: center;
        float: left;
        margin-bottom: 10px;}
    .objxq-wrap{
        margin: 0 5px;
        border: 1px solid #fff;
        padding-bottom: 10px;background: #f6f6f6;}
    .objxq-img{
        width: 100%;}

    .objxq li .objxq-wrap:hover{
        border: 1px solid #d7000f;
        background: #d7000f;}
    .objxq li .objxq-wrap:hover h5{
        color: #ffffff;}

    .objxq li .objxq-wrap:hover a{

        background: #ffffff;}
    .objxq li .objxq-wrap:hover a em{background-image: url("../images/bgp49.png");color: #d7000f;}
    .objxq-msg h5{
        line-height: 20px;
        text-align: center;
        padding:5px;
        color: #666666;
        font-size: 13px;}

    .objxq-msg a{
        display: inline-block;
        width: 80%;
        height: 25px;
        line-height: 25px;
        background: #a8a8a8;}

    .objxq-msg a em{background-image: url("../images/bgp50.png");background-size: 10px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 15px;
        font-size: 12px;
        color: #ffffff;}

}
@media screen and (min-width:760px) {
    .objxq{
        padding-top: 20px;}
    .objxq li{
        margin-bottom: 20px;}
    .objxq-wrap{
        margin: 0 10px;
        padding-bottom: 0;}
    .objxq-img{
        width: 45%;
        float: left;}
    .objxq-msg{
        float: left;
        width: 55%;box-sizing: border-box;
        padding: 0 10px;}
    .objxq-msg h5{
        line-height: 25px;
        padding: 0;
        padding-top: 80px;
        font-size: 14px;}

    .objxq-msg a{
        width: 60%;
        height: 30px;
        margin-top: 20px;
        line-height: 30px;}

    .objxq-msg a em{background-size: 12px auto;padding-right: 20px;
        font-size: 13px;}
}
@media screen and (min-width:1200px) {
    .objxq{
        padding-top: 30px;}
    .objxq li{
        margin-bottom: 25px;}
    .objxq-wrap{
        margin: 0 12px;}

    .objxq-msg{
        padding: 0 20px;}
    .objxq-msg h5{
        line-height: 28px;
        font-size: 15px;}

    .objxq-msg a{
        height: 35px;
        margin-top: 20px;
        line-height: 35px;}

    .objxq-msg a em{background-size: 13px auto;padding-right: 22px;
        font-size: 14px;}


}
@media screen and (min-width:0px) {
    .dw{
        padding-top: 10px;}

    .dw li{
        margin-bottom: 10px;
        background: #f6f6f6;
        padding: 10px;}
    .dw-img{
        float: left;
        border: 1px solid #dddcdd;
        width: 70px;}

    .dw-link{
        float: right;
        background: #d7000f;
        padding: 0 5px;
        height: 25px;

        line-height: 25px;}
    .dw-link em{background-image: url("../images/bgp51.png");background-size: 7px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 13px;
        font-size: 12px;
        color: #ffffff;}

    .dw-msg{margin:0 80px;}

    .dw-msg h5{
        font-size: 13px;
        color: #333333;
        font-weight: bold;
        line-height: 25px;}

    .dw-msg p{
        font-size: 12px;
        color: #666;
        height: 60px;
        overflow: hidden;
        line-height: 20px;}
    
}
@media screen and (min-width:760px) {
    .dw{
        padding-top: 20px;}

    .dw li{
        margin-bottom: 20px;
        padding: 20px;}
    .dw-img{
        width: 80px;}

    .dw-link{
        padding: 0 10px;
        height: 30px;
        line-height: 30px;}
    .dw-link em{background-size: 8px auto;padding-right: 15px;
        font-size: 13px;}

    .dw-msg{margin:0 120px;}

    .dw-msg h5{
        margin-top: 10px;
        font-size: 14px;
        line-height: 30px;}

    .dw-msg p{
        font-size: 13px;
        height: auto;
        line-height: 24px;}
}
@media screen and (min-width:1200px) {
    .dw{
        padding-top: 30px;}

    .dw li{
        margin-bottom: 25px;
        padding: 25px;}
    .dw-img{
        width: 100px;}

    .dw-link{
        padding: 0 15px;
        height: 40px;
        line-height: 40px;}
    .dw-link em{background-size: 10px auto;padding-right: 18px;}

    .dw-msg{margin:0 140px;}

    .dw-msg h5{
        margin-top: 20px;
        font-size: 16px;
        line-height: 40px;}

    .dw-msg p{
        line-height: 24px;}


}
@media screen and (min-width:0px){
    .new{
        padding-top: 10px;}
    .new li{margin-bottom: 10px; }
    .new-box{background: #f6f6f6; padding: 10px;}
    .new-box:hover{box-shadow: -1px 1px 2px 2px #ccc}
    .new-time{
        line-height: 28px;
        height: 28px;

        font-size: 11px;}

    .new-time em{
        padding: 1px 3px;
        background: #d7000f;
        color: #ffffff;
        vertical-align: top;}

    .new-time span{
        color: #333333;
        margin-left: 5px;}

    .new-tit{
        line-height: 28px;
        height: 28px;
        text-indent: 7px;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
        background: #a8a8a8;}

    .new-img{
        width: 100%;}
    .new-msg{
        padding: 10px;}
    .new-msg p{
        line-height: 22px;
        color: #666666;
        font-size: 12px;
        padding-bottom: 10px;}
    .new-msg a{background-image: url("../images/bgp52.png");background-size: 8px auto;background-position: right center;
        background-repeat: no-repeat;padding-right: 13px;
        font-size: 12px;
        color: #6c95b2;}
}
@media screen and (min-width:760px) {
    .new{
        padding-top: 20px;}
    .new li{
        width: 50%;
        float: left;margin-bottom: 20px;}
    .new-box{margin: 0 10px;
        padding: 15px;}

    .new-time{
        line-height: 32px;
        height: 32px;

        font-size: 12px;}

    .new-time em{
        padding: 1px 4px;}

    .new-time span{
        margin-left: 8px;}

    .new-tit{
        line-height: 35px;
        height: 35px;
        text-indent: 8px;
        font-size: 15px;}


    .new-msg{
        padding: 15px;}
    .new-msg p{
        line-height: 24px;
        font-size: 13px;
        padding-bottom: 15px;}
    .new-msg a{background-size:10px auto;padding-right: 15px;
        font-size: 13px;}


}
@media screen and (min-width:1200px) {
    .new{

        padding-top: 30px;}
    .new li{
        width: 100%;
       margin-bottom: 20px;}
    .new-box{margin: 0 ;
        padding: 20px;}

    .new-time{
        line-height: 42px;
        height: 42px;
        font-size: 13px;}
    .new-time em{
        padding: 2px 5px;}

    .new-time span{
        margin-left: 10px;}

    .new-tit{
        line-height: 45px;
        height: 45px;
        text-indent: 9px;
        font-size: 16px;}
    .new-img{
        float: left;
        width: 50%;}
    .new-wrap{
        padding-bottom: 10px;
        padding-top: 30px;}
    .new-msg{
        float: right;
        box-sizing: border-box;
        width: 50%;
        padding: 0;padding-left: 23px;}
    .new-msg p{
        line-height: 24px;
        font-size: 14px;
        height: 135px;
        }
    .new-msg a{background-size:12px auto;padding-right: 18px;float: right;}

}
@media screen and (min-width:0px) {
    .cao{
        position: relative;
        margin-top: 10px;}

    .cao-pop{
        position: absolute;}
    .cao-pop-name{
        padding: 0 5px;
        display: block;
        height: 16px;
        line-height: 16px;
        font-size: 10px;
        color: #ffffff;border-radius: 2px;
        background: #6c95b2;}

    .cao-pop-bg{
        position: absolute;
        width: 6px;
        height: 4px;
        bottom: -4px;
        left: 50%;background-image: url("../images/bgp32.png");background-size: 100% 100%;
        margin-left: -3px;}


    .cao-pop-1{
        left: 10.18%;
        top: 39.03%;
    }
    .cao-pop.on .cao-pop-name{background: #d7000f;}
    .cao-pop.on .cao-pop-bg{background-image: url("../images/bgp31.png");}
    .cao-pop-2{
        left: 20.18%;
        top: 39.03%;
    }


}
@media screen and (min-width:760px) {
    .cao{
        margin-top: 20px;}

    .cao-pop-name{
        padding: 0 8px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;}

    .cao-pop-bg{
        width: 8px;
        height: 6px;
        bottom: -6px;
        margin-left: -4px;}

}
@media screen and (min-width:1200px) {
    .cao{
        margin-top: 30px;}



}
@media screen and (min-width:0px) {



    .cnm-tit{
        line-height: 40px;
        height: 40px;}
    .cnm-tit span{
        background-image: url("../images/bgp53.png");background-size: 10px auto;background-position: left center;
        background-repeat: no-repeat;padding-left: 15px;
        margin-left: 5px;
        font-size: 15px;
        color: #d7000f;
    }
    .cnm-list li{
        margin-bottom: 10px;
    }
    .cnm-wrap{padding: 5px 10px;
        background: #f6f6f6;}

    .cnm-list li p{
        line-height: 30px;
        height: 30px; font-size: 12px;
        border: none;border-bottom: 1px solid #eeeeee}

    .cnm-list li p:last-child{
        border: none;}


    .cnm-list li p em{
        color: #333333;
        font-weight: bold;}

    .cnm-list li p span{
        color: #666;
    }

}
@media screen and (min-width:760px) {

    .cnm-box{
        float: left;
        width: 50%;}
    .cnm-tit{
        line-height: 60px;
        height: 60px;}
    .cnm-tit span{
        background-size: 12px auto;padding-left: 18px;
        margin-left:8px;
        font-size: 18px;
    }

    .cnm-list li{
        margin-bottom: 20px;

    }
    .cnm-wrap{padding: 10px 15px;
        margin: 0 5px;
       }

    .cnm-list li p{
        line-height: 40px;border-bottom: 1px solid #eeeeee;
        height: 40px;font-size: 14px;}




}
@media screen and (min-width:1200px) {
    .cnm-tit{
        line-height: 80px;
        height: 80px;}


    .cnm-tit span{
        background-size: 15px auto;padding-left: 22px;
        margin-left:10px;
        font-size: 21px;
    }


}
@media screen and (min-width:0px) {
    .tip{
        padding-top: 10px;}
.tip h4{
    padding: 5px;
    line-height:20px;
    background: #d7000f;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;}

    .tip li{
        background: #f5f5f5;line-height: 30px;
        height: 30px;
        padding: 0 10px;
        border-bottom: 1px solid #e5e5e5;}
    .tip li:last-child{
        border: none;
        }

    .tip h5{
        display: inline-block;
        color: #999999;
        font-size: 11px;}

    .tip p{
        display: inline-block;
        font-size: 12px;
        color: #333333;}
}
@media screen and (min-width:760px) {

    .tip{
        padding-top: 20px;}
    .tip h4{
        padding: 10px;
        line-height:25px;
        font-size: 13px;}

    .tip li{
        width: 33.33%;
        float: left;
        line-height: 50px;box-sizing: border-box;
        height: 50px;
        padding: 0 15px;
        border-bottom: none;
        border-right: 1px solid #e5e5e5;}
    .tip h5{
        font-size: 13px;
        color: #999999;}
    .tip p{
        font-size: 14px;}

}


@media screen and (min-width:1200px) {

    .tip{
        padding-top:30px;}
    .tip h4{
        padding:15px 30px;
        line-height:30px;
        font-size: 14px;}

    .tip li{

        line-height: 60px;
        height: 60px;
        padding: 0 20px;
        }
    .tip h5{
        color: #999999;
        font-size: 14px;}
    .tip p{
        font-size: 16px;}

}
@media screen and (min-width:0px) {
    .job{padding-top: 10px;}
    .job-h{
        margin-top: 10px;
        line-height: 30px;
        height: 30px;}
    .job-h span{
        font-size: 12px;
        font-weight: bold;
        float: left;
        color: #666666;
    }

    .job-h a{
        float: right;
        padding: 0 5px;
        background: #a8a8a8;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        color: #ffffff;}

    .job-h a em{ background-image: url("../images/bgp54.png");background-size: 12px auto;background-position: left center;
        background-repeat: no-repeat;padding-left: 18px;}
    .job table{
        width: 100%;}
    .job td,.job th{
        text-align: center;
        font-size: 12px;
        color: #666666;
        width: 25%;
        line-height: 40px;
        background: #eeeeee;
        border: 1px solid #dfdfdf;}
    .job-tip{text-align: left;
        padding: 10px;}

    .job-tip strong{
        font-weight: bold;
        color: #333333;}
    .job .hh td,.job .hh th{
        background: #f6f6f6;}

}


@media screen and (min-width:760px) {
    .job-h{
        line-height: 40px;
        height: 40px;}
    .job-h span{
        font-size: 13px;
    }

    .job-h a{
        padding: 0 8px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;}

    .job-h a em{ background-size: 14px auto;padding-left: 22px;}

    .job td,.job th{
        font-size: 13px;
       }
    .job-tip{
        padding: 20px;}


}


@media screen and (min-width:760px) {
    .job-h{
        line-height: 50px;
        height: 50px;}
    .job-h span{
        font-size: 14px;
    }

    .job-h a{
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;}

    .job-h a em{ background-size: 16px auto;padding-left: 24px;}


    .job td,.job th{
        font-size: 14px;
    }
    .job-tip{
        padding: 30px;}

}


.links li{
    line-height: 30px;
    margin: 0 20px;
    display: inline-block;
    }

.menumod li .menumod-wrap {z-index: 1;position: relative;}

.promenu li h5{z-index: 1;position: relative;    background: #ffffff;}
.promenu li .promenu-wrap,
.ll-r-list li p{
    z-index: 1;
    position: relative;}

.menumod li a,
.promenu li .promenu-box,
.ll-r-b,
.ll-r-list li a,
.ll-l{overflow: hidden;}

.menumod li a img,
.promenu li .promenu-box img,
.ll-r-b img,
.ll-r-list li a img,
.ll-l img{transition: all .8s;-webkit-transition: all .5s;}

.menumod li a:hover img,
.promenu li .promenu-box:hover img,
.ll-r-b:hover img,
.ll-r-list li:hover a img,
.ll-l:hover img{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}

.new li:hover a{background-image: url("../images/ss01.png");}
.job-h a:hover{
    background: #d7000f;}
.new li:hover a,
.gx-xw:hover .gx-xw-msg h5,
.gx-list li a:hover em,
.gx-list li a:hover span{
    color: #d7000f;}

.dw-link:hover,
.fmsg-dy-btn:hover,
.yy-form-btn:hover{
    opacity: .8;
    cursor: pointer;}




@media screen and (min-width:0px) {

    .bgbox007{
        background: #f7f7f7;}


    .zz{padding: 10px ;}



    .zz-msg-h{
        font-size: 20px;
        color: #d7000f;
        line-height:30px;}
    .zz-wrap{
        padding:10px 0 10px 0;}
    .zz-msg{
        padding-bottom: 10px;}
    .zz-msg-p{
        font-size:12px;
        color: #666;
        line-height: 20px;}

    .zz-msg-cur{
        font-size: 14px;
        color: #d7000f;}

    .popo{
        padding-bottom: 22px;
        margin-bottom: 10px;}
    .popo .slick-dots{
        background: none;}
    .popo .slick-dots li{
        background: none;
        border: 1px solid #858585 ;}
    .popo .slick-dots li.slick-active{
        background: #858585;}


    .zz-table{
        width: 100%;}
    .zz-table td{
        height: 25px;
        color: #666666;
        border: 1px solid #dbdbdb;
        font-size: 12px;
        padding: 0 10px;}

    .zz-table .t1 td{background: #ffffff;}
    .zz-table .t2 td{background: #ededed;}


.zzhh{
    margin-top: 10px;}


.rt{
    color: #d7000f;
    border: 1px solid #d7000f;border-radius: 1000px;
    line-height: 30px;
    width: 120px;
    height: 30px;
    text-align: center;
    display: block;
    margin: 0 auto; margin-top: 20px;
}

.nmb{
    display: none;}

}



@media screen and (min-width:760px) {

    .nmb{
        display: block;}
    .zz-wrap{width: 760px;margin: 0 auto;}

    .zz-wrap-sp1 .zz-msg{float: right; width: 40%;text-align: center;
        padding-top: 60px;}
    .zz-wrap-sp1 .zz-img{float: left;width: 40%;
        padding-top: 40px;}


    .zz-wrap-sp2 .zz-msg{float: left; width: 30%;text-align: left;padding-top: 60px;}
    .zz-wrap-sp2 .responsive006{float: left;width: 297px;
        margin-left: 20px;padding-top: 40px;}
    .zz-wrap-sp2 .responsive007{float: left;width:213px;padding-top: 40px;}


    .zz-wrap-sp3 .zz-msg{float: right; width: 40%;text-align: center; padding-top: 50px;}
    .zz-wrap-sp3 .zz-img{float: left;width: 50%; padding-top: 50px;}

    .zz-wrap-sp4 .zz-msg{float: left; width: 40%;text-align: center;
        padding-top: 70px;}
    .zz-wrap-sp4 .zz-img{float: right;width: 50%;
        text-align: right;
        padding-top: 50px;}


    .zz-wrap-sp5 .zz-msg{float: right; width: 40%;text-align: center;
        padding-top: 90px;}
    .zz-wrap-sp5 .zz-img{float: left;width: 50%;
        padding-top: 55px;}


    .zz-wrap-sp6 .zz-msg{float: left; width: 40%;text-align: center;
        padding-top: 90px;}
    .zz-wrap-sp6 .zz-img{float: right;width: 50%;
        text-align: right;
        padding-top:60px;}

    .zz-wrap-sp7 .zz-msg{float: left; width: 30%;text-align: center;
        padding-top: 100px;}
    .zz-wrap-sp7 .zz-img{float: right;width: 30%;
        padding-top: 50px;}
    .zz-wrap-sp7 .zz-tabel-wrap{
        padding-top:40px;
        float: left;
        width: 269px;}

    .zz-wrap-sp7 .wyimg2{
        width: 308px;
        height: 238px;}

    .zz-wrap-sp8 .zz-msg{float: left; width: 40%;text-align: center;
        padding-top: 60px;}
    .zz-wrap-sp8 .zz-img{float: right;width: 50%;
        text-align: right;
        padding-top: 70px;}

    .zz-wrap-sp9 .zz-msg{float: right; width: 40%;text-align: center;
        padding-top: 70px;}
    .zz-wrap-sp9 .zz-img{float: left;width: 50%;
        padding-top: 70px;}


    .wyimg{
        width: 297px;
        height: 194px;}

    .zz{padding: 20px;
        background: url("../images/bgp55.png") repeat-y;background-size: 100% 653px}

    .zz-msg-h{
        font-size: 27px;
        line-height:63px;
        text-align: center;
    }


    .zz-wrap{
        height: 302px;}
    .zz-msg{ padding-bottom: 0;}

    .zz-msg-p{
        font-size:14px;
        line-height: 30px;}
    .zz-msg-cur{
        font-size:27px;}

    .popo{
        padding-bottom: 0;
        margin-bottom: 0;}



    .zz-table{
        width: 100%;}
    .zz-table td{
        height: 38px;
        font-size: 14px;
        padding: 0 24px;}

    .zzhh{
        margin-top: 0;}
    .rt{
        border: 2px solid #d7000f;border-radius: 1000px;
        line-height:56px;
        width: 230px;
        font-size: 24px;
        height: 56px;margin-top: 60px;
    }

    .popo{
        margin-bottom: 0;
        padding-bottom: 50px;}
    .popo .slick-dots{
        width: 100%;
        text-align: center;
        background: none;}
    .popo .slick-dots li{
        display: inline-block;
        float: none;
       }


}


@media screen and (min-width:1200px) {

.nmb{
    width: 922px;
    margin: 0 auto;
    display: block;}
    .zz{
        margin: 0 138px;}
}


@media screen and (min-width:0px) {
    .wz-t1{
        height: 70px;
        font-size: 16px;
        line-height: 70px;
        background:url("../images/bgp20.png") center repeat-x;
    }
    .wz-t1 em{font-weight: bold;
        display: inline-block;
        padding-right: 10px;
        color: #666666;
        background: #ffffff;}

    .wz-p1{
        padding: 20px 0;
        color: #666666;
        font-size: 14px;
        line-height: 27px;}
    .wz-p2{
        color: #999;
        font-size: 14px;
        line-height: 26px;}
    .wz-p3{
        padding: 20px 47px;
        color: #999;
        background: #f3f3f3;
        font-size: 14px;
        line-height: 30px;}
    .wz-cur{
        font-size: 18px;
        color: #d7000f;}

    .wz-t2{
        line-height: 34px;
        color: #7c7c7c;
        font-size: 24px;
        margin-bottom: 15px;
        padding: 10px 0 15px 0;}
    .wz-list1 li{
        margin-bottom: 8px;
        background: #f5f5f5;
        padding: 20px;}
.wz-cur2{
    color: #d7000f;}

    .wz-list1 li h5{
        line-height: 30px;
        font-size: 14px;
        color: #333333;}

    .wz-list1 li p{
        line-height: 24px;
        font-size: 12px;
        color: #666;}

    .wz-wrap{
        padding:0 22px;}

    .wz-cur3{
        font-size: 24px;}

    .wz-tip{
        margin-top: 15px;
        padding: 0 9px;}
    .wz-tip li{
        float: left;
        width: 100%;box-sizing: border-box;
        text-align: center;
        padding: 30px 0;
        background: #f2f2f2;border-top: 1px solid #fff}
    .wz-tip li:first-child{
        border: none;}
    .wz-tip li:hover{
        background: #fafafa;}


    .wz-tip li i{
        display: inline-block;
        width: 90px;
        margin-bottom: 10px;
        height: 90px;}
    .wz-tip li.t1 i{background-image: url("../images/picp3.png")}
    .wz-tip li.t2 i{background-image: url("../images/picp4.png")}
    .wz-tip li.t3 i{background-image: url("../images/picp5.png")}

    .wz-t3{
        line-height: 30px;
        padding: 20px 0;
        color: #666666;
        font-size: 18px;
        border-bottom: 1px solid #e5e5e5;}

    .wz-wrap4{
        padding-top: 30px;}

    .wz-p5{
        line-height: 24px;
        padding: 8px 0;
        color: #666666;
        font-size: 16px;}
    .wz-cur4{
        font-size: 16px;
        font-weight: bold;
        color: #d7000f;}

    .wz-cur5{
        font-weight: bold;}

    .wz-p4{
        line-height: 27px;
        padding: 9px 20px;
        color: #666666;
        margin-top: 20px;
        margin-left: 35px;
        background: #f3f3f3;
        font-size: 16px;}



    .wz-p6{
        line-height: 34px;
        font-size: 14px;
        color: #666666;
        padding: 15px 0;
    }
    .wz-p7{
        border-top: 1px solid #eeeeee; padding: 15px 0;
        line-height: 34px;
        font-size: 14px;
        color: #666666;
    }
    
    .wz-wrap8{
        background: #f2f2f2;
        padding:24px;}
    .page{
        padding-top: 20px;}
    .page a{
        padding: 5px 10px;font-family: '宋体';
        color: #666666;
        font-size: 12px;
        margin-right: 5px;
        background: #f6f6f6;}
    .page a:hover{
        background: #d7000f;
        color: #ffffff;}
    .hhd{
        padding: 10px;}


    .hhd-t{
        line-height: 45px;
        font-size: 20px;
        color: #333333;}
    .hhd-p{
        line-height: 22px;
        font-size: 14px;
        color: #666666;}
    .ry{
        padding: 20px 0;
        margin-bottom: 1px;
        background: #f0f0f0;}
    .ry li{
        float: left;
        width: 25%;
        text-align: center;}

    .ry li img{
        width: 80%;}
    .wz-table{
        width: 100%;}
    .wz-table td{
        padding: 20px;
        border: 1px solid #fff;
        width: 33.3333%;
        color: #666666;
        font-size: 14px;
        background: #f0f0f0;}

    .wz-t01{
        line-height: 40px;
        color: #1c1c11;
        font-size: 14px;
        border-bottom: 1px solid #d7000f;}


    .kbd {
        text-align: center;
        background: #f6f6f6;
        margin-bottom: 20px;
        margin-top: 10px;
        padding:20px 10px;}

    .kbd li p{
        padding-bottom: 15px;
        line-height: 23px;
        font-size: 14px;
        color: #666666;}
    .kbd li img{
        width: 100%;}


    .wz-nmb li h5{
        line-height: 86px;
        font-size: 54px;
        color: #999999;}
    .wz-nmb li p{
        line-height: 24px;
        font-size: 14px;
        color: #666;}
    .wz-nmb li img{
        width: 100%;}

}


@media screen and (min-width:768px) {
    .wz-tip li {
        width: 33.333%;
        border-top:none;
        border-left: 1px solid #fff
    }


    .wz-wrap2 {
        margin-left: 25px;
        float: left;
        width: 55%;
    }

    .wz-wrap3 {
        float: right;
        width: 35%;
    }


    .page{
        padding-top: 50px;}
    .page a{
        padding:15px 20px;
        font-size: 14px;
        margin-right: 8px;}




    .kbd {
        padding: 30px 17px;}
    .kbd li{
        float: left;
        width: 50%;
        padding: 0 17px;box-sizing: border-box}
    .kbd li p{

        height: 69px;}


    .wz-nmb li{
        width: 50%;
        float: left;}

    .wz-nmb li img{
        width: 90%;
        float: right;}
}

/*5.10*/

@media screen and (min-width:0px) {
    .rbox{
        text-align: center;
        padding-bottom: 10px;
    }
    .rbox img{
        width: 55px;
        }
}

@media screen and (min-width:1200px) {
    .lbox{
        float: left;
        width: 93.5%;}
    .rbox{
        float: left;
        padding-left: 1%;
        width: 5.5%;
        text-align: left;
    }
    .rbox img{
        width: 55px;
    }
}