.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;
}
.thumbnail{
	border: 0px;
	transition: all 0.5s;
}
.thumbnail:hover{
	transform: scale(1.05);
}
.thumbnail a{
	font-size: 16px;
	color: #000;
	display: block;
	padding-bottom: 15px;
}
.thumbnail a:hover{
	text-decoration: none;
	color: #00a0e9;
}


@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;
	}
	.new-right dt{
	float: none;
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	}
	.new-rigth ul li dl dt dd{
	float: none;
	width: 80%;
    }
    .two{
	background: url(../images/new-icon.png) 90% no-repeat;
	}
}