body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,option,p,blockquote,th,td{margin:0;padding:0;}
* {outline: 0 none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
ul li{list-style: none;}
a{color:black;outline:0 none;text-decoration: none;cursor:pointer;}
img{border:0;}


/* HarmonyOS Sans SC Bold */
@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF') format('truetype');
    font-weight: 700; /* 标准的Bold样式通常对应700 */
    font-style: normal;
}

/* HarmonyOS Sans SC Regular */
@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF') format('truetype');
    font-weight: 400; /* Regular样式默认为400 */
    font-style: normal;
}

/* HarmonyOS Sans SC Light */
@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../font/HARMONYOS_SANS_SC_LIGHT.TTF') format('truetype');
    font-weight: 300; /* Light样式一般对应300 */
    font-style: normal;
}

body {
    font-family: 'HarmonyOS_Sans_SC', sans-serif;
    font-weight: 400; /* 使用Regular样式 */
}



.wrapper{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.wrapper_main{
    width: 100%;
    margin: 0 auto;
}


/* header_box */
.header_box{
    width: 100%;
    height: auto;
    box-shadow: 0 2px 10px 0 rgba(185,185,185,.5);
}
.header_box .header_top{
    width: 100%;
    height: 50px;
    padding: 10px 0;
    box-sizing: border-box;
    background: #0e9083;
    /*background: linear-gradient(269deg, #0d7284 0%, #299264 100%);*/
    border-bottom: 1px solid #f5f5f5;
}
/*.header_box .header_top .section_container_con{*/
/*    max-width: 100%;*/
/*    width: 88%;*/
/*}*/
.header_box .conter_box{
    width: 100%;
    height: auto;
} 
.header_box .conter_box .left_box{
    float: left;
    width: auto;
    height: auto;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
} 
.header_box .conter_box .right_box{
    float: left;
    width: auto;
    height: auto;
    /* padding-right: 220px;
    box-sizing: border-box; */
} 
.header_top .conter_box .right_box ul li{
    float: left;
    width: auto;
    height: auto;
    margin-right: 25px;
}
.header_top .conter_box .right_box ul li p{
    padding-left: 22px;
    box-sizing: border-box;
}
.header_top .conter_box .right_box ul li p.icon_phone{
    background: url(../images/icon_phone_dh.png) no-repeat left 8px;
    background-size: 15px;
}
.header_top .conter_box .right_box ul li p.icon_email{
    background: url(../images/icon_contact_yx.png) no-repeat left 8px;
    background-size: 15px;
}
.header_top .conter_box .right_box ul li:last-child{
    border-right: none;
    margin-right: inherit;
}
.header_top .conter_box .right_box ul li a{
   display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}
.header_top .conter_box .right_box ul li a span{
    display: block;
    color: #fff;
}
.header_top .conter_box .right_box ul li a:hover{
    text-decoration: underline;
}


.header_top .conter_box .left_box{
    float: right;
    width: auto;
    height: auto;
    position: relative;
}
.header_top .conter_box .left_box .icon_box{
    width: 100%;
    height: auto;
    text-align: right;
}
.header_top .conter_box .left_box .icon_box a{
    float: left;
    width: auto;
    height: 30px;
    margin-left: 18px;
}
.header_top .conter_box .left_box .icon_box a svg{
    float: left;
    width: 30px;
    height: 30px;
}
.header_top .conter_box .left_box .icon_box a.icon_facebook svg{
    width: 24px;
    height: 26px;
    margin-top: 2px;
}
.header_top .conter_box .left_box .icon_box a.icon_twitter svg{
    width: 25px;
    height: 28px;
    margin-top: 1px;
}
.header_top .conter_box .left_box .icon_box a.icon_in svg{
    width: 28px;
    height: 28px;
    margin-top: 1px;
}
.header_top .conter_box .left_box .icon_box a.icon_whatsapp svg{
    width: 24px;
    height: 24px;
    margin-top: 3px;
}
.header_top .conter_box .left_box .icon_box a.icon_instagram svg{
    width: 32px;
    height: 32px;
}
.header_top .conter_box .left_box .icon_box a.icon_tiktok svg{
    width: 26px;
    height: 26px;
    margin-top: 2px;
}






.header_middle{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
/*.header_middle .section_container_con{*/
/*    max-width: 100%;*/
/*    width: 88%;*/
/*}*/
.header_middle .conter_box{
    width: 100%;
    height: 70px;
    position: relative;
    padding-left: 350px;
    padding-right: 310px;
    box-sizing: border-box;
    margin: 0 auto;
}
.header_middle .conter_box .logo_box{
    float: left;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 5px;
    left: 0;
}
.header_middle .conter_box .logo_box a{
    display: block;
}
.header_middle .conter_box .logo_box a img{
    display: block;
    width: auto;
    height: 60px;
}

.header_middle .conter_box .get_box{
    width: auto;
    height: auto;
    position: absolute;
    top: 10px;
    right: 0;
    background: #0e9083;
    /*background: linear-gradient(269deg, #0d7284 0%, #299264 100%);*/
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    border: 2px solid #0e9083;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s;
}
.header_middle .conter_box .get_box:hover{
    background: #fff;
    color: #0e9083;
}


.header_middle .conter_box .text_conter_box .text_box{
    width:auto;
    height: auto;
    padding: 13px;
    box-sizing: border-box;
    display: none;
}
.header_middle .conter_box .text_conter_box h3{
    width: 100%;
    height: auto;
    font-size: 18pt;
    color: #000;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
}
.header_middle .conter_box .text_conter_box p{
    width: 100%;
    height: auto;
    font-size: 14pt;
    color: #666;
    line-height: 22px;
    font-weight: 300;
    text-align: justify;
}
.header_middle .conter_box .text_conter_box{
    width: 100%;
    height: auto;
}
.header_middle .conter_box .right_box{
    width: 250px;
    height: auto;
    position: absolute;
    top: 0;
    right: 2px;
    padding: 12px 0;
    box-sizing: border-box;
}
.header_middle .conter_box .right_box .link_box{
    float: right;
    display: block;
    width: 235px;
    height: auto;
    background:  #C9063E url('../images/product_link_icon.png') no-repeat 190px center;
    background-size: 24px;
    padding: 8px;
    padding-right: 40px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 15pt;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.header_middle .conter_box .right_box .link_box:hover{
    box-shadow: 0 0 25px 1px rgb(218 37 26 / 45%);
    transition: all .2s;
}
.header_nav{
    width: 100%;
    height: auto;
    position: relative;
}
.header_nav .nav_menu{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
} 
.header_nav .nav_menu .nav_menu_ul{
    float: right;
    width: auto;
    height: auto;
}
.header_nav .nav_menu ul li{
    float: left;
    width: auto;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    margin-right: 60px;
}
/* .index_header_box .header_nav .nav_menu ul li{
    margin-right: 40px;
} */
.header_nav .nav_menu ul li:last-child{
    margin-right: 0;
}
.header_nav .nav_menu ul li .link{
    display: block;
    width: auto;
    height: auto;
    color: #000;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 40px;
    position: relative;
    font-size: 24px;
    /* text-transform: uppercase; */
}
.header_nav .nav_menu ul li .link::after{
    content: " ";
    width: 0;
    height: 2px;
    background: #0e9083;
    /*background: linear-gradient(269deg, #0d7284 0%, #299264 100%);*/
    position: absolute;
    left: 0;
    bottom: -5px;
}
.header_nav .nav_menu ul li:hover .link::after{
    width: 100%;
    transition: all 0.5s;
}
.header_nav .nav_menu ul li.active .link::after{
    width: 100%;
    transition: all 0.5s;
}
.header_nav .nav_menu ul li.active .link::after{
    width: 100%;
    transition: all 0.5s;
}
.header_nav .nav_menu ul li.active .link{
    color: #0e9083;
}
.header_nav .nav_menu ul li:hover .link{
    color: #0e9083;
}
.index_header_box .header_middle{
    padding-top: 15px;
    padding-bottom: 15px;
}
/*.index_header_box .header_nav .nav_menu ul li .link{*/
/*    color: #000;*/
/*}*/
/*.index_header_box .header_nav .nav_menu ul li .link:hover{*/
/*    color: #C9063E;*/
/*}*/
.index_header_box .header_nav .nav_menu ul li .link::after{
    background: #0e9083;
}
.index_header_box .header_nav .nav_menu ul li:hover .link::after{
     width: 100%;
    transition: all 0.5s;
}
.index_header_box .header_top .conter_box .left ul li a span{
    color: #cfcfcf;
}
.nav_menu_product_box{
    width: 100%;
    height: auto;
    position: absolute;
    top: 85px;
    right: 0;
    z-index: 99;
    transition: all 3.5s;
    z-index: 99;
    display: none;
}
.index_header_box .nav_menu_product_box{
    width: 80%;
    top: 95px;
}
.nav_menu_product_bj{
    width: 100%;
    height: 850px;
    background: rgba(0,0,0,.80);
    position: absolute;
    top: 100px;
    left: 0;
    display: none;
    z-index: 9;
}
.index_header_box .nav_menu_product_bj{
    top: 125px;
}
.nav_menu_product_conter{
    width: 100%;
    height: auto;
    min-height: 520px;
    background: #fff;
    position: relative;
    padding-left: 400px;
    box-sizing: border-box;
}
.nav_menu_product_conter .sidenav_box{
    width: 400px;
    height: 100%;
    background: #f1f2f7;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 70px;
    box-sizing: border-box;
}
.nav_menu_product_conter .sidenav_box ul li{
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.nav_menu_product_conter .sidenav_box ul li .icon_box{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.nav_menu_product_conter .sidenav_box ul li .icon_box img{
    display: block;
    width: auto;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.nav_menu_product_conter .sidenav_box ul li .icon_box .pic2{
    opacity: 0;
}
.nav_menu_product_conter .sidenav_box ul li .title_box{
    width: 100%;
    height: auto;
    min-height: 50px;
    padding-left: 50px;
    position: relative;
}
.nav_menu_product_conter .sidenav_box ul li .title_box p{
    width: 100%;
    height: auto;
    font-size: 16pt;
    color: #333;
    line-height: 30px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.nav_menu_product_conter .content_container{
    width: 100%;
    height: auto;
    padding: 30px 50px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.nav_menu_product_conter .content_container .item_box{
    width: 100%;
    height: auto;
    position: relative;
    display: none;
}
.nav_menu_product_conter .content_container .item_list{
    width: 100%;
    height: auto;
}
.nav_menu_product_conter .content_container .item_list ul{
    margin: 0 -1.5%;
}
.nav_menu_product_conter .content_container .item_list ul li{
    float: left;
    width: 27.333333%;
    height: auto;
    box-sizing: border-box;
    margin: 1% 3%;
    cursor: pointer;
    position: relative;
    padding: 5px;
}
.nav_menu_product_conter .content_container .item_list ul li .pic_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.nav_menu_product_conter .content_container .item_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all .5s;
}
.nav_menu_product_conter .content_container .item_list ul li .text_box{
    width: 100%;
    height: auto;
    padding: 5px 15px;
    padding-top: 10px;
    box-sizing: border-box;
}
.nav_menu_product_conter .content_container .item_list ul li .text_box h3{
    width: 100%;
    height: auto;
    font-size: 14pt;
    color: #000;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
}
.nav_menu_product_conter .content_container .item_list ul li .new_icon_box{
    width: 70px;
    height: 70px;
    background: url('../images/new_icon.png') no-repeat center center;
    background-size: 40px;

    position: absolute;
    top: 0px;
    right: 0px;
}
.nav_menu_product_conter .content_container .item_list ul li:hover{
    transition: all 0.6s;
    box-shadow: 5px 5px 12px 2px #ccc;
}
.nav_menu_product_conter .content_container .item_list ul li:hover .pic_box img{
    transform: scale(1.15);
}
.nav_menu_product_conter .content_container .item_list ul li:hover .text_box h3{
    color: #C9063E;
    transition: all 0.3s;
}
.nav_menu_product_conter .sidenav_box ul li.active .title_box .icon_box img{
    opacity: 0;
    transition: all 0.5s;
}
.nav_menu_product_conter .sidenav_box ul li.active .title_box .icon_box img.pic2{
    opacity: 1;
    transition: all 0.5s;
}
.nav_menu_product_conter .sidenav_box ul li.active .title_box p{
    color: #C9063E;
    transition: all 0.3s;
}




/*banner*/
.home_banner_section{
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
}
.home_banner_section .swiper-wrapper{
    width: 100%;
    height: auto;
    
}
.home_banner_section .swiper-wrapper{
    width: 100%;
    height: auto;
}
.home_banner_section .swiper-wrapper .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
}
.home_banner_section .swiper-wrapper .swiper-slide img{
    float: left;
    display: block;
    width: 100%;
    height: auto;
}
.home_banner_section .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}
.home_banner_section .swiper-pagination-bullet-active{
    background: #fff;
}
.home_banner_section .swiper-button-prev{
    background: #f1f2f7 url('../images/swiper_button_prev_icon.png') no-repeat center center;
    background-size: 26px;
    left: 0;
    width: 35px;
    height: 50px;
}
.home_banner_section .swiper-button-next{
    background: #f1f2f7 url('../images/swiper_button_next_icon.png') no-repeat center center;
    background-size: 26px;
    right: 0;
     width: 35px;
    height: 50px;
}
.home_banner_section .swiper-button-prev:hover{
    background: #0e9083 url('../images/swiper_button_prev_icon_hover.png') no-repeat center center;
    background-size: 26px;
}
.home_banner_section .swiper-button-next:hover{
    background: #0e9083 url('../images/swiper_button_next_icon_hover.png') no-repeat center center;
    background-size: 26px;
}



.home_banner_section .banner_text_pro{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 8;
}
.home_banner_section .banner_text_pro .conter_box{
    width: 60%;
    height: 100%;
    position: relative;
    padding-top: 170px;
    box-sizing: border-box;
}
.banner_text_pro .conter_box .title_box{
    width: 100%;
    height: auto;
}
.banner_text_pro .conter_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 58px;
    color: #fff;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 40px;
}
.banner_text_pro .conter_box .title_box p{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
    font-weight: 500;
}
.banner_text_pro .conter_box .banner_link_box{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.banner_text_pro .conter_box .banner_link_box .link{
    float: left;
    width: auto;
    height: auto;
    background: #0e9083;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    border: 2px solid #0e9083;
    /*text-transform: uppercase;*/
    cursor: pointer;
    transition: all 0.5s;
    margin-right: 20px;
}
.banner_text_pro .conter_box .banner_link_box .link2{
    background: #fff;
    color: #0e9083;
}

.banner_text_pro .conter_box .banner_link_box .link:hover{
    background: #fff;
    color: #0e9083;
}
.banner_text_pro .conter_box .banner_link_box .link2:hover{
    background: #0e9083;
    color: #fff;
}



/* home_content */
.home_content{
    width: 100%;
    height: auto;
    position: relative;
}
.section_container_con{
    max-width: 1530px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
/*.page_content .section_container_con{*/
/*     max-width: 1430px;*/
/*}*/
.home_section_title{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.home_section_title h2{
    font-size: 40px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}

.page_title_box{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.page_title_box h2{
    font-size: 40px;
    color: #000;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
}
.page_title_box p{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-size: 22px;
    color: #c1c1c1;
    line-height: 32px;
    text-align: center;
    font-weight: 300;
    margin-top: 5px;
}





/* home_section_num */
.home_section_num{
    width: 100%;
    height: auto;
    padding: 60px 0;
    box-sizing: border-box;
}
.home_section_num_conter{
    width: 100%;
    height: auto;
}
.home_section_num_conter .num_box {
    width: 100%;
    height: auto;
    font-size: 20pt;
    color: #000;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0;
    box-sizing: border-box;
}
.home_section_num_conter .num_box ul li{
    float: left;
    width: 26%;
    height: auto;
    text-align: center;
}

.home_section_num_conter .num_box ul li.li_4{
    width: 22%;
}


/*.home_section_num_conter .num_box ul li.li_2{*/
/*    width: 27%;*/
/*}*/
/*.home_section_num_conter .num_box ul li.li_3{*/
/*    width: 37%;*/
/*}*/
/*.home_section_num_conter .num_box ul li.li_4{*/
/*    width: 18%;*/
/*}*/
.home_section_num_conter .num_box ul li p{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #777;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
}
.home_section_num_conter .num_box ul li p strong{
    font-size: 42px;
    color: #0e9083;
    font-weight: 700;
    margin-right: 10px;
}
.home_section_num_conter .num_box ul li p span{
    font-size: 20px;
    text-transform: uppercase;
}
.home_section_num_conter .num_box ul li p.text{
    width: 75%;
    margin-top: 20px;
}
.home_section_num_conter .num_box ul li.li_4 p strong{
    font-size: 30px;
}

/* home_section1 */
.home_section1{
    width: 100%;
    height: auto;
}
.home_section1_conter{
    width: 100%;
    height: auto;
    padding: 70px 0;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.home_section1_conter .left_box{
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.home_section1_conter .left_box .text_box{
    width: 100%;
    height: auto;
    font-size: 14pt;
    color: #666;
    line-height: 36px;
    font-weight: 300;
    text-align: justify;
}
.home_section1_conter .left_box .text_box p{
    margin-bottom: 30px;
}
.home_section1_conter .left_box .text_box p:last-child{
    margin-bottom: 0;
}

.home_section1_conter .left_box .text_box p strong{
    color: #333;
}

.home_section1_conter .left_box .about_num_box{
    width: 100%;
    height: auto;
    margin-top: 130px;
}
.home_section1_conter .left_box .about_num_box ul li{
    float: left;
    width: 18%;
    height: auto;
    text-align: center;
}
.home_section1_conter .left_box .about_num_box ul li:nth-child(2){
    width: 45%;
}
.home_section1_conter .left_box .about_num_box ul li:nth-child(3){
    width: 37%;
}
.home_section1_conter .left_box .about_num_box ul li h3{
    font-size: 16px;
    color: #C9063E;
    line-height: 40px;
    text-align: center;
}
.home_section1_conter .left_box .about_num_box ul li strong{
    display: inline-block;
    font-size: 56px;
    font-weight: 500;
    margin-right: 5px;
}
.home_section1_conter .left_box .about_num_box ul li p {
    font-size: 20px;
    color: #666;
    line-height: 30px;
}

.home_section1_conter .right_box{
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 30px;
}
.home_section1_conter .right_box .right_pic_box{
    width: 100%;
    height: auto;
}
.home_section1_conter .right_box .right_pic_box .pic{
    width: 100%;
    height: auto;
}
.home_section1_conter .right_box .right_pic_box .pic img{
    display: block;
    width: 100%;
    height: auto;
}



.home_section1_conter .right_box .pic_list_box{
    float: left;
    width: 50%;
    height: auto;
    padding-right: 5px;
    box-sizing: border-box;
}
.home_section1_conter .right_box .pic_list_box ul {
    margin: 0 -1%;
}
.home_section1_conter .right_box .pic_list_box ul li{
    float: left;
    width: 48%;
    height: 250px;
    margin: 10px 1%;
}
.home_section1_conter .right_box .pic_list_box ul li:nth-child(3){
    width: 98%;
}
.home_section1_conter .right_box .pic_list_box ul li .pic_box{
    width: 100%;
    height: 250px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #f3f3f3;
}
.home_section1_conter .right_box .pic_list_box ul li .pic_box .pic{
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;

    background-size: cover !important;
}
.home_section1_conter .right_box .home_section_video_conter{
    float: left;
    width: 50%;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}
.home_section1_conter .right_box .home_section_video_conter iframe{
    display: block;
    width: 100%;
    height: 520px;
    border: none;
    margin: 0 auto;
    box-shadow:  0 0 10px 0 #e5e5e5;

    border-radius: 5px;
    overflow: hidden;
}


/* home_new_arrivals */
.home_new_arrivals{
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
}
.home_new_arrivals .page_title_box h2 {
    color: #C9063E;
}
.home_new_arrivals_conter{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}
.home_new_arrivals_conter .swiper-container{
     width: 100%;
    height: auto;
}
.home_new_arrivals_conter .swiper-wrapper{
    width: 100%;
    height: auto;
}

.home_new_arrivals_conter .swiper-wrapper .swiper-slide{
    float: left;
    width: 16.666666%;
    height: auto;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.home_new_arrivals_conter .swiper-wrapper .swiper-slide a{
    display: block;
    width: 100%;
    height: auto;
    background: #191921;
    box-sizing: border-box;
    z-index: 9;
    position: relative;
}
.home_new_arrivals_conter .swiper-wrapper .swiper-slide .home_new_arrivals_icon{
    width: 60px;
    height: 45px;
    position: absolute;
    top: 25px;
    right: 20px;
    padding-left: 3px;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    text-align: left;
    z-index: 1;
    font-weight: bold;
    font-style: italic;
}
.home_new_arrivals_conter .swiper-wrapper .swiper-slide .home_new_arrivals_icon span{
    display: block;
    width: 45px;
    height: 45px;
    background: #191921;
    border: 5px solid #C9063E;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 10px;
    border-radius: 50%;
    z-index: -1;
}

.rounded-triangle {
    width: 65px;
    height: 40px;
    background-color: #C9063E;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, -6% 50%);
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -10px;
    z-index: -1;
}


.home_new_arrivals_conter .swiper-wrapper .swiper-slide a .text_box{
    width: 100%;
    height: auto;
    padding: 15px 30px;
    box-sizing: border-box;
}
.home_new_arrivals_conter .swiper-wrapper .swiper-slide a .text_box h3{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    z-index: 2;

    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.home_new_arrivals_conter .swiper-wrapper .swiper-slide .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home_new_arrivals_conter .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
     transition: all .5s;
}
.home_new_arrivals_conter .swiper-button-prev{
    background: #efefef url('../images/swiper_button_prev_icon.png') no-repeat center center;
    background-size: 26px;
    left: -40px;
    width: 30px;
    height: 50px;
}
.home_new_arrivals_conter .swiper-button-next{
    background: #efefef url('../images/swiper_button_next_icon.png') no-repeat center center;
    background-size: 26px;
    right: -40px;
     width: 30px;
    height: 50px;
}

.home_new_arrivals_conter .swiper-button-prev:hover{
    background: #C9063E url('../images/swiper_button_prev_icon_hover.png') no-repeat center center;
    background-size: 26px;
}
.home_new_arrivals_conter .swiper-button-next:hover{
    background: #C9063E url('../images/swiper_button_next_icon_hover.png') no-repeat center center;
    background-size: 26px;
}


.home_new_arrivals_conter .swiper-wrapper .swiper-slide a:hover .pic_box img{
    transform: scale(1.15);
}
.home_new_arrivals_conter .swiper-wrapper .swiper-slide a:hover .text_box h3{
    color: #fff;
    transition: all 0.3s;
}
.home_new_arrivals_conter .swiper-wrapper .swiper-slide a:hover{
    background: #C9063E;
     transition: all 0.3s;
}



/* home_new_advertisement */
.home_new_advertisement{
    width: 100%;
    height: 260px;
    background: url(../images/home_new_advertisement_banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    box-sizing: border-box;
}
.home_new_advertisement .text_box{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.home_new_advertisement .text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #c8c8c8;
    line-height: 22px;
    text-align: right;
}
.home_new_advertisement .text .dian{
    float: right;
    width: 5px;
    height: 5px;
    background: #C9063E;
}
.home_new_advertisement .text p{
    float: right;
    width: 100%;
    margin-top: 10px;
}

/* home_section_product */
.home_section_product{
    width: 100%;
    height: auto;
    padding: 70px 0;
    /*padding-bottom: 60px;*/
    box-sizing: border-box;
    background: #f1f2f7;
}
.home_section_product_conter{
    width: 100%;
    height: auto;
}
.home_section_product_conter h2{
    font-size: 40px;
    color: #0e9083;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.home_section_product_nav{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.home_section_product_nav ul li{
    float: left;
    width: auto;
    height: auto;
    margin-right: 40px;
}
.home_section_product_nav ul li .title_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.home_section_product_nav ul li .title_box p{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #999;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.home_section_product_nav ul li .title_box::after{
    content: " ";
    width: 0;
    height: 2px;
    background: #191921;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.home_section_product_nav ul li.all{
    float: right;
    margin-right: 0;
}
.home_section_product_nav ul li.all .title_box p{
     color: #C9063E;
     padding-left: 40px;
     background: url(../images/product_icon_jt.png) no-repeat left center;
    background-size: 30px;
}
.home_section_product_nav ul li.all .title_box::after{
    background: #C9063E;
}
.home_section_product_nav ul li.active.all .title_box p{
     color: #C9063E;
}

.home_section_product_container{
    width: 100%;
    height: auto;
} 

.home_section_product_container .product_item_box{
    width: 100%;
    height: auto;
    display: none;
}
.home_section_product_container .product_item_list{
    width: 100%;
    height: auto;
}
.home_section_product_container .product_item_list ul{
    margin: 0 -1%;
}
.home_section_product_container .product_item_list ul li{
    float: left;
    width: 31.333333%;
    height: auto;
    margin: 0 1%;
    margin-bottom: 2%;
    cursor: pointer;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.home_section_product_container .product_item_list ul li a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}
.home_section_product_container .product_item_list ul li .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5% 16%;
    box-sizing: border-box;
}
.home_section_product_container .product_item_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all .5s;
    border-radius: 6px;
}
.home_section_product_container .product_item_list ul li .text_box{
    width: 100%;
    height: 56px;
    padding: 5px 5px;
    box-sizing: border-box;
    background: #fff;
    
    display: flex;
    flex-direction: column;
    justify-content: center;

    /* display: none; */
}
.home_section_product_container .product_item_list ul li .text_box h3{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
}
.home_section_product_container .product_item_list ul li .text_box p{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #8e8e8e;
    line-height: 26px;
    text-align: center;
}
.home_section_product_container .product_item_list ul li:hover .pic_box img{
    transform: scale(1.08);
}
.home_section_product_container .product_item_list ul li:hover .text_box{
    background: #0e9083;
    transition: all 0.3s;
}
.home_section_product_container .product_item_list ul li:hover .text_box h3{
    color: #fff;
    transition: all 0.3s;
}
.home_section_product_container .product_item_list ul li:hover .text_box p{
    transition: all 0.3s;
    color: #e5e5e5;
}
.home_section_product_container .product_item_list ul li:hover a{
     transition: all 0.3s;
}

.home_section_product_nav ul li.active .title_box .icon_box img{
    opacity: 0;
    transition: all 0.5s;
}
.home_section_product_nav ul li.active .title_box .icon_box img.pic2{
    opacity: 1;
    transition: all 0.5s;
}
.home_section_product_nav ul li.active .title_box p{
    color: #191921;
    transition: all 0.3s;
}
.home_section_product_nav ul li.active .title_box::after{
    width: 100%;
    transition: all 0.5s;
}
.home_section_product_nav ul li:hover .title_box p{
    color: #191921;
    transition: all 0.3s;
}
.home_section_product_nav ul li:hover .title_box::after{
    width: 100%;
    transition: all 0.5s;
}

.home_section_product_link{
    display: block;
    width: 100px;
    height: auto;
    padding: 5px 15px;
    padding-left: 27px;
    box-sizing: border-box;
    font-size: 22px;
    color: #191921;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: 20px;
}
.home_section_product_link::after{
    content: " ";
    width: 75px;
    height: 36px;
    background: #C9063E;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.home_section_product_link:hover{
    color: #C9063E;
    transition: all .3s;
}
.home_section_product_link:hover::after{
    background: #191921;
    transition: all .3s;
}

/* .home_section2_container{
    width: 100%;
    height: 720px;
    position: relative;
}
.home_section2_container .left_box{
    float: left;
    width: 40%;
    height: 720px;
    position: relative;
}
.home_section2_container .right_box{
    float: right;
    width: 60%;
    height: 730px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.home_section2_container .right_box .top_box{
    width: 100%;
    height: 350px;
    position: relative;
    margin-bottom: 20px;
}
.home_section2_container .right_box .top_box .top_box_float{
    float: left;
    width: 50%;
    height: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}
.home_section2_container .right_box .top_box .top_box_float:last-child{
    padding-left: 10px;
    padding-right: 0;
}
.home_section2_container .right_box .bottom_box{
    width: 100%;
    height: 350px;
    position: relative;
}
.home_section2_container a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.home_section2_container .product_conter_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    box-shadow: 6px 6px 12px 0px #f0f0f0;
    overflow: hidden;
}
.home_section2_container .product_conter_box .pic_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    background-size: cover;
    overflow: hidden;
}

.home_section2_container .product_conter_box .text_box{
    width: 100%;
    height: auto;
    padding: 25px 35px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home_section2_container .product_conter_box .text_box h3{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #000;
    line-height: 50px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;

}
.home_section2_container .product_conter_box .text_box p{
    width: 100%;
    height: 120px;
    font-size: 14pt;
    color: #666;
    line-height: 1.6;
    font-weight: 300;
}
.home_section2_container .bottom_box .product_conter_box .text_box p{
    width: 55%;
}
.home_section2_container .left_box .product_conter_box .text_box p{
    width: 85%;
}
.home_section2_container .product_conter_box:hover{
    transition: all 0.6s;
    box-shadow: 6px 6px 12px 0px #999;
}
.home_section2_container .product_conter_box:hover .pic_box{
    transform: scale(1.06);
}
.home_section2_container .product_conter_box:hover .text_box h3{
    color: #C9063E;
    transition: all 0.3s;
}
.home_section2_container .product_conter_box:hover .text_box p{
    transition: all 0.3s;
} */



/* home_section_video */
.home_section_video{
    width: 100%;
    height: auto;
    padding: 80px 0;
    box-sizing: border-box;
}
.home_section1_conter{
    width: 100%;
    height: auto;
}
.home_section_video_conter{
    display: block;
    width: 100%;
    height: auto;
}
.home_section_video_conter iframe{
    display: block;
    width: 900px;
    height: 520px;
    border: none;
    margin: 0 auto;
}



/* home_section_case */
.home_section_case{
    width: 100%;
    height: 1000px;
    background: url(../images/home_section_case_banner.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}
.home_section_case .page_title_box h2{
    text-align: left;
    color: #fff;
}
.home_section_case .page_title_box h2 span{
    float: right;
    font-size: 20px;
    color: #C8C8C8;
    line-height: 30px;
    text-align: right;
    font-weight: 300;
    margin-top: 15px;
    position: relative;
    padding-right: 15px;
}
.home_section_case .page_title_box h2 span::after{
    content: " ";
    width: 5px;
    height: 5px;
    background: #C8C8C8;
    position: absolute;
    top: 14px;
    right: 0;
}
.home_section_case_conter{
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
}
.home_section_case_container{
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}


.home_section_case_container .swiper-wrapper{
    width: 100%;
    height: auto;
}
.home_section_case_container .swiper-wrapper{
    width: 100%;
    height: auto;
}
.home_section_case_container .swiper-wrapper .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
}
.home_section_case_container .swiper-wrapper .swiper-slide img{
     float: left;
    display: block;
    width: 100%;
    height: auto;
}
.home_section_case_button{
    width: 80px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: -80px;
} 
.home_section_case_container .swiper-button-prev{
    background: #C9063E url('../images/swiper_button_prev_icon_hover.png') no-repeat center center;
    background-size: 26px;
    left: 0;
    width: 35px;
    height: 50px;
}
.home_section_case_container .swiper-button-next{
    background: #C9063E url('../images/swiper_button_next_icon_hover.png') no-repeat center center;
    background-size: 26px;
    right: 0;
    width: 35px;
    height: 50px;
}
.home_section_case_container .swiper-button-prev:hover{
    background: #C9063E url('../images/swiper_button_prev_icon_hover.png') no-repeat center center;
    background-size: 26px;
}
.home_section_case_container .swiper-button-next:hover{
    background: #C9063E url('../images/swiper_button_next_icon_hover.png') no-repeat center center;
    background-size: 26px;
}



/*home_section_about*/
.home_section_about{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
    box-sizing: border-box;
}
.home_section_about_conter{
    width: 100%;
    height: auto;
}
.home_section_about_conter .left_box{
    float: left;
    width: 50%;
    height: auto;
     padding-right: 60px;
     box-sizing: border-box;
}
.home_section_about_conter h2{
    font-size: 40px;
    color: #0e9083;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.home_section_product_conter h2 .link {
    float: right;
    color: #0e9083;
    font-weight: 700;
    text-decoration: underline;
    text-transform: none;
    font-size: 20px;
}
.home_section_about_conter .left_box .text_box{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #777;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
}
.home_section_about_conter .left_box .text_box p{
    margin-bottom: 25px;
}
.home_section_about_conter .left_box .text_box p:last-child{
    margin-bottom: 0;
}
.home_section_about_conter .link_box{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.home_section_about_conter .link_box .link{
    float: left;
    width: auto;
    height: auto;
    background: #0e9083;
    padding: 10px 25px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    border: 2px solid #0e9083;
    cursor: pointer;
    transition: all 0.5s;
}
.home_section_about_conter .link_box .link:hover{
     background: #fff;
     color: #0e9083;
}
.home_section_about_conter .right_box {
    float: left;
    width: 50%;
    height: auto;
    padding-left: 50px;
    box-sizing: border-box;
}
.home_section_about_conter .right_box .pic_box{
    display:block;
    width: 100%;
    height: auto;
}
.home_section_about_conter .right_box .pic_box img{
    display:block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.home_section_about_bottom{
    width: 100%;
    height: auto;
    padding: 50px 0;
    box-sizing: border-box;
}
.home_section_about_bottom_list {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.home_section_about_bottom_list ul li {
    display: inline-block;
    width: 350px;
    height: auto;
    box-sizing: border-box;
    margin: 0 10px;
}
.home_section_about_bottom_list ul li .pic_box {
    width: 350px;
    height: 250px;
    margin: 0 auto;

    -webkit-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
}
.home_section_about_bottom_list ul li .pic_box img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}
.home_section_about_bottom_list .str_wrap {
    background: none !important;
}

/* home_section_about_video */
.home_section_about_video{
    width: 100%;
    height: auto;
    /* min-height: 800px;
    background: url(../images/video_banner.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    padding: 150px 0;
    box-sizing: border-box; */
}
.about_video_play{
    width: 100px;
    height: 100px;
    background: url(../images/about_video_play_icon.png) no-repeat center center;
    background-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    cursor: pointer;
}
.home_section_about_video .video_box{
    width: 100%;
    height: auto;
    /* background: rgba(0,0,0,.80);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11; */
}
.home_section_about_video .video_box video{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}




/* footer_box  */
.footer_box{
    width: 100%;
    height: auto;
    position: relative;
    background: #f1f2f7;
    /*background: rgba(15,163,114,0.5);*/
}
.footer_top{
    width: 100%;
    height: auto;
    padding: 80px 0;
    padding-bottom: 0;
    box-sizing: border-box;
}
.footer_top .top_box{
    width: 100%;
    height: auto;
    background: linear-gradient(269deg, #0e9083 0%, #299264 100%);
    padding: 60px 80px;
    box-sizing: border-box;
    border-radius: 25px;
}
.footer_top .top_box .left_box{
    float: left;
    width: 50%;
    height: auto;
    min-height: 80px;
    box-sizing: border-box;
    position: relative;
}
.footer_top .top_box .left_box .text{
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
.footer_top .top_box .left_box .text h3{
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    text-align: left;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}
.footer_top .top_box .left_box .text p{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.footer_top .top_box .right_box{
    float: right;
    width: 50%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
}
.footer_top .footer_message_form_box{
    float: right;
    width: 520px;
    height: 60px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}
.footer_top .footer_message_form_box .item_box{
    width: 100%;
    height: auto;
}
.footer_top .footer_message_form_box .item_box input{
    display: block;
     width: 100%;
    height: auto;
    padding: 10px 15px;
    padding-right: 200px;
    box-sizing: border-box;
    font-size: 18px;
    color: #888;
    line-height: 30px;
    border: none;
    background: #fff;
}
.footer_top .footer_message_form_box .item_btn .sub {
    display: block;
    width: 140px;
    height: auto;
    background: #0e9083;
    padding: 8px 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 2px solid #0e9083;
}
/*.footer_top .footer_message_form_box .item_btn .sub:hover{*/
/*    background: #fff;*/
/*    color: #0e9083;*/
/*}*/

.footer_bottom{
    width: 100%;
    height: auto;
    background: #f1f2f7;
    padding: 80px 0;
    padding-bottom: 0px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}
.footer_bottom .footer_list{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.footer_bottom .footer_list ul li{
    float: left;
    width: 25%;
    height: auto;
    padding-right: 15px;
    box-sizing: border-box;
}
.footer_bottom .footer_list ul li:nth-child(1){
    width: 44%;
    padding-right: 15%;
}
.footer_bottom .footer_list ul li:nth-child(2){
    width: 14%;
}
.footer_bottom .footer_list ul li:nth-child(3){
    width: 22%;
}
.footer_bottom .footer_list ul li:nth-child(4){
    width: 20%;
    padding-right: 0;
}
.footer_bottom .header_top .conter_box .right{
    float: left;
}

.footer_bottom .footer_list .logo img{
    height: 60px;
}

.footer_bottom .footer_list ul li h3{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px;
}
.footer_bottom .footer_list ul li .text{
    width: 100%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
}
.footer_bottom .footer_list ul li .text a{
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 26px;
    margin: 8px 0;
}
.footer_bottom .footer_list ul li .text a:hover{
    text-decoration: underline;
    color: #000;
}
.footer_bottom .footer_list ul li .text p{
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 24px;
    margin: 8px 0;
    /* padding-left: 32px; */
    box-sizing: border-box;
}
.footer_bottom .footer_list ul li .text_js p{
    line-height: 28px;
    text-align: justify;
}

.footer_bottom .footer_list ul li .text .link_box{
    display: inline;
}
.footer_bottom .footer_list ul li .text .link_box2{
    margin-left: 100px;
}
.footer_bottom .footer_list ul li .text p strong{
    font-weight: normal;
}

.footer_bottom .footer_list ul li .text_js .icon_box{
    width: 100%;
    height: auto;
}
.footer_bottom .footer_list ul li .text_js .icon_box a{
    float: left;
    width: auto;
    height: 30px;
    margin-right: 18px;
}
.footer_bottom .footer_list ul li .text_js .icon_box a svg{
    float: left;
    width: 30px;
    height: 30px;
}
.footer_bottom .footer_list ul li .text_js .icon_box a.icon_facebook svg{
    width: 26px;
    height: 26px;
    margin-top: 2px;
}
.footer_bottom .footer_list ul li .text_js .icon_box a.icon_twitter svg{
    width: 28px;
    height: 28px;
    margin-top: 1px;
}
.footer_bottom .footer_list ul li .text_js .icon_box a.icon_whatsapp svg{
    width: 24px;
    height: 24px;
    margin-top: 3px;
}
.footer_bottom .footer_list ul li .text_js .icon_box a.icon_instagram svg{
    width: 32px;
    height: 32px;
}
.footer_bottom .footer_list ul li .text_js .icon_box a.icon_tiktok svg{
    width: 22px;
    height: 22px;
    margin-top: 4px;
}
.footer_bottom .copyright_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background: #0e9083;
}
.footer_bottom .copyright_box p{
    width: 100%;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 15%);
}



.sidebar_box {
  width: 56px;
  height: auto;
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 999;
  transition: all 0.5s;
  
}

.sidebar_box_conter {
  width: 100%;
  height: auto;
  position: relative;
}

.sidebar_box_conter ul {
  /*overflow: hidden;*/
  box-shadow: 0 0 2px 0px #b0b0b0;
}
.sidebar_box_conter ul li {
  float: left;
  width: 56px;
  height: 56px;
  padding: 14px 14px;
  box-sizing: border-box;
  text-align: center;
  background: #0e9083;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  cursor: pointer;
  
  position: relative;
}
.sidebar_box_conter ul li .li_con img{
    display: block;
    width: 28px;
    height: auto;
}
.sidebar_box_conter ul li.gotop {
  display: none;
  transition: all 0.5s;
  position: relative;
  z-index: 100;
}

.sidebar_box_conter ul li:last-child {
  padding: 11px 11px;
}
.sidebar_box_conter ul li:last-child img{
    width: 34px;
}
.sidebar_box_conter ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 16px;
}

.sidebar_box_conter ul li .text_box {
  width: 200px;
  height: 56px;
  background: #0e9083;
  box-sizing: border-box;
  padding: 13px 0px;
  box-sizing: border-box;
  
  position: absolute;
  top: -1px;
  right: 55px;
  z-index: 99;
  
   border: 1px solid rgba(255, 255, 255, 0.5);

  
  opacity: 0;
}

.sidebar_box_conter ul li .text_box p {
  width: 160px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.sidebar_box_conter ul li.zhiCustomBtn .text_box {
  top: 0px;
}

.sidebar_box_conter ul li.sidebar_box_telephone .text_box {
  top: 60px;
}

.sidebar_box_conter ul li.qaCustonBtn .text_box {
  top: 180px;
}

.sidebar_box_conter ul li.registerCustonBtn .text_box {
  top: 240px;
}

.sidebar_box_gzh .gzh {
  position: absolute;
  left: -176px;
  top: 76px;
  box-shadow: 0 0 6px 0px #b0b0b0;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  display: none;
  transition: all 0.3s;
}

.sidebar_box_gzh .gzh img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sidebar_box_gzh:hover .gzh {
  display: block;
}









.header_box .nav-toggle{
    display: none;
}
.phone_hearder_nav{
    display: none;
}





@media screen and (max-width: 1440px){
    .section_container_con{
        width: 1200px;
    }
    .index_header_box .header_middle .section_container_con{
        max-width: 1200px;
    }
    .index_header_box .header_middle .conter_box{
        width: 100%;
    }
    .index_header_box .header_nav .nav_menu ul li {
        margin-right: 25px;
    }

    .about_page_section2 .history_list ul li .item .article{
        width: 200px;
    }
    .about_page_section5_conter .test_report_list{
        margin-right: -50px;
    }
}


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

}


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

}


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

}


