﻿a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

    ul:after {
        content: "";
        display: block;
        clear: both;
    }

img {
    display: block;
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 80px;
    background-color: #000;
}

    .top .logo {
        display: block;
        width: 200px;
        height: 80px;
        float: left;
        background: no-repeat left center;
    }

    .top .nav {
        width: auto;
        padding: 30px 0;
        float: right;
    }

        .top .nav > li {
            width: auto;
            line-height: 20px;
            float: left;
            position: relative;
        }

            .top .nav > li > a {
                display: block;
                width: auto;
                padding: 0 20px;
                font-size: 16px;
                color: #6b6b6b;
            }

                .top .nav > li > a:hover {
                    color: #fff;
                }

        .top .nav > .select > a {
            color: #fff;
        }

    .top .user {
        display: block;
        width: 20px;
        height: 20px;
        padding: 30px 0;
        margin: 0 12px;
        background: url(../image/user.png) no-repeat center center;
        float: right;
        position: relative;
    }

        .top .user .userbox {
            display: none;
            width: 150px;
            height: auto;
            padding: 10px 15px;
            box-sizing: border-box;
            position: absolute;
            top: 80px;
            left: 0px;
            border: 1px solid #1e1e1e;
            transform: translateX(-50%);
            background-color: #000;
            z-index: 99;
        }

            .top .user .userbox .tit {
                font-size: 12px;
                margin-bottom: 14px;
                color: #969696;
            }

            .top .user .userbox .or {
                font-size: 12px;
                line-height: 16px;
                margin: 14px 0;
                color: #969696;
                letter-spacing: 0px;
                word-spacing: 0px;
            }

            .top .user .userbox a {
                display: block;
                width: 100%;
                font-size: 14px;
                color: #cdcdcd;
            }

                .top .user .userbox a:hover {
                    color: #fff;
                }

        .top .user:hover {
            background: url(../image/user_hover.png) no-repeat center center;
        }

            .top .user:hover .userbox {
                display: block;
            }

    .top .language-img {
        width: 30px;
        height: 20px;
        padding: 30px 0;
        margin: 0 12px;
        background: url(../image/language.png) no-repeat center center;
        float: right;
    }

    .top .language {
        width: auto;
        height: 20px;
        line-height: 20px;
        padding: 30px 0;
        color: #6b6b6b;
        font-size: 16px;
        float: right;
    }

        .top .language a {
            display: inline-block;
            color: #6b6b6b;
        }

.bottom {
    width: 100%;
    background-color: #000;
    padding: 60px 0;
}

    .bottom .subnav {
        width: 160px;
        height: auto;
        float: left;
        padding: 0 20px;
        text-align: left;
    }

        .bottom .subnav .tit {
            font-size: 16px;
            color: #fff;
            margin-bottom: 40px;
            line-height: 30px;
        }

        .bottom .subnav ul {
            width: 100%;
            height: auto;
        }

            .bottom .subnav ul li {
                line-height: 30px;
                margin-bottom: 20px;
            }

                .bottom .subnav ul li a {
                    display: block;
                    width: 100%;
                    color: #6b6b6b;
                    font-size: 16px;
                }

        .bottom .subnav.sub ul li:nth-child(1) a, .bottom .subnav.sub ul li:nth-child(2) a {
            display: inline-block;
            width: 15px;
            height: 15px;
            position: relative;
            margin: 0 5px;
        }

        .bottom .subnav.sub ul li a img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            max-width: 100%;
            max-height: 100%;
        }

.menu {
    width: 100%;
    height: 20px;
    padding: 20px 0;
    background-color: #0e0e0e;
}

    .menu li {
        display: inline-block;
        line-height: 20px;
        width: auto;
        padding: 0 34px;
    }

        .menu li a {
            color: #6b6b6b;
            font-size: 16px;
        }

            .menu li a:hover, .menu .select a {
                color: #fff;
            }

.page2 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 20px;
}

    .page2 .prev {
        display: block;
        width: auto;
        float: left;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page2 .next {
        display: block;
        width: auto;
        float: right;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

.page {
    list-style: none;
    z-index: 0;
    margin-top:10px;
}

    .page li {
        float: left;
        width: auto;
        height: 28px;
        line-height: 28px;
        text-align: center;
        margin-left: 3px;
        margin-right: 3px;
    }

        .page li:nth-child(2) {
            float: right;
        }

        .page li a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
            font-size:14px;
        }

    .page .p {
        width: 28px;
    }

    .page .prevPage {
        width: 58px;
    }

    .page .nextPage {
        width: 58px;
    }

    .page .select {
        background-color: #000;
        color: #FFFFFF;
    }
