﻿body {
}
.banner_box {
    height: 105px;
    background-color: #0E9AD2;
}
.banner {
    width:1200px;
    margin:0 auto;
    position:relative;
}
.banner a {
    display:block;
    position:absolute;
    left:0;
    top:30px;
    width:240px;
    height:51px;
    /* background:#fff;
    border-radius:5px; */
}
.banner a img {
    margin:3px;
}
.helpinfoLogoImg{
    max-width: 100%;
    max-height: 100%;
}
.banner h1 {
    font-size: 24px;
    color: #fff;
    width: 140px;
    height: 55px;
    line-height: 55px;
    border-left: 1px solid #d8dad2;
    float: left;
    padding-left: 25px;
    margin: 25px 0 0 315px;
}
/*主体样式*/
.help_container {
    width:1202px;
    margin:10px auto;
    border:1px solid #e6e3e3;
    min-height:768px;
}
.help_container .main_left {
    width:168px;
    position:relative;
    float:left;
}
.help_container .main_left .title {
    width:178px;
    height:54px;
    line-height: 54px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    position:absolute;
    left:-10px;
    top:0;
    background-image: url(/image/help_item.png);
}
.helpbox {
    padding-top:46px;
}
.helpbox .helpNav {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #393838;
    text-indent: 42px;
    border-bottom: 1px solid #e6e3e3;
    background-color: #E1F6FF;
}
.helpbox  .currentDd {
    background:url(../image/help/helpx.png) 20px 14px no-repeat;
}
.helpbox .helpNav img {
    margin-left: 5px;
}
.helpbox ul {
    display:block;
}
.helpbox ul li a.a_checked {
    color: #0E9AD2;
    text-decoration:underline;
}
.helpbox ul li {
    width: 144px;
    height: 40px;
    border-bottom: 1px dashed #e6e3e3;
    padding: 0 12px;
    line-height: 40px;
    text-align: center;
    box-sizing: content-box;
}
.helpbox ul li a {
    font-size:12px;
    color:#393838;
}
.helpbox ul li a:hover {
    color: #0E9AD2;
}
.help_container .main_right {
    width: 990px;
    float: right;
    border-left: 1px solid #e6e3e3;
    padding: 0 20px;
    min-height: 763px;
    box-sizing: content-box;
}
