
.footer {
    margin:60px auto 0 auto;
}

.focus {

    height: 778px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    margin: -140px auto 0 auto;
    z-index: 30;
    overflow:hidden;
}


.about_focus{ background-image:url(../images/inside/about_focus.png);}
.products_focus{ background-image:url(../images/inside/products_focus.png);}
.news_focus {background-image: url(../images/inside/news_focus.png);}
.contacts_focus {background-image: url(../images/inside/contacts_focus.png);}



.top h3{
    display:block;
    font-size: 36px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    text-align:center;
}

.top p {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    text-align: center;
    text-transform: uppercase;
}


.navigation{ position:relative;margin:0 auto 0 auto; background: rgba(242, 242, 242, 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);
        }


.about01 {
    margin:60px auto 0 auto;
}
.about_pic {
    text-align:center;
}
.about_text{
    margin:20px auto;
    width: 1120px;
    font-size: 14px;
font-weight: 400;
letter-spacing: 0px;
line-height: 40px;
color: #383838;
}
.about_text h4{

    font-size: 24px;
font-weight: 700;
letter-spacing: 0px;
color: #383838;
}

.products_class{
    margin:20px auto 0 auto;
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items:stretch;
}
 
.products_class a{
         margin:0 28px;
         position:relative;
         display:inline-block;
         vertical-align:top;
        position: relative;
        padding: 0 0 0 0;
        width: 140px;
        height: 80px;
        text-align: center;
        z-index:20;


}
.products_class a h4{
     font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 26px;

    color: rgba(56, 56, 56, 1);
    }
.products_class a span{
        display:block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(128, 128, 128, 1);
    }
.products_class a.hover,.products_class a:hover{
  
       background-repeat: no-repeat;
        background-position:center bottom 10px;
        background-size: auto auto;
        background-image: url(../images/products_class_list_item.png);
}
.products_class a.hover h4,.products_class a:hover h4,.products_class a.hover span,.products_class a:hover span{
    font-weight: 700;
    color:#FF8D1A;

}




.products_list {
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

    .products_list dl {
        position:relative;
        margin: 18px 0 0 0;
        display: block;
       width: 380px;
        height: 380px;
       border: 1px solid #E5E5E5;
        background-color: #fff;
        overflow:hidden;
    }

        .products_list dl dt {
            width: 100%;
            height: 100%;
            border-radius: 0 0 0 0;
        }

        .products_list dl img {
            width: 100%;
            height: 100%;
            border-radius: 0 0 0 0;
        }

    .products_list dd {
        position:absolute;
        display: block;
        
        border-radius: 0 0 0 0;
        background: rgba(91, 142, 85, 0.8);
        bottom:-380px;
        left:0;
        width:100%;
        padding: 12px 32px 12px 32px;
    }

        .products_list dd h4 {
            padding: 0 0 0 0;
            display: block;
            font-size: 20px;
            font-weight: 400;
            color: rgba(255, 255, 255, 1);
            padding: 0 0 8px 0;
        }
            .products_list dl:hover dd {

                bottom:0;
   
            }

            .products_list dd span{
                display:block;
                padding: 0 0 0 42px;
                height:32px;
                line-height:32px;
                font-size: 26px;
                font-weight: 700;
                letter-spacing: 0px;
                line-height: 32px;
                color: rgba(255, 235, 59, 1);
                background-repeat: no-repeat;
                background-position:left center;
                background-size: auto auto;
                background-image: url(../images/p_jg.png);
            }

.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: 1px solid #E5E5E5; 
        overflow: hidden;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .news_list dt {
        /*
                    display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        */
        display: block;
        width: 320px;
        height: 200px;
        margin: 0 0 0 62px;
    }

        .news_list dt img {
            width: 100%;
            max-height: 100%;
            border-radius: 3px;
        }

    .news_list dd {
        /*
                    display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        */
        display: block;
        position: relative;
        padding-right: 170px;
        width: 510px;
        margin-right: 78px;
    }

        .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: 3px;
            background-color: #A6A6A6;
            color: #fff;
            text-align: center;
        }

        .news_list dd i {
            position: relative;
            padding: 16px 0 0px 0;
            font-size: 48px;
            line-height: 1;
            color: #fff;
            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 a:hover h4 {
        color: #80BE3E;
    }

            .news_details {

    padding:54px 0 0 0;
}

            .details_title {

    border-bottom: 1px solid #E5E5E5;
    padding-bottom:20px;
}
    .details_title h1 {
        font-size: 32px;
        font-weight: 400;  
        line-height: 32px;
        color: #000;
    }
.details_title_other {
    display:block;
    padding:20px 0 0 0;
}


.news_details_contents {
    margin-top: 18px;
    min-height: 420px;
    font-size: 14px;
    line-height: 28px;
    word-wrap: break-word;
    word-break: break-all;
}

    .news_details_contents img {
        margin-top: 15px;
        max-width: 100%;
    }
    .news_details_contents .image figcaption {
        text-align:center;
        font-size:16px;
    }

.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: #80BE3E solid 2px;
}

.previous {
    color: #80BE3E;
    background-color: #fff;
}

    .previous a {
        color: #80BE3E;
    }

.next {
    background-color: #80BE3E;
    color: #fff;
}

    .next a {
        color: #fff;
    }


    .news_other{ margin:18px auto 0 auto;padding:20px 34px; background:#fff;  border:#e9e9e9 solid 1px;}
.news_other h2{ display:block; padding-bottom:10px; font-size:16px; color:#5d5455;border-bottom:#e9e9e9 solid 1px;}

.news_other_list{ margin-top:20px;}

.news_other_list dd{display:inline-block;*display:inline;*zoom:1; vertical-align:top; padding:0 5px 0 20px; width:420px; line-height:30px;}
.news_other_list dd h4{ float:left; color:#454545; font-weight:normal;}
.news_other_list dd span{ float:right; color:#8b8b8b; }



.stores_map{ margin:60px auto 0 auto; height:500px; width:1200px;}

.contact_box{margin:60px auto 0 auto; width:1190px;}
.contact_text_img{ padding:30px 0}
.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: #000;}
.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; } 


