* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

/* --------- */
.wrap {
    width: 1200px;
    margin: 10px auto;
    /* border: 1px solid red; */
}



/* ------------- */

/* 选择类别 */
.dem {
    /* width: 940px; */
    width: 1200px;
    /*border: 1px dashed #c8c8c8;*/
    margin: 20px 0;
    padding: 10px 0 10px;
    background-color: #ECECEC;
    border-radius: 5px;
}

.dem>div {
    width: 100%;
}

.province {
    /* margin-top:20px ; */
    /* padding-top:10px;  */
    margin: 0 auto;
    width: 100%;
    /* border: 1px solid red; */
}

.province a {
    display: block;
}

.province .fl {
    float: left;
}

.province .fl:first-child {
    width: 120px;
    /* height: 100px; */
    /* border: 1px solid red; */
    text-align: right;
}

.province .fl:first-child div {
    margin-top: 5px;
    font-size: 18px;
    color: #666666;
    /* margin-left: 24px; */
}


.province .fl:last-child {
    width: 1078px;
    font-family: "宋体", "Arial Narrow", HELVETICA;
    /* border: 1px solid red; */
}

#HtmlProvince li {
    float: left;
    padding: 5px 3px;
    /* width: 60px; */
    /* height: 20px; */
    font-size: 15px;
}

#HtmlProvince li a {
    /* width: 60px; */
    /* height: 25px; */
    padding: 3px 7px;
    text-align: center;
    /* line-height:25px ; */
    color: #666666;
    text-decoration: none;
}



#HtmlProvince li:hover a {
    color: #dc3023;

}

.current {
    background-color: #f35f23;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
}

.current:hover {
    color: #fff !important;
}













/* 产品列表 */
.product {
    width: 1200px;

    /* position: relative; */
    /* background: #f7f7f7; */
}
.product ul{
    display: block;
    width: 104%;
    margin-left: -23px;
}

.product li{
    float: left;
    /* margin: 0 20px 20px; */
    margin-left: 23px;
    margin-bottom: 40px;
    background: #f7f7f7;;
    /*padding-bottom: 10px;*/
    width: 222px;
    border: 1px solid #e6e6e6;
}

.product_a1{
    display: block;
    width: 100%;
    position: relative;
}

.product_a1 img{
    width: 220px;
    height: 200px;
}
.product_a1 span{
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 200px;

}
.product_a1:hover span{
    background: rgba(0, 0, 0, .3)
}

.product_a2{
    width: 94%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #f40;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.product_a2:hover{

    color: #dc3023;
}

.product_a3{
    display: block;
    width: 94%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5px;
    color: #333;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.product_a4 {
    display: block;
    width: 94%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5px;
    color: #999;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    border-top: 1px solid #e6e6e6;
}










