@charset "utf-8";
/* 站点说明： 重置各浏览器默认样式
 * 开发时间： 20150828
 * 开发者： 陈宏
 * 维护者： 陈宏
 *
 * 样式版本： v1.0
 * 版本时间： 
 * 注意事项： 初始化样式,如果此样式未对网页产生影响尽量不要修改
 */

/*reset css*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
select,
option,
button,
textarea,
p,
blockquote,
table,
th,
td {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft Yahei';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,
caption,
cite,
code,
em,
strong,
th {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;

}

img {
	border: 0 none;
	vertical-align: top;
	*vertical-align: baseline;
}

body {
	min-width: 1200px;
	font-size: 14px;
	overflow-y: scroll;
	*overflow-y: visible;
}

input {
	outline: none;
}

input::-webkit-input-placeholder {
	color: #cccccc;
}

input::-moz-placeholder {
	color: #cccccc;
}

input:-ms-input-placeholder {
	color: #cccccc;
}

input,
button,
select {
	font-size: 14px;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.hide {
	display: none;
}

.marginTop {
	margin-top: 10px;
}

.m-top {
	margin-top: 5px;
}

.marginRight {
	margin-right: 8px;
}

.borderBottom {
	border-bottom: 1px solid #e5e5e5
}

.floatLeft {
	display: block;
	float: left;
}

.floatRight {
	display: block;
	float: right;
}