


.swiperfocus .swiper-container {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    height: 600px;
    z-index: 1;
    overflow: hidden;
}

.swiperfocus .swiper-slide {
    z-index: 20;
    min-width: 1200px;
    height: 600px;
}

    .swiperfocus .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

.swiperfocus .swiper-pagination-fraction {
    bottom: 55px;
}

.swiperfocus .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
}

.swiperfocus .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #fff;
    border: #58b530 solid 2px
}

.swiperfocus .swiper-slide > a {
    display: block !important;
    background-size: contain;
    overflow: hidden;
}

.swiperfocus .swiper-slide img {
    height: 100%;
}

.swiperfocus .swiper-button-prev {
    width: 80px;
    height: 600px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -320px;
    z-index: 500;
    cursor: pointer;
    background-position: center center;
    background-size: 40% auto;
}

.swiperfocus .swiper-button-next {
    width: 80px;
    height: 600px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -320px;
    z-index: 600;
    cursor: pointer;
    background-position: center center;
    background-size: 40% auto;
}


.top {
    position: relative;
    margin: 0 auto 0 auto;
    min-width: 1200px;
    text-align: center;
}

    .top h2 {
        position: relative;
        display: block;
        font-size: 40px;
        color: #2D2D2D;
        z-index: 2
    }

    .top p {
        margin:0 auto;
        position: relative;
        display: inline-block;
        padding:0 50px;
        color: rgba(128, 128, 128, 1);
        line-height:30px;
        font-size: 16px;
        z-index: 2;
        border-bottom: 1px solid #3BB375;
    }

.about {
    padding: 72px 0 72px 0;
}
.about .w_1360px {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .about .about_pic {
        position: relative;
        width: 390px;
        height: 503px;
   
    }
    .about .about_pic::before {
        position:absolute;
        content:" ";
        right:0;
        bottom:0;
        width: 364px;
        height: 478px;
        opacity: 1;
        border-radius: 4px;
        background: rgba(59, 179, 117, 1);
        z-index:2;
    }
        .about .about_pic img {
            position: relative;
            width: 364px;
            height: 478px;
            border-radius: 4px;
            z-index: 10;
        }

.about_rights {
    width:755px;
    margin-right:20px;
}
.about_title h2 {
    color: #3BB375;
    font-size:28px;
}
.about_title p {
    color: #808080;
}

.about_text {
    line-height:24px;
}
.about_text p{
    padding:16px 0 0 0;
    text-indent:2em;
}

.about_cha {
    display:block;
    margin:16px auto 0 0;
    width: 84px;
    height: 30px;
    line-height:30px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(59, 179, 117, 1);
    text-align:center;
    color:#fff;
}
.about_list {
    margin: 26px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
    .about_list dd {
        width: 220px;
        height: 150px;
    }

        .about_list dd img {
            width: 100%;
            height: 100%;
            border-radius: 4px;
        }

.solution {
    padding: 40px 0 72px 0;
}

.solution_list {
    margin: 29px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
    .solution_list dl {
        position: relative;
        margin: 25px 0 0 0;
        width: 290px;
        background-color: #fff;
        border-radius: 0px 0px 4px 4px;
    }

        .solution_list dl dt {
            padding-top:10px;
            width: 100%;            
            height: 190px;
            line-height:190px;
            text-align:center;
        }

    .solution_list dt img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 4px 4px 0px 0px;
    }
    .solution_list dd {
        display: block;
        padding: 20px 20px 20px 20px;
        
        font-size: 20px;
        color: rgba(0, 0, 0, 1);
    }


.products {
    padding: 40px 0 72px 0;
    background: url(../images/products_bg.png) repeat-x left bottom;
}
.products_swiper {
    position: relative;
    margin: 58px auto 0 auto;
    min-height: 420px;
}

    .products_swiper .swiper-container {
 
        height: 420px;
    }

    .products_swiper .swiper-slide {
        width: 300px;
        height: 420px;
        z-index: 1;
        text-align: center;
    }
    .products_swiper .products_swiper_pic {
        margin: 0 auto;
        padding: 15px 0;
        width: 270px;
        height: 320px;
        line-height: 320px;
        opacity: 1;
        border-radius: 4px;
        background: linear-gradient(180deg, rgba(239, 246, 224, 1) 0%, rgba(198, 222, 139, 1) 55.56%, rgba(59, 179, 117, 1) 100%);
        box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.25);
        text-align: center;
    }
    .products_swiper .products_swiper_pic img {
        max-width: 240px;
        max-height: 320px;
    }

    .products_swiper .swiper-slide h4 {
        display: block;
        width: 270px;
        padding: 20px 0 0 0;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }



    .products_swiper .swiper-button-prev, .products_swiper .swiper-button-next {
        top:30%;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        background: rgba(204, 204, 204, 0.6);
        opacity: 0.6;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30% auto;
        z-index: 20;
    }

.products_swiper .swiper-button-prev {
    left: -120px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.products_swiper .swiper-button-next {
    right: -120px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

    .products_swiper .swiper-button-prev:hover, .products_swiper .swiper-button-next:hover {
        opacity: 1;
    }


.news {
    padding: 40px 0 72px 0;
}

.news_contents {
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.news_headlines {
    width: 570px;
    background: rgba(245, 245, 245, 1);
}

    .news_headlines dt {
        display: block;
        width: 100%;
        height: 380px;
    }

        .news_headlines dt img {
            width: 100%;
            height: 100%;
        }

    .news_headlines dd {
        position: relative;
        padding: 20px 30px 20px 30px; 
    }



        .news_headlines dd h4 {
            display: block;
            padding: 0 0 0 0;
            font-size: 20px;
            color: rgba(0, 0, 0, 1);
        }

        .news_headlines dd p {
            display: block;
            padding: 10px 0 0 0;
            line-height: 22px;
            font-weight: normal;
        }

.news_list {
    width:600px;
}
    .news_list dd {
        display: block;
        position: relative;
        margin-top:20px;
        padding: 0 0 20px 110px;
        border-bottom: 1px solid rgba(245, 245, 245, 1);
    }

    .news_list dd h4 {
        display: block;
        padding: 0 0 0 0;
        font-size: 16px; 
        color: rgba(56, 56, 56, 1);

    }


    .news_list dd p {
        display: block;
        padding: 10px 0 0 0;
        line-height: 20px;
        color: #333333;
    }

   
    .news_list dd span {
        position: absolute;
        left: 0px;
        padding: 0;
        height: 122px;
        top: 0px;
        width: 90px;
        font-size: 16px;
        color: #333333;
        text-align: center;
    }

    .news_list dd i {
        position: relative;
        font-size: 48px;
        color: rgba(59, 179, 117, 1);
        display: block;
        font-style: normal;
        font-weight: 700;
    }



@media (max-width: 1400px) {
    .products_swiper .swiper-button-prev {
        left: 10px;
        background-color: #000;
        opacity: 0.2;
    }

    .products_swiper .swiper-button-next {
        right: 10px;
        background-color: #000;
        opacity: 0.2;
    }
}

