﻿* {
    margin: auto;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    white-space: nowrap;
    background: #ffffff;
}

/*顶部*/
.nav-box {
    width: 100%;
    background: #f4f4f4;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 3;
}

.nav {
    color: #808080;
    font-size: 13px;
    width: 1200px;
    height: 32px;
}

    .nav a {
        color: #808080;
        text-decoration: none;
    }

        .nav a:hover {
            color: red;
        }

    .nav img {
        vertical-align: top;
    }

    .nav ul {
        margin-top: 10px;
        margin-left: 7px;
        padding-left: 0px;
        position: absolute;
    }

        .nav ul li {
            list-style: none;
            float: left;
            height: 14px;
            line-height: 13px;
            padding: 0 10px 0 10px;
            border-right: 1px solid #ccc3c3;
        }

            .nav ul li font {
                color: red;
            }

    .nav ol {
        float: right;
        margin-right: 17px;
        margin-top: 10px;
    }

        .nav ol li {
            list-style: none;
            float: left;
            height: 14px;
            line-height: 12px;
            padding: 0 10px 0 10px;
            border-left: 1px solid #ccc3c3;
        }


.flag a {
    margin-left: 5px;
}

    .flag a img {
        margin-top: -2px;
    }

.QRCode {
    display: none;
    width: 180px;
    height: 180px;
    background: white;
    margin: 45px 0 0 880px;
    position: absolute;
    border: 1px solid #808080;
}

    .QRCode div {
        width: 14px;
        height: 14px;
        transform: rotate(45deg);
        margin: -8px 0 0 50px;
        background: white;
        border-left: 1px solid #808080;
        border-top: 1px solid #808080;
    }

    .QRCode img {
        width: 160px;
        margin-top: 3px;
    }

/*图标-搜索*/
.top {
    width: 1200px;
    height: 100px;
    margin-top: 32px;
}

.login-logo {
    width: 150px;
    height: 116px;
    margin: 115px 0 0 50px;
    background: url(../Image/top_logo.jpg);
    background-size: 100%;
    position: absolute;
}

.top-logo {
    display: block;
    width: 114px;
    height: 88px;
    margin: 6px 0 0 12px;
    background: url(../Image/top_logo.jpg);
    position: absolute;
}

.top-search {
    width: 425px;
    margin: 35px 0 0 705px;
    position: absolute;
}

.top-search-txt {
    width: 345px;
    height: 26px;
    border: 1px solid #3a3a3a;
    float: left;
}

.top-search-sub {
    width: 78px;
    height: 30px;
    border: none;
    background: url(../Image/search.jpg);
    cursor: pointer;
}

.top-cart {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../Image/cart.jpg);
    margin: 37px 0 0 1150px;
    position: absolute;
}

/*菜单*/
.menu-box {
    min-width: 1200px;
    background: #3a3a3a;
}

.menu {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

    .menu ul {
        padding-left: 0px;
    }

        .menu ul li {
            list-style: none;
            float: left;
            margin: 0 30px 0 30px;
            text-align: center;
        }

            .menu ul li a {
                color: white;
                text-decoration: none;
            }

#menu-category {
    margin: 0 0 0 15px;
    padding: 0 30px 0 15px;
}

/*登录*/
.login {
    display: none;
    width: 590px;
    height: 340px;
    border-radius: 4px 4px;
    background: white;
    margin-top: 20px;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 4;
    overflow: hidden;
}

    .login ol {
        padding-left: 0px;
        height: 250px;
        margin: 50px 0 0 240px;
        position: absolute;
        border-left: 1px solid #3a3a3a;
    }

        .login ol li {
            list-style: none;
            float: left;
            width: 100px;
            height: 30px;
            line-height: 30px;
            margin: 45px 0 -10px 40px;
        }

            .login ol li span {
                color: red;
            }

            .login ol li img {
                height: 24px;
                vertical-align: middle;
                margin-right: 10px;
            }

            .login ol li a {
                color: black;
                text-decoration: none;
            }

                .login ol li a:hover {
                    color: #0b62a1;
                }


.login-body ul {
    padding-left: 0px;
    height: 250px;
    margin: 50px 0 0 240px;
    position: absolute;
    border-left: 1px solid #3a3a3a;
}

    .login-body ul li {
        list-style: none;
        width: 250px;
        height: 30px;
        line-height: 30px;
        margin: 20px 0 24px 40px;
        border: 1px solid #808080;
        border-radius: 2px 2px;
    }

        .login-body ul li i {
            font-size: 16px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #0b62a1;
            position: absolute;
        }

        .login-body ul li input {
            width: 215px;
            height: 26px;
            margin-left: 30px;
            border: none;
            outline: none;
        }

        .login-body ul li img {
            cursor: pointer;
        }

.login-code {
    width: 135px !important;
}

    .login-code input {
        width: 100px !important;
    }

    .login-code img {
        margin-left: 20px;
        position: absolute;
    }

.login-tips {
    font-size: 13px;
    color: red;
    margin-top: -15px !important;
    margin-bottom: -15px !important;
    border: none !important;
}

.login-btn {
    border: none !important;
}

    .login-btn input {
        color: white;
        width: 100px !important;
        margin-left: 0px !important;
        margin-right: 45px;
        background: #0b62a1;
        cursor: pointer;
    }

.login-close {
    font-family: "楷体";
    font-size: 20px;
    font-weight: 900;
    color: #808080;
    margin: 17px 0 0 550px;
    cursor: pointer;
    position: absolute;
}

/*旋转*/
@keyframes loginRotate {
    0% {
        transform-origin: 50% 50%;
        transform: rotate(0deg);
    }

    to {
        transform-origin: 50% 50%;
        transform: rotate(360deg);
    }
}

.login-close:hover {
    animation: loginRotate 1s;
    -ms-animation: loginRotate 1s; /* IE 9 */
    -moz-animation: loginRotate 1s; /* Firefox */
    -webkit-animation: loginRotate 1s; /* Safari 和 Chrome */
    -o-animation: loginRotate 1s;
}

/*遮挡*/
.barrler {
    display: none;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.15;
    z-index: 3;
    left: 0;
    top: 0;
    position: fixed;
}

/*.login iframe {
    width: 585px;
    height: 335px;
    border: none;
}*/

/*底部*/
.bottom-box {
    min-width: 1200px;
    background: #000000;
    margin-top: 30px;
}

.bottom {
    width: 1200px;
    height: 232px;
    color: #959595;
}


    .bottom ul {
        width: 484px;
        height: 128px;
        box-sizing: border-box;
        padding-left: 0px;
        margin: 30px 0 0 73px;
        border-left: 1px solid #262626;
        border-right: 1px solid #262626;
        float: left;
    }

        .bottom ul li {
            list-style: none;
            float: left;
            font-size: 16px;
            width: 120px;
            height: 40px;
            line-height: 40px;
            text-align: center;
        }

            .bottom ul li a {
                color: #959595;
                text-decoration: none;
            }

    .bottom ol {
        box-sizing: border-box;
        padding-left: 0px;
        width: 410px;
        margin: 30px 0 0 30px;
        float: left;
    }

        .bottom ol li {
            list-style: none;
            height: 26px;
            line-height: 26px;
            font-size: 16px;
        }

            .bottom ol li font {
                margin-left: 65px;
            }

    .bottom hr {
        width: 1200px;
        border: none;
        border-top: 1px solid #262626;
        margin-top: 174px;
        position: absolute;
    }

    .bottom span {
        font-size: 16px;
        text-align: center;
        margin-top: 192px;
        left: 0;
        right: 0;
        position: absolute;
    }

        .bottom span a {
            color: #959595;
            text-decoration: none;
        }

.bottom-logo {
    display: inline-block;
    width: 114px;
    height: 88px;
    background: url(../Image/bottom_logo.jpg);
    margin: 43px 0 0 86px;
    float: left;
}

.layui-layer-content {
    white-space: initial !important;
}