@charset "UTF-8";
/* CSS Document */
body, html,div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, dl, dt, dd, p, a, form, input,span,button{
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    outline: none;
    font-family: "Source Han Sans CN","PingFangSC-Regular","arial","Microsoft YaHei","sans-serif";
    font-size: 16px; 
    font-style: normal; 
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide_sj{
    display: none;
}
/*input::-webkit-placeholder {color: #fff;}*/
input,select,textarea {-webkit-appearance: none;}
body{ line-height:25px; color:#000;background: #fff;}
a{ text-decoration:none; color:#434343;}
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none; }
a:focus{ text-decoration:none !important; outline: none;}
ul, li{ list-style:none; margin:0; padding:0;}
img{ border:0;}
.clear{ clear:both;}
.clearfix:after{display: block;height: 0;overflow: hidden;content: ".";clear: both;}
.height10{height: 10px;}
.height30{height: 30px;}
.height50{height: 50px;}
.height70{height: 70px;}
.height100{height: 100px;}
.wid100{width: 1000px;margin: 0 auto;}
.wid110{width: 1100px;margin: 0 auto;}
.wid120{width: 1200px;margin: 0 auto;}
.padding0{padding: 0;}
.margin0{margin: 0;}
.mtop150{margin-top: 150px;}
.mtop230{margin-top: 230px;}
.hidden{display: none;}
body.noscroll {
    overflow: hidden;
    transition: all .5s;
}


*::selection { background:#004121; color: #E5E5E5;}
*::-moz-selection { background:#004121; color: #E5E5E5;}
a{ text-decoration:none; color:#434343;}
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none; }
ul, li{ list-style:none; margin:0; padding:0;}
img{ border:0;}
.clear{ clear:both;}
.white{
    color: #FFFFFF !important;
}
.body-gray {
    background: #F5F5F5;
}
.body-grays {
    background: #FAFAFA;
}
.containerBody {
    width: 80%;
    margin: 0 auto;
}
.gray {
    color: #DEDEDE;
}
.data-null img {
    width: 150px;
}
.data-null .gray {
    font-size: 18px;
    letter-spacing: 1px;
}
/*@font-face {
    font-family: "Didot";
    src: url("../fonts/Didot.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "number";
    src: url("../fonts/CAI978.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSerifCN";
    src: url("../fonts/SourceHanSerifCN-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSerifCN-Regular";
    src: url("../fonts/SourceHanSerifCN-Regular.woff2") format("woff2"),
        url("../fonts/SourceHanSerifCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSerifCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSerifCN-Regular.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSerifCN-Regular.svg") format("svg"),
        url("../fonts/SourceHanSerifCN-Regular.otf");
    font-weight: normal;
    font-style: normal;
}*/
.loading {
    display: block;
}

.loading .loadBody {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 9999;
    display: flex;
    width: 100%;
    height: 100%;
}

.loading .loadBody .load-animate {
    margin: auto;
}

.loading .loadBody .load-animate img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.loading .loadBody .loadScroll {
    width: 50%;
    margin: 20px auto 0;
    background: #004023;
    height: 5px;
    border-radius: 100%;
    position: relative;
}

.loading .loadBody .loadScroll .loadBean {
    width: 20px;
    height: 11px;
    border-radius: 100%;
    background: #EB2A2E;
    box-shadow: 0 0 15px #EB2A2E;
    position: absolute;
    top: -3px;
    left: 10%;
    animation: myloading 6s infinite;
}

@keyframes myloading{
    0%{
        left: 10%;
    }
    50%{
        left: 90%;
    }
    100%{
        left: 10%;
    }
}

.more a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.more a:hover {
    background: #4A8264;
    border-color: #4A8264 !important;
    color: #FFFFFF !important;
}

.web-nav {
    /*padding: 0 15px;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.web-nav .topBar {
    background: #004121;
    height: 81px;
}

.web-nav .web-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}
.web-nav .web-logo a{display: block;}
.web-nav .web-logo img {
    display: block;
    margin: auto;
}

.nav-bars {
    position: absolute;
    display: flex;
    color: #FFFFFF;
    font-size: 35px;
    height: 45px;
    left: 0;
}

.nav-bars i {
    display: block;
    margin: auto 50px;
    width: 35px;
    cursor: pointer;
}

.navList {
    width: 455px;
    height: 100vh;
    top: 0;
    left: -455px;
    position: fixed;
    background: #004121;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /*display: none;*/
}

.navList.active {
    left: 0;
}

.navList .nav-swiper-container {
    margin-top: 70px;
    padding-top: 50px;
    max-height: 90vh;
}

.navList ul.nav-list {
    margin-bottom: 30px;
}

.navList ul.nav-list>li {
    margin: 0 40px 20px;
    line-height: 40px;
}

.navList ul.nav-list>li>a {
    display: block;
    border-bottom: 1px #979797 solid;
    font-size: 20px;
}

.navList ul li a {
    display: block;
    color: #FFFFFF;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.navList ul li:hover>a,
.navList ul li.current a {
    color: #4A8264;
}

.navList ul.nav-list>li ul.drop-menu {
    margin-left: 6em;
    margin-top: 20px;
}

.navList ul.nav-list>li.parentNav4 ul.drop-menu {
    margin-right: 4em;
}

.navList ul.nav-list>li.parentNav4 ul.drop-menu li:nth-child(2) + li {
    float: none;
    clear: both;
}

.navList ul.nav-list>li.parentNav3 ul.drop-menu li,
.navList ul.nav-list>li.parentNav5 ul.drop-menu li {
    float: none;
}

.navList ul.nav-list>li ul.drop-menu li {
    float: left;
    margin-right: 15px;
}

.navList ul.nav-list>li ul.drop-menu li a {
    font-size: 14px;
    line-height: 26px;
}

.navList .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: s-resize;
}

.navMask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.1);
    z-index: -9;
    display: none;
}

.page-nav {
    background: #F3F0E9;
    padding: 25px;
    position: relative;
    margin-top: -50px;
    border-radius: 5px;
}

.page-nav.fa {
    display: block;
}

.page-nav.page-nav-white {
    background: #FFFFFF;
    padding: 25px 0;
}

.page-nav ul {
    display: flex;
    text-align: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    direction: ltr;
    -ms-flex-align: stretch;
    -ms-flex-line-pack: center;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.page-nav ul li {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-nav ul li a {
    display: block;
    color: #45484E;
    font-size: 18px;
    padding: 12px 0;
    line-height: 1;
    position: relative;
}

.page-nav ul li+li a:before {
    display: block;
    content: "";
    width: 1px;
    height: 18px;
    background: #45484E;
    position: absolute;
    left: 0;
    top: 12px;
}

.page-nav ul li a:hover {
    color: #517C63;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page-nav ul li.curr a {
    color: #FFFFFF;
    background: #517C63;
    box-shadow: 1px 1px 5px #517C63;
}

.pagination .active span.page-link {
    background: #005629;
    color: #FFFFFF;
    border-color: #005629;
}

.page-nav-top {
    position: fixed;
    top: 81px;
    left: 0;
    width: 100%;
    background: #4A8264;
    text-align: center;
    z-index: 6;
}

.page-nav-top ul li {
    display: inline-block;
    margin: 0 80px;
}

.page-nav-top ul li a {
    display: block;
    color: #FFFFFF;
    line-height: 36px;
    font-size: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page-nav-top ul li a:hover {
    color: #004023;
}










footer.footer {
    background: #3C3C3C;
    padding: 62px 0 40px;
    /* border-bottom: 4px #FFFFFF solid; */
    font-weight: 300;
}

footer.footer .foot-forms {
    /* padding-top: 25px; */
}

footer.footer .foot-forms .title {
    font-size: 14px;
    /* left: 40px; */
    /* color: #FFFFFF; */
    width: 115px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

footer.footer .foot-forms label {
    display: flex;
    margin-bottom: 20px;
}

footer.footer .foot-forms label span {
    display: block;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    width: 100px;
    white-space: nowrap;
}

footer.footer .foot-forms label span.grays {
    color: #8C8C8C;
    font-size: 16px;
}

footer.footer .foot-forms .btns-group {
    /* width: 230px; */
    font-size: 0;
}

footer.footer .foot-forms .btns-group .btn {
    display: inline-block;
    color: #000 !important;
    background: #ffffff;
    /* border-radius: 2px; */
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 8px;
    border: none;
    /* margin-left: 5px; */
    outline: none;
    font-weight: 600;
}
footer.footer .foot-forms .btns-group .btn + .btn{
    margin-left: 32px;
}

footer.footer .foot-forms label input {
    display: block;
    height: 23px;
    border-radius: 2px;
    padding: 0 10px;
    width: 210px;
}

footer.footer .footer-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer.footer .foot-contact {
    position: relative;
    /* padding: 20px 15px 40px; */
    /*text-align: center;*/
    /* padding-bottom: 34px; */
}

footer.footer .foot-contact p a,
footer.footer .foot-contact p {
    color: #FFFFFF;
}

footer.footer .foot-contact:before {
    /* display: block;
    width: 2px;
    height: 100%;
    content: "";
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0; */
}

footer.footer .contacts {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 38px;
    /* margin-left: 24px; */
    /* line-height: 35px; */
}
footer.footer .contacts p, footer.footer .contacts a{
    font-size: 14px;
    line-height: 2.4;
}

footer.footer .qrcodes {
    text-align: center;
    padding-top: 34px;
    position: relative;
    margin-top: 40px;
}

footer.footer .qrcodes:before {
    display: block;
    width: 348px;
    height: 2px;
    content: "";
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 24px;
}

footer.footer .qrcodes span {
    display: inline-block;
}

footer.footer .qrcodes span p {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
}

footer.footer .qrcodes img {
    display: inline-block;
    margin: 0 12px;
}



aside.aside-container{
    position: fixed;
    right: 0;
    width: 70px;
    height: 240px;
    background: url(../images/aside_bg.jpg);
    top: 72%;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
aside.aside-container .aside-item{
    cursor: pointer;
    text-align: center;
    display: block;
    width: 100%;
    height: 33.3333%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
aside.aside-container .aside-item-text{
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.home-forms {
    background-size: 100%;
    display: none;
}

.home-forms .closer {
    margin: -20px -20px 0 0;
}

.home-forms .closer i {
    color: #3C3C3C;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.closer i:hover {
    color: #004121;
}

.home-forms>.forms-body {
    /*padding: 230px 0 90px;*/
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
}

.home-forms>.forms-body .forms-content {
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.home-forms>.forms-body .appoint-form {
    background: #C5DFD2;
    padding: 65px;
    text-align: center;
}

.home-forms>.forms-body .appoint-form .title {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1;
    color: #3C3C3C;
}

.home-forms>.forms-body .appoint-form .desctxt {
    font-size: 18px;
    color: #3C3C3C;
    margin-bottom: 30px;
}

.home-forms>.forms-body .appoint-form .forms label {
    margin-bottom: 20px;
    display: block;
}

.home-forms>.forms-body .appoint-form .forms span {
    font-weight: normal;
}

.home-forms>.forms-body .appoint-form .forms input {
    font-weight: normal;
    border: 2px #4A8264 solid;
    border-radius: 2px;
    background: #F0F0F0;
    line-height: 30px;
    width: 235px;
    text-indent: 0.5em;
    font-size: 14px;
}
.home-forms>.forms-body .appoint-form .forms select {
    border: 2px #4A8264 solid;
    border-radius: 2px;
    font-weight: normal;
    background: #F0F0F0;
    line-height: 34px;
    height: 34px;
    width: 107px;
    font-size: 13px;
    outline: none;
}

.home-forms>.forms-body .appoint-form .forms select + select {
    margin-left: 20px;
}

.home-forms>.forms-body .search-store-form .forms {
    /*text-align: center;*/
    width: 280px;
    margin: 145px auto auto;
}

.home-forms>.forms-body .search-store-form .forms .title {
    font-size: 25px;
    color: #3C3C3C;
    margin-bottom: 14px;
}

.home-forms>.forms-body .search-store-form .forms label {
    display: block;
    width: 235px;
    text-align: center;
}

.home-forms>.forms-body .search-store-form .forms input {
    font-weight: normal;
    border: 2px #4A8264 solid;
    border-radius: 2px;
    background: #F0F0F0;
    line-height: 30px;
    width: 235px;
    text-indent: 0.5em;
    font-size: 14px;
}


.home-forms>.forms-body .appoint-form .forms .btn,
.home-forms>.forms-body .search-store-form .forms .btn {
    color: #FFFFFF;
    background: #4A8264;
    border-radius: 2px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    padding: 0 16px;
    border: none;
    margin-left: 5px;
    outline: none;
}

.home-forms>.forms-body .appoint-form .forms .btn {
    width: 310px;
}

.footer-nav a{
    color: #fff;
}
.footer-nav{
    display: flex;
    width: 74%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-nav > li{
    /* width: 25%; */
    text-align: center;
}
.footer-nav > li > a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
}
.footer-nav .menu-item-text + .menu-item-text{
    margin-top: 18px;
}
li.menu-item.menu-item-level-2.levelgt1.menu-item-text:first-of-type{
    margin-top: 10px;
}
.footer-nav .menu-item-img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}
.footer-nav .menu-item a{
    font-size: 14px;
}
.footer-nav-wrap{
    display: flex;
    justify-content: center;
}
/* .footer-container>.row{
    display: flex;
    flex-wrap: wrap;
} */
.social-wrap{
    margin-top: 25px;
}
.social-title{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.social-software{
    margin-top: 28px;
    display: flex;
    justify-content: space-around;
}
.social-software>div{
    position: relative;
    cursor: pointer;
}
/* 增加二维码弹窗 20220414*/
@media(min-width:1200px){
.social-software>div:hover .qrcode-wrapper{bottom: 135%;visibility: visible;opacity: 1;}
}
/* .social-software>div:hover .qrcode-wrapper{bottom: 135%;visibility: visible;opacity: 1;} */
.qrcode-wrapper{position: absolute;left: 50%;transform: translateX(-50%);bottom: 110%;background: #fff;padding: 18px 15px;border-radius: 5px;transition: .5s .2s;visibility: hidden;opacity: 0;z-index: 99999;overflow: hidden;}
.qrcode-wrapper .text{font-size: 14px;text-align: center;color: #3c3c3c;}
.qrcode-wrapper.bilibili{padding: 0;left: unset;transform: translateX(0);right: 0;background: transparent;}
.popup-wrapper{position: fixed;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background: rgb(0, 0, 0,.5);top: 0;left: 0;z-index: 9999;}
.popup-wrapper .qrcode-wrapper{position: unset;transform: unset;visibility: visible;opacity: 1;}
.popup-wrapper .qrcode img{width: auto !important;}
.popup-wrapper .qrcode-wrapper .text{font-size: 16px;}
/* 增加二维码弹窗 end */


.copyrights {
    border-top: 2px #FFFFFF solid;
    padding-top: 18px;
    /* text-indent: 1em; */
    margin-top: -24px;
    /* width: 86%; */
    font-size: 16px;
}

.copyrights ,.copyrights a {
    color: #FFFFFF;
    font-size: 14px;
}


/* @media (min-width:1100px) {
    footer.footer .container {
        width: 1280px;
    }
} */
@media (max-width:1100px) {
    footer.footer .foot-contact:before {
        display: none;
    }
    footer.footer .qrcodes {
        text-align: left;
    }
    .page-nav {
        overflow: hidden;
    }
    .page-nav ul {
        display: block;
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;
    }
    .page-nav ul li {
         -webkit-box-flex: unset; 
        -moz-box-flex: unset;
         -webkit-flex: unset; 
        -ms-flex: unset;
         flex: unset; 
        width: 20%;
        display: inline-block;
    }
}
@media (max-width:960px){

    .web-nav .web-logo img {
        width: 75%;
        height: auto;
    }
    /*
    .page-nav.fa:before {
        display: block;
        content: "\f104";
        position: absolute;
        left: 5px;
        font-size: 15px;
        color: #43423f;
    }*/

    .page-nav.fa:after {
        display: block;
        content: "\f105";
        position: absolute;
        right: 10px;
        font-size: 20px;
        color: #004121;
        top: 50%;
        opacity: .5;
        margin-top: -10px;
        -webkit-animation: angleRight 1s ease-in infinite;
        animation: angleRight 1s ease-in infinite;
    }

    @keyframes angleRight {
      0% {
        opacity: .5;
      }

      50% {
        opacity: 1;
      }

      100% {
        opacity: .5;
      }
    }
}
@media ((min-width: 992px) and (max-width: 1200px)){

}
@media (max-width:1200px){
    .footer-container {
        width: 100%;
    }
}
@media (min-width:1300px){
    .footer-container {
        width: 1260px;
    }
}
@media (max-width: 992px){
    .foot-contact{
        order: 1
    }
    .footer-left{
        order: 2;
    }
    .copyrights{margin-top: 20px}
}


/* 列表分页 */
.pagination-container {
    display: flex;
    justify-content: flex-end;
}
.pagination>li>a, .pagination>li>span {
    color: #005629;
}
.c_clear{
    clear: both;
}

@media (min-width: 1500px){
    .footer-container{
        width: 1440px!important;
    }
}

@media (min-width: 1600px){
    .footer-container{
        width: 1560px!important;
    }
}

@media (min-width: 1700px){
    .footer-container{
        width: 1678px!important;
    }
}

@media (max-width: 1500px){
    footer.footer .foot-forms label span {
        font-size: 14px;
    }
    footer.footer .contacts p, footer.footer .contacts a{
        font-size: 14px;
    }
    footer.footer .foot-forms .title{
        font-size: 14px;
    }
    .social-title{
        font-size: 18px
    }
    .footer-nav > li > a{
        font-size: 16px;
    }
    .footer-nav .menu-item a{
        font-size: 14px;
    }
    .copyrights, .copyrights a {
        font-size: 14px
    }
    .footer-nav{width: 100%;}
}

@media (max-width: 640px){
    .web-nav .web-logo img {
        width: 100%;
        height: auto ;
    }
    footer.footer .foot-contact:before {
        display: none;
    }
    /* footer.footer .contacts {
        margin: 0;
    } */
    footer.footer .qrcodes {
        margin: 0;
    }
    footer.footer .qrcodes:before {
        position: static;
        width: 100%;
        margin: 0 auto 20px;
    }
    footer.footer .foot-contact {
        padding: 20px 15px;
    }
    footer.footer .foot-forms-body {
        margin-bottom: 40px;
    }
    footer.footer .foot-forms label input {
        /*width: 94%;*/
        width: 100%;
        font-weight: normal;
        padding: 5px 3%;
        /*text-indent: 1em;*/
        height: 35px;
        line-height: 30px;
    }
    footer.footer .foot-forms .title {
        margin-bottom: 20px;
    }
    footer.footer .foot-forms-body span.none {
        display: none;
    }
    footer.footer .foot-forms-body:last-child {
        margin-bottom: 0;
    }
    /* footer.footer .foot-forms-body:last-child .btn {
        margin: 0 auto;
        display: block;
    } */
    footer.footer .foot-forms .btns-group {
        width: auto;
    }
    footer.footer .qrcodes {
        text-align: left;
        padding-top: 14px;
    }
    .containerBody {
        margin: 0 15px;
        width: auto;
    }
    .copyrights, .copyrights a {
        display: block;
        text-indent: 0;
        margin-top: 0;
    }
    .web-nav .topBar {
        padding: 8px 15px;
        height: auto;
    }
    .navList ul.nav-list {
        margin-bottom: 80px;
    }
    .navList .nav-swiper-container {
        padding-top: 10px;
    }
    .nav-bars i {
        margin: auto;
        text-align: center;
        font-size: 30px;
        line-height: 50px;
        height: 45px;
    }
    .web-nav .web-logo {
        padding-left: 0;
    }
    .web-nav .web-logo a {
        display: flex;
        height: 45px;
    }
    .web-nav .web-logo img {
        display: block;
        width: 100%;
        margin: auto 0;
    }
    .navList ul.nav-list>li ul.drop-menu li a {
        font-size: 16px;
        line-height: 30px;
    }
    .loading .loadBody .load-animate img {
        width: 80%;
    }
    .loading .loadBody .loadScroll {
        width: 70%;
        height: 3px;
    }
    .loading .loadBody .loadScroll .loadBean {
        width: 20px;
        height: 7px;
        top: -2px;
    }
    .page-nav ul li {
         -webkit-box-flex: unset; 
        -moz-box-flex: unset;
         -webkit-flex: unset; 
        -ms-flex: unset;
         flex: unset; 
        width: 33%;
        display: inline-block;
    }
    .page-nav-top {
        top: 61px;
    }
    .page-nav-top ul li {
        margin: 0 20px;
    }
    .footer-nav > li{
        width: 50%;
    }
    /* .copyrights, .copyrights a{
        font-size: 14px;
    } */
    .footer-container{
        zoom: 0.875;
    }
    footer.footer .foot-forms label{
        margin-bottom: 20px;
    }
    .social-software{
        margin-top: 20px;
    }
    .footer-nav > li > a{
        margin-bottom: 20px;
    }
    .footer-nav > li:nth-of-type(2) ~ li{
        margin-top: 30px;
    }
    footer.footer{
        padding-top: 50px;
    }
}

/* 导航修改  20220416*/
.nav-wrapper{position: relative;display: flex;justify-content: center;align-items: center;height: 100%;}
/* .nav-list-220416.before .nav-item-220416:nth-of-type(n+4){display: none;}
.nav-list-220416.after .nav-item-220416:nth-of-type(-n+3){display:none} */
.nav-list-220416{display: flex;padding: 0;height: 100%;}
.nav-list-220416>.nav-item-220416{display: flex;align-items: center;padding: 0;justify-content: center;flex: 1;}
.nav-list-220416>.nav-item-220416.nav-drop-220416{position: relative;}
.nav-list-220416>.nav-item-220416>a{display: block;color: #fff;}
.nav-list-220416>.nav-item-220416:hover>a{color: #4a8264;}
.nav-list-220416>.nav-item-220416:hover .nav-drop-list-220416{display: block;}
.nav-list-220416 .nav-drop-list-220416{position: absolute;top: 100%;width: 125%;text-align: center;background: rgb(74, 130, 100,.8);padding-top: 36px;display: none;transition: .3s .3s;}
.nav-list-220416 .nav-drop-list-220416:before{display: block;position: absolute;content: '';border: 9px solid transparent;border-bottom: 10px solid #3b7557;bottom: 100%;left: 50%;transform: translateX(-50%);}
.nav-list-220416 .nav-drop-list-220416 .nav-item-220416 a{display: block;font-size: 14px;padding: 12px 0;color: #fff;transition: all .3s;}
.nav-list-220416 .nav-drop-list-220416 .nav-item-220416 a:hover{background: rgb(0, 65, 33,.8);}
@media(max-width:1200px){
.nav-list-220416{display: none;}
.nav-bars{position: unset;}
}
/* 导航修改 end */

