/*兼容手机*/
@media screen and (max-width: 1200px){

}
img{
	max-width: 100%!important;
}
/* CSS Document */
.mt10{
	margin-top:10px;
}
.mt25{
	margin-top:25px;
}
.mb10{
	margin-bottom:10px;
}
.colorh1{
	color:#f88600;
	margin-top:30px;
}
.colorh4{
	color:#a2a2a2;
}
.colors{
	background:#eeeeee;
}
.pros{
	background:#fff;
	text-align:center;
	height:283px;
	padding:10px;
	width:100%;
}
.colorpro{
	color:#898989;
}
.h24{
	height:24px;
}
.mt20{
	margin-top:20px;
}
.mauto{
	margin:auto;
}
.center-vertical{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
} 
.color_navs{
	background-color:#000000;
}
.footer_s{
	padding:20px;
	color:#fff;
	line-height:24px;
	font-size:12px;
}
.mb20{
	margin-bottom:20px;
}
.content{
	background:#eeeeee;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}