@CHARSET "utf-8";

/* S 横向导航 */
.common_nav{
	border-bottom: 2px solid #29B5E2;
}

.common_nav .common_nav_main{
	margin:0 auto;
	width: 1200px;
}

.common_nav .common_nav_main .common_pull_nav{
	background-color: #29B5E2;
    height: 50px;
    position: relative;
    width: 210px;
    float:left;
}

.common_nav_main .common_pull_nav .common_pull_text{
	display:block;
	font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.common_nav .common_nav_main  .common_transverse_nav{
	display:block;
	float: left;
	list-style: outside none none;
}

.common_transverse_nav li{
	float: left;
    margin-left: 70px;
    list-style: outside none none;
}

.common_transverse_nav li a{
	color: #000;
    font-size: 16px;
    line-height: 50px;
    vertical-align: middle;
}

.common_transverse_nav li a:HOVER{
	color:#29B5E2;
	text-decoration: none;
}

.common_nav .common_nav_main  .clear{
	clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/* E 横向导航 */


.help_w1200{
	width:1200px;
	margin:45px auto 0px auto;
}

/* S 左侧纵向导航 */
.help_left_nav{
	float:left;
	margin-bottom:30px;
	width:210px;
	height:auto;
	overflow:hidden;
	border: 1px solid #edf0f4;
	-webkit-box-shadow: 1px 7px 30px #e4e4e4;
	-moz-box-shadow: 1px 7px 30px #e4e4e4;
	-o-box-shadow: 1px 7px 30px #e4e4e4;
	box-shadow: 1px 7px 30px #e4e4e4;
}

.help_right{
	float:right;
	margin-bottom:30px;
	width:970px;
	height:auto;
	overflow:hidden;
	border: 1px solid #edf0f4;
	-webkit-box-shadow: 1px 7px 30px #e4e4e4;
	-moz-box-shadow: 1px 7px 30px #e4e4e4;
	-o-box-shadow: 1px 7px 30px #e4e4e4;
	box-shadow: 1px 7px 30px #e4e4e4;
}

.help_right_content{
	width:910px;
	height:auto;
	margin:25px auto 40px auto;
	overflow:hidden;
}

.help_rightcontent_title{
	width:100%;
	height:37px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#e4e4e4;
}

.rightcontent_title_text{
	float:left;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	height:36px;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:#29B5E2;
}

.help_rightcontent_content{
	width:100%;
	height:auto;
	overflow:hidden;
}
/* E 左侧纵向导航 */
