@charset "utf-8";
@font-face { 
	font-family: 'banner';
} 
* {
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
}
dt {
	font-size: 0px;
}
img {
	max-width: 100%;
	border: none;
}
input,
select,
option,
textarea {
	outline: none;
	resize: none;
}
label {
	cursor: pointer;
}
.index_1200{
		
	width: 1200px;
	margin: 0 auto;
}
.clear::after,
.index_1200::after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ml_none{
	margin-left: 0!important;
}
h1, h2
{
	padding: 0;
	margin:0;}
.index-footer a{
	font-size: 14px;
	color: #fff;
}
.link {
	padding-top: 10px;
}
.link ul *{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding-right: 5px;
}