
/*special专题开始*/
.special-content{
    height: 153px;
    margin-top: 30px;
    background: #f5f5f5;
    border: 1px solid #dddddd;
}
.special-content h1{
    font-size: 30px;
    color: #00a160;
    line-height: 46px;
    margin-top: 22px;
    padding-left: 32px;
}
.special-content p{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding: 0 32px 0 32px;
    font-family: "Microsoft YaHei", 微软雅黑;
}
/*special专题结束*/
/*main内容区*/
#main{
    margin-top: 40px;
}
.main-l{
    float: left;
    margin-right: 40px;
    width: 860px;
}
.main-l h3{
    font-size: 24px;
    padding-bottom: 10px;
    color: #333333;
    border-bottom: 1px solid #dddddd;
}
.main-l .product{
    height: 250px;
    border-bottom: 1px dashed #dddddd;
}
.product .product-img{
    float: left;
    margin-top: 30px;
    /*border: 1px solid #dddddd;*/
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.product-img img{
    display: block;
    width: 180px;
    height: 180px;
}
.product-box{
    float: left;
    width: 658px;
    margin-left: 20px;
}
.product-box h5 a{
    float: left;
    display: block;
    font-size: 20px;
    color: #000000;
    line-height: 38px;
    margin-top: 30px;
}
.product-box h5 a:hover{
    color: #00a160;
}
.product-box p{
    float: left;
    display:inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.main-l .paging{
    float: right;
    margin-top: 50px;
}
.main-l .paging .prev_page{
    display: block;
    width: 46px;
    height: 35px;
    border: 1px solid #dddddd;
    font-size: 24px;
    color: #999999;
    line-height: 32px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.main-l .paging .prev_page:hover{
    color: #ffffff;
    background: #00a160;
}
.main-l .paging .next_page{
    display: block;
    width: 46px;
    height: 35px;
    border: 1px solid #dddddd;
    font-size: 24px;
    color: #999999;
    line-height: 32px;
    text-align: center;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}
.main-l .paging .next_page:hover{
    color: #ffffff;
    background: #00a160;
}
.main-l .paging ul{
    height: 36px;
    float: left;
}
.main-l .paging ul li{
    float: left;
}
.main-l .paging ul .omit{
    display: block;
    width: 46px;
    height: 34px;
    line-height: 34px;
    color: #333333;
    font-size: 14px;
    margin-right: -1px;
    text-align: center;
}
.main-l .paging ul li a{

}
.main-l .paging ul li .add{
    display: block;
    width: 46px;
    height: 34px;
    line-height: 34px;
    color: #333333;
    border: 1px solid #dddddd;
    font-size: 14px;
    margin-right: -1px;
    text-align: center;
}
.main-l .paging ul li .add:hover{
    color: #ffffff;
    background: #00a160;
}
.main-l .paging ul li .ac{
    color: #ffffff;
    background: #00a160;
}
.main-l .paging .total_page{
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.main-l .paging .total_page span{}
.main-l .paging .inp{
    float: left;
    width: 60px;
    height: 34px;
    border: 1px solid #dddddd;
    text-align: center;
    margin: 0 20px;
}
.main-l .paging .jump_page{
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.main-l .paging .con_page{
    float: right;
    font-size: 14px;
    color: #333333;
    width: 60px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #dddddd;
    background: #f5f5f5;
    margin-left: 20px;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.main-r{
    float: right;
    width: 300px;
}
.hot{
    height: 332px;
    border: 1px solid #dddddd;
}
.hot h3{
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
    margin: 0 10px 0 10px;
    padding-left: 32px;
    background: url("../../images/hotword/hot-t.png") no-repeat 0 12px ;
}
.hot ul{
    margin-top: 4px;
}
.hot li a{
    font-size: 14px;
    color: #666666; ;
    line-height: 35px;
    margin-left: 10px;
    padding-left: 12px;
    font-family: "Microsoft YaHei", 微软雅黑;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
    display: block;
}
.hot li a:hover{
    color: #00a160;
}
.hot li{
    position: relative;
}
.hot li span{
    width: 4px;
    height: 4px;
    background: #aaaaaa;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 10px;
}
.latest-product{
    margin-top: 20px;
    height: 844px;
    border: 1px solid #dddddd;
    overflow:hidden;
}
.latest-product li{
    margin: 0 10px 0 10px;
    height: 160px;
    border-bottom: 1px solid #eeeeee;
}
.latest-product h3{
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
    margin: 0 10px 0 10px;
}
.latest-product img{
    float: left;
    width: 140px;
    height: 120px;
    display: block;
    margin-top: 20px;
}
.latest-product .name{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    float: left;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.latest-product p{
    font-size: 14px;
    color: #f5481a;
    line-height: 44px;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.latest-product .text{
    float: left;
    width: 128px;
    margin-left: 10px;
    margin-top: 34px;
}
.latest-product .text a:hover{
    color: #f5481a;
}
.recommend{
    margin-top: 20px;
    height: 358px;
    border: 1px solid #dddddd;
}
.recommend h3{
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
    margin: 0 10px 0 10px;
}
.recommend .list{
    width: 278px;
    float: left;
    display: inline;
    margin-left: 10px;
}
.recommend .list li{
    float: left;
}
.recommend .list a{
    font-size: 14px;
    color: #666666;
    line-height: 38px;
    font-family: "Microsoft YaHei", 微软雅黑;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 130px;
    display: block;
    white-space: nowrap;
}
.recommend .list a:hover{
    color: #00a160;
}
/*main结束*/
