body{
	font-family: "Microsoft YaHei";
}
h2{
	margin: 0;
}
ul,li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a:focus{
	text-decoration: none;
}
.row{
	margin: 0;
}
.col-xs-4,.col-xs-7,.col-xs-5,.col-xs-4,.col-xs-8{
	padding: 0;
}
header{
	width: 100%;
	height: 40px;
	text-align: center;
	background: #fff;
	line-height: 40px;
	position: fixed;
	top: 0;
	z-index: 999;
	border: 1px solid #d8d8d8;
}
header img{
	width: 170px;
}
header img{
	width: 170px;
}

header .back{
	display: inline;
	width: 40px;
	height: 100%;
	float: left;
	line-height: 45px;
	font-size: 22px;

}
header .back a{
	color: #333;
}
header .logo{
	display: inline;
}
header .list{
	float: right;
	display: inline;
	height: 100%;
	width: 40px;
	text-align: center;
}
header .list button{
	margin: 0;
	height: 100%;
	width: 100%;
	display: block;
	font-size: 20px;
	padding: 0;
}
header .menu{
	float: right;
	height: 100%;
}
.navbar-toggle{
	position: relative;
	float: right;
	margin: 0;
	padding: 9px 10px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	height: 100%;
}
.navbar-toggle .icon-bar{
	background-color: #888;
}
/* menu画布 */
.navbar-collapse{
	padding: 0;
	background: #f5f5f5;
	position: fixed;
	top: 40px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.navbar-collapse ul{
	background: #f5f5f5;
	margin: 0;
}

.navbar-collapse .navbar-nav>li{
	padding: 0px 15px;
}
.navbar-collapse .navbar-nav>li>a{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
	padding: 10px 0px;
	border-bottom: solid 1px #cccccc;
}
.navbar-collapse .navbar-nav>li>a>i{
	margin-right: 5px;
}
/* sidebar */
.sidebar{
	width: 100%;
	top: 40px;
	text-align: center;
	background: #f5f5f5;
	line-height: 35px;
	position: fixed;
	z-index: 999;
}
.sidebar ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	border-bottom: 1px solid #e6e6e6;
}
.sidebar ul li a:focus{
	text-decoration: none;
}
.sidebar ul li:nth-child(3n-1) a{
	border-right: 1px solid #e6e6e6;
}
.sidebar ul li:nth-child(3n-2) a{
	border-right: 1px solid #e6e6e6;
}
.sidebar ul .active a{
	background-color: #d81e01;
	color: #fff;
}

/* banner图 */
.banner{
	width: 100%;
	margin-top: 40px;
}
.banner img{
	width: 100%;
}
/* 导入内容 */
.content_box{
}

/* 搜索内容 */
.content_box .search_box{
	padding: 15px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.content_box .search_box input{
	display: inline-block;
	width: 70%;
	float: left;
	display: inline-block;
	padding: 5px;
	height: 35px;
}
.content_box .search_box button{
	display: inline-block;
	width: 30%;
	background: #d22619;
	border: 1px solid #d22619;
	color: #fff;
	font-size: 1.4rem;
	height: 35px;
	line-height: 25px;
}

/* 搜索内容 */
.content_box .search_content{
}
.content_box .search_content .search_content_nav{
	background-color: #f5f5f5;
}
.content_box .search_content .search_content_nav ul li{
	display: inline-block;
	width: 32.3%;
	text-align: center;
}
.content_box .search_content .search_content_nav ul li a{
	font-size: 1.4rem;
	display: block;
	height: 100%;
	width: 100%;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
}
.content_box .search_content .search_content_nav ul li a:focus{
	text-decoration: none;
}
.content_box .search_content .search_content_nav ul .active a{
	color: #d22819;
	border-bottom: 2px solid #d22619;
}

.content_box .search_content_box{
	padding: 15px;
}
.content_box .search_content_box ul li{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.content_box .search_content_box ul .list a h3{
	margin: 0;
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}
.content_box .search_content_box ul .list a span{
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	position: relative;
	color: #999999;
	top: 3px;
}
.content_box .search_content_box .search_content_box_more{
	display: block;
	text-align: center;
	margin-top: 15px;
	font-size: 1.6rem;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #d22619;
}
/* 底部栏 */
footer{
	padding: 0px 10px;
	background: #f5f5f5;
	overflow: hidden;
}
footer .link h2{
	margin: 14px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}
footer .link hr{
	margin: 0;
	margin-bottom: 10px;
	background-color: #cccccc;
	border-top: 1px solid #cccccc;
}
footer .link ul{
	text-align:justify; 
	padding: 0px 10px;
}

footer .link ul li a{
	display: inline;
	padding: 0px 10px;
	font-size: 1.3rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 1px;
	color: #333333;
}
footer .address{
	padding: 0px 10px;
	text-align: center;
	margin: 15px 0px 15px;
}
footer .address p{
	margin: 0;
	font-size: 1.0rem;
	font-weight: normal; 
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
}