@charset "utf-8";

/* CSS Document */


/*topbar*/

#products {
    height: 64px;
    position: relative;
    background: #1e1e1e;
    z-index: 9999;
}

.topbar {
    background: url(../images/topbar_bg.jpg) repeat-x;
    width: 100%;
    height: 64px;
    position: relative;
    z-index: 10;
    max-width: 2560px;
    margin: 0 auto;
}

.fixed_d {
    position: fixed;
}

a.topbar_icon {
    background: url(../images/topbar_icon1.png) no-repeat;
    width: 37px;
    height: 44px;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 9px;
    left: 57px;
}

a.topbar_btn_yy {
    background: url(../images/topbar_btn.png) no-repeat;
    width: 306px;
    height: 64px;
    background-size: 100%;
    text-align: center;
    line-height: 64px;
    font-size: 28px;
    color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    text-decoration: none;
}

.nav_box {
    width: 50%;
    position: absolute;
    top: 0;
    left: 16.6666%;
    z-index: 99;
}

.nav_box a {
    color: #939393;
    font-size: 20px;
    line-height: 64px;
    display: block;
    padding: 0 25px;
    display: inline-block;
}

.nav_box a:hover {
    color: #ffe500;
}

.nav_box a.act {
    color: #ffe500;
}

.nav_box a.active {
    color: #ffe500;
}


/*footer*/

.footer {
    background: #000000;
    padding: 69px 0;
}

.footer p {
    font-size: 14px;
    color: #565656;
    text-transform: Uppercase;
}

.footer_icon {
    float: left;
    margin-right: 31px;
    margin-top: 20px;
}

.footer_links {
    float: left;
    border-left: 1px solid #181818;
    padding-left: 35px;
    margin-top: 6px;
    width: 60%;
}

.footer_icon li {
    float: left;
    margin-right: 13px;
}

.footer_links li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #656565;
}

.footer_links li p {
    font-weight: bold;
}

.footer_links li:last-child {
    border-right: 0px none;
}

.footer_links li a {
    color: inherit;
}

.footer_box {
    width: 1330px;
    margin: 0 auto;
}

p.copyrighttxt {
    margin-top: 5px;
    font-family: Arial;
}

.pcshow {
    display: block;
}

.mobileshow {
    display: none;
}

.red {
    color: red;
}

.topbar_btn_box {
    position: absolute;
    top: 8px;
    right: 44px;
    z-index: 100;
}

.topbar_btn_box a {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
}

.topbar_btn_box a.nav_f {
    width: 33px;
    height: 38px;
    background: url(../images/icon_f.png) no-repeat;
    background-size: 100%;
    margin-right: 20px;
}

.topbar_btn_box a.nav_f:hover {
    background: url(../images/icon_f_act.png) no-repeat;
    background-size: 100%;
}

.topbar_btn_box a.nav_v {
    width: 47px;
    height: 38px;
    background: url(../images/icon_v.png) no-repeat;
    background-size: 100%;
    margin-right: 20px;
}

.topbar_btn_box a.nav_v:hover {
    background: url(../images/icon_v_act.png) no-repeat;
    background-size: 100%;
}

.topbar_btn_box a.nav_o {
    width: 37px;
    height: 38px;
    background: url(../images/icon_o.png) no-repeat;
    background-size: 100%;
    margin-right: 35px;
}

.topbar_btn_box a.nav_o:hover {
    background: url(../images/icon_o_act.png) no-repeat;
    background-size: 100%;
}

.topbar_btn_box a.nav_goole {
    width: 162px;
    height: 48px;
    background: url(../images/icon_goole.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

.topbar_btn_box a.nav_store {
    width: 162px;
    height: 48px;
    background: url(../images/icon_appstore.png) no-repeat;
    background-size: 100%;
}

.m_nav_bar {
    position: absolute;
    top: 20%;
    right: 2%;
}

.m_nav_bar a {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.m_nav_bar a img {
    width: 100%;
}

.m_nav_goole {
    width: 21.3333%;
    padding-right: 1.5%;
}

.m_nav_store {
    width: 21.3333%;
    padding-right: 5%;
}

.m_nav_caidan {
    width: 7.2%;
}

.m_nav_box {
    width: 60%;
    position: fixed;
    top: 40px;
    right: -60%;
    padding: 30px 0 70px;
    background: #040506;
    z-index: 999;
    transition: all 0.6s ease;
}

.m_nav_box.act {
    right: 0;
}

.m_nav_box a.mnav_t {
    color: #fff;
    font-size: 16px;
    ;
    line-height: 50px;
    border-bottom: 1px solid #323232;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-indent: 2px;
}

.m_nav_box a.mnav_t:first-child {
    border-top: 0 none
}

.m_f {
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
}

.m_f img {
    width: 100%;
}

.m_f a {
    display: inline-block;
    vertical-align: middle;
}

.m_nav_f {
    width: 12.5%;
    padding-right: 10px;
}

.m_nav_v {
    width: 18.5%;
    padding-right: 10px;
}

.m_nav_o {
    width: 12.5%;
}

.fixed_black {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

@media screen and (max-width:1600px) {
    .nav_box {
        left: 9.667%;
    }
    .nav_box a {
        padding: 0 15px;
    }
}

@media screen and (max-width:1400px) {
    a.topbar_icon {
        left: 30px;
    }
    .nav_box {
        left: 6.67%;
    }
    .topbar_btn_box a.nav_f {
        margin-right: 10px;
    }
    .topbar_btn_box a.nav_v {
        margin-right: 10px;
    }
    .topbar_btn_box a.nav_o {
        margin-right: 10px;
    }
    .topbar_btn_box a.nav_goole {
        margin-right: 15px;
    }
    .topbar_btn_box {
        right: 10px;
    }
    .footer {
        background: #000000;
        padding: 40px 0;
    }
    .footer p {
        text-align: center;
    }
    .footer_box {
        width: 75%;
        margin: 0 auto;
    }
    .footer_icon {
        width: 100%;
        float: none;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .footer_icon li {
        float: none;
        display: inline-block;
    }
    .footer_links {
        width: 100%;
        text-align: center;
        float: none;
        border-left: 0 none;
        padding-left: 0;
        margin-top: 0px;
    }
    .footer_links li {
        float: none;
        display: inline-block;
    }
    .mobile_b {
        display: block;
    }
    p.copyrighttxt {
        margin-top: 20px;
    }
}

@media screen and (max-width:1300px) {
    .nav_box a {
        padding: 0 10px;
    }
}

@media screen and (max-width:1000px) {
    /*手机横板*/
    html,
    body {
        -webkit-user-select: none;
        /* 禁止选中文本（如无文本选中需求，此为必选项） */
        user-select: none;
    }
    /*topbar*/
    #products {
        height: 40px;
    }
    .topbar {
        height: 40px;
    }
    a.topbar_btn_yy {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        width: 32%;
        background-size: cover;
    }
    a.topbar_icon {
        width: 20px;
        height: 26px;
        left: 4%;
    }
    a.topbar_icon {
        left: 2%;
    }
    .nav_box {
        left: 5%;
        width: 50%;
    }
    .nav_box a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 5px;
    }
    .topbar_btn_box a.nav_f {
        margin-right: 5px;
        width: 25px;
        height: 29px;
        background-size: 100%;
    }
    .topbar_btn_box a.nav_v {
        margin-right: 5px;
        width: 36px;
        height: 29px;
        background-size: 100%;
    }
    .topbar_btn_box a.nav_o {
        margin-right: 5px;
        width: 28px;
        height: 29px;
        background-size: 100%;
    }
    .topbar_btn_box a.nav_goole {
        margin-right: 5px;
        width: 101px;
        height: 30px;
        background-size: 100%;
    }
    .topbar_btn_box a.nav_store {
        width: 101px;
        height: 30px;
        background-size: 100%;
    }
    .topbar_btn_box {
        right: 5px;
        top: 5px;
    }
}

@media screen and (max-width:830px) {
    .footer_box {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width:800px) {
    .nav_box {
        left: 12%;
        width: 70%;
    }
    .nav_box a {
        font-size: 12px;
        line-height: 40px;
        padding: 0 2px;
    }
}

@media screen and (max-width:600px) {
    .pcshow {
        display: none;
    }
    .mobileshow {
        display: block;
    }
    .footer_box {
        width: 92.8%;
    }
    .footer_icon ul {
        width: 85%;
        text-align: center;
        margin: 0 auto;
    }
    .footer_icon li {
        width: 30%;
        margin: 0 1%;
        display: inline-block;
    }
    .footer_icon li img {
        width: 100%;
    }
    .footer p {
        font-size: 12px;
    }
    .footer {
        padding: 5% 0;
    }
    p.copyrighttxt {
        margin-top: 2%;
    }
    .footer_icon {
        margin-bottom: 2%;
    }
}

@media screen and (max-width:400px) {
    .footer_icon li {
        margin: 0;
    }
}