/** 产品 */
.product-box {
    position: relative;
    padding: 80px 0 80px 24px;
    background-size: cover;
    overflow: hidden;
}

.product-box .title {
    position: relative;
}

.product-box .title h3 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 2;
    width: 68px;
    color: #333333;
    font-size: 34px;
    line-height: 1.2em;
}

.product-box .title h4 {
    font-size: 208px;
    line-height: 208px;
    text-shadow: 0 0 2px #008536;
    color: #FAFAF2;
}

.product-box .body {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    margin-top: -60px;
    margin-left: 100px;
}

.product-box .body ul {
    border: 1px solid #008536;
    padding-bottom: 10px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    /*scrollbar-width: none; !* firefox *!*/
    /*-ms-overflow-style: none; !* IE 10+ *!*/
}

.product-box .body ul::-webkit-scrollbar {
    /*display: none; !* Chrome Safari *!*/
}

.product-box .body ul li {
    width: 200px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
}

.product-box .body ul li:last-of-type {
}

.product-box .body ul li.active {
    color: #008536;
}

.product-box .body ul li:hover {
    color: #008536;
    cursor: pointer;
    transition: color 0.3s linear;
}

.product-list {
    flex: 1;
    min-width: 2px;
    background-color: #008536;
    border-radius: 20px 0 0 20px;
    /*margin-left: 100px;*/
    margin-left: 150px;
    border: 40px solid #008536;
    border-right-width: 100px;
    overflow: hidden;
}

.product-list .swiper-slide {
    width: 50%;
}

.product-list .swiper-slide a {
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 24px;
}

.product-list .swiper-slide a h4 {
    font-size: 24px;
    text-align: center;
    line-height: 2em;
}

.product-list .swiper-slide a img {
    width: 100%;
}

.product-list .swiper-slide a button {
    position: absolute;
    bottom: 80px;
    left: 60px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #CECECE;
    background-color: #FFFFFF;
    border-radius: 18px;
    color: #CECECE;
}

.product-list .swiper-slide a button:hover {
    cursor: pointer;
    animation: navHover 0.3s forwards linear;
}

.product-list .more {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    right: 50px;
    margin: auto;
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    border: 4px solid #008536;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
}

.product-list .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-list .more a img {
    width: 60%;
    height: 60%;
}

/** 关于我们 */
.about-box {
    padding: 40px 24px 120px 24px;
    background-size: 100% 100%;
    border-radius: 0 100px 0 0;
}

.about-box h2 {
    text-align: center;
    font-weight: normal;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.about-box .detail {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 750px;
    margin: 0 auto;
}

.about-box .detail p {
    line-height: 1.5em;
    color: #FFFFFF;
}

.about-box .detail a {
    position: relative;
    z-index: 2;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
}

.about-box .detail a:hover {
    text-decoration: underline;
}

.about-box .detail a::before {
    position: absolute;
    left: 30px;
    top: 0;
    content: '';
    width: 40px;
    height: 40px;
    background-color: #008536;
    border-radius: 50%;
    z-index: -1;
}

.about-box .medium {
    display: flex;
    align-items: flex-end;
    width: 1232px;
    margin: 0 auto;
}

.about-box .medium > img {
    width: 700px;
    border-radius: 80px 0 0 0;
}

.about-box .medium > video {
    width: 700px;
    height: 460px;
    border-radius: 80px 0 0 0;
}

.about-box .medium ul {
    flex: 1;
    display: flex;
    align-items: center;
}

.about-box .medium ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    background-color: #CECECE;
    border-radius: 20px;
    padding: 10px 20px;
}

.about-box .medium ul li img {
    height: 80px;
}

/** 环境 */
.environment-box {
    position: relative;
    background-size: 100% 100%;
}

.environment-box .left {
    position: absolute;
    top: -100px;
    width: 24%;
    max-width: 500px;
}

.environment-box .left img {
    width: 100%;
}

.environment-box .left h4 {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 40px;
    color: #FF8B17;
    margin: auto;

}

.environment-box .right {
    position: relative;
    width: 50%;
    margin-left: 30%;
    padding: 7% 0;
}

#environment-swiper a {
    display: block;
    width: 100%;
    max-width: 400px;
    border-radius: 50%;
    overflow: hidden;
    border: 20px solid #ECECEC;
    box-sizing: border-box;
}

#environment-swiper a img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.environment-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 103%;
    width: 68px;
    height: 21px;
    margin: auto;
}

.environment-box .right > a {
    position: absolute;
    top: 80%;
    right: 0;
    z-index: 2;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.environment-box .right > a:hover {
    text-decoration: underline;
}

.environment-box .right > a::before {
    position: absolute;
    left: 30px;
    top: 0;
    content: '';
    width: 40px;
    height: 40px;
    background-color: #FF8B17;
    border-radius: 50%;
    z-index: -1;
}

/** 新闻资讯 */
.news-box {
    position: relative;
    z-index: 3;
    width: 1230px;
    margin: 100px auto;
}

.news-box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50%;
    border: 10px solid #FCC479;
    background-color: #008536;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 28px;
    text-align: center;
}

.news-box strong {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 300px;
    line-height: 160px;
    color: rgba(160, 0, 0, .1);
    text-align: center;
}

.news-box .body {
    position: relative;
}

.news-box .body ul {
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    margin-top: 40px;
}

.news-box .body ul li {
    width: 32%;
    background-color: #ECECEC;
    margin-right: 1%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-box .body ul li:nth-child(3n) {
    margin-right: 0;
}

.news-box .body ul li a {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.news-box .body ul li a:hover {
    background-color: #008536;
    transition: all 0.5s;
    color: #FFFFFF;
}

.news-box .body ul li a .time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-color: #008536;
    color: #FFFFFF;
    font-size: 24px;
    padding: 0 2px;
    border-radius: 0 0 20px 0;
    line-height: 36px;
}

.news-box .body ul li a .time span {
    padding: 0 8px;
}

.news-box .body ul li a .time span:first-of-type {
    border-bottom: 1px solid #FFFFFF;
}

.news-box .body ul li a .detail {
    flex: 1;
    margin: 0 10px;
    min-width: 2px;
    padding-bottom: 10px;
}

.news-box .body ul li a .detail h4 {
    font-size: 18px;
    line-height: 1.6em;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-box .body ul li a .detail p {
    line-height: 1.5em;
    overflow: hidden;
    height: 4.5em;
    margin-bottom: 10px;
    color: #999999;
}

.news-box .body ul li a:hover .detail p {
    color: #FFFFFF;
    transition: color 0.5s;
}

.news-box .body ul li a .detail .more {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #7CB519;
    margin-left: 100%;
    transform: translateX(-100%);
}

.news-box .body > a {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.news-box .body > a:hover {
    text-decoration: underline;
}

.news-box .body > a::before {
    position: absolute;
    left: 30px;
    top: 0;
    content: '';
    width: 40px;
    height: 40px;
    background-color: #FF8B17;
    border-radius: 50%;
    z-index: -1;
}

.mobile-environment-box,
.mobile-about-box,
.mobile-product-box {
    display: none;
}

@media all and (max-width: 1279px) {
    /** 产品 */
    .product-box {
        display: none;
    }

    .mobile-product-box {
        display: block;
        padding-top: 20px;
    }

    .mobile-product-box .title {
        position: relative;
        z-index: 3;
    }

    .mobile-product-box .title h3 {
        font-size: 20px;
        text-align: center;
        padding-top: 30px;
    }

    .mobile-product-box .title h4 {
        position: absolute;
        left: 0;
        top: -20px;
        z-index: -1;
        width: 100%;
        text-align: center;
        font-size: 80px;
        color: #FFFFFF;
        text-shadow: 0 0 1px #008536;
    }

    .mobile-product-box .body {
        position: relative;
        z-index: 3;
        background-size: 100% 100%;
    }

    .mobile-product-box .body {
        border-radius: 0 40px 0 0;
        padding: 0 20px;
    }

    .mobile-product-box .mobile-product-list {
        flex: 1;
        min-width: 2px;
        padding: 40px 0;
    }

    .mobile-product-box .mobile-product-list .swiper-slide a {
        position: relative;
        display: inline-block;
        width: 100%;
        background-color: #FFFFFF;
        border-radius: 10px;
        overflow: hidden;
        padding-bottom: 20px;
    }

    .mobile-product-box .mobile-product-list .swiper-slide a h4 {
        text-align: center;
        height: 40px;
        line-height: 40px;
    }

    .mobile-product-box .mobile-product-list .swiper-slide a img {
        display: block;
        width: 100%;
    }

    .mobile-product-box .mobile-product-list .swiper-slide a button {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: 100px;
        height: 28px;
        line-height: 28px;
        border-radius: 14px;
        color: #FFFFFF;
        font-size: 12px;
        background-color: #008536;
        border: none;
    }

    .mobile-product-box .mobile-product-list .more {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .mobile-product-box .mobile-product-list .more a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 5px solid #008536;
        background-color: #FF8B17;
        box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.6);
    }

    .mobile-product-box .mobile-product-list .more a img {
        width: 20px;
        height: 20px;
    }

    .mobile-product-controller {
        display: flex;
        align-items: center;
        padding: 20px 0 10px;
    }

    .mobile-product-box .mobile-product-list .mobile-product-next,
    .mobile-product-box .mobile-product-list .mobile-product-prev {
        position: static;
        width: 40px;
        height: 40px;
        color: #008536;
        margin-top: 0;
        background-color: rgba(255,255,255,0.8);
    }

    .mobile-product-box .mobile-product-list .mobile-product-next::after,
        .mobile-product-box .mobile-product-list .mobile-product-prev::after {
        font-size: 20px;
    }

    /** 关于我们 */
    .about-box {
        display: none;
    }

    .mobile-about-box {
        display: block;
    }

    .mobile-about-box h2 {
        padding: 20px 0;
        text-align: center;
        font-size: 24px;
        color: #008536;
        font-weight: normal;
    }

    .mobile-about-box p {
        padding: 0 24px;
        font-size: 20px;
        line-height: 1.5em;
    }

    .mobile-about-box a {
        display: block;
        text-align: right;
        color: #008536;
        font-size: 18px;
        padding: 20px 24px 20px 0;
    }

    .mobile-about-box .medium {
        background-size: 100% 100%;
    }

    .mobile-about-box .medium > img {
        display: block;
        width: 90%;
        margin: 0 auto;
        border-radius: 40px 0 0 0;
    }

    .mobile-about-box .medium > video {
        border-radius: 40px 0 0 0;
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .mobile-about-box .medium ul {
        display: flex;
        align-items: center;
        padding: 40px 40px 0 40px;
    }

    .mobile-about-box .medium ul li {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        background-color: #ECECEC;
        border-radius: 10px;
    }

    .mobile-about-box .medium ul li:nth-child(2) {
        margin: 0 10px;
    }

    .mobile-about-box .medium ul li img {
        width: 90%;
    }

    /** 环境  */
    .environment-box {
        display: none;
    }

    .mobile-environment-box {
        position: relative;
        display: block;
        background-size: 100% 100%;
        margin: 20px 0 10px 0;
        padding-bottom: 20px;
    }

    .mobile-environment-box h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        padding: 10px;
        border: 5px solid #FCC479;
        background-color: #008536;
        font-size: 24px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 50%;
        margin: 0 auto 80px;
    }

    .mobile-environment-box .body {
        position: relative;
        padding-bottom: 20px;
    }

    .mobile-environment-box #mobile-environment-swiper {
        width: 300px;
        margin: 0 auto;
    }

    .mobile-environment-box #mobile-environment-swiper img {
        width: 260px;
        height: 260px;
        border-radius: 50%;
        border: 15px solid #ECECEC;
        object-fit: cover;
    }

    .mobile-environment-box .swiper-button-prev::after,
    .mobile-environment-box .swiper-button-next::after {
        color: #008536;
    }

    .mobile-environment-box > a {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #FFFFFF;
    }

    /** 资讯 */
    .news-box {
        width: 100%;
        margin: 40px 0 10px 0;
    }

    .news-box h3 {
        width: 60px;
        height: 60px;
        font-size: 24px;
        border-width: 5px;
    }

    .news-box strong {
        font-size: 120px;
        line-height: 40px;
    }

    .news-box .body ul {
        display: block;
        width: 80%;
        margin: 30px auto 0;
    }

    .news-box .body ul li {
        width: 100%;
        margin-right: 0;
    }

    .news-box .body ul li a .time {
        font-size: 18px;
        line-height: 28px;
    }

    .news-box .body ul li a .detail h4 {
        font-size: 16px;
    }

    .news-box .body ul li a .detail p {
        font-size: 12px;
    }

    .news-box .body ul li a .detail .more {
        transform: translateX(-120%);
    }

    .news-box .body > a {
        display: none;
    }
}