* {
    margin: 0;
    padding: 0;
    background: transparent;
}

body, html {
    width: 100%;
    min-height: 100vh;
    background-size: 100% auto;
    margin: 0 auto;
    background-color: #f8f7fb;
    overflow-x: hidden;
    font-size: 37.5px;
}

body {
    background-color: #ffffff;
}

.header-container {
    width: 100%;
    font-size: .3rem;
    height: 1.1rem;
    box-sizing: border-box;
    border-bottom: .02667rem solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.nav-block {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: .1rem .13rem;
    box-sizing: border-box;
    background: #fff;
}

.header-container .logo {
    width: 1.5333rem;
    height: 84%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1b4987;
    /* background: url(./../img/logo_0.png); */
    background: url(./../img/logo.png);
    background-size: 100% 100%;
    margin-top: .02rem;
    margin-left: .13rem;
}

.nav-bar {
    flex: 1;
    display: flex;
    margin-left: .2rem;
}

.nav-bar a {
    flex: 1;
    text-align: center;
    color: #000;
    font-size: .32rem;
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.nav-bar a.active {
    color: #105a39;
    /* font-weight: 500; */
}

.nav-bar a.server {
    border: none;
}

.anzang-line {
    position: relative;
    height: 1px;
    background-color: #ececec;
    margin: 1rem 0;
}

.anzang-line:before {
    content: "";
    position: absolute;
    height: 3px;
    left: 50%;
    top: -1px;
    background-image: linear-gradient(90deg, rgba(117, 146, 83, 0), #07231f, rgba(117, 146, 83, 0));
    width: 160px;
    margin-left: -80px;
}

.anzang-line:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -5px;
    left: 50%;
    width: 18px;
    height: 18px;
    top: -9px;
    margin-left: -9px;
    background-color: #07231f;
}

.footer-top {
    width: 100%;
    background-color: #07231f;
    padding: 0.66667rem .25rem 1.8rem;
    box-sizing: border-box;
    line-height: 0.50rem;
    text-align: center;
    color: #d4d4d4;
}

.footer-top h3 {
    padding: .1rem 0 .3rem;
}

.footer-top h3 a {
    font-size: .38rem;
    color: #fff;
}

.footer-top p {
    font-size: .29rem;
}

.footer-top .contact-phone {
    color: #ffffff;
}

.footer-top .line {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin: .4rem 0 .3rem;
}

.footer-top .footer-info {
    font-size: .25rem;
    color: #d4d4d4;
}

.footer-top .footer-info span:hover {
    color: #8bcea7;
}

.footer-server {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    display: flex;
    align-items: center;
    padding: 0 0;
    box-sizing: border-box;
    background-color: transparent;
    color: #fff;
    font-size: .3rem;
    background-color: #4f7a78;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, .15);
}

.footer-server .contact-left {
    padding: 0 .35rem;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
}

.footer-server .icon-phone {
    display: inline-block;
    width: .38rem;
    height: .38rem;
    background-image: url('./../img/icon/phone.png');
    background-size: 100% 100%;
}


.footer-server .contact-box {
    display: block;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7cad83;
    height: 100%;
    padding: 0 .4rem 0 0.68rem;
    border-radius: .6rem 0 0 .6rem;
}

.footer-server .contact-btn {
    display: flex;
    align-items: center;
}

.footer-server .phone-num {
    font-size: .25rem;
    padding-top: .1rem;
}

.footer-server .contact-phone {
    font-size: .3rem;
    padding-left: .12rem;
}

.container {
    margin: auto;
}

.pc-header {
    display: none;
    background: #fff;
    border-bottom: .02667rem solid #f7f7f7;
}

.pc-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc-header .pc-logo {
    width: 6.6rem;
    height: 1.2rem;
    /* background: url('./../img/pcImg/logo_0.png'); */
    background: url('./../img/pcImg/logo.png');
    background-size: 100% 100%;
}

.pc-header .nav-right .contact-box {
    display: flex;
    align-items: center;
    color: #777;
    font-size: .24rem;
    line-height: .35rem;
}

.pc-header .nav-right .icon-phone {
    display: inline-block;
    width: .38rem;
    height: .38rem;
    background-image: url('./../img/icon/phone_green.png');
    background-size: 100% 100%;
    margin-right: .25rem;
}

.top-container {
    margin-top: 1.1rem;
}

@media screen and (min-width:768px){
    .nav-block {
        background-color: #fff;
        border-bottom: .02667rem solid #f7f7f7;
    }

    .header-container .logo {
        display: none;
    }

    .top-container {
        margin-top: 2.1rem;
    }

    .footer-top {
        padding-bottom: .8rem;
    }

    .footer-server {
        width: 100%;
        display: flex;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .footer-server .contact-box {
        width: 20%;
    }

    .pc-header {
        width: 100%;
        display: block;
    }

    .container {
        width: 750px;
        flex: none;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}