/* 手机版*/

body {
    position: relative;
    overflow-x: hidden;
    background: #333;
}

.m-top {
    position: relative;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: #fff;
}

.m-logo {
    display: block;
    position: absolute;
    left: 10px;
    top: 18px;
}

.m-logo img {
    height: 24px;
}

.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: #0e643f;
    -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);
}

header {
    position: absolute;
    z-index: 99;
    right: -150px;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    padding-top: 86px;
    background: #333;
}

.logo {
    display: none;
}

.tel {
    display: none;
}

header li a {
    display: block;
    font: 400 16px/36px "微软雅黑";
    color: #fff;
    text-align: center;
}


.wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;

    overflow-x: hidden;
    background: #fff;
}

@media (min-width: 1200px) {
    body {
        background: #fff;
    }

    header {
        position: relative;
        right: 0;
        padding: 0;
        width: 100%;
        height: auto;
        background: #fff;
    }

    .top {
        display: flex;
        justify-content: space-between;
        width: 62vw;
        margin: 0 auto;
        padding: 1.5vw 0;
    }

    .logo {
        display: block;
    }

    .logo img {
        width: 17vw;
    }

    .tel {
        display: block;
        padding-left: 2.6vw;
        font-size: 1.2vw;
        line-height: 1.4vw;
        color: #000;
        background: url(../images/tel.png) no-repeat 0 center/2.2vw;
    }

    .nav {
        background: #0e643f;
    }

    .nav ul {
        display: flex;
        justify-content: center;
    }

    .nav ul li {
        width: 7.3vw;
        background: url(../images/nav_li_shu.png) no-repeat 0 center;
    }

    .nav ul li:nth-of-type(1) {
        background: none;
    }

    .nav ul a {
        display: block;
        font-size: 0.9vw;
        line-height: 3vw;
        color: #fff;
        text-align: center;
    }

    .nav ul a:hover {
        color: #d9b57e;
    }
}




/* line */
.line {
    background: url(../images/line_bg.jpg) no-repeat center 0/cover;
}

.line-main {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0.2rem;
}

.line-left {
    color: #fff;
}

.line-big {
    font-size: 0.48rem;
    line-height: 0.48rem;
}

.line-small {
    font-size: 12px;
    line-height: 20px;
}

.line-right {
    text-align: right;
    color: #fff;
}

.line-right span {
    font-size: 12px;
    line-height: 20px;
}

.line-right p {
    padding-left: 0.48rem;
    font-size: 0.48rem;
    line-height: 0.48rem;
    background: url(../images/tel2.png) no-repeat 0 center/0.36rem;
}

.public {
    padding: 0.4rem 0;
    background: url(../images/mpublic_bg.jpg) no-repeat center 0/cover;
}

.public-main {
    padding: 0.2rem;
}

.public-left {
    padding: 0.2rem 0;

}

.public-logo img {
    width: 4rem;
}

.public-p {
    margin: 0.2rem 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.public-ewm {
    display: flex;
}

.ewm-li {
    width: 1.8rem;
    padding: 0 0.2rem 0 0;
}

.ewm-li i {
    display: block;
}

.ewm-li i img {
    width: 100%;
}

.ewm-li p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-align: center;
}

.public-nav {
    display: none;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.2rem 0 1.6rem;
    font-size: 14px;
    line-height: 20px;
    background: #000;
}

footer p {
    padding: 0 5px;
    color: #fff;
}

footer a {
    padding: 0 5px;
    color: #fff;
}

@media (min-width: 1200px) {
    .line {
        padding: 0;
        background: url(../images/line_bg.jpg) no-repeat center 0/cover;
    }

    .line-main {
        display: flex;
        justify-content: space-between;
        width: 62vw;
        margin: 0 auto;
        padding: 2.8vw 0;
    }

    .line-left {
        color: #fff;
    }

    .line-big {
        font-size: 2.4vw;
        line-height: 2.4vw;
    }

    .line-small {
        font-size: 0.9vw;
        line-height: 1.2vw;
    }

    .line-right {
        text-align: right;
        color: #fff;
    }

    .line-right span {
        font-size: 0.9vw;
        line-height: 1.2vw;
    }

    .line-right p {
        padding-left: 2.4vw;
        font-size: 2.4vw;
        line-height: 2.4vw;
        background: url(../images/tel2.png) no-repeat 0 center/1.8vw;
    }

    .public {
        padding: 0;
        background: url(../images/public_bg.jpg) no-repeat center 0/cover;
    }

    .public-main {
        display: flex;
        justify-content: space-between;
        width: 62vw;
        margin: 0 auto;
        padding: 4.5vw 0 6vw;
    }

    .public-left {
        width: 24vw;
        padding: 0;
    }

    .public-logo img {
        width: 17.2vw;
    }

    .public-p {
        margin: 2vw 0 0;
        font-size: 0.9vw;
        line-height: 1.6vw;
        color: #000;
    }

    .public-right {
        display: flex;
        justify-content: space-between;
        width: 24vw;
    }

    .public-ewm {
        display: flex;
        justify-content: space-between;
        width: 13vw;
    }

    .ewm-li {
        width: 6.2vw;
        padding: 0;
    }

    .ewm-li i {
        display: block;
    }

    .ewm-li i img {
        width: 100%;
    }

    .ewm-li p {
        font-size: 0.8vw;
        line-height: 1.6vw;
        color: #000;
        text-align: center;
    }

    .public-nav {
        display: block;
        width: 8.4vw;
    }

    .public-nav ul {
        display: flex;
        flex-wrap: wrap;
    }

    .public-nav ul li {
        width: 50%;
        padding: 0.4vw;
    }

    .public-nav ul a {
        display: block;
        font-size: 0.8vw;
        line-height: 1.2vw;
        color: #000;
        text-align: center;
    }

    .public-nav ul a:hover {
        color: #cb9744
    }

    footer {
        display: flex;
        justify-content: center;
        padding: 0.4vw 0;
        font-size: 0.8vw;
        line-height: 1.2vw;
        background: #000;
    }

    footer p {
        padding: 0 5px;
        color: #fff;
    }

    footer a {
        padding: 0 5px;
        color: #fff;
    }
}


.foot-nav {
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
}

.foot-nav ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 1.4rem;
    padding: 0.3rem 0.1rem 0;
    background: #0e643f;
}

.foot-nav ul li {
    width: 25%;
}

.foot-nav ul a {
    display: block;
    text-align: center;
}

.foot-nav ul i {
    display: block;
}

.foot-nav i img {
    width: 0.5rem;
}

.foot-nav a p {
    padding-top: 0.1rem;
    font: 400 0.3rem/0.3rem "微软雅黑";
    color: #fff;
}

@media (min-width: 1200px) {
    .foot-nav {
        display: none;
    }
}