/*===========================公共样式 start===========================*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
b {
	padding: 0;
	margin: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

/*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	outline: none;
}

/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}

/*细线表格*/
fieldset,
img {
	border: none;
}

/*清除描边,块显示*/
ul,
li {
	list-style-type: none;
}

/*无列表项目标记*/
a {
	text-decoration: none;
	color: #666666
}

/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666666;
	text-decoration: none;
}

/* 未访问的链接 */
a:visited {
	color: #666666;
}

/* 已访问的链接 */
a:hover {
	color: #b80b0b;
	text-decoration: none;
}

/* 鼠标在链接上 */
a:active {
	color: #666666;
	blr: expression(this.onFocus=this.blur());
}

/* 点击激活链接 */
body {
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #fffcef
}

select,
input {
	vertical-align: middle;
	outline: none;
}

em,
i {
	font-style: normal;
}

input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
	cursor: pointer;
	outline: none;
	border: none;
}

textarea {
	outline: none;
}

input {
	outline: none;
	border: none;
}

.clear {
	clear: both;
	overflow: hidden;
}

.h2 {
	clear: both;
	height: 2px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h5 {
	clear: both;
	height: 5px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h15 {
	clear: both;
	height: 15px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h25 {
	clear: both;
	height: 25px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h35 {
	clear: both;
	height: 35px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h40 {
	clear: both;
	height: 40px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h45 {
	clear: both;
	height: 45px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h50 {
	clear: both;
	height: 50px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h60 {
	clear: both;
	height: 60px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h65 {
	clear: both;
	height: 65px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h70 {
	clear: both;
	height: 70px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h75 {
	clear: both;
	height: 75px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h80 {
	clear: both;
	height: 80px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h85 {
	clear: both;
	height: 85px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h90 {
	clear: both;
	height: 90px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h95 {
	clear: both;
	height: 95px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h100 {
	clear: both;
	height: 100px;
	overflow: hidden;
}

/* 自定义页面间距 */
.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.bai {
	background: #FFF;
}

/* 公共颜色白色 */
.hui {
	background: #f2f2f2;
}

/* 公共颜色灰色 */
img {
	border: none;
}

.wrap {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}

.whiteBg {
	background: #fff;
}

.ztSubCont {
	overflow: hidden;
	padding-bottom: 20px;
}

.min_h400 {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.minH400 {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/*===========================公共样式 end===========================*/
