/* 手机版*/

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

.m-top {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.6);
    border-bottom: 3px solid #db5f2c;
}

.m-logo {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}

.m-logo img {
    height: 40px;
}

.m-top .btn {
    position: absolute;
    z-index: 100;
    top: 19px;
    right: 10px;
    text-align: center;
}

.m-top .btn span {
    display: block;
    width: 30px;
    height: 4px;
    background: #000;
    -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: 20;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 8vw;
        background: rgba(255, 255, 255, 0.8);
    }
    .head {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 0 1.5vw;
    }
    .logo {
        padding: 0;
    }
    .logo img {
        width: 6vw;
    }
    .nav ul {
        display: flex;
        justify-content: center;
    }
    .nav ul li {
        background: url(../images/nav_li_bg.png) no-repeat right center;
    }
    .nav ul a {
        display: block;
        padding: 1.5vw;
        font-size: 1vw;
        line-height: 2vw;
        color: #000;
    }
    .nav ul a:hover {
        color: #007947;
    }
    .orgin {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 6vw;
        height: 5vw;
        padding: 2vw 0 0;
        font-size: 1vw;
        line-height: 1.2vw;
        color: #fff;
        background: #007947 url(../images/orgin.png) no-repeat center 1vw/1.5vw;
    }
    .orgin:hover {
        color: #fff;
        background-color: #db5f2c;
    }
}


/* .public */

.public {
    padding: 0.6rem 0;
    background: url(../images/public_bg.jpg) no-repeat center 0/cover;
    border-top: 3px solid #db5f2c;
}

.public-main {
    padding: 0 0.4rem;
}

.public-logo {
    text-align: center;
}

.public-logo img {
    width: 2.4rem;
}

.public-nav {
    display: none;
}

.public-info {
    padding: 0.6rem 0;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #fff;
}

.public-info p {
    padding: 0 0 0.1rem;
}

.public-video {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.public-vidoe-title {
    color: #fff;
}

.public-vidoe-title .ch {
    font-size: 14px;
    line-height: 20px;
}

.public-vidoe-title .en {
    font-size: 14px;
    line-height: 20px;
}

.public-video-ul {
    display: flex;
}

.public-video-li {
    padding-right: 0.2rem;
}

.public-video-li img {
    width: 1rem;
}

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.3rem 0.2rem;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding: 0 5px;
    color: #000;
}

footer a {
    padding: 0 5px;
    color: #000;
}

@media (min-width: 1200px) {
    .public {
        padding: 8vw 0;
        background: url(../images/public_bg.jpg) no-repeat center 0/cover;
        border-top: 0.6vw solid #db5f2c;
    }
    .public-main {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 76vw;
        margin: 0 auto;
        padding: 0;
    }
    .public-logo {
        padding-right: 4vw;
    }
    .public-logo img {
        width: 12vw;
    }
    .public-nav {
        display: block;
        width: 20vw;
        height: 13vw;
        padding: 2vw 0 0;
        border-left: 1px dashed #fff;
        border-right: 1px dashed #fff;
    }
    .public-nav ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 4vw;
    }
    .public-nav ul li {
        width: 50%;
        padding: 0.5vw 1vw;
    }
    .public-nav ul a {
        display: block;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #fff;
    }
    .public-nav ul a:hover {
        color: #007947;
    }
    .public-info {
        width: 20vw;
        height: 13vw;
        padding: 3vw 2vw 0;
        font-size: 1vw;
        line-height: 1.2vw;
        color: #fff;
        border-right: 1px dashed #fff;
    }
    .public-info p {
        padding: 0 0 1vw;
    }
    .public-video {
        display: block;
        padding-left: 4vw;
    }
    .public-vidoe-title {
        padding: 0 0 1vw;
        color: #fff;
    }
    .public-vidoe-title .ch {
        font-size: 16px;
        line-height: 20px;
    }
    .public-vidoe-title .en {
        font-size: 12px;
        line-height: 16px;
    }
    .public-video-ul {
        display: flex;
    }
    .public-video-li {
        padding-right: 1vw;
    }
    .public-video-li img {
        width: 5vw;
    }
    footer {
        display: flex;
        justify-content: center;
        padding: 1.5vw 0;
        font-size: 0.9vw;
        line-height: 1vw;
    }
    footer p {
        padding: 0 5px;
        color: #000;
    }
    footer a {
        padding: 0 5px;
        color: #000;
    }
}