@charset "utf-8";

/*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,
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: #000;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #000;
}

/* a:hover{
	color:#E62424;
} */
input {
	border: none;
	outline: medium;
	font-family: sourcehansans-re, 微软雅黑;
}

* {
	font-family: sourcehansans-re, 微软雅黑;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

/* body{font-family:微软雅黑;background:#fff;color:#333;} */
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: #6D6D6D;
	font-size: 12px;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6D6D6D;
	font-size: 12px;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #6D6D6D;
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

button {
	border: none;
	outline: 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: 1198px;
	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;

}
@font-face {
	font-family:'SourceHanSans-CN-Medium';
	src: url(../font/SourceHanSans-CN-Medium.otf);
}
@font-face {
	font-family:'bahnschrift';
	src: url(../font/bahnschrift.ttf);
}
body{font16px  "微软雅黑"; word-wrap:break-word;}
@media (max-width:1200px) {
	.container {
		width: 92%;
	}
}
