* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    font-size: 100px;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-size: 100px;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
    font-size: 0.14rem;
}

p,
span,
i,
u,
a,
img,
ul,
li,
div {
    font-size: 0.14rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.container {
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
}

.header {
    width: 100%;
    height: 1.1rem;
    position: fixed;
    z-index: 2;
    transition: 0.5s;
}

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

.header .container .logo {
    flex: 0 0 13.6%;
    justify-content: center;
    float: left;
    width: 13.6%;
}

.header .container .logo a {
    width: 100%;
    display: block;
}

.header .container .logo a img {
    width: 100%;
    display: block;
    box-sizing: content-box;
}

.header .container .nav {
    width: 68%;
    padding-left: 5%;
    padding-right: 2%;
    box-sizing: border-box;
}

.header .container .nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header .container .nav ul li {
    /* flex: 1; */
    position: relative;
}

.header .container .nav ul li a.navTop {
    display: block;
    font-size: 0.16rem;
    line-height: 1.1rem;
    height: 1.1rem;
    text-align: center;
}

.header .container .nav ul li:hover .navTop {
    color: #004326;
}

.header .container .nav ul li.active a.navTop {
    color: #004326;
}

.header .container .nav ul li .navCenter {
    display: none;
    position: absolute;
    top: 1.1rem;
    left: -50%;
    background: #ededed;
    width: 1.8rem;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.1);
}

.header .container .nav ul li .navCenter p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 0.4rem;
}

.header .container .nav ul li .navCenter p a {
    line-height: 0.4rem;
    display: block;
    text-align: center;
    font-size: 0.15rem;
    color: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .container .nav ul li .navCenter p:hover {
    background: #004326;
}

.header .container .nav ul li .navCenter p:hover a {
    color: #fff;
}

.header .container .headerTel {
    flex: 0 0 2rem;
    justify-content: center;
    float: left;
    width: 2rem;
}

.header .container .headerTel .headerTelBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.header .container .headerTel .headerTelBox img {
    flex: 0 0 0.36rem;
    justify-content: center;
    float: left;
    width: 0.36rem;
    height: 0.36rem;
}

.header .container .headerTel .headerTelBox .headerTelText {
    flex: 1;
}

.header .container .headerTel .headerTelBox .headerTelText span {
    text-align: right;
    font-size: 0.14rem;
    color: #666;
    line-height: 1.2;
    padding-left: 0.1rem;
}

.header .container .headerTel .headerTelBox .headerTelText p {
    padding-left: 0.1rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #004326;
    line-height: 1.2;
}

.header .container .headerTel .headerTelBox .headerTelText p:nth-child(1) {
    letter-spacing: 1px;
}

.headerMenu {
    display: none;
}

.footer {
    padding-top: 0.58rem;
    background: url(../images/footer.jpg) no-repeat center;
    background-size: cover;
}

.footer .footerTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0.46rem;
}

.footer .footerTop .footerTopL {
    flex: 0 0 67%;
    justify-content: center;
    float: left;
    width: 67%;
    border-right: 1px solid #ccc;
}

.footer .footerTop .footerTopL ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.footer .footerTop .footerTopL ul li {
    flex: 0 0 19%;
    justify-content: center;
    float: left;
    width: 19%;
}

.footer .footerTop .footerTopL ul li p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.16rem;
    padding-bottom: 0.2rem;
}

.footer .footerTop .footerTopL ul li p a {
    display: block;
    width: 100%;
}

.footer .footerTop .footerTopL ul li i {
    display: block;
    width: 100%;
    line-height: 0.32rem;
    color: #808080;
}

.footer .footerTop .footerTopL ul li i a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #808080;
    transition: .5s;
}

.footer .footerTop .footerTopL ul li i a:hover {
    color: #004326;
}

.footer .footerTop .footerTopR {
    flex: 0 0 27%;
    justify-content: center;
    float: left;
    width: 27%;
}

.footer .footerTop .footerTopR h4 {
    font-size: 0.18rem;
    line-height: 1;
    line-height: 0.32rem;
}

.footer .footerTop .footerTopR p {
    background: url(../images/footer_icon1.png) no-repeat center left;
    font-size: 0.14rem;
    padding-left: 0.2rem;
    padding: 0.3rem 0 0.3rem 0.2rem;
    color: #808080;
}

.footer .footerTop .footerTopR a {
    width: 1.35rem;
    height: 0.45rem;
    line-height: 0.45rem;
    background: #004326 url(../images/footer_icon4.png) no-repeat 15% center;
    font-size: 0.14rem;
    color: #fff;
    display: block;
    text-indent: 4em;
}

.footer .footerBottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0.4rem;
    border-top: 1px solid #d9d9d9;
    padding-top: 0.4rem;
}

.footer .footerBottom .footerBottomL {
    flex: 0 0 67%;
    justify-content: center;
    float: left;
    width: 67%;
    font-size: 0.14rem;
    line-height: 0.35rem;
    color: #808080;
}

.footer .footerBottom .footerBottomL a {
    color: #808080;
}

.footer .footerBottom .footerBottomR {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
}

.footer .footerBottom .footerBottomR ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    justify-content: right;
}

.footer .footerBottom .footerBottomR ul li {
    flex: 0 0 34%;
    justify-content: center;
    float: left;
    width: 34%;
    margin: 0 0.3rem;
    background: #fff;
}

.footer .footerBottom .footerBottomR ul li img {
    display: block;
    width: 100%;
    border: 1px solid #ececec;
    padding: 0.1rem;
    box-sizing: border-box;
}

.footerBar {
    display: none;
}

.header.headerOn {
    position: fixed;
    transition: 0.5s;
    background: #fff;
}

@media (max-width: 1670px) {
    .header .container .headerTel{
        display: none;
    } 

    .header .container .nav{
        width: 80%;
    }
}

@media (max-width: 1440px) {
    .header .container{
        padding:  0 0%;
    }
}

@media (max-width: 1200px) {
    .header .container .nav ul li{
        flex: initial;
    }
}

@media (max-width: 980px) {
    .container {
        padding: 0 0.15rem;
    }
    .header {
        width: 100%;
        height: 0.5rem;
        z-index: 99999999999999999999999999999999;
    }
    .Hncontainer {
        width: 96%;
    }
    .header .logo {
        width: 34%;
    }
    .headerDwy {
        display: none;
    }
    .header {
        position: relative;
        top: 0;
        left: 0;
    }
    .header .container .logo {
        flex: 1;
        height: 0.5rem;
    }
    .header .container .logo a img {
        height: 0.3rem;
        display: block;
        width: auto;
        margin-top: 0.05rem;
        padding: 0.05rem 0;
    }
    .header .headerDmap {
        height: 0.5rem;
        width: 33%;
        line-height: 0.5rem;
        font-size: 0.14rem;
    }
    .header .headerDmap a {
        font-size: 0.14rem;
    }
    .header .container .nav ul li.active a.navTop {
        background: transparent;
    }
    .header .container .headerTel {
        position: absolute;
        right: 12%;
        display: block;
    }

    .header .container .headerTel .headerTelBox .headerTelText{
font-size: 0.2rem;
    }

    .header .container .headerTel .headerTelBox .headerTelText span{
        display: none;
    }
    .header .container .nav {
        position: absolute;
        width: 100%;
        top: 0.5rem;
        background: rgba(0, 0, 0, 0.8);
        left: 0;
        padding: 0;
        display: none;
    }
    .header .container .nav ul {
        padding-bottom: 0.3rem;
    }
    .header .container .nav ul li {
        flex: 0 0 100%;
        justify-content: center;
        float: left;
        width: 100%;
    }
    .header .container .nav ul li a {
        color: #fff;
    }
    .headerMenu.on i {
        transform: rotate(45deg);
        top: 10px;
    }
    .headerMenu.on b {
        transform: rotate(-45deg);
        top: 10px;
    }
    .headerMenu.on::after {
        content: "";
        background: transparent;
    }
    .header .container .nav ul li a.navTop {
        line-height: 0.5rem;
        height: 0.5rem;
    }
    .headerMenu {
        display: block;
        flex: 0 0 33%;
        justify-content: center;
        float: left;
        width: 33%;
        text-align: right;
        box-sizing: border-box;
        height: 0.16rem;
        position: relative;
    }
    .headerMenu::after {
        content: "";
        width: 0.24rem;
        height: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #004326;
        right: 0rem;
    }
    .headerMenu i {
        display: inline-block;
        position: absolute;
        right: 0rem;
        width: 0.24rem;
        height: 0.02rem;
        background: #004326;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .headerMenu b {
        display: inline-block;
        position: absolute;
        right: 0rem;
        width: 0.24rem;
        height: 0.02rem;
        background: #004326;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 0.14rem;
    }
    .header .container .nav ul li {
        position: relative;
    }
    .header .container .nav ul li::after {
        content: ">";
        position: absolute;
        top: 0;
        line-height: 0.5rem;
        font-size: 0.18rem;
        right: 0.2rem;
        color: #fff;
    }
    .header .container .nav ul li:nth-child(1)::after {
        display: none;
    }
    .header .container .nav ul li.active a.navTop {
        color: #fff;
    }
    .header .container .nav ul li a.navTop {
        text-align: left;
    }
    .header .container .nav ul li {
        padding: 0 0.2rem;
        border-bottom: 1px solid #777;
        padding-right: 40%;
        box-sizing: border-box;
    }
    .header .container .nav ul li .navCenter {
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
        color: #fff;
        padding-bottom: 10px;
    }
    .header .container .nav ul li .navCenter p a {
        color: #fff;
        text-align: left;
        font-size: 0.12rem;
        padding-left: 0.1rem;
    }
    .header .container .nav {
        position: absolute;
        width: 100%;
        top: 0.5rem;
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        padding: 0;
        display: none;
    }
    .footer {
        background: #333;
      }
      .footer .footerTop {
        padding: 0.3rem 0 0;
        background: #333;
        height: auto;
      }
      .footer .footerTop .footerTopL {
        flex: 0 0 100%;
        justify-content: center;
        float: left;
        width: 100%;
      }
      .footer .footerTop .footerTopL ul li p {
        line-height: 2;
      }
      .footer .footerTop .footerTopL ul li {
        flex: 0 0 100%;
        justify-content: center;
        float: left;
        width: 100%;
        margin-bottom: 0.4rem;
      }
      .footer .footerTop .footerTopR {
        display: none;
      }
      .footer .footerBottom {
        padding-top: 0.3rem;
      }
      .footer .footerBottom .footerBottomL {
        flex: 0 0 100%;
        justify-content: center;
        float: left;
        width: 100%;
      }
      .footer .footerBottom .footerBottomC {
        display: none;
      }
      .footer .footerBottom .footerBottomR {
        display: none;
      }
      .footer .footerZM {
        height: auto;
        margin-top: 0.3rem;
        line-height: 1.5;
        padding: 0.1rem 0.3rem;
      }
      .footer .footerBottom {
        padding-top: 0;
        border-top: 0;
      }
      .footer .footerTop {
        display: none;
        border-top: 0;
      }
      .footerBar {
        width: 100%;
        height: 54px;
        background: #fff;
        padding: 9px 0;
        position: sticky;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 99999;
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      }
      .footerBar ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
      .footerBar ul li {
        width: 25%;
        float: left;
        flex-direction: column;
        flex: 0 0 25%;
      }
      .footerBar ul li a {
        display: block;
        position: relative;
      }
      .footerBar ul li img {
        display: block;
        width: 20px;
        height: 19px;
        object-fit: contain;
        margin: 0 auto;
      }
      .footerBar ul li span {
        display: block;
        text-align: center;
        color: #333;
        /* margin-top: 6px; */
        font-size: 12px;
        transform: scale(0.9);
      }
    
      #wjdh-kefu{
        display: none;
      }
    
      .bannerText img{
        width: 50%;
      }
    
      .header .container .nav ul li:hover .navTop{
          color: #fff;
      }
}