/*ny_banner_section*/
.ny_banner_section{
    width: 100%;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.ny_banner_section .ny_banner_section_con{
    width: 1920px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.ny_banner_section .ny_banner_section_con img{
    display: block;
    width: 100%;
    height: auto;
}
.ny_banner_section .ny_banner_section_con img.banner_phone{
    display: none;
}

/* crumbs_box */
.crumbs_box{
    width: auto;
    height: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}
.crumbs_list{
    width: 100%;
    height: auto;
}
.crumbs_list ul li{
    float: left;
    width: auto;
    height: auto;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 36px;
}
.crumbs_list ul li a{

    width: auto;
    height: auto;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 36px;
}
.crumbs_list ul li span{
    float: left;
    width: auto;
    height: auto;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 36px;
    margin: 0 8px;
}
.crumbs_list ul li a:hover{
    color: #0a9f70;
}





/* content_page */
.content_page{
    width: 100%;
    height: auto;
    padding: 50px 0;
    box-sizing: border-box;
}
/* content_page_container */
.content_page_container{
    width: 100%;
    height: auto;
    min-height: 960px;
    position: relative;
    padding-left: 350px;
    box-sizing: border-box;
}
.content_page_side{
    width: 310px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.content_side_nav{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
.content_side_nav h2{
    width: 100%;
    height: auto;
    background: #0a9f70;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}
.content_side_nav ul{
    width: 100%;
    height: auto;
}
.content_side_nav ul li{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}
.content_side_nav ul li:last-child{
    border-bottom: none;
}
.content_side_nav ul li a{
    display: block;
    width: 100%;
    height: auto;
    background: #f6f6f6;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    line-height: 20px;
    font-weight: 500;
}

.content_side_nav ul li a:hover{
    background: #ffb400;
    color: #fff;
}
.content_side_nav ul li a.active{
    background: #ffb400;
    color: #fff;
}
.content_side_contact{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
}
.content_side_contact h2{
    width: 100%;
    height: auto;
    background: #0a9f70;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}
.content_side_contact .text_box{
    width: 100%;
    height: auto;
}
.content_side_contact .text_box p{
    padding: 12px 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
}
.content_side_contact .text_box p:last-child{
    border-bottom: none;
}
/* content_page_conter */
.content_page_conter{
    width: 100%;
    height: auto;
    float: left;
}
.content_page_conter .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    padding: 5px 0;
    padding-bottom: 10px;
    padding-right: 230px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.content_page_conter .title_box h2{
    font-size: 22px;
    color: #333;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 1px;
}



/* about_page */
.about_page{
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.about_page_conter{
    width: 100%;
    height: auto;
}
.about_page_conter .text_box{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}
.about_page_conter .text_box p{
    text-indent: 2em;
    margin-bottom: 20px;
}
.about_page_conter .text_box img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}


/* contact_page */
.contact_page{
    width: 100%;
    height: auto;
}
.contact_page_conter{
    width: 100%;
    height: auto;
}
.contact_section1_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.contact_section1_box h2{
    font-size: 22px;
    color: #333;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}
.contact_section1_box .text_box{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}
.contact_section1_box .text_box p{
    margin-bottom: 5px;
}
.contact_section1_box .code_pic{
   width: 200px;
   height: 200px;
   margin-top: 30px;
}
.contact_section1_box .code_pic img{
    display: block;
    width: 200px;
    height: auto;
 }

.contact_section2_box{
    width: 100%;
    height: 400px;
    position: relative;
}
.contact_section2_box .contact_map{
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;

    background: url('../images/contact_map.png');
    background-size: cover;
}



/* case_page */
.case_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.case_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.case_page .title_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.case_page .title_box p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}
.case_page_conter{
    width: 100%;
    height: auto;
}


/* news_page */
.news_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.news_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.news_page .title_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.news_page .title_box p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}
.news_page_conter{
    width: 100%;
    height: auto;
}



/* news_details_page */
.news_details_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.news_details_page_conter{
    width: 100%;
    height: auto;
}
.news_details_page_conter .text_box{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-align: justify;
}
.news_details_page_conter .text_box p{
    margin-bottom: 26px;
    text-indent: 2em;
}
.news_details_page_conter .text_box img{
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 10px;
}


/* product_page */
.product_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.product_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.product_page .title_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.product_page .title_box p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}

/* products_list_box */
.products_list_box{
    width: 100%;
    height: auto;
}
.products_list_box ul{
    margin: 0 -1%;
}
.products_list_box ul li{
    float: left;
    width: 23%;
    height: auto;
    background: #fff;
    margin: 1%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.product_page .products_list_box ul {
    margin: 0 -1.5%;
    margin-top: -1.5%;
}
.product_page .products_list_box ul li{
    width: 30.333333%;
    margin: 1.5%;
}
.products_list_box ul li .label{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #41b68d;
    padding: 10px 0;
    box-sizing: border-box;
    position: absolute;
    top: 15px;
    right: 15px;
}
.products_list_box ul li .label span{
    display: block;
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.products_list_box ul li .pic_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 10px;
}
.products_list_box ul li .pic_box a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
.products_list_box ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.products_list_box ul li .text_box{
    width: 100%;
    height: auto;
    border-top: 1px solid #ddd;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #0a9f70;
    border-radius: 50px;
    overflow: hidden;
}
.products_list_box ul li .text_box a{
    display: block;
    width: 100%;
    height: auto;
}
.products_list_box ul li .text_box h3{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-weight: 600;
}
.products_list_box ul li .text_box .text{
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 20px;
}


.products_list_box ul li:hover{
    border: 1px solid #ffb400;
}
.products_list_box ul li:hover .text_box{
    border-top: 1px solid #ffb400;
    background: #ffb400;
}

.products_page_conter .products_list_box ul li{
    width: 31.333333%;
}


/* products_details_page */
.products_details_page{
    width: 100%;
    height: auto;
}
.products_details_conter{
    width: 100%;
    height: auto;
}
.products_details_conter .text_box{
    width: 100%;
    height: auto;
}
.products_details_conter .text_box img{
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px){
    .products_list_box ul {
        margin: 0 -1.5%;
    }
    .products_list_box ul li{
        width: 47%;
        margin: 0 1.5%;
        margin-bottom: 15px;
    }
    .products_list_box ul li .text_box{
        padding: 12px 10px;
    }


    /*ny_banner_section*/
    .ny_banner_section{
        width: 100%;
        height: auto;
    }
    .ny_banner_section .ny_banner_section_con{
        width: 100%;
        height: auto;
        margin-left: 0;
        left: 0;
        position: relative;
    }
    .ny_banner_section .ny_banner_section_con img{
        display: none;
    }
    .ny_banner_section .ny_banner_section_con img.banner_phone{
        display: block;
    }


    .crumbs_box{
        width: 100%;
        top: -60px;
        left: 0;
    }
    .content_page_conter .title_box{
        padding-right: 0;
    }

    .content_page_container{
        min-height: auto;
        padding-left: 0;
    }
    .content_page_side{
        display: none;
    }

    .content_page_conter .section_con{
        padding-left: 0;
        padding-right: 0;
    }

    .content_page{
        padding: 40px 0;
        padding-top: 60px;
    }
    .content_page_conter .title_box h2{
        font-size: 20px;
        line-height: 30px;
    }
    .crumbs_list ul li,.crumbs_list ul li a,.crumbs_list ul li span{
        font-size: 13px;
        line-height: 30px;
    }

    .about_page_conter .text_box{
        font-size: 15px;
        line-height: 26px;
    }
    .about_page{
        padding-bottom: 10px;
    }
    .contact_section1_box h2{
        font-size: 16px;
        line-height: 26px;
    }
    .contact_section1_box .text_box{
        font-size: 15px;
        line-height: 26px;
        margin-top: 15px;
    }
    .contact_section1_box .code_pic{
        width: 180px;
        height: 180px;
        margin-top: 20px;
     }
     .contact_section1_box .code_pic img{
         width: 180px;
      }
      .contact_section2_box{
          height: 250px;
      }
      .contact_section2_box .contact_map{
        height: 250px;
      }
      .contact_page{
          padding-bottom: 20px;
      }

      .products_page_conter .products_list_box ul li {
        width: 47%;
    }
     
        
}



