.banner{
	background-image: url(../images/product-banner.png);
	background-size: cover;
	height: 300px;
}
.banner h4{
	padding-top: 105px;
	color: #ffffff;
	font-size: 24px;
	margin-top: 0px;
}
.banner p{
	color: #ffffff;
	font-size: 12px;
}
.product-list{
	background-color: #f5f5f5;
}
.product-list .container{
	padding-top: 30px;
}
.product-left{
	float: left;
	width: 25%;
	background-color: #ffffff;
	border: 1px solid #fff;
	height: 600px;
}
.product-left ul{
	list-style: none;
	padding-left: 0px;
}
.product-left .one{
	height: 50px;
	background-color: #00a0e9;
}
.one a{
	display: block;
	padding-top: 10px;
	color: #fff;
	font-size: 20px;
}
.one a:hover{
	text-decoration: none;
	/*color: red;*/
}
.product-left .two{
	height: 50px;
}
.two a{
	color: #333333;
	display: block;
	padding-left: 50px;
	line-height: 50px;
	font-size: 16px;
}
.two a:hover{
	text-decoration: none;
	color: red;
}
.two{
	background: url(../images/new-icon.png) 245px no-repeat;
}
hr{
	margin-top: 0px;
	margin-bottom: 0px;
}
.clear{
	clear:both;
}
.product-right{
	float: right;
	width: 70%;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 15px;
}
.xq-title{
	color: #999999;
	font-size: 14px;
}
.xq-title a{
	color: #999999;
	font-size: 14px;
}
.xq-title a:hover{
	text-decoration: none;
	color: #00a0e9;
}
.xq-right{
	margin-top: 30px;
}
.xq-right h5{
	font-size: 18px;
	color: #333333;
}
.xq-title hr{
	margin-bottom: 20px;
}
.xq{
	font-size: 14px;
	color: #666666;
}
@media(max-width: 767px){
	.product-left{
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #fff;
	height: auto;
	float: none;
	margin: 0 auto;
	}
	.product-right{
	float: none;
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	}
    .two{
	background: url(../images/new-icon.png) 90% no-repeat;
	}
}