﻿* {
    padding: 0;
    margin: 0;
}

li {
    -webkit-tap-highlight-color: transparent;
    list-style: none;
}

a {
    text-decoration: none;
    color: #30afb2;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1600 {
    max-width: 1600px;
    margin: 0 auto;
    min-width: 1200px;
}

.ewm img {
    width: 100px;
}

.nav .active {
    border-bottom: 4px solid #ffc001 !important;
}

.nav .active a {
    color: #ffc001 !important;
}

.pb_sys_common div {
    clear: both;
}

.top {
    background: url(../images/header-bg.png) no-repeat center center;
    background-size: cover;
}

.head {
    padding: 15px 0;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-r {
    float: right;
    text-align: right;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #00979b !important;
    color: #fff;
    background-color: #00979b !important;
}

.link-top {
    position: relative;
    line-height: 30px;
    margin-top: 30px;
}

.link-top a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    margin-right: 20px;
}

.link-top a:hover {
    color: rgba(255, 255, 255, .6);
}

.link-top img {
    margin-right: 10px;
    vertical-align: middle;
}

.link-top span {
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

.link-top img {
    vertical-align: middle;
    cursor: pointer;
}

.nav ul li {
    position: relative;
    float: left;
    width: 11.111%;
    text-align: center;
    line-height: 76px;
    border-bottom: 4px solid transparent;
}

.nav ul li a {
    font-size: 22px;
    color: #fff;
}

.nav ul li:hover {
    border-bottom: 4px solid #ffc001;
}

.nav ul li:hover>a {
    color: #ffc001;
}

.nav ul li ul {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 3px #999;
    display: none;
    z-index: 999;
}

.nav ul li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px dashed #ebe5e5;
}

.nav ul li ul li a {
    font-size: 14px;
    color: #333;
}

.nav ul li ul li:hover {
    background-color: #00969a;
}

.nav ul li ul li:hover a {
    color: #fff;
}

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.wave.on {
    display: block;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #00969a;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    color: #fff;
}

.m-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.m-top>img {
    display: block;
    width: 100%;
}

.wap {
    display: none;
}

.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;
}

.banner {
    margin-top: 15px;
}

.banner a {
    display: block;
    position: relative;
}

.banner a img {
    display: block;
    width: 100%;
}

.footer {
    padding-top: 65px;
    background: url(../images/foot-bg.png) no-repeat center top;
    background-size: cover;
}

.foot-top {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

.foot-top .lj {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 50px;
    background-color: rgba(255, 255, 255, .2);
    margin: 0 20px;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 35px;
    text-align: left;
}

.foot-top .lj span {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 30px;
    height: 30px;
    background: url(../images/jt.png) no-repeat center center;
}

.foot-top .lj ul {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
    height: 140px;
    overflow-y: scroll;
    z-index: 8;
}

.foot-top .lj ul::-webkit-scrollbar {
    display: none;
}

.foot-top .lj ul li {
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
}

.foot-top .lj ul li a {
    font-size: 16px;
    color: #333;
}

.foot-top .lj ul li:hover {
    background-color: #00969a;
}

.foot-top .lj ul li:hover>a {
    color: #fff;
}

.foot-down {
    border-top: 1px solid #59bbbd;
    padding-top: 35px;
    padding-bottom: 25px;
}

.fd-l {
    float: left;
    width: 441px;
}

.fd-l a {
    display: block;
}

.fd-l a img {
    display: block;
}

.fd-r {
    float: right;
}

.fd-r .fd-m {
    float: left;
}

.fd-r .fd-m p {
    line-height: 29px;
    font-size: 16px;
    color: #fff;
}

.fd-r .xg-ewm {
    float: right;
    margin-left: 240px;
}

.fd-r .xg-ewm ul li {
    position: relative;
    float: left;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
}

.fd-r .xg-ewm ul li .xx {
    height: 42px;
    line-height: 42px;
}

.fd-r .xg-ewm ul li .xx img {
    vertical-align: middle;
}

.fd-r .xg-ewm ul li p {
    font-size: 16px;
    color: #fff;
}

.fd-r .xg-ewm ul li .ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -110px;
    display: none;
}

.fd-r .xg-ewm ul li:hover .ewm {
    display: block;
}

.bq {
    line-height: 70px;
    background-color: #00969a;
    text-align: center;
}

.bq p {
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .px1600 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section2 {
        min-height: auto;
        position: relative;
    }
}

@media screen and (max-width: 1300px) {
    .foot-top .lj {
        width: 256px;
    }

    .fd-l a img {
        margin-left: auto;
        margin-right: auto;
        max-width: 441px;
        width: 100%;
    }
}


.banner h4 {
    position: absolute;
    bottom: 0px;

    font-size: 20px;

    padding: 20px;
    background-color: rgba(0, 156, 160, 0.8);

    width: 20%;
    color: #fff;
}