body{
	font-family: "Microsoft YaHei";
}
h2{
	margin: 0;
}
ul,li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.row{
	margin: 0;
}
.col-xs-4{
	padding: 0;
}
header{
	width: 100%;
	height: 40px;
	text-align: center;
	background: #fff;
	line-height: 40px;
	position: fixed;
	top: 0;
	z-index: 999;
}
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: 110px;
}
.banner img{
	width: 100%;
}
/* 导入内容 */
.content_box{
	padding: 15px;
}
/* 公司介绍 */
.about_profile img{
	width: 100%;
	margin-bottom: 5px;
}
.about_profile p{
	text-indent: 2em;
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 10px;
}
.about_profile h3{
	padding-left: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
	margin: 5px 0px;
}
.about_profile h3:before{
	content: '';
	display: inline-block;
	position: relative;
	border-radius: 3px;
	width: 6px;
	margin-right: -5px;
	height: 6px;
	background-color: #d22819;
	top: -2px;
	left: -10px;
}

/* 企业文化 */
.content_box .about_cultrue .about_cultrue_detail{
	margin-top: 5px;
}
.content_box .about_cultrue .about_cultrue_detail p{
	text-indent: 2em;
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 10px;
}
.content_box .about_cultrue .about_cultrue_content{
	margin-top: 10px;
	padding-left: 5px;
	overflow: hidden;
}
.content_box .about_cultrue .about_cultrue_content hr{
	height: 100%;
	width: 1px;
	background: #cccccc;
	margin: 0;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
.content_box .about_cultrue .about_cultrue_content .about_cultrue_content_box{
	float: left;
	margin-top: 5px;
	margin-left: 13px;
}
.content_box .about_cultrue .about_cultrue_content .about_cultrue_content_box h3{
	font-size: 1.5rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	margin: 0;
	color: #333333;
	position: relative;
}
.content_box .about_cultrue .about_cultrue_content .about_cultrue_content_box h3:before{
	display: inline-block;
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #d22819;
	top: 4px;
	left: -16px;
}
.content_box .about_cultrue .about_cultrue_content .about_cultrue_content_box p{
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 5px;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;

}
.content_box .about_cultrue .about_cultrue_other{
	margin-top: 10px;
}
.content_box .about_cultrue .about_cultrue_other div{
	text-align: center;
	margin-bottom: 20px;
}
.content_box .about_cultrue .about_cultrue_other h3{
	font-size: 1.5rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin: 0;
	line-height: 22px;
	margin-top: 10px;
	padding-left: 10px;
	position: relative;
}
.content_box .about_cultrue .about_cultrue_other h3:before{
	display: inline-block;
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d22819;
	top: 9px;
	left: -2px;
}
.content_box .about_cultrue .about_cultrue_other p{
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 5px;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;
}

/* 品牌标识 */
.about_brand .about_brand_box .about_brand_box_image{
	text-align: center;
	margin-bottom: 10px;
}
.about_brand .about_brand_box .about_brand_box_image img{
	width: 130px;
	border: solid 1px #cccccc;
	padding: 5px;
}
.about_brand .about_brand_box p {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 2em;
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
}
.about_brand .about_brand_list div{
	padding: 0;
	padding: 5px;
}
.about_brand .about_brand_list div img{
	border: solid 1px #cccccc;
}
.about_brand .about_brand_list p{
	margin: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

/* 产品结构 */
.about_struct p{
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	margin: 0;
	text-indent: 2em;
}
.about_struct img{
	width: 100%;
	margin-top: 15px;
}
.about_struct h4{
	font-size: 1.6rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
	margin: 5px 0px 0px;
}
.about_struct .list_msg li a{
	font-size: 1.2rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding-left: 8px;
	display: inline;
}
.about_struct .list_msg li a:before{
	content: '';
	display: inline-block;
	position: relative;
	border-radius: 3px;
	width: 6px;
	margin-right: -5px;
	height: 6px;
	background-color: #d22819;
	top: -2px;
	left: -10px;
}
/* 产业结构 */
.content_box .about_category_detail p{
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	padding: 1px;
	color: #333333;
	margin: 0;
}
.content_box .about_struct_content .accordion {
	width: 100%;
	margin: 5px auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.content_box .about_struct_content .accordion .link{
	font-size: 1.3rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 3px 10px;
	cursor: pointer;
	background-image: linear-gradient(0deg, 
		#f5f5f5 0%, 
		#ffffff 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .about_struct_content .accordion li{
	background: #f4f4f4;
}
.content_box .about_struct_content .accordion li.open .link {
	color: #fff;
	background: url('/xingfa/user_guide/img/about/accordion.png');
	background-size: 100%;
}
.content_box .about_struct_content .accordion li .link i{
	margin-right: 5px;
}
.content_box .about_struct_content .accordion li.open i{
	color: #fff;
	font-size: 1.4rem;
}
.content_box .about_struct_content .accordion li.open i:before{
	content: "\e259";
}
.content_box .about_struct_content .accordion li.open i.fa-chevron-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.content_box .about_struct_content .accordion li ul li a{
	font-size: 1.2rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding: 5px 15px;
	line-height: 22px;
	display: inline-block;

}
/* 底部栏 */
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;
}