.main{
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.main .posBox{
    width: 1000px;
    height:35px;
    line-height:35px;
}
.main .posBox p{
    width: 300px;
    height:35px;
    float: left;
}
.main .posBox .hotBox{
    width: 500px;
    height:35px;
    float: right;
}
.main .searchBox{
    width: 998px;
    height:auto;
    border:1px solid #e7e7e6;
    padding-bottom: 5px;
}
.main .searchBox .jifen_dh{
    width: 996px;
    height:40px;
    background: #f0f2ee;
    line-height:40px;
    border-bottom:1px solid #e7e7e6;
}
.main .searchBox .jifen_dh span{
    font-size: 16px;
    color:#000000;
    margin-left: 10px;
}
.main .searchBox .lipinClass{
    width: 996px;
    height:auto;
    border-bottom:1px dashed #e7e7e6;
}
.main .searchBox .lipinClass .tit{
    width: 70px;
    height:50px;
    line-height:50px;
    float: left;
    text-align: center;
    color:#aeaeae;
}
.main .searchBox .lipinClass .list{
    width: 926px;
    height: auto;
    float: right;
    position: relative;
}
.main .searchBox .lipinClass .list ul li{
    padding: 0 20px;
    float: left;
    line-height:50px;
}
.main .searchBox .lipinClass .list ul li a.active{
    color:#016ed9;
}
.main .searchBox .lipinClass .list .more{
    width:45px;
    height:25px;
    position: absolute;
    right:15px;
    top:15px;
    line-height:25px;
    background: url("../images/jf_icon.jpg") no-repeat right 5px center;
}
.main .searchPages{
    width: 996px;
    height:45px;
    background: #f0f2ee;
    border:1px solid #e7e7e6;
    margin: 10px auto;
    padding: 0 30px;
}
.main .searchPages .search{
    width: 235px;
    height:30px;
    margin: 7px 0;
    float: left;
}
.main .searchPages .search .inpBox{
    width: 160px;
    height: 30px;
    background: #ffffff;
    float: left;
}
.main .searchPages .search .inpBox .keyword{
    width: 160px;
    height:30px;
    background: url("../images/search.jpg") no-repeat left 5px center;
    padding-left: 30px;
}
.main .searchPages .search .btnBox{
    width: 65px;
    height:30px;
    background: #006cd6;
    float: right;
    color:#ffffff;
    letter-spacing: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.main .searchPages .pages{
    width: 130px;
    height:30px;
    float: right;
}
.main .searchPages .pages ul{
    width: 60px;
    height: 30px;
    float: left;
    line-height:30px;
    margin: 7px 0;
    font-size: 14px;
}
.main .searchPages .pages ul li{
    float: left;
}
.main .searchPages .pages ul li a:hover{
    color:#006cd6;
}
.main .searchPages .pages ul li.li{
    padding: 0 5px;
}
.main .searchPages .pages .nextBefore{
    width: 63px;
    height:30px;
    float: right;
    line-height:30px;
    margin: 7px 0;
}
.main .searchPages .pages .nextBefore a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border:1px solid #c8c8c8;
}

.main .productBox{
    width: 1000px;
    height:auto;
}
.main .productBox ul li{
    width: 190px;
    height:200px;
    float: left;
    margin: 5px  5px;
}
.main .productBox ul li .img{
    width:190px;
    height: 145px;
}
.main .productBox ul li .img img{
    width:190px;
    height: 145px;
    display: block;
}
.main .productBox ul li h2{
    width: 190px;
    height: 25px;
    line-height:25px;
    text-align: center;
    font-size: 14px;
}
.main .productBox ul li p{
    width: 190px;
    height:30px;
    line-height:30px;
    text-align: center;
    font-size: 14px;
}
.main .productBox ul li p b{
    color:#006cd6;
}




#footer{
    width: 1000px;
    height:auto;
    margin: 0 auto;
}
#footer .f_nav{
    width: 700px;
    height:35px;
    line-height:35px;
    text-align: center;
    margin: 0 auto;
}
#footer .f_nav ul li{
    float: left;
    padding: 0 5px;
}
#footer .banquan{
    width: 500px;
    height: 30px;
    margin: 0 auto;
}
#footer .banquan p{
    width: 250px;
    height: 30px;
    float: left;
    line-height:30px;
}
#footer .zz{
    width: 1000px;
    height:60px;
    margin: 20px auto;
}
#footer .zz img{
    display:block;
    float: left;
    margin: 0 25px;
}