@charset "utf-8";
@font-face {
	font-family: "trump";
	src: url("../font/TrumpGothicEast_bold.woff2") format("woff2"),
	url("../font/TrumpGothicEast_bold.woff") format("woff"),
	url("../font/TrumpGothicEast_bold.ttf") format("truetype"),
	url("../font/TrumpGothicEast_bold.eot") format("embedded-opentype"),
	url("../font/TrumpGothicEast_bold.svg") format("svg"),
	url("../font/TrumpGothicEast_bold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Archivo";
	src: url("../font/Archivo-Regular.woff2") format("woff2"),
	url("../font/Archivo-Regular.woff") format("woff"),
	url("../font/Archivo-Regular.ttf") format("truetype"),
	url("../font/Archivo-Regular.eot") format("embedded-opentype"),
	url("../font/Archivo-Regular.svg") format("svg"),
	url("../font/Archivo-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	font-family: "PingFang SC","Source Han Sans CN","Microsoft YaHei",Arial,Tahoma,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);
}
dt {
	font-size: 0px;
}
img {
	max-width: 100%;
	border: none;
}
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;
}