@charset "utf-8";
html {
	font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/
}
body {font-size: 16px;}
body {
	text-align: left;
	font-size: 1.6rem;/*1.6 × 10px = 16px */
	margin: 0px;
	padding: 0px;
	color: #111;
	font-family: "微软雅黑","Microsoft YaHei",arial,helvetica,sans-serif;
	background-color: #f9f8f8;
}
ul,ol,li {
	list-style-type: none;
}
a {
	color: #111;
	text-decoration: none;
}
.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 9px 12px;
	background-color: #f9f9f9;
	border: solid #c3c3c3 1px;
	border-radius: 2px;
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
}
.more_btn {
	text-align: center;
	display: block;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 12px;
}
#mainbox {
	width: 100%;
	overflow: hidden;
	text-align: left;
}
#mainbox .bg01 {
	background-color: #efeff4;
	height: 6px;
	width: 100%;
	overflow: hidden;
}
#mainbox h2.fenleiming {
	display: block;
	height: 35px;
	line-height: 35px;
	background: -moz-linear-gradient(top,#fcfdfe,#f0f3f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfe), to(#f0f3f5));
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fcfdfe,endColorStr=#f0f3f5);
	border-bottom: 1px solid #9fc2e3;
	padding-left: 12px;
	font-size: 18px;
	white-space: nowrap;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c9c9c9;
	border-bottom-color: #9fc2e3;
}
#mainbox h3.qiyemingcheng {
	font-size:16px;
	text-align: center;
	line-height:1.5;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c9c9;
}
#mainbox .jianjieneirogn {
	line-height: 1.5;
	font-size: 14px;
	padding: 10px;
}
#mainbox .xiangmu_ul .xiangmu_li {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display: -webkit-box;
	display: -moz-box;
	display:box;
	width:100%;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	line-height:1.5;
}
#mainbox .xiangmu_ul .xiangmu {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:80px;
	text-align: right;
	color:#999999;
	padding-right:5px;
}
#mainbox .xiangmu_ul .xiangmuneirong {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:0;
}
#mainbox .xiangmu_ul .dingwei:before {
	content: "\f041";
	font-family: 'FontAwesome';
	margin-right: 3px;
}
#mainbox .xiangmu_ul .xiangyou:before {
	content: "\f054";
	font-family: 'FontAwesome';
}