.banner {
    height: 145px;
    background-color: #ffc;
    padding: 10px;
}

.logo {
    width: 30%;
    float: left;
    text-align: right;
}

.logoimg {
    width: 246px;
    height: 90px;
    margin: 35px 10px 10px 10px;
}

.logotext {
    width: 70%;
    float: left;
    text-align: left;
}

.gaoxinjiang {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 1.5rem;
    line-height: 90px;
    font-weight: bold;
    margin: 30px auto;
}

.regmark {
    font-size: 24px;
}

.awah {
    width: 70%;
    float: left;
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.2rem;
    margin: 0 auto 0 0;
}

.slogan {
    width: 70%;
    float: left;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.0rem;
    margin: 0 auto 0 0;
}

.menucontainer {
    width: 100%;
    height: 30px;
    background-color: #666;
    padding: 0;
}

.menu {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .menu li {
        width: 20%;
        float: left;
        display: block;
        background-color: #666;
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: #fff;
        padding: 10px 0;
    }

        .menu li:hover {
            background-color: #333;
        }

        .menu li a {
            text-decoration: none;
            color: #fff;
        }

.qrcode_container {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #666;
    margin: 0 auto;
    padding: 20px 0 10px;
}

    .qrcode_container a {
        text-decoration: none;
        text-align: center;
        font-size: 1.5rem;
        line-height: 3.0rem;
        color: #fff;
    }

        .qrcode_container a:hover {
            text-decoration: none;
            text-align: center;
            font-size: 1.5rem;
            line-height: 3.0rem;
            color: #ccc;
        }

.qrcode {
    width: 140px;
    height: 170px;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}

    .qrcode img {
        width: 129px;
        height: 129px;
        border: 0px;
    }

        .qrcode img:hover {
            width: 129px;
            height: 129px;
            border: 0px;
        }

    .qrcode p {
        margin: 8px auto 0 2px;
    }

    .qrcode a {
        text-decoration: none;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.0rem;
        color: #fff;
    }

        .qrcode a:hover {
            text-decoration: none;
            text-align: center;
            font-size: 1.5rem;
            line-height: 2.0rem;
            color: #ccc;
        }

.whiteline {
    width: 100%;
    height: 1px;
    float: left;
    background-color: #fff;
}

.dashedline {
    width: 85%;
    height: 0;
    border-bottom: 1px dashed #fff;
    margin: 20px auto;
}

.footer {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 1.0rem 0.0rem;
    background-color: #333;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #fff;
}

    .footer a {
        text-decoration: none;
        color: #fff;
    }

        .footer a:hover {
            text-decoration: none;
            color: #333;
        }

        .footer a:visited {
            text-decoration: none;
            color: #fff;
        }

.beian {
    width: 100%;
    float: left;
}

    .beian img {
    }

    .beian a {
        display: inline-block;
        text-decoration: none;
        font-size: 1.5rem;
        line-height: 2.0rem;
        color: #fff;
    }

        .beian a:hover {
            display: inline-block;
            text-decoration: none;
            font-size: 1.5rem;
            line-height: 2.0rem;
            color: #ccc;
        }

        .beian a:visited {
            color: #fff;
        }
