@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "微软雅黑";
}

image,input,button {
    outline: none;
    border: none;
    background: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    border: none;
}

ul {
    list-style: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.searchBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 80%;
    width: 700px;
    height: 60px;
    z-index: 999;
    margin: auto;
}

.searchBox-zzc {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, .7);
    z-index: 99;
}

.searchBox input[type='text'] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 12px;
    color: #333333;
    background: #fff;
}

.searchBox input[type='image'] {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -22px;
    padding: 8px;
}

.head {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    padding-top: 29px;
    transition: all .3s;
}

/* .head.on {
    padding: 10px 0;
  
    background-color: rgb(20 130 71 / 0.85);
} */

.head.on {
    animation: move 1s 1;
    padding: 10px 0;
    background-color: rgba(20, 130, 71, .85);
}
@keyframes move{
    0%{
        top: 0;
        opacity: 1;
    }
    50%{
        top: -120px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}
.head.bind {
    animation: move2 1s 1;
}
@keyframes move2{
    0%{
        top: 0;
        opacity: 1;
    }
    50%{
        top: -120px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}

.head>div {
    max-width: 1754px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 31.58%;
}

.logo a {
    display: block;
}

.logo img {
    display: block;
    width: 100%;
}

.right-box {
    float: right;
    position: relative;
    margin-top: 12px;
    width: 65.09%;
    text-align: right;
}

.search-box {
    font-size: 0;
}

.h-link,
.search {
    display: inline-block;
    vertical-align: middle;
}

.h-link a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin-left: 17px;
    padding-left: 18px;
    border-left: 1px solid #fff;
}

.h-link a:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
}

.search {
    margin-left: 25px;
}

.search img {
    display: block;
    width: 20px;
    height: 20px;
}

.nav {
    margin-top: 15px;
}

.nav>ul {
    font-size: 0;
}

.nav>ul>li {
    display: inline-block;
    margin-left: 3.64%;
    position: relative;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom-color: #148046;
    display: none;
}

.nav>ul>li.on::after {
    display: block;
}

.nav>ul>li.on>a {
    color: #14b760;
}

.nav>ul>li>a {
    display: block;
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
}

.nav>ul ul {
    position: absolute;
    width: 240%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #148046;
    z-index: 999;
    display: none;
}

.nav>ul ul>li {
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    transition: all 300ms;
}

.nav>ul ul>li:hover {
    background: rgb(38 174 101);
}

.foot {
    padding-top: 50px;
    padding-bottom: 28px;
    background: url(../images/foot.jpg) no-repeat center center;
    background-size: cover;
}

.linkBox {
    font-size: 0;
    padding: 19px 113px 20px 43px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.linkBox span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.f-link {
    display: inline-block;
    vertical-align: middle;
    width: 91%;
    margin-left: 20px;
}

.f-link>div {
    display: inline-block;
    position: relative;
    width: 31.64%;
    background: rgba(0, 151, 68, .33);
}

.f-link>div:nth-child(3n+2) {
    margin-left: 2.54%;
    margin-right: 2.54%;
}

.f-link>div>p {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    padding-right: 55px;
}

.f-link>div>p>img {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2.5px;
}

.f-link>div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.73);
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 999;
    max-height: 280px;
    overflow-y: auto;
}

.f-link>div ul li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
}

.f-link>div ul li a:hover {
    background: #148046;
    color: #fff;
}

.f-c {
    overflow: hidden;
    margin-top: 99px;
}

.f-logo {
    float: left;
    width: 36.42%;
}

.add {
    float: left;
    width: 37.85%;
    padding-left: 74px;
    padding-bottom: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.qr {
    float: left;
    width: 25.73%;
}

.f-logo img {
    display: block;
    max-width: 100%;
    margin-top: 21px;
}

.add p {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

.qr img {
    display: block;
    width: 112px;
    height: 107px;
    margin: 16px auto 27px;
}

.qr p {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.add p:first-child {
    line-height: 1;
    margin-bottom: 14px;
}

.bq p{
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.bq {
    margin-top: 40px;
}

.wap {
    display: none;
}

.menuBtn {
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.menuBtn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

body.open {
    overflow: hidden;
}
@media screen and (max-width:1800px) {
 .nav>ul>li>a {
        font-size: 20px;
    }
}
@media screen and (max-width:1600px) {
 .nav>ul>li>a {
        font-size: 18px;
    }
}
@media screen and (max-width:1100px) {
 .nav>ul>li>a {
        font-size: 13px;
    }
}
@media screen and (max-width:1425px) {
    .nav>ul>li>a {
        font-size: 16px;
    }
    .nav>ul>li {
        margin-left: 3.44%;
    }
    .nav {
        margin-top: 0;
    }
    .head.on .logo {
        margin-top: 14px;
    }
    .px1400,
    .head>div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .linkBox span {
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1024px) {
    .wap,
    .menuBtn {
        display: block;
    }
    .pc {
        display: none;
    }
    .m-head {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        height: 80px;
        background: #148046;
        z-index: 9999;
    }
    .m-logo>a {
        display: block;
        height: 70px;
        margin-top: 5px;
        padding-left: 10px;
    }
    .m-logo img {
        display: block;
        transform: scale(.8);
        transform-origin: left top;
    }
    .m-nav {
        position: fixed;
        left: 110%;
        right: 0;
        bottom: 0;
        top: 80px;
        background: #148046;
        overflow-y: scroll;
    }
    .m-searchBox {
        text-align: center;
        font-size: 0;
        padding-bottom: 2px;
    }
    .m-search {
        position: relative;
        width: 80%;
        height: 36px;
        overflow: hidden;
        margin: 15px auto;
        font-size: 0;
    }
    .m-search input[type='text'] {
        display: inline-block;
        width: 100%;
        line-height: 36px;
        padding: 0 35px 0 15px;
        color: #333;
        vertical-align: middle;
        background: #fff;
        border-radius: 5px;
    }
    .m-search input[type='image'] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px;
    }
    .m-nav>ul>li {
        position: relative;
        line-height: 36px;
        padding-left: 20px;
    }
    .m-nav>ul>li>a {
        font-size: 14px;
        color: #fff;
    }
    .m-nav>ul>li>span {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        background: url("../images/icon2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 12px;
    }
    .m-nav>ul ul {
        display: none;
        overflow: hidden;
        padding-left: 20px;
    }
    .m-nav>ul ul>li {
        float: left;
        width: 33%;
    }
    .m-nav>ul ul>li>a {
        font-size: 12px;
        color: #fff;
    }
    .f-link {
        display: block;
        width: auto;
        margin-left: 0;
    }
    .linkBox {
        padding: 10px 0;
    }
    .f-logo,
    .add,
    .qr {
        float: none;
        width: auto;
    }
    .f-c {
        margin-top: 0;
    }
    .f-logo {
        display: none;
    }
    .add {
        padding-left: 0;
        margin-top: 10px;
        border: none;
        text-align: left;
        padding-bottom: 0;
    }
    .add p:first-child {
        margin-bottom: 5px;
    }
    .qr img {
        margin: 10px;
    }
    .qr p,
    .bq a {
        text-align: left;
    }
}

@media screen and (max-width:780px) {
    .linkBox span,
    .add p:first-child {
        font-size: 16px;
    }
    .bq p{line-height:2;font-size: 12px;}
    .qr p,
    .bq a,
    .f-link>div ul li a {
        font-size: 12px;
    }
    .foot {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .f-logo img {
        max-width: 50%;
    }
    .f-link>div {
        display: block;
        width: 100%;
    }
    .f-link>div:nth-child(3n+2) {
        margin: 5px 0;
    }
    .f-link>div>p {
        font-size: 12px;
        line-height: 28px;
    }
    .add {
        padding-bottom: 0;
        width: 57%;
        float: left;
        margin-left: 9%;
    }
    .add p {
        font-size: 12px;
        line-height: 26px;
    }
    .qr img {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 72px;
        height: 72px
    }
    .bq {
        margin-top: 10px;
    }
}

@media screen and (max-width:640px) {
    .m-logo img {
        transform: scale(0.5);
    }
    .m-head {
        height: 60px;
    }
    .m-logo>a {
        height: 60px;
        margin-top: 0;
        padding-top: 10px;
    }
    .m-nav {
        top: 60px;
    }
    .m-nav>ul ul>li {
        float: none;
        width: auto;
    }
}

@media screen and (max-width:480px) {
    .m-logo img {
        transform: scale(0.45);
    }
    .linkBox span,
    .add p:first-child {
        font-size: 14px;
    }
    .f-logo img {
        max-width: 69%;
    }
}

@media screen and (min-width:1200px) {
.banner .zzc {
    width: 100%;
    height: 247px;
    background: url(../images/zzc.png) left top repeat-x;
    position: absolute;
    z-index: 1;
}
}