﻿/* CSS Document */
body,div,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul {
	margin: 0px;
	padding: 0px;
	border:0px;
	font-family: "微软雅黑";
} 
body {
	color: #333;
	margin:auto;
	-webkit-text-size-adjust: none;
	font-size:14px;
	background-color: #FFFFFF;
	font-family: "微软雅黑";
	/*background-image: url(http://www.yzwlgm.com/images/2021guoqing.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
} 
ul,li,h1,h2,h3,h4,h5,h6,h7,dd,dl,li,dt,ul,ol,hr{
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	font-weight: normal;
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #F00;
	text-decoration: underline;
}
.clear{
	clear:both;
}
