/* --------------------------------重置默认样式------------------------------------------- 
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,fieldset,legend,input,button,textarea,hr{margin:0;padding:0}
body,button,input,select,textarea{ font:12px/1.5 "微软雅黑",arial,verdana, sans-serif}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
li{list-style:none}
fieldset,img{border:0}
table{border-collapse:collapse;border-spacing:0}
hr{border:none;height:1px}
a{text-decoration:none}
a:hover{text-decoration:none;color:#ff0033;}*/
		body,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		dl,
		dt,
		dd,
		ul,
		ol,
		li,
		th,
		td,
		p,
		fieldset,
		legend,
		input,
		button,
		textarea,
		hr{
			margin: 0;
			padding: 0
		}
		
		body {
			font-size: 62.5%;
			width: 100%;
		}
		
		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-size: 100%;
			font-weight: normal
		}
		
		li {
			list-style: none
		}
		
		fieldset,
		img {
			
			border: 0;
		}
		
		table {
			border-collapse: collapse;
			border-spacing: 0
		}
		
		hr {
			border: none;
			height: 1px
		}
		
		a {
			text-decoration: none
		}
		
		a:hover {
			text-decoration: none;
			color: #ff0033;
		}
		b{
			font-weight: normal;
		}
