@charset "utf-8";


@font-face {
	font-family: quote;
	src: local('SimSun');    
	unicode-range: U+201c, U+201d, U+2018,U+2019,U+ff0c;/*依次代表左双引号、右双引号、左单引号、右单引号、逗号，使用宋体，而不使用雅黑*/
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-overflow: ellipsis;
	font-family: quote, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei","SimSun","sans-serif";
}
img {
	border: 0px
}
.w {
	width: 100%;
}
.w1 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}
.w2 {
	width: 1160px;
	margin-left: auto;
	margin-right: auto
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #c50200;
	text-decoration: none
}
.fl {
	float: left !important
}
.fr {
	float: right !important
}
.clear {
	clear: both;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.mr0 {
	margin-right: 0px !important;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt25{ margin-top:25px;}
html { background-color:#fff;}
body {}
/*-------*/
.footer{ padding-bottom:25px; border-top:1px solid #e5e5e5; margin-top:50px;}
.footer .footer1,.footer .footer2{ text-align:center;}
.footer .footer1{ float:left; width:100%; margin-top:20px;}
.footer .footer1 a{ display:inline-block; line-height:16px;}
.footer .footer1 em{ display:inline-block; font-size:0px; height:16px; background-color:#555; width:1px; margin:0 20px;}
.footer .footer2{ line-height:20px; height:20px; float:left; width:100%; margin-top:15px; color:#888}