/*inside_banner_section*/
.inside_banner_section{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.inside_banner_section .inside_banner_section_pic{
    width: 1920px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.inside_banner_section .inside_banner_section_pic img{
    display: block;
    width: 100%;
    height: auto;
}
.inside_banner_section .inside_banner_section_text{
    width: 100%;
    height: auto;
    position: absolute;
    top: 230px;
    left: 0;
    overflow: hidden;
}
.inside_banner_section .inside_banner_section_text .text_box{
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}
.inside_banner_section .inside_banner_section_text .text_box h2{
    width: 100%;
    height: auto;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.inside_banner_section .inside_banner_section_text .text_box span{
    display: block;
    width: 80px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -40px;
}
.inside_banner_section .inside_banner_section_text .text_box p{
    width: 80%;
    height: auto;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    /* letter-spacing: 1px;
    word-spacing: 6px; */
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 80px;
}

.inside_banner_section .inside_banner_section_text_product .text_box p{
    width: 73%;
    text-align: justify;
    text-transform: none;
}


/* main_box */
.main_box{
    width: 100%;
    height: auto;
    min-height: 700px;
}


/* about_page */
.about_page{
    width: 100%;
    height: auto;
}
.about_section1{
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: -100px;
}
.about_section1_conter{
    width: 100%;
    height: auto;
    min-height: 500px;
    padding: 60px 90px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 15px 25px 2px rgb(0 0 0 / 18%);
    border-radius: 20px;
    position: relative;
}
.about_section1_conter .xian{
    width: 36px;
    height: 180px;
    background: #014b4a;
    position: absolute;
    top: 66px;
    left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.about_section1_conter .text_box{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    text-align: justify;
    /* letter-spacing: 1px; */
}
.about_section1_conter .text_box p{
    margin-bottom: 25px;
}
.about_section1_conter .text_box p strong{
    font-weight: 600;
}



/* about_section2 */
.about_section2{
    width: 100%;
    min-height: 450px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    background: url('../images/about_section2_bj.jpg') no-repeat 50%;
    background-size: cover;
    position: relative;
    margin-bottom: 390px;
}
.about_section2_box{
    width: 100%;
    height: auto;
    position: relative;
}
.about_section2_box .text_box{
    width: 100%;
    height: auto;
    text-align: center;
}
.about_section2_box .text_box h3{
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #fff;
    line-height: 70px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.about_section2_list{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 300px;
    z-index: 9;
}

.jobs_section2_list{
    margin-top: -150px;
    width: 100%;
    height: auto;
}

.about_section2_list_box{
    width: 100%;
    height: auto;
}
.about_section2_list_box ul{
    margin: 0 -1%;
}
.about_section2_list_box ul li{
    float: left;
    width: 23%;
    height: 400px;
    background: url('../images/about_section2_icon_bj.png') no-repeat 50%;
    background-size: cover;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0 1%;
    box-shadow: 0 15px 25px 2px rgb(0 0 0 / 18%);
    padding: 30px 10px;
    cursor: pointer;
    position: relative;
    transition: all .5s;
}
.about_section2_list_box ul li .pic_box{
    display: block;
    width: 155px;
    height: 155px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.about_section2_list_box ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
.about_section2_list_box ul li .pic_box .hover{
    opacity: 0;
}
.about_section2_list_box ul li h3{
    width: 100%;
    height: auto;
    font-size: 32px;
    color: #014b4a;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: all .5s;
}
.about_section2_list_box ul li:hover{
    background: url('../images/about_section2_icon_bj_hover.png') no-repeat 50%;
    background-size: cover;
}
.about_section2_list_box ul li:hover .pic_box .hover{
    opacity: 1;
}
.about_section2_list_box ul li:hover h3{
    color: #fff;
}



/* about_section3 */
.about_section3{
    width: 100%;
    min-height: 600px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    box-sizing: border-box;
    background: url('../images/about_section3_bj.jpg') no-repeat 50%;
    background-size: cover;
    position: relative;
}
.about_section3_box{
    width: 100%;
    height: auto;
    position: relative;
}
.about_section3_box .text_box{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}
.about_section3_box .text_box h3{
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #fff;
    line-height: 70px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}
.about_section3_conter{
    width: 100%;
    height: auto;
}

.about_section3_container{
    width: 100%;
    height: auto;
    position: relative;
}
.about_section3_container .swiper-wrapper{
    width: 100%;
    height: auto;
}
.about_section3_container .gallery_thumbs{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 80px;
}
.about_section3_container .gallery_thumbs:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 8px;
    left: 0%;
    background-color: #ffffff;
}
.about_section3_container .gallery_thumbs .swiper-slide{
    float: left;
    width: 16.666666%;
    height: auto;
    cursor: pointer;
}
.about_section3_container .gallery_thumbs .swiper-slide p{
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}
.about_section3_container .gallery_thumbs .swiper-slide span{
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}
.about_section3_container .gallery_thumbs .swiper-wrapper{
   position: relative;
}
.about_section3_container .gallery_thumbs .swiper-slide-thumb-active p{
    color: #6eb6ff;
}
.about_section3_container .gallery_thumbs .swiper-slide-thumb-active span{
    background: #6eb6ff;
}
.about_section3_container .gallery_thumbs .swiper-slide:hover p{
    color: #6eb6ff;
}
.about_section3_container .gallery_thumbs .swiper-slide:hover span{
    background: #6eb6ff;
}

.about_section3_container .gallery_top{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.about_section3_container .gallery_top .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
    display: none;
}
.about_section3_container .gallery_top .swiper-slide-active{
    display: block;
}
.about_section3_container .gallery_top .swiper-slide .conter_box{
    width: 100%;
    height: auto;
    min-height: 360px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
}
.about_section3_container .gallery_top .swiper-slide .conter_box h2{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    font-size:150px;
    color: #fff;
    line-height: 160px;
    text-align: center;
    letter-spacing: 1px;
    opacity: 0.1;
}
.about_section3_container .gallery_top .swiper-slide .conter_box .text_box{
    width: 100%;
    min-height: 80px;
    height: auto;
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.about_section3_container .gallery_top .swiper-slide .conter_box h3{
    display: inline-block;
    width: auto;
    height: auto;

    margin-top: 50px;
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
    border-top: 3px solid #fff;
}

/*.swiper-button-next, .swiper-button-prev{*/
/*    top: inherit !important;*/
/*    bottom: 75px !important;*/
/*    background-color: #014b4a;*/
/*}*/
/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next{*/
/*    width: 50px !important;*/
/*    height: 50px !important;*/
/*    left: -40px !important;*/
/*    background: #014b4a url('../images/swiper_button_prev_icon.png') no-repeat center center !important;*/
/*    background-size: 36px !important;*/
/*    border-radius: 50%;*/
/*}*/
/*.swiper-button-next, .swiper-container-rtl .swiper-button-prev {*/
/*    right: -40px !important;*/
/*    width: 50px !important;*/
/*    height: 50px !important;*/
/*    background: #014b4a url('../images/swiper_button_next_icon.png') no-repeat center center !important;*/
/*    background-size: 36px !important;*/
/*    border-radius: 50%;*/
/*}*/

/* about_section4 */
.about_section4{
    width: 100%;
    min-height: 600px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    box-sizing: border-box;
    position: relative;
}
.about_section4_box{
    width: 100%;
    height: auto;
    position: relative;
}
.about_section4_box .text_box{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}
.about_section4_box .text_box h3{
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #014b4a;
    line-height: 70px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}
.about_section4_box .text_box .xian{
    width: 80px;
    height: 3px;
    background: #014b4a;
    margin: 20px auto;
}
.about_section4_box .text_box .text{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #014b4a;
    line-height: 40px;
}
.about_section4_conter{
    width: 100%;
    height: auto;
    padding-top: 100px;
    box-sizing: border-box;
}
.about_section4_list_box{
    width: 100%;
    height: auto;
}
.about_section4_list_box ul{
    margin: 0 -1.5%;
}
.about_section4_list_box ul li{
    float: left;
    width: 22%;
    height: 580px;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0 1.5%;
    box-shadow: 0 15px 25px 2px rgb(0 0 0 / 18%);
    padding: 30px;
    cursor: pointer;
    position: relative;

    transition: all .5s;
}
.about_section4_list_box ul li:nth-child(1){
    background: url('../images/about_section4_pic1.jpg') no-repeat 50%;
    background-size: cover;
}
.about_section4_list_box ul li:nth-child(2){
    background: url('../images/about_section4_pic2.jpg') no-repeat 50%;
    background-size: cover;
}
.about_section4_list_box ul li:nth-child(3){
    background: url('../images/about_section4_pic3.jpg') no-repeat 50%;
    background-size: cover;
}
.about_section4_list_box ul li:nth-child(4){
    background: url('../images/about_section4_pic4.jpg') no-repeat 50%;
    background-size: cover;
}
.about_section4_list_box ul li .pic_box{
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -100px;
    border-radius: 50%;
}
.about_section4_list_box ul li .pic_box img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about_section4_list_box ul li .xian{
    display: block;
    width: 100px;
    height: 3px;
    background: #698585;
    overflow: hidden;
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -50px;
}
.about_section4_list_box ul li h3{
    width: 100%;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -80px;
    font-size: 24px;
    color: #014b4a;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: all .5s;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_section4_list_box ul li .text_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    padding-top: 160px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    opacity: 0;
}
.about_section4_list_box ul li:nth-child(1):hover{
    background: url('../images/about_section4_pic1_hover.jpg') no-repeat 50%;
    background-size: cover;
}
.about_section4_list_box ul li:nth-child(2):hover{
    background: url('../images/about_section4_pic2_hover.jpg') no-repeat 50%;
    background-size: cover;
}
.about_section4_list_box ul li:nth-child(3):hover{
    background: url('../images/about_section4_pic3_hover.jpg') no-repeat 50%;
    background-size: cover;
}
.about_section4_list_box ul li:nth-child(4):hover{
    background: url('../images/about_section4_pic4_hover.jpg') no-repeat 50%;
    background-size: cover;
}
.about_section4_list_box ul li:hover .xian{
    opacity: 0;
}
.about_section4_list_box ul li:hover h3{
    opacity: 0;
}
.about_section4_list_box ul li:hover .text_box{
    opacity: 1;
}


/* contact_page */
.contact_page{
    width: 100%;
    height: auto;
}

.jobs .contact_section1{
    padding-top: 0;
}

.contact_section1{
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 100px;/*临时人才板块的间距*/
    box-sizing: border-box;
}

.contact_section1_conter{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 200px; /*临时人才板块的间距*/
}
.contact_section1_conter .right_pic_box{
    float: right;
    width: 60%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.contact_section1_conter .right_pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.contact_section1_conter .left_text_box{
    width: 55%;
    height: auto;
    background: #fff;
    position: absolute;
    top: 136px;
    left: 0;

    box-shadow: 0 15px 25px 2px rgb(0 0 0 / 18%);
    border-radius: 20px;

    padding: 80px;
    box-sizing: border-box;
}
.contact_section1_conter .left_text_box h3{
    font-size: 36px;
    color: #000;
    line-height: 46px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 60px;
}
.contact_section1_conter .left_text_box .text_box{
    width: 95%;
    height: auto;
    font-size: 22px;
    color: #000;
    line-height: 40px;
    letter-spacing: 1px;
}
.contact_section1_conter .left_text_box .text_box p{
    width: 100%;
    height: auto;
    min-height: 40px;
    position: relative;
    padding-left: 65px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.contact_section1_conter .left_text_box .text_box .text p{
    color: #008fe2;
    margin-bottom: 0px;
}
.contact_section1_conter .left_text_box .text_box .text p:last-child{
    margin-top: 30px;
}
.contact_section1_conter .left_text_box .text_box .text p strong{
    display: inline-block;
    width: 120px;
    color: #000000;
    font-weight: normal;
}
.contact_section1_conter .left_text_box .text_box p.dz{
    background: url('../images/contact_section1_icon1.jpg') no-repeat left top;
    background-size: 40px;
}
.contact_section1_conter .left_text_box .text_box p.phone{
    background: url('../images/contact_section1_icon2.jpg') no-repeat left top;
    background-size: 40px;
}
.contact_section1_conter .left_text_box .text_box p.mail{
    background: url('../images/contact_section1_icon3.jpg') no-repeat left top;
    background-size: 40px;
}



/* news_page */
.news_page{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 120px;
}
.news_section1{
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
   
}
.news_section1_conter{
    width: 100%;
    height: auto;
}
.news_section1_title_box{
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 20px 2px rgb(0 0 0 / 18%);
    margin-bottom: 4%;
}
.news_section1_title_box a{
    display: block;
    width: 100%;
    height: auto;
}
.news_section1_title_box .pic_box{
    float: left;
    width: 65%;
    height: auto;
    overflow: hidden;
}
.news_section1_title_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;

    transition: transform 1.5s;
    -webkit-transition: -webkit-transform 1.5s;
    -moz-transition: -moz-transform 1.5s;
    -o-transition: -o-transform 1.5s;
}
.news_section1_title_box .text_box{
    float: left;
    width: 35%;
    height: 100%;
    padding: 50px 70px;
    box-sizing: border-box;
}
.news_section1_title_box .text_box .time{
    font-size: 18px;
    color: #999999;
    line-height: 30px;
}
.news_section1_title_box .text_box .xian{
    width: 95px;
    height: 3px;
    background: #eeeeee;
    margin-top: 30px;
    margin-bottom: 30px;
}
.news_section1_title_box .text_box h3{
    width: 100%;
    /*max-height: 80px;*/
    height: auto;
    font-size: 30px;
    color: #333;
    line-height: 40px;
    font-weight: normal;
    /* overflow: hidden; */
    margin-top: 10px;
}
.news_section1_title_box .text_box .text{
    width: 100%;
    height: 200px;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    /* letter-spacing: 1px; */
    font-weight: normal;
    overflow: hidden;
    margin-top: 25px;
}
.news_section1_title_box .text_box .more{
    font-size: 16px;
    color: #008ccc;
    line-height: 30px;
    margin-top: 20px;
}

.news_section1_title_box .text_box .more .icon{
    display:inline-block;
    width:0;
    height:10px;
    background:url(../images/news_more.png) no-repeat center center;
    transition:all .4s;
    opacity:0;
}
.news_section1_title_box:hover .text_box .more .icon{
    width:25px;
    opacity:1;
}
.news_section1_title_box .text_box .more strong{
    font-weight:500;
    transition:all .4s;
}
.news_section1_title_box:hover .pic_box img{
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
}



.pagenavi{
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.pagenavi .page-numbers{
    margin-top: 20px;
    padding: 8px 12px;
    margin-left: 12px;
    color: #555;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagenavi>a:hover {
    color: #fff;
    background-color: #014b4a;
    border: 1px solid #014b4a
}

.pagenavi>span.current{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #014b4a;
    border-color: #014b4a
}

.pagenavi.l {
    text-align: left
}

.pagenavi .dots{
    
}

.pagenavi .next{
    
}




/* news_section1_list */
.news_section1_list{
    width: 100%;
    height: auto;
}
.news_section1_list ul{
    margin: 0 -1.5%;
}
.news_section1_list ul li{
    float: left;
    width: 30.333333%;
    height: auto;
    margin: 1.5%;
    margin-bottom: 3%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 20px 2px rgb(0 0 0 / 18%);
    position: relative;
    top: 0;
    -webkit-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}
.news_section1_list ul li:hover {
    top: -30px;
}
.news_section1_list ul li a{
    display: block;
}
.news_section1_list ul li .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_section1_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;

    transition: transform 1.5s;
    -webkit-transition: -webkit-transform 1.5s;
    -moz-transition: -moz-transform 1.5s;
    -o-transition: -o-transform 1.5s;
}
.news_section1_list ul li .text_box{
    width: 100%;
    height: 220px;
    padding: 20px 40px;
    box-sizing: border-box;
}
.news_section1_list ul li .text_box .time{
    font-size: 18px;
    color: #999999;
    line-height: 30px;
}
.news_section1_list ul li .text_box h3{
    width: 100%;
    height: 80px;
    font-size: 30px;
    color: #222222;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 10px;
}
.news_section1_list ul li .text_box .more{
    font-size: 16px;
    color: #008ccc;
    line-height: 30px;
    margin-top: 20px;
}

.news_section1_list ul li .text_box .more .icon{
    display:inline-block;
    width:0;
    height:10px;
    background:url(../images/news_more.png) no-repeat center center;
    transition:all .4s;
    opacity:0;
}
.news_section1_list ul li:hover .text_box .more .icon{
    width:25px;
    opacity:1;
}
.news_section1_list ul li .text_box .more strong{
    font-weight:500;
    transition:all .4s;
}
.news_section1_list ul li:hover .pic_box img{
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
}


/* news_details_page */
.news_details_page{
    width: 100%;
    height: auto;
    background: #fafafc;
    padding-bottom: 150px;
}
.news_details_section1{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    position: relative;
    left: 0;
    top: -100px;
}
.news_details_conter{
    width: 100%;
    height: auto;
    padding: 80px 100px;
    box-sizing: border-box;
}
.news_details_conter .text_box{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    text-align: justify;
}

.news_details_conter .text_box ul li{
    list-style-type: disc;
    list-style-position: inside; /* 符号在 li 内部 */
}


.news_details_conter .text_box .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.news_details_conter .text_box .embed-responsive::before {
  display: block;
  content: "";
}

.news_details_conter .text_box .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }

/* .news_details_conter .text_box .embed-responsive .embed-responsive-item,
.news_details_conter .text_box .embed-responsive iframe,
.news_details_conter .text_box .embed-responsive embed,
.news_details_conter .text_box .embed-responsive object,
.news_details_conter .text_box .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.news_details_conter .text_box .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

 */





.news_details_conter .text_box p{
    margin-bottom: 25px;
}
.news_details_conter .text_box img{
    display: block;
    /*width: 100%;*/
    height: auto;
}

.news_details_conter .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.news_details_conter .text_box h2{
    width: 100%;
    height: auto;
    font-size: 32px;
    color: #014b4a;
    line-height: 50px;
    /* letter-spacing: 1px; */
    font-weight: normal;
    text-align: left;
    overflow: hidden;
    margin:45px 0 10px;
}
.news_details_conter .title_box h3{
    width: 100%;
    height: auto;
    font-size: 42px;
    color: #333;
    line-height: 52px;
    /* letter-spacing: 1px; */
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}
.news_details_conter .title_box p{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    text-align: center;
}
.news_details_conter .title_box p span{
    margin: 0 20px;
}


/* product_page */
.product_page{
    width: 100%;
    height: auto;
    min-height: 600px;
}
.product_section1{
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 120px;
    box-sizing: border-box;
}
.product_section1_conter{
    width: 100%;
    height: auto;
    position: relative;
}
.product_nav_box{
    width: 100%;
    height: auto;
    text-align: center;
}
.product_nav_box span{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    font-size: 20px;
    color: #818181;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    margin: 0 40px;
}
.product_nav_box span::after{
    content: " ";
    width: 0;
    height: 2px;
    background: #014b4a;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}
.product_nav_box span:hover::after{
    width: 100%;
}
.product_nav_box span:hover{
    color: #014b4a;
}
.product_nav_box span.active{
    color: #014b4a;
}
.product_nav_box span.active::after{
    width: 100%;
}

.product_section1_list_container{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.product_section1_list{
    width: 100%;
    height: auto;
}
.product_section1_list .items{
    /* float: left; */
    width: 30.333333%;
    height: 650px;
    margin: 1.5%;
    margin-bottom: 4%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 20px 2px rgb(0 0 0 / 18%);

    position: relative;
    top: 0;
    -webkit-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}


.product_section1_list .items:hover {
    top: -30px;
}
.product_section1_list .items a{
    display: block;
    width: 100%;
    height: 100%;
}
.product_section1_list .items .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product_section1_list .items .pic_box img{
    display: block;
    width: 100%;
    height: auto;

    transition: transform 1.5s;
    -webkit-transition: -webkit-transform 1.5s;
    -moz-transition: -moz-transform 1.5s;
    -o-transition: -o-transform 1.5s;
}
.product_section1_list .items .text_box{
    width: 100%;
    height: 220px;
    padding: 20px 40px;
    box-sizing: border-box;
}
.product_section1_list .items .text_box .time{
    font-size: 18px;
    color: #999999;
    line-height: 30px;
}
.product_section1_list .items .text_box h3{
    width: 100%;
    height: 80px;
    font-size: 30px;
    color: #222222;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 10px;
}
.product_section1_list .items .text_box .more{
    font-size: 16px;
    color: #008ccc;
    line-height: 30px;
    margin-top: 40px;
}

.product_section1_list .items .text_box .more .icon{
    display:inline-block;
    width:0;
    height:10px;
    background:url(../images/news_more.png) no-repeat center center;
    transition:all .4s;
    opacity:0;
}
.product_section1_list .items:hover .text_box .more .icon{
    width:25px;
    opacity:1;
}
.product_section1_list .items .text_box .more strong{
    font-weight:500;
    transition:all .4s;
}
.product_section1_list .items:hover .pic_box img{
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
}


/* product_details_page */
.product_details_page{
    width: 100%;
    height: auto;
}
.product_details_section1{
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;

    transition:all 1.3s ease-in-out;
}
.product_details_section1_active{
    top: -100px;
}
.product_details_conter{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}
/* product_details_nav_box */
.product_details_nav_box{
    width: 100%;
    height: 200px;
    text-align: center;
    padding: 70px 90px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 15px 25px 2px rgb(0 0 0 / 18%);
    border-radius: 15px;
    position: relative;
    margin-bottom: 100px;
}
.product_details_nav_box ul li{
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5%;
}
.product_details_nav_box ul li a{
    display: block;
    width: auto;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    font-size: 32px;
    color: #414141;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    padding-left: 50px;
}
.product_details_nav_box ul li:nth-child(1) a{
    background: url('../images/product_details_icon1.svg') no-repeat left center;
    background-size: 30px;
}
.product_details_nav_box ul li:nth-child(2) a{
    background: url('../images/product_details_icon2.svg') no-repeat left center;
    background-size: 30px;
}
.product_details_nav_box ul li a::after{
    content: " ";
    width: 0;
    height: 10px;
    background: #014b4a;
    position: absolute;
    left: 0;
    bottom: -70px;
    transition: all 0.5s;
}
.product_details_nav_box ul li:hover a::after{
    width: 100%;

}
.product_details_nav_box ul li:hover a{
    color: #014b4a;
}
.product_details_nav_box ul li.active a{
    color: #014b4a;
}
.product_details_nav_box ul li.active a::after{
    width: 100%;
    
}
/* product_details_box */
.product_details_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.product_details_video_box{
    width: 100%;
    height: auto;
}
.product_details_video_box .video_box{
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.product_details_video_box .video_box video{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.product_details_video_box .video_box img{
    display: block;
    width: 100%;
    height: auto;
}
.product_details_video_play{
    width: 120px;
    height: 120px;
    background: url(../images/video_icon_pic.png) no-repeat center center;
    background-size: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    z-index: 9;
    cursor: pointer;
}

.product_details_pic_box{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.product_details_pic_box .pic_box{
    width: 100%;
    height: auto;
}
.product_details_pic_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}


.product_details_link_box {
    display: block;
    width: 290px;
    height: auto;
    border: 1px solid #014b4a;
    font-size: 20px;
    color: #014b4a;
    line-height: 28px;
    text-align: center;
    padding: 15px 50px;
    box-sizing: border-box;
    border-radius: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
}
.product_details_link_box span {
    position: relative;
    z-index: 2;
    padding-left: 40px;
    box-sizing: border-box;
    background: url(../images/download_icon.png) no-repeat left center;
    background-size: 24px;
}
.product_details_link_box:after {
    content: '';
    display: block;
    width: 0%;
    height: 102%;
    background-color: #014b4a;
    border-radius: 50px;
    position: absolute;
    top: -1%;
    left: -1%;
    transition: all 0.5s;
    z-index: 1;
}
.product_details_link_box:hover:after {
    width: 102%;
}
.product_details_link_box:hover {
    color: #fff;
}
.product_details_link_box:hover span{
    background: url(../images/download_icon_hover.png) no-repeat left center;
    background-size: 24px;
}

.product_details_text_box{
    width: 100%;
    height: auto;
    margin-top: 100px;

    background-color: #fff;
    box-shadow: 0 15px 25px 2px rgb(0 0 0 / 18%);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.product_details_text_box .title_box{
    width: 100%;
    height: auto;
    padding: 45px 0;
    box-sizing: border-box;
    background: url(../images/product_details_text_box_bj.png) no-repeat 50%;
    background-size: cover;
}
.product_details_text_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #fff;
    line-height: 80px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 10px solid #fff;
    padding: 0 60px;
    box-sizing: border-box;
}
.product_details_text_box .text_box{
    width: 100%;
    height: auto;
    /* min-height: 1000px; */
    padding: 60px 100px;
    box-sizing: border-box;
    background: url(../images/product_details_text_bj.jpg) no-repeat right bottom;
    background-size: 60%;
}
.product_details_text_box .text_box table{
    /* float: left; */
    width: 100%;
    height: auto;
    /* border: 1px solid #ccc; */
    box-sizing: border-box;
    border-radius: 10px;
    border-collapse:collapse;
}
.product_details_text_box .text_box table tbody{
    width: 100%;
    height: auto;
}
.product_details_text_box .text_box dl{
    width: 100%;
    height: auto;
}
.product_details_text_box .text_box dl dt{
    float: left;
    width: 50%;
    height: auto;
    padding: 20px 40px;
    box-sizing: border-box;
    /* border: 1px solid #ccc; */
    font-size: 18px;
    color: #222222;
    line-height: 40px;
}
.product_details_text_box .text_box dl dd{
    float: left;
    width: 50%;
    height: auto;
    padding: 20px 40px;
    box-sizing: border-box;
    /* border: 1px solid #ccc; */
    font-size: 18px;
    color: #222222;
    line-height: 32px;
}
.product_details_text_box .text_box dl dt:first-child{
    padding-left: 0;
    padding-right: 10%;
    vertical-align: text-top;
}
.product_details_text_box .text_box dl dd p{
    margin: 20px 0;
    color: #333;
}
.product_details_text_box .text_box dl dt strong{
    display: block;
    font-size: 22px;
    color: #333;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0;
}


/* videobox */
.videoshadow{position:fixed;z-index:999;width:100%;height:100%;left:0px;top:0px;background:url(../images/bg_videoshadow.png) repeat;}
.videobox {position: absolute;width: 0px;height: 2px;margin: -250px 0 0 -445px;left: 50%;top: 50%;background: #000;overflow: hidden;}
.videobox .close{position:absolute;top:5px;right:5px;width:30px;z-index: 9;height:30px;background:url(../images/menu_close_icon.png) no-repeat center center;cursor:pointer;}
.videobox .fullscreen{position:absolute;bottom:5px;right:5px;width:32px;z-index: 9;height:32px;background:url(../images/fullscreen.png) no-repeat;cursor:pointer;}
.videobox #video{background:url(http://qxu1780870461.my3w.com/zenith/images/loading.gif) no-repeat center center #000;}





/* product_specification_box */
.product_specification_box{
    max-width: 1470px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.product_specification_box .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.product_specification_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #014b4a;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product_specification_box .pic_box{
    width: 100%;
    height: auto;
    margin-bottom: 150px;
}
.product_specification_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}


.product_details_container{
    width: 100%;
    height: auto;
}
.product_details_item_box{
    width: 100%;
    height: auto;
    display: none;
}



/*HR*/

.join-us{
    font-size: 18px;
    color: #333;
}

.join-us .text_box .lll, .join-us .text_box .rrr{
    width: 48%;
    margin-bottom: 80px;
}
.join-us .lll{
    float: left;
}
.join-us .rrr{
    float: right;
}
.join-us .text_box h2{
    font-size: 36px;
    color: #014b4a;
}
.join-us .text_box h3{
    margin:20px 0 5px;
    font-size: 20px;
    color: #014b4a;
}

.join-us .text_box p{
    padding-left:12px;
    line-height: 28px;
}
.join-us .text_box p::before{
    content: '♦ ';
    color:#014b4a;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 1600px){
    .inside_banner_section{
        width: 100%;
        height: 500px;
    }
    .inside_banner_section .inside_banner_section_pic{
        width: 1600px;
        height: 500px;
        margin-left: -800px;
    }
    .inside_banner_section .inside_banner_section_text .text_box h2{
        font-size: 40px;
    }
    .inside_banner_section .inside_banner_section_text{
        top: 140px;
    }

    .inside_banner_section .inside_banner_section_text .text_box p{
        font-size: 22px;
        line-height: 36px;
    }

    .contact_section1{
        padding-top: 80px;
        padding-bottom: 200px;
    }
    .contact_section1_conter .right_pic_box{
        width: 60%;
    }
    .contact_section1_conter .left_text_box{
        width: 50%;
        top: 80px;
        padding: 60px 60px;
    }
    .contact_section1_conter .left_text_box h3{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 50px;
    }
    .contact_section1_conter .left_text_box .text_box{
        width: 100%;
    }
    .contact_section1_conter .left_text_box .text_box{
        font-size: 18px;
        line-height: 30px;
    }
    .contact_section1_conter .left_text_box .text_box p{
        margin-bottom: 30px;
        padding-left: 50px;
        min-height: 30px;
    }
    .contact_section1_conter .left_text_box .text_box p.dz{
        background: url('../images/contact_section1_icon1.jpg') no-repeat left top;
        background-size: 30px;
    }
    .contact_section1_conter .left_text_box .text_box p.phone{
        background: url('../images/contact_section1_icon2.jpg') no-repeat left top;
        background-size: 30px;
    }
    .contact_section1_conter .left_text_box .text_box p.mail{
        background: url('../images/contact_section1_icon3.jpg') no-repeat left top;
        background-size: 30px;
    }
    

    .about_section1{
        top: -80px;
    }
    .about_section1_conter{
        min-height: auto;
        padding: 60px 80px;
    }
    .about_section1_conter .text_box{
        line-height: 36px;
    }
    .about_section1_conter .text_box p{
        margin-bottom: 36px;
    }
    .about_section1_conter .text_box p:last-child{
        margin-bottom: 0;
    }
    .about_section2{
        padding-top: 70px;
        min-height: 410px;
        margin-bottom: 320px;
    }
    .about_section2_list{
        top: 260px;
    }
    .about_section2_box .text_box h3{
        font-size: 36px;
        line-height: 56px;
    }
    .about_section2_list_box ul li{
        height: 360px;
        padding: 30px 20px;
    }
    .about_section2_list_box ul li .pic_box{
        width: 120px;
        height: 120px;
        margin-top: 25px;
        padding-bottom: 50px;
    }
    .about_section2_list_box ul li h3{
        font-size: 18px;
    }

    .about_section3{
        min-height: auto;
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .about_section3_box .text_box h3{
        font-size: 36px;
        line-height: 56px;
    }
    .about_section3_container .gallery_top{
        margin-top: 40px;
    }
    .about_section3_container .gallery_top .swiper-slide .conter_box .text_box{
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    .about_section3_container .gallery_top .swiper-slide .conter_box h2{
        font-size: 130px;
        line-height: 140px;
    }
    .about_section3_container .gallery_thumbs .swiper-slide p{
        font-size: 22px;
        line-height: 32px;
        margin-top: 10px;
    }
    .about_section3_container .gallery_thumbs .swiper-slide span{
        width: 15px;
        height: 15px;
    }
    .about_section3_container .gallery_thumbs:before{
        top: 6px;
    }
    .about_section3_container .gallery_thumbs{
        margin-top: 60px;
    }
    .about_section3_container .gallery_top .swiper-slide .conter_box{
        min-height: 360px;
    }

    .about_section4{
        min-height: auto;
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .about_section4_box .text_box h3{
        font-size: 36px;
        line-height: 56px;
    }
    .about_section4_box .text_box .text{
        font-size: 20px;
        line-height: 30px;
    }

    .about_section4_list_box ul li{
        height: 470px;
    }
    .about_section4_list_box ul li .pic_box{
        width: 150px;
        height: 150px;
        top: -75px;
        margin-left: -75px;
    }
    .about_section4_list_box ul li .xian{
        top: 150px;
    }
    .about_section4_list_box ul li h3{
        font-size: 20px;
    }
    .about_section4_list_box ul li .text_box{
        padding: 30px;
        padding-top: 110px;
        font-size: 14px;
        line-height: 30px;
    }
    .news_section1_list ul li .text_box{
        height: 200px;
        padding: 20px 30px;
    }
    .news_section1_list ul li .text_box .time,.news_section1_title_box .text_box .time{
        font-size: 16px;
        line-height: 26px;
    }
    .news_section1_list ul li .text_box h3{
        height: 68px;
        font-size: 24px;
        line-height: 34px;
    }
    .news_section1_title_box .text_box{
        padding: 35px 50px;
    }
    .news_section1_title_box .text_box h3{
        max-height: 68px;
        font-size: 24px;
        line-height: 34px;
    }
    .news_section1_title_box .text_box .xian{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .news_section1_title_box .text_box .text{
        font-size: 16px;
        line-height: 30px;
        height: 120px;
    }
    .news_details_section1{
        top: -80px;
    }
    .news_details_conter{
        padding: 60px 50px;
    }
    .news_details_conter .text_box{
        font-size: 16px;
        line-height: 32px;
    }
    .news_details_conter .text_box p{
        margin-bottom: 30px;
    }
    .news_details_conter .text_box p:last-child{
        margin-bottom: 0;
    }
    .news_details_page{
        padding-bottom: 20px;
    }

    .product_nav_box span{
        font-size: 18px;
        margin: 0 20px;
    }
    .product_section1{
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .product_section1_list_container{
        margin-top: 40px;
    }
    .product_section1_list .items .text_box h3{
        height: 68px;
        font-size: 24px;
        line-height: 34px;
        margin-top: 0;
    }
    .product_section1_list .items .text_box{
        height: 170px;
        padding: 25px 30px;
    }
    .product_section1_list .items .text_box .more{
        margin-top: 20px;
    }
    .product_section1_list .items{
        height: 530px;
    }
    .home_banner_container .banner_text_box h2{
        font-size: 38px;
        line-height: 56px;
        text-shadow: 2px 2px 5px #014b4a;
    }
    .product_details_nav_box ul li{
        margin: 0 65px;
    }
    .product_details_section1_active {
        top: -80px;
    }
    .product_details_nav_box {
        width: 100%;
        height: 160px;
        padding: 50px 50px;
        margin-bottom: 80px;
    }
    .product_details_nav_box ul li a{
        font-size: 28px;
    }
    .product_details_nav_box ul li a::after{
        height: 8px;
        bottom: -50px;
    }
    .product_details_video_play {
        background: url(../images/video_icon_pic.png) no-repeat center center;
        background-size: 100px;
    }
    .product_details_pic_box,.product_details_text_box{
        margin-top: 80px;
    }
    .product_details_text_box .title_box{
        padding: 55px 0;
    }
    .product_details_text_box .title_box h3{
        font-size: 36px;
        line-height: 60px;
    }
    .product_details_text_box .text_box{
        padding: 30px 70px;
    }
    .product_details_text_box .text_box table tr td{
        font-size: 16px;
        line-height: 30px;
    }
    .product_details_text_box .text_box table tr td strong{
        font-size: 24px;
        line-height: 34px;
    }
    .product_specification_box .title_box{
        margin-bottom: 40px;
    }
    .product_specification_box .title_box h3{
        font-size: 36px;
        line-height: 56px;
    }
    .product_specification_box .pic_box{
        margin-bottom: 100px;
    }
}


@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1230px) {
    
}

@media screen and (max-width: 768px) {
    .header_box .header_right .nav_box{
        display: none;
    }
    .header_box .header_right .right_sign_box{
        display: none;
    }

    .inside_banner_section{
        width: 100%;
        height: 350px;
    }
    .inside_banner_section .inside_banner_section_pic{
        width: 1120px;
        height: 350px;
        margin-left: -560px;
    }
    .inside_banner_section .inside_banner_section_text .text_box h2{
        font-size: 20px;
        line-height: 30px;
    }
    .inside_banner_section .inside_banner_section_text{
        top: 145px;
    }

    .inside_banner_section .inside_banner_section_text .text_box p{
        font-size: 13px;
        line-height: 22px;
        margin-top: 45px;
        letter-spacing: 0;
    }
    .inside_banner_section .inside_banner_section_text .text_box span{
        width: 60px;
        height: 2px;
        top: 50px;
        margin-left: -30px;
    }

    .about_section1 {
        top: -40px;
    }
    .about_section1_conter .xian {
        width: 25px;
        height: 180px;
        top: 40px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .about_section1_conter {
        padding: 35px 40px;
    }
    .about_section1_conter .text_box{
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    .about_section1_conter .text_box p{
        margin-bottom: 24px;
    }

    .about_section2_box .text_box h3 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
    }

    .about_section2 {
        padding-top: 55px;
        padding-bottom: 55px;
        min-height: 410px;
        margin-bottom: 0;
    }
    .about_section2_list{
        position: relative;
        top: 0;
        margin-top: 50px;
    }
    .about_section2_list_box{
        overflow-x: scroll;
    }
    .about_section2_list_box ul {
        overflow-x: scroll;
        width: 815px;
        height: 200px;
    }
    .about_section2_list_box ul li{
        width: 150px;
        height: 190px;
        padding: 20px 0;
        margin: 0 5px;
        margin-right: 6px;
    }
    .about_section2_list_box ul li .pic_box {
        width: 80px;
        height: 80px;
        margin-top: 10px;
        padding-bottom: 25px;
    }
    .about_section2_list_box ul li h3 {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .about_section3{
        padding-top: 55px;
        padding-bottom: 45px;
    }
    .about_section3_box .text_box h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
    }


    .about_section4_list_box ul li:nth-child(1):hover{
        background: url('../images/about_section4_pic1.jpg') no-repeat 50%;
        background-size: cover;
    }
    .about_section4_list_box ul li:nth-child(2):hover{
        background: url('../images/about_section4_pic2.jpg') no-repeat 50%;
        background-size: cover;
    }
    .about_section4_list_box ul li:nth-child(3):hover{
        background: url('../images/about_section4_pic3.jpg') no-repeat 50%;
        background-size: cover;
    }
    .about_section4_list_box ul li:nth-child(4):hover{
        background: url('../images/about_section4_pic4.jpg') no-repeat 50%;
        background-size: cover;
    }
    .about_section4_list_box ul li:hover .xian{
        opacity: 1;
    }
    .about_section4_list_box ul li:hover h3{
        opacity: 1;
    }
    .about_section4_list_box ul li:hover .text_box{
        opacity: 0;
    }



    
    .about_section3_container .gallery_thumbs:before{
        height: 2px;
    }
    .about_section3_container .gallery_thumbs .swiper-slide span {
        width: 12px;
        height: 12px;
    }
    .about_section3_container .gallery_thumbs:before {
        top: 5px;
    }
    .about_section3_container .gallery_top .swiper-slide .conter_box{
        padding: 25px 10px;
        min-height: 250px;
    }
    .about_section3_container .gallery_top .swiper-slide .conter_box .text_box {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .about_section3_container .gallery_top .swiper-slide .conter_box h2 {
        font-size: 110px;
        line-height: 120px;
    }
    .about_section3_container .gallery_top {
        margin-top: 20px;
    }
    .about_section3_box .text_box{
        margin-bottom: 20px;
    }
    .about_section3_container .gallery_top .swiper-slide .conter_box h3{
        font-size: 22px;
        line-height: 26px;
        padding-top: 20px;
        box-sizing: border-box;
        border-top: 2px solid #fff;
    }
    .about_section3_container .gallery_thumbs {
        margin-top: 35px;
    }
    .about_section3_container .gallery_thumbs .swiper-slide p {
        font-size: 16px;
    }
    .about_section4_box .text_box h3{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
    }
    .about_section4_list_box ul li .text_box {
        padding: 10px;
        padding-top: 60px;
        font-size: 13px;
        line-height: 18px;
    }
    .about_section4_list_box ul li h3 {
        font-size: 16px;
        letter-spacing: 0;
    }
    .about_section4_box .text_box .text {
        font-size: 14px;
        line-height: 22px;
    }
    .about_section4_box .text_box .xian {
        width: 70px;
        height: 2px;
    }
    .about_section4_box .text_box{
        margin-bottom: 30px;
    }
    .about_section4_conter{
        padding-top: 60px;
    }
    .about_section4_list_box ul li {
        width: 47%;
        height: 310px;
        margin-bottom: 75px;
        box-shadow: 0 5px 10px 1px rgb(0 0 0 / 18%);
    }
    .about_section4_list_box ul li:last-child{
        margin-bottom: 0;
    }
    .about_section4_list_box ul li h3{
        margin-top: -65px;
    }
    .about_section4_list_box ul li .xian {
        top: 90px;
        width: 60px;
        height: 2px;
        margin-left: -30px;
    }
    .about_section4_list_box ul li .pic_box {
        width: 80px;
        height: 80px;
        top: -40px;
        margin-left: -40px;
    }
    .about_section4 {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 10px;
    }


    .contact_section1 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .contact_section1_conter .right_pic_box{
        width: 100%;
    }
    .contact_section1_conter .left_text_box {
        width: 100%;
        top: 0;
        padding: 25px 20px;
        position: relative;
        margin-bottom: 30px;
    }
    .contact_section1_conter .left_text_box h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .contact_section1_conter .left_text_box .text_box {
        font-size: 14px;
        line-height: 22px;
    }
    .contact_section1_conter .left_text_box .text_box p.dz{
        background: url('../images/contact_section1_icon1.jpg') no-repeat left top;
        background-size: 22px;
    }
    .contact_section1_conter .left_text_box .text_box p.phone{
        background: url('../images/contact_section1_icon2.jpg') no-repeat left top;
        background-size: 22px;
    }
    .contact_section1_conter .left_text_box .text_box p.mail{
        background: url('../images/contact_section1_icon3.jpg') no-repeat left top;
        background-size: 22px;
    }
    .contact_section1_conter .left_text_box .text_box p {
        margin-bottom: 20px;
        padding-left: 32px;
        min-height: 22px;
    }
    .contact_section1_conter .left_text_box .text_box .text p strong{
        width: 75px;
    }


    .news_section1_list ul li{
        width: 47%;
        margin-bottom: 15px;
        border-radius: 10px;
        box-shadow: 0 5px 10px 1px rgb(0 0 0 / 18%);
    }

    .news_section1_list ul li .text_box h3 {
        height: 44px;
    font-size: 15px;
    line-height: 22px;
    }
    .news_section1_list ul li .text_box .time, .news_section1_title_box .text_box .time{
        font-size: 13px;
        line-height: 22px;
    }
    .news_section1_list ul li .text_box {
        height: 135px;
        padding: 10px 10px;
    }
    .news_section1_list ul li .text_box .more {
        font-size: 14px;
        margin-top: 10px;
    }
    .news_section1{
        top: 0;
    }
    .news_section1_title_box{
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .news_section1_title_box .pic_box{
        width: 100%;
    }
    .news_section1_title_box .text_box{
        width: 100%;
    }
    .news_section1_title_box .text_box {
        padding: 15px 15px;
    }
    .news_section1_title_box .text_box h3{
        height: auto;
        font-size: 16px;
        line-height: 26px;
    }
    .news_section1_title_box .text_box .text {
        font-size: 14px;
        line-height: 22px;
        height: auto;
        max-height: 66px;
        margin-top: 20px;
    }
    .news_section1_title_box .text_box .more{
        font-size: 14px;
        margin-top: 10px;
    }
    .news_section1_title_box .text_box .xian {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 75px;
        height: 2px;
    }
    .news_page{
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .news_details_section1 {
        top: -40px;
    }
    .news_details_conter {
        padding: 25px 0px;
    }
    .news_details_conter .text_box {
        font-size: 14px;
        line-height: 24px;
        text-align: inherit;
    }
    .news_details_conter .text_box h2{
        font-size: 18px;
        line-height: 26px;
        text-align: inherit;
    }
    .news_details_conter .text_box p {
        margin-bottom: 24px;
    }

    .pagenavi .page-numbers {
        padding: 5px 10px;
        margin-left: 8px;
    }

    .news_details_conter .title_box h3{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .news_details_conter .title_box{
        margin-bottom: 30px;
    }
    .news_details_conter .title_box p{
        font-size: 14px;
        line-height: 24px;
    }
    .news_details_conter .title_box p span{
        margin: 0 10px;
    }


    .product_section1_list .items{
        width: 47%;
        height: 300px;
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0 5px 10px 1px rgb(0 0 0 / 18%);
    }
    .product_section1_list .items .text_box {
        height: 140px;
        padding: 15px 10px;
    }
    .product_section1_list .items .text_box h3 {
        height: 66px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
    }
    .product_section1_list .items .text_box .more {
        margin-top: 15px;
        font-size: 15px;
    }
    .product_section1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product_nav_box span {
        float: left;
        width: 29%;
        height: 40px;
        font-size: 13px;
        margin: 0;
        line-height: 20px;
        letter-spacing: 0;
        font-weight: 500;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .product_nav_box span:first-child{
        width: 13%;
    }
    .product_section1_list_container {
        margin-top: 30px;
    }

    .inside_banner_section .inside_banner_section_text_product .text_box p {
        width: 95%;
        text-align: left;
    }

    .inside_banner_section .inside_banner_section_text_product {
        top: 130px;
    }
    .inside_banner_section .inside_banner_section_text_product .text_box p {
        line-height: 20px;
    }
    .inside_banner_section .inside_banner_section_text_product .text_box span{
        top: 55px;
    }

    .home_banner_container .banner_text_box h2 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
    }

    .product_details_nav_box ul li{
        float: left;
        width: 47%;
        padding: 0 2px;
        box-sizing: border-box;
        margin: 0;
    }
    .product_details_nav_box ul li:nth-child(2){
        width: 53%;
    }
    .product_details_nav_box ul li a{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        width: 120px;
        margin: 0 auto;
        padding-left: 35px;
    }
    .product_details_nav_box {
        width: 100%;
        height: 100px;
        padding: 30px 2px;
        margin-bottom: 60px;
    }
    .product_details_section1_active {
        top: -50px;
    }
    .product_details_nav_box ul li a::after {
        height: 6px;
        bottom: -30px;
        left: 0;
    }
    .product_details_nav_box ul li a.active::after {
        width: 60%;
    }
    .product_details_nav_box ul li:nth-child(2) a{
        width: 150px;
    }
    .product_details_video_play {
        background: url(../images/video_icon_pic.png) no-repeat center center;
        background-size: 60px;
    }
    .product_details_pic_box, .product_details_text_box {
        margin-top: 40px;
    }
    .product_details_link_box {
        width: 200px;
        font-size: 15px;
        line-height: 26px;
        padding: 10px 30px;
        letter-spacing: 1px;
        margin-top: 35px;
    }
    .product_details_box{
        margin-bottom: 15px;
    }
    .product_details_text_box .title_box h3 {
        font-size: 20px;
        line-height: 30px;
        padding: 0 20px;
        padding-right: 10px;
        border-left: 8px solid #fff;
    }
    .product_details_text_box .title_box {
        padding: 32px 0;
    }
    .product_details_text_box .text_box {
        padding: 15px 20px;
        padding-top: 30px;
    }
    .product_details_text_box .text_box table tr td {
        font-size: 15px;
        line-height: 24px;
        padding: 10px 5px;
        padding-right: 0px;
    }
    .product_details_text_box .text_box table tr td strong {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0;
    }
    .product_details_text_box .text_box table tr td:first-child{
        padding-right: 15px;
    }
    .product_details_text_box .text_box table tr td p {
        margin: 10px 0;
    }

    .product_specification_box .title_box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .product_specification_box .pic_box {
        margin-bottom: 80px;
    }
    .product_specification_box .title_box {
        margin-bottom: 30px;
    }

    .product_specification_box{
        padding: 0;
    }
    .product_specification_box .product_specification_pic_box:last-child .pic_box{
        margin-bottom: 30px;
    }

    .main_box{
        min-height: 300px;
    }


    .product_details_text_box .text_box dl{
        margin-bottom: 20px;
    }
    .product_details_text_box .text_box dl dt{
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        padding: 0 !important;
    }
    .product_details_text_box .text_box dl dt strong{
        font-size: 16px;
        line-height: 26px;
        margin: 5px 0;
    }
    .product_details_text_box .text_box dl dd{
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .product_details_text_box .text_box dl dd p{
        margin: 5px 0;
    }

    .join-us{
        margin-top: 22px;
    }
    .join-us .text_box .lll, .join-us .text_box .rrr{
        width: 100%;
        margin-bottom: 80px;
    }
    .join-us .text_box h2{
        font-size: 24px;
        color: #014b4a;
    }
    .jobs_section2_list{
        margin-top: -66px;
    }
    /* .section_container_con2{
        padding:0;
    } */
    .jobs_section2_list .about_section2_list_box ul{
        padding:10px;
    }
    .jobs_section2_list .about_section2_list_box li{
        box-shadow: 0 0px 8px 2px rgb(0 0 0 / 18%);
    }
    .product_details_text_box{
        box-shadow: 0 0px 8px 2px rgb(0 0 0 / 18%);
    }
}
