html,body,div,ul,ol,li,span,i,em,p,li,dl,dt,dd,input,textarea,form,img,h1,h2,h3,h4,h5,h6,table,tr,td{
	margin:0;
	padding: 0;
	outline: none;
}
body{
	font-family:"微软雅黑","Arial","Simsun","verdana";;
	font-size: 12px;
	color: #1A1A1A;
	-webkit-text-size-adjust:100%;

}
/* 重设 HTML5 标签*/

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
b{font-weight: normal;}
ul,li{list-style: none;}
table,tr,td,img,input{border:0 none;}
table{border-collapse: collapse;}
em,i{font-style: normal;}
a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	color: #0180cd;
}
/* 清理浮动 */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear{clear: both;}
.lf{float: left;}
.rt{float: right;}
/*内容*/
.w1200{width: 1200px;margin:0 auto;}
.page{font-size:0; text-align:center; width:100%; padding:0px 0 0px 45px; margin-top:45px;  }
.page a{ font-size:14px; color:#333;border:#b3b3b3 1px solid; display:inline-block; padding:3px 9px; background-color:#ffffff; margin:0 3px 0px; -webkit-transition:all .4s ease-out .1s; -moz-transition:all .4s ease-out .1s; -ms-transition:all .4s ease-out .1s; -o-transition:all .4s ease-out .1s; transition:all .4s ease-out .1s; }
.page a:hover{ color:#0078c9;}
.page .current{color:#0078c9 !important; }
