/*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;
}



/* crumbs_box */
.crumbs_box{
    width: 100%;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    background: #f5f5f5;
}
.crumbs_list{
    width: 100%;
    height: auto;
}
.crumbs_list ul li{
    float: left;
    width: auto;
    height: auto;
    margin-right: 16px;
}
.crumbs_list ul li a{
    float: left;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #8e8e8e;
    line-height: 20px;
}
.crumbs_list ul li span{
    float: left;
    width: auto;
    height: auto;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 20px;
    margin-left: 16px;
}
.crumbs_list ul li.active a{
    color: #0067d0;
}
.crumbs_list ul li:hover a{
    color: #0067d0;
}


/* about_page */
.about_page{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.about_page_conter{
    width: 100%;
    height: auto;
}
.about_page_conter .about_page_sec{
    width: 100%;
    height: auto;
}
.about_page_sec .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.about_page_sec .title_box h3{
    font-size: 26px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
}
.about_page_sec .text_box{
    font-size: 16px;
    color: #888;
    line-height: 32px;
    text-align: justify;
}
.about_page_sec .text_box p{
    text-indent: 2em;
    margin-bottom: 20px;
}
.about_page_sec .text_box img{
    /* display: block; */
    max-width: 100%;
    height: auto;
    /* margin: 0 auto; */
    margin-top: 10px;
}



/* contact_page */
.contact_page{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.contact_page_box{
    width: 100%;
    height: auto;
}
.contact_page_box .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.contact_page_box .title_box h3{
    font-size: 26px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
}


.about_section2_box{
    width: 100%;
    height: 550px;
    padding-right: 490px;
    box-sizing: border-box;
    position: relative;
    margin-bottom:30px;
}
.about_section2_box .contact_map{
    width: 100%;
    height: 550px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;

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


.about_section2_box .contact_right_box{
    width: 460px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #0067d0;
    padding: 35px 40px;
    padding-right: 20px;
    box-sizing: border-box;
}
.about_section2_box .talent_recruitment_title h3 strong{
    color: #fff;
}
.about_section2_box .talent_recruitment_title h3 svg path{
    fill: #fff;
}


.contact_right_box h2{
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.contact_right_list{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.contact_right_list ul li{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;

    padding-left: 55px;
    box-sizing: border-box;
}
.contact_right_list ul li h3{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
}
.contact_right_list ul li p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
}

.contact_right_list ul li svg{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    left: 0;
}

.contact_right_code{
    width: 320px;
    height: auto;
    margin: 0 auto;
}
.contact_right_code .item{
    float: left;
    width: 130px;
    height: auto;
    margin: 0 15px;
}
.contact_right_code .item img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
}
.contact_right_code .item p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}



/* news_page */
.news_page{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.news_page_box{
    width: 100%;
    height: auto;
}
.news_page_box .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.news_page_box .title_box h3{
    font-size: 26px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
}



/* products_page */
.products_page{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.products_page_box{
    width: 100%;
    height: auto;
}
.products_page_box .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.products_page_box .title_box h3{
    font-size: 26px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
}




/* news_details_page */
.news_details_page{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.news_details_page_box{
    width: 100%;
    height: auto;
}
.news_details_page_box .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.news_details_page_box .title_box h3{
    font-size: 26px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
}
.news_details_page_box .text_box{
    font-size: 16px;
    color: #666;
    line-height: 32px;
    text-align: justify;
}
/* .news_details_page_box .text_box p{
    text-indent: 2em;
    margin-bottom: 20px;
} */
.news_details_page_box .text_box img{
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 10px;
}



@media screen and (max-width: 1300px){
    .wrapper_main {
        width: 1200px !important;
    }
}


@media screen and (max-width: 768px){
    .wrapper_main {
        width: 100% !important;
    }

    .sidebar_box{
        display: none;
    }

    .about_page,.contact_page,.news_page,.news_details_page,.products_page{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about_page_sec .title_box,.contact_page_box .title_box,.news_page_box .title_box,.news_details_page_box .title_box,.products_page_box .title_box{
        margin-bottom: 30px;
    }
    .about_page_sec .title_box h3,.contact_page_box .title_box h3,.news_page_box .title_box h3,.news_details_page_box .title_box h3,.products_page_box .title_box h3{
        font-size: 22px;
        line-height: 32px;
    }



    .header_middle .conter_box .logo_box a img{
        height: 56px;
        margin-top: 2px;
    }
    .header_middle .conter_box .logo_box a p{
        display: none;
    }
    .header_middle .conter_box .right_box{
        display: none;
    }
    .header_middle .conter_box{
        height: 60px;
        padding-right: 0;
        padding-left: 150px;
    }
    .header_nav{
        display: none;
    }
    .header_top{
        display: none;
    }
    .header_middle{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer_top_center{
        padding-left: 0;
        padding-right: 0;
        min-height: auto;
    }
    .ny_banner_section{
        width: 100%;
        height: 150px;
    }
    .ny_banner_section .ny_banner_section_con{
        width: 960px;
        height: 150px;
        margin-left: -500px;
    }
    .footer_top_center .left_box{
        display: none;
    }
    .footer_top_center .code_box{
        display: none;
    }
    .footer_top_center .text_box{
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 0;
    }
    .footer_bottom p{
        font-size: 14px;
    }
    .footer_top_center .text_box h3{
        font-weight: 500;
    }
    .footer_top_center .text_box p{
        margin-bottom: 10px;
    }



    .about_section2_box{
        height: auto;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    .about_section2_box .contact_right_box{
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 20px;
        padding: 25px 20px;
        padding-bottom: 20px;
    }
    .about_section2_box .contact_map{
        height: 300px;
    }
    .contact_right_box h2{
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }
    .contact_right_list ul li h3{
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .contact_right_list ul li p{
        font-size: 15px;
        line-height: 24px;
    }
    .contact_right_list ul li svg{
        width: 24px;
        height: 24px;
        top: 5px;
    }
    .contact_right_list ul li{
        padding-left: 40px;
    }
    .contact_right_list{
        margin-bottom: 10px;
    }
    .contact_right_code{
        width: 100%;
        text-align: center;
    }
    .contact_right_code .item{
        float: initial;
        display: inline-block;
        width: 120px;
        margin: 0 5px;
    }
    .contact_right_code .item img{
        width: 110px;
    }

    .index_news_list ul li{
        width: 97%;
        margin-bottom: 20px;
    }
    .index_news_list ul li .pic_box{
        height: 230px;
    }
    .index_news_list ul li .pic{
        height: 230px;
    }
    .index_news_list ul li .text_box{
        padding: 18px 20px;
        height: 200px;
    }
    .index_news_list ul li .text_box .title{
        margin-bottom: 5px;
    }
    .index_news_list ul li .text_box .article{
        font-size: 15px;
        line-height: 24px;
        height: 50px;
        margin-bottom: 10px;
    }
    .index_news_list ul li .text_box .time{
        margin-bottom: 10px;
    }

    .index_products_list ul li{
        width: 97%;
        margin-bottom: 20px;
    }

    .news_details_page_box .text_box img{
        margin: 10px 0;
    }
}