﻿article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}





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;
	color:#333;
}

a {
	text-decoration: none;
	color: #333;
}

input {
	border: none;
	outline: medium;
	font-family: 微软雅黑;
}

* {
	font-family: 微软雅黑;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}


table {
	border-collapse: collapse
}

img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}

.bd li,
.hd li {
	list-style: none
}

input::-webkit-input-placeholder {
	color: #989898;
	font-size: 14px;
}

input::-moz-placeholder {
	
	color: #989898;
	font-size: 14px;
}

input:-moz-placeholder {
	
	color: #999999;
	font-size: 12px;
}

input:-ms-input-placeholder {
	
	color: #989898;
	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: 1176px;
	margin: 0 auto;
}
.overflow1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.overflow2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.overflow3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}
.container1{
	width: 1200px;
	margin:0 auto;
}

@media (max-width:578px){
	input::-webkit-input-placeholder {
		color: #999;
		font-size: 12px;
	}
	
	input::-moz-placeholder {
		
		color: #999;
		font-size: 12px;
	}
	
	input:-moz-placeholder {
		
		color: #999;
		font-size: 12px;
	}
	
	input:-ms-input-placeholder {
		
		color: #999;
		font-size: 12px;
	}
}
@media (max-width:1250px){
	.container{
		width: 1130px;
	}
	.container1{
		width: 1130px;
	}
}
@media (max-width:1200px) {
	.container,.container1{
		width: 92%;
	}
}