.footer {
    margin: 20px auto 0 auto;
}



.focus {
    margin: 0 auto;
    height: 460px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
}


.about_focus{ background-image:url(../images/inside/about_focus.png);}
.honors_focus{ background-image:url(../images/inside/honors_focus.png);}
.products_focus{ background-image:url(../images/inside/products_focus.png);}
.cases_focus{ background-image:url(../images/inside/cases_focus.png);}
.solution_focus{ background-image:url(../images/inside/solution_focus.png);}
.news_focus {background-image: url(../images/inside/news_focus.png);}
.contacts_focus {background-image: url(../images/inside/contacts_focus.png);}


.navigation{ position:relative;margin:0 auto 0 auto; background: rgba(247, 251, 252, 1); height:60px;line-height:60px;}

.navigation h3{display:inline-block;*display:inline;*zoom:1; vertical-align:top; color: rgba(166, 166, 166, 1); padding-left:62px; font-weight:normal; font-size:14px; z-index:20;background: url(../images/inside/nav_ico.png) no-repeat 22px center;}

.navigation a {
    color: rgba(166, 166, 166, 1);
}
.navigation strong{ color: rgba(166, 166, 166, 1);}

.navigation_menu { position:absolute; top:0px; right:22px; font-size:0px;}

    .navigation_menu a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding:0 30px;
        text-align: center;
        height: 100%;
        font-size: 16px;
        font-weight: 500;
        color: rgba(56, 56, 56, 1);
    }

        .navigation_menu a:hover, .navigation_menu a.hover, .navigation_menu a:active {
            text-decoration: none;
            color: #fff;
            background-color: rgba(254, 138, 1, 1);
        }



.products_menu, .solution_menu {
    margin: 30px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.solution_menu {
    flex-wrap: wrap;
    justify-content: flex-start;
}
    .products_menu a, .solution_menu a {
        text-align: center;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-weight: 500;
        background: rgba(229, 229, 229, 1);
        height: 60px;
        line-height: 60px;
        margin: 0 1px;
    }
    .solution_menu a {
        width: 299px;
        margin: 0 0 1px 1px;
        box-sizing:border-box;
    }
        .products_menu a:hover, .products_menu a.hover, .solution_menu a:hover, .solution_menu a.hover {
            text-decoration: none;
            color: #fff;
            background: rgba(59, 179, 117, 1);
        }

.about {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
    .about .about_pic {
        position: relative;
        width: 473px;
        height: 609px;
    }

        .about .about_pic::before {
            position: absolute;
            content: " ";
            right: 0;
            bottom: 0;
            width: 441px;
            height: 579px;
            opacity: 1;
            border-radius: 4px;
            background: rgba(59, 179, 117, 1);
            z-index: 2;
        }

        .about .about_pic img {
            position: relative;
            width: 441px;
            height: 579px;
            border-radius: 4px;
            z-index: 10;
        }

    .about .about_rights {
        width: 590px;
        margin-right: 20px;
    }

    .about .about_title h2 {
        color: #3BB375;
        font-size: 28px;
    }

    .about .about_title p {
        color: #808080;
    }

    .about .about_text {
        line-height: 30px;
        font-size: 16px;
    }

        .about .about_text p {
            padding: 25px 0 0 0;
            text-indent: 2em;
        }


.details_contents {
    margin: 20px 72px 0 72px;
    line-height: 1.48;
}
.about02 {
    margin: 26px auto 0 auto;
    text-align:center;
}

.about_list {
    margin: 26px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
    .about_list .about_list_item {
        width: 353px;
        height: 241px;
        opacity: 1;
        border-radius: 4px;
    }

.about_list .about_list_item img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.about_list02 {
    margin: 26px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .about_list02 .about_list_item {
        margin: 12px 0 0 0;
        width: 280px;
        height: 180px;
    }

    .about_list02 .about_list_item  img {
        width: 100%;
        height: 100%;
        opacity: 1;
       
    }
.about_list02 .about_list_item:nth-child(7) img { border-radius: 30px 0px 30px 0;}
.about_list02 .about_list_item:nth-child(8) img { border-radius: 0 30px 0 30px;}

.about_top {
    margin: 20px auto;
    width: 460px;
    height: 50px;
    line-height:50px;
    border-radius: 0px 30px 0px 30px;
    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: 28px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}


.about_contents {
    margin: 40px 25px 0 25px;
}
.details_contents {
    margin: 40px 25px 0 25px;
}


.details_pic {
    margin: 40px auto 30px auto;
    text-align:center;
    max-width:900px;
}

.h_details_title {
    text-align: center;
}
.h_details_title h1 {
    display: inline-block;
    margin: 20px auto;
    padding: 0 100px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px 30px 0px 30px;
    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: 28px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.details_contents img {
    margin-top: 15px;
    max-width: 100%;
}



.details_contents p {
    margin-bottom: 20px;
}



.honors_list {
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
    .honors_list dl {
        margin: 24px 0 0 0;
        width: 300px;
    }

        .honors_list dl dt {
            margin:0 auto;
            display: block;
            width: 263px;
            text-align: center;
        }
    .honors_list dt img {
        width: 263px;
    }

    .honors_list dd {
        margin: 0 auto;
        width: 243px;
        padding: 20px 10px 10px 10px;
        display: block;
        text-align: left;
        font-size: 22px;
        color: #000;
    }


.cases_list {
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: stretch;
}
    .cases_list dl {
        margin: 24px 0 0 0;
        width: 300px;
    }

        .cases_list dl dt {
            margin: 0 auto;
            display: block;
            width: 263px;
            height: 200px;
            line-height:200px;
            text-align: center;
        }
    .cases_list dt img {
        max-width: 263px;
        height: 200px;
    }

    .cases_list dd {
        margin: 0 auto;
        width: 243px;
        padding: 20px 10px 10px 10px;
        display: block;
        text-align: left;
        font-size: 22px;
        color: #000;
    }
.products_list {
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.products_list dl {
    margin: 20px 0 0 0;
    width: 300px;
    opacity: 1;

}
    .products_list dt {
        margin: 0 auto;
        padding: 15px 0;
        width: 270px;
        height: 240px;
        line-height:240px;
        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: 250px;
            height: 240px;
        }
    .products_list dd {
        margin: 0 auto;
        width: 270px;

    }
    .products_list dd h4 {
        display: block;
        padding: 20px 20px 10px 20px;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }




.details {
    padding: 20px 34px;
    background: #fff;
    border: #e9e9e9 solid 0px;
}


.details_title {
    padding: 26px 0 20px 0;
    color: #1d1d1d;
    font-size: 24px;
    border-bottom: #e5e5e5 solid 1px;
}

.title_detaileds {
    position: relative;
    margin: 15px auto 0 auto;
    padding-right: 16%;
    padding-bottom: 6px;
    width: 84%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    text-align: left;
}

    .title_detaileds .author {
        color: #0091c9;
    }

    .title_detaileds .views {
        color: #1235cb;
    }

    .title_detaileds .time {
        color: #9a9a9a;
    }

    .title_detaileds strong {
        color: #d47d4d;
    }

    .title_detaileds .t_bdshare {
        position: absolute;
        right: 0;
        top: 1px;
    }

.bdshare {
    margin: 0 auto 0 auto;
    width: 96%;
}


.details_summary {
    margin-top: 18px;
    border: #d1d1d1 solid 1px;
    padding: 16px 25px;
    line-height: 30px;
}

.details_contents {
    margin-top: 18px;
    min-height: 420px;
    font-size: 14px;
    line-height: 28px;
    word-wrap: break-word;
    word-break: break-all;
}

    .details_contents img {
        margin-top: 15px;
        max-width: 100%;
    }

.details_tag {
    margin-top: 18px;
}

.details_tips {
    margin-top: 18px;
    padding: 20px 34px;
    font-size: 12px;
    background: #f5f5f5;
    color: #949494;
    line-height: 24px;
}

.previous_next {
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.previous, .next {
    padding: 12px 18px;
    border: #3BB375 solid 2px;
}

.previous {
    color: #3BB375;
    background: #fff;
}

    .previous a {
        color: #3BB375;
    }

.next {
    background: #3BB375;
    color: #fff;
}

    .next a {
        color: #fff;
    }



.news_list {
    margin: 20px auto 0 auto;
}

    .news_list dl {
        display: block;
        margin: 12px auto 0 auto;
        padding: 40px 0 40px 0;
        background-color: #fff;
        border-bottom: #ccc dotted 1px;
        overflow: hidden;
    }

    .news_list dt {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        width: 300px;
        height: 200px;
        margin: 0 30px 0 0;
    }

        .news_list dt img {
            width: 100%;
            max-height: 100%;
            border-radius: 8px;
        }

    .news_list dd {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        position: relative;
        padding-right: 170px;
        width: 672px;
    }

        .news_list dd h4 {
            display: block;
            padding: 6px 0 8px 0;
            font-size: 24px;
            color: #53575a;
            font-weight: normal;
        }


        .news_list dd p {
            display: block;
            padding: 6px 0 8px 0;
            line-height: 24px;
            color: #989898;
        }

        .news_list dd label {
            padding-left: 5px;
            color: #1d21a3;
        }

        .news_list dd span {
            position: absolute;
            right: 0px;  
            top: 0px;
            width: 100px;
            height: 100px;
            border-radius: 6px;
            background: rgba(229, 229, 229, 1);
            color: #000;
            text-align: center;
        }

        .news_list dd i {
            position: relative;
            padding: 16px 0 0px 0;
            font-size: 48px;
            line-height:1;
            color: #000;
            display: block;
            font-style: normal;
        }



        .news_list dd strong {
            display: block;
            padding-top: 3px;
            font-size: 12px;
            color: #4b4948;
        }

    .news_list dl:hover {
        background: #fff;
    }

        .news_list dl:hover h4, .news_list dl:hover strong {
            color: #f6ab00;
        }


        .stores_map{ margin:60px auto 0 auto; height:500px; width:1236px;}
.contact_box{margin:60px auto 0 auto; width:1190px;}
.contact_text{ float:left; width:534px;}
.contact_feedback{ border-left:#e9e9e9 solid 1px; float:left; padding-left:74px; min-height:500px;}
.contact_text h4,.contact_feedback h4{ font-size:24px;    color: #3BB375;}
.contact_text p{ font-size:16px; line-height:45px; padding-right:40px;}
.contact_text h4{ padding-bottom:18px;}
.contact_text img{ width:212px;}


.contact_feedback dl{ display:block; margin-top:18px;}
.contact_feedback dd{display:inline-block;*display:inline;*zoom:1; vertical-align:top; width:478px; padding-left:10px;}
.contact_feedback dt{ display:inline-block;*display:inline;*zoom:1; vertical-align:top; width:60px; line-height:42px; text-align:right;}
.contact_feedback input[type="text"],.contact_feedback input[type="tel"]{ display:block; border:#d4d4d4 solid 1px; padding-left:20px; text-align:left;width:472px;height:42px; border-radius:0px; box-sizing:border-box; font-size:17px; color:#000; background-color:#fff;}
.contact_feedback textarea {padding:20px;width: 472px;height: 162px;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: linear-gradient(90deg, rgba(238, 245, 222, 1) 0%, rgba(92, 189, 122, 1) 100%); width:238px;height:50px; line-height:50px;  text-align:center; font-size:18px; color:#fff; border-radius:50px; box-sizing:border-box; cursor:pointer; } 

