/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

/* CSS Document */
/*����߾�*/
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
	margin: 0;
	padding: 0;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	outline: none
}
select,
input,
img,
select {
	vertical-align: middle;
}
li{
	list-style: none;
}
a {
	text-decoration: none;
	color: #666;
}

input {
	border: none;
	outline: medium;
	font-family: '微软雅黑';
}
select,
input,
img,
select {
	vertical-align: middle;
}
/* ��ť��ʽ */
input,
button,
textarea,
select {
	outline: none;
	resize: none
}

body,
html {
	font-family: '微软雅黑';
}

html {
	overflow-x: hidden
}
input::-webkit-input-placeholder{
		color:#999;
		font-size:14px;
	}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
		color:#999;
		font-size: 14px;
	}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
		color:#999;
		font-size: 14px;
	}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
		color:#999;
		font-size:14px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.clear {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}
.container{
	width: 1300px;
	margin:0 auto;
}
.w{
	width: 1075px;
	margin:0 auto;
}
@media (max-width:1300px){
	.container{
		width:98%;
	}
}