@charset "utf-8";
/*顶部*/
.topdb{
    background: #f5f5f5;
    font-size: 12px;
    color: #666;
    line-height: 35px;
    height: 35px;
    position: relative;
    z-index: 999999;
}
.topdb a{
    color:#666;
}
.topdb a:hover{
    color:#0066ff;
}
.topdb i{
    font-size: 16px;
    margin-right:5px
}
.topdb-fl{
    float: left;
}
.topdb-fl i{
    color:#999;
}
.topdb-fr{
    float: right;
}
.topdb-fr p{
    float: left;
    margin-left: 20px;
}
.topdb-fr i{
    color:#0066ff;
}


/*导航*/
.nav{
    padding: 20px 0;
    position: fixed;
    z-index: 99999;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 6px 1px 26px 2px rgba(0,0,0,0.3);
    box-shadow: 6px 1px 26px 2px rgba(0,0,0,0.3);
}
.nav-img{
    float: left;
    max-width: 145px;
}
.nav-img img{
    display: block;
    width: 145px;
    height: 41px;
}
.nav-btn{
    float: right;
    margin-top: 2px;
}
.nav-btn button{
    width: 39px;
    height: 30px;
    background: url(../images/top-tb.png) center no-repeat;
    border: 0;
    float: left;
    cursor: pointer;
    margin-right: 20px;
    outline: 0;
}
.nav-btn a{
    float: left;
    background: #0066ff;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
.nav-lanmu{
    float: left;
    margin-left: 130px;
    margin-top: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    display: none;
}
.nav-lanmu.on{
    opacity:1;
    display: block;
}
.nav-lanmu>ul>li{
    float: left;
    margin-left: 35px;
    position: relative;
}
.nav-lanmu>ul>li:first-child{
    margin-left:0;
}
.nav-lanmu>ul>li>a{
    font-size: 16px;
    color: #666;
    display: block;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
.nav-lanmu>ul>li>a:hover{
    color:#0066ff;
    border-bottom: 2px solid #0066ff;
}
.nav-lanmu li a.on{    
    color:#0066ff!important;
    border-bottom: 2px solid #0066ff!important;
}
.nav-padding{
    padding-top: 81px;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 1;
    background: none;
    border: 2px solid #fff;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.sj-btn{
    display: none;
}
.subNav{
    display: none;
    position: absolute;
    z-index: 999;
    background: #f9f9f9;
    border-bottom: 3px solid #0066ff;
    width: 480px;
    padding: 20px 25px;
}
.subNav ul{float: left; width: 240px;  box-sizing: border-box;}
.subNav ul li{width: 100%;float: left;height: 28px;padding-left: 14px;background: url(../images/icon_20.png) no-repeat left center;box-sizing: border-box;/* margin-bottom: 20px; */text-align: left;}
.subNav ul li:hover{background: url(../images/icon_21.png) no-repeat left center;}
.subNav ul li a{display: block;width: 100%;line-height: 30px;font-size: 14px;color: #666;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.subNav ul li:hover a{ color: #0066ff;}
.subNav .imgNav{float: left;width: 190px;box-sizing: border-box;padding-left:10px;}
.subNav .imgNav img{
    width: 180px;
    height: 180px;
    display: block;
    border: 1px solid #fff;
}
.nax_main>a{
    color:#0066ff!important;
    border-bottom: 2px solid #0066ff!important;    
}



/*搜索*/
.search{
    height: 50px;
    line-height: 50px;
    background: #fafafa;
    position: relative;
}
.search:after{
    content: "";
    background: url(../images/search_bj.png) bottom no-repeat;
    height: 30px;
    width: 100%;
    bottom: -30px;
    position: absolute;
    left: 0;
}
.search_tit{
    width: 800px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}
.search_tit span{
    font-weight: bold;
}
.search_tit a{
    margin-right: 7px;
    color: #666;
}
.search_tit a:hover{
    color: #0066ff;
}
.search_ss{
    margin-top: 10px;
    width: 300px;
    position: relative;
}
.search_ss #gjz{
    line-height: 30px;
    height: 30px;
    float: left;
    border: 2px solid #0066ff;
    width: 250px;
    outline: none;
    padding-left: 75px;
    border-right: 0;
}
.search_ss #ssk{
    height: 30px;
    float: left;
    border: 2px solid #0066ff;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
    background: url(../images/search_tb02.png) center  no-repeat #0066ff;
    width:50px;
}
.search_ss .search_ss_tit{
    position: absolute;
    top: 0;
    line-height: 29px;
    left: 10px;
    color: #999;
    font-size: 12px;
}


@media screen and (max-width: 1200px) {
    .topdb,.nav-lanmu,.search,.nav-padding,.pc-btn,.nav-lanmu.on{
        display: none;
    }
    .sj-btn{
        display: block;
    }
    .am-btn-primary:hover{
        background: none;
    }
    .nav{
        position: relative;
        padding: 1.5rem 0;
        box-shadow: none;
    }
    .topdb{
        height: 0!important;
    }
}