
.footer {
    margin: 0.1rem auto 0 auto;
}

.top_menu {
    height: 0.5rem;
    line-height:0.5rem;
    opacity: 1;
    background: rgba(247, 251, 252, 1);
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.top_menu a {
    position:relative;
    margin:0 auto;
    text-align: center;
    color: #383838;
    font-size:0.14rem;
}
    .top_menu a:hover, .top_menu a.hover {
        text-decoration: none;
        color: #3BB375;
        height: 0.5rem;
        line-height: 0.5rem;
        box-sizing: border-box;
        opacity: 1;
        border-bottom: rgba(59, 179, 117, 1) solid 6px;
    }
.products_menu {

    opacity: 1;

    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}
    .products_menu a {
        margin-top:2px;
        position: relative;
        height: 0.4rem;
        line-height: 0.4rem;
        width: calc(50% - 1px);
        text-align: center;
        color: #000;
        font-size: 0.14rem;
        background: #E5E5E5;
    }
        .products_menu a:hover, .products_menu a.hover {
            text-decoration: none;
            color: #fff;
            background: #3BB375;
        }
.about_contents {
    padding:0.12rem 0.12rem;
    line-height:1.5;
}
    .about_contents img {
        max-width:100%;
    }

.about .about_pic {
    position: relative;
    margin: 0.28rem auto 0 auto;  
    width: 3.4rem;
    height: 3.82rem;
}

    .about .about_pic::before {
        position: absolute;
        content: " ";
        right: 0;
        bottom: 0;
        width: 3.175rem;
        height: 3.63rem;
        opacity: 1;
        border-radius: 4px;
        background: rgba(59, 179, 117, 1);
        z-index: 2;
    }

    .about .about_pic img {
        position: relative;
        width: 3.175rem;
        height: 3.63rem;
        border-radius: 4px;
        z-index: 10;
    }
.about .about_rights {
    margin:0.15rem auto;
}
.about .about_title {
    text-align:center;
}
.about .about_title h2 {
    color: #3BB375;
    font-size: 0.16rem;
}

.about .about_title p {
    color: #808080;
    font-size: 0.07rem;
}

.about .about_text {
    line-height:1.8;

}

    .about .about_text p {
        padding: 0.12rem 0 0 0;
        text-indent: 2em;
    }

.about_list {
    margin: 0.13rem 0.14rem 0 0.14rem;

}

    .about_list .about_list_item {
        margin: 0.12rem 0 0 0;
    }

        .about_list .about_list_item img {
            width: 100%;
            height: 100%;
            border-radius: 4px;
        }


.about_top {
    margin: 0.1rem auto;
    width: 2.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0px 0.15rem 0px 0.15rem;
    background: linear-gradient(90deg, rgba(238, 245, 222, 1) 0%, rgba(92, 189, 122, 1) 100%);
    text-align: center;
    text-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 0.16rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.about_list02 {
    margin: 0.13rem auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .about_list02 .about_list_item {
        margin: 0.06rem 0 0 0;
        width: 1.68rem;
        height: 1.08rem;
    }

        .about_list02 .about_list_item img {
            width: 100%;
            height: 100%;
            opacity: 1;
            opacity: 1;
 
        }
.about_list02 .about_list_item:nth-child(7) img { border-radius: 0.15rem 0px 0.15rem 0;}
.about_list02 .about_list_item:nth-child(8) img { border-radius: 0 0.15rem 0 0.15rem;}

.honors_list {
    margin: 0.1rem 0.14rem 0 0.14rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

    .honors_list dl {
        margin: 0.1rem 0 0 0;
        width: 1.7rem;
    }

        .honors_list dl dt {
            margin: 0 auto;
            display: block;
            width: 1.7rem;
            text-align: center;
        }

    .honors_list dt img {
        width: 1.32rem;
    }

    .honors_list dd {
        margin: 0 auto;
        padding: 0.1rem;
        display: block;
        text-align: left;
        font-size: 0.1rem;
        color: #000;
    }


.products_list {
    margin: 0.1rem 0.14rem 0 0.14rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

    .products_list dl {
        margin: 0.1rem 0 0 0;
        width: 1.58rem;
        opacity: 1;
    }

    .products_list dt {
        margin: 0 auto;
        padding: 0.1rem 0;
        width: 1.58rem;
        min-height: 1.2rem;
        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_list dt img {
            max-width: 1.4rem;
            height: 1.2rem;
        }

    .products_list dd {
        margin: 0 auto;
    }

        .products_list dd h4 {
            display: block;
            padding: 0.1rem;
            font-size: 20px;
            font-weight: 500;
            text-align: center;
        }

.cases_list {
    margin: 0.1rem 0.14rem 0 0.14rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

    .cases_list dl {
        margin: 0.12rem 0 0 0;
        width: 1.6rem;
    }

        .cases_list dl dt {
            margin: 0 auto;
            display: block;
            width: 1.6rem;
            height:1rem;
            line-height: 1rem;
            text-align: center;
        }

    .cases_list dt img {
        max-width: 1.6rem;
        height: 1rem;
        
    }

    .cases_list dd {
        margin: 0 auto;
        padding: 0.1rem;
        display: block;
        text-align: left;
        color: #000;
    }









.details_contents {
    margin: 0.2rem 0.14rem 0 0.14rem;
    line-height:1.8;
}

.h_details_title {
    text-align: center;
}

    .h_details_title h1 {
        display: inline-block;
        margin: 0.1rem auto;
        padding: 0 100px;
        height: 0.3rem;
        line-height: 0.3rem;
        border-radius: 0px 0.2rem 0px 0.2rem;
        background: linear-gradient(90deg, rgba(238, 245, 222, 1) 0%, rgba(92, 189, 122, 1) 100%);
        text-align: center;
        text-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
        font-size: 0.16rem;
        font-weight: 700;
        color: rgba(255, 255, 255, 1);
    }

.details_contents img {
    margin-top: 0.14rem;
    max-width: 100%;
}



.details_contents p {
    display:block;
    margin-bottom: 0.1rem;
}


.details_title {
    border-top: #e5e5e5 solid 1px;
    padding: .1rem 0.09rem 0.1rem 0.19rem;
    background: #fff;
}

    .details_title h1 {
        display: block;
        font-size: .15rem;
        color: #000
    }

.title_detaileds {
    position: relative;
    font-size: .1rem;
    color: #999;
}


.cases_details_contents {
    padding: .1rem 0;
    margin: .1rem .12rem 0 .12rem;
    line-height: 1.8;
}

    .cases_details_contents img {
        max-width: 100%;
    }


    .cases_details_contents p {
        margin-bottom: .1rem;
    }

#share {
    margin: 0 .12rem 0 auto;
    font-size: .14rem;
    text-align: center;
}

.details_tag {
    margin: .1rem .12rem .1rem .12rem;
    color: #4bb13f;
}

    .details_tag label {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        margin-right: .05rem;
        padding: .05rem .05rem;
        border: #4bb13f solid 1px;
        border-radius: 4px;
        font-size: .12rem;
    }

.previous_next {
    margin: .1rem .12rem 0 .12rem;
}

.previous, .next {
    padding: .1rem 0;
}

.previous {
    color: #191919;
    border-bottom: #e5e5e5 solid 1px;
}

    .previous a {
        color: #191919;
    }

.next {
    color: #1748b7;
}

    .next a {
        color: #1748b7;
    }



.news_list {
    margin: 0 auto 0 auto;
    overflow: hidden;
}

    .news_list dl {
        display: block;
        margin: 0 .13rem 0 .13rem;
        padding: .16rem 0 .16rem 0;
        border-bottom: #e5e5e5 solid 1px;
    }

        .news_list dl:last-child {
            border-bottom: none;
        }

    .news_list dt {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        width: 1.28rem;
        height: 0.96rem;
        margin-left: 0;
    }

        .news_list dt img {
            width: 100%;
            max-height: 100%;
            border-radius: 8px;
        }

    .news_list dd {
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        margin-left: 0.15rem;
        width: 1.84rem;
    }

        .news_list dd h4 {
            display: block;
            font-size: .14rem;
            color: #53575a;
        }


        .news_list dd p {
            display: block;
            padding: .08rem 0 .04rem 0;
            font-size: .10rem;
            line-height: .16rem;
            color: #999;
        }

        .news_list dd span {
            display: block;
            height: .20rem;
            line-height: .20rem;
            color: #999;
            font-size: .11rem;
        }

            .news_list dd span i {
                display: inline-block;
                *display: inline;
                *zoom: 1;
                vertical-align: top;
                font-style: normal;
            }

                .news_list dd span i.time {
                    padding-left: .20rem;
                    background: url(../images/inside/news_list_dd.png) no-repeat 0px -.2rem;
                    background-size: 0.2rem auto;
                }

                .news_list dd span i.views {
                    padding-left: .24rem;
                    background: url(../images/inside/news_list_dd.png) no-repeat 0px 0;
                    background-size: 0.2rem auto;
                    padding-right: .06rem;
                }



        .news_list dd label {
            position: absolute;
            right: 0;
            bottom: .04rem;
            width: .1433rem;
            height: .12rem;
            background: url(../images/news_list_jt.png) no-repeat 0 0;
            background-size: 100% auto;
        }

.stores_map {
    margin: .2rem auto 0 auto;
    height: 2.8rem;
    width: 3.57rem;
}

.contact_box {
    margin: 0 auto 0 auto;
}

.contact_text {
    margin: .25rem .1rem 0 .1rem;
    text-align: center;
}

    .contact_text h4, .contact_feedback h4 {
        font-size: .21rem;
        color: #3BB375;
        text-align: center;
    }

    .contact_text p {
        line-height: 2;
        padding-right: 40px;
    }

    .contact_text h4 {
        padding-bottom: .06rem;
    }

    .contact_text img {
        width: 1.54rem;
    }

.contact_feedback {
    margin: .2rem .1rem 0 .1rem;
}

    .contact_feedback dl {
        display: block;
        margin-top: .13rem;
    }

    .contact_feedback dd {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        width: 2.8rem;
        padding-left: .05rem;
    }

    .contact_feedback dt {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        width: .5rem;
        line-height: .4rem;
        text-align: right;
    }

    .contact_feedback input[type="text"], .contact_feedback input[type="tel"] {
        display: block;
        border: #d4d4d4 solid 1px;
        padding-left: .1rem;
        text-align: left;
        width: 100%;
        height: .4rem;
        border-radius: 0px;
        box-sizing: border-box;
        color: #000;
        background-color: #fff;
    }

    .contact_feedback textarea {
        padding: .1rem;
        width: 100%;
        height: .8rem;
        border: #d4d4d4 solid 1px;
        box-sizing: border-box;
        background-color: #fff;
    }

    .contact_feedback button, .contact_feedback .bm_form_btn {
        display: block;
        margin: 0 auto 0 auto;
        border: 0;
        background: #f08200;
        width: 100%;
        height: .4rem;
        line-height: .4rem;
        text-align: center;
        font-size: .14rem;
        color: #fff;
        border-radius: .4rem;
        box-sizing: border-box;
        cursor: pointer;
    } 