/* Left */
.list_product_column2_item2_mainLeft{
	float:left;
	width: 280px;
}
.mainLeft_item{
	width: 100%;
	margin-bottom:30px;
}
.findbyname_title{
	background: #009bcb;
	height:40px;
	width: 100%;
	font-family:ArialBold;
	color:#ffffff;
	text-transform: uppercase;
	padding:0px 15px;
	line-height:40px;
}
.mainLeft_cate{
	padding:0px 15px 10px;
	border:1px solid #ebebeb;
	border-top:0px;
}
.mainLeft_cate li{
	background: url('../icon/icon_list_cate.png') no-repeat 0px center;
	line-height:40px;
	border-bottom:1px solid #ebebeb;
	font-size:12px;
}
.mainLeft_cate li a{
	color:#666666;
	margin-left: 15px;
	position:relative;
	display:block;
}
.mainLeft_cate span{
	color:#ff0000;
	position: absolute;
	right: 0px;;
}
/* price */
.range_price{
	margin: 20px 0px;
	margin-bottom: 30px;
}
.range_price input{
	width: 90px;
	height:30px;
	border:1px solid #ebebeb;
	padding: 0px 7px;
	color:#666666;
}
.range_price button{
	background:#d3d3d3;
	width: 50px;
	height: 30px;
	float:right;
	border:none;
	cursor:pointer;
}
.range_price button div{
	border-left: 8px solid #666666;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	width: 8px;
	margin: 0 auto;
}
.mainLeft_search input{
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	height:40px;
	border:1px solid #ebebeb;
	padding:0px 10px;
}
.mainLeft_search button{
	width: 40px;
	height:40px;
	background:#009bcb url('../icon/icon_list_search_l.png') no-repeat center;
	float:right;
	border:none;
}
.mainLeft_search_checkbox{
	padding:10px 15px;
	border:1px solid #ebebeb;
	border-top:0px;
	height:260px;
	overflow-y:auto;
	font-size:12px;
	color:#666666;
}
.mainLeft_search_checkbox li{
	position:relative;
	line-height:40px;
}
.mainLeft_search_checkbox li input{
	margin-right:10px;
}
.mainLeft_search_checkbox li span{
	position:absolute;
	right:0px;
	color:#ff0000;
}
@media screen and (max-width: 1200px){
	.home_product_cloumn4_item1_product_item{
		width: 33%;
	}
}
@media screen and (max-width: 900px){
	.header_news_cloumn2_item1_headerMiddle{
		margin-top:0px;
	}
	/* Left */
	.list_product_column2_item2_mainLeft{
		width: 100%;
		margin-bottom:20px;
	}
	.mainLeft_item{
		margin-bottom:0px;
	}
	.findbyname_title_mobie{
		display:block;
		margin-bottom:5px;
		cursor:pointer;
		background:#009bcb url('../icon/cate_down.png') no-repeat right 10px center;
	}
	.mainLeft_cate, .mainLeft_search_checkbox{
		display:none;
	}
	/* right */
	.list_product_column2_item2_mainRight{
		width: 100%;
	}
	.list_product_column2_item2_mainRight_innerTitle .show_menu:nth-child(2){
		display:none;
	}
}
@media screen and (max-width: 560px){
	.home_product_cloumn4_item1_product_item{
		width: 50%;
	}
}
@media screen and (max-width: 360px){
	.home_product_cloumn4_item1_product_item{
		width: 100%;
	}
	.home_product_cloumn4_item1_product_item_img{
		height:auto;
	}
}
/*
 *  STYLE 2
 */
#style-2::-webkit-scrollbar
{
	width: 6px;
}
#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	background-color: #f0f0f0;
}