body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0;border:0;}
body{
	font-size: 1rem;
	background:#002a40;
	color: #fff;
	/*font-family:"Microsoft YaHei";*/
	width: 100%;
}
html,body{
	font-size: 1rem;
	width: 100%;
	height: 100%;
	border-radius: 0.2rem;
	overflow-x: hidden;
}
ul,ol,li{list-style-type:none;}
strong{font-weight: bold;}
select,input,select{vertical-align:middle;}
img{
	vertical-align: top;
}
a{text-decoration:none;}
a:hover{text-decoration:none;}
.left{float:left}
.right{float:right}
.clear{clear: both;}

