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;
	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: 110px;
}
.banner img{
	width: 100%;
}
/* 导入内容 */
.content_box{
	padding: 15px;
}

.centerend-con tr td{
	font-size: 1.4rem !important;
	color: #636363 !important;
	font-family: 'Microsoft YaHei' !important;
	font-weight: normal !important;
	border-color: #bfbfbf !important;
}
.centerend-con tr td p{
	font-size: 1.4rem !important;
	color: #636363 !important;
	font-family: 'Microsoft YaHei' !important;
	font-weight: normal !important;
}
.centerend-con tr td span{
	font-size: 1.4rem !important;
	color: #636363 !important;
	font-family: 'Microsoft YaHei' !important;
	font-weight: normal !important;
}

/* 全球业务概览 */
.content_box .product_global img{
	width: 100%;
	margin-bottom: 10px;
}
.content_box .product_global p{
	margin: 0px auto 2px;
	line-height: 22px;
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	padding-left: 20px;
	position: relative;
	color: #333333;
}
.content_box .product_global .product_global_headquarter:before{
	background: url(/xingfa/user_guide/img/icon/yellow.png);
	background-size: 100%; 
	display: inline-block;
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 3px;
	top: 5px;
	left: -5px;
}
.content_box .product_global .product_global_base:before{
	background: url(/xingfa/user_guide/img/icon/blue.png);
	background-size: 100%; 
	display: inline-block;
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 3px;
	top: 5px;
	left: -5px;
}
.content_box .product_global .product_global_sales:before{
	background: url(/xingfa/user_guide/img/icon/green.png);
	background-size: 100%; 
	display: inline-block;
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 3px;
	top: 5px;
	left: -5px;
}
.content_box .product_global .product_global_overseas:before{
	background: url(/xingfa/user_guide/img/icon/red.png);
	background-size: 100%; 
	display: inline-block;
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 3px;
	top: 5px;
	left: -5px;
}

/* 分类 */
.content_box .product_category h2{
	width: 100%;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	padding-left: 10px;
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
	normal;
}
.content_box .product_category ul{
	margin-bottom: 40px;
	height: auto;
	width: 100%;
	display: inline-block;
	border: 1px solid #e6e6e6;
}

.content_box .product_category li a{
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 1.3rem;
	height: 40px;
	border-top: 1px solid #e6e6e6;
	text-decoration: none;
	color: #333;
	line-height: 40px;
	padding-left: 10px;
}
.content_box .product_category li a:hover{
	color: #d22819;
}

/* 产品详情 */
.content_box .product_content h2{
	margin-top: 10px;
	width: 100%;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	padding-left: 10px;
	background-image: linear-gradient(180deg, 
		#f5f5f5 1%, 
		#eeeeee 54%, 
		#e6e6e6 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	background-blend-mode: normal, 
}
.content_box .product_content .product_content_box tr td:nth-child(1){
	width: 90px;
}
.content_box .product_content .product_content_box tr p{
	margin: 0;
}
.content_box .product_content .product_content_box tr td{
	padding: 5px;
}

/* 底部栏 */
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;
}