.navbar-box{
	display: none;
}
.hw-help{
	padding-bottom: 60px;
	background: #f6f6f6;
}
.hw-help .postion{
	height: 60px;
	line-height: 60px;
}
.hw-help .postion a{
	font-size: 12px;
	margin: 0 10px;
}
.hw-help .postion a:nth-child(1){
	margin-left: 0px;
}
.hw-help .postion a.active{
	color: #919191;
}
.hw-help #left{
	width: 234px;
	float: left;
}
.hw-help #right{
	width:1034px;
	float: right;
}
.hw-help #left .box{
	width: 100%;
	height: auto;
	background: #ffffff;
	padding: 50px;
	margin-bottom: 15px;
	overflow: hidden;
}
.hw-help #left .box h3{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.hw-help #left .box ul li{
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	overflow: hidden;
}
.hw-help #left .box ul li a{
	font-size: 14px;
	color: #919191;
}
.hw-help #left .box ul li a:hover{
	color: #313131;
}
.hw-help #right .help-content{
	width: 100%;
	height: auto;
	padding: 25px 40px;
	background: #ffffff;
}
.hw-help #right .help-content .title{
	height: 80px;
	line-height: 80px;
	background: url('../images/block_bg.png') left bottom no-repeat;
}
.hw-help #right .help-content .title h2{
	font-size:36px;
	color: #b0b0b0;
	font-weight: normal;
}
.hw-help #right .help-content .article{
	padding: 20px 0px;
	font-size: 16px;
	line-height: 26px;
}
.hw-help #right .help-content .article p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.hw-help #right .help-content .article img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}