/* 手机版  */

body {
    position: relative;
    overflow-x: hidden;
}

.m-top {
    position: relative;
    width: 100%;
    height: 1.45rem;
    z-index: 99;
}

.m-logo {
    display: block;
    position: absolute;
    left: 0.2rem;
    top: 0;
}

.m-logo img {
    width: 3.2rem;
}

.m-top .btn {
    position: absolute;
    z-index: 100;
    right: 0.24rem;
    top: 0.36rem;
    text-align: center;
}

.m-top .btn span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 5px 0;
    background: #da251d;
    -webkit-transition: .3s;
    transition: .3s;
}

.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(-5px) rotate(45deg);
}

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

.m-language{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    background: #e60012;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.m-language a{
    font: 400 14px/30px '微软雅黑';
    color: #fff;
}
.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;
    width: 100%;
    height: 100%;
}

header{
    display: none;
}

@media (min-width: 1200px){
    header{
        display: block;
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
    }
    header .container{
        position: relative;
    }
    .logo{
        position: absolute;
        left: 0;
        top: 0;
    }
    .language{
        position: absolute;
        right: 24px;
        top: 0;
        padding: 0 10px;
        color: #fff;
        background: #e60012;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .language a{
        font: 400 12px/30px '微软雅黑';
        color: #fff;
    }
    .nav{
        position: absolute;
        right: 20px;
        top: 50px;
    }
    .nav .nav-li{
        position: relative;
        float: left;
        padding: 0 2px;
    }
    .nav .nav-li a{
        display: block;
        padding: 0 15px;
        font: 400 16px/36px '微软雅黑';
        color: #fff;
        border: 1px solid transparent;
    }
    .nav .lev>a{
        border-bottom: transparent;
        border-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        transition: 0;
    }
   
    .nav .lev .lev-menu{
        display: none;
        position: absolute;
        left: 2px;
        top: 37px;
        width: 430px;
        height: 200px;
        border: 1px solid #fff;
        border-top: 0;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        border-top-left-radius: 0;
    }
    .nav .lev .lev-menu img{
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 10px 0 28px;
        border-top: 1px solid #fff;
        border-top-right-radius: 10px;
    }
    .nav .lev ul{
        padding: 8px 0 0 10px;
    }
    .nav .lev ul li a{
        padding: 0;
        font: 400 12px/26px '微软雅黑';
        color: #fff;
        border: 0;
    }
    .nav .nav-li:hover a{
        border-color: #fff;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.2);
        
    }
    .nav .nav-li.lev:hover a{
        
        border-color: #fff;
        border-bottom: transparent;
        border-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .nav .lev:hover .lev-menu{
        display: block;
    }
    .nav .nav-li.lev:hover .lev-menu a{
        background: none;
        border: 0;
    }
    .nav .nav-li.lev .lev-menu a:hover{
        background: none;
        border: 0;
    }

    
}

/* 公共部分 */
.public{
    display: none;
}

footer{
    padding: 3px 0;
    font-size: 0;
    text-align: center;
    background: #2e2e2e;
}
footer p{
    display: inline-block;
    padding: 0 2px;
    font: 400 14px/20px '微软雅黑';
    color: #fff;
}
@media (min-width: 1200px){
    .public{
        display: block;
        height: 320px;
        padding-top: 60px;
        background: #023132;
    }
    .public-contaner{
        position: relative;
        width: 1200px;
        margin: 0 auto;
        padding-left: 280px; 
    }
    .public-left{
        position: absolute;
        left: 0;
        top: 0;
    }
    .public-logo{
        padding-bottom: 10px;
    }
    .public-left p{
        font: 400 14px/24px '微软雅黑';
        color: #cccccc;
        text-align: center;
    }
    .public-nav{}
    .public-nav::after{
        content: '';
        display: block;
        clear: both;
    }
    .public-nav li{
        float: left;
        padding:0 30px 0 0;
    }
    .public-nav li a{
        display: block;
        font: 400 16px/30px '微软雅黑';
        color: #fff;
    }
    .public-content{
        padding: 36px 0 0;
    }
    .public-content::after{
        content: '';
        display: block;
        clear: both;
    }
    .public-content-left{
        float: left;
        width: 340px;
    }
    .public-content-right{
        float: left;
        width: 420px;
    }
    .public-content p{
        font: 400 14px/24px '微软雅黑';
        color: #999999;
    }
    
    footer{
        padding: 5px 0;
    }
    footer p{
        padding: 0 5px;
        font: 400 14px/24px '微软雅黑';
        color: #666666;
    }
}