@charset "UTF-8";

.mySwiperVertical {
    width: 100%;
    height: 100vh;
}

    .mySwiperVertical .swiper-slide {
        height: 100%;
        display: block;
        background-size: cover;
    }

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.mySwiperBanner {
    width: 100%;
    height: 100%;
}

.swiper-button-next {
    color: #fff;
    right: 2.5rem;
}

.swiper-button-prev {
    color: #fff;
    left: 2.5rem;
}

.mySwiperBanner .swiper-slide img {
    width: 43.75rem;
    position: absolute;
    top: 45%;
    left: 10.625rem;
    transform: translateY(-50%);
}

.mySwiperBanner .swiper-slide p {
    color: #fff;
    font-size: 3.875rem;
    font-weight: 600;
    position: absolute;
    top: 33%;
    left: 140px;
    letter-spacing: 3px;
}

.bn_info {
    width: 100%;
    height: 9.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(-48deg, #174C57, #24663C);
    opacity: 0.8;
    z-index: 2;
}

.bn_info {
    display: flex;
}

    .bn_info li {
        flex: 1;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.bn_info_t {
    font-size: 1.125rem;
    font-weight: bold;
}

    .bn_info_t i {
        font-size: 4.5rem;
        font-style: initial;
        font-family: Source Han Sans SC;
        margin-right: 5px;
    }

.bn_info li p {
    font-weight: 500;
    font-size: 1.5rem;
}

.h_md1 ul {
    width: 100%;
    display: flex;
    overflow: hidden;
}

    .h_md1 ul li {
        flex: 1;
        height: 100vh;
        position: relative;
        border-right: 1px solid rgba(255, 255, 255, 0.66);
    }

        .h_md1 ul li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
            text-align: center;
        }

.h_md_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s linear;
}

.h_md_c {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .h_md_c img {
        height: 3.125rem;
    }

.h_md_t {
    font-size: 2.25rem;
    font-weight: 500;
    margin-top: 1.5625rem;
}

    .h_md_t::after {
        content: '';
        display: block;
        width: 3.375rem;
        height: 0.375rem;
        background-color: #fff;
        margin: 0.9375rem auto 1.5625rem;
    }

.h_md_c p {
    font-size: 1.4375rem;
    font-weight: 500;
}

.h_md_btn {
    width: 14.375rem;
    height: 3.75rem;
    border-radius: 1.875rem;
    border: 2px solid #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: 10rem;
    transform: translateX(-50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
}

    .h_md_btn::before {
        content: '';
        width: 0%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 0;
        z-index: -1;
        transition: all 0.2s linear;
    }

.h_md1 ul li:hover .h_md_bg {
    opacity: 1;
}

.h_md1 ul li:hover .h_md_btn {
    color: #47a746;
}

    .h_md1 ul li:hover .h_md_btn::before {
        left: 0;
        width: 100%;
    }

.h_md1 ul li:last-child {
    border: none;
}

.swiper-slide-active .bn_info li:nth-of-type(1),
.swiper-slide-active.h_md1 ul li:nth-of-type(1) {
    animation: fadeInLeft .6s .3s ease both;
    -webkit-animation: fadeInLeft .6s .3s ease both;
    -moz-animation: fadeInLeft .6s .3s ease both;
}

.swiper-slide-active .bn_info li:nth-of-type(2),
.swiper-slide-active.h_md1 ul li:nth-of-type(2) {
    animation: fadeInLeft .6s .5s ease both;
    -webkit-animation: fadeInLeft .6s .5s ease both;
    -moz-animation: fadeInLeft .6s .5s ease both;
}

.swiper-slide-active .bn_info li:nth-of-type(3),
.swiper-slide-active.h_md1 ul li:nth-of-type(3) {
    animation: fadeInLeft .6s .7s ease both;
    -webkit-animation: fadeInLeft .6s .7s ease both;
    -moz-animation: fadeInLeft .6s .7s ease both;
}

.swiper-slide-active .bn_info li:nth-of-type(4) {
    animation: fadeInLeft .6s .9s ease both;
    -webkit-animation: fadeInLeft .6s .9s ease both;
    -moz-animation: fadeInLeft .6s .9s ease both;
}

.mySwiperMd1 {
    display: none;
}

    .mySwiperMd1 a {
        color: #fff;
        text-align: center;
    }

    .mySwiperMd1 .swiper-slide:hover .h_md_bg {
        opacity: 1;
    }

    .mySwiperMd1 .swiper-slide:hover .h_md_btn {
        color: #427cc2;
    }

        .mySwiperMd1 .swiper-slide:hover .h_md_btn::before {
            left: 0;
            width: 100%;
        }

.h_md2 {
    background-color: #222;
    position: relative;
}

.h_md2_c {
    width: 100%;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 5.125rem;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .h_md2_c::after {
        content: '';
        display: block;
        width: 9.0625rem;
        height: 0.5625rem;
        background: #187A31;
        margin: 3.125rem auto 0;
    }

.swiper-slide-active .h_md2_c {
    animation: fadeInUp .8s .3s ease both;
    -webkit-animation: fadeInUp .8s .3s ease both;
    -moz-animation: fadeInUp .8s .3s ease both;
}

.h_md2 {
    background-color: #000;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

    .h_md2 .ul li {
        position: absolute;
        color: #4a4a4a;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        padding: 10px;
    }

        .h_md2 .ul li .f1 {
            width: 100%;
        }

        .h_md2 .ul li .f2 {
            margin-top: 5px;
            width: 100%;
        }

        .h_md2 .ul li:nth-child(1) {
            width: 30vw;
            /* height: 26vh; */
            background-color: #fff;
            left: 35vw;
            top: 30vh;
            font-weight: 600;
            background-color: rgba(36, 36, 36, 0.45);
        }

            .h_md2 .ul li:nth-child(1) .f1 {
                font-size: 3vw;
            }

            .h_md2 .ul li:nth-child(1) .f2 {
                font-size: 1.8vw;
                margin-top: 2vw;
            }

        .h_md2 .ul li:nth-child(2) {
            width: 13vw;
            /* height: 12vh; */
            background-color: #fff;
            left: 40vw;
            top: 25vh;
            font-weight: 600;
            background-color: rgba(36, 36, 36, 0.45);
        }

            .h_md2 .ul li:nth-child(2) .f1 {
                font-size: 0.9vw;
            }

            .h_md2 .ul li:nth-child(2) .f2 {
                font-size: 1.2vw;
            }

        .h_md2 .ul li:nth-child(3) {
            width: 20.5vw;
            /* height: 10vh; */
            background-color: #fff;
            right: 28.4vw;
            top: 30vh;
            font-weight: 600;
            background-color: rgba(36, 36, 36, 0.8);
        }

            .h_md2 .ul li:nth-child(3) .f1 {
                font-size: 1.2vw;
            }

            .h_md2 .ul li:nth-child(3) .f2 {
                font-size: 1.5vw;
            }

        .h_md2 .ul li:nth-child(4) {
            width: 14vw;
            /* height: 11vh; */
            background-color: #fff;
            right: 26.8vw;
            top: 30vh;
            font-weight: 600;
            background-color: rgba(36, 36, 36, 0.45);
        }

            .h_md2 .ul li:nth-child(4) .f1 {
                font-size: 1vw;
            }

            .h_md2 .ul li:nth-child(4) .f2 {
                font-size: 1.2vw;
            }

        .h_md2 .ul li:nth-child(5) .f1 {
            font-size: 2vw;
        }

        .h_md2 .ul li:nth-child(5) .f2 {
            margin-top: 15px;
            font-size: 1vw;
        }

        .h_md2 .ul li:nth-child(5) {
            width: 18vw;
            /* height: 21vh; */
            background-color: #fff;
            right: 20vw;
            top: 30vh;
            font-weight: 600;
            background-color: #242424;
        }

            .h_md2 .ul li:nth-child(5) .f1 {
                font-size: 1vw;
            }

            .h_md2 .ul li:nth-child(5) .f2 {
                margin-top: 15px;
                font-size: 1vw;
            }

        .h_md2 .ul li:nth-child(6) {
            width: 16vw;
            height: 13vh;
            background-color: #fff;
            left: 30vw;
            bottom: 45vh;
            font-weight: 600;
            background-color: rgba(67, 67, 67, 0.3);
        }

            .h_md2 .ul li:nth-child(6) .f1 {
                font-size: 1.2vw;
            }

            .h_md2 .ul li:nth-child(6) .f2 {
                margin-top: 10px;
                font-size: 1.2vw;
            }

        .h_md2 .ul li:nth-child(7) {
            width: 14vw;
            height: 11vh;
            background-color: #fff;
            left: 35vw;
            bottom: 27vh;
            font-weight: 600;
            background-color: #191919;
        }

            .h_md2 .ul li:nth-child(7) .f1 {
                font-size: 1vw;
            }

            .h_md2 .ul li:nth-child(7) .f2 {
                margin-top: 10px;
                font-size: 1.1vw;
            }

        .h_md2 .ul li:nth-child(8) {
            width: 12vw;
            height: 14vh;
            background-color: #fff;
            left: 38vw;
            top: 37vh;
            font-weight: 600;
            background-color: #191919;
        }

            .h_md2 .ul li:nth-child(8) .f1 {
                font-size: 1vw;
            }

            .h_md2 .ul li:nth-child(8) .f2 {
                margin-top: 10px;
                font-size: 1.2vw;
            }

        .h_md2 .ul li:nth-child(9) {
            width: 13vw;
            height: 20vh;
            background-color: #fff;
            right: 26.3vw;
            bottom: 23vh;
            font-weight: 600;
            background-color: #191919;
        }

            .h_md2 .ul li:nth-child(9) .f1 {
                font-size: .8vw;
            }

                .h_md2 .ul li:nth-child(9) .f1 span {
                    font-size: 1.5vw;
                }

            .h_md2 .ul li:nth-child(9) .f2 {
                margin-top: 15px;
                font-size: 1.2vw;
            }

        .h_md2 .ul li:nth-child(10) {
            width: 14vw;
            height: 14vh;
            background-color: #fff;
            right: 25.5vw;
            bottom: 42vh;
            font-weight: 600;
            background-color: #191919;
        }

            .h_md2 .ul li:nth-child(10) .f1 {
                font-size: 1vw;
            }

            .h_md2 .ul li:nth-child(10) .f2 {
                margin-top: 15px;
                font-size: 1.4vw;
            }

        .h_md2 .ul li:nth-child(11) {
            width: 14vw;
            height: 14vh;
            background-color: #fff;
            right: 23vw;
            bottom: 25vh;
            font-weight: 600;
            background-color: rgba(25, 25, 25, 0.8);
        }

            .h_md2 .ul li:nth-child(11) .f1 {
                font-size: 1.5vw;
            }

            .h_md2 .ul li:nth-child(11) .f2 {
                margin-top: 15px;
                font-size: 1vw;
            }

        .h_md2 .ul li:nth-child(12) {
            width: 13vw;
            height: 13vh;
            background-color: #fff;
            left: 35vw;
            bottom: 20vh;
            font-weight: 600;
            background-color: #242424;
        }

            .h_md2 .ul li:nth-child(12) .f1 {
                font-size: 1vw;
            }

                .h_md2 .ul li:nth-child(12) .f1 span {
                    font-size: 1.2vw;
                }

            .h_md2 .ul li:nth-child(12) .f2 {
                margin-top: 10px;
                font-size: 1.4vw;
            }

    .h_md2 .ul li {
        perspective: 2600px;
        transform-style: preserve-3d;
        transform-origin: center;
    }

        .h_md2 .ul li:nth-child(1) {
            -webkit-animation: zoomin1 12s -.3s linear infinite;
            -moz-animation: zoomin1 10s -.3s linear infinite;
        }

        .h_md2 .ul li:nth-child(2) {
            -webkit-animation: zoomin 14s -3s linear infinite;
            -moz-animation: zoomin 12s -3s linear infinite;
        }

        .h_md2 .ul li:nth-child(3) {
            -webkit-animation: zoomin2 13.5s -6s linear infinite;
            -moz-animation: zoomin2 11.5s -5s linear infinite;
        }

        .h_md2 .ul li:nth-child(4) {
            -webkit-animation: zoomin2 11s -8s linear infinite;
            -moz-animation: zoomin2 9s -8s linear infinite;
        }

        .h_md2 .ul li:nth-child(5) {
            -webkit-animation: zoomin5 9s -7s linear infinite;
            -moz-animation: zoomin5 7s -7s linear infinite;
        }

        .h_md2 .ul li:nth-child(6) {
            -webkit-animation: zoomin3 10s -4s linear infinite;
            -moz-animation: zoomin3 8s -4s linear infinite;
        }

        .h_md2 .ul li:nth-child(7) {
            -webkit-animation: zoomin9 9.5s -5s linear infinite;
            -moz-animation: zoomin9 7.5s -5s linear infinite;
        }

        .h_md2 .ul li:nth-child(8) {
            -webkit-animation: zoomin8 13s -10s linear infinite;
            -moz-animation: zoomin8 11s -10s linear infinite;
        }

        .h_md2 .ul li:nth-child(9) {
            -webkit-animation: zoomin11 11s -9s linear infinite;
            -moz-animation: zoomin11 9s -9s linear infinite;
        }

        .h_md2 .ul li:nth-child(10) {
            -webkit-animation: zoomin6 12s -13s linear infinite;
            -moz-animation: zoomin6 13s -13s linear infinite;
        }

        .h_md2 .ul li:nth-child(11) {
            -webkit-animation: zoomin7 17s -3s linear infinite;
            -moz-animation: zoomin7 15s -3s linear infinite;
        }

        .h_md2 .ul li:nth-child(12) {
            -webkit-animation: zoomin10 17s -5s linear infinite;
            -moz-animation: zoomin10 15s -5s linear infinite;
        }

        .h_md2 .ul li:nth-child(13) {
            -webkit-animation: zoomin4 16s -.2s linear infinite;
            -moz-animation: zoomin4 14s -.2s linear infinite;
        }

.h_md3_c {
    height: 100%;
    padding-top: 94px;
    display: flex;
    align-items: center;
}

.h_md3_l {
    width: 50%;
    height: 100%;
    position: relative;
}

    .h_md3_l h3 {
        color: #000000;
        font-size: 3.75rem;
        margin-top: 6.25rem;
    }

.h_md3_icon {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8.125rem;
}

    .h_md3_icon li {
        color: #4E4E4E;
        font-size: 2.25rem;
        text-align: center;
        position: absolute;
        bottom: 0;
        transition: all 0.2s linear;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: scale(0.9);
    }

        .h_md3_icon li p {
            cursor: pointer;
            display: inline-block;
            position: absolute;
            top: -4.0625rem;
            z-index: 9;
        }

        .h_md3_icon li img {
            width: 23.75rem;
            height: 17.5rem;
        }

        .h_md3_icon li:nth-of-type(1) {
            left: 0;
        }

        .h_md3_icon li:nth-of-type(2) {
            left: 12.5rem;
        }

        .h_md3_icon li:nth-of-type(3) {
            left: 25rem;
        }

        .h_md3_icon li.on {
            color: #197B30;
        }

            .h_md3_icon li.on img {
            }

        .h_md3_icon li.on {
            bottom: 0.625rem;
            transform: scale(1);
        }

.h_md3_r {
    width: 50%;
    height: 100%;
}

.h_md3_list {
    margin-top: 6.25rem;
    display: none;
}

    .h_md3_list li {
        padding: 1.25rem 0 1.875rem;
        border-bottom: 1px solid #C3C3C3;
        position: relative;
    }

        .h_md3_list li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    .h_md3_list.on {
        display: block;
    }

.h_md3_text {
    flex: 1;
    padding-right: 6.25rem;
}

    .h_md3_text span:first-child {
        color: #197B30;
        font-size: 18px;
    }

    .h_md3_text span:last-child {
        color: #5B5B5B;
        font-size: 12px;
    }

.h_md3_time {
}

.h_md3_title {
}

    .h_md3_title h3 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        margin: 0.9375rem 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        transition: all .3s linear;
    }

    .h_md3_title p {
        color: #000;
        font-size: 1rem;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.h_md3_more {
    color: #000;
    font-size: 14px;
    position: absolute;
    bottom: 1.25rem;
    transition: all .3s linear;
}

.h_md3_pic {
    width: 24.0625rem;
    height: 10.9375rem;
    white-space: nowrap;
}

    .h_md3_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        white-space: nowrap;
    }

.h_md3_list li a:hover h3,
.h_md3_list li a:hover .h_md3_more {
    color: #197B30;
}

.swiper-slide-active .h_md3_l {
    animation: fadeInLeft .8s .3s ease both;
    -webkit-animation: fadeInLeft .8s .3s ease both;
    -moz-animation: fadeInLeft .8s .3s ease both;
}

.swiper-slide-active .h_md3_list {
    animation: fadeInRight .8s .3s ease both;
    -webkit-animation: fadeInRight .8s .3s ease both;
    -moz-animation: fadeInRight .8s .3s ease both;
}

.sy_p5 ul.on {
    animation: fadeInRight .8s .1s ease both;
    -webkit-animation: fadeInRight .8s .1s ease both;
    -moz-animation: fadeInRight .8s .1s ease both;
}

/* 关于我们 */
.about1 {
    padding: 5.9375rem 0;
}

    .about1 img {
        width: 25.125rem;
        min-width: 200px;
        display: block;
        margin: 0 auto;
        margin-bottom: 5.3125rem;
    }

    .about1 .bn_info {
        position: initial;
        background: transparent;
        opacity: 1;
    }

        .about1 .bn_info li {
            color: #141414;
        }

    .about1 .bn_info_t i {
        color: #398C4B;
    }

.about2 {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 6.25rem;
    background: linear-gradient(48deg, rgba(23,77,86,0.9), rgba(57,140,75,0.9));
}

    .about2 .common-title {
        color: #fff;
    }

.about2-c {
    padding-top: 5.625rem;
    display: flex;
}

.about2-l {
    width: 54.3125rem;
    padding-top: 0.5rem;
    margin-right: 3.4375rem;
}

    .about2-l h3 {
        color: #FFFFFF;
        font-size: 2.25rem;
        margin-bottom: 1.875rem;
    }

    .about2-l p {
        color: #FFFFFF;
        font-size: 1rem;
        line-height: 1.875rem;
    }

.about2-r {
    display: flex;
    align-items: center;
}

    .about2-r img {
        display: block;
        width: 42.6875rem;
    }

.about3 {
    padding-top: 5.5rem;
    padding-bottom: 6.25rem;
    background: #F0F0F0;
}

.about3-c {
    padding-top: 6.25rem;
    display: flex;
}

.about3-l {
    width: 25rem;
    min-height: 23.125rem;
    padding-left: 3.5rem;
    position: relative;
}

.about3-prev {
    width: 2.125rem;
    height: 2.125rem;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    border: 1px solid #8F8F8F;
    position: absolute;
    left: 0.625rem;
    bottom: 2.75rem;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about3-next {
    width: 2.125rem;
    height: 2.125rem;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    border: 1px solid #8F8F8F;
    position: absolute;
    left: 0.625rem;
    bottom: 0;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about3-item {
    color: #555555;
    font-size: 1.5rem;
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem;
    position: relative;
    display: flex;
    align-items: center;
}

    .about3-item::before {
        content: '';
        display: block;
        width: 1.25rem;
        min-width: 15px;
        height: 1px;
        position: absolute;
        left: 1.3125rem;
        top: 50%;
        transform: translateY(-50%);
        background: #358A48;
    }

    .about3-item::after {
        content: '';
        display: block;
        width: 2px;
        height: 3.75rem;
        position: absolute;
        top: -1.3125rem;
        left: 9px;
        background: #CFCFCF;
    }

    .about3-item img {
        width: 21px;
    }

    .about3-item p {
        margin-left: 1.5625rem;
        font-size: 1.5rem;
    }

.about3-r {
    width: calc(100% - 12.5rem - 25rem);
    margin-left: 12.5rem;
}

.about3-pic {
    width: 100%;
    height: 100%;
}

    .about3-pic img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 13.4375rem;
        object-fit: cover;
    }

.mySwiperAbout3 {
    padding-bottom: 3.0625rem;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 0.5625rem;
}

.swiper-scrollbar-drag {
    background: #358A48;
}

.about4 {
    padding-top: 5.5rem;
    padding-bottom: 6.25rem;
}

.about4-c {
    padding-top: 4.125rem;
}

    .about4-c ul {
        display: flex;
    }

        .about4-c ul li {
            width: calc((100% - 3.75rem) / 3);
            margin-right: 2.1875rem;
        }

            .about4-c ul li:last-child {
                margin-right: 0;
            }

            .about4-c ul li a {
                display: block;
            }

.about4-pic {
    width: 100%;
    height: 26.375rem;
    overflow: hidden;
}

    .about4-pic img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: all .5s;
    }

.about4-info {
    padding: 2.1875rem 0.625rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.25rem;
    font-weight: 500;
}

    .about4-info span {
        color: #157B2F;
    }

    .about4-info div {
        color: #000000;
    }

.about4-c ul li:hover img {
    transform: scale(1.1);
}

.aboutFZLC1 {
    padding: 5rem 0 4.375rem;
    background: #F5F5F5;
}

    .aboutFZLC1 p {
        width: 60%;
        color: #333333;
        font-size: 1.875rem;
        font-weight: 600;
        text-align: center;
        margin: 0 auto;
        line-height: 1.6;
    }

.aboutFZLC2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.aboutFZLC2-t {
}

.aboutFZLC2-t-h {
    display: none;
    transition: all .3s;
}

    .aboutFZLC2-t-h.active {
        display: flex;
    }

    .aboutFZLC2-t-h img {
        display: block;
        width: 37.125rem;
        height: 22.75rem;
        object-fit: cover;
    }

.aboutFZLC2-l {
    margin-left: 3.75rem;
}

.aboutFZLC2-time {
    color: #157B2F;
    font-size: 2.25rem;
    font-weight: 600;
}

.aboutFZLC2-l h3 {
    color: #000000;
    font-size: 3.375rem;
    margin: 1.875rem 0 3.75rem;
}

.aboutFZLC2-l p {
    color: #555555;
    font-size: 16px;
}

.aboutFZLC2-b {
    margin: 5rem 0 2.5rem;
}

    .aboutFZLC2-b ul {
        display: flex;
    }

        .aboutFZLC2-b ul li {
            width: calc((100% - 10rem) / 3);
            position: relative;
            margin-right: 5.3125rem;
            padding: 2.5rem 0;
            border-radius: 1.875rem;
            background: #616161;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: all .5s;
            cursor: pointer;
        }

            .aboutFZLC2-b ul li p {
                color: #FFFFFF;
                font-size: 1.5rem;
            }

            .aboutFZLC2-b ul li h3 {
                color: #FFFFFF;
                font-size: 3.375rem;
                font-weight: 600;
                margin-top: 0.9375rem;
            }

            .aboutFZLC2-b ul li::before {
                content: '';
                display: block;
                width: 8.4375rem;
                height: 0.75rem;
                background: #174F57;
                position: absolute;
                top: 2.5rem;
                right: -3.125rem;
                transition: all .5s;
                opacity: 0;
            }

            .aboutFZLC2-b ul li.active {
                background: linear-gradient(48deg, rgba(23,77,86,0.9), rgba(57,140,75,0.9));
            }

                .aboutFZLC2-b ul li.active::before {
                    opacity: 1;
                }

            .aboutFZLC2-b ul li:last-child {
                margin-right: 0;
            }

.aboutFZLC2-list {
    padding: 0 2.5rem;
}

    .aboutFZLC2-list > ul {
    }

        .aboutFZLC2-list > ul li {
            width: 100%;
            padding: 3.75rem 0 3.125rem;
            border-bottom: 1px solid #E4E4E4;
        }

            .aboutFZLC2-list > ul li h3 {
                color: #157B2F;
                font-size: 2.25rem;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .aboutFZLC2-list > ul li p {
                color: #555555;
                font-size: 1.5rem;
                line-height: 1.6;
            }

    .aboutFZLC2-list > ul {
        display: none;
        animation: fadeInRightAll .8s .3s ease both;
        -webkit-animation: fadeInRightAll .8s .3s ease both;
        -moz-animation: fadeInRightAll .8s .3s ease both;
    }

        .aboutFZLC2-list > ul.active {
            display: block;
        }

.wh1 {
    padding: 11.25rem 7.1875rem;
    display: flex;
    justify-content: space-between;
}

.wh1-l {
    padding-top: 3rem;
}

    .wh1-l h1 {
        color: #157B2F;
        font-size: 4.5rem;
    }

.wh1-title {
    font-weight: 500;
    font-size: 3.75rem;
    color: #000000;
    margin: 3.6875rem 0 4.6875rem;
}

.wh1-info {
    color: #212121;
    font-size: 1.5rem;
    line-height: 3.75rem;
}

    .wh1-info span {
        display: block;
    }

.wh1-r {
    width: 37.625rem;
}

    .wh1-r img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.wh2 {
    width: 100%;
    height: 65rem;
    /* padding-left: 13.75rem; */
    position: relative;
}

    .wh2 ul {
        /* width: 13.75rem;*/
        min-width: 180px;
        height: 100%;
        padding-right: 25px;
        padding-top: 10rem;
        position: absolute;
        left: 5.75rem;
        top: 0;
        border-right: 3px solid rgb(21, 123, 47, .27);
    }

        .wh2 ul li {
            color: #157B2F;
            font-size: 1.5rem;
            margin-bottom: 4.375rem;
            text-align: right;
            font-weight: 600;
            position: relative;
            cursor: pointer;
            transition: all .5s;
        }

            .wh2 ul li::before {
                content: '';
                width: 36px;
                height: 30px;
                display: block;
                position: absolute;
                top: 50%;
                right: -45px;
                transform: translateY(-50%);
                background: url(../img/about/wh_icon.png) center no-repeat;
                transition: all .5s;
                opacity: 0;
            }

            .wh2 ul li.active {
                font-size: 2.25rem;
            }

                .wh2 ul li.active::before {
                    opacity: 1;
                }

.wh2-r {
    width: 75rem;
    height: 40.625rem;
    position: absolute;
    top: 7rem;
    left: 35rem;
}

.wh2-list {
    width: 100%;
    height: 100%;
    padding-top: 6.875rem;
    padding-left: 12.5rem;
    color: #FFFFFF;
    border-radius: 0 12.5rem;
    background: linear-gradient(48deg, rgba(23,77,86,0.9), rgba(57,140,75,0.9));
    display: none;
    animation: fadeInRightAll .8s .3s ease both;
    -webkit-animation: fadeInRightAll .8s .3s ease both;
    -moz-animation: fadeInRightAll .8s .3s ease both;
}

    .wh2-list.active {
        display: block;
    }

.wh2-r div {
    font-size: 4.5rem;
}

.wh2-r h1 {
    font-size: 3rem;
    font-weight: 600;
    margin: 1.25rem 0 4.375rem;
}

.wh2-r p {
    font-size: 2.25rem;
    line-height: 4.5rem;
}

    .wh2-r p span {
        display: block;
    }

/* 联系我们 */
.contact {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    position: relative;
}

    .contact h1 {
        color: #000000;
        font-size: 3.75rem;
        font-weight: 600;
    }

.contact-title {
    color: #767676;
    font-size: 3rem;
    margin: 1.875rem 0 5rem;
}

.contact ul li {
    margin-bottom: 2.5rem;
}

.contact-item {
    color: #157B2F;
    margin-bottom: 0.9375rem;
    display: flex;
    align-items: center;
}

    .contact-item i {
        font-size: 18px;
        margin-right: 0.625rem;
    }

    .contact-item span {
        font-size: 14px;
    }

.contact ul li p {
    color: #555555;
    font-size: 2.25rem;
}

.contact img {
    display: block;
    width: 25rem;
    min-width: 120px;
    position: absolute;
    right: 7.1875rem;
    bottom: 5.9375rem;
}

.my-map {
    height: 43.75rem;
    min-height: 400px;
}

    .my-map #mapContainer {
        height: 100%;
    }

.form {
    display: flex;
    flex-wrap: wrap;
}

.form-item {
    color: #555555;
    font-size: 20px;
    margin-bottom: 30px;
}

    .form-item:nth-of-type(1) {
        width: calc((100% - 10rem) / 3);
        margin-right: 5rem;
    }

    .form-item:nth-of-type(2) {
        width: calc((100% - 10rem) / 3);
        margin-right: 5rem;
    }

    .form-item:nth-of-type(3) {
        width: calc((100% - 10rem) / 3);
    }

    .form-item:nth-of-type(4) {
        width: 100%;
    }

    .form-item:nth-of-type(5) {
        width: 100%;
    }

    .form-item label {
        display: block;
        margin-bottom: 15px;
    }

    .form-item input {
        width: 100%;
        height: 50px;
        padding-left: 15px;
        font-size: 16px;
        border: 1px solid #767676;
    }

    .form-item textarea {
        width: 100%;
        height: 19.75rem;
        min-height: 200px;
        padding: 15px;
        font-size: 16px;
        border: 1px solid #767676;
        resize: none;
    }

    .form-item button {
        color: #212121;
        font-size: 20px;
        padding: 1.25rem 4.375rem;
        border-radius: 30px;
        border: none;
        cursor: pointer;
    }

    .form-item .submit {
        color: #fff;
        background: #157B2F;
        margin-right: 2.25rem;
    }

.reset {
    border: 1px solid #767676;
}

/* 招纳贤才 */
.recruit1, .recruit2, .recruit3 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.recruit1-c {
    display: flex;
    margin-top: 50px;
}

    .recruit1-c li {
        flex: 1;
        text-align: center;
    }

        .recruit1-c li div {
            width: 8.75rem;
            height: 8.75rem;
            min-width: 100px;
            min-height: 100px;
            border-radius: 50%;
            margin: 0 auto;
            background: linear-gradient(48deg, rgba(23,77,86,0.9), rgba(57,140,75,0.9));
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .recruit1-c li div::before {
                content: '';
                display: block;
                width: 10rem;
                height: 10rem;
                min-width: 120px;
                min-height: 120px;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border: 1px dashed #157B2F;
            }

            .recruit1-c li div img {
                display: block;
            }

        .recruit1-c li:nth-of-type(1) div img {
            width: 3.6875rem;
            min-width: 30px;
        }

        .recruit1-c li:nth-of-type(2) div img {
            width: 5rem;
            min-width: 40px;
        }

        .recruit1-c li:nth-of-type(3) div img {
            width: 3.5rem;
            min-width: 30px;
        }

        .recruit1-c li:nth-of-type(4) div img {
            width: 4.8125rem;
            min-width: 40px;
        }

        .recruit1-c li p {
            color: #000000;
            font-size: 1.875rem;
            font-weight: 600;
            margin-top: 2.1875rem;
        }

.recruit2 {
    background: #EFEFEF;
}

.recruit2-c {
    display: flex;
    margin-top: 50px;
}

    .recruit2-c li {
        flex: 1;
        margin-right: 30px;
        padding: 5rem 2.5rem;
        background: #fff;
        text-align: center;
        box-shadow: 0px 2px 13px 0px rgba(120,120,120,0.29);
    }

        .recruit2-c li:last-child {
            margin-right: 0;
        }

        .recruit2-c li img {
            display: block;
            width: 5.25rem;
            min-width: 50px;
            margin: 0 auto;
        }

        .recruit2-c li h3 {
            color: #000000;
            font-size: 1.5rem;
            margin: 20px 0;
        }

        .recruit2-c li p {
            color: #555555;
            font-size: 16px;
            line-height: 1.6;
        }

.recruit3 .common-title {
    color: #fff;
}

.mySwiperRecruit {
    margin-top: 50px;
    padding-bottom: 40px;
}

    .mySwiperRecruit .swiper-slide {
        padding: 5rem 2.5rem;
        background: #fff;
        text-align: center;
    }

    .mySwiperRecruit .swiper-wrapper {
        display: flex;
        align-items: center;
    }

    .mySwiperRecruit .swiper-pagination-bullet {
        background: #fff;
    }

    .mySwiperRecruit .swiper-slide {
        height: 100%;
    }

        .mySwiperRecruit .swiper-slide h3 {
            color: #000000;
            font-size: 24px;
            padding-bottom: 30px;
            position: relative;
        }

            .mySwiperRecruit .swiper-slide h3::before {
                content: '';
                display: block;
                width: 30px;
                height: 3px;
                background: #157B2F;
                position: absolute;
                left: 50%;
                bottom: 15px;
                transform: translateX(-50%);
                padding-bottom: 20px 0;
            }

        .mySwiperRecruit .swiper-slide p {
            color: #555555;
            font-size: 16px;
            line-height: 1.6;
        }

    .mySwiperRecruit .swiper-pagination {
        bottom: 0;
    }

.recruit4 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recruit4-l {
    width: 40%;
}

    .recruit4-l h3 {
        font-size: 3.75rem;
        margin-bottom: 3.125rem;
    }

    .recruit4-l p {
        color: #000000;
        font-size: 1.875rem;
        line-height: 1.6;
    }

.recruit4-r {
    width: 42.625rem;
}

    .recruit4-r img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.recruit5 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

    .recruit5 h2 {
        font-size: 3.75rem;
        line-height: 1.6;
    }

    .recruit5 .bds {
        margin-top: 40px;
        position: relative;
    }

        .recruit5 .bds .prev, .recruit5 .bds .next {
            background: url(../img/common/rc10.png) no-repeat center #fff;
            width: 4.5rem;
            height: 4.5rem;
            min-width: 50px;
            min-height: 50px;
            border-radius: 50%;
            box-shadow: 0 0 10px 0 rgba(80,80,80,0.2);
            display: block;
            position: absolute;
            top: 50%;
            left: -5.625rem;
            transform: translateY(-50%);
            cursor: pointer;
            z-index: 1;
        }

        .recruit5 .bds .next {
            left: auto;
            right: -5.625rem;
            transform: translateY(-50%) rotate(180deg);
        }

        .recruit5 .bds .swip_pic {
            overflow: hidden;
            padding: 10px;
        }

        .recruit5 .bds li {
            box-shadow: 0 0 10px 0 rgba(80, 80, 80, .2);
        }

            .recruit5 .bds li .img {
                height: auto !important;
                overflow: hidden;
                width: 100%;
            }

            .recruit5 .bds li:hover .img img {
                transform: scale(1.1);
            }

            .recruit5 .bds li .img img {
                width: 100%;
                display: block;
                transition: all 0.5s;
                height: 100%;
            }

            .recruit5 .bds li h4 {
                font-size: 16px;
                line-height: 5.375rem;
                color: #030303;
                word-break: keep-all;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 0 20px 0 40px;
                background: #fff;
            }

.recruitHD {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    position: relative;
}

    .recruitHD h1 {
        color: #000000;
        font-size: 3.75rem;
        font-weight: 600;
    }

.recruitHD-title {
    color: #767676;
    font-size: 3rem;
    margin: 1.875rem 0 5rem;
}

.recruitHD-list {
    padding-bottom: 40px;
}

    .recruitHD-list li {
        padding-top: 3.75rem;
        padding-bottom: 5rem;
        border-bottom: 1px solid #CBCBCB;
    }

        .recruitHD-list li a {
            display: flex;
            align-items: center;
        }

.recruitHD-pic {
    width: 37.5rem;
    height: 25rem;
    overflow: hidden;
    border-radius: 0px 7.5rem 0px 7.5rem;
}

    .recruitHD-pic img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s;
    }

.recruitHD-info {
    width: calc(100% - 37.5rem - 2.5rem);
    margin-left: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .recruitHD-info h1 {
        color: #000;
        font-size: 2.25rem;
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        transition: all .5s;
    }

    .recruitHD-info p {
        color: #C7C7C7;
        font-size: 18px;
        margin: 1.875rem 0;
    }

    .recruitHD-info div {
        color: #555555;
        font-size: 16px;
        line-height: 1.6;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.recruitHD-list li a:hover .recruitHD-pic img {
    transform: scale(1.1);
}

.recruitHD-list li a:hover .recruitHD-info h1 {
    color: #157B2F;
}

.recruitHD-list li:nth-of-type(2n) a {
    flex-direction: row-reverse;
}

    .recruitHD-list li:nth-of-type(2n) a .recruitHD-pic {
        margin-right: 0;
        margin-left: 2.5rem;
    }

    .recruitHD-list li:nth-of-type(2n) a .recruitHD-info {
        margin-left: 0;
    }

.recruitZP-list {
    color: #000000;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

    .recruitZP-list h1 {
        font-size: 3.75rem;
        font-weight: 600;
    }

    .recruitZP-list ul {
    }

        .recruitZP-list ul li {
            margin-top: 60px;
        }

            .recruitZP-list ul li strong {
                display: block;
                font-size: 30px;
                font-weight: 600;
                padding-bottom: 20px;
                border-bottom: 1px solid #CBCBCB;
            }

.recruitZP-c {
    padding-top: 20px;
}

    .recruitZP-c h3 {
        font-size: 20px;
    }

.recruitZP-info {
    padding: 20px 0 10px;
}

    .recruitZP-info p {
        color: #555555;
        font-size: 16px;
        padding-left: 20px;
        margin-bottom: 6px;
        line-height: 1.6;
        position: relative;
    }

        .recruitZP-info p::before {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #555555;
            position: absolute;
            left: 0;
            top: 8px;
        }

.recruitZP-email {
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    padding: 20px 30px;
    border-radius: 8px;
    display: inline-block;
    background: linear-gradient(48deg, rgb(22, 105, 63, 1), rgba(57, 140, 75, 1));
}

    .recruitZP-email span {
        margin: 0 10px 0 5px;
    }

/* 公司资讯 */
.news-c {
    display: flex;
    align-items: flex-start;
}

    .news-c .recruitHD-pic {
        border-radius: 0;
    }

    .news-c .recruitHD-info {
        padding-top: 20px;
    }

        .news-c .recruitHD-info h1 {
            color: #157B2F;
        }

        .news-c .recruitHD-info div {
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.news-list {
    padding-top: 5rem;
}

    .news-list li {
        box-shadow: 0px 2px 7px 4px rgba(173,173,173,0.16);
        margin-bottom: 1.875rem;
    }

        .news-list li a {
            display: flex;
        }

.news-l {
    width: 140px;
    height: 140px;
    text-align: center;
    background: #F1F1F1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .news-l b {
        color: #555555;
        font-size: 2.25rem;
        margin-bottom: 10px;
    }

    .news-l p {
        color: #555555;
        font-size: 16px;
    }

.news-r {
    width: calc(100% - 140px);
    padding: 20px 2.5rem 15px;
}

    .news-r h3 {
        color: #212121;
        font-size: 1.5rem;
        margin-bottom: 15px;
        transition: all .5s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-r p {
        color: #555555;
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.news-list li:hover a .news-r h3 {
    color: #157B2F;
}

.newsDetail-banner .commmon-crumbs {
    left: 8.125rem;
}

.newsDetail {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

    .newsDetail h1 {
        font-size: 30px;
        text-align: center;
    }

.newsDetail-time {
    color: #555555;
    font-size: 18px;
    text-align: center;
    margin: 15px 0 30px;
}

.newsDetail-c {
}

    .newsDetail-c p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

/* 产品中心 */
.product {
    padding-top: 15px;
    padding-bottom: 4.375rem;
}

    .product ul li a {
        padding: 3.75rem 0;
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid #EDEDED;
    }

.product-l {
    width: 40.8125rem;
    height: 23rem;
    overflow: hidden;
}

    .product-l img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s;
    }

.product-r {
    margin-left: 3.125rem;
    padding-top: 1.25rem;
		width: calc(100% - 40.8125rem);
}

    .product-r h3 {
        color: #333333;
        font-size: 2.25rem;
        margin-bottom: 2.5rem;
        transition: all .5s;
    }

    .product-r p {
				width: 100%;
				margin: 0 !important;
        color: #555555;
        font-size: 1rem;
        line-height: 1.6;
				word-break: break-all;
    }

.product ul li:hover .product-l img {
    transform: scale(1.1);
}

.product ul li:hover .product-r h3 {
    color: #157B2F;
}

.pd {
    padding-top: 4.375rem;
    padding-bottom: 7.5rem;
}

.pd-t {
    display: flex;
}

.pd-l {
    width: 50rem;
    height: 33.375rem;
    overflow: hidden;
}

    .pd-l img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pd-r {
    margin-left: 5rem;
    padding-top: 2.5rem;
}

    .pd-r h3 {
        color: #484848;
        font-size: 2.25rem;
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
        border-bottom: 1px solid #C8C8C8;
    }

    .pd-r p {
        color: #555555;
        font-size: 1rem;
        line-height: 1.6;
    }

.back {
    width: 126px;
    height: 44px;
    color: #555555;
    font-size: 16px;
    margin-top: 3.75rem;
    border-radius: 22px;
    border: 1px solid #C8C8C8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    cursor: pointer;
}

    .back:hover {
        color: #fff;
        background: #157B2F;
    }

.pd-c {
    padding-top: 3.75rem;
}

    .pd-c h3 {
        color: #212529;
        font-size: 1.875rem;
        padding-bottom: 1.25rem;
        margin-bottom: 2.5rem;
        border-bottom: 1px solid #C8C8C8;
        display: flex;
        align-items: center;
    }

        .pd-c h3 img {
            width: 2.0625rem;
            min-width: 20px;
            margin-right: 5px;
        }

    .pd-c p {
        color: #555555;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

.pd-img {
    display: flex;
}

    .pd-img img {
        width: calc((100% - 3.125rem) / 3);
        display: block;
        margin-right: 1.5625rem;
        border-radius: 1.875rem;
    }

        .pd-img img:last-child {
            margin-right: 0;
        }

.product2 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.p2-group {
    margin-bottom: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .p2-group li a {
        color: #FFFFFF;
        font-size: 16px;
        padding: 18px 4.375rem;
        margin-right: 2.5rem;
        margin-bottom: 20px;
        border-radius: 26px;
        background: #7F7F7F;
        cursor: pointer;
    }

    .p2-group li:last-child {
        margin-right: 0;
    }

    .p2-group li.active a {
        background: linear-gradient(48deg, rgba(23,77,86,0.9), rgba(57,140,75,0.9));
    }

.p2-js {
    color: #fff;
    font-size: 16px;
    padding: 2.1875rem;
    margin-bottom: 3.75rem;
    background: linear-gradient(48deg, rgba(23,77,86,1), rgba(57,140,75,1));
    opacity: 0.93;
}

    .p2-js div {
        line-height: 1.6;
    }

    .p2-js h3 {
        font-size: 24px;
        margin: 1.875rem 0;
    }

    .p2-js p {
        line-height: 1.6;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
    }

        .p2-js p::before {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background: url(../img/home/icon.png) center no-repeat;
            background-size: cover;
        }

.p2-list {
    display: flex;
    flex-wrap: wrap;
}

    .p2-list li {
        width: calc((100% - 3rem) / 3);
        margin-right: 1.5rem;
        margin-bottom: 3rem;
        overflow: hidden;
        transition: all .5s;
    }

        .p2-list li:nth-of-type(3n) {
            margin-right: 0;
        }

        .p2-list li a {
            display: block;
        }

.p2-img {
    width: 100%;
    height: 22.5rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

    .p2-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s;
    }

.p2-list li a p {
    height: 4.375rem;
    color: #FFFFFF;
    font-size: 1.5rem;
    background: #555555;
    opacity: 0.93;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.p2-list li:hover {
    border-radius: 30px;
}

    .p2-list li:hover img {
        transform: scale(1.1);
    }

    .p2-list li:hover p {
        background: linear-gradient(48deg, rgba(23,77,86,0.9), rgba(57,140,75,0.9));
    }

/* 产业领域 */
.industry1 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
}

.industry1-c {
    padding: 4.375rem;
    background: #fff;
    display: flex;
}

.industry1-l {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .industry1-l img {
        display: block;
        width: 8.125rem;
        min-width: 80px;
        margin: 0 auto;
    }

    .industry1-l h3 {
        color: #000000;
        font-size: 3.75rem;
        margin-top: 2.5rem;
        white-space: nowrap;
    }

.industry1-r {
    margin-left: 9.375rem;
}

    .industry1-r h3 {
        color: #157B2F;
        font-size: 2.25rem;
        margin-bottom: 1.5625rem;
    }

    .industry1-r p {
        color: #555555;
        font-size: 16px;
        line-height: 2.25rem;
    }

.industry2 {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
}

.industry2-c {
    margin-top: 3.75rem;
    position: relative;
}

    .industry2-c img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .industry2-c p {
        width: 100%;
        color: #FFFFFF;
        font-size: 2.25rem;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.industry3 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
}

    .industry3 ul {
        display: flex;
        justify-content: center;
    }

        .industry3 ul li {
            width: 30%;
            text-align: center;
        }

            .industry3 ul li:nth-of-type(1) .industry3-pic img {
                width: 4.375rem;
                min-width: 35px;
            }

            .industry3 ul li:nth-of-type(2) .industry3-pic img {
                width: 4.5625rem;
                min-width: 38px;
            }

            .industry3 ul li:nth-of-type(3) .industry3-pic img {
                width: 3.75rem;
                min-width: 30px;
            }

.industry3-pic {
    width: 11.5rem;
    height: 11.5rem;
    min-width: 90px;
    min-height: 90px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .industry3-pic img {
        display: block;
    }

.industry3 ul li p {
    color: #F2F2F2;
    font-size: 1.5rem;
    font-weight: bold;
}

.industry4 {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
}

.industry4-c {
    margin-top: 4.375rem;
    display: flex;
}

.industry4-l {
    width: 81rem;
    height: 42rem;
}

    .industry4-l img {
        display: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .industry4-l .active {
        display: block;
    }

.industry4-r {
    width: 24.375rem;
    margin-left: 0.875rem;
}

    .industry4-r li {
        width: 100%;
        height: 6.25rem;
        color: #212121;
        font-size: 2.25rem;
        margin-bottom: 0.875rem;
        background: #DCDCDC;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .industry4-r li.active {
            color: #fff;
            background: linear-gradient(48deg, rgba(23,77,86,0.9), rgba(57,140,75,0.9));
        }

.industry5 {
    padding-bottom: 6.25rem;
}

.industry5-c {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    padding: 0 1rem;
}

    .industry5-c li {
        width: 11.0625rem;
        height: 11.0625rem;
        color: #FFFFFF;
        font-size: 1.5rem;
        font-weight: bold;
        border-radius: 50%;
        background: linear-gradient(48deg, rgba(23,77,86,0.9), rgba(57,140,75,0.9));
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
    }

        .industry5-c li::before {
            content: '';
            display: block;
            width: 13.125rem;
            height: 13.125rem;
            border-radius: 50%;
            border: 1px dashed #175252;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.industry6 {
    padding-top: 5.625rem;
    padding-bottom: 5rem;
    background: #F4F4F4;
}

    .industry6 img {
        display: block;
        width: 50%;
        margin: 6.25rem auto 0;
    }