@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
}



li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}


.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;

}


.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.nav-box {
    height: 46px;
    background-color: #178481;
}

.nav>ul>li {

    float: left;
    position: relative;
    width: 11.1%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    position: relative;
}

.nav>ul>li:hover>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
}

.nav>ul>li:hover>a::after {
    border-top-color: #fff;
}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>.sjx:hover>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
}


.nav>ul>li:hover>a::after {
    border-top-color: #fff;
}

.nav>ul>li:hover>div {
    display: block;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 360px;
    background: #fff;
    background: rgb(255 255 255);
    z-index: 9999;
    padding: 25px 30px 35px 30px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    opacity: 0.9;
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    float: left;
    width: 50%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    color: #068359;
    ;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}


.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}


.head {
    padding: 26px 0;
    position: relative;
}

.logo {
    float: left;
}

.ser {
    float: right;
    width: 20%;
    height: 48px;
    position: relative;
    margin-top: 15px;
}

.ser input {
    width: 100%;
    height: 100%;
    padding: 10px;
    padding-right: 60px;
    border: solid 1px #178481;
}
.ser .ser-img .ser_ss {
    padding: 0;
    width: 27px;
    height: 29px;
}
.ser-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: #178481;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.school {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    position: absolute;
    background: url(../images/sy.png) no-repeat;
    padding-left: 20px;
    left: 68%;
    top: 50%;
    transform: translateY(-50%);
    background-position: left center;
}

.school:hover {
    color: #178481;
}


.foot-box {
    background-image: linear-gradient(0deg,
            #178481 1%,
            #2ca7a4 100%),
        linear-gradient(#094c91,
            #094c91);
    background-blend-mode: normal,
        normal;
    padding-top: 1px;
    padding-bottom: 5px;
}

.foot-l {
    float: left;
    padding-top: 1px;
    margin-right: 5%;

}

.foot {
    position: relative;
}

.foot-l p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #e3f8f7;
    margin-top: 20px;
}

.foot-m {
    float: left;
    width: 18.7%;
}

.foot-m li:first-child {
    float: left;

}

.foot-m li:last-child {
    float: right;

}

.foot-m li p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #e3f8f7;
    text-align: center;
}

.foot-r {
    float: right;
    padding-top: 20px;
}

.foot-r p {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #e3f8f7;
}


















@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo {
        padding-left: 100px;
    }

}

@media screen and (max-width:1240px) {

    .foot-m {
        width: auto;
    }

    .foot-l p {
        font-size: 12px;
    }

    .foot-r p {
        font-size: 12px;
    }
}

@media screen and (max-width:1070px) {
    .foot-l {
        margin-right: 0%;
    }

}




@media screen and (max-width:1024px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;

        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px !important;
        max-width: 85% !important;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #178481;
        ;
        ;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .foot-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .foot-l {
        float: none;
        text-align: center;
        margin-right: 0;
    }

    .foot-m {
        width: auto;
        float: none;

        text-align: center;
    }

    .foot-m ul li {
        float: none !important;
        display: inline-block;
        margin: 15px;

    }

    .foot-r {
        padding-top: 0;
        float: none;
        text-align: center;
    }

    .foot-r p {
        text-align: center;
    }


}

@media screen and (max-width:568px) {
    .foot-l a img {
        width: 90%;
    }

    .foot-box {
        padding-top: 20px;
    }
}
.foot-l p a {
    color: white !important;
}