    @keyframes fangda {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.05);
        }
    }
    
    .banner {
        width: 100%;
    }
    
    .banner .swiper-slide {
        overflow: hidden;
        height: 100vh;
    }
    
    .banner .swiper-slide a {
        transition: all 3s!important;
        width: 100%;
        height: 100%;
    }
    
    .banner .swiper-pagination-bullet {
        background-color: #ffffff;
        opacity: 0.5;
        font-family: Medium;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
    
    .banner .swiper-pagination-bullet-active {
        font-size: 24px;
        opacity: 1;
    }
    
    .banner .swiper-pagination span {
        position: relative;
    }
    
    .banner .swiper-pagination {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        bottom: 30px;
    }
    
    .p90 {
        padding: 90px 0;
    }
    
    .all-box {
        width: 1600px;
        margin: 0 auto;
    }
    
    .about-left {
        width: calc(100% - 44.5833vw);
    }
    
    .about-right {
        width: 39.0625vw;
    }
    
    .mt50 {
        margin-top: 50px;
    }
    
    .about-left .about-con {
        color: #666666;
        line-height: 1.8;
        margin-bottom: 38px;
    }
    
    .about-left .more {
        width: 24px;
        height: 24px;
        background-color: #2c972d;
        border-radius: 50%;
        line-height: 22px;
        color: #fff;
        display: inline-block;
        text-align: center;
        font-size: 20px;
        margin-right: 4px;
    }
    
    .about-left .about-yj {
        margin-top: 60px;
        grid-gap: 2.0833vw 0;
    }
    
    .about-left .about-yj>div {
        width: 50%;
    }
    
    .about-left .yj-title {
        font-size: 28px;
    }
    
    .about-left .yj-ftitle {
        color: #666666;
        margin-top: 8px;
    }
    
    .pro-box {
        background-image: url(../images/pr-bg.jpg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .pro-box .pro-menu li {
        width: 230px;
        height: 50px;
        background-color: #ffffff;
        border-radius: 25px;
        line-height: 50px;
        text-align: center;
        margin-left: 2.6042vw;
        cursor: pointer;
    }
    
    .pro-box .pro-menu li a {
        display: inline-block;
        width: 100%;
    }
    
    .pro-box .pro-menu li.active,
    .pro-box .pro-menu li:hover {
        background-color: #2c972d;
        transition: all .5s;
    }
    
    .pro-box .pro-menu li.active a,
    .pro-box .pro-menu li:hover a {
        color: #fff;
    }
    
    .pro-swiper {
        margin-top: 40px;
        overflow: hidden;
    }
    
    .pro-swiper .swiper {
        padding: 4px;
        padding-bottom: 88px;
    }
    
    .pro-swiper .swiper-slide {
        background-color: #ffffff;
        padding: 2.0833vw 3.125vw;
        text-align: center;
    }
    
    .pro-swiper .swiper-slide .pro-img {
        height: 302px;
        margin-bottom: 40px;
        overflow: hidden;
    }
    
    .pro-swiper .swiper-slide p {
        font-size: 20px;
        line-height: 32px;
    }
    .pro-swiper .swiper-slide p.pro-text{
        font-size: 16px;
    }
    
    .pro-swiper .swiper-slide:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    
    .pro-swiper .swiper-slide:hover p {
        color: #2c972d;
        
    }
    
    .pro-swiper .swiper-slide:hover img,
    .sc-con>div:hover img {
        transform: scale(1.1);
        transition: all .5s;
    }
    
    .pro-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #999999;
        opacity: 1;
    }
    
    .pro-swiper .swiper-pagination-bullet-active {
        background-color: #2c972d;
    }
    
    .pro-swiper .swiper-pagination {
        text-align: left;
    }
    
    .pro-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .pro-swiper .swiper-pagination-custom,
    .pro-swiper .swiper-pagination-fraction {
        left: 166px;
        bottom: 14px;
    }
    
    .swiper-button-prev::after,
    .swiper-container-rtl .swiper-button-next::after,
    .swiper-button-next::after,
    .swiper-container-rtl .swiper-button-prev::after {
        font-size: 0;
    }
    
    .pro-swiper .swiper-button-next,
    .zz-box .swiper-button-next,
    .pro-swiper .swiper-button-prev,
    .zz-box .swiper-button-prev {
        top: auto;
        bottom: 0;
        width: 48px;
        height: 48px;
        background-color: #fff;
        border-radius: 4px;
        border: solid 1px #2c972d;
        text-align: center;
        line-height: 48px;
    }
    
    .pro-swiper .swiper-button-prev,
    .pro-swiper .swiper-container-rtl .swiper-button-next {
        left: 0;
    }
    
    .pro-swiper .swiper-button-next,
    .pro-swiper .swiper-container-rtl .swiper-button-prev {
        right: auto;
        left: 68px;
    }
    
    .pro-swiper .swiper-button-next:hover,
    .pro-swiper .swiper-button-prev:hover,
    .zz-box .swiper-button-next:hover,
    .zz-box .swiper-button-prev:hover {
        background-color: #2c972d;
        transition: all .5s;
    }
    
    .pro-swiper .swiper-button-next:hover img,
    .pro-swiper .swiper-button-prev:hover img,
    .zz-box .swiper-button-next:hover img,
    .zz-box .swiper-button-prev:hover img,
    .new-more2 img {
        filter: grayscale(100%) brightness(200%);
    }
    
    .yy-box,
    .news-box {
        background-color: #f7f7f7;
    }
    
    .yy-box .yy-con {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        box-sizing: border-box;
        grid-gap: 10px;
    }
    
    .yy-box .yy-con a:nth-child(1),
    .yy-box .yy-con a:nth-child(2) {
        width: 49.68%;
    }
    
    .yy-box .yy-con a:nth-of-type(n+3) {
        width: 32.88%;
    }
    
    .yy-con .yy-text {
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
        width: 100%;
        height: 100%;
        color: #fff;
    }
    
    .yy-con .yy-text>div {
        position: absolute;
        bottom: 50px;
        left: 30px;
        font-size: 24px;
    }
    
    .yy-con>a>div {
        height: 300px;
        overflow: hidden;
    }
    
    .yy-con .yy-text .more {
        width: 90px;
        height: 30px;
        background-color: #ffffff;
        border-radius: 15px;
        line-height: 30px;
        color: #333333;
        font-size: 16px;
        padding-left: 30px;
        margin-top: 20px;
    }
    
    .yy-con>a:hover img,
    .js-box div:hover img {
        transform: scale(1.1);
        transition: all .5s;
    }
    
    .yy-con>a:hover .more {
        background-color: #2c972d;
        color: #fff;
    }
    
    .js-box {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 10px;
    }
    
    .js-box .js-con {
        position: absolute;
        bottom: 1.875vw;
        left: 1.5625vw;
        right: 1.5625vw;
        color: #fff;
    }
    
    .js-box .js-con h4 {
        font-size: 24px;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    
    .js-box .js-con p {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    
    .js-box>div {
        overflow: hidden;
    }
    
    .zz-box {
        background-image: url(../images/zz-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }
    
    .zz-box .zz-left {
        width: 262px;
    }
    
    .zz-box .swiper {
        width: calc(100% - 344px);
        overflow: hidden;
    }
    
    .zz-box .zz-left .color-2c {
        font-size: 24px;
        position: relative;
        padding-left: 12px;
        margin-bottom: 30px;
        margin-top: 40px;
    }
    
    .zz-box .zz-left .color-2c::after {
        position: absolute;
        content: '';
        width: 4px;
        height: 24px;
        background-color: #2c972d;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .zz-box .zz-left .zz-ftitle {
        font-size: 18px;
    }
    
    .zz-box .zz-left .zz-con {
        color: #666666;
        line-height: 1.8;
        margin-top: 8.5417vw;
    }
    
    .zz-box .pro-img {
        border: solid 4px #e6ba85;
        padding: 1.0417vw;
        background-color: #fff;
        height: 13.3333vw !important;
        margin-bottom: 20px;
    }
    
    .zz-box .swiper-slide .ovh {
        text-align: center;
    }
    
    .zz-box .swiper-slide-active {
        width: 19.6875vw !important;
    }
    
    .zz-box .swiper-slide-active .pro-img {
        height: 26.5104vw !important;
        padding: 1.5625vw;
    }
    
    .zz-box .swiper-wrapper {
        align-items: baseline;
    }
    
    .zz-box .swiper-button-prev {
        left: 0;
    }
    
    .zz-box .swiper-button-next {
        left: 68px;
    }
    
    .hz-box {
        overflow: hidden;
    }
    
    .hz-img {
        height: 100%;
        max-height: 110px;
        display: flex;
        justify-content: center;
    }
    
    .hz-img img {
        width: auto;
    }
    
    .new-menu li {
        font-size: 18px;
        line-height: 30px;
        margin-left: 40px;
        cursor: pointer;
    }
    
    .new-menu li a {
        padding-bottom: 10px;
    }
    
    .new-menu li.active {
        font-size: 24px;
        font-weight: bold;
    }
    
    .new-menu li.active a {
        color: #2c972d;
        border-bottom: 4px solid #2c972d;
    }
    
    .new-top {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 1.6667vw;
        margin-bottom: 1.6667vw;
        height: auto;
    }
    
    .new-big {
        height: 100%;
    }
    
    .new-big>div,
    .sc-con .nl {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    }
    
    .new-c {
        position: absolute;
        left: 1.5625vw;
        right: 1.5625vw;
        bottom: 1.5625vw;
        color: #fff;
    }
    
    .new-c .ovh {
        font-size: 24px;
        margin-top: 16px;
    }
    
    .new-two {
        background-color: #2c972d;
        padding: 2.0833vw;
    }
    
    .new-two .ovh2,
    .new-bottom .ovh2 {
        font-size: 24px;
        line-height: 1.4;
        margin-top: 28px;
    }
    
    .new-two .ovh4 {
        line-height: 1.8;
        margin-top: 38px;
    }
    
    .new-more {
        width: 160px;
        border-radius: 23px;
        border: solid 1px #ffffff;
        line-height: 46px;
        text-align: center;
        margin-top: 60px;
    }
    
    .new-two .new-more:hover,
    .zx-box a:hover {
        box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
    }
    
    .new-more img {
        margin-left: 18px;
    }
    
    .new-bottom {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.6667vw;
    }
    
    .new-bottom>div {
        background-color: #ffffff;
        padding: 1.5625vw;
    }
    
    .new-bottom>div .new-more {
        border: solid 1px #2c972d;
        color: #2c972d;
        margin-top: 30px;
    }
    
    .new-bottom>div:hover .ovh2 {
        color: #2c972d;
    }
    
    .zx-box {
        background-image: url(../images/zx.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 150px;
    }
    
    .zx-box>div {
        height: 100%;
    }
    
    .zx-box p {
        font-size: 32px;
        color: #fff;
    }
    
    .zx-box a {
        color: #fff;
        width: 220px;
        border-radius: 23px;
        border: solid 1px #ffffff;
        line-height: 46px;
        text-align: center;
        display: inline-block;
    }
    
    .sc-con {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .sc-con>div:first-child {
        grid-row: 1/3;
        grid-column: 1/3;
    }
    
    .sc-con>div {
        overflow: hidden;
    }
    
    .sc-con>div .cfff {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%);
    }
    
    footer {
        background-color: #14241f;
    }
    
    .c999 {
        color: #999999;
    }
    
    .cfff {
        color: #fff;
    }
    
    .footer-title {
        margin-bottom: 1.875rem;
        font-size: 20px;
        display: inline-block;
    }
    
    .footet-ftitle {
        line-height: 35px;
    }
    
    .footer-top {
        padding: 60px 0;
    }
    
    .last-footer .c999 {
        margin-bottom: 10px;
    }
    
    .last-footer .cfff {
        margin-bottom: 10px;
    }
    
    .last-footer .tel {
        font-size: 2rem;
    }
    
    .last-footer>div {
        margin-bottom: 30px;
    }
    
    .last-footer>div:last-child {
        margin-bottom: 0;
    }
    
    .hover-img {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: -90px;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        width: 100px;
        height: 100px;
        background-color: #fff;
    }
    
    .hover-img img {
        width: 100px;
        object-fit: contain;
        padding: 4px;
    }
    
    .wx-img:hover .hover-img {
        transition: all .5s;
        opacity: 1;
        visibility: visible;
        top: -120px;
    }
    
    .footer-icon>div {
        width: 50px;
        height: 50px;
        border: solid 1px #ffffff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }
    
    .footer-top>div:last-child {
        margin-top: 88px;
    }
    
    .footer-icon>div:hover {
        background-color: #2c972d;
        border: 1px solid #2c972d;
        transition: all .5s;
    }
    
    .footer-top {
        border-bottom: 1px solid #334c44;
    }
    
    .footer-bottom {
        line-height: 70px;
        text-align: center;
    }
    
    footer a:hover {
        color: #2c972d;
    }
    
    .phone-block {
        display: none;
    }
    
    .phone-none {
        display: block;
    }
    
    .phone-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #333;
        z-index: 100;
        display: none;
    }
    
    .close {
        font-size: 36px;
        color: #fff;
        text-align: right;
        padding: 20px;
    }
    
    .list_dt {
        background: #333;
        color: white;
        width: 100%;
        padding: 0 40px 0 20px;
        line-height: 48px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        border-bottom: 1px solid #464646;
    }
    
    .list_dt:hover {
        background: #222;
    }
    
    .list_dt:hover ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #4285F4;
    }
    
    .list_dt p {
        color: #fff;
    }
    
    #open {
        background: #222;
    }
    
    #open ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(44, 151, 45, 0.8);
    }
    
    .list_dt_icon {
        position: absolute;
        right: 10px;
        top: 8px;
        display: block;
        width: 26px;
        height: 26px;
        background: url("../imgs/off.png") no-repeat;
    }
    
    #open .list_dt_icon {
        background: url("../imgs/open.png") no-repeat;
    }
    
    .list_dd {
        display: none;
    }
    
    .list_li {
        background: #4e4e4e;
        list-style-type: none;
        color: white;
        width: 100%;
        padding: 0 30px;
        line-height: 48px;
        cursor: pointer;
        border-bottom: 1px solid #6b6b6b;
    }
    
    .list_li a {
        color: #fff;
    }
    
    .list_li:hover {
        background: rgba(44, 151, 45, 0.8);
    }
    
    @media (min-width: 1366px) and (max-width: 1700px) {
        .all-box {
            width: 1200px;
        }
        .yy-box .yy-con a:nth-child(1),
        .yy-box .yy-con a:nth-child(2) {
            width: 49.58%;
        }
        .yy-box .yy-con a:nth-of-type(n+3) {
            width: 32.77%;
        }
        .head-menu li {
            margin-left: 20px;
        }
    }
    
    @media (min-width: 1200px) and (max-width: 1365px) {
        .all-box {
            width: 1100px;
        }
        .yy-box .yy-con a:nth-child(1),
        .yy-box .yy-con a:nth-child(2) {
            width: 49.54%;
        }
        .yy-box .yy-con a:nth-of-type(n+3) {
            width: 32.7%;
        }
        .head-menu li {
            margin-left: 10px;
        }
    }
    
    @media (min-width: 751px) and (max-width: 1199px) {
        .phone-block {
            display: block;
        }
        .phone-none,
        .head-menu {
            display: none;
        }
        .all-box {
            width: 90%;
        }
        .head2 .menu-button img {
            filter: grayscale(100%) brightness(20%);
        }
        .p90 {
            padding: 40px 0;
        }
        .about-left,
        .about-right {
            width: 100%;
        }
        .about-right {
            margin-top: 30px;
        }
        .about-left .yj-title {
            font-size: 1.375rem;
        }
        .yj-ftitle {
            font-size: 14px;
        }
        .f48 {
            font-size: 2rem;
        }
        .flex {
            flex-wrap: wrap;
        }
        .pro-menu {
            margin-top: 30px;
        }
        .pro-box .pro-menu li {
            width: 145px;
        }
        .yy-box .yy-con a {
            width: 49% !important;
        }
        .js-box,
        .sc-con,
        .new-top,
        .new-bottom {
            grid-template-columns: 1fr 1fr;
        }
        .js-box>div {
            height: 400px;
        }
        .js-box .js-con {
            bottom: 20px;
        }
        .sc-con>div:first-child {
            grid-row: inherit;
            grid-column: inherit;
        }
        .new-menu li {
            font-size: 15px;
        }
        .new-menu li.active {
            font-size: 17px;
        }
        .new-bottom>div,
        .new-two {
            padding: 20px;
        }
        .new-two .ovh2,
        .new-bottom .ovh2 {
            font-size: 18px;
        }
        .new-two .ovh4 {
            font-size: 14px;
        }
        .new-c {
            left: 20px;
            right: 20px;
            bottom: 20px;
        }
        .zx-box p {
            font-size: 20px;
        }
        .zx-box a {
            width: 104px;
            line-height: 38px;
        }
        .footer-icon {
            margin-bottom: 20px;
        }
    }
    
    @media (max-width: 750px) {
        .phone-block {
            display: block;
        }
        tbody td{
            font-size: 11px;
            padding-left: 2px;
            line-height: 30px;
        }
         :root {
        overflow-x: hidden;
        overflow-y: auto;
    }
        .banner .swiper-slide{
            height: 60vh;
        }
        .phone-none,
        .head-menu {
            display: none;
        }
        .show_news .content .news_left .title h5{
            font-size: 24px;
            line-height: 1.5;
        }
        .all-box {
            width: 90%;
        }
        .head2 .menu-button img {
            filter: grayscale(100%) brightness(20%);
        }
        .p90 {
            padding: 40px 0;
        }
        .show_news .content .news_left{
            border: none;
            width: 100%;
        }
        .about-left,
        .about-right {
            width: 100%;
        }
        .about-right {
            margin-top: 30px;
        }
        .about-left .yj-title {
            font-size: 1.375rem;
        }
        .yj-ftitle {
            font-size: 14px;
        }
        .f48 {
            font-size: 2rem;
        }
        .flex {
            flex-wrap: wrap;
        }
        .pro-menu {
            margin-top: 30px;
        }
        .pro-box .pro-menu li {
            width: 145px;
        }
        .yy-box .yy-con a {
            width: 100% !important;
        }
        .js-box,
        .sc-con,
        .new-top,
        .new-bottom {
            grid-template-columns: 1fr;
        }
        .js-box>div {
            height: 400px;
        }
        .js-box .js-con {
            bottom: 20px;
        }
        .sc-con>div:first-child {
            grid-row: inherit;
            grid-column: inherit;
        }
        .new-menu li {
            font-size: 15px;
        }
        .new-menu li.active {
            font-size: 17px;
        }
        .new-bottom>div,
        .new-two {
            padding: 20px;
        }
        .new-two .ovh2,
        .new-bottom .ovh2 {
            font-size: 18px;
        }
        .new-two .ovh4 {
            font-size: 14px;
        }
        .new-big {
            height: 300px;
        }
        .new-c {
            left: 20px;
            right: 20px;
            bottom: 20px;
        }
        .zx-box p {
            font-size: 20px;
        }
        .zx-box a {
            width: 104px;
            line-height: 38px;
        }
        .footer-icon {
            margin-bottom: 20px;
        }
    }