@charset "UTF-8";
h2, h3, h4 {
    text-align: center;
}

h1 {
    text-indent: -999px;
    float: left;
    margin: 0;
    font-size: 12px;
}
body{
    background-color: #f5f5f5;
}
/*头部*/
/* start:hover-a-bgcolor */
.navbar-collapse>.nav>li>a:hover, .nav>li>a:focus{
    background-color: rgb(255 255 255 / 0);
}
/* end:hover-a-bgcolor */
.navbar{
    position: relative;
    height: 84px;
    margin-bottom: 0px;
    padding-top: 20px;
    border: none;
    z-index: 10;
    background-color: #fff;
}

.nav_inner_search{
    line-height: 24px;
    display: inline-flex;
    padding-top: 15px;
}

.navbar-form {
     margin-top: 5px;
     margin-bottom: 0;
     border:none;
}

header .navbar {
    margin-bottom: 0;
}
header nav .nav li a {
    color: #000;
}
header nav .nav li a:hover {
    background: #fff;
    color: #3884c0;
    border-bottom: solid #05aec7 2px;
}
header nav .nav .active {
    border-bottom: solid #05aec7 2px;
    color: #3884c0;
}
header nav .logo {
    width: 153px;
    height: 50px;
}


.inner_container{
    max-width: 1500px;
    margin: auto;
}
.product .banner_chaim{
    color: #e5e5e5 !important;
}
.product .product_banner img{
    width: 100%;
}

.product .product_tabnav{
    background-color: #fff;
    position: relative;
    z-index: 0;

}
.product .product_tabnav .navbartab{
    position: relative;
    height: 72px;
    line-height: 72px;
    margin-bottom: 0px;
    border: none;
    z-index: 10;
}
.product .product_tabnav .navbartab ul{
    margin-block-start: 0em;
    padding-inline-start: 0px;
}
.product .product_tabnav .navbartab ul .current{
    color: #0083ce;
    border-bottom: solid 2px #0083ce;

}
.product .product_tabnav .navbartab ul li {
    color: #333333;
    list-style-type: none;
    font-weight: bold;
    font-size: 16px;
    list-style-type: none;
    cursor: pointer;

}

.product .product_tabnav .navbartab ul li a{
    margin-left: 0px !important;
    color: #0083ce;

}
.product .product_show{
    display: inline-flex;
    width:100%;
    margin-top: 60px;
    background-image: url(../img/about/circle_bg.png)
}
.product .product_show:hover{
    color: #0083ce;
 }
.product .product_show img{
    
}
.product .product_show .container .row .inner{
    background-color: #fff;
    padding: 20px;
}
.product .product_show .container .row p{
    margin: 30px 0px 65px 0px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

/* 行业应用 */
.application_wrapper{
    text-align: center;
    padding: 60px 0px;
}
.application_wrapper .acc_title{
    font-size: 36px;
    font-weight: bold;
}
.application_wrapper .acc_line{
    width: 46px;
    height: 2px;
    display: inline-block;
    background-color: #999898;
}
.application_wrapper .acc_chaim{
    font-size: 16px;
    line-height: 33px;
    padding: 0px 11%;
}
.application_wrapper .acc_images {
    margin-top: 40px;
}
.application_wrapper .acc_images .acc_images_bg {
    position: relative;
    margin-top: 65px;

}
.application_wrapper .acc_images .acc_images_bg a{
    position: relative;
    text-decoration: none;

}
.application_wrapper .acc_images .acc_images_bg a{
    color: #428bca;

}
.application_wrapper .acc_images .application1_hover{
    position: absolute;
    left: 0px;
    opacity: 0;
    transition: all 0.6s;
   
}
.application_wrapper .acc_images .application1_hover:hover{
    position: absolute;
    left: 0px;
    opacity: 1;
    transition-duration: 0.5s;
   
}
.application_wrapper .acc_images .acc_images_bg img{
    cursor: pointer;
    width: 100%;
}


.application_wrapper .acc_images p{
    font-size: 26px;
    margin-top: 26px;
}
/*行业应用详情  */
.indust_company_cultrue{
    text-align: center;
}
.indust_company_cultrue .indust_title{
    font-size: 36px;
    font-weight: bold;
    height: 140px;
    line-height: 140px;
}
.indust_company_cultrue .indust_container{
    background-color: #fff;
    padding: 62px 135px;
    margin-bottom: 60px;
}


.indust_company_cultrue .indust_container .indust_h1{
    font-size: 24px;
    color: #0083ce;
    font-weight: bold;
}
.indust_company_cultrue .indust_container .mar_t{
    margin-top: 50px;
}

.indust_company_cultrue .indust_container .indust_product_bg{
    width: 100%;
}
.indust_company_cultrue .indust_container .indust_chaim{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.indust_company_cultrue .indust_container .indust_images{
    display: inline-flex;
    width: 100%;
    margin-top: 20px;
}
.indust_company_cultrue .indust_container .indust_images img{
    width: 50%;
}

.indust_company_cultrue .indust_container .indust_images img:first-child{
   margin-right: 15px;
}
.indust_company_cultrue .indust_container .indust_images img:last-child{
    margin-left: 15px;
 }
.indust_company_cultrue .indust_container .indust_images_product{
    display: inline-block;
    width: 100%;
}

.indust_company_cultrue .indust_container .indust_images_product .bgcolor {
    padding: 50px 36px;
    font-size: 16px;
    margin-bottom: 0;
    background-color: #f4f4f4;
    color: #888888;
    font-size: 16px;
}
.indust_company_cultrue .indust_container .indust_images_product .bgcolor p{
    font-size: 24px;
    color:#000000;
    font-weight: bold;
    text-align: left;
    
}
.indust_company_cultrue .indust_container .indust_images_product .bgcolor span{
    color:#1390d8;
    font-weight: bold;

    
}
.indust_company_cultrue .indust_container .indust_images_product .bgcolor ul{
    margin-top: 40px;
    padding-inline-start: 1em !important; 
}
.indust_company_cultrue .indust_container .indust_images_product .bgcolor ul li{
    line-height: 30px;
    text-align: left;
}
.indust_company_cultrue .indust_container .indust_images_product .bgcolor .ul_list p{
    line-height: 26px;
    text-align: left;
    color: #888888;
    font-size: 16px;
    font-weight: normal;
}


.indust_company_cultrue .indust_container .indust_images_product .bgcolor .ul_list p:before{
    content: "";
    width:5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #888888;
    vertical-align: middle;
    margin-right: 14px;
}
.indust_company_cultrue .indust_container .indust_images_product .bgcolor .look_more,.look_more{
    color: #0092e6;
    text-align: left;
}
.indust_company_cultrue .indust_container .indust_images_product  .indust_wrap{
    position: relative;
    width: 100%;
    height: 100%;
}
.indust_company_cultrue .indust_container .indust_images_product  .indust_wrap img{
    position: absolute;
    width: 280px;
    top: -184px;
    right: 13px;
}
.indust_company_cultrue .indust_container .indust_images_product .bgcolor .look_more img,.look_more img{
    width: 22px;
    height: 22px;
    margin-left: 4px;
    vertical-align: top;
}




@media(max-width:1400px){
  
    .application_wrapper .acc_images .acc_images_bg a ,.application_wrapper .acc_images .acc_images_bg a img{
        width: 100%;
        display: inline-block;
    }
    .application_wrapper .acc_images .application1_hover{
        position: absolute;
        left: 0px;
        opacity: 0;
        transition: all 0.6s;
    }

    /* 行业应用详情 */
    .indust_company_cultrue .indust_container .indust_images_product .bgcolor{
        min-height: 450px;
    }
    .indust_company_cultrue .indust_container .indust_images_product .indust_wrap img{
        top: -130px;
        left: 30px;
    }
}
@media (max-width: 1200px){
    .application_wrapper .acc_title{
        font-size: 30px;
    }
    .application_wrapper .acc_images p{
        font-size: 22px;
    }
    .application_wrapper{
        padding-top: 30px;
    }
    .application_wrapper .acc_images .acc_images_bg{
        margin-top: 30px;
    }
}
@media(max-width:900px){
    .indust_company_cultrue .indust_container{
        padding: 20px;
    }
    .indust_company_cultrue .indust_container .indust_images_product .bgcolor ul li{
        line-height: 22px;
    }
    .product .indust_tabnav .navbartab ul li.current{
        padding-left: 15px;
    }
}
@media (max-width: 760px){
    .product .product_tabnav .navbartab ul li.current{
        padding: 0px 15px;
    }
    .application_wrapper .acc_images .acc_images_bg img {
        width: 100%;
    }
    .application_wrapper .acc_images .acc_images_bg{
        margin-top: 15px;
    }
}





