﻿@charset "utf-8";
/* CSS Document */
html, body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: "微软雅黑";
	background: #fff;
	color: #4C4C4C;
	-webkit-text-size-adjust: none;
}
a {
	color: #4C4C4C;
	text-decoration: none;
	outline: 0px none;
 star:expression(this.onFocus=this.blur());
}
a:hover, a:active { color: #005499; }
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "微软雅黑";
}
table { border-collapse: collapse; }
ul, li {
	list-style: none;
	border: 0 none;
	padding: 0px;
}
form { margin: 0px; }
img {
	border: 0px none;
	text-align-last: center;
	vertical-align: middle;
 _azimuth:expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true);
}
i, em { font-style: normal; }
/*清除浮动*/
.clear:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.clear { *zoom: 1;
 *width: 100%;
 *line-height: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
body, td, th, input, textarea, select { outline: none; }
.fl { float: left; }
.fr { float: right; }
.red { color: #F00; }
