@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, 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 }
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;font-family:微软雅黑;}
*{font-family:微软雅黑;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%;}
.bd li,.hd li{list-style:none}
 input::-webkit-input-placeholder{
 		color:#6a6a6a;
 		font-size:16px;
 	}
 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
 		color:#6a6a6a;
 		font-size: 16px;
 	}
 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
 		color:#6a6a6a;
 		font-size: 16px;
 	}
 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
 		color:#6a6a6a;
 		font-size:16px;
 }
 
 .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: 1196px;
 	margin:0 auto;
 }
 body{
 	min-width: 1290px;
 }
 @font-face {
 	font-family:'pingfang-l';
 	src: url(../font/PingFangRegular.otf);
 }
 @font-face {
 	font-family:'sourceHan';
 	src: url(../font/SourceHanSansCN-Regular.ttf);
 }
 @font-face {
 	font-family:'dinbold';
 	src: url(../font/din-bold_.otf);
 }
 @font-face {
 	font-family:'century';
 	src: url(../font/Century.ttf);
 }