@charset "UTF-8";
/* liboyuan 20160302 */
.top_nav_list_box {
    display: none;
}
/*icp*/
.icp {
    position: absolute;
    right: 40px;
    bottom: 25px;
    text-align: right;
    z-index: 950;
}
.bg_home_box .icp {
    right: 140px;
}
.bg_home_box .icp p {
    color: #fff;
    text-shadow: 1px 1px 1px #222;
}
.icp p {
    font-size: 12px;
    line-height: 20px;
}
.icp_about_box {
    margin-bottom: 8px;
}
.icp_num {
    color: #303030;
}
.icp_en {
    color: #707070;
    font-family: "微软雅黑", "Helvetica";
}
.icp_list_box li {
    display: inline-block;
    border-right: 1px solid #d0d0d0;
}
.icp_list_box li a {
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    color: #707070 !important;
}
.icp_list_box li a:hover {
    color: #303030 !important;
}
.attention_box a {
    margin-left: 22px;
    width: 20px;
    height: 18px;
    display: inline-block;
    background-image: url(/dev/product/www_v3/imgs/login/icp.png);
}
.icp_btn_wx {
    background-position: 0 0;
    position: relative;
}
.icp_btn_wx:hover {
    background-position: 0 -18px;
}
.icp_btn_wx:hover .icp_er {
    display: block;
}
.icp_btn_wb {
    background-position: 0 -36px;
}
.icp_btn_wb:hover {
    background-position: 0 -54px;
}
.icp_er {
    position: absolute;
    bottom: 15px;
    left: -80px;
    display: none;
}

    body {
        margin-left: 0;
        -webkit-transition: -webkit-transform 0.3s ease;
        -moz-transition: -moz-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .top_nav {
        display: block;
    }
    .left_nav {
        display: none;
    }
    .bg_box {
        min-height: 800px;
    }
    /* top_nav */
    
    .top_nav {
        height: 80px;
        width: 100%;
        background: #303030;
        box-shadow: 0 0px 6px #000;
    }
    .mobile_logo {
        width: 96px;
        height: 40px;
        margin: 23px 0 0 20px;
        float: left;
        display: block;
        background: url(/dev/product/www_v3/imgs/include/mobile_logo.png);
    }
    .mobile_list {
        width: 20px;
        height: 20px;
        display: block;
        background: url(/dev/product/www_v3/imgs/include/top_right.png);
        float: right;
        margin-top: 30px;
        margin-right: 30px;
    }
    .top_nav_list_box {
        width: 200px;
        position: fixed;
        left: 100%;
        left: -webkit-calc(100% + 8px);
        left: calc(100%);
        left: calc(100% - 200px) \0;
        top: 0;
        top: -webkit-calc(6px);
        top: calc(0px);
        height: 100%;
        background: #fff;
        box-shadow: 0px 4px 20px #ddd;
        display: none;
        z-index: 1100;
    }
    .top_nav_list_box.show {
        display: block;
    }
    .mobileMark {
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 1000;
        display: block;
        background: #000;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        /*visibility: hidden;*/
    }
    body.slide_left {
        -webkit-transform: translate(-200px, 0);
        -moz-transform: translate(-200px, 0);
        -ms-transform: translate(-200px, 0);
        transform: translate(-200px, 0);
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    body.slide_left .mobileMark {
        width: 100%;
        left: 0px;
        top: 0;
        /*  visibility: visible;*/
        
        opacity: 0.4;
        z-index: 1002;
    }
    .m_nav_box li a {
        display: block;
        margin: 0 15px;
        color: #707070;
        font-size: 14px;
        border-bottom: 1px solid #f0f0f0;
        line-height: 60px;
    }
    .m_nav_box li a span {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 10px;
    }
    .m_nav_box li a:hover {
        color: #b0b0b0;
    }
    .m_zy_btn span {
        background: url(/dev/product/www_v3/imgs/include/m_list_icon.png) no-repeat 0 -40px
    }
    .m_zy_btn:hover span {
        background-position: 0 -60px;
    }
    .m_kc_btn span {
        background: url(/dev/product/www_v3/imgs/include/m_list_icon.png) no-repeat 0 -160px
    }
    .m_kc_btn:hover span {
        background-position: 0 -180px;
    }
    .m_fx_btn span {
        background: url(/dev/product/www_v3/imgs/include/m_list_icon.png) no-repeat 0 -200px
    }
    .m_fx_btn:hover span {
        background-position: 0 -220px;
    }
    .m_zt_btn span {
        background: url(/dev/product/www_v3/imgs/include/m_list_icon.png) no-repeat 0 -40px
    }
    .m_zt_btn:hover span {
        background-position: 0 -60px;
    }
    .m_login_box {
        position: absolute;
        left: 0;
        bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .m_login_btn {
        color: #fff !important;
        font-size: 14px;
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
    .m_login_box a {
        margin-bottom: 20px;
        display: inline-block;
    }
    .m_reg_btn {
        width: 158px;
        height: 38px;
        border: 1px solid #d0d0d0;
        background: #fff;
        text-align: center;
        line-height: 38px;
        font-size: 14px;
        color: #303030;
        border-radius: 3px;
    }
    .m_reg_btn:hover {
        background: #f1f1f1;
    }
    .m_login_after_box {
        padding: 0 15px;
    }
    .m_login_after_box img {
        border-radius: 50%;
        width: 36px;
        height: 36px;
        vertical-align: middle;
    }
    .m_user_name {
        color: #707070;
        font-size: 14px;
        display: inline-block;
        margin-left: 10px;
        line-height: 36px;
    }
    .m_list_box {
        margin-top: 18px;
        border-top: 1px solid #f0f0f0;
        padding-top: 10px;
    }
    .m_list_box a {
        font-size: 14px;
        color: #707070;
        display: inline-block;
        line-height: 50px;
        margin-bottom: 0;
    }
    .m_list_box a:hover {
        color: #b0b0b0;
    }
    .m_list_box span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        vertical-align: middle;
        margin-top: -2px;
    }
    .m_my {
        background: url(/dev/product/www_v3/imgs/include/m_list_icon.png) no-repeat 0 -80px
    }
    .m_set {
        background: url(/dev/product/www_v3/imgs/include/m_list_icon.png) no-repeat 0 -0px
    }
    .m_back {
        background: url(/dev/product/www_v3/imgs/include/m_list_icon.png) no-repeat 0 -120px
    }
    .m_list_box a:hover .m_my {
        background-position: 0 -100px;
    }
    .m_list_box a:hover .m_set {
        background-position: 0 -20px;
    }
    .m_list_box a:hover .m_back {
        background-position: 0 -140px;
    }
    .bg_home_box .icp {
        display: none;
    }
