/*++++++++++++++++++++++++++++++++++++++++++++
* 会务邦PC页面 共用头部，底部样式       20200818
 *++++++++++++++++++++++++++++++++++++++++++++/
/* <!-- 顶部NAV共用 --> */
#navBoxVoid {
    width: 100%;
    /* height: 72px; */
}

#navBox {
    width: 100%;
    /* position: fixed; */
    /* left: 0;
    top: 0; */
    /* height: auto; */
    background: #fff;
    /* z-index: 999; */
    box-shadow: 3px 12px 8px -9px rgba(205, 205, 205, 0.5);
}

#navBox .navbox_content {
    width: 100%;
    height: auto;
}

#navBox .nav_inner {
    min-width: 1200px;
    max-width: 1440px;
    min-height: 72px;
    margin: 0 auto;
}

#navBox .logo_nav {
    width: 120px;
    height: 48px;
    float: left;
    margin: 12px 18px;
    background: url(http://img.hui2020.com/res/huiwubang/img/logo_qdb.png)no-repeat left center/contain;
}

#navBox .logo_nav a {
    display: block;
    width: 100%;
    height: 100%;
}

#navBox .nav_box {
    width: 54%;
    float: left;
    margin: 0 10%;
    height: 72px;
}

#navBox .nav_box .nav_item {
    width: 12%;
    /* 21% */
    float: left;
    height: 72px;
    text-align: center;
}

#navBox .nav_box .nav_index {
    width: 16%;
}

#navBox .nav_box .nav_item .nav_text {
    font-size: 14px;
    color: #333;
    line-height: 72px;
}

#navBox .nav_box .nav_item .nav_text:hover {
    color: #0088ff;
}

#navBox .nav_box .nav_item .nav_active {
    color: #0099ff;
}

#navBox .loginbtn_box .login_btn {
    height: 72px;
    float: left;
    margin: 18px 8px 0 0;
}

.login_btn a{
	color:white;
}

#navBox .loginbtn_box .login_btn {
    width: 90px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #0088ff;
    color: #fff;
    background-color: #0088ff;
    font-size: 14px;
    cursor: pointer;
}

#navBox .loginbtn_box .login_btn:hover {
    background-color: #0099ff;
}

#navBox .loginbtn_box .exit_btn {
    line-height: 72px;
    color: #999;
    display: none;
}

#navBox .loginbtn_box .exit_btn .nav_icon {
    color: #ddd;
}

#navBox .loginbtn_box .exit_btn .exit_text {
    cursor: pointer;
}

#navBox .loginbtn_box .exit_btn .exit_text:hover {
    color: #0077ff;
}

/* ========================================================================================================================
* <!-- 版权信息框 --> 
*/
#footerBox {
    width: 100%;
    background: #373e41;
}

#footerBox .huihui_box {
    width: 100%;
}

#footerBox .huihui_box .huihui_inner {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0 0;
    color: #fff;
}

#footerBox .huihui_box .huihui_inner .huihui_content {
    width: 100%;
    float: left;
}

#footerBox .huihui_box .huihui_inner .huihui_content .call_title {
    font-size: 16px;
    font-weight: bold;
}

#footerBox .huihui_box .huihui_inner .huihui_content .call_text {
    font-size: 14px;
    padding-top: 14px;
}

#footerBox .huihui_box .huihui_inner .huihui_content .code_box {
    margin-top: 14px;
}

#footerBox .huihui_box .huihui_inner .huihui_content .code_box .code_img {
    width: 120px;
    height: 120px;
}

#footerBox .huihui_box .huihui_inner .huihui_content .code_box .code_title {
    width: 120px;
    font-size: 16px;
    padding: 8px 0 0 0;
    text-align: center;
}

/* <!-- 友情链接共用 --> */
#footerBox .huihui_box .friendlinks_box {
    width: 100%;
    margin-top: 24px;
}

#footerBox .huihui_box .friendlinks_box .friendlinks_cate {
    width: 100%;
}

#footerBox .huihui_box .friendlinks_box .friendlinks_cate .link_tab {
    float: left;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    /* width: auto; */
    text-align: center;
    font-weight: bold;
    line-height: 34px;
    background-color: #444;
    /* border: 1px #fff solid; */
}

#footerBox .huihui_box .friendlinks_box .friendlinks_cate .bgc_tab {
    background-color: #333;
}

#footerBox .huihui_box .friendlinks_box .friendlinks_cate .link_tab:hover {
    background-color: #333;
}

#footerBox .huihui_box .friendlinks_box .friendlinks_cate a {
    margin-right: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}

#footerBox .huihui_box .friendlinks_box .friend_links {
    width: 100%;
    margin-top: 8px;
}

#footerBox .huihui_box .friendlinks_box .friend_links .link_title {
    font-size: 14px;
    color: #fff;
    float: left;
}

#footerBox .huihui_box .friendlinks_box .friend_links .link_list {
    float: left;
}

#footerBox .huihui_box .friendlinks_box .friend_links .link_list .line_item {
    float: left;
    margin-right: 10px;
    width: 100%;
    text-align: center;
}

#footerBox .huihui_box .friendlinks_box .friend_links .link_list .line_item:hover {
    /* float: left;
    margin-right: 10px;
    width: 100%;
    text-align: center; */
    background-color: #444;
}

#footerBox .huihui_box .friendlinks_box .friend_links .link_list .line_item .item_text {
    font-size: 12px;
    color: #fff;
}

#footerBox .huihui_box .friendlinks_box .friend_clic {
    display: none;
}

/* <!-- 客服表单提交框 --> */
#footerBox .huihui_box .huihui_inner .service_content {
    width: 40%;
    float: right;
}

#footerBox .huihui_box .huihui_inner .service_content .service_void {
    width: 100%;
    height: 60px;
}

#footerBox .huihui_box .huihui_inner .service_content .service_box {
    width: 420px;
    height: 350px;
    background: #fff;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

#footerBox .huihui_box .huihui_inner .service_content .service_box .service_topbg {
    width: 100%;
    height: 50px;
    background-color: #0088ff;
}

#footerBox .huihui_box .huihui_inner .service_content .service_box .service_inputbox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 14px 0;
}

#footerBox .huihui_box .huihui_inner .service_content .service_box .service_inputbox input {
    width: 100%;
    height: 40px;
    background-color: #ddd;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 20px;
}

#footerBox .huihui_box .huihui_inner .service_content .service_box .service_inputbox textarea {
    width: 100%;
    height: 100px;
    background-color: #ddd;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 20px;
    resize: none;
}

#footerBox .huihui_box .huihui_inner .service_content .service_box .service_inputbox .service_ipts {
    width: 238px;
    height: 40px;
    float: left;
    font-size: 14px;
    color: #666;
}

#footerBox .huihui_box .huihui_inner .service_content .service_box .service_inputbox .service_btn:hover {
    background-color: #0099ff;
}

#footerBox .huihui_box .huihui_inner .service_content .service_box .service_inputbox .service_btn {
    width: 100px;
    height: 38px;
    float: right;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #0088ff;
    color: #fff;
    background-color: #0088ff;
    font-size: 14px;
    cursor: pointer;
}

/* <!-- 底部copyright共用 --> */
#footerBox .huihui_box .copyright_box {
    width: 100%;
    border-top: 1px solid #000;
    margin-top: 14px;
    padding: 14px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footerBox .huihui_box .copyright_box .copyright_inner {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    color: #eee;
}

#footerBox .huihui_box .copyright_box .copyright_inner .item_box1 {
    float: left;
}

#footerBox .huihui_box .copyright_box .copyright_inner .item_box1 .item_title {
    line-height: 24px;
}

#footerBox .huihui_box .copyright_box .copyright_inner a{
    color: yellow;
}

/* ========================================================================================================================
* <!-- 右边三个NAV --> 
*/
#fixedRightBox {
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 100px;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    text-align: center;
    border-radius: 5px;
}

#fixedRightBox .nav_item {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    line-height: 32px;
}

/* 公用滚动条 */
@media (-webkit-max-device-pixel-ratio:1) {
    ::-webkit-scrollbar-track-piece {
        background-color: #fff
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    ::-webkit-scrollbar-thumb {
        background-color: #c2c2c2;
        background-clip: padding-box;
        min-height: 28px
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a0
    }
}