.list-wrap{
    width: 100%;
    background: #f8f8f8;
}
.list-wrap-content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.list-banner{
    width: 100%;
    height: auto;
}
.list-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.url-box{
    width: 100%;
    height: 47px;
    display: block;
    padding-top: 21px;
}
.url-box i{
    width: 26px;
    height: 26px;
    display: block;
    float: left;margin-left: 6px;
    background: url("img/address-new-icon_07.png");
}
.url-box p{
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin: 0;
    margin-left: 15px;
    float: left;
}
.url-box p a{
    color: #999;
    margin: 0 5px;
}
.product-type{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    padding-top: 6px;
    position: relative;
}
.product-type b{
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 14px;
    color: #999;line-height: 14px;
    font-weight: normal;
}
.product-type div{
    width: 100%;
    display: block;
    float: left;
}
.product-type div span{
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 36px;
}
.product-type div ul{
    float: left;
    margin: 0;
}
.product-type div ul li{
    float: left;
    margin-right: 25px;
    line-height: 36px;
    margin-left: 5px;
}
.product-type div ul li a{
    font-size: 16px;
    color: #333;
}
.product-type div ul li a:hover{
    color: #22b0eb;
}
.product-type div.second-leave ul li a{
    color: #666;
}
.product-type div.second-leave ul li a:hover{
    color: #22b0eb;
}

.product-type div ul li.active-1 a,
.product-type div ul li.active-2 a{
    color: #22b0eb;
    text-decoration: underline;
}

.list-main{
    width: 1200px;
}
.list-ul{
    width: 1210px;
    padding: 20px 5px 0 5px;
    margin: 0;
    margin-left: -10px;
}
.list-ul li{
	float: left;
	position: relative;
    width: 230px;
    height: 320px;
    margin-left: 10px;
    margin-top: 10px;
}
.list-ul li a{
    display: block;
    width: 210px;
    height: 300px;
    background: #fff;
    border: 1px solid #fff;
    margin: 10px;
    box-shadow: 0 0 8px rgba(170,170,170,0.2);
}
.list-ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.list-ul li a i{
    width: 39px;
    height: 25px;
    background: url("img/HOT-ICON-8-8_03.png");
    position: absolute;
    right: 4px;
    top:25px;
}
.list-ul li div.message-list{
    width: 100%;
    height: 140px;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.list-ul li div.message-list div{
    font-size: 18px;
    color: #ff7b22;
    line-height: 18px;
    display: block;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 33px;
} 
.list-ul li h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-align: center;
    line-height: 18px;
    margin-top: 12px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.list-ul li p{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    width: 190px;
    margin: 0 auto;
    margin-top: 12px;
    text-align: center;
}
.list-ul li div span{
    font-size: 18px;
    color: #ff6d3b;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    margin: 0 3px;
}

.list-ul li:hover a{
	width: 230px;
	height: 320px;
    background: #fff;
    border: 1px solid #22b0eb;
    box-shadow: 0 0 16px rgba(34,176,235,0.2);
    margin: 0;
}

.list-ul li:hover img {
    margin-top: 30px;
}
.list-ul li:hover a i{
    right: -5px;
    top:15px;
}
/*.list-ul li:hover h3,
.list-ul li:hover p,
.list-ul li:hover span,
.list-ul li:hover div.message-list div{
    color: #fff;
}*/

.search-list-page{
	padding-top: 30px;
}

.search-list-page .pager{
	margin: 0;
}

.sale-hot{
    width: 100%;
    height: 478px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.hot-tab-list{
    width: 240px;
    height: 38px;
    margin: 0 auto;
}
.hot-tab-list li{
    width: 120px;
    height: 38px;
    float: left;
    background: url(img/sale-tab-bg2.png) no-repeat;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 38px;
    position: relative;
}
.hot-tab-list li i{
    width: 100%;
    height: 8px;
    background: url("img/sale-tab-icon_11.png");
    position: absolute;
    left: 0;
    top: 37px;
    z-index: 666;
    display: none;
}
.hot-tab-list li.active{
    background: url(img/sale-tab-bg1.png) no-repeat;
    color: #fff;
}
.hot-tab-list li.active i{
    display: block;
}
.hot-tab-list li:hover{
    cursor: pointer;
}
.bg-area{
    width: 100%;
    height: 360px;
    background: #eee;
    box-shadow: 0 0 8px rgba(170,170,170,0.2) inset;
}
.bg-area div.ul-box{
    width: 100%;
    height: 360px;
    position: relative;
    display: none;
}
.bg-area .ul-box:first-child{
     display: block;
 }
.sale-list ul{
    margin: 0;
    padding: 0;
    width: 200%;
    position: absolute;
    left: 0;
    top:20px;
}

.sale-list{
    width: 960px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.sale-list ul li{
	float: left;
	position: relative;
    width: 230px;
    height: 320px;
    margin-left: 10px;
}
.sale-list ul li a{
	display: block;
    width: 210px;
    height: 300px;
    background: #fff;
    border: 1px solid #fff;
    margin: 10px;
    box-shadow: 0 0 8px rgba(170,170,170,0.2);
}
.sale-list ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.sale-list ul li div.txt-area{
    width: 100%;
    height: 140px;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sale-list ul li h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-align: center;
    line-height: 18px;
    margin-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sale-list ul li p{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    width: 190px;
    margin: 0 auto;
    margin-top: 12px;
    text-align: center;
}
.sale-list ul li div.txt-area div{
    font-size: 18px;
    color: #ff7b22;
    line-height: 18px;
    display: block;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 33px;

}
.sale-list ul li span{
    font-size: 18px;
    color: #ff6d3b;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    margin: 0 3px;

}

.sale-list ul li:hover a{
    width: 230px;
	height: 320px;
    background: #fff;
    border: 1px solid #22b0eb;
    box-shadow: 0 0 16px rgba(34,176,235,0.2);
    margin: 0;
}

.sale-list ul li:hover img {
    margin-top: 30px;
}

/*.sale-list ul li:hover h3,
.sale-list ul li:hover p,
.sale-list ul li:hover span,
.sale-list ul li:hover div.txt-area div{
    color: #fff;
}*/

.arrow-icon{
    width: 60px;
    height: 60px;
}
.arrow-icon:hover{cursor: pointer}
#arrow-left{
    background: url("img/arrow-blue-new_03.png?v=20170926");
    position: absolute;
    left: 32px;
    top: 150px;
}
#arrow-right{
    background: url("img/arrow-blue-new_05.png?v=20170926");
    position: absolute;
    right: 32px;
    top: 150px;
}
#arrow-left:hover{
    background: url("img/arrow-blue-new_09.png?v=20170926");
}
#arrow-right:hover{
    background: url("img/arrow-blue-new_10.png?v=20170926");
}
#arrow-left2{
     background: url("img/arrow-blue-new_03.png?v=20170926");
     position: absolute;
     left: 32px;
     top: 150px;
 }
#arrow-right2{
    background: url("img/arrow-blue-new_05.png?v=20170926");
    position: absolute;
    right: 32px;
    top: 150px;
}
#arrow-left2:hover{
    background: url("img/arrow-blue-new_09.png?v=20170926");
}
#arrow-right2:hover{
    background: url("img/arrow-blue-new_10.png?v=20170926");
}

.search-box2 {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0;
    padding-top: 20px;
    z-index: 9999;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: none;
}





















