@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;
    /* border-bottom: solid 1px #b9b9b9; */
    border: none;
    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;
}
.navbar-nav{
    padding-inline-start: 0px;
    margin: 0px;

}



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;
}
/* content */
.product{

}
.product .product_banner img{
    width: 100%;
}

.product .product_tabnav .navbartab,.product_tabnav{
    /* height: 72px; */
    height: 100%;
    line-height: 72px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    z-index: 10;
    background-color: #fff;
}
.bgcolor{
    background-color: #f5f5f5 !important;

}
.product .product_tabnav .navbartab ul  {
    display: inline-flex;
    height: 100%;
}

.product .product_tabnav .navbartab ul .current {
    color: #0083ce;
    border-bottom: solid 2px #0083ce;

}
.product .product_tabnav .navbartab ul .current a{
    color: #0083ce;
}
.product .product_tabnav .navbartab ul li a{
   font-weight: bold;
   margin-left: 0px;
}

.product .product_tabnav .navbartab ul li {
    font-size: 14px;
    color: #333333;
    list-style-type: none;
    cursor: pointer;
    height: 100%;
}
.product .product_tabnav .navbartab ul li:first-child a{
   margin-left: 0px;
}
.product .product_tabnav .navbartab ul li:first-child {
    margin-right: 120px;
 }
 .product .product_tabnav .navbartab ul li:nth-child(3) {
    margin-left: 120px;
 }
.product .product_show{
    width:100%;
    background-color: #f5f5f5;
    margin-top: 60px;
}
.product .product_show:hover{
    color: #0083ce;
 }

.product .product_show img{
    transition: all 2s ease 0s;
}
.product .product_show img:hover{
    transform: scale(1.1);
    transition-duration:0.5s,0.5s;
    background-color: rgb(0 0 0 / 0.3);

}

.product .product_show .container .row .inner{
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.product .product_show .container .row .inner img{
    width: 100%;
}
.product .product_show .container .row p{
    margin: 30px 0px 65px 0px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}

.product .product_show .container .pagination_container{
    text-align: center;
    margin-bottom: 90px;
}
.product .product_show .container .pagination_container li a{
    margin: 0px 7px;
    border-radius: 30px;
    color: #999999;
    font-size: 18px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.tab-item1{
    display: inline-flex;

}
.tab-item2{
    display: none;

}

.pagination>.active>a{
    color: #fff !important;
}
.product .product_show .container .pagination_container li .blue{
    background-color: #346bae;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    width: 70px;
    height: 35px;
}
/* 产品详情 */
/* 轮播缩略图 */
.swiper-container {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;
}
.swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    width: 46%;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 50px;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
/* 产品详情 */

.product .product_banner img{
    width: 100%;
}


.product_tabnav{
    color: #aeaeae;
    height: 68px;
    line-height: 68px;
}
.product_tabnav span{
    color: #0083ce;
}
.product .product_show_detail{
    background-color: #fff;
}
.product .product_show_detail .product_swiper{
    display: inline-flex;
    width: 100%;
    margin: 92px 0px;

}
.product .product_show_detail .product_swiper_left{
    flex:1;
    width: 670px;
    position: relative;
    height: 358px;
}

.product .product_show_detail .product_swiper .swiper-slide-active{
    transition: all 2s ease 0s;
}

.product .product_show_detail .product_swiper .swiper-slide-active:hover{
    transform: scale(1.1);
    transition-duration:0.5s,0.5s;
}
 
.product .product_show_detail .product_swiper_right{
    flex:1;
    margin-left: 130px;

}
.product .product_show_detail .product_swiper_right .psl_title{
    font-weight: bold;
    font-size: 36px;
}
.product .product_show_detail .product_swiper_right .psl_content{
    color: #888888;
    font-size: 16px;
    margin-top: 65px;
}
.product .product_show_detail .product_swiper_right .psl_content p{
    line-height: 30px;
    color: #333;
}
.product .product_show_detail .product_swiper_right .psl_content p:before{
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #333;
    vertical-align: middle;
    margin-right: 14px;
}
.product .product_show_detail .product_swiper_right .psl_content .psl_qu{
    font-weight: bold;
    color: #fff;
    background-color: #f78e4e;
    width: 100px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border-radius: 18px;
}
.product .product_show_detail .product_swiper_right .psl_content .psl_qu:before{
    content: "";
    width: 0px;
    height: 0px;
}
.product_data{
    padding: 80px 165px;

}
.pchide{
    display: none;
}
.product_data .container{
    width: 100%;
}
.product_data .container img{
    width: 100%;
}
.product_data table{
    width: 100%;
    border-color: #dddedb;
    border:solid 1px #e4e0e0;
}
.product_data table tr{
    height: 50px;
    line-height: 50px;
    text-align: center;
    

}
.product_data table tr th{
    text-align: center;
    background-color: #dddedb;
    font-weight: bold;
    font-size: 18px;

}
.product_data table tr td{
    color: #888888;
    font-size: 18px;
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    margin-top: 178px;
    right: 150px;
    background-size: contain;
    background-image: url(../img/productsDetail/arrow_r.png);
    width: 28px;
    height: 28px;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
    margin-top: 178px;
    left: 150px;
    background-image: url(../img/productsDetail/arrow_l.png);
    background-size: contain;
    width: 28px;
    height: 28px;

}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: rgb(255 255 255 / 0);
}


/* 关于 */

/* 公司简介  */
.about_company_introduce{
    margin:90px auto;
}
.about_company_introduce .about_company_introduce_top{
    width: 100%;
    display: inline-flex;
}

.about_company_introduce .about_company_introduce_top .a_left .a_title{
    font-size: 36px;
    font-weight: bold;
}
.about_company_introduce .about_company_introduce_top .a_left .a_content{
    margin-top: 30px;
}
.about_company_introduce .about_company_introduce_top .a_left .a_content p{
    text-indent: 35px;
    line-height: 36px;
    font-size: 16px;
}

.about_company_introduce .about_company_introduce_top .a_right img{
    margin-left: 70px;
}
.about_company_introduce .about_company_introduce_bottom{
    display: inline-flex;
    width: 100%;
    margin-top: 60px;
}
.about_company_introduce .about_company_introduce_bottom div{
    position: relative;
    margin-top: 10px;
    margin-top: 10px;

}
.about_company_introduce .about_company_introduce_bottom div .behide{
    position: absolute;
    left: 0px;
    opacity: 0;
    transition: all 1s ease 0s;
    cursor: pointer;
    z-index: 99;

}
.about_company_introduce .about_company_introduce_bottom div .behide:hover{
    opacity: 1;

}
.about_company_introduce .about_company_introduce_bottom div p:first-child{
    font-size:20px;
   font-weight: bold;
   margin-top: 24px;
}
.about_company_introduce .about_company_introduce_bottom div p:last-child{
    font-size:16px;
    color:#0083ce;
}
.about_company_introduce .about_company_introduce_bottom img{
    float: left;
    margin-right: 15px;
    
}
/* 专利资质 */
.about_patent_qualification{
    text-align: center;
    background-color: #fff;
    padding: 70px 0px 120px 0px;
}
.about_patent_qualification .apq_title{
    font-size: 36px;
    font-weight: bold;
  

}
.about_patent_qualification .apq_line{
    text-align: center
}
.about_patent_qualification .apq_line span{
    width: 46px;
    height: 2px;
    background-color: #9f9b9b;
    display: inline-block;
}

.about_patent_qualification  .apq_images_bg{
    padding: 30px;
    background-color: #f5f5f5;
   cursor: pointer;
}
.about_patent_qualification  .apq_images_bg img{
    width: 100%;
    transition: all 2s ease 0s;
}
.about_patent_qualification  .apq_images_bg img:hover{
    transform: scale(1.1);
    transition-duration:0.5s,0.5s;
}



.apq_index_list{
    margin-top: 62px;
    position: relative;
}
.apq_index_list a {
	display: block;
	position: relative;
	z-index: 5;
    overflow: hidden;
    text-decoration: none;
}

.apq_index_list .picture {}

.apq_index_list .lans {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 6;
	padding: 35px 30px;
	color: #ffffff;
}

/* .apq_index_list .picture:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0%;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 5;
	background:bottom no-repeat #00659f;
	background-size: cover;
	transition: all .4s ease-in;
} */

.apq_index_list a:hover .picture:before {
	height: 100%;
	opacity: 0.89;
}

.apq_index_list .l2 {
	font-size: 16px;
	line-height: 50px;
	margin: 50px 0;
	opacity: 0;
    transition: all .4s ease-in;
    text-align: left;
    min-height: 250px;
}

.apq_index_list .l3 {
	font-size: 14px;
	opacity: 0;
	transition: all .4s ease-in;
}

.apq_index_list .l3 img {
	margin-left: 15px;
}

.apq_index_list a:hover .l2,
.apq_index_list a:hover .l3 {
	opacity: 1;
}

.about_patent_qualification .apq_images_bg p{
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
    color: #000000;
}

.about_patent_qualification  .apq_images_bg .img{
    margin: 22px;
}

.about_patent_qualification .swiper-slide{
    margin: auto;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 0.3);
    /* margin-right: 50px; */
}
.swiper-button-next{
    position: absolute;
    right: -50px;

}
.swiper-button-prev{
    position: absolute;
    left: -50px;

}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.about_patent_qualification .swiper-button-next, .about_patent_qualification .swiper-button-prev{
    background-color: #d0d0d0;

}
.about_patent_qualification .swiper-button-next:hover, .about_patent_qualification .swiper-button-prev:hover{
    background-color: #d0d0d0;

}
.swiper-button-next, .swiper-button-prev{
    cursor: pointer;
    /* background-color: #d0d0d0; */

}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: #ffffff;
}
/* 企业文化 */
.about_company_cultrue{
    text-align: center;
    background-image: url(../img/about/circle_bg.png);
    padding: 60px 0px;
}
.about_company_cultrue .acc_title{
font-size: 36px;
font-weight: bold;
}
.about_company_cultrue .acc_images img{
    transition: all 2s ease 0s;
}
.about_company_cultrue .acc_images img:hover{
    transform: scale(1.1);
    transition-duration:0.5s,0.5s;
}


@media(max-width:1520px){
   /* 关于 */
    .about_company_introduce .about_company_introduce_bottom{
        display: inline-block;
    }
    .apq_index_list .l2{
        margin: 0px;
        font-size: 13px;
    }
    .apq_index_list .l3 img{
        margin-left: 0px;
        width: 30px;
        height: 30px;
    }
    .about_company_introduce .about_company_introduce_top .a_left .a_content p{
        line-height: 26px;
    }
    .about_company_introduce .about_company_introduce_top .a_right img{
        margin-top: 70px;
    }
  
}
@media(max-width:1200px){
    .product .product_show_detail .product_swiper_right{
        margin-left: 10px;
    }
  
   
    .product_data{
        padding: 40px;
    }
    .product .product_show_detail .product_swiper{
        display: inline-block;
    }
    .product .product_show_detail .product_swiper_left{
        width: 474px;
        height: 400px;
    }
    .product .product_show_detail .product_swiper_right{
        margin-top: 30px;
    }
    .gallery-top{
        height: 40%;
    }
    .product .product_show_detail .product_swiper_right{
        margin-top: 0px;
    }
    .product .product_show_detail .product_swiper_right .psl_content{
        margin-top: 0px;
    }
    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
        margin-top: 36px;
        right: 0px;
        width: 30px;
        height: 30px;
       
    
    }
    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
        margin-top: 36px;
        left: 0px;
        width: 30px;
        height: 30px;
    
    }
    .gallery-thumbs{
        width: 80%;
    }
    /* 关于我们 */
    .about_company_introduce .about_company_introduce_top{
        display: inline-block;;
    }
    .about_company_introduce .about_company_introduce_top .a_left .a_title {
        font-size: 30px;

    }
    .about_patent_qualification .apq_title ,.about_company_cultrue .acc_title{
        font-size: 30px;
    }
    .apq_index_list .l2{
        font-size: 14px;
    }
}
@media(max-width:1050px){
    /* 关于我们 */

    .about_company_introduce .about_company_introduce_bottom{
        display: inline-grid;
    }
}
@media(max-width:860px){
    .product .product_show_detail .product_swiper_left{
        height: 400px;
        /* margin: auto; */
    }
    .product .product_show_detail .product_swiper{
        margin: 42px 0px;
    }
  
    .gallery-thumbs{
        width: 65%;
    }
    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
        margin-top: 37px;
        right: 40px;
        width: 25px;
        height: 25px;
    
    }
    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
        margin-top: 37px;
        left: 40px;
        width: 25px;
        height: 25px;
    
    }
   
    .product_data{
        padding: 10px;
        margin-top: 10px;
    }
    /* 关于我们 */
    .swiper-button-prev{
        left: -33px;
        width: 30px;
        height: 30px;
    }
    .swiper-button-next{
        right: -33px;
        width: 30px;
        height: 30px; 
    }
    .about_company_introduce{
        margin: 0px;
    }
    .about_company_introduce .about_company_introduce_bottom{
        margin-top: 10px;
    }
    .product .product_tabnav .navbartab ul li:first-child{
        margin-right: 30px;
    }
    .product .product_tabnav .navbartab ul li:last-child{
        margin-left: 30px;
    }
    .navbar-nav>li>a{
        font-weight: normal;
    }
    .navbar-nav{
        margin: 0px;
    }
    .about_company_introduce{
        margin-top: 30px;
    }
    .about_company_introduce .about_company_introduce_top .a_left .a_content{
        margin-top: 10px;
    }
    .about_company_introduce .about_company_introduce_top .a_left .a_content p{
        font-size: 13px;

    }
    .about_company_introduce .about_company_introduce_bottom{
        text-align: center;
    }
    .about_company_introduce .about_company_introduce_bottom div{
        padding: 0px;
    }
    .about_company_introduce .about_company_introduce_bottom img{
        float:none;
    }

}
@media(max-width:780px){
    
    .product .product_show_detail .product_swiper_left{
        width: 400px;
    }
   
    .product_data{
        padding: 10px;
    }
    .product .product_show .container .pagination_container li .blue{
        width: 50px;
        height: 30px;
        line-height: 30px;
    }
    .product .product_show .container .pagination_container li a{
        margin: 0px 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0px;
    }
    .product .product_show .container .row p{
        font-size: 18px;
    }
    .product .product_tabnav .navbartab ul li:first-child{
        margin-right: 50px;
    }
    .product .product_show{
        margin-top: 30px;
    }
    .product .product_show .container .row p{
        margin:20px 0px;
    }
}




@media(max-width:680px){
    .product_data{
       position: relative; 
      
    }
    .pchide{
        display: inline-block;
        width: 100%;
    }
    .product_data .scrollbox{
       
        -webkit-overflow-scrolling: touch; 
        margin-top: 30px;
    }
    .product_data .container{
       
        overflow: scroll;
        position: relative;

      
    }
   
    .product_data .container table{
        width: 600px;
        min-width: 610px;

    }
   

    .product_data .linescroll{
        text-align: center;
        left: -20px;
        position: absolute;
        width: 100%;
    }
    .product_data .linescroll .line{
        position: relative;
        display: inline-block;
        width: 80px;
        height: 1px;
        background-color: #ccc;
    }
    .gallery-thumbs{
        width: 78%;
        height: 23%;
    }
    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
        right: 20px;
        width: 22px;
        height: 22px;
        margin-top: 42px;
    }
    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
        left: 20px;
        width: 22px;
        height: 22px;
        margin-top: 42px;
    }
    .product .product_show_detail .product_swiper_left{
        height: 300px;
        width: 100%;

    }
    .linescroll .swing{
        position: relative;
        display: inline-block;
        width: 33px;
        height: 3px;
        background-color: #a6a6a6;
        border-radius: 60px;
        top: 1px;
        margin-left: -100px;
    }
  
    /* 关于我们 */
    .about_company_introduce .about_company_introduce_top .a_right img{
        margin-left: 0px;
        width: 100%;
    }
   
    .about_company_introduce .about_company_introduce_bottom div{
        margin-left: 0px;
    }
    .about_company_introduce .about_company_introduce_bottom .inner_images{
        height: 100px;
    }
    .about_company_introduce .about_company_introduce_top .a_left .a_title{
        font-size: 24px;

    }
    .about_company_introduce .about_company_introduce_top .a_left .a_content p{
        text-indent: 30px;
        line-height: 28px;
    }
    .about_patent_qualification{
        padding: 30px;
    }
    .apq_index_list .l2{
        line-height: 38px;
    }
    .about_patent_qualification .apq_images_bg p{
        font-size: 16px;
    }
}
@media(max-width:480px){
    .product .product_show .container .row p{
        font-size: 16px;
    }
    .product .product_tabnav .navbartab ul li:first-child{
        margin-right: 20px;
    }
    .product .product_show .container .pagination_container li .blue{
        font-size: 13px;
    }
    .product .product_show .container .pagination_container li .blue{
        width: 45px;
    }
    .product .product_show_detail .product_swiper_left{
        height: 200px
    }
    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
        right:20px;
    }
    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
        left: 20px;
    }
    .apq_index_list .l2{
        line-height: 20px;
    }
    .apq_index_list .lans{
        padding: 20px 10px;
    }
    .apq_index_list .l3 img{
        margin-top: 10px;
        width: 20px;
        height: 20px;
    }
    .about_patent_qualification .apq_images_bg p{
        font-size: 14px;
    }
}