@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, map, font,input, img, a img, samp,  hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	    
}
/* * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} */
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
	color: #434343
}
a:visited {
	text-decoration: none;
	color: #434343
}
a:hover {
	text-decoration: none;
	color: #df5a08
}
a:active {
	text-decoration: none;
	color: #434343
}
a {
blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img{
	
}

input{font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.dis{
	display: none
}
　::-webkit-input-placeholder { /* WebKit browsers */
　　color:#999;
　　}
　　:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#999;
　　}
　　::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#999;
　　}
　　:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#999;
　　}