@charset "utf-8";
.helpCenterBox{
    width: 100%;
    overflow: hidden;
    margin: 20px auto 45px;

}
.helpCenter-left{
    width: 220px;
    float: left;
    background: #ffffff;
}

.helpCenter-right{
    padding: 0 30px;
    width: 870px;
    margin-left: 20px;
    float: right;
    background: #ffffff;
}
.menu_list {
    width: 100%;
    overflow: hidden;
}
.menu_list ul li{
    display: block;
    text-align: center;
    width: 100%;
    line-height: 58px;
    float: left;
    height: auto;
    border-bottom: 1px solid #f7f8fd;
}
.menu_list ul li .fuMenu{
    color: #2f363e;
    font-size: 16px;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
}
.menu_list ul li .fuMenu:hover,.menu_list ul li .fuMenu.active{
    color: #ff8900;
}

.menu_list ul li .div1 {
    width: 100%;
    height: auto;
    float: left;
}
.menu_list ul li .div1 .zcd{
    color: #89939e;
    font-size: 14px;
    height: 58px;
    margin-bottom: 1px;
    cursor: pointer;
    line-height: 58px;
    text-align: left;
    width: 100%;
    text-indent: 80px;
    display: inline-block;
    position: relative;
    border-left: 2px solid #ffffff;
}

.div1 {
    height: 200px;
    display: none;
}
.menu_list ul li .div1 .zcd:hover{ color: #ff8900;background: rgba(255,237,234,.3);
    border-left: 2px solid #ff8900;  }
.cur{
    color: #ff8900 !important;
    background: rgba(255,237,234,.3);
    border-left: 2px solid #ff8900 !important;

}
.aboutUsCon{
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;

}
.aboutUsCon h3{
    font-size: 18px;
    color: #303740;
    margin-top: 9px;
    height: 58px;
    line-height: 58px;
    font-weight: normal;
}