body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li,
	pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

body, button, input, select, textarea {
	font: 12px/1.5 "Microsoft Yahei", tahoma, arial, \5b8b\4f53;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

address, cite, dfn, em, var, u, i, s {
	font-style: normal;
}

code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
}

small {
	font-size: 12px;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.blue-link {
	color: #3377ff;
}

a.blue-link:hover {
	color: #f60;
}

legend {
	color: #000;
}

fieldset, img {
	border: 0;
}

button, input, select, textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, html input[type=button], input[type=submit] {
	-webkit-apperance: button;
	cursor: pointer
}

.sup {
	vertical-align: top;
}

.sub {
	vertical-align: bottom;
}

.su-middle {
	vertical-align: middle;
}

.disn {
	display: none;
}

.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.clearfix {
	*zoom: 1;
}

.wrap {
	width: 1190px;
	margin: 0 auto;
	clear: both
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt80 {
	margin-top: 60px !important;
}
.mt40 {
	margin-top: 40px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 5px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl6 {
	padding-left: 6px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.al {
	text-align: left
}

.ac {
	text-align: center
}

.ar {
	/* text-align: right */
	
}

.font_red {
	color: red;
}

.fontBold {
	font-weight: bold;
}

.font_color1 {
	color: red !important;
}

.font_color2 {
	color: #3377ff !important;
}

.font_color3 {
	color: blue !important;
}

.font_color4 {
	color: #ff6f19 !important;
}

.font_color5 {
	color: #333 !important;
}

.font_color6 {
	color: #888 !important;
}

.ft14 {
	font-size: 14px !important;
}

.fontSize10 {
	font-size: 10px !important;
}

.fontSize14 {
	font-size: 14px !important;
}

.fontSize16 {
	font-size: 16px !important;
}

/* *******************�� */
body a {
	outline: none;
	blr: expression(this.onFocus = this.blur ());
	font: 12px/1.5 "Microsoft Yahei", tahoma, arial, \5b8b\4f53;
}

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot'); /* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */ url('font/iconfont.woff') format('woff'),
		/* chrome��firefox */ url('font/iconfont.ttf') format('truetype'),
		/* chrome��firefox��opera��Safari, Android, iOS 4.2+*/ 
		url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

button, html input[type=button], input[type=submit] {
	-webkit-apperance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

.more_ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 8em;
}

.shortTitleSpan {
	display: inline-block !important;
	width: 5em !important;
	text-align: left !important;
}

.over_hidden {
	overflow: hidden !important;
}

.stars_mark, .colon_mark {
	display: inline-block;
	font-size: 14px;
}

.colon_mark {
	margin-right: 5px;
}

.stars_mark {
	color: red;
	margin: 0 0 0 -10.38px;
}

.stars_mark:after {
	display: block;
	width: 6.38px;
	content: "*";
}

.stars_mark_noFloat {
	float: none;
	color: red;
	display: inline-block;
	margin: 0 0 0 -10.38px;
}

.colon_mark:after {
	display: block;
	width: 6.38px;
	content: ":";
}

.validateIpt {
	border: 1px solid #bbb;
	color: #333;
	padding-left: 4px;
}

.validateIpt.error {
	border: 1px solid red !important;
	color: red !important;
}

.monetary_symbol {
	color: red;
	font-weight: bold;
}