*{
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    /* height: 100%; */
    width: 100%;
    overflow-x: hidden;
}
li{
    list-style:none;
}
a{
    text-decoration: none;
}
img,input{
    border: 0;
}
.wap{
    display: none;
}
body .clear{
    clear: both ;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.px1200{
    max-width: 1200px;
    margin: 0 auto;
}

.nyban{ max-width: 100%; margin:0 auto;display: flex;}
.nyban img{width:100%;height:auto;}

.top_a{width:100%;background: url(../images/logo_bg.jpg) #0068b7 no-repeat right;padding: 18px 0px;}
.top_logo{width: auto;max-width: 1200px; margin: 0 auto;}
.logo{float:left;}
.search-box{position: relative;width: 260px;margin-top: 25px;background:#fff ;height:30px;border-radius: 15px;float:right;}
.search-box .form-control{ box-shadow: none; height: 30px;line-height: 30px;color:#333;width:82%;background: none;padding-left: 15px; }
.btn-search{ position: absolute; right: 0; top: 0; height: 30px; width: 14%; background: url(../images/ss.png) no-repeat left center;cursor: pointer; }


.top{ max-width: 100%; margin:0 auto;position: relative;}
.top .hd{height: 20px;overflow: hidden;position: absolute; left:50%; bottom: 10px;z-index: 1;}
.top .hd ul{overflow: hidden; zoom: 1;float: left;}
.top .hd ul li{float: left;margin-right:10px; width: 10px; border-radius: 50px;height:10px;line-height:10px;text-align: center;background: #fff;cursor: pointer;opacity: 0.8;}
.top .hd ul li.on {background: #ff9900;opacity: 1;color: #fff;}
.top .bd {position: relative;height: 100%;z-index: 0;}
.top .bd li {zoom: 1;vertical-align: middle;position: relative}
.top .bd img {display: block;width: 100%;height:auto;}
.top .prev,.top .next{position:absolute;left:3%;top:46%;margin-top:-25px;display:block;width:45px;height:80px;background:url(../images/slider-arrow.png) -120px 5px no-repeat;filter:alpha(opacity=50);opacity:0.5;}
.top .next{left: auto; right: 3%;background-position: -2px 5px;width: 45px;height: 80px;}
.top .prev:hover,.ibanner .next:hover{filter: alpha(opacity=100);opacity: 1;}

/*.top>img{display: block;width: 100%;}*/
.wap-menu{
    position: absolute;
    top: 23px;
    right: 20px;
    z-index: 99999;
}
.wap-menu img{
    height: 30px;
}
.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.nav{
    background: #005da4; height: 55px;}
.nav>ul{
   /* padding: 0 60px; */
}
.nav>ul>li{
    float: left;
    width: 14.2%;
    text-align: center;
    position: relative;
}
.nav>ul>li>a{
    line-height: 55px;
    color: #fff;
    display: block;
    font-size: 18px;
    position: relative;
}
.nav>ul>li:hover>a,.nav>ul>li.on>a{
    color: #e8cc12;
}
.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e8cc12;
}
.nav>ul>li.active>a {
    color: #e8cc12;
}
.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e8cc12;
}
.nav>ul>li>span {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}
.nav>ul>li>ul {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
    display: none;
}
.nav>ul>li>ul li a {
    display: block;
    padding: 15px 10px;
    color: #333;font-size: 16px;
}

.nav>ul>li:hover ul {
    display: block;
}
.nav>ul>li>ul li:hover {
    background: #0068b7;
}
.nav>ul>li>ul li a:hover {
    color: #fff;
}




/* footer 底部 */
#footer{ height:auto !important;background: #0068b7;padding: 26px 0px 20px;}
#footer .fp-tableCell{ height: auto !important;}
/* .footer{padding: 20px 20px;} */
#footer .banq{float:left;margin-top: 15px;}
#footer .banq p{font-size: 14px;line-height: 24px;color: #fff;margin: 3px 0;}
#footer .banq p a{color: #fff;}
#footer .banq p span{margin-left: 15px;}
#footer .ewm{float:right;}
#footer .ewm li{float:left;width: 100px;text-align: center;color: #fff;margin-left: 20px;}
#footer .ewm img{width:90px;height:90px;}

/* 分页 */
.pagination{
    text-align: center;
    font-size: 0;
    padding: 60px 0;
}
.pagination a{
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a:hover{
    background: #ba2d35;
    color: #fff;
    border: 1px solid #ba2d35;
}
.pagination select{
    height: 37px;
    padding: 0 5px;
    outline: none;
    border-color: #eee;
}








@media screen and (max-width: 1440px){
    .nav>ul>li>a{ font-size: 18px;}
.top_a{padding: 10px 0px;}
.top_logo{width:96%;}
}

@media screen and (max-width: 1024px){
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }

    .wap-menu img {
        height: 25px;
    }

    .nav {
        position: fixed;
        z-index: 9999;
        padding-top: 50px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        opacity: 0;
        height: 100%;
        overflow-y:scroll;
    }
    .nav>ul {
        background: none;
        padding: 0 30px;
        width: auto;
        top: 0;
    }
    .nav>ul>li {
        float: none;
        width: auto;
        display: block;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav>ul>li>a {
        font-size: 16px;
        line-height: normal;
        font-weight: normal;
        padding: 0 10px;
    }
    .nav>ul>li:hover>a{
        color: #fff;
    }
    .nav>ul>li:hover>a::after{
        content: none;
    }
    .nav>ul>li.active>a::after{
        content: none;
    }
    .nav>ul>li:hover ul {
        display: none;
    }
    .nav>ul>li>span {
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .nav>ul>li>span.active {
        transform: rotateZ(90deg);
    }
    .nav>ul>li>ul {
        position: static;
        padding: 0;
        width: auto;
        background: none;
        padding-left: 30px;
        box-shadow: none;
    }
    .nav>ul>li>ul>li {
        display: block;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav>ul>li>ul>li:last-child {
        border: none;
    }
    .nav>ul>li>ul>li a {
        color: #fff;
        padding: 0;
    }
    .nav>ul>li>ul>li:hover {
        background: none;
    }
    .nav>ul>li>ul>li a {
        color: #fff;
        padding: 0;
    }
.top_logo img{max-width:58%;}
.wap-menu{top:22px;}
.search-box{display:none;}
}

@media screen and (max-width:768px){
    .pagination{
        padding:30px 0;
    }
    .pagination a {
        padding: 0 8px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        margin: 0px 5px;
    }
    .pagination select{
        height: 32px;
        font-size: 12px;
    }
    .wap-menu img{
        height: 25px;
    }
.wap-menu{top:22px;}

}

@media screen and (max-width:480px){
#footer .banq{float:none;margin-top:0px;}
    #footer .banq p {font-size: 14px;text-align:center;}
    #footer .banq p span{display: block; margin: 0;}
#footer .ewm ul{display: inline-block;}
#footer .ewm li{float:left;width: 70px;text-align: center;color: #fff;margin:0 8px;}
#footer .ewm img{width:70px;height:70px;}
#footer .ewm{float:none;width: 100%;margin: 10px auto 0px;text-align:center;}
.top_logo img{max-width:60%;}
}