@charset "utf-8";
html,body,p,nav,img,ul,hgroup,h2,h3,h1,i,h4,dl,ol,dt,dd,table,tbody,thead,th,tr,td{
	margin: 0;
	padding: 0;
}
body{
	font-family: "microsoft yahei" , arial;
	font-size: 13px;
	color: #666;
	background-color: #fff;
}

input,textarea{color: inherit; font-size: inherit;font-family: inherit;background-color:inherit;}
a{text-decoration: none;color: inherit;}
a:hover{text-decoration: none;color: inherit;}
ul,li{list-style: none;}
img{display: block;border: 0;}
.clear {
	*zoom: 1;
}
.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}
.display-inline{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.float_l{
	float: left !important;
}
.float_r{
	float: right !important;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.text-indent2{
	text-indent: 2em;
}
.pd20{
	padding: 20px 0;
}
.pdtop10{
	padding-top: 20px !important;
}
.mgtop50{
	margin-top: 50px;
}
.mgtop40{
	margin-top: 40px;
}
.mgright40{
	margin-right: 40px;
}
.pdtop50{
	padding-top: 50px;
}
.mgtop{
	margin-top: 35px;
}
.text-center{
	text-align: center;
}
/*分页s*/
.pages {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.pages span,
.pages a{
	color: #333;
	font-size: 16px;
}
.pages>p>span,
.pages>p>a {
	padding: 4px 10px;
	border: 1px solid #e1e2e3;
}
.pages>p>span,
.pages>p>a:hover {
	background-color: #5281d0;
	color: #fff;
	border-color: #5281d0;
}
.pdbottom10{
	padding-bottom: 10px;
}
/*分页e*/
input{
	border: 0;
	background-color: #fff;
	outline: none;
	color: #333;
	text-indent: 6px;
	line-height: 26px;
	height: 26px;
}
.products_list .thumb .hover .scale,
.pro_slider .thumb .hover .scale{
	transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-ms-transition: all ease .8s;
	-moz-transition: all ease .8s;
}
