* {
	margin: 0;
	padding: 0;
/*	font-size: 16px;*/
	font-family: '微软雅黑';
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul,
li,
dl,
dt,
dd,
form,
p,
h1,
h2,
h3,
h4,
h5,
img {
	margin: 0;
	padding: 0;
}
ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
a {
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}
input,
textarea,
button {
	outline: 0;
	resize: none;
	border: none;
	_border: 0;
	margin: 0;
	padding: 0;
}
select {
	border: 0;
}
input::-webkit-search-cancel-button {
	display: none;
}
input[type=button],
input[type=submit],
input[type=search],
button {
	-webkit-appearance: none;
	background: none;
}
input {
	-webkit-appearance: none;
	background: none;
}
table,
table td {
	border-collapse: collapse;
}
select {
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}
select::-ms-expand {
	display: none;
}
.clearfix:after {
	content: "";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center;
}
.wrap {
	min-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

/*@media screen and (max-width:1920px) {
	.nav {
		width: 1288px;
	}
	
}
@media screen and (max-width:1440px) {
	.nav {
		width: 73%;
	}
	
}*/