@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

@font-face {
    font-family: "zkxl";
    src: url(../style/ZhanKuXiaoLOGOTi-2.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sisong";
    src: url(../style/SOURCEHANSERIFCN-REGULAR.OTF);
    font-weight: normal;
    font-style: normal;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;object-fit:cover;
}

.pic:hover img {
    transform: scale(1.1);
}

.px1760 {
    max-width: 1760px;
    margin: 0 auto;
}

.wp {
    max-width: 1600px;
    margin: 0 auto;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all .3s;
}

.header.on {
    background-color: #308846;
}

.header.on .m1 {
    display: none;
}

.m1 {
    /*  background: rgb(102, 126, 234);
    background-image: -moz-linear-gradient( 0deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%);*/
    background: #308846;
    line-height: 40px;
    text-align: right;
}

.link-top a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}

.link-top a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
}

.link-top i {
    display: inline-block;
    font-size: 15px;
    color: rgba(255, 255, 255, .27);
    padding: 0 15px;
    vertical-align: middle;
}

.link-top a:hover {
    text-decoration: underline;
}

.link-top span {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}

.link-top span img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box a {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 10;
    right: 25px;
    top: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.search-dialog-box a i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/close.png) no-repeat center center;
    background-size: 20px auto;
    transition: all 0.6s ease 0s;
}

.search-dialog-box a i:hover {
    transform: rotate(180deg);
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding-right: 100px;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

.search input[type="text"] {
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 20px;
    box-sizing: border-box;
}

.search span {
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #308846;
}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
}

.m2 {
    padding: 15px 0;
}

.header.on .m2 {
    padding: 10px 0;
}

.head-l {
    float: left;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    float: right;
}

.nav>ul>li {
    position: relative;
    float: left;
    text-align: center;
    margin-left: 50px;
}

.nav>ul>li::before {
    content: "";
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    display: none;
}

.nav>ul>li.on::before {
    display: block;
}

.nav>ul>li>a {
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    /* text-shadow: 0 5px 10px #545454; */
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    top: 55px;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    border-top: 2px solid #308846;
    background-color: rgba(255, 255, 255, 0.87);
    box-shadow: 0 3px 3px #999;
    padding-bottom: 20px;
    padding-top: 2px;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 38px;
    text-align: center;
}

.nav>ul>li ul li a {
    font-size: 15px;
    color: #333;
    font-family: "pf";
}

.nav>ul>li ul li:hover {
    background-color: #bfeac2;
}

.banner {
    position: relative;
}

.banner a {
    position: relative;
    display: block;
}

.banner a>img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 30px;
    height: 34px;
    padding-bottom: 5px;
    background: url(../images/banner-xx.png) no-repeat center bottom;
}

.banner .slick-dots li {
    width: 17px;
    height: 10px;
    transform: skewX(15deg);
    margin: 0 21px;
    transition: all .3s;
    background: #fff;
}

.banner .slick-dots li:nth-child(2) {
    vertical-align: -9px;
}

.banner .slick-dots li:nth-child(3) {
    vertical-align: -19px;
}

.banner .slick-dots li:nth-child(4) {
    vertical-align: -19px;
}

.banner .slick-dots li.slick-active {
    background: #308846;
}

.banner a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 2;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: 2;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    transform: scale(1);
}

.banner .slick-slide.slick-current a img {
    animation: img_scale linear 5s infinite;
    animation-fill-mode: forwards;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

@keyframes bb {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(0, 3px);
    }
    60% {
        transform: translate(0, 10px);
    }
    90% {
        transform: translate(0, 3px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.banner .circle1 {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .33);
    border-radius: 50%;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner .circle2 {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .33);
    border-radius: 50%;
    -webkit-animation: warn1 4s ease-out;
    -moz-animation: warn1 4s ease-out;
    animation: warn1 4s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes warn {
    0% {
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        opacity: .8
    }
    25% {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: .6
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        opacity: .4
    }
    75% {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: .6
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: .8
    }
}

@keyframes warn1 {
    0% {
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        opacity: .8
    }
    25% {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: .6
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        opacity: .4
    }
    75% {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: .6
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: .8
    }
}


/* 移动端头部 */

.wap {
    display: none;
}

.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;
}

.footer {
   
    background: linear-gradient(45deg, #308846, #178f62);
    background-size: cover;
    margin-top: -150px;
    margin-top: 0;
}

.foot {
    position: relative;
}

.ft-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
}

.ft {
    padding-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.ft-l {
    float: left;
}

.ft-l h2 {
    font-size: 18px;
    color: #fff;
}

.ft-l p {
    font-size: 16px;
    color: #fefee0;
    margin-top: 15px;
}

.ft-r {
    float: right;
}

.ft-link {
    float: left;
    width: 380px;
}

.ft-ewm {
    float: right;
    text-align: center;
    margin-left: 100px;
}

.ft-ewm p {
    font-size: 16px;
    color: #fefee0;
}

.ft-link>ul>li {
    position: relative;
    display: inline-block;
    margin: 5px 7px;
    width: 165px;
}

.ft-link>ul>li p {
    position: relative;
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .5);
    padding-left: 18px;
    padding-right: 25px;
    font-size: 16px;
    color: #fefee0;
}

.ft-link>ul>li p span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/zkk.png) no-repeat center center;
}

.ft-link>ul>li ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background: #fff;
    z-index: 9;
    display: none;
}

.ft-link>ul>li:hover ul {
    display: block;
}

.ft-link>ul>li ul li {
    line-height: 40px;
}

.ft-link>ul>li ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
}

.ft-link>ul>li ul li:hover a {
    background: #308846;
    color: #fff;
}

.ft-d p {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}

.ft-d p a {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}

.ft-d p img {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:1760px) {
    .px1760 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>ul>li {
        margin-left: 40px;
    }
}

@media screen and (max-width:1600px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>ul>li {
        margin-left: 20px;
    }
    .nav>ul>li>a {
        font-size: 18px;
    }
    .footer {
        margin-top: -110px;
        margin-top: 0px;
    }
}

@media screen and (max-width:1500px) {
    .ft-logo {
        left: 34%;
    }
}

@media screen and (max-width:1300px) {
    .head-l a img {
        height: 60px;
    }
    .nav>ul>li {
        margin-left: 10px;
    }
    .nav>ul>li a {
        font-size: 16px;
    }
}

@media screen and (max-width:1200px) {
    .ft-logo {
        position: static;
        transform: none;
        text-align: center;
        padding-top: 15px;
    }
    .ft {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }
    .header {
        display: none !important;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #308846;
        z-index: 999;
        padding: 10px;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        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;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .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;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #308846;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .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;
    }
    .footer {
        margin-top: -75px;
        margin-top: 0px;
    }
}

@media screen and (max-width:1000px) {
    .ft-l {
        float: none;
    }
    .ft-r {
        float: none;
        margin-top: 15px;
    }
}

@media screen and (max-width:700px) {
    .ft-logo a {
        display: block;
    }
    .ft-logo a img {
        display: block;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .ft-l p {
        margin-top: 5px;
        font-size: 14px;
    }
    .ft-link {
        float: none;
        width: 100%;
    }
    .ft-link>ul {
        text-align: center;
        font-size: 0;
    }
    .ft-link>ul>li {
        margin: 5px 1%;
        width: 48%;
    }
    .ft-ewm {
        float: none;
        margin-left: 0;
        text-align: center;
        margin-top: 5px;
    }
    .banner .slick-dots {
        bottom: 10px;
        width: 70%;
        height: 30px;
        left: 50%;
        transform: translateX(-50%);
        background-size: 100% auto;
    }
    .banner .slick-dots li {
        margin: 0 15px;
    }
    .footer {
        margin-top: -20px;
    }
}

@media screen and (max-width:376px) {}

@media screen and (max-width:370px) {
    .ft-link>ul>li p {
        font-size: 14px;
        padding-left: 10px;
    }
}