body{
	height: 2000px;
	
}
img{
    object-fit:cover;
}


/****************banner****************/
.banner{
	width: 100%;
	min-width: 1235px;
	height: 500px;
}
.am-slider{
	min-width: 1235px;
	height: 500px;
	width: 100%;
	padding: 0;
}
.am-viewport{
	width: 100%;
	position: relative;
	
}
.am-slides li{
	height:500px;
	width: 100%;
	padding: 0;
	margin: 0;
	
}
.am-slides li img{
	height: 100%;
	width: 100%;
}
.content{
	width: 1235px;
	margin: auto;
	margin-top: 60px;
}
.title{
	color: #333333;
	font-size: 18px;
}
.title span{
	font-size: 15px;
	float: right;
	overflow: hidden;
	margin-right: 2%;
}
.title span a{
	color: #333333;
}
.title span img{
	width:15px;
	height:15px;
	margin-left: 8px;
	float: right;
	margin-top: 5px;
}
.products{
	margin-top: 15px;
}
.products ul{
	overflow: hidden;
}
.products ul li{
	float: left;
	text-align: center;
	width: 23%;
	padding-bottom: 25px;
	background: #fff;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 400px;
	
	
}
.products ul li div img{
	width: 60%;
	margin:auto;
	margin-top: 50px;
    height: 170px;
}
.name{
	font-size: 15px;
	color: #333333;
	margin-top: 50px;
	padding: 0 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.info{
	font-size: 14px;
	color:#9F9F9F;
	margin: auto;
	margin-top: 10px;
	padding: 0 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.price{
	margin-top: 10px;
	color: #FE7B05;
	font-size: 18px;
	font-weight: 500;
}
.aboutus{
	text-align: center;
	background: #fff;
	margin-top: 100px;
	width: 1235px;
	margin: auto;
	padding-bottom: 100px;
	margin-top: 20px;
}
.a_title{
	color: #FF7A07;
	font-size: 25px;
	margin-bottom: 20px;
	padding-top: 80px;
}
.a_content{
	font-size: 14px;
	margin-bottom: 6px;
}
