/* 横向滚动基本样式 */ 
.scroll_horizontal{position:relative;margin-left:15%;margin-right:15%;padding:10px;background-color:#eee;width: 68%;}

.scroll_horizontal .box{overflow:hidden;position:relative;margin:0 auto;}

.scroll_horizontal .list{overflow:hidden;width:9999px;}

.scroll_horizontal .list li{float:left;width:15.625rem;padding-right: 0.625rem;margin-right: 0.625rem;}

.scroll_horizontal .prev,

.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url(img/control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}

.scroll_horizontal .prev{left:5px;background-position:0 0;}

.scroll_horizontal .next{right:5px;background-position:-40px 0;}

.scroll_horizontal .prev:hover{background-position:0 -50px;}

.scroll_horizontal .next:hover{background-position:-40px -50px;}

.news_noleft{
	height: 26rem;
	background: url("../images/product_bg1.png");
	background-size:100% 100%;
}

.news_noleft:hover {
	background: url("../images/product_bg2.png") no-repeat;
	background-size:100% 100%;
}

.news_noleft a {
    color: #fff;
}

..news_noleft:hover a {
    color: #545252;
}

.news_noleft img{
	width: 17.5rem;
	height: 21rem;
}

.product_title{
	text-align: center;
	padding-top: 1rem;
	font-size: 0.9rem;
}