/* 手机版*/

body {
    position: relative;
    overflow-x: hidden;
    background: #333;
}

.m-top {
    position: relative;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    background: #03633e;
}

.m-logo {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
}

.m-logo img {
    height: 48px;
}

.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: #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: url(../images/mbg.png) no-repeat center 0/cover;
}

header {
    display: none;
}

@media (min-width: 1200px) {
    body {
        background: url(../images/bg.png) no-repeat center 0 fixed;
    }

    .wrapper {
        background: #fff;
    }

    header {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        background: url(../images/head_border.png) no-repeat center 98px;
    }

    .logo {
        position: absolute;
        left: 3%;
        top: 110px;
        padding: 0 0 125px;
        background: url(../images/ad.png) no-repeat center bottom/90px;
    }
    .logo img{
        width: 140px;
    }

    .head {
        display: flex;
        justify-content: space-between;
        width: 960px;
        margin: 0 auto;
    }

    .nav {
        padding-right: 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .nav ul {
        display: flex;
    }

    .nav ul li {
        padding: 0 15px;
    }

    .nav ul a {
        display: block;
        padding: 40px 0 23px;
        color: #fff;
        text-align: center;
        background: url(../images/nav_li_bg.png) no-repeat center bottom/0 4px;
        transition: 0.3s;
    }

    .nav ul a .ch {
        font: 400 16px/20px '微软雅黑';
        transition: 0.3s;
    }

    .nav ul a .en {
        font: 400 12px/16px '微软雅黑';
        text-transform: uppercase;
        opacity: 0;
        transition: 0.3s;
    }

    .nav ul a:hover {
        background-size: 100% 4px;
    }

    .nav ul a:hover .ch {
        transform: translate3d(0, -10px, 0);
    }

    .nav ul a:hover .en {
        opacity: 1;
        transform: translate3d(0, -10px, 0);
    }

    .tel {
        padding: 22px 0 0 48px;
        color: #fff;
        background: url(../images/tel.png) no-repeat 0 center;
    }

    .tel p {
        font: 400 14px/16px '微软雅黑';
    }

    .tel-num {
        font: 400 30px/36px '微软雅黑';
    }
}

@media (min-width: 1480px) {
    .head {
        width: 1200px;
    }

    .nav {
        padding-right: 30px;
    }

    .nav ul li {
        padding: 0 30px;
    }

    .logo {
        top: 120px;
        padding: 0 0 175px;
        background: url(../images/ad.png) no-repeat center bottom;
    }
    .logo img {
        width: auto;
    }
}





/* public */
.public {
    background: url(../images/mpublic_bg.png) no-repeat center center/cover;
}

.public-main {
    width: 100%;
    padding: 1rem 0;
}

.public-box {
    display: block;
}

.public-logo {
    text-align: center;
}

.public-logo img {
    width: 3.4rem;
}

.public-font {
    width: 8.4rem;
    margin: 0.8rem auto 0;
    padding: 0.8rem 0.1rem 0;
    color: #fff;
    border-top: 1px solid #fff;
}

.public-p {
    display: flex;
    font: 400 16px/24px '微软雅黑';
}

.public-wx {
    padding: 0 0 0.6rem;
    font: 400 12px/16px '微软雅黑';
    color: #fff;
}

.public-adress {
    padding: 0 0 0.4rem;
    font: 400 16px/20px '微软雅黑';
    color: #fff;
}

.public-tel {
    padding: 0 0 0 1rem;
    color: #fff;
    background: url(../images/tel2.png) no-repeat 0 center/0.8rem;
}

.public-tel-p {
    font: 400 12px/16px '微软雅黑';
}

.public-tel-num {
    font: 400 24px/20px '宋体';
}

@media (min-width: 1200px) {
    .public {
        margin: 0 4%;
        background: url(../images/public_bg.jpg) no-repeat center center/cover;
    }

    .public-main {
        width: 1200px;
        margin: 0 auto;
        padding: 160px 0;
    }

    .public-box {
        display: flex;
        justify-content: center;
        background: url(../images/public_line.png) no-repeat 400px center;
    }

    .public-logo {
        width: 400px;
        text-align: center;
    }

    .public-logo img {
        width: auto;
    }

    .public-font {
        width: 800px;
        margin: 0;
        padding: 0 0 0 135px;
        color: #fff;
        border: 0;
    }

    .public-p {
        display: block;
        font: 400 24px/30px '微软雅黑';
        border: 0;
    }

    .public-wx {
        padding: 30px 0 45px;
        font: 400 16px/20px '微软雅黑';
        color: #fff;
    }

    .public-adress {
        padding: 0 0 30px;
        font: 400 14px/20px '微软雅黑';
        color: #fff;
    }

    .public-tel {
        padding: 0 0 0 75px;
        color: #fff;
        background: url(../images/tel2.png) no-repeat 0 center;
    }

    .public-tel-p {
        font: 400 14px/18px '微软雅黑';
    }

    .public-tel-num {
        font: 400 60px/1 '宋体';
    }
}


/* 底部 */
footer {
    padding: 0.6rem 0.1rem;
    border-bottom: 2px solid #03633e;
}

.foot-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font: 400 12px/20px '微软雅黑';
    color: #000;
}

.foot-main p {
    padding: 0 2px;
}

.foot-main a {
    padding: 0 2px;
    color: #000;
}

@media (min-width: 1200px) {
    footer {
        margin: 0 4%;
        padding: 40px 0;
    }

    .foot-main {
        width: 640px;
        margin: 0 auto;
        font: 400 14px/24px '微软雅黑';
    }

    .foot-main p {
        padding: 0 5px;
    }

    .foot-main a {
        padding: 0 5px;
    }
}