@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: '"Source Han Sans CN","Source Han Sans","microsoft yahei",arial,sans-serif';
	color: #333;
	font-size: 16px;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
@font-face {
	font-family: "number";
	src: url("../font/TextaAltBold.woff2") format("woff2"),
	url("../font/TextaAltBold.woff") format("woff"),
	url("../font/TextaAltBold.ttf") format("truetype"),
	url("../font/TextaAltBold.eot") format("embedded-opentype"),
	url("../font/TextaAltBold.svg") format("svg"),
	url("../font/TextaAltBold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
dt {
	font-size: 0px;
}
img {
	border: none;
	max-width: 100%;
}
input,
select,
option,
textarea {
	outline: none;
	resize: none;
	-webkit-appearance: none;
}
label {
	cursor: pointer;
}
.index_1200{
	width: 1200px;
	margin: 0 auto;
}
.zh_left{
	float: left!important;
}
.zh_right{
	float: right!important;
}
.index_1200::after,
.zh_clear::after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}