/* 手机版  */

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: 10px;
    top: 5px;
}

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

.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: #017b1e;
    -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: #017b1e;
}

.m-language {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    background: #017b1e;
    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: 40px;
        left: 0;
        width: 100%;
    }
    header .container {
        position: relative;
        height: 100px;
        background: #fff;
        border-bottom: 4px solid #017b1e;
    }
    .logo {
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .nav {
        float: right;
        padding-right: 20px;
    }
    .nav .lev {
        float: left;
    }
    .nav .lev a {
        display: block;
        padding: 0 12px;
        font: 400 16px/96px '微软雅黑';
        color: #2a2a2a;
    }

    .lev-menu{
        position: absolute;
        z-index: 10;
        top: 126px;
        left: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.8);
        opacity: 0;
        transition: 0.6s;
    }
    .nav .lev-menu img{
        position: absolute;
        z-index: 1;
        right: 30px;
        top: 30px;
    }
    .nav .lev-menu ul{
        width: 420px;
        padding: 30px 40px 0;
    }
    .nav .lev-menu li{
        float: left;
        padding: 10px 30px;
    }
    .nav .lev-menu li a{
        width: 110px;
        font: 400 16px/30px '微软雅黑';
        color: #2a2a2a;
        text-align: center;
    }

    .nav .lev:hover>a{
        color: #017b1e;
    }
    .nav .lev:hover .lev-menu{
        display: block;
        top: 95px;
        height: 200px;
        border-top: 4px solid #017b1e;
        opacity: 1;
        
    }

    .nav .lev-menu li a:hover{
        color: #fff;
        background: #017b1e;
    }

     
}


/* 公共部分 */
.link{
    padding: 0 5px;
    background: #f0f2f5;
}
.link-title{
    padding: 12px 0 6px;
    font: 400 16px/30px '微软雅黑';
    color: #2f8f45;
}

.marquee {
    overflow: hidden;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 80px;
}

.marquee ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    overflow: hidden;
}

.marquee ul li {
    float: left;
    height: 70px;
    padding: 0 15px;
}

.marquee ul li a {
    position: relative;
    display: block;
    padding: 3px;
    border: 1px solid #989898;
}

.marquee ul li a img {
    width: 100%;
}


.public {
    display: none;
}

footer {
    padding: 3px 0;
    font-size: 0;
    text-align: center;
    background: #06691d;
}

footer p {
    display: inline-block;
    padding: 0 2px;
    font: 400 14px/20px '微软雅黑';
    color: #2f8f45;
}

@media (min-width: 1200px) {
    .link{
        height: 150px;
        padding: 0;
    }
    .link-title{
        padding: 24px 0 16px;
    }
    .public {
        display: block;
        height: 195px;
        padding-top: 50px;
        background: #017b1e;
    }
    .public-container {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        padding-left: 365px;
    }
    .public-left {
        position: absolute;
        left: 0;
        top: 0;
    }
    .public-nav ul{
        display: flex;
        justify-content: space-between;
        width: 840px;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }

    .public-nav li a {
        display: block;
        font: 400 16px/30px '微软雅黑';
        color: #fff;
    }
    .public-nav li a:hover{
        color: #fff;
    }

    .public-info{
        display: flex;
        justify-content: space-between;
        padding-top: 15px;
    }
    .public-info p{
        font: 400 14px/24px '微软雅黑';
        color: #fff;
    }


    footer {
        padding: 5px 0;
    }
    footer p {
        padding: 0 5px;
        font: 400 14px/24px '微软雅黑';
        color: #2f8f45;
    }
}