/*body*/
.body{
	padding:1.5rem;
}
.section{
	margin-bottom:2rem;
}
.section_top{
	width:100%;
	height:2rem;
	line-height:2rem;
}
.section_title{
	font-size:1.6rem;
	color:#111;
	font-weight:bold;
}
.section_content{
	margin-top:1rem;
}


.show_tab{
	width:100%;
	overflow:hidden;
	position:relative;
}
.roll_list{
	width:300%;
}
.roll_list .roll{
	width:33.33%;
	float:left;
}
.roll_list .roll img{
	width:100%;
}
.dots{
	position:absolute;
	bottom:1rem;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
.dots li{
	float:left;
	width:1rem;
	height:1rem;
	border-radius:50%;
	border:1px solid rgba(249,154,61,.5);
	box-sizing:border-box;
	margin:0 0.2rem;
}
.dots li.active{
	background-color:rgba(249,154,61,.5);
}


.products_sort{
	width:100%;
}
.products_sort li{
	width:100%;
	height:5rem;
	line-height:5rem;
	box-sizing:border-box;
	border-top:1px solid #eee;
	border-right:none;
}
.products_sort li:nth-last-child(1){
	border-bottom:1px solid #eee;
}
.products_sort li a{
	display:inline-block;
	width:100%;
	padding-left:1rem;
	box-sizing:border-box;
	color:#f99a3d;
	font-size:1.5rem;
}
.products_sort li span{
	float:right;
	padding-right:1rem;
	color:#ccc;
	font-size:1.5rem;
}


.section_content{
	width:100%;
	height:auto;
	position:relative;
}
.products_list{
	width:100%;
}
.products_list li{
	position:absolute;
	/*float:left;*/
	width:50%;
	box-sizing:border-box;
	padding:0.5rem;
}
.products_item{
	border:1px solid #eee;
}
.products_list li img{
	width:100%;
}
.products_list li p{
	width:100%;
	text-align:center;
	height:auto;
	line-height:2rem;
	background-color:#eee;
}


/*产品详情*/
.section_back{
	color:#f99a3d;
}
.products_detail{
	width:100%;
}
.products_detail li{
	width:100%;
}
.products_img img{
	display:block;
	width:60%;
	margin:0 auto;
}
.products_detail_info h3{
	font-size:1.3rem;
}
.products_detail_info i{
	display:block;
	margin-left:2em;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
.products_detail_info p{
	text-indent:2em;
	font-size:1.2rem;
	line-height:1.5;
	margin-bottom:0.5rem;
}
.parameter{
	margin-top:1.5em;
}
.parameter tr td{
	font-size:1.2rem;
}
.parameter .title{
	width:auto;
}


























