/* 手机版*/

body {
    position: relative;
    overflow-x: hidden;
    background: #333;
}

.m-top {
    position: relative;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 62px;
    background: #b40000;
    border-top: 2px solid #9c0505;
}

.m-logo {
    display: block;
    position: absolute;
    left: 10px;
    top: 6px;
}

.m-logo img {
    height: 48px;
}

.m-top .btn {
    position: absolute;
    z-index: 100;
    top: 18px;
    right: 20px;
    text-align: center;
}

.m-top .btn span {
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.m-top .btn span:nth-child(2) {
    margin: 5px 0;
}

.cross span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
    opacity: 0;
}

.cross span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
}

.m-nav {
    position: absolute;
    z-index: 99;
    right: -150px;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    padding-top: 86px;
    background: #333;
}

.m-nav li a {
    display: block;
    font: 400 16px/36px "微软雅黑";
    color: #fff;
    text-align: center;
}

.m-menu {
    margin: 0 auto;
}

.m-menu li {
    float: left;
    width: 33.3%;
    padding: 5px;
}

.m-menu li a {
    display: block;
    font: 400 14px/36px "Microsft yahei";
    color: #1a1a1a;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
}

.wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #fff;
}

header {
    display: none;
}

@media (min-width: 1200px) {
    header {
        display: block;
        position: absolute;
        z-index: 99;
        left: 0;
        top: 3vw;
        width: 100%;
        padding: 0 5%;
    }
    .head {
        position: relative;
        z-index: 10;
        background: #b40000;
    }
    .logo {
        position: absolute;
        left: 50%;
        bottom: 0.5vw;
        margin-left: -8.5vw;
    }
    .logo img {
        width: 17vw;
    }
    .nav {
        text-align: center;
    }
    .nav ul {
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .nav ul li {
        padding: 0 1px;
        background: url(../images/nav_li_dashed.png) no-repeat 0 center;
    }
    .nav ul li:nth-child(1) {
        background: none;
    }
    .nav ul li:nth-child(6) {
        margin-left: 20vw;
        background: none;
    }
    .nav ul li a {
        display: block;
        padding: 0 1.5vw;
        font: 400 0.9vw/1.2vw '微软雅黑';
        color: #fff;
        transition: 0.3s;
    }
    .nav ul li a:hover {
        transform: translate3d(0, -8px, 0);
    }
}


/* 底部 */

.public {
    padding: 1rem 0 0;
    background: #f8f8f8;
}

.public-main {
    position: relative;
}

.public-logo {
    padding: 0 0 0.6rem 0.4rem;
    text-align: left;
}

.public-logo img {
    width: 6.4rem;
}

.public-info {
    padding: 0 0 1rem 0.4rem;
    font: 400 12px/24px '微软雅黑';
    color: #000;
    text-align: left;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 2px;
    font: 400 12px/20px '微软雅黑';
    color: #999999;
    background: #fff;
    border-top: 4px solid #b40000;
}

footer p {
    padding-right: 5px;
}

footer a {
    padding-right: 5px;
    color: #999999;
}

@media (min-width: 1200px) {
    .public {
        padding: 3vw 0 1vw;
        background: #f8f8f8;
        border-bottom: 8px solid #b40000;
    }
    .public-main {
        position: relative;
        width: 1280px;
        margin: 0 auto;
    }
    .public-logo {
        padding: 0;
        text-align: center;
    }
    .public-logo img {
        width: auto;
    }
    .public-info {
        display: flex;
        flex-wrap: wrap;
        width: 880px;
        margin: 0 auto;
        padding: 3vw 0 3vw 130px;
        font: 400 14px/24px '微软雅黑';
        color: #000;
        text-align: left;
    }
    .public-info p {
        width: 50%;
        padding: 0 10px;
    }
    footer {
        display: flex;
        justify-content: center;
        font: 400 14px/24px '微软雅黑';
        color: #999999;
        background: none;
        border: 0;
    }
    footer p {
        padding-right: 5px;
    }
    footer a {
        padding-right: 5px;
        color: #999999;
    }
}