@charset "utf-8";
/*************公共代码*****************/
*{word-wrap:break-word;}
html {-webkit-text-size-adjust:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span{padding:0;margin:0;}
body{font:normal 12px/1.5 "Microsoft Yahei","冬青黑体简体中文 w3","宋体"; background: #e7e7e7; color: #666;}
ol,ul{list-style:none;}
em,i{font-weight:normal;font-style:normal;font-size:100%;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;font-size:100%;}
.clearfix{*zoom:1;}
.clearfix:after{content:"\200B"; display:block;clear:both;height:0;}
a{
	color: #333;
	text-decoration: none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
input,button,select{outline:0;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;}
img{vertical-align:middle; display: inline-block; border:none;}
.fl{float: left;}
.fr{float: right;}
.margin-t30{margin-top: 30px;}

.container{ width: 1200px; margin: 0 auto;}
/*footer*/
#footer{ height: 149px; background: #535353; padding-top:50px; font-size: 16px;}
#footer p{ text-align: center; line-height: 35px; color: #fff;}
#footer p a{margin: 0 8px; color: #fff;}
