#help {
    color: #00B3DA !important;
}

.nav li a {
    color: #333333;
}

.nav .slide_line {
    left: 282px;
}


/* 帮助中心背景图片====================================================================================================== */
.help_contain {
    overflow: hidden;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0 auto;
}

.help_img {
    /* max-width: 1903px; */
    max-width: 1920px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}

.help_img h3 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 400;
    padding-top: 50px;
}

.search {
    width: 570px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    margin-top: 30px;
}

.search_text {
    width: 480px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px 0 0 4px;
    border: none;
    font-size: 16px;
    padding-left: 15px;
    color: #BABABA;
    float: left;
}

.search_button {
    float: left;
    display: inline-block;
    margin-left: -3px;
    width: 70px;
    height: 44px;
    line-height: 44px;
    background: url(../image/btn_search_default.png) no-repeat center center;
}

.search_button:hover {
    background: url(../image/btn_search_roll.png) no-repeat center center;
}


/* 问题解答====================================================================================================================== */
.help {
    width: 100%;
    min-height: 1000px;
    background: #F1F1F1;
    padding-bottom: 30px;
}

.help_center {
    position: relative;
    top: -90px;
    width: 1200px;
    min-height: 1000px;
    margin: 0 auto;
    background: #F8F8F8;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.help_center_left {
    width: 270px;
    float: left;
}


.help_center_left ul {
    margin-top: 30px;
}

.help_center_left ul li {
    list-style: none;
    line-height: 60px;
    padding-left: 27px;
    border-left: 3px solid transparent;
}

.help_center_left ul li:hover {
    background: #FFFFFF;
    border-left: 3px solid #00B3DA;
}

.li_click {
    background: #FFFFFF !important;
    border-left: 3px solid #00B3DA !important;
}

.help_center_left ul li a {
    display: block;
    width: 240px;
    height: 60px;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}

.help_center_right {
    display: inline-block;
    /* float: left; */
    width: 810px;
    min-height: 920px;
    background: #FFFFFF;
    padding: 40px 60px;
}

.help_div {
    width: 810px;
    min-height: 100px;
    margin-bottom: 40px;
}

.help_div_answer {
    color: #333333;
    font-size: 16px;
}

.help_div_question {
    color: #666666;
    font-size: 14px;
    background: #F8F8F8;
    margin-top: 20px;
    margin-left: 20px;
    padding: 14px;
    line-height: 24px;
}