@media(min-width:1200px){
    .container{width:1200px;}
}
body{
    background:#f4f5fa;
    --bgColor: #15826d;
    --bgHoverColor: #f6ab01;
    --fontColor: #15826d;
    --fontHoverColor: #f6ab01;
}
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
#ShopCartBox{display:none !important;}
a{transition:all 0.2s linear 0s;}
img{vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
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: none;
    border:0;
}
@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;
}
.noPro{text-align:center;width:100%;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}
.kj-noproduct-search p{text-align:center;padding:10px;}

/*手机浮动*/
.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:var(--fontColor);}
.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;}

/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .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)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .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)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}
#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background:var(--bgColor);color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:var(--bgHoverColor);}
#blukquote_dialog .modal-footer input:hover{color:#fff;}

/*index header*/
/*header*/
/*顶部基本信息展示*/
.header_top_baseInfo{width:100%;height:30px;line-height:30px;border-bottom:1px solid #eaebee;}
.header_top_baseInfo .container{display:flex;}
.header_top_baseInfo .left_box{flex:1;display:flex;align-items:center;}
.header_top_baseInfo .left_box span{font-size:13px;color:#898d9f;}
.header_top_baseInfo .right_box{flex:1;display:flex;justify-content: flex-end;align-items:center;}
.header_top_baseInfo .right_box .btn_box a{padding:0 18px;font-size:13px;color:#666666;position:relative;}
.header_top_baseInfo .right_box .btn_box a:last-child{padding-right:0;}
.header_top_baseInfo .right_box .btn_box a:first-child{color:#e82431}
.header_top_baseInfo .right_box .btn_box a::after{content:"";width:1px;height:10px;position: absolute;top:50%;transform: translateY(-50%);right:0;background:#d7d7d7;}
.header_top_baseInfo .right_box .btn_box a:last-child::after{width:0;}
.header_top_baseInfo .btn_box a:hover{text-decoration:underline;color:#e82431}

/*顶部logo及搜索*/
.header_logo_search{position:fixed;z-index:1000;top:0;left:0;margin-top:30px;width:100%;padding:20px 0;background:rgba(255,255,255,0.9);}
.header_logo_search .container{display:flex;flex-wrap: wrap;align-items:center;}
.header_logo_search .logo_btn{width:290px;}
.header_logo_search .logo_btn img{max-width:100%;max-height:100%;}
.header_logo_search .search_box{flex:1;}
.header_logo_search .search_box .title{background:var(--bgColor);width:72px;height:30px;text-align:center;line-height:30px;font-size:13px;color:#fff;}
.header_logo_search .search_form{height:40px;width:610px;overflow:hidden;display:flex;}
.header_logo_search .search_form input{display:inline-block;width:calc(100% - 100px);height:40px;line-height:36px;margin:0;font-size:14px;color:#333;padding:0 10px;border:2px solid var(--bgColor);border-right:0;}
.header_logo_search .search_form input::-webkit-input-placeholder{color:#999999;} /* WebKit browsers */
.header_logo_search .search_form input::-moz-placeholder{color:#999999;} /* Mozilla Firefox 4 to 18 */
.header_logo_search .search_form input:-moz-placeholder{color:#999999;} /* Mozilla Firefox 19+ */
.header_logo_search .search_form input:-ms-input-placeholder{color:#999999;}/* Internet Explorer 10+ */
.header_logo_search .search_form button{background:var(--bgColor);padding:0;border:0;display:inline-flex;height:40px;width:100px;align-items:center;justify-content:center;transition:all 0.2s linear 0s;font-size:15px;color:#fff;}
.header_logo_search .search_form button i{color:#fff;margin-right:5px;}
.header_logo_search .search_form button:hover{background:var(--bgHoverColor);}
.height_fixed{height:120px;width:100%;}
.header_logo_search_top{margin-top:0;box-shadow:0 0 10px rgba(0,0,0,0.1);}

/*手机端搜索*/
.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 var(--bgColor);padding:0 10px;margin:0;border-radius:30px 0 0 30px;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:var(--bgColor);border-radius:0 30px 30px 0;font-size:16px;color:#fff;float:left;}

/*导航栏*/
.kj-navbar{margin-bottom:0;border:0;border-radius:0;z-index:10;min-height:40px;background:#fff;}
.kj-navbar .navbar-header{display:none;}
.kj-navbar .navbar-collapse{padding:0;}
.kj-navbar .navbar-nav >li >a{font-size:16px;color:#333333;margin:0 17px 0 0;padding:0 25px;height:40px;line-height:40px;}
.kj-navbar .navbar-nav >li:hover> a{background:#eee;color:var(--fontColor)}
.kj-navbar .navbar-nav >li > a:focus{background:#eee;color:var(--fontColor)}
.kj-navbar .navbar-nav >li.active > a{background:var(--bgColor);color:#fff;font-weight:bold;box-shadow:0 0 10px rgba(0,0,0,0.2);}
.kj-navbar .navbar-nav .li-kj-nav-procata{width:258px;margin:0 32px 0 0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > a{background:#fafafa;width:100%;font-weight:bold;display:inline-flex;align-items:center;justify-content:center;color:#666666;}
.kj-navbar .navbar-nav .li-kj-nav-procata > a span{font-size:20px;margin-left:8px;}
.kj-navbar .navbar-nav .li-kj-nav-procata:hover > a{background:var(--bgColor);color:#fff;}
.kj-navbar .navbar-nav >.li-kj-nav-procata > a:focus{background:var(--bgColor);color:#fff;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul{top:100%;border:0;width:100%;border-radius:0;padding:10px 0 0 0;box-shadow:0 0 8px rgba(0,0,0,0.2);height:420px;background:#fff;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li {position: initial;height:40px;transition:all 0.2s linear 0s;padding:0 17px 0 10px;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a{display:inline-flex;width:100%;color: #333333 !important;font-weight: normal;height:40px;line-height:40px;font-size:14px;padding:0;margin:0;align-items:center;position:relative;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a > span{position:absolute;top:50%;transform: translateY(-50%);right:4px;color:#d9d6d6;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li:hover{background:#dae9fa;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li:hover > a{color:var(--fontColor) !important;background:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(1) > a:before{
    content:'\e85b';font-size:20px;display:inline-block;width:34px;color:var(--fontColor);text-align:center;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(2) > a:before{
    content:'\e757';font-size:20px;display:inline-block;width:34px;color:var(--fontColor);text-align:center;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(3) > a:before{
    content:'\ea70';font-size:20px;display:inline-block;width:34px;color:var(--fontColor);text-align:center;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(4) > a:before{
    content:'\e6c7';font-size:23px;display:inline-block;width:34px;color:var(--fontColor);text-align:center;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(5) > a:before{
    content:'\e6a1';font-size:20px;display:inline-block;width:34px;color:var(--fontColor);text-align:center;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(6) > a:before{
    content:'\e6c9';font-size:24px;display:inline-block;width:34px;color:var(--fontColor);text-align:center;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(7) > a:before{
    content:'\e603';font-size:28px;display:inline-block;width:34px;color:var(--fontColor);text-align:center;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul {position:absolute;margin:0;width:760px;left:100%;top:0;display:none;padding:10px 20px 0 20px;background:#fafafa;overflow:hidden;overflow-y: auto;box-shadow:10px 0 10px rgba(0,0,0,0.1);}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul::-webkit-scrollbar{width:4px;height:4px;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background-color:#999;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:5px;background-color:#f1f1f1}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li{height:auto;position:initial;border:0;padding:0 0 10px 0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li:hover{background:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a{color:#333 !important;font-weight:bold;padding:0;height:32px;line-height:32px;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a span{display:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a:before{display:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a:hover{background:none;color:var(--fontColor) !important;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul span.fa-angle-down:before {content: "\f105";}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul li:hover > ul{display:block;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li > ul > li > ul{display:flex !important;position:inherit;left:auto;padding:0;width:auto;height:auto;flex-wrap: wrap;box-shadow:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li > ul > li > ul li{margin:0;margin-right:12px;border:0;padding:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li > ul > li > ul li a{font-weight:normal;font-size:14px;color:#666666 !important;height:28px;line-height:28px;padding:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li > ul > li > ul li a:hover{color:var(--fontColor) !important;text-decoration:underline;font-weight:normal;}

/*footer*/
.footer_box{background:#fff;margin-top:70px;}
.guarantee_box{background:url("../images/footer_bg.jpg") repeat;display:none;}
.guarantee_box ul{display:flex;justify-content: space-between;padding:66px 0;}
.guarantee_box ul li{text-align:center;}
.guarantee_box ul li i{width:116px;height:116px;border:1px solid #fff;text-align:center;line-height:114px;font-size:58px;color:#fff;display:block;border-radius:50%;margin:0 auto;}
.guarantee_box ul li span{display:block;font-size:22px;color:#fff;line-height:30px;margin-top:18px;}
.footer_box .footer_middle{padding:25px 0;display:flex;flex-wrap: wrap;}
.footer_box .footer_middle .right_code{width:140px;text-align:center;}
.footer_box .footer_middle .right_code img{max-width:100%;}
.footer_box .footer_middle .right_code span{display:block;font-size:14px;color:#333333;line-height:18px;font-weight:bold;}
.footer_box .footer_middle .left_box{width:calc(100% - 140px);padding-right:85px;}
.footer_box .footer_middle .left_box .fast_link{border-bottom:1px solid #d9dbe5;display:flex;flex-wrap: wrap;padding:25px 0;}
.footer_box .footer_middle .left_box .fast_link a{font-size:16px;color:#666666;padding:0 24px;position:relative;}
.footer_box .footer_middle .left_box .fast_link a:before{content:"";width:1px;height:15px;background:#cccccc;position:absolute;top:50%;transform: translateY(-50%);left:0;}
.footer_box .footer_middle .left_box .fast_link a:first-child{padding-left:0;}
.footer_box .footer_middle .left_box .fast_link a:first-child:before{width:0;}
.footer_box .footer_middle .left_box .fast_link a:hover{text-decoration:underline;color:Var(--fontColor);}
.footer_box .footer_middle .footer_copyright{display:flex;flex-wrap: wrap;margin-top:17px;}
.footer_box .footer_middle .footer_copyright .brief_text{line-height:30px;font-size:14px;color:#666666;}
.footer_box .footer_middle .footer_copyright .brief_text a{color:#666;}
.footer_box .footer_middle .footer_copyright .brief_text a:hover{text-decoration:underline;color:Var(--fontColor);}
.footer_box .footer_middle .footer_copyright .brief_text:nth-child(1){width:70%;}
.footer_box .footer_middle .footer_copyright .brief_text:nth-child(2){width:30%;text-align:right;}

/*float*/
.float_box{position:fixed;top:0;right:0;width:40px;height:100%;background:#fff;z-index:1000;box-shadow:0 4px 20px rgba(0, 0, 0, 0.1);}
.float_box ul{position:relative;top:50%;transform: translateY(-50%);}
.float_box ul li{display:block;position:relative;}
.float_box > ul > li>a{border-top:1px solid #e3e3e3;display:block;text-align:center;line-height:16px;padding:15px 0;background:#fff;position:relative;z-index:1;color:#898d9f;font-size:14px;}
.float_box > ul > li:first-child>a{border-top:0;}
.float_box > ul > li:hover>a{color:var(--fontHoverColor);}
.float_box ul li a .icon{display:block;width:26px;height:26px;margin:0 auto 5px;background-image:url("../images/sidebar-icons.png");background-repeat:no-repeat;}
.float_box ul li.contact a .icon{background-position:-52px 0;}
.float_box ul li.fqq a .icon{background-position:0 0;}
.float_box ul li.femail a .icon{background-position:-26px 0;}
.float_box ul li.weixin a .icon{background-position:-78px 0;}
.float_box ul li.gotop a .icon{background-position:-104px 0;}
.float_box ul li .hidden_box{width:180px;visibility:hidden;opacity:0;top:0;padding:0;right:-200px;background:#fff;border-radius:5px 0 0 5px;box-shadow:0 0 5px rgba(0,0,0,0.15);position:absolute;transition:all 0.3s;border-right:1px solid #e3e3e3;}
.float_box ul li.contact .tel_box{width:280px;text-align:center;padding:10px;line-height:20px;}
.float_box ul li.contact .tel_box b{display:block;line-height:60px;margin-bottom:5px;font-size:30px;color:var(--fontHoverColor);}
.float_box ul li.contact .tel_box span{font-size:14px;color:#898d9f;}
.float_box ul li.fqq .qq_box a{padding:10px;line-height:20px;display:flex;align-items:center;font-size:14px;color:#898d9f;border-top:1px solid #e3e3e3;}
.float_box ul li.fqq .qq_box a:first-child{border-top:0;}
.float_box ul li.fqq .qq_box a img{width:24px;}
.float_box ul li.fqq .qq_box a:hover{background:#f5f5f5;color:var(--fontColor);}
.float_box ul li.femail .email_box a{padding:10px;line-height:20px;font-size:14px;color:#898d9f;display:block;border-top:1px solid #e3e3e3;}
.float_box ul li.femail .email_box a b{display:block;}
.float_box ul li.femail .email_box a:first-child{border-top:0;}
.float_box ul li.femail .email_box a:hover{background:#f5f5f5;color:Var(--fontColor);}
.float_box ul li.weixin .code_box{padding:10px;}
.float_box ul li.weixin .code_box img{width:100%;}
.float_box ul li:hover .hidden_box{visibility:visible;opacity:1;right:40px;}
.phone_top{display: none;position: fixed;bottom: 60px;right: 10px;z-index: 1000;width: 40px;height: 40px;background: var(--bgColor);border-radius: 50%;text-align: center;line-height: 40px;}
.phone_top i {color: #fff;font-size: 20px;}

/*index*/
#banner-swiper .swiper-pagination-bullet{transition:all 0.2s linear 0s;width:12px;height:12px;margin:0 8px;opacity:1;background:#fff;border:1px solid #fff;}
#banner-swiper .swiper-pagination-bullet-active{background:none;}
#banner-swiper .swiper-wrapper .img_btn {display:block;width:100%;height:34.5vw;image-rendering:pixelated;}
.index_advertisement{padding:0 10px;position:relative;box-shadow:0 0 13px rgba(206,206,206,0.3);margin-top:40px;}
.index_advertisement .img_btn{width:100%;height:120px;display:block;}
.index_advertisement .img_btn img{width:100%;height:120px;object-fit: cover;}
.index_advertisement .swiper-container{padding:10px 0;}
.index_advertisement .swiper-button-next,.index_advertisement .swiper-button-prev{width:35px;height:50px;text-align:center;line-height:50px;background:rgba(0,0,0,0.3);transition:all 0.2s linear 0s;}
.index_advertisement .swiper-button-next:after,.index_advertisement .swiper-button-prev:after{color:#fff;font-size:18px;}
.index_advertisement .swiper-button-next:hover,.index_advertisement .swiper-button-prev:hover{background:rgba(0,0,0,0.6);}
.index_advertisement .swiper-button-next{right:0;}
.index_advertisement .swiper-button-prev{left:0;}
.index_advertisement .swiper-slide:hover .img_btn{transform: translateY(-3px);box-shadow:0 0 10px rgba(0,0,0,0.2);}
.index_information{margin-top:40px;margin-bottom:62px;display:flex;flex-wrap: wrap;}
.index_information .brand_box{position:relative;box-shadow:0 0 13px rgba(206,206,206,0.3);margin-right:20px;width:calc(100% - 250px);}
.index_information .brand_box .title_box{border-bottom:1px solid #f4f4f4;display:flex;align-items:center;justify-content: space-between;padding:0 20px;height:70px;}
.index_information .brand_box .title_box h1{font-size:18px;color:#333333;font-weight:bold;}
.index_information .brand_box .title_box a{font-size:13px;color:#999999;display:inline-flex;align-items:center;}
.index_information .brand_box .title_box a i{margin-left:2px;font-size:12px;}
.index_information .brand_box .title_box a:hover{color:var(--fontColor)}
.index_information .brand_box ul{display:flex;flex-wrap: wrap;}
.index_information .brand_box ul li{width:20%;border-top:1px solid #f4f4f4;border-right:1px solid #f4f4f4;position:relative}
.index_information .brand_box ul li:nth-child(5n){border-right:0;}
.index_information .brand_box ul li:nth-child(-n + 5){border-top:0;}
.index_information .brand_box ul li .img_btn{display:flex;align-items:center;justify-content:center;height:100px;padding:5px;}
.index_information .brand_box ul li .img_btn img{max-width:100%;max-height:100%;}
.index_information .brand_box ul li .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(21,130,109,0.8);z-index:1;opacity:0;transition:all 0.2s linear 0s;}
.index_information .brand_box ul li .name_btn{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;opacity:0;justify-content:center;font-size:15px;line-height:22px;color:#fff;font-weight:bold;}
.index_information .brand_box ul li:hover .bg{opacity:1;}
.index_information .brand_box ul li:hover .name_btn{opacity:1;}
.index_information .brand_box .swiper-button-next,.index_information .brand_box .swiper-button-prev{width:35px;height:50px;text-align:center;line-height:50px;background:rgba(0,0,0,0.3);transition:all 0.2s linear 0s;margin-top:8px;}
.index_information .brand_box .swiper-button-next:after,.index_information .brand_box .swiper-button-prev:after{color:#fff;font-size:18px;}
.index_information .brand_box .swiper-button-next:hover,.index_information .brand_box .swiper-button-prev:hover{background:rgba(0,0,0,0.6);}
.index_information .brand_box .swiper-button-next{right:0;}
.index_information .brand_box .swiper-button-prev{left:0;}
.index_information .notes_box{width:230px;box-shadow:0 0 13px rgba(206,206,206,0.3);}
.index_information .notes_box .title_box{border-bottom:1px solid #f4f4f4;padding:0 20px;}
.index_information .notes_box .title_box h1{font-size:18px;color:#333333;font-weight:bold;line-height:69px;}
.index_information .notes_box .btn_box{padding:0 20px 0 17px;margin-top:10px;}
.index_information .notes_box .btn_box a{display:block;width:100%;font-size:14px;color:#333333;line-height:30px;height:30px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.index_information .notes_box .btn_box a i{display:inline-block;vertical-align:middle;font-size:13px;color:#999999;margin-right:8px;margin-bottom:2px;}
.index_information .notes_box .btn_box a:hover{color:var(--fontColor);text-decoration:underline;}
.index_information .notes_box .btn_box a:hover i{color:Var(--fontColor);}
.index_product{background:#f8fafc;padding:25px 0 80px 0;}
.index_product .product_group{background:#fff;box-shadow:0 7px 10px rgba(206,206,206,0.5);margin-top:40px;padding:10px;}
.index_product .product_group .title_box{display:flex;align-items:center;justify-content: space-between;height:50px;padding:0 20px;margin-bottom:10px;}
.index_product .product_group .title_box h1{font-size:18px;color:#fff;font-weight:bold;}
.index_product .product_group .title_box a{font-size:13px;color:#fff;display:inline-flex;align-items:center;}
.index_product .product_group .title_box a i{margin-left:2px;font-size:12px;}
.index_product .product_group .title_box a:hover{text-decoration:underline;}
.index_product .product_list{display:flex;flex-wrap: wrap;}
.index_product .product_list .product_image{width:20%;overflow:hidden;}
.index_product .product_list .product_image .photo{width:100%;height:320px;transition:0.5s ease 0s;}
.index_product .product_list .product_image:hover .photo{transform:scale(1.2) rotate(5deg);}
.index_product .product_list ul{display:flex;flex-wrap: wrap;width:30%}
.index_product .product_list ul li{border-top:1px dashed #d9dbe5;width:50%;height:160px;border-right:1px dashed #d9dbe5;}
.index_product .product_list ul li:nth-child(-n + 2){border-top:0;}
.index_product .product_list ul li:nth-child(2n){border-right:0;}
.index_product .product_list ul li .img_btn{display:flex;height:95px;padding-bottom:5px;align-items:center;justify-content:center; transition: all 480ms ease 0s;overflow:hidden;}
.index_product .product_list ul li .img_btn img{max-width:100%;max-height:100%;transform: scale(1,1);transition-duration: 400ms;transition-timing-function: ease-out;}
.index_product .product_list ul li .name_btn{padding:0 15px;height:25px;line-height:25px;font-size:14px;color:#333333;display:block;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.index_product .product_list ul li .price{padding:0 15px;font-size:14px;color:#e60012;font-weight:bold;line-height:20px;font-family: Arial;margin-top:10px;}
.index_product .product_list ul li:hover .img_btn 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);}
.index_product .product_list ul li:hover .name_btn{color:Var(--fontColor);text-decoration:underline;}

/*面包屑*/
.page_map{color:#fff;line-height:24px;padding-top:13px;padding-bottom:13px;background:Var(--bgColor);font-size:14px;margin-bottom:27px;}
.page_map > span{}
.page_map .breadcrumb{background:none;padding:0;margin:0;display:inline-block;}
.page_map .breadcrumb a{color:#fff;}
.page_map .breadcrumb a:hover{text-decoration:underline;}
.page_map .breadcrumb > li + li:before{color:#fff;}
.page_map .breadcrumb .active{color:#fff;}

/*分页*/
.kj-page{text-align:center;}
.kj-page .pagination{margin:60px 0 0 0;}
.kj-page .pagination > li > a,.kj-page .pagination > li > span{font-size:13px;margin:3px;padding:0;width:40px;height:28px;line-height:26px;border-radius:5px;color:#999;}
.kj-page .pagination > li > a:hover,.kj-page .pagination > li > span:hover{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.kj-page .pagination > li.active > a{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}

/*筛选*/
.product_list_opt{border:1px solid #eeeeee;margin-bottom:24px;}
.filter_box{padding:0 17px;}
.filter_box ul{display:block;width:100%;padding:15px 0;}
.filter_box ul li{display:flex;margin-top:12px;}
.filter_box ul li:first-child{margin-top:0;}
.filter_box ul li label{width:65px;font-size:14px;color:#999999;line-height:28px;}
.filter_box ul li .filter_btn{width:calc(100% - 125px);height:28px;overflow:hidden;}
.filter_box ul li .filter_btn a{height:28px;line-height:28px;font-size:14px;color:#333333;margin-right:22px;}
.filter_box ul li .filter_btn a:hover{color:#e60012;}
.filter_box ul li .filter_btn a.active{color:#e60012;font-weight:bold;}
.filter_box ul li .viewmore{width:60px;height:28px;color:#333333;line-height:28px;font-size:13px;display:inline-flex;align-items:center;justify-content:center;}
.filter_box ul li .viewmore i{font-size:14px;margin-left:3px;color:#aaaaaa;transition:all 0.2s linear 0s;}
.filter_box ul li .viewmore:hover{color:#e60012;}
.filter_box ul li .viewmore:hover i{color:#e60012;}
.exhibition_box{display:flex;padding:7px 17px;}
.exhibition_box a{width:64px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #eee;margin-left:-1px;font-size:14px;color:#333333;}
.exhibition_box a i{font-size:12px;color:#bababa;margin-right:5px;transition:all 0.2s linear 0s;}
.exhibition_box a:hover{border-color:var(--bgColor);color:#fff;background:var(--bgColor);}
.exhibition_box a:hover i{color:#fff;}
.exhibition_box a.active{border-color:var(--bgColor);color:#fff;background:var(--bgColor);}
.exhibition_box a.active i{color:#fff;}

/*产品列表*/
.product_list_box{background:#fff;box-shadow:0 0 13px rgba(206,206,206,0.3);padding:20px 15px;}
.product_list_ul2{display:block;width:100%;}
.product_list_ul2 li{display:block;width:100%;overflow:hidden;transition:all 0.2s linear 0s;margin-bottom:18px;border:1px solid #dddddd;}
.product_list_ul2 li:hover{box-shadow:0 2px 6px rgba(0,0,0,0.3);}
.product_list_ul2 li.selectActive{box-shadow:0 2px 6px rgba(0,0,0,0.3);}
.product_list_ul2 li .pro_description{padding:14px 22px 18px 14px;display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.product_list_ul2 li .pro_description .img_btn{width:100px;height:100px;display:inline-flex;justify-content:center;align-items:center;}
.product_list_ul2 li .pro_description .img_btn img{max-width:100%;max-height:100%;}
.product_list_ul2 li .pro_description .right_info{width:calc(100% - 100px)}
.product_list_ul2 li .pro_description .right_info .name_btn{font-size:20px;color:#333333;font-weight:bold;line-height:26px;display:block;width:100%;height:26px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;padding-right:30px;}
.product_list_ul2 li .pro_description .right_info .name_btn:hover{text-decoration:underline;color:var(--fontColor);}
.product_list_ul2 li .pro_description .right_info .en_name{font-size:14px;color:#333333;line-height:28px;height:28px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.product_list_ul2 li .pro_description .right_info .basic_text{width:100%;line-height:25px;font-size:14px;color:#666666;}
.product_list_ul2 li .pro_description .right_info .basic_text:first-child{margin-top:2px;}
.product_list_ul2 li .stock_btn{background:#edf6f4;border:0;display:flex;width:100%;height:23px;line-height:23px;align-items:center;font-size:14px;color:var(--fontColor);justify-content:center;transition:all 0.2s linear 0s;font-weight:bold;}
.product_list_ul2 li .stock_btn i{font-size:12px;margin-right:8px;vertical-align:middle;transition:all 0.2s linear 0s;}
.product_list_ul2 li .stock_btn.active i{transform:rotate(180deg);}
.product_list_ul2 li .stock_btn:hover{background:#c3e3dc;}
.product_list_ul2 li .kjcollapse{display:none;}
.product_list_ul2 li .kj-table{margin:0;}
.kj-table table{margin-bottom:0}
.kj-table thead tr th{text-align:center;border-top:1px solid #dddddd !important;border-bottom:2px solid #ddd;background:#f9f9f9;font-size:14px;height:40px;line-height:40px;padding-top:0;padding-bottom:0;color:#666666;}
.kj-table tbody tr td{border-top:0;text-align:center;font-size:14px;color:#333333;vertical-align:middle;border-bottom:1px solid #ddd;line-height:32px;transition:all 0.2s linear 0s;padding-top:12px;padding-bottom:12px;}
.kj-table tbody tr td .oldPrice{text-decoration:line-through;}
.kj-table tbody tr td .newPrice{color:#ee0000;}
.kj-table tbody tr:hover td{background:#f9f9f9;}
.kj-table tbody tr td .opt_box{display:flex;justify-content:center;align-items:center;}
.kj-table tbody tr td a.car_btn{width:32px;height:32px;border-radius:3px;background:var(--bgColor);text-align:center;line-height:32px;color:#fff;margin-left:1px;}
.kj-table tbody tr td a.no_car_btn{background:#999;cursor:not-allowed;}
.kj-table tbody tr td a.car_btn i{font-size:18px;display:inline-block;transition:all 0.2s linear 0s;}
.kj-table tbody tr td a.car_btn:hover{background:var(--bgHoverColor);}
.kj-table tbody tr td a.no_car_btn:hover{background:#999;}
.kj-table tbody tr td a.car_btn:active{position:relative;top:2px;}
.kj-table .kj-pro-num-box{width:62px;height:32px;border-radius:3px;overflow:hidden;margin:0 auto;border:1px solid #949494;vertical-align:middle;display:inline-flex;align-items:center;justify-content:space-between;}
.kj-table .kj-pro-num-box button{width:20px;border:0;padding:0;height:32px;transition:all 0.2s linear 0s;background:none;font-size:14px;color:#333;display:inline-flex;justify-content:center;align-items:center;}
.kj-table .kj-pro-num-box input{width:22px;height:32px;line-height:18px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;}
.kj-table .kj-pro-num-box button:hover{background:#dedede;}
.website_product_list{display:flex;flex-wrap: wrap;}
.website_product_list li{margin-right:25px;margin-bottom:25px;width:calc((100% - 125px)/6);height:222px;transition:all 0.2s linear 0s;background:#fff;overflow:hidden;box-shadow:0 0 4px rgba(0,0,0,0.1);}
.website_product_list li:nth-child(6n){margin-right:0;}
.website_product_list li .img_btn{display:flex;justify-content:center;align-items:center;height:140px;transition:all 480ms ease 0s;}
.website_product_list li .img_btn img{max-width:100%;max-height:100%;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;}
.website_product_list li .info_box{padding:0 10px;}
.website_product_list li .info_box .name_btn{text-align:center;display:block;font-size:14px;color:#333333;line-height:22px;overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;}
.website_product_list li .info_box .price{font-size:14px;color:#eb3636;font-weight:bold;line-height:30px;text-align:center;}
.website_product_list li .info_box .base_info{display:flex;line-height:22px;justify-content:center;}
.website_product_list li .info_box .base_info span{max-width:50%;font-size:14px;color:#666666;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.website_product_list li .info_box .base_info span:first-child:after{content:"";width:1px;height:12px;background:#7a7a7a;display:inline-block;vertical-align:middle;margin:0 8px 2px 8px;}
.website_product_list li:hover{box-shadow:0 0 10px rgba(0,0,0,0.2);transform:translateY(-2px);}
.website_product_list li:hover .img_btn img{transform: scale(0.9,0.9);-moz-transform: scale(0.9,0.9);-webkit-transform: scale(0.9,0.9);-o-transform: scale(0.9,0.9);}
.website_product_list li:hover .info_box .name_btn{color:var(--fontColor);}
.website_product_list li .info_box .btn_box a:active{position:relative;top:2px;}
.website_product_list li .info_box .btn_box a:hover{background:var(--bgHoverColor);border-color:var(--bgHoverColor);color:#fff;}
.website_product_list li .info_box .btn_box a:hover i{color:#fff;}

/*文章页*/
.article_box{background:#fff;box-shadow:0 0 13px rgba(206,206,206,0.3);padding:20px 30px 50px 30px;}
.article_box .title{margin:10px 0 20px 0;border-bottom:1px solid #d9dbe5;}
.article_box .title h1{color:var(--fontColor);font-size:22px;line-height:30px;padding-bottom:5px;position:relative;display:inline-block;}
.article_box .title h1:after{content:"";width:100%;height:1px;background:Var(--bgColor);position:absolute;left:0;bottom:-1px;}
.page_nav{display:flex;margin-bottom:20px;flex-wrap: wrap;}
.page_nav a{background:#fff;padding:0 25px;height:40px;line-height:38px;margin:0 10px;border:1px solid #999;font-size:15px;color:#333;border-radius:30px;}
.page_nav a:first-child{margin-left:0;}
.page_nav a:hover{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.page_nav a.active{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.page_nav a:active{position:relative;top:2px;}
.article_box .article_content{font-size:15px;color:#333333;line-height:28px;}
.article_box .article_content img{max-width:100%;width:auto !important;height:auto !important;}

/*新闻列表*/
.news_list li{display:flex;padding:35px 0;flex-wrap:wrap;transition:all 0.2s linear 0s;border-bottom:1px solid #dedfe0;}
.news_list li:first-child{padding-top:20px;}
.news_list li .img_btn{display:block;width:330px;height:210px;margin-right:45px;}
.news_list li .right_info{width:calc(100% - 375px);}
.news_list li .right_info .title_btn{display:block;width:100%;font-size:23px;color:#333333;font-weight:bold;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;height:40px;line-height:40px;}
.news_list li .right_info .time{display:flex;align-items:center;font-size:15px;color:#999999;height:28px;}
.news_list li .right_info .time i{margin-right:10px;}
.news_list li .right_info .brief_text{display:block;font-size:15px;color:#666666;line-height:28px;height:56px;overflow:hidden;margin-top:10px;}
.news_list li .right_info .more_btn{display:block;width:138px;text-align:center;height:48px;line-height:46px;border:1px solid #acacac;font-size:15px;color:#666666;border-radius:30px;margin-top:28px;}
.news_list li:hover .title_btn{color:var(--fontColor);}
.news_list li .more_btn:hover{background:var(--bgColor);border-color:var(--bgColor);color:#fff;}
.news_list li .more_btn:active{position:relative;top:2px;}
.notes_list_ul li{border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:flex-start;padding:5px 10px;}
.notes_list_ul li a{width:calc(100% - 100px);font-size:14px;color:#333;line-height:24px;}
.notes_list_ul li a:before{content:"";width:4px;height:4px;display:inline-block;border-radius:50%;margin-right:10px;vertical-align:middle;background:var(--bgColor)}
.notes_list_ul li .time{width:100px;text-align:right;font-size:14px;color:#999;line-height:24px;}
.notes_list_ul li:hover a{color:var(--fontColor);}
.brand_list_box{display:flex;flex-wrap: wrap;border:1px solid #d9dbe5;}
.brand_list_box li{margin-bottom:-1px;width:calc(100% / 6);border-right:1px solid #d9dbe5;border-bottom:1px solid #d9dbe5;height:105px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all 0.2s linear 0s;}
.brand_list_box li:nth-child(6n){border-right:0;}
.brand_list_box li .img_btn{display:flex;align-items:center;justify-content:center;height:76px;padding:5px;}
.brand_list_box li .img_btn img{max-width:100%;max-height:100%;}
.brand_list_box li .name_btn{font-size:14px;color:#333333;line-height:20px;padding:0 5px;}
.brand_list_box li:hover{box-shadow:0 7px 10px rgba(206,206,206,0.5);}
.brand_list_box li:hover .name_btn{color:Var(--fontColor);}
.kj_news_active{background:#fff;border-radius:5px;padding:30px 30px 40px 30px;}
.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;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{ border-top: 1px solid rgb(242,242,242); margin-top:20px;padding-top:15px;}
.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:var(--fontColor);text-decoration:underline;}


/*联系我们*/
.contact_us_box .contact_info{display:flex;flex-wrap: wrap;margin-top:10px;}
.contact_us_box .contact_info .item{width:50%;display:flex;align-items:center;height:42px;}
.contact_us_box .contact_info .item i{width:36px;color:var(--fontColor);font-size:20px;}
.contact_us_box .contact_info .item span{font-size:15px;color:#333333;}
.contact_us_box .contact_info .item a{color:#333333;}
.contact_us_box .contact_info .item a:hover{color:var(--fontColor);text-decoration:underline;}
.map_box{width:100%;height:380px;background:#eee;margin-top:40px;}

/*产品详情*/
.product_info_details{display:flex;flex-wrap: wrap;}
.product_info_details .left_box{width:295px;margin-right:50px;}
.product_info_details .left_box .image_box .box{width:100%;}
.product_info_details .left_box .image_box .tb-booth{position:relative;z-index:1;width:100%;height:295px;border:1px solid #ddd;}
.product_info_details .left_box .image_box .tb-pic a{display:flex;align-items:center;justify-content:center;height:100%;width:100%;}
.product_info_details .left_box .image_box .tb-pic a img{vertical-align:middle;max-width:100%;max-height:100%;}
.product_info_details .left_box .image_box .tb-thumb{margin:10px 0 0;overflow:hidden;}
.product_info_details .left_box .image_box .tb-thumb li{border:2px solid #ddd;float:left;height:50px;width:50px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.product_info_details .left_box .image_box .tb-s40, .tb-s40 a{height:48px;width:48px;}
.product_info_details .left_box .image_box .tb-s40, .tb-s40 a img{max-width:100%;max-height:100%;}
.product_info_details .left_box .image_box .tb-thumb .tb-selected{border-color:#da251c;}
.product_info_details .left_box .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_info_details .right_box{width:calc(100% - 345px);}
.product_info_details .right_box .pro_title{font-size:26px;color:#333333;font-weight:bold;line-height:36px;margin:5px 0 12px 0;}
.product_info_details .right_box .info_box{display:flex;flex-wrap: wrap;}
.product_info_details .right_box .info_box .list{padding:3px 0;line-height:26px;color:#333333;display:flex;align-items:center;width:calc(100% / 3);font-size:15px;color:#333333;align-items:flex-start;}
.product_info_details .right_box .info_box .list.list_all{width:100%;}
.product_info_details .right_box .info_box .list label{color:#999999;font-weight:normal;width:80px;}
.product_info_details .right_box .info_box .list span{width:calc(100% - 80px);}
.product_info_details .right_box .info_box .bm_box{width:100%;display:flex;align-items: flex-start;line-height:24px;padding:4px 0;position:relative;}
.product_info_details .right_box .info_box .bm_box label{font-size:14px;color:#999999;font-weight:normal;width:80px;}
.product_info_details .right_box .info_box .bm_box a{color:#da251c;font-size:14px;width:45px;text-align:right;font-weight:bold;}
.product_info_details .right_box .info_box .bm_box span#bm{width:calc(100% - 125px);font-size:14px;color:#333333;line-height:24px;height:24px;overflow:hidden;}
.product_info_details .right_box .info_box .bm_box span.bm_hidden{width:calc(100% - 90px);position:absolute;top:6px;left:80px;line-height:24px;display:none;}
.product_info_details .right_box .footer_btn_box{display:flex;margin-top:34px;flex-wrap:wrap;}
.product_info_details .right_box .footer_btn_box a{margin-right:15px;width:162px;height:46px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:bold;}
.product_info_details .right_box .footer_btn_box .enquiry_btn{background:var(--bgColor);}
.product_info_details .right_box .footer_btn_box .enquiry_btn:hover{background:var(--bgHoverColor);}
.product_info_details .right_box .footer_btn_box .collect_btn{background:var(--bgHoverColor);}
.product_info_details .right_box .footer_btn_box .collect_btn i{margin-right:10px;font-weight:normal;font-size:20px;}
.product_info_details .right_box .footer_btn_box .collect_btn:hover{background:var(--bgColor);}
.product_info_details .right_box .footer_btn_box a:active{position:relative;top:2px;}
.product-desc-kj-table{margin-top:25px;border:1px solid #ddd;border-bottom:0;}
.product-desc-kj-table.kj-table thead tr th{border-top:0 !important;}
.pro_slide_box{margin-top:42px;}
.pro_slide_box .nav{border-bottom:2px solid var(--bgColor);display:flex;flex-wrap: wrap;margin-bottom:15px;justify-content: space-between;}
.pro_slide_box .nav li{margin-left:10px;flex:1;margin-bottom:0;}
.pro_slide_box .nav li:first-child{margin-left:0;}
.pro_slide_box .nav li a{padding:0;width:100%;text-align:center;height:44px;line-height:42px;background:#f9f9f9;font-size:15px;color:#333333;font-weight:bold;border:1px solid #ededed;}
.pro_slide_box .nav li:hover a{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.pro_slide_box .nav li.active a{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.pro_slide_box .activeBox{font-size:14px;color:#333333;line-height:15px;border:1px solid #dddddd;padding:30px;}
.pro_slide_box .activeBox img{max-width:100%;width:auto;height:auto;}
.pro_slide_box .table-responsive table{margin:0;border:1px solid #ddd;}
.pro_slide_box .table-responsive table tr th{border-top:1px solid #ddd;padding-left:12px;border-right:1px solid #ddd;font-size:14px;color:#333333;text-align:center;}
.pro_slide_box .table-responsive table tr:first-child th{border-top:0;}
.pro_slide_box .table-responsive table tr:first-child td{border-top:0;}
.pro_slide_box .table-responsive table tr td{border-top:1px solid #ddd;padding-left:25px;color:#333333;}
.pro_slide_box .download_btn{width:200px;display:flex;align-items:center;background:var(--bgColor);font-size:15px;color:#fff;height:40px;justify-content:center;font-weight:bold;}
.pro_slide_box .download_btn i{margin-right:10px;font-size:20px;font-weight:normal;}
.pro_slide_box .download_btn:hover{background:Var(--bgHoverColor);}
.pro_slide_box .download_btn:active{position:relative;top:2px;}

/*产品详情-相关产品*/
.product_relevant{margin-bottom:40px;}
.product_relevant .tab_title{font-size:20px;color:#333333;font-weight:bold;line-height:32px;margin-top:33px;margin-bottom:5px;}
.product_relevant .swiper-container{padding:10px;margin-top:0;margin-left:-10px;width:calc(100% + 20px)}
.product_relevant .swiper-slide{height:222px;transition:all 0.2s linear 0s;overflow:hidden;box-shadow:0 0 4px rgba(0,0,0,0.1);}
.product_relevant .swiper-slide .img_btn{display:flex;justify-content:center;align-items:center;height:140px;transition:all 480ms ease 0s;}
.product_relevant .swiper-slide .img_btn img{max-width:100%;max-height:100%;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;}
.product_relevant .swiper-slide .info_box{padding:0 10px;}
.product_relevant .swiper-slide .info_box .name_btn{text-align:center;display:block;font-size:14px;color:#333333;line-height:22px;overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;}
.product_relevant .swiper-slide .info_box .price{font-size:14px;color:#eb3636;font-weight:bold;line-height:30px;text-align:center;}
.product_relevant .swiper-slide .info_box .base_info{display:flex;line-height:22px;justify-content:center;}
.product_relevant .swiper-slide .info_box .base_info span{max-width:50%;font-size:14px;color:#666666;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.product_relevant .swiper-slide .info_box .base_info span:first-child:after{content:"";width:1px;height:12px;background:#7a7a7a;display:inline-block;vertical-align:middle;margin:0 8px 2px 8px;}
.product_relevant .swiper-slide:hover{box-shadow:0 0 10px rgba(0,0,0,0.2);transform:translateY(-2px);}
.product_relevant .swiper-slide:hover .img_btn img{transform: scale(0.9,0.9);-moz-transform: scale(0.9,0.9);-webkit-transform: scale(0.9,0.9);-o-transform: scale(0.9,0.9);}
.product_relevant .swiper-slide:hover .info_box .name_btn{color:var(--fontColor);}
.product_relevant .swiper-button-next,.product_relevant .swiper-button-prev{width:35px;height:50px;text-align:center;line-height:50px;background:rgba(0,0,0,0.3);transition:all 0.2s linear 0s;}
.product_relevant .swiper-button-next:after,.product_relevant .swiper-button-prev:after{color:#fff;font-size:18px;}
.product_relevant .swiper-button-next:hover,.product_relevant .swiper-button-prev:hover{background:rgba(0,0,0,0.6);}
.product_relevant .swiper-button-next{right:0;}
.product_relevant .swiper-button-prev{left:0;}





/*关于我们*/
.page_about{margin-top:30px;display:flex;flex-wrap: wrap;}
.page_about .about_article{font-size:15px;color:#333333;line-height:32px;flex:1;padding-right:60px;}
.page_about .about_img{width:555px;}
.page_about .about_img img{max-width:100%;}

.xianhuo {
    display: flex;
    align-items: center;
}
    .xianhuo input[type="checkbox"] {
        background-color: var(--fontColor);
        position: relative;
        bottom: 2px;
        margin-right: 5px;
    }


.filter_box{padding:0;}
.filter_box ul li{padding:0 5px;}
.filter_box ul li:last-child{padding:0;}
.sort_box {
    width: 100%;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    height:35px;
}
.filter_box ul li label{
    width:auto;
    margin-right:10px;
    text-wrap:nowrap;
}
.filter_box ul li .zhonghe_box {
    width: 70px;
    float: left;
    background: #555;
    color: #eee;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    padding: 0 5px;
    font-weight: normal;
}
.sort_box a {
    display: block;
    text-wrap: nowrap;
}

.zhonghe{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left:20px;
}
    .zhonghe a {
        padding-top:4px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 23px;
        border: 1px solid #CCC;
        font-size: 12px;
        margin-right: -1px;
        background: #FFF;
        color: #333;
    }
    .zhonghe a i{
        position:relative;
        margin-left:3px;
        bottom:2px;
    }

        .zhonghe a:hover {
            border-color: #15826D;
            color:#15826d;
        }
        .zhonghe a.active {
            background-color: #15826D;
            border-color: #15826D;
            color: #fff
        }