﻿@charset "utf-8";
/* CSS Document */





/*************** 系统默认样式 Start ***************/
* {
	padding:0;
	margin:0;
}
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, table, thead, tbody, tfoot, th, td, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	
	}
body,button,input,select,textarea {font: 13px/21px Microsoft YaHei,tahoma,arial,\5b8b\4f53;}
table, thead, tbody, tfoot, th, td, dl, dt, dd {
	border-collapse: collapse;
	border-spacing: 0;
}
img, form, fieldset {border: none;}
address, caption, cite, code, dfn, em, th, var, span, strong {
	font-style: normal;
	font-weight: normal;
}
ul, li, dl, dd {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
table {border-collapse: collapse;}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	zoom: 1;
}
button, input, textarea, select, {
	font-family: tahoma, arial, \5b8b\4f53;
	font-size: 12px/1.5;
	font-weight: inherit;
	vertical-align:middle;
}
input[type=radio], input[type=checkbox] {vertical-align: middle;}
textarea {
	resize: none;
	overflow-x: hidden;
	overflow-y: auto;
	outline: medium none;
	word-wrap: break-word;
}
a {
	color: #666;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	outline: none;
}
a:hover {
	color: #47bbff;
	text-decoration: none;
}
a:link, a:visited, a:active {text-decoration: none;}
a:focus, input[type=button] ,input[type=radio], input[type=checkbox],input[type=submit] {
	outline: none;
	-moz-outline-style: none;
}
label.checkbox, label.radio, label.text {
	padding-left: 4px;
	vertical-align: top;
}
i {font-style:normal}
/*************** 系统默认样式 End ***************/





/*************** 全局样式 Start ***************/
.clear{
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.align-left {float: left;}
.align-right {float: right;}
.s-space {margin-bottom: 10px;}
.wrap{
	width: 1000px;
	margin: 0 auto;
}

/*************** 全局样式 End ***************/