﻿* {
    font-family: PingFang SC, PingFang SC-Bold;
}

body {
    letter-spacing: 0.1rem;
    /*min-width: 1200px;*/
    overflow: auto;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto !important;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

p {
    margin: 0;
}

.top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 4.69vw;
    line-height: 4.69vw;
    background-color: white;
}

    .top a {
        color: #333333;
    }

.top-center {
    width: 94%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo {
    height: 2.76vw;
}

.nav {
    float: right;
    /*width: 80%;*/
    color: #333333;
    text-align: right;
    padding-right: 120px;
}

    .nav ul {
        margin: 0;
        padding: 0;
        display: inline;
    }

        .nav ul li {
            float: left;
            width: 6.8vw;
            font-size: 0.95vw;
            color: white;
            font-family: "微软雅黑";
            text-align: center;
            font-weight: bold;
        }

.nav-main {
    display: inline-block;
}

.select {
    color: #CD151D !important;
}

.search {
    padding-left: 30px;
}

.banner {
    width: 100%;
}

    .banner img {
        width: 100%;
    }

.head {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .top-center a img {
        height: 40px;
    }

    .top {
        height: 80px;
        line-height: 80px;
    }
}
