/* 手机版*/

body {
    position: relative;
    overflow-x:hidden;
    background: #ba0407; 
}

.m-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px;
    background: #fff;
}

.m-logo img {
    width: 80px;
}

.btn {
    position: absolute;
    z-index: 99;
    z-index: 98;
    right: 15px;
    top: 18px;
    width: 40px;
    text-align: center;
}

.btn span {
    display: block;
    width: 40px;
    height: 4px;
    margin: 6px 0;
    background-color: #ba0407;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
    opacity: 0;
}

.cross span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}


.m-nav {
    position: absolute;
    z-index: 99;
    right: -150px;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    padding-top: 86px;
    background: #ba0407; 
}

.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, .6)
}

.wrapper {
    position: relative;
    overflow-x: hidden;
}


header {
    display: none;
}

@media (min-width:1200px) {
    header {
        display: block;
        position: absolute;
        z-index: 99;
        width: 100%;
        height: 96px;
        background: rgba(255, 255, 255, 0.9);
    }

    header .container {
        position: relative;
    }
    header .logo {
        position: absolute;
        left: 0;
        top: 8px;
    }
    header .logo img {
        width: 160px;
    }

    .nav {
        position: absolute;
        right: 0;
        top: 0;
    }
    .nav li {
        float: left;
        margin: 0 15px;
    }
    .nav li a {
        display: block;
        height: 96px;
        text-align: center;
        font: 400 16px/96px '微软雅黑';
        color: #000;
        border-bottom: 2px solid transparent;
    }

    .nav li a:hover {
        color: #cf0d23;
        border-color: #cf0d23;
    }
    .nav li.active a {
        color: #cf0d23;
        border-color: #cf0d23;
    }
}



/* 网站页脚 */

footer {
    display: block;
    text-align: center;
}

footer a {
    display: inline-block;
    font: 400 12px/24px 'Microsoft yahei';
    color: #fff
}
footer a img{
    display: none;
}
@media (min-width:1200px) {
    footer {
        display: block;
        text-align: center;
    }
    footer a {
        display: inline-block;
        font: 400 12px/24px 'Microsoft yahei';
        color: #fff
    }
    footer a img{
        display: block;
    }
}