@media(min-width:1200px) {
    .container {
        width: 1030px;
    }
}
@media(min-width:1300px) {
    .container {
        width: 1130px;
    }
}
@media(min-width:1490px) {
    .container {
        width: 1230px;
    }
}
@media(min-width:1510px){
    .container{width:1330px;}
}


.label-danger{background-color:#ff2200;}

i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
a{transition:all 0.2s linear 0s;}
img{vertical-align:bottom;}
input[type=text],textarea{font-family: "微软雅黑", Arial, Helvetica, sans-serif;-webkit-appearance: none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #1f75b4;
    border-color:#1f75b4;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.floadAd{position:absolute;z-index:9999;display:none;}
.floadAd .close{position:absolute;top:10px;right:10px;font-size:30px;color:#000;}
.floadAd .close:hover{color:#ff2200;}
.floadAd .item{display:block;}
.floadAd .item img{vertical-align: bottom;max-width:100%;}

.floadAdPhone{position:fixed;z-index:9999;display:block;top:50%;left:50%;transform:translate(-50%,-50%);display:none;}
.floadAdPhone .close{position:absolute;top:0;right:5px;font-size:30px;color:#000;}
.floadAdPhone .close:hover{color:#ff2200;}
.floadAdPhone .item{display:block;}
.floadAdPhone .item img{vertical-align: bottom;max-width:100%;}


/*header*/
.header_nav_fixed{position:fixed;top:0;left:0;width:100%;padding:20px 35px;z-index:100;display:flex;align-items:center;justify-content:space-between;}
.header_nav_fixed .logo_btn{display:block;position:relative;width:270px;height:52px;}
.header_nav_fixed .logo_btn img{max-width:100%;position:absolute;top:50%;left:0;transform: translateY(-50%);}
.header_nav_fixed .logo_btn .scrollLogo{opacity:0;}
.header_nav_fixed .tel_box{font-size:20px;color:#fff;display:flex;align-items:center;font-weight:bold;}
.header_nav_fixed .tel_box i{font-size:28px;margin-right:12px;font-weight:normal;}
.header_nav_fixed .search_form{height:42px;width:250px;display:flex;border-radius:5px;overflow:hidden;border:1px solid transparent;}
.header_nav_fixed .search_form input{display:inline-block;width:calc(100% - 42px);height:42px;line-height:42px;padding-left:14px;margin:0;font-size:15px;color:#333;border:0;}
.header_nav_fixed .search_form button{padding:0;border:0;display:inline-block;height:42px;width:42px;text-align:center;line-height:40px;background:#fff;}
.header_nav_fixed .search_form button i{color:#1068b1;font-size:22px;font-weight:bold;}
.header_nav_fixed .btn_box{display:flex;}
.header_nav_fixed .btn_box .item{margin-left:15px;text-align:center;}
.header_nav_fixed .btn_box .item i{display:block;font-size:20px;color:#fff;font-weight:bold;position:relative;}
.header_nav_fixed .btn_box .item i sup{height:18px;background:#3d99e2;color:#fff;border-radius:50%;font-size:12px;font-weight:normal;position:absolute;top:-5px;right:0;line-height:18px;padding:0 5px;}
.header_nav_fixed .btn_box .item a{font-size:14px;color:#fff;}
.header_nav_fixed .btn_box .item a:hover{text-decoration:underline;}
.header_nav_fixed .btn_box .item:last-child a:last-child:before{
    content:'';display:inline-block;width:1px;height:12px;background:#fff;vertical-align:middle;margin-right:5px;margin-bottom:2px;
}
.kj-navbar{margin-bottom:0;border:0;border-radius:0;}
.kj-navbar .navbar-header{display:none;}
.kj-navbar .navbar-nav li a{font-size:16px;color:#fff;padding-right:0;padding-left:0;margin-left:28px;border-bottom:2px solid transparent;padding-bottom:10px;}
.kj-navbar .navbar-nav li:hover a{background:none;border-bottom:2px solid #fff;}
.kj-navbar .navbar-nav li.active a{background:none;border-bottom:2px solid #fff;}

.header_nav_fixed_blue{background:#fff;box-shadow:0 0 5px rgba(0,0,0,0.3);}
.header_nav_fixed_blue .logo_btn img{opacity:0;}
.header_nav_fixed_blue .logo_btn .scrollLogo{opacity:1;}
.header_nav_fixed_blue .kj-navbar .navbar-nav li a{color:#333333}
.header_nav_fixed_blue .kj-navbar .navbar-nav li:hover a{border-bottom:2px solid #036eb8;}
.header_nav_fixed_blue .kj-navbar .navbar-nav li.active a{border-bottom:2px solid #036eb8;}
.header_nav_fixed_blue .tel_box{color:#333;}
.header_nav_fixed_blue .tel_box i{color:#036eb8;}
.header_nav_fixed_blue .search_form{border:1px solid #d4d4d4;}
.header_nav_fixed_blue .btn_box .item i{color:#036eb8}
.header_nav_fixed_blue .btn_box .item a{color:#333;}
.header_nav_fixed_blue .btn_box .item:last-child a:last-child:before{background:#333}

/*手机端搜索*/
.phone_search_box{border-bottom:1px solid #dedede;background:#f9f9f9;}
.phone_search_box .container{padding-top:10px;padding-bottom:10px;}
.phone_search_box #mobilesearchbox{height:38px;width:100%;float:left;;}
.phone_search_box #mobilesearchbox input{display:inline-block;width:calc(100% - 50px);height:38px;line-height:38px;border:2px solid #1761aa;padding:0 10px;margin:0;border-radius:3px 0 0 3px;font-size:13px;color:#333;float:left;}
.phone_search_box #mobilesearchbox button{padding:0;border:0;display:inline-block;height:38px;width:50px;text-align:center;line-height:38px;background:#1761aa;border-radius:0 3px 3px 0;font-size:16px;color:#fff;float:left;}


/*footer*/
.footer_box{background:#333333;}
.footer_box .guarantee_box{border-bottom:1px solid rgba(255,255,255,0.2);padding:30px 0;}
.footer_box .guarantee_box ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.footer_box .guarantee_box ul li{display:flex;align-items:center;justify-content:center;}
.footer_box .guarantee_box ul li i{font-size:38px;color:#fff;line-height:40px;}
.footer_box .guarantee_box ul li b{color:#fff;margin-left:15px;font-size:17px;}
.footer_box .footer_nav{display:flex;padding:40px 0 50px 0;justify-content:space-between;}
.footer_box .footer_nav .title{font-size:16px;color:#fff;line-height:28px;margin-bottom:20px;}
.footer_box .footer_nav ul{display:flex;}
.footer_box .footer_nav ul li{margin-right:100px;}
.footer_box .footer_nav ul li a{display:block;font-size:14px;color:rgba(255,255,255,0.6);line-height:20px;margin-bottom:12px;}
.footer_box .footer_nav ul li a:hover{color:rgba(255,255,255,1);text-decoration:underline;}
.footer_box .footer_nav .code_box{text-align:center;}
.footer_box .footer_nav .code_box img{width:100px;}
.footer_box .footer_nav .tel_box{flex:1;}
.footer_box .footer_nav .tel_box span{display:block;font-size:14px;color:rgba(255,255,255,0.6);line-height:20px;margin-bottom:12px;}
.footer_box .footer_copyright{background:#292929;}
.footer_box .footer_copyright .container{display:flex;flex-wrap:wrap;justify-content: space-between;padding-top:15px;padding-bottom:15px;align-items:center;}
.footer_box .footer_copyright .container:before,.footer_box .footer_copyright .container:after{display:none;}
.footer_box .footer_copyright span{font-size:13px;color:rgba(255,255,255,0.6);line-height:20px;display:block;}
.footer_box .footer_copyright span a{color:rgba(255,255,255,0.6);text-decoration:underline;}
.footer_box .footer_copyright span a:hover{color:rgba(255,255,255,1);}

/*float cata*/
.float_cata{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:1000;}
.float_cata a{display:block;width:96px;height:48px;text-align:center;line-height:48px;background:#3d99e2;font-size:14px;color:#fff;border-top:1px solid #64ade8;}
.float_cata a:first-child{border-top:0;}
.float_cata a:hover{background:#73befa;font-weight:bold;}
.float_cata a.active{background:#73befa;font-weight:bold;}
/*float*/
.float_box{position:fixed;right:10px;top:50%;transform:translateY(-50%);z-index:1000;}
.float_box ul{display:block;background:#4a91da;border-radius:30px;box-shadow:0 0 24px #b3d9fb;width:100%;position:relative;}
.float_box ul li{display:block;}
.float_box ul li i{cursor:pointer;display:block;width:60px;height:52px;text-align:center;font-size:24px;color:#fff;line-height:52px;border-radius:30px;transition:all 0.2s linear 0s;}
.float_box ul li .scrollTop{cursor:pointer;display:block;width:60px;height:52px;text-align:center;font-size:24px;color:#fff;line-height:52px;transform: rotate(180deg);border-radius:30px;}
.float_box ul li i:hover{background:#3074c2;}
.float_box ul li .scrollTop:hover{background:#3074c2;}
.float_box ul li .tel_box{position:absolute;right:12px;top:0;background:#4a91da;height:100%;border-radius:30px;width:0;z-index:-1;font-size:14px;color:#fff;line-height:30px;transition:all 0.2s linear 0s;overflow:hidden;}
.float_box ul li .wxcode_box{position:absolute;right:12px;top:0;background:#4a91da;height:100%;border-radius:30px;width:0;z-index:-1;transition:all 0.2s linear 0s;overflow:hidden;}
.float_box ul li .wxcode_box img{width:100px;}
.float_box ul li .wxcode_box span{display:block;width:100px;margin-top:10px;color:#fff;text-align:center;}
.float_box ul li .code_box{position:absolute;right:12px;top:0;background:#4a91da;height:100%;border-radius:30px;width:0;z-index:-1;transition:all 0.2s linear 0s;overflow:hidden;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{display:block;width:100px;margin-top:10px;color:#fff;text-align:center;}
.float_box ul li .qq_box{position:absolute;right:12px;top:0;background:#4a91da;height:100%;border-radius:30px;width:0;z-index:-1;font-size:14px;color:#fff;line-height:30px;transition:all 0.2s linear 0s;overflow:hidden;}
.float_box ul li .qq_box a{color:#fff;}
.float_box ul li .qq_box a:hover{text-decoration:underline;}
.float_box ul li#ftel:hover .tel_box{width:230px;padding:30px;}
.float_box ul li#fcode:hover .code_box{width:230px;padding:30px 30px 30px 42px;display:flex;flex-direction:column;justify-content:center;}
.float_box ul li#wechatcode:hover .wxcode_box{width:230px;padding:30px 30px 30px 42px;display:flex;flex-direction:column;justify-content:center;}
.float_box ul li#fqq:hover .qq_box{width:230px;padding:30px 15px;}
/*浮动*/
.phone_footer_nav{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#fff;height:50px;display:none;}
.phone_footer_nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.phone_footer_nav a{float:left;display:inline-block;width:25%;text-align:center;color:#000;font-size:12px;transform: scale(0.9);padding-top:7px;}
.phone_footer_nav a i{width:20px;height:20px;display:block;margin:0 auto 3px auto;}
.phone_footer_nav a:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat 0 0;background-size:40px auto;}
.phone_footer_nav a:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat 0 -20px;background-size:40px auto;}
.phone_footer_nav a:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat 0 -40px;background-size:40px auto;}
.phone_footer_nav a:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat 0 -60px;background-size:40px auto;}
.phone_footer_nav a.active{color:#036eb8;}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}


/*index*/
/*banner*/
.banner_box{background:url("../images/banner.jpg") no-repeat center;width:100%;height:100vh;background-size:cover;position:relative;}
.banner_box .catas_box{position:absolute;bottom:0;left:0;background:rgba(255,255,255,0.9);height:130px;width:100%;}
.banner_box .banner_text{position:absolute;top:50%;transform:translateY(-60%);left:0;width:100%;}
.banner_box .banner_text span{display:block;font-size:25px;color:#fff;line-height:56px;width:54%;text-align:center;margin:0 auto;}
.banner_box .banner_text a{margin:65px auto 0 auto;display:block;width:166px;height:52px;border:2px solid rgba(255,255,255,0.7);border-radius:30px;text-align:center;line-height:48px;font-size:14px;color:#fff;}
.banner_box .banner_text a i{font-size:12px;margin-left:5px;}
.banner_box .banner_text a:hover{background:#fff;border:2px solid rgba(255,255,255,0);color:#1068b1;}
.banner_box .banner_text a:active{position:relative;top:2px;}
#catas-swiper{padding:0 50px;}
#catas-swiper .swiper-slide{height:130px;display:flex;flex-direction:column;justify-content:center;}
#catas-swiper .img_btn{display:block;width:58px;height:58px;margin-bottom:10px;margin-left:auto;margin-right:auto;transition: none;}
/*#catas-swiper .swiper-slide:nth-child(1) .img_btn{background:url("../images/cata1.png") no-repeat 0 0;}
#catas-swiper .swiper-slide:nth-child(1):hover .img_btn{background:url("../images/cata1.png") no-repeat -58px 0;}
#catas-swiper .swiper-slide:nth-child(2) .img_btn{background:url("../images/cata2.png") no-repeat 0 0;}
#catas-swiper .swiper-slide:nth-child(2):hover .img_btn{background:url("../images/cata2.png") no-repeat -58px 0;}
#catas-swiper .swiper-slide:nth-child(3) .img_btn{background:url("../images/cata3.png") no-repeat 0 0;}
#catas-swiper .swiper-slide:nth-child(3):hover .img_btn{background:url("../images/cata3.png") no-repeat -58px 0;}
#catas-swiper .swiper-slide:nth-child(4) .img_btn{background:url("../images/cata4.png") no-repeat 0 0;}
#catas-swiper .swiper-slide:nth-child(4):hover .img_btn{background:url("../images/cata4.png") no-repeat -58px 0;}
#catas-swiper .swiper-slide:nth-child(5) .img_btn{background:url("../images/cata5.png") no-repeat 0 0;}
#catas-swiper .swiper-slide:nth-child(5):hover .img_btn{background:url("../images/cata5.png") no-repeat -58px 0;}
#catas-swiper .swiper-slide:nth-child(6) .img_btn{background:url("../images/cata6.png") no-repeat 0 0;}
#catas-swiper .swiper-slide:nth-child(6):hover .img_btn{background:url("../images/cata6.png") no-repeat -58px 0;}
#catas-swiper .swiper-slide:nth-child(7) .img_btn{background:url("../images/cata1.png") no-repeat 0 0;}
#catas-swiper .swiper-slide:nth-child(7):hover .img_btn{background:url("../images/cata1.png") no-repeat -58px 0;}*/
#catas-swiper .title_btn{display:block;width:100%;text-align:center;font-size:14px;color:#333333;}
/*#catas-swiper .swiper-slide:nth-child(1):hover .title_btn{color:#39bfc6;}
#catas-swiper .swiper-slide:nth-child(2):hover .title_btn{color:#00aaee;}
#catas-swiper .swiper-slide:nth-child(3):hover .title_btn{color:#5395fb;}
#catas-swiper .swiper-slide:nth-child(4):hover .title_btn{color:#d7705f;}
#catas-swiper .swiper-slide:nth-child(5):hover .title_btn{color:#e8af26;}
#catas-swiper .swiper-slide:nth-child(6):hover .title_btn{color:#348ff3;}
#catas-swiper .swiper-slide:nth-child(7):hover .title_btn{color:#39bfc6;}*/
.banner_box .swiper-button-next,.banner_box .swiper-button-prev{color:#b8bcbd;transition:all 0.2s linear 0s;font-weight:bold;}
.banner_box .swiper-button-next:hover,.banner_box .swiper-button-prev:hover{color:#1068b1}
.banner_box .swiper-button-next:after,.banner_box  .swiper-button-prev:after{font-size:20px;}
/*产品*/
.pro_title,.active_title{font-size:30px;font-weight:bold;color:#333333;line-height:32px;margin-bottom:35px;}
.pro_title_white{color:#fff;}
.pro_list{display:flex;flex-wrap:wrap;}
.pro_list .item{background:#fff;margin-right:15px;width:calc((100% - 75px)/6);margin-bottom:15px;padding-bottom:25px;border-radius:3px;box-shadow:0 0 6px rgba(112,112,112,0.15);transition:all 0.2s linear 0s;}
.pro_list .item:nth-child(6n){margin-right:0;}
.pro_list .item .img_btn{display:flex;align-items:center;justify-content:center;width:100%;border-bottom:1px solid #dddddd;padding:15px;height:200px;margin-bottom:20px;}
.pro_list .item .img_btn img{max-width:100%;max-height:100%;}
.pro_list .item .name_btn{display:block;padding:5px 10px;font-size:14px;color:#333333;width:100%;line-height:20px;height:30px;text-overflow: ellipsis;white-space: nowrap;font-weight:bold;overflow:hidden;}
.pro_list .item .name_btn:hover{color:#3d99e2;text-decoration:underline;}
.pro_list .item .en_name{display:block;padding:0 10px;font-size:14px;color:#666666;line-height:18px;overflow:hidden;width:100%;height:18px;text-overflow: ellipsis;white-space: nowrap;}
.pro_list .item .info_box{display:flex;margin:12px 10px 0 10px;align-items:flex-end}
.pro_list .item .info_box .price{display:flex;align-items:flex-end;}
.pro_list .item .info_box .price .newPrice{font-size:16px;font-weight:bold;color:#e90000;}
.pro_list .item .info_box .price .oldPrice{font-size:12px;color:#999999;margin-left:5px;}
.pro_list .item .info_box .price .oldPrice em{text-decoration: line-through;}
.pro_list .item .info_box .price .oldPrice a{color:#da251c;display:block;}
.pro_list .item .info_box .price .oldPrice a:hover{text-decoration:underline;}
.pro_list .item .info_box span{font-size:14px;color:#666666;display:none;}
.pro_list .item:hover{box-shadow:0 0 15px rgba(112,112,112,0.3);}
.pro_box .more_btn{display:block;margin:75px auto 0 auto;width:176px;height:46px;border:1px solid #1068b1;border-radius:3px;text-align:center;line-height:44px;color:#1068b1;font-size:14px;}
.pro_box .news_more_btn{border:1px solid #fff;color:#fff;}
.pro_box .more_btn i{margin-left:10px;vertical-align:middle;}
.pro_box .more_btn:hover{background:#1068b1;color:#fff;}
.pro_box .news_more_btn:hover{background:#fff;color:#1068b1;}
.pro_box .more_btn:active{position:relative;top:2px;}
/*活动*/
.active_list{display:flex;}
.active_list .item{flex:0 0 33.3333%;display:flex;flex-wrap:wrap;overflow:hidden;}
.active_list .item .top_info{display:flex;background:#fff;width:100%;height:275px;box-shadow:0 0 13px rgba(188,188,188,0.15);position:relative;padding:0 35px;justify-content:center;flex-direction: column;}
.active_list .item .top_info em{font-size:160px;color:#f8f8f8;font-weight:bold;position:absolute;top:-30px;left:35px;font-family: Arial;z-index:1;}
.active_list .item .top_info .name_btn{position:relative;z-index:2;font-size:17px;color:#333333;line-height:24px;width:100%;display:block;height:24px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;font-weight:bold;}
.active_list .item .top_info .time{position:relative;z-index:2;font-size:14px;color:#999999;margin:8px 0 38px 0;}
.active_list .item .top_info .text_box{position:relative;z-index:2;display:block;font-size:14px;color:#666666;line-height:26px;width:100%;}
.active_list .item .img_box{width:100%;height:275px;position:relative;}
.active_list .item .img_box a{width:100%;height:275px;display:block;overflow:hidden;}
.active_list .item .img_box a img{width:100%;height:275px;transition:all 0.6s;}
.active_list .item .img_box a:hover img{transform: scale(1.2);}
.active_list .item .top_info:before{
    content:"";position:absolute;bottom:-12px;left:50%;margin-left:-12px;z-index:10;transition:all 0.2s linear 0s;
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.active_list .item:nth-child(2) .top_info:before{
    content:"";position:absolute;top:-12px;left:50%;margin-left:-12px;bottom:auto;transition:all 0.2s linear 0s;
    border-bottom: 12px solid #fff;
    border-top: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.active_list .item .top_info:hover .name_btn{color:#1068b1;}
.active_list .item:nth-child(2) .top_info{order:2;}
.active_list .item:nth-child(2) .img_box{order:1;}

/*面包屑*/
.page_map{color:#333333;line-height:26px;padding-top:15px;padding-bottom:30px;}
.page_map:before{
    content:'';width:3px;height:23px;background:#3d99e2;display:inline-block;vertical-align:middle;margin-right:6px;
}
.page_map .breadcrumb{background:none;padding:0;margin:0;display:inline-block;}
.page_map .breadcrumb a{color:#333333;}
.page_map .breadcrumb a:hover{text-decoration:underline;}
.page_map .breadcrumb > li + li:before{color:#333333;}
.page_map .breadcrumb .active{color:#333333;}

/*分页*/
.kj-page{text-align:center;}
.kj-page .pagination{margin-top:45px;margin-bottom:0;}
.kj-page .pagination > li > a,.kj-page .pagination > li > span{color:#999;margin:3px;padding:0;width:40px;text-align:center;height:28px;line-height:28px;border-radius:3px;}
.kj-page .pagination > li > a:hover,.kj-page .pagination > li > span:hover{background:#3d99e2;color:#fff;border-color:#3d99e2;}
.kj-page .pagination > li.active > a{background:#3d99e2;color:#fff;border-color:#3d99e2;}
.kj-page .pagination > li:first-child > a,.kj-page .pagination > li:first-child > span {
    margin-left:3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.kj-page .pagination > li:last-child > a,.kj-page .pagination > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
/*分页2*/
.kj_wykszh{margin:40px auto 0 auto;text-align:center;}
.kj_wykszh span{font-size:14px;color:#333;margin:0 5px;}
.kj_wykszh span.padding-disabled{color:#999;}
.kj_wykszh select, .kj_wykszh input{border:1px solid #999;border-radius:4px;height:28px;}
.kj_wykszh select{min-width:50px;}
.kj_wykszh input{text-align:center;}
.kj_wykszh input[type="button"]{border:1px solid #3d99e2;color:#fff;width:50px;background:#3d99e2;vertical-align:top;transition:all 0.2s linear 0s;}
.kj_wykszh input[type="button"]:hover{background:#73befa;border-color:#73befa}

/*耗材列表*/
.page_banner{width:100%;background:url("../images/page_banner.jpg") no-repeat center;height:430px;background-size:cover;}
.pro_page_banner{height:230px;}
.page_banner h1{font-size:48px;color:#fff;padding-bottom:20px;position:relative;margin-top:170px;}
.page_banner h1:after{
    content:'';width:45px;height:3px;background:#fff;position:absolute;bottom:0;left:0;
}
.page_banner h6{font-size:24px;color:#fff;margin-top:32px;}
.product_box{margin-bottom:85px;}
.product_box .search_result_title{font-weight:bold;font-size:16px;color:#333333;margin-bottom:18px;}
.product_box .search_result_title em{font-size:30px;color:#e90000;font-weight:normal;}
.product_box h1{font-size:30px;color:#333333;font-weight:bold;line-height:26px;margin-bottom:15px;}
.product_box .product_introduce{font-size:14px;color:#666666;line-height:26px;}
.product_box .product_nav{display:flex;flex-wrap:wrap;margin-bottom:25px;margin-top:30px;}
.product_box .product_nav a{margin-right:30px;margin-bottom:10px;width:calc((100% - 120px)/5);height:60px;line-height:60px;background:#d0d5d9;font-size:16px;color:#333333;text-align:center;}
.product_box .product_nav a:nth-child(5n){margin-right:0;}
.product_box .product_nav a:hover{background:#3d99e2;color:#fff;box-shadow:0 0 7px rgba(61,153,226,0.3);}
.product_box .product_nav a.active{background:#3d99e2;color:#fff;box-shadow:0 0 7px rgba(61,153,226,0.3);}
.product_box .product_nav a:active{position:relative;top:2px;}
.kj-hc-table{width:100%;}
.kj-hc-table thead tr th{background:#f7f7f7;border-bottom:2px solid #3d99e2;padding:15px;text-align:center;}
.kj-hc-table tbody tr td{padding:15px;border-top:0;vertical-align:middle;text-align:center;font-size:14px;color:#333333;transition:all 0.2s linear 0s;}
.kj-hc-table tbody tr td .img_btn{display:flex;width:100%;overflow:hidden;transition:all 480ms ease 0s;align-items:center;}
.kj-hc-table tbody tr td .img_btn img{max-height:100px;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;max-width:100%;margin:0 auto;}
.kj-hc-table tbody tr td .img_btn:hover img{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}


.kj-hc-table tbody tr td a{color:#333333;}
.kj-hc-table tbody tr td a:hover{color:#3d99e2;text-decoration:underline;}
.kj-hc-table tbody tr:nth-child(2n) td{background:#f7f7f7;}
.kj-hc-table tbody tr td .kj-pro-num-box{position:relative;width:54px;height:34px;}
.kj-hc-table tbody tr td .kj-pro-num-box input{width:34px;height:34px;border:1px solid #dcdfe6;text-align:center;}
.kj-hc-table tbody tr td .kj-pro-num-box button{width:20px;height:18px;border:1px solid #dcdfe6;background:#f5f7fa;position:absolute;line-height:16px;padding:0;right:1px;transition:all 0.2s linear 0s;}
.kj-hc-table tbody tr td .kj-pro-num-box button.kj-pro-num-minus{top:16px;}
.kj-hc-table tbody tr td .kj-pro-num-box button.kj-pro-num-plus{top:0}
.kj-hc-table tbody tr td .kj-pro-num-box button:hover{background:#dedede;}
.kj-hc-table tbody tr td .car_btn{font-size:26px;color:#3d99e2;margin-left:7px;}
.kj-hc-table tbody tr td .car_btn:hover{text-decoration:none;color:#0b69b3;}
.kj-hc-table tbody tr td .car_btn:active{position:relative;top:2px;}
.kj-hc-table tbody tr td .logoBtn{color:#da251c;}
.kj-hc-table tbody tr td .logoBtn:hover{text-decoration:underline;color:#da251c;}
.kj-hc-table tbody tr:hover td{background:#f1f1f1;}

.pro_phone_list{width:100%;display:none;}
.pro_phone_list ul{width:100%;display:flex;flex-wrap: wrap;}
.pro_phone_list ul li{margin-right:30px;margin-bottom:30px;width:calc((100% - 60px)/3);border:1px solid #dcdfe6;}
.pro_phone_list ul li:nth-child(3n){margin-right:0;}
.pro_phone_list ul li a.img_btn{display:flex;border-bottom:1px solid #dcdfe6;width:100%;align-items:center;justify-content:center;height:282px;padding:15px;}
.pro_phone_list ul li a.img_btn img{max-width:100%;max-height:100%;}
.pro_phone_list ul li a.title_btn{padding:5px 15px;font-size:15px;color:#333;line-height:24px;max-height:58px;overflow:hidden;display:flex;width:100%;}
.pro_phone_list ul li a.title_btn span{display:flex;align-items:center;}
.pro_phone_list ul li .base_info{padding:0 15px;}
.pro_phone_list ul li .base_info span{display:block;font-size:14px;color:#666;}
.pro_phone_list ul li .base_info span label{font-weight:normal;}
.pro_phone_list ul li .price{padding:10px 15px;display:flex;align-items:flex-end;}
.pro_phone_list ul li .price .newPrice{color:#e90000;font-size:18px;}
.pro_phone_list ul li .price .oldPrice{color:#999;font-size:14px;text-decoration:line-through;margin-left:5px;}

/*产品列表*/
.product_list .product_list_ul{display:inline-block;width:100%;}
.product_list .product_list_ul li{display:inline-block;width:100%;margin-top:24px;vertical-align:bottom;border:1px solid #e7e7e7;background:#fff;}
.product_list .product_list_ul li .pro_description{padding:20px 15px 30px 15px;display:flex;flex-wrap:wrap;position:relative;align-items:center;}
.product_list .product_list_ul li .pro_description .img_btn{height:120px;display:inline-flex;justify-content:center;}
.product_list .product_list_ul li .pro_description .img_btn img{height:120px;}
.product_list .product_list_ul li .pro_description .right_info{flex:1;margin-left:15px;display:flex;flex-wrap:wrap;}
.product_list .product_list_ul li .pro_description .right_info .name_btn{font-size:18px;color:#3d99e2;font-weight:bold;line-height:22px;margin-bottom:15px;display:flex;width:100%;}
.product_list .product_list_ul li .pro_description .right_info .search_name_btn{color:#333;}
.product_list .product_list_ul li .pro_description .right_info .name_btn em{color:#e80e0e;}
.product_list .product_list_ul li .pro_description .right_info .name_btn:hover{text-decoration:underline;}
.product_list .product_list_ul li .pro_description .right_info .basic_text{display:inline-block;line-height:22px;margin-right:25px;}
.product_list .product_list_ul li .pro_description .right_info .basic_text_all{display:inline-block;width:100%;margin-right:0;margin-bottom:5px;}
.product_list .product_list_ul li .pro_description .right_info label{font-size:14px;font-weight:normal;color:#999999;}
.product_list .product_list_ul li .pro_description .right_info span{font-size:14px;color:#666666;}
.product_list .product_list_ul li .pro_description .right_info span a{color:#3d99e2;}
.product_list .product_list_ul li .pro_description .right_info span a:hover{text-decoration:underline;}
.product_list .product_list_ul li .stock_btn{font-size:14px;color:#3d99e2;display:inline-flex;align-items:center;font-weight:bold;}
.product_list .product_list_ul li .stock_btn i{display:inline-flex;font-size:18px;margin-left:5px;font-weight:bold;transform:rotate(-90deg);transition:all 0.2s linear 0s;}
.product_list .product_list_ul li .stock_btn[aria-expanded="true"] i{transform:rotate(0deg);}
.product_list .product_list_ul li .pro_stock{padding:15px;border-top:1px solid #e7e7e7;display:flex;align-items: flex-start;}
.product_list .product_list_ul li .pro_stock .name_btn{font-size:12px;color:#3d99e2;margin-right:52px;}
.product_list .product_list_ul li .pro_stock span{font-size:12px;color:#333333;flex:1;margin-right:12px;}
.product_list .product_list_ul .kj-table{width:100%;}
.product_list .product_list_ul table{margin-bottom:0;border-collapse: collapse;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;}
.product_list .product_list_ul table thead tr th{background:#f5f5f5;font-size:14px;text-align:center;color:#333;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;vertical-align:middle;}
.product_list .product_list_ul table thead tr th:last-child{border-right:0;}
.product_list .product_list_ul table > tbody + tbody{border-top:0;}
.product_list .product_list_ul table tbody tr td{font-size:13px;text-align:center;vertical-align:middle;color:#626262;border-right:1px solid #e5e5e5;}
.product_list .product_list_ul table tbody tr:nth-child(2n) td{background:#f5f5f5;}
.product_list .product_list_ul table tbody tr td:last-child{border-right:0;}
.product_list .product_list_ul table tbody tr td em{color:#e80e0e;}
.product_list .product_list_ul table tbody tr td em.oldPrice{color:#626262;text-decoration:line-through;}
.product_list .product_list_ul table tbody tr td .kj-pro-num-box{border:1px solid #ddd;display:inline-flex;align-items:center;}
.product_list .product_list_ul table tbody tr td .kj-pro-num-box input{height:20px;width:24px;text-align:center;border:0;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.product_list .product_list_ul table tbody tr td .kj-pro-num-box button{width:24px;border:0;background:#fff;color:#333;transition:all 0.2s linear 0s;}
.product_list .product_list_ul table tbody tr td .kj-pro-num-box button:hover{background:#dedede;}
.product_list .product_list_ul table tbody tr td .logoBtn{color:#da251c}
.product_list .product_list_ul table tbody tr td .logoBtn:hover{color:#da251c;text-decoration:underline;}
.product_list .product_list_ul .pro_footer{display:flex;padding:15px 15px 22px 15px;justify-content: space-between;align-items:center;}
.product_list .product_list_ul .pro_footer span{font-size:14px;color:#333333;font-weight:bold;cursor:pointer;}
.product_list .product_list_ul .pro_footer span i{font-size:15px;color:#3d99e2;font-weight:bold;margin-left:5px;vertical-align:middle;}
.product_list .product_list_ul .pro_footer span:hover{color:#3d99e2;}
.product_list .product_list_ul .btn_box{display:flex;justify-content:flex-end;padding:10px 0;}
.product_list .product_list_ul .btn_box a{margin-left:15px;display:inline-block;width:160px;height:38px;text-align:center;line-height:38px;border-radius:5px;color:#fff;font-size:14px;font-weight:bold;}
.product_list .product_list_ul .btn_box a.inquiry_box{background:#959595;}
.product_list .product_list_ul .btn_box a.inquiry_box:hover{background:#666;}
.product_list .product_list_ul .btn_box a.addCar_box{background:#3d99e2;}
.product_list .product_list_ul .btn_box a.addCar_box:hover{background:#0b69b3;}
.product_list .product_list_ul .btn_box a:active{position:relative;top:2px;}

/*产品详情*/
.product_base_info{display:flex;flex-wrap: wrap;}
.product_base_info .image_box{width:330px;}
.product_base_info .image_box .box{width:100%;}
.product_base_info .image_box .tb-booth{border:1px solid #d9d9d9;position:relative;z-index:1;width:100%;}
.product_base_info .image_box .tb-pic a{display:flex;justify-content:center;vertical-align:middle;width:100%;}
.product_base_info .image_box .tb-booth a{height:330px;}
.product_base_info .image_box .tb-pic a img{vertical-align:middle;max-width:100%;}
.product_base_info .image_box .tb-pic .enlarge_btn{position:absolute;bottom:8px;right:8px;font-size:20px;color:#da251c;font-weight:bold;}
.product_base_info .image_box .tb-thumb{margin:12px 0 0;overflow:hidden;}
.product_base_info .image_box .tb-thumb li{background:#dddddd;float:left;height:56px;width:56px;margin:0 6px 0 0;overflow:hidden;padding:2px;}
.product_base_info .image_box .tb-s40, .tb-s40 a{height:52px;width:52px;}
.product_base_info .image_box .tb-s40, .tb-s40 a img{height:52px;width:52px;}
.product_base_info .image_box .tb-thumb .tb-selected{background:#da251c;}
.product_base_info .image_box .tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
div.zoomDiv{z-index:999;position:absolute;top:0;left:0;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.product_base_info .pro_image_box{width:225px;display:flex;align-items:center;justify-content:center;height:225px;border:1px solid #e5e5e5;box-shadow:0 0 10px rgba(135,135,135,0.2);margin-right:35px;}
.product_base_info .pro_image_box img{max-width:100%;max-height:100%;}
.product_base_info .image_box .phone_box{display:none;}
.product_base_info .image_box .phone_box .big_img{width:80%;float:left;border:1px solid #cdcdcd;}
.product_base_info .image_box .phone_box .big_img img{width:100%;}
.product_base_info .image_box .phone_box .small_img{float:left;width:15%;margin-left:5%;}
.product_base_info .image_box .phone_box .small_img .list{width:100%;float:left;margin-right:10px;border:2px solid #cdcdcd;margin-bottom:10px;}
.product_base_info .image_box .phone_box .small_img .list img{width:100%;}
.product_base_info .image_box .phone_box .small_img .list.select{border:2px solid #da251c}
.product_base_info .info_box{flex:1;margin-left:30px;}
.product_base_info .info_box h1{font-size:22px;color:#333333;line-height:36px;font-weight:bold;margin-bottom:18px;width:100%;word-break: break-all;display:flex;}
.product_base_info .info_box h1 span{display:inline-flex;align-items:center;}
.product_base_info .info_box h6{font-size:15px;color:#333333;line-height:28px;margin-bottom:15px;}
.product_base_info .info_box .base_info{display:flex;flex-wrap:wrap;}
.product_base_info .info_box .base_info .item{flex:0 0 100%;padding-left:15px;line-height:26px;margin-bottom:12px;display:flex;}
.product_base_info .info_box .base_info .item label{font-size:14px;color:#999;font-weight:normal;width:90px;}
.product_base_info .info_box .base_info .item span{font-size:14px;color:#333333;}
.product_base_info .info_box .base_info .item span a{color:#da251c;}
.product_base_info .info_box .price_box{background:#eeeeee;padding:12px 15px;margin-bottom:12px;}
.product_base_info .info_box .price_box .list{display:flex;margin-top:12px;align-items:center;}
.product_base_info .info_box .price_box .list:first-child{margin-top:0;}
.product_base_info .info_box .price_box .list label{width:90px;line-height:26px;font-weight:normal;font-size:14px;color:#999999;}
.product_base_info .info_box .price_box .list span{font-size:14px;color:#333333;line-height:26px;}
.product_base_info .info_box .price_box .list span.oldPrice{text-decoration:line-through}
.product_base_info .info_box .price_box .list span.newPrice{color:#ff0000;font-size:24px;font-weight:bold;}
.product_base_info .info_box .price_box .list span.newPrice .logoBtn{color:#ff0000;font-size:18px;font-weight:normal;}
.product_base_info .info_box .price_box .list span.newPrice .logoBtn:hover{text-decoration:underline;}
.product_base_info .info_box .kj-pro-num-box{width:80px;height:26px;position:relative;border:1px solid #ddd;text-align:center;background:#fff;overflow:hidden;}
.product_base_info .info_box .kj-pro-num-box button{position: absolute;top:0;width:24px;background:#fff;border:0;padding:0;height:24px;line-height:24px;transition:all 0.2s linear 0s;}
.product_base_info .info_box .kj-pro-num-box button.kj-pro-num-minus{left:0;border-right:1px solid #ddd;}
.product_base_info .info_box .kj-pro-num-box button.kj-pro-num-plus{right:0;border-left:1px solid #ddd;}
.product_base_info .info_box .kj-pro-num-box button:hover{background:#dedede;}
.product_base_info .info_box .kj-pro-num-box input{width:32px;height:24px;line-height:24px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;margin-left:24px;}
.product_base_info .pro_info_box{flex:1;margin-left:30px;}
.product_base_info .pro_info_box .title_img{display:flex;border-bottom:1px solid #e5e5e5;padding:12px 0;margin-bottom:25px;align-items:center;justify-content:flex-start;}
.product_base_info .pro_info_box h1{line-height:32px;font-size:26px;color:#333333;font-weight:bold;}
.product_base_info .pro_info_box > div{display:flex;justify-content: space-between;}
.product_base_info .pro_info_box .name_box{padding-right:50px;flex:1;}
.product_base_info .pro_info_box .name_box >div{line-height:32px;font-size:15px;width:100%;color:#666666;}
.product_base_info .pro_info_box .name_box label{font-weight:normal;color:#999999}
.product_base_info .pro_info_box .name_box a{color:#3d99e2;font-weight:bold;}
.product_base_info .pro_info_box .file_box h6{font-size:15px;color:#333333;font-weight:bold;line-height:32px;}
.product_base_info .pro_info_box .file_box a{display:block;font-size:14px;color:#3d99e2;font-weight:bold;line-height:32px;}
.product_base_info .pro_info_box .file_box a i{font-weight:normal;vertical-align:middle;margin-right:8px;}
.product_base_info .pro_info_box .file_box a:hover{text-decoration:underline;}
.product_base_info .select_box{margin:10px 0;width:100%;display:none;}
.product_base_info .select_box .select_list{display:flex;margin-top:10px;}
.product_base_info .select_box .select_list label{width:60px;line-height:26px;font-weight:normal;font-size:14px;color:#666666;}
.product_base_info .select_box .select_list .select_btn{display:flex;flex-wrap:wrap;flex:1;}
.product_base_info .select_box .select_list .select_btn a{height:24px;border:1px solid #d9d9d9;padding:0 12px;margin-right:10px;margin-bottom:5px;font-size:13px;color:#333333;line-height:22px;}
.product_base_info .select_box .select_list .select_btn a.disabled{cursor:not-allowed;border:1px dashed #ddd;color:#999;}
.product_base_info .select_box .select_list .select_btn a:hover{border-color:#da251c;color:#da251c;}
.product_base_info .select_box .select_list .select_btn a.active{border-color:#da251c;color:#da251c;}
.product_base_info .select_box .select_list .price > div{color:#da251c;font-weight:bold;font-size:18px;}
.product_base_info .select_box .select_list .kj-pro-num-box{width:80px;height:26px;position:relative;border:1px solid #ddd;text-align:center;background:#fff;overflow:hidden;}
.product_base_info .select_box .select_list .kj-pro-num-box button{position:absolute;top:0;width:24px;background:#fff;border:0;padding:0;height:24px;line-height:24px;}
.product_base_info .select_box .select_list .kj-pro-num-box button.kj-pro-num-minus{left:0;border-right:1px solid #ddd;}
.product_base_info .select_box .select_list .kj-pro-num-box button.kj-pro-num-plus{right:0;border-left:1px solid #ddd;}
.product_base_info .select_box .select_list .kj-pro-num-box input{width:32px;height:24px;line-height:24px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;margin-left:24px;}
.product_base_info .btn_box{flex-wrap: wrap;margin-top:15px;display:none;}
.product_base_info .btn_box a{margin-right:15px;display:inline-block;width:140px;height:38px;text-align:center;line-height:38px;border-radius:5px;color:#fff;font-size:14px;font-weight:bold;}
.product_base_info .btn_box a.inquiry_box{background:#959595;}
.product_base_info .btn_box a.inquiry_box:hover{background:#666;}
.product_base_info .btn_box a.addCar_box{background:#3d99e2;}
.product_base_info .btn_box a.addCar_box:hover{background:#0b69b3;}
.product_base_info .info_box .btn_box{display:flex;flex-wrap: wrap;margin-top:28px;}
.product_base_info .info_box .btn_box a{margin-right:10px;height:42px;line-height:42px;text-align:center;width:180px;font-size:14px;font-weight:bold;color:#fff;border-radius:5px;}
.product_base_info .info_box .btn_box a.shopping_btn{background:#f97500;}
.product_base_info .info_box .btn_box a.shopping_btn:hover{background:#ff6600;}
.product_base_info .info_box .btn_box a.car_btn{background:#3d99e2;}
.product_base_info .info_box .btn_box a.car_btn:hover{background:#0b69b3;}
.product_base_info .info_box .btn_box a.car_btn i{font-size:16px;margin-right:8px;}
.product_base_info .info_box .btn_box a.collection_btn{background:#959595;}
.product_base_info .info_box .btn_box a.collection_btn:hover{background:#666;}
.product_base_info .info_box .btn_box a:active{position:relative;top:2px;}
.product_base_info .info_box .download_btn{padding-left:15px;margin-top:10px;}
.product_base_info .info_box .download_btn a{font-size:16px;color:#3d99e2;font-weight:bold;}
.product_base_info .info_box .download_btn a i{font-size:22px;margin-right:10px;vertical-align:middle;font-weight:normal;}
.product_base_info .info_box .download_btn a:hover{text-decoration:underline;}
/*产品详情-表格*/
.kj-pro-table{border:1px solid #e5e5e5;margin:25px 0 15px 0;}
.kj-pro-table table{margin-bottom:0;border-collapse: collapse;}
.kj-pro-table table thead tr th{background:#f5f5f5;font-size:14px;text-align:center;color:#333;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;vertical-align:middle;}
.kj-pro-table table thead tr th:last-child{border-right:0;}
.kj-pro-table table > tbody + tbody{border-top:0;}
.kj-pro-table table tbody tr td{font-size:13px;text-align:center;vertical-align:middle;color:#626262;border-right:1px solid #e5e5e5;border-top:0;}
.kj-pro-table table tbody tr:nth-child(2n) td{background:#f5f5f5;}
.kj-pro-table table tbody tr td:last-child{border-right:0;}
.kj-pro-table table tbody tr td em{color:#e80e0e;}
.kj-pro-table table tbody tr td em.oldPrice{color:#626262;text-decoration:line-through;}
.kj-pro-table table tbody tr td a{color:#e80e0e;text-decoration:underline;}
.kj-pro-table table tbody tr td .kj-pro-num-box{border:1px solid #ddd;display:inline-flex;align-items:center;}
.kj-pro-table table tbody tr td .kj-pro-num-box input{height:20px;width:24px;text-align:center;border:0;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.kj-pro-table table tbody tr td .kj-pro-num-box button{width:24px;border:0;background:#fff;color:#333;transition:all 0.2s linear 0s;}
.kj-pro-table table tbody tr td .kj-pro-num-box button:hover{background:#dedede;}
/*产品详情-加入购物车*/
.pro_btn_box{display:flex;justify-content: space-between;align-items:center;}
.pro_btn_box span{font-size:14px;color:#333333;font-weight:bold;cursor:pointer;}
.pro_btn_box span i{font-size:15px;color:#3d99e2;font-weight:bold;margin-left:5px;vertical-align:middle;}
.pro_btn_box span:hover{color:#3d99e2;}
.pro_btn_box .btn_box a{margin-left:15px;display:inline-block;width:160px;height:38px;text-align:center;line-height:38px;border-radius:5px;color:#fff;font-size:14px;font-weight:bold;}
.pro_btn_box .btn_box a.inquiry_box{background:#ffaa38;}
.pro_btn_box .btn_box a.inquiry_box:hover{background:#ff7138;}
.pro_btn_box .btn_box a.addCar_box{background:#3d99e2;}
.pro_btn_box .btn_box a.addCar_box:hover{background:#0b69b3;}
.pro_btn_box .btn_box a:active{position:relative;top:2px;}
/*产品详情-产品介绍*/
.pro_slide_box{margin-top:52px;}
.pro_slide_box .nav-tabs{border:1px solid #ddd;background:#f5f5f5;display:flex;}
.pro_slide_box .nav-tabs li{flex:1;margin-bottom:0;}
.pro_slide_box .nav-tabs li a{text-align:center;border-radius:0;background:#f5f5f5;border:0;border-right:1px solid #d9d9d9;font-size:16px;color:#333333;margin-right:0;}
.pro_slide_box .nav-tabs li:last-child a{border-right:0;}
.pro_slide_box .nav-tabs li:nth-child(4) a{margin-right:0;}
.pro_slide_box .nav-tabs li a:after{
    content:'';width:100%;height:0;background:#3d99e2;position:absolute;bottom:-1px;left:0;
}
.pro_slide_box .nav-tabs li a:hover,.pro_slide_box .nav-tabs li a:focus{color:#3d99e2;border:0;border-right:1px solid #d9d9d9;}
.pro_slide_box .nav-tabs li:last-child a:hover,.pro_slide_box .nav-tabs li:last-child a:focus{border-right:0;}
.pro_slide_box .nav-tabs > li.active > a,.pro_slide_box .nav-tabs > li.active > a:focus,.pro_slide_box .nav-tabs > li.active > a:hover{
    color:#3d99e2;border-bottom:0;background:#fff;font-weight:bold;
}
.pro_slide_box .nav-tabs > li.active > a:after{height:1px;background:#fff;}
.pro_slide_box .tab-pane{border:1px solid #d9d9d9;border-top:0;padding-bottom:20px;}
.pro_slide_box .articleBox{padding:20px 25px 0 25px;font-size:14px;line-height:28px;color:#333;}
.pro_slide_box .articleBox img{max-width:100%;}
.pro_slide_box .articleBox table{width:auto;margin-bottom:0;}
.pro_slide_box .articleBox table tr th{font-size:14px;color:#666666;padding:8px;border:0;font-weight:normal;vertical-align:middle;}
.pro_slide_box .articleBox table tr:first-child th{border-top:0;}
.pro_slide_box .articleBox table tr td{border:0;padding:8px;}
.pro_slide_box .articleBox table tr:first-child td{border-top:0;}
/*产品详情-相关产品*/
.product_relevant{margin-bottom:50px;margin-top:35px;}
.product_relevant h1{font-size:20px;color:#333333;line-height:28px;font-weight:bold;margin-bottom:20px;}
.product_relevant .swiper-button-next,.product_relevant .swiper-button-prev{color:#9a9a9a;transition:all 0.2s linear 0s;}
.product_relevant .swiper-button-next:hover,.product_relevant .swiper-button-prev:hover{color:#3d99e2;}
.product_relevant .swiper-button-next:after, .product_relevant .swiper-button-prev:after{font-size:30px;font-weight:bold;}
.product_relevant .swiper-button-prev{left:-52px;}
.product_relevant .swiper-button-next{right:-52px;}
.product_relevant .img_btn{display:flex;width:100%;height:100px;overflow:hidden;padding:5px;border:1px solid #e7e7e7;align-items:center;justify-content:center;}
.product_relevant .img_btn img{max-width:100%;max-height:100%;}
.product_relevant .img_btn:hover{border-color:#999;}
.product_relevant .title_btn{display:block;font-size:14px;color:#333333;line-height:20px;height:40px;margin:8px 0;overflow:hidden;transition:all 0.2s linear 0s;}
.product_relevant .title_btn:hover{color:#3d99e2;text-decoration:underline;}
.product_relevant .price{color:#db241c;font-size:16px;font-weight:bold;}
.product_relevant .name_btn{border-bottom:1px solid #dddddd;height:38px;line-height:38px;font-size:14px;color:#333333;display:block;width:100%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.product_relevant .name_btn:hover{color:#3d99e2;border-bottom:1px solid #3d99e2;}
.product_relevant .base_info{border-bottom:1px solid #ddd;padding:8px 0;display:flex;flex-wrap: wrap;}
.product_relevant .base_info span{flex:0 0 50%;font-size:14px;color:#333333;line-height:24px;}
.product_relevant .base_info span:first-child{flex:0 0 100%;}

/*page*/
.active_right .active_box{width:100%;font-size:14px;color:#333;line-height:26px;overflow:hidden;}
.active_right .active_box img{max-width:100%;}

/*news*/
.kj_news{display:flex;width:100%;flex-wrap:wrap;}
.kj_news li{border-bottom:1px solid #eee;padding-bottom:10px;padding-top:10px;flex:0 0 100%;}
.kj_news li:first-child{padding-top:0;}
.kj_news .kj_news_inner{padding:0;}
.kj_news .kj_news_inner .kj_news_title a {display: inline-block;font-size: 15px;color: #333;transition: all 0.2s linear 0s;width: calc(100% - 100px);height: 28px;line-height: 28px;overflow: hidden;}
.kj_news .kj_news_inner .kj_news_title a::before {
    content: "";display: inline-block; width: 6px; height: 6px; background: #1068b1;margin-right: 10px;vertical-align: middle;
}
.kj_news .kj_news_inner .kj_news_title .time {width: 100px; height: 28px;line-height: 28px;text-align: right; }
.kj_news .kj_news_inner .kj_news_title:hover a{color: #1068b1;}
.kj_news .kj_news_inner .info_text {font-size: 14px;color: #999;line-height: 26px;margin-top: 5px; }
.kj_news_active{margin-bottom:85px;}
.kj_news_active .kj-main-articleinfo-title{font-size:30px;color:#333;margin-bottom:12px;line-height:36px;}
.kj_news_active .kj-article-time{color:#999;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px; margin-bottom: 20px; border-bottom: 1px solid rgb(242,242,242); line-height: 30px;margin-top:20px;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;}
.kj_news_active .kj-article-bottom{width:100%;}
.kj_news_active .kj-article-bottom span{display:block;line-height:32px;}
.kj_news_active .kj-article-bottom a{color:#333;}
.kj_news_active .kj-article-bottom a:hover{color:#1068b1;text-decoration:underline;}

.noPro{text-align:center;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}

.customdisplay_products{margin-bottom:80px;}
.customdisplay_products ul{display:flex;flex-wrap:wrap;}
.customdisplay_products ul li{background:#fff;margin-right:15px;width:calc((100% - 75px)/6);margin-bottom:15px;padding-bottom:25px;border-radius:3px;box-shadow:0 0 6px rgba(112,112,112,0.15);transition:all 0.2s linear 0s;}
.customdisplay_products ul li:nth-child(6n){margin-right:0;}
.customdisplay_products ul li .img_btn{display:flex;align-items:center;justify-content:center;width:100%;border-bottom:1px solid #dddddd;padding:15px;height:200px;margin-bottom:20px;}
.customdisplay_products ul li .img_btn img{max-width:100%;max-height:100%;}
.customdisplay_products ul li .name_btn{display:block;padding:5px 10px;font-size:14px;color:#333333;width:100%;line-height:20px;height:30px;text-overflow: ellipsis;white-space: nowrap;font-weight:bold;overflow:hidden;}
.customdisplay_products ul li .name_btn:hover{color:#3d99e2;text-decoration:underline;}
.customdisplay_products ul li .en_name{display:block;padding:0 10px;font-size:14px;color:#666666;line-height:18px;overflow:hidden;width:100%;height:18px;text-overflow: ellipsis;white-space: nowrap;}
.customdisplay_products ul li .info_box{display:flex;margin:12px 10px 0 10px;align-items:flex-end}
.customdisplay_products ul li .info_box .price{display:flex;align-items:flex-end;}
.customdisplay_products ul li .info_box .price .newPrice{font-size:16px;font-weight:bold;color:#e90000;}
.customdisplay_products ul li .info_box .price .oldPrice{font-size:12px;color:#999999;margin-left:5px;}
.customdisplay_products ul li .info_box .price .oldPrice em{text-decoration: line-through;}
.customdisplay_products ul li .info_box .price .oldPrice a{color:#da251c;display:block;}
.customdisplay_products ul li .info_box .price .oldPrice a:hover{text-decoration:underline;}
.customdisplay_products ul li .info_box span{font-size:14px;color:#666666;display:none;}
.customdisplay_products ul li:hover{box-shadow:0 0 15px rgba(112,112,112,0.3);}

/*大包装询价弹出框*/
.page_orderform .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
.page_orderform .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
.page_orderform .formcolumn-item dd{width:calc(100% - 100px);position:relative}
.page_orderform .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
.page_orderform .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
.page_orderform .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.page_orderform .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
.page_orderform .formcolumn-item dd .form-vcodebox img{height:38px;}
.page_orderform .formcolumn-item-ct{display:flex;line-height:38px;}
.page_orderform .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
.page_orderform .formcolumn-item dd .formcom-vcode{width:20%;}
.page_orderform .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
.page_orderform .formcolumn-item dd .formcolumn-item-tips{order:4;}
.page_orderform .modal-footer{border-top:0;}
.page_orderform .modal-footer input{background:#0094e7;color:#fff;width:20%;padding:10px 12px;font-size:18px;}
.page_orderform .modal-footer input:hover{color:#fff;}

/*批量搜索*/
.batchsearchresultbox {color:#da251c;font-weight:bold;}
#batchsearchlist .kj-table{text-align:center;}
#batchsearchlist .kj-table thead tr th{background:#8796a9;color:#fff;font-size:14px;border-bottom:0;text-align:center;}
#batchsearchlist .kj-table tbody tr{transition:all 0.2s linear 0s;}
#batchsearchlist .kj-table tbody tr:nth-of-type(odd){background:#fff;}
#batchsearchlist .kj-table tbody tr:nth-of-type(even){background:#f3f3f3;}
#batchsearchlist .kj-table tbody tr td{border:0;line-height:24px;vertical-align:middle;font-size:14px;color:#333333;}
#batchsearchlist .kj-table tbody tr td a:hover{color:#0b69b3;text-decoration:underline;}
#batchsearchlist .kj-table tbody tr td em.blue{color:#0b69b3}
#batchsearchlist .kj-table tbody tr td a.car_btn{color:#0b69b3;font-size:18px;}
#batchsearchlist .kj-table tbody tr td a.car_btn:hover{text-decoration:none;}
#batchsearchlist .kj-table tbody tr:hover{background:#e6e6e6;}
#batchsearchlist .kj-table .kj-pro-num-box{margin:0 auto;vertical-align:middle;}
#batchsearchlist .kj-pro-num-box{width:80px;height:26px;position:relative;border:1px solid #ddd;text-align:center;background:#fff;overflow:hidden;}
#batchsearchlist .kj-pro-num-box button{position: absolute;top:0;width:24px;background:#fff;border:0;padding:0;height:24px;transition:all 0.2s linear 0s;}
#batchsearchlist .kj-pro-num-box button.kj-pro-num-minus{left:0;border-right:1px solid #ddd;}
#batchsearchlist .kj-pro-num-box button.kj-pro-num-plus{right:0;border-left:1px solid #ddd;}
#batchsearchlist .kj-pro-num-box button:hover{background:#ccc;}
#batchsearchlist .kj-pro-num-box input{width:32px;height:24px;line-height:24px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;margin-left:24px;}
.kj-shengming a{
    color:#fff
}
.kj-shengming a:hover{
    text-decoration:underline;
}


