@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{
	max-width: 1920px;
	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;}
a:focus{color: inherit;}
a:active{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: " ";
}
.inline-block{
	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;
}
.pd10{
	padding: 10px 0;
}
.pd20{
	padding: 20px 0;
}
.pdall20{
	padding: 20px;
}
.pd30{
	padding: 30px 0;
}
.pd40{
	padding: 40px 0;
}
.pd50{
	padding: 50px 0;
}
.mg10{
	margin: 10px 0;
}
.mg20{
	margin: 20px 0;
}
.mg30{
	margin: 30px 0;
}
.mg40{
	margin: 40px 0;
}
.mg50{
	margin: 50px 0;
}
.pdbottom10{
	padding-bottom: 10px;
}
.pdbottom20{
	padding-bottom: 20px;
}
.pdbottom30{
	padding-bottom: 30px;
}
.pdbottom40{
	padding-bottom: 40px;
}
.no-padding{
	padding: 0 !important;
}
.no-padding-right{
	padding-right: 0 !important;
}
.no-padding-left{
	padding-left: 0 !important;	
}
.pdbottom50{
	padding-bottom: 50px;
}
.mgbottom40{
	margin-bottom: 40px;
}
.pdtop10{
	padding-top: 10px !important;
}
.pdtop20{
	padding-top: 20px !important;
}
.mgtop50{
	margin-top: 50px;
}
.mgtop40{
	margin-top: 40px;
}
.mgright40{
	margin-right: 40px;
}
.pdtop50{
	padding-top: 50px;
}
.mgtop35{
	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: #3b9aeb;
	color: #fff;
	border-color: #3b9aeb;
}
.global_title h2{
	color: #3b9aeb;
	font-size: 28px;
	font-weight: 600;
}
.global_title h4{
	font-size: 25px;
	color: #333;
	padding: 10px 0;
}
/*分页e*/
input{
	border: 0;
	background-color: #fff;
	outline: none;
	color: #333;
	text-indent: 6px;
	line-height: 26px;
	height: 26px;
}
.pro_list .thumb .hover,
a,
.kehu,
.product_nav ul li,
nav.home ul li{
	transition: all ease-in-out .6s;
	-webkit-transition: all ease-in-out .6s;
	-ms-transition: all ease-in-out .6s;
	-moz-transition: all ease-in-out .6s;
}
