﻿.help .left{
	width:180px;
}
.help .right{
	width:700px;
	margin-left:80px;
	font-size:14px;
	padding-bottom: 50px;
}
.help .right p{
	color:#333;
	font-size:13px;
	line-height:1.5;
	margin-bottom:15px;
}

.nav_help{
	width:180px;
	border-top: 1px solid #DDD;
}
.menu_head{
	padding-left:30px;
	cursor: pointer;
	position: relative;
	height:38px;
	text-align:left;
	line-height:38px;
    font-weight:bold;
	color:#333;
	border-bottom: 1px solid #DDD;
    background:url(../images/icon_help.jpg) left 15px no-repeat;
}
.menu_head_jian{background:url(../images/icon_help.jpg) left -35px no-repeat;}
.menu_body {
	display:none;
	text-align:left;
	line-height:38px;
	font-family:"宋体";
	background:#ffffff;
}
.menu_body a{
	display:block;
	color:#333;
	height:38px;
	border-bottom: 1px solid #DDD;
	padding-left:30px;
	text-decoration:none;
}
.menu_body a:hover{
	color: #00a151;
	background:url(../images/icon_help.jpg) 95% -85px no-repeat;
}
.menu_body a.click{
	color: #00a151;
	background:url(../images/icon_help.jpg) 95% -85px no-repeat;
}

a:link,a:visited{color:#666;}
a:hover{color:#00a151; text-decoration:underline;}
.logo img {height: 50px !important;}