body, ul, li, h1, h2, h3, h4, h5, h6, form, dl, dt, dd { margin: 0px; padding: 0px; font-size: 14px; font-weight: normal;}
html,body{height:100%;}
body{font:14px; font-family:"Microsoft YaHei";}
a {font-size:"Microsoft YaHei";}
p {margin: 0; padding: 0;}
ul,li { list-style: none; }
img { border-style: none; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #136ad3;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*文本框发光效果开始*/
		input[type=text]:focus,input[type=password]:focus,textarea:focus{

			 transition:border linear .2s,box-shadow linear .5s;
			 -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
			 -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
			 outline:none;border-color:rgba(1,51,87,.75);
			 box-shadow:0 0 8px rgba(1,51,87,.5);
			 -moz-box-shadow:0 0 8px rgba(1,51,87,.5);
			 -webkit-box-shadow:0 0 8px rgba(1,51,87,3);
		}
/*文本框发光效果结束*/

.float-left {float:left;}
.float-right {float:right;}
.overflow-auto {overflow:auto;}

/* 鼠标经过超链接颜色 */
	.a-hover-01 a:hover {color:#0795d7;}