@charset "utf-8";
/* CSS Document */
@import url("reset.css");
/***页面头部样式表***/
.topBtns{ width:100%; max-width:1920px; margin:0 auto; height:31px; overflow:hidden; position:relative;}
.topBtns .db_lj{ width:980px; height:31px; margin:0 auto; line-height:31px; font-size:12px; color:#ffffff; overflow:hidden;}
.topBtns .db_lj a{ margin:0 10px; color:#ffffff;}

.logo{ margin-top: 10px;}
.top{
    width: 100%;
    height: 44px;
    line-height: 44px;
}
.h-search{
    background:url("../images/search.png") no-repeat;
    width: 305px;
    height:40px;
    line-height: 40px;
    overflow:hidden;
    position:relative;
    margin-top: 25px;
}
.h-search .scarchs{
    width: 247px;
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    margin-left: 15px;
    background:transparent;
    border:none;
}
.h-search input:focus{
    outline:none;
}
.h-search  a{
    display: block;
    position:absolute;
    right:5px;
    top:0;
    width:40px;
    height:40px;
    float: right;
}
.h-navbar{
    height: 50px;
    line-height: 50px;
    background: url("../images/nabbar.png") no-repeat;
    /* margin-bottom: 5px; */
}
.h-navbar ul li{
    float: left;
    height: 50px;
    line-height: 50px;
}
.h-navbar ul li.s{
    width: 5px;
    background: url("../images/nav.png") no-repeat;
}
.h-navbar ul li a{
    font-size: 16px;
    float: left;
    color: #fff;
    padding: 0 21px;
}
.h-navbar ul .n1{
    margin-left: 7px;
}
.h-navbar ul .n1 a{
    letter-spacing: 14px;
}