@media(min-width:1230px){
    .container{width:1230px;}
}
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
#ShopCartBox{display:none !important;}
body {
    --bgColor: #3e84c5;
    --bgHoverColor: #6cbd75;
    --fontColor: #3e84c5;
    --fontHoverColor: #6cbd75;
}
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-color:#fff;
}
@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;}

/*手机浮动*/
.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:linear-gradient(-40deg, #6cbd75 ,#3e84c5);color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:linear-gradient(-40deg, #3e84c5 ,#6cbd75);color:#fff;}

/*index header*/
/*header*/
/*顶部基本信息展示*/
.header_top_baseInfo{width:100%;height:32px;line-height:32px;background:#333333;}
.header_top_baseInfo span{font-size:13px;color:#ffffff;display:inline-flex;align-items:center;margin-right:25px;}
.header_top_baseInfo span i{font-size:14px;margin-right:8px;}
.header_top_baseInfo span a{color:#fff;}
.header_top_baseInfo span a:hover{text-decoration:underline;}
.header_top_baseInfo .btn_box{display:flex;justify-content: flex-end;align-items:center;}
.header_top_baseInfo .btn_box .user_btn{display:flex;margin-left:17px;align-items:center;}
.header_top_baseInfo .btn_box .user_btn::before{
    content:'';display:inline-block;width:1px;height:14px;background:#717171;margin-right:15px;
}
.header_top_baseInfo .btn_box .user_btn:first-child::before{width:0;margin:0;}
.header_top_baseInfo .btn_box a.simple_btn{display:inline-flex;font-size:13px;color:#fff;align-items:center;}
.header_top_baseInfo .btn_box a.simple_btn i{font-size:15px;margin-right:7px;margin-bottom:2px;}
.header_top_baseInfo .btn_box .user_btn:first-child a:first-child{margin-right:7px;}
.header_top_baseInfo .btn_box a.simple_btn:hover{text-decoration:underline;}

/*顶部logo及搜索*/
.header_logo_search{padding:25px 0 20px 0;background:#fff;position:relative;z-index:20;box-shadow:0 3px 5px rgba(0,0,0,0.16);}
.header_logo_search .container{display:flex;flex-wrap: wrap;align-items:center;}
.header_logo_search .container:after,.header_logo_search .container:before{display:none;}
.header_logo_search .logo_btn{width:255px;}
.header_logo_search .logo_btn img{max-width:100%;}
.header_logo_search .search_box{width:250px;}
.header_logo_search .search_form{height:42px;display:flex;overflow:hidden;}
.header_logo_search .search_form input{padding:0 10px;display:inline-block;flex:1;height:42px;line-height:40px;margin:0;font-size:14px;color:#333;border:1px solid #007b74;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{padding:0;border:0;display:inline-block;height:42px;width:52px;text-align:center;line-height:42px; background: linear-gradient(-40deg, #3e84c5, #6cbd75);transition:all 0.2s linear 0s;}
.header_logo_search .search_form button i{font-size:20px;color:#fff;}
.header_logo_search .search_form button:hover{background: linear-gradient(-40deg,#6cbd75 , #3e84c5);}

/*手机端搜索*/
.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:50px;flex:1;margin-left:30px;}
.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;margin-right:20px;padding:0;height:50px;line-height:50px;font-weight:bold;border-bottom:3px solid transparent;}
.kj-navbar .navbar-nav >li >a>span{margin-left:2px;}
.kj-navbar .navbar-nav >li:hover> a{background:none;border-bottom-color:var(--bgColor);color:var(--fontColor);}
.kj-navbar .navbar-nav >li >a:focus{background:none;border-bottom-color:var(--bgColor);color:var(--fontColor);}
.kj-navbar .navbar-nav >li.active > a{background:none;border-bottom-color:var(--bgColor);color:var(--fontColor);}

.kj-navbar .navbar-nav .li-kj-nav-procata ul{width:180px;padding:5px 0;box-shadow:0 0 8px rgba(0,0,0,0.3);border-radius:5px;border:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a{display:inline-flex;width:100%;padding:0 15px;margin:0;align-items:center;position:relative;height:42px;font-size:15px;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a > span{position:absolute;top:50%;transform: translateY(-50%);right:15px;color:#999;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a:hover{background:#e1edf8;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul {position:absolute;margin:0;min-width:max-content;left:100%;top:0;display:none;background:#fafafa;}
.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 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;}

/*footer*/
.footer_box{margin-top:100px;border-top:1px solid #dcdcdc;background:#fff;}
.footer_box .footer_nav{display:flex;padding-top:45px;padding-bottom:40px;}
.footer_box .footer_nav .title{font-size:18px;color:#333333;line-height:46px;margin-bottom:15px;font-weight:bold;}
.footer_box .footer_nav ul{display:flex;justify-content: space-between;flex:1;margin-right:50px;margin-left:110px;}
.footer_box .footer_nav ul li a{display:block;font-size:14px;color:#333333;line-height:32px;}
.footer_box .footer_nav ul li a:hover{color:var(--fontColor);text-decoration:underline;}
.footer_box .footer_nav .contact_box{width:250px;}
.footer_box .footer_nav .contact_box .footer_logo{margin-bottom:25px;display:block;}
.footer_box .footer_nav .contact_box .footer_logo img{max-width:100%;}
.footer_box .footer_nav .contact_box span{display:flex;font-size:14px;color:#333333;line-height:24px;margin-bottom:14px;}
.footer_box .footer_nav .contact_box span i{width:30px;color:var(--fontColor);}
.footer_box .footer_nav .contact_box span em{flex:1;}
.footer_box .footer_nav .contact_box span a{color:#333333;flex:1;}
.footer_box .footer_nav .contact_box span a:hover{color:var(--fontColor);text-decoration:underline;}
.footer_box .footer_nav .code_box{width:150px;text-align:center;}
.footer_box .footer_nav .code_box img{width:100%;margin-top:15px;}
.footer_box .footer_nav .code_box span{display:block;text-align:center;font-size:14px;color:#fff;line-height:20px;margin-top:12px;}
.footer_box .footer_copyright{padding:20px 0;border-top:1px solid #aaaaaa;display:flex;justify-content: space-between;align-items: flex-start;}
.footer_box .footer_copyright span{font-size:15px;color:#333333;line-height:26px;}
.footer_box .footer_copyright span.technical_support{width:20%;text-align:right;}
.footer_box .footer_copyright span a{color:#333333;}
.footer_box .footer_copyright span a:hover{text-decoration:underline;}

/*float*/
.float_box{position:fixed;right:1px;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1000;opacity:0;}
.float_box ul{display:inline-block;width:100%;}
.float_box ul li{position:relative;display:block;width:43px;height:43px;background:#3f4757;text-align:center;vertical-align:bottom;margin-bottom:2px;transition:all 0.2s linear 0s;cursor:pointer;border-radius:3px;}
.float_box ul li i{padding-top:7px;font-size:20px;color:#fff;display:block;line-height:30px;transition:all 0.2s linear 0s;position:relative;}
.float_box ul li sup{display:block !important;position:absolute;background:#fff;padding:0 5px;height:16px;line-height:16px;color:#e20000;font-weight:bold;font-size:12px;border-radius:50%;right:2px;top:5px;}
.float_box ul li span{display:block;font-size:13px;color:#fff;line-height:20px;}
.float_box ul li:last-child{margin-top:20px;}
.float_box ul li:hover{background: linear-gradient(-40deg, #3e84c5, #6cbd75);}
.float_box ul li:hover i{color:#fff;}
.float_box ul li .qq_box{position:absolute;right:43px;top:0;display:none;background:#fff;padding:10px 12px;box-shadow:0 3px 8px rgba(0,0,0,0.15);border-radius:3px;}
.float_box ul li .qq_box a{margin-top:8px;font-size:14px;color:#fff;display:flex;align-items:center;width:110px;height:30px;justify-content:center;line-height:30px;transition:all 0.2s linear 0s;background: linear-gradient(-40deg, #3e84c5, #6cbd75);border-radius:30px;}
.float_box ul li .qq_box a:hover{background: linear-gradient(-40deg, #6cbd75,#3e84c5);}
.float_box ul li .qq_box a:active{position:relative;top:2px;}
.float_box ul li .qq_box a:first-child{margin-top:0;}
.float_box ul li .tel_box{align-items:center;display:none; position:absolute;right:43px;top:0;padding:16px 16px 8px 16px;font-size:14px;background:#fff;line-height:28px;width:240px;box-shadow:0 3px 8px rgba(0,0,0,0.15);overflow:hidden;}
.float_box ul li .tel_box:before{content:"";width:100%;height:6px;background: linear-gradient(-40deg, #3e84c5, #6cbd75);position:absolute;top:0;left:0;}
.float_box ul li .tel_box i{font-size:42px;color:#d3d3d3;margin-right:10px;padding-top:0;}
.float_box ul li .tel_box span{
    font-size:22px;line-height:28px;text-align:left;
    color:var(--fontColor);
}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{padding:10px;background: linear-gradient(-40deg, #3e84c5, #6cbd75);position:absolute;right:43px;top:0;display:none;box-shadow:0 3px 8px rgba(0,0,0,0.15);border-radius:3px;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;margin-top:5px;display:block;font-size:12px;}
.float_box ul li#fqq:hover .qq_box{display:block;}
.float_box ul li#ftel:hover .tel_box{display:flex;}
.float_box ul li#weixin:hover .code_box{display:block;}

/*index*/
#banner-swiper .swiper-button-prev,#banner-swiper .swiper-button-next{width:56px;height:56px;border-radius:50%;text-align:center;line-height:56px;background:rgba(0,0,0,0.35);transition:all 0.2s linear 0s;}
#banner-swiper .swiper-button-prev:after,#banner-swiper .swiper-button-next:after{font-size:26px;color:#fff;}
#banner-swiper .swiper-button-prev:hover,#banner-swiper .swiper-button-next:hover{background:rgba(0,0,0,0.7);}
#banner-swiper .swiper-button-next{right:45px;}
#banner-swiper .swiper-button-prev{left:45px;}
#banner-swiper .swiper-wrapper .img_btn {display:block;width:100%;height:23vw;}
.index_product_cate{padding:50px 0 40px 0;}
.index_product_cate ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.index_product_cate ul li a{font-size:18px;color:#333;line-height:30px;text-align:center;}
.index_product_cate ul li i{
    display:block;font-size:58px;line-height:68px;margin-bottom:15px;transition:all 0.2s linear 0s;
    background-image:-webkit-linear-gradient(40deg, #3e84c5, #6cbd75);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.index_product_cate ul li:nth-child(1) i:before{content:'\e82a';}
.index_product_cate ul li:nth-child(2) i:before{content:'\e77f';}
.index_product_cate ul li:nth-child(3) i:before{content:'\e8b0';}
.index_product_cate ul li:nth-child(4) i:before{content:'\e6b0';}
.index_product_cate ul li:nth-child(5) i:before{content:'\e824';}
.index_product_cate ul li:hover a{color:var(--fontColor);}
.index_product_cate ul li:hover a i{transform:translateY(-5px);}
.index_about_box{height:710px;}
.index_about_box .about_left{width:50%;padding-top:110px;}
.index_about_box .about_left h6{color:#fff;font-size:22px;line-height:40px;margin-bottom:10px;}
.index_about_box .about_left h1{color:#fff;font-size:38px;font-weight:bold;line-height:60px;margin-bottom:30px;}
.index_about_box .about_left .brief_box{color:#fff;font-size:15px;line-height:38px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;padding-right:80px;}
.index_about_box .about_left .more_btn{margin-top:52px;display:inline-block;width:150px;text-align:center;height:45px;border:2px solid #fff;border-radius:10px;line-height:41px;font-size:15px;color:#ffffff;}
.index_about_box .about_left .more_btn:hover{background:#fff;color:var(--fontColor);}
.index_about_box .about_left .more_btn:active{position:relative;top:2px;}
.index_news_box{padding:85px 0 105px 0;}
.index_news_box .title{text-align:center;font-size:48px;color:#333333;line-height:70px;margin-bottom:45px;}
.index_news_box .news_image_text{display:flex;box-shadow:0 0 10px rgba(0,0,0,0.1);background:#fff;height:396px;}
.index_news_box .news_image_text .left_news{width:50%;overflow:hidden;}
.index_news_box .news_image_text .left_news a{width:100%;display:block;height:396px;transition:all 480ms ease 0s;}
.index_news_box .news_image_text .left_news:hover a{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_news_box .news_image_text .right_news{width:50%;padding:30px 40px;}
.index_news_box .news_image_text .right_news .item_list{display:flex;align-items: flex-start;margin-top:40px;}
.index_news_box .news_image_text .right_news .item_list:first-child{margin-top:0;}
.index_news_box .news_image_text .right_news .item_list .img_btn{width:136px;height:86px;margin-right:14px;}
.index_news_box .news_image_text .right_news .item_list .right_info{width:calc(100% - 150px);}
.index_news_box .news_image_text .right_news .item_list .right_info .name_btn{display:block;font-size:16px;color:#333333;font-weight:bold;height:30px;line-height:30px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_news_box .news_image_text .right_news .item_list .right_info .brief_box{font-size:14px;color:#999999;height:28px;line-height:28px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.index_news_box .news_image_text .right_news .item_list .right_info span{display:block;font-size:20px;color:#999999;line-height:18px;margin-top:10px;}
.index_news_box .news_image_text .right_news .item_list:hover .right_info .name_btn{color:var(--fontColor);text-decoration:underline;}
.index_news_box ul{display:flex;flex-wrap: wrap;margin-top:30px;}
.index_news_box ul li{background:#fff;margin-right:18px;width:calc((100% - 36px)/3);height:227px;padding:0 28px;display:flex;flex-direction: column;justify-content:center;transition:all 0.2s linear 0s;}
.index_news_box ul li:nth-child(3n){margin-right:0;}
.index_news_box ul li .time{color:var(--fontColor);font-size:15px;line-height:24px;margin-bottom:6px;}
.index_news_box ul li .name_btn{display:block;width:100%;font-size:16px;color:#333333;font-weight:bold;line-height:26px;max-height:52px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.index_news_box ul li .brief_box{font-size:14px;color:#999999;height:28px;line-height:28px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;margin:25px 0 15px 0;}
.index_news_box ul li span{display:block;font-size:20px;color:#999999;line-height:18px;}
.index_news_box ul li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
.index_news_box ul li:hover .name_btn{color:var(--fontColor);text-decoration:underline;}

/*面包屑*/
.page_map{color:#333333;line-height:24px;padding-top:14px;padding-bottom:14px;}
.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:var(--fontColor);}
.page_map .breadcrumb .active span{color:var(--fontColor);}

/*分页*/
.kj-page{text-align:center;}
.kj-page .pagination{margin:40px 0 20px 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);}

/*筛选*/
.catalogfilter{display:flex;align-items:center;flex-wrap:wrap;}
.catalogfilter a{cursor:pointer;padding:0px 30px 0px 10px;line-height:28px;background:#c7e5fe;color:#333;border-radius:6px 30px 0px 0px;margin-right:8px;}
.catalogfilter a:hover{background:linear-gradient(-40deg, #3e84c5, #6cbd75);color:#fff;}
.catalogfilter a.acitve{background:linear-gradient(-40deg, #3e84c5, #6cbd75);color:#fff;}
.filter_box ul{display:block;width:100%;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;}
.filter_box ul li{display:flex;border-top:1px solid #ddd;}
.filter_box ul li:first-child{border-top:0;}
.filter_box ul li label{width:62px;font-size:13px;font-weight:normal;color:#333333;line-height:40px;background:#f8f8f8;text-align:center;}
.filter_box ul li .filter_btn{width:calc(100% - 114px);display:flex;flex-wrap:wrap;height:32px;overflow:hidden;margin:4px 0;}
.filter_box ul li .filter_btn a{height:32px;line-height:32px;font-size:13px;color:#333333;margin-left:18px;}
.filter_box ul li .filter_btn a:hover{color:var(--fontColor);}
.filter_box ul li .filter_btn a.active{color:var(--fontColor);font-weight:bold;}
.filter_box ul li .filter_btn a:first-child.active{color:#ed0d0d;}
.filter_box ul li .viewmore{margin-top:8px;width:52px;justify-content:center;color:#333;height:24px;line-height:22px;font-size:12px;display:inline-flex;align-items:center;border:1px solid #dddddd;}
.filter_box ul li .viewmore i{font-size:12px;margin-left:3px;}
.filter_box ul li .viewmore:hover{color:#fff;background:var(--bgColor);border-color:var(--bgColor);}


/*产品列表*/
.product_cate_brief{margin-bottom:25px;}
.product_cate_brief h1{font-size:32px;color:#333333;line-height:56px;}
.product_cate_brief .abstract_text{font-size:14px;color:#666666;line-height:28px;}
.product_container{display:flex;flex-wrap: wrap;align-items: flex-start;}
.product_container .product_list_left{width:215px;margin-right:20px;}
.product_container .product_list_left ul li{display:block;vertical-align:bottom;margin-bottom:8px;}
.product_container .product_list_left ul li .fat_box{display:flex;align-items:center;justify-content: space-between;padding:0 12px 0 15px;height:46px;background:#e6f3ff;transition:all 0.2s linear 0s;}
.product_container .product_list_left ul li .fat_box a{font-size:15px;color:#333333;font-weight:bold;flex:1;}
.product_container .product_list_left ul li .fat_box button{background:none;border:0;padding:0;}
.product_container .product_list_left ul li .fat_box button i{font-size:20px;color:#333;font-weight:bold;display:inline-block;}
.product_container .product_list_left ul li:hover .fat_box{background: linear-gradient(-40deg, #3e84c5, #6cbd75);}
.product_container .product_list_left ul li:hover .fat_box a{color:#fff;}
.product_container .product_list_left ul li:hover .fat_box button i{color:#fff;}
.product_container .product_list_left ul li .fat_box button[aria-expanded="true"] i{transform:rotate(90deg);}
.product_container .product_list_left ul li .fat_box.active{background: linear-gradient(-40deg, #3e84c5, #6cbd75);}
.product_container .product_list_left ul li .fat_box.active a{color:#fff;}
.product_container .product_list_left ul li .fat_box.active button i{color:#fff;}
.product_container .product_list_left ul li .child_box{background:#e6f3ff;padding:5px 0 10px 0;margin-top:1px;}
.product_container .product_list_left ul li .child_box a{display:block;line-height:38px;font-size:14px;color:#333;padding:0 15px 0 30px;}
.product_container .product_list_left ul li .child_box a:hover{background: linear-gradient(-40deg, #3e84c5, #6cbd75);color:#fff;}
.product_container .product_list_left ul li .child_box a.active{background: linear-gradient(-40deg, #3e84c5, #6cbd75);color:#fff;}
.product_container .product_list_right{width:calc(100% - 235px);}
.product_container .product_list_right .product_list_ul{display:flex;flex-wrap: wrap;}
.product_container .product_list_right .product_list_ul li{margin-right:10px;margin-bottom:10px;width:calc((100% - 30px)/4);border:1px solid #dcdcdc;height:320px;transition:all 480ms ease 0s;}
.product_container .product_list_right .product_list_ul li:nth-child(4n){margin-right:0;}
.product_container .product_list_right .product_list_ul li .img_btn{display:flex;padding:10px;border-bottom:1px solid #dcdcdc;height:220px;justify-content:center;align-items:center;transition:all 480ms ease 0s;}
.product_container .product_list_right .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;}
.product_container .product_list_right .product_list_ul li .info_box{padding:12px 15px 0 15px;height:calc(100% - 220px);transition:all 0.2s linear 0s;}
.product_container .product_list_right .product_list_ul li .info_box .name_btn{display:block;font-size:14px;color:#333333;font-weight:bold;line-height:28px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.product_container .product_list_right .product_list_ul li .info_box span{display:block;font-size:14px;color:#666666;line-height:22px;}
.product_container .product_list_right .product_list_ul li .info_box .price{font-size:15px;color:#333;line-height:28px;}
.product_container .product_list_right .product_list_ul li .info_box .price em.old_price{color:#999;text-decoration:line-through;}
.product_container .product_list_right .product_list_ul li .info_box .price em.new_price{color:#d90707;}
.product_container .product_list_right .product_list_ul li .info_box .price a{color:#e70012;}
.product_container .product_list_right .product_list_ul li .info_box .price a:hover{text-decoration:underline;}
.product_container .product_list_right .product_list_ul li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
.product_container .product_list_right .product_list_ul 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);}
.product_container .product_list_right .product_list_ul li:hover .info_box{background:#e6f3ff;}
.product_container .product_list_right .product_list_ul li:hover .info_box .name_btn{color:var(--fontColor);text-decoration:underline;}

/*搜索列表*/
.search_tips{font-size:14px;color:#ff0000;line-height:44px;}
.product_list_ul2 li{display:block;vertical-align:bottom;margin-bottom:48px;}
.product_list_ul2 li .pro_description{border-bottom:2px solid #e1e1e1;padding:18px 0;display:flex;align-items:center;flex-wrap: wrap;}
.product_list_ul2 li .pro_description .img_btn{display:inline-flex;width:82px;height:82px;justify-content:center;align-items:center;margin-right:20px;}
.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% - 102px);}
.product_list_ul2 li .pro_description .right_info .name_btn{display:block;width:100%;height:30px;line-height:30px;font-size:20px;color:var(--fontColor);overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.product_list_ul2 li .pro_description .right_info h6{font-size:14px;color:#666666;line-height:20px;margin-bottom:5px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product_list_ul2 li .pro_description .right_info .basic_text{display:inline-block;line-height:26px;margin-right:30px;font-size:14px;color:#444;}
.product_list_ul2 li .pro_description .right_info .basic_text label{font-weight:normal;}
.product_list_ul2 li .pro_description .right_info:hover .name_btn{text-decoration:underline;}
.product_list_ul2 li .search_result{border-bottom:1px solid #e1e1e1;}
.product_list_ul2 li .pro_stock{display:flex;align-items:center;height:50px;justify-content:space-between;}
.product_list_ul2 li .pro_stock .left_info{display:inline-flex;align-items:center;width:80%;flex-wrap: wrap;}
.product_list_ul2 li .pro_stock .left_info span{font-size:14px;color:#333333;margin-right:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product_list_ul2 li .pro_stock .left_info a{font-size:14px;color:var(--fontColor);margin-right:30px;font-weight:bold;}
.product_list_ul2 li .pro_stock .left_info a:hover{text-decoration:underline;}
.product_list_ul2 li .pro_stock button{color:var(--fontColor);background:none;padding:0;border:0;transition:all 0.2s linear 0s;}
.product_list_ul2 li .pro_stock button i{display:inline-block;margin-left:5px;font-size:14px;}
.product_list_ul2 li .pro_stock button:hover {color:var(--fontHoverColor);}
.product_list_ul2 li .pro_stock button.active i {transform: rotate(180deg);margin-top: 0;margin-bottom: 4px;}
.product_list_ul2 li .kjcollapse{display:none;}
.product_list_ul2 li .kjcollapsein{display:block;}
.product_list_ul2 li .kj-table table{background:#f5f5f5;}
.product_list_ul2 li .kj-table thead tr th{text-align:center;border:0;font-size:14px;height:50px;line-height:50px;padding-top:0;padding-bottom:0;border-bottom:1px solid #dddddd;}
.product_list_ul2 li .kj-table thead tr th:first-child{text-align:left;padding-left:20px;width:160px;}
.product_list_ul2 li .kj-table tbody tr td{border-top:0;text-align:center;font-size:14px;color:#333333;vertical-align:middle;border-bottom:1px solid #dddddd;padding-top:8px;padding-bottom:8px;}
.product_list_ul2 li .kj-table tbody tr td:first-child{text-align:left;padding-left:20px;}
.product_list_ul2 li .kj-table tbody tr td em{color:#e70012;}
.product_list_ul2 li .kj-table tbody tr td .login_btn{color:#e70012}
.product_list_ul2 li .kj-table tbody tr td .login_btn:hover{text-decoration:underline;}
.product_list_ul2 li .kj-table .kj-pro-num-box{background:#f5f5f5;width:72px;height:25px;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;}
.product_list_ul2 li .kj-table .kj-pro-num-box button{width:20px;border:0;padding:0;height:25px;transition:all 0.2s linear 0s;background:none;font-size:14px;color:#333;display:inline-flex;justify-content:center;align-items:center;}
.product_list_ul2 li .kj-table .kj-pro-num-box input{background:#f5f5f5;width:32px;height:25px;line-height:18px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;}
.product_list_ul2 li .kj-table .kj-pro-num-box button:hover{background:#dedede;}
.product_list_ul2 li .kj-table tfoot tr td{padding-top:15px;padding-bottom:20px;}
.product_list_ul2 li .kj-table tfoot tr td .inquiry_btn{line-height:38px;font-size:14px;color:#ed0000;padding-left:10px;}
.product_list_ul2 li .kj-table tfoot tr td .inquiry_btn:hover{text-decoration:underline;}
.product_list_ul2 li .kj-table tfoot tr td .car_btn{line-height:38px;font-size:14px;color:#fff;width:128px;text-align:center;font-weight:bold;background: linear-gradient(-40deg, #3e84c5, #6cbd75);border-radius:3px;display:inline-block;}
.product_list_ul2 li .kj-table tfoot tr td .car_btn:hover{background: linear-gradient(-40deg, #6cbd75, #3e84c5);}
.product_list_ul2 li .kj-table tfoot tr td .car_btn:active{position:relative;top:2px;}



/*产品详情*/
.product_info_details{display:flex;}
.product_info_details .left_box{width:335px;margin-right:40px;}
.product_info_details .left_box .img_box{width:100%;display:flex;align-items:center;justify-content:center;}
.product_info_details .image_box .box{width:100%;}
.product_info_details .image_box .tb-booth{position:relative;z-index:1;width:100%;height:335px;border:1px solid #dcdcdc;}
.product_info_details .image_box .tb-pic a{display:flex;align-items:center;justify-content:center;height:100%;width:100%;}
.product_info_details .image_box .tb-pic a img{vertical-align:middle;max-width:100%;}
.product_info_details .image_box .tb-thumb{margin:12px 0 0;overflow:hidden;}
.product_info_details .image_box .tb-thumb li{background:#dddddd;float:left;height:65px;width:65px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.product_info_details .image_box .tb-s40, .tb-s40 a{height:63px;width:63px;}
.product_info_details .image_box .tb-s40, .tb-s40 a img{width:100%;height:100%;}
.product_info_details .image_box .tb-thumb .tb-selected{background:#e83241;}
.product_info_details .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% - 375px);}
.product_info_details .right_box .pro_title{font-size:28px;color:#000000;line-height:34px;font-weight:bold;}
.product_info_details .right_box .pro_purity{font-size:15px;color:var(--fontColor);line-height:30px;font-weight:bold;margin-bottom:4px;}
.product_info_details .right_box .cas_and_brand{display:flex;flex-wrap:wrap;align-items:center;}
.product_info_details .right_box .cas_and_brand .list{display:flex;align-items:center;font-size:14px;color:#333333;line-height:30px;}
.product_info_details .right_box .cas_and_brand .list label{font-weight:normal;}
.product_info_details .right_box .cas_and_brand .list span{color:var(--fontColor);}
.product_info_details .right_box .cas_and_brand .list:first-child:after{
    content:"";width:1px;height:14px;margin:0 10px;display:inline-block;background:#333333;
}
.product_info_details .right_box .info_box{display:flex;flex-wrap:wrap;}
.product_info_details .right_box .info_box .list{line-height:30px;font-size:14px;color:#333333;margin-right:40px;}
.product_info_details .right_box .info_box .list label{font-weight:normal;}
.product_info_details .right_box .info_box .list span.blue{color:var(--fontColor);}
.product_info_details .right_box .footer_info_box{display:flex;align-items:center;justify-content: space-between;margin-top:30px;}
.product_info_details .right_box .footer_info_box span{font-size:14px;color:#ff0000;font-weight:bold;}
.product_info_details .right_box .btn_box{flex:1;display:flex;}
.product_info_details .right_box .btn_box a{border-radius:3px;margin-right:10px;line-height:48px;font-size:15px;font-weight:bold;display:inline-flex;align-items:center;justify-content:center;width:130px;}
.product_info_details .right_box .btn_box .car_btn{color:#ffffff;background: linear-gradient(-40deg, #3e84c5, #6cbd75);}
.product_info_details .right_box .btn_box .car_btn:hover{background: linear-gradient(-40deg, #6cbd75 ,#3e84c5);}
.product_info_details .right_box .btn_box .collect_btn{color:#ffffff;background: linear-gradient(-40deg, #6cbd75 ,#3e84c5);}
.product_info_details .right_box .btn_box .collect_btn:hover{background: linear-gradient(-40deg, #3e84c5, #6cbd75);}
.product_info_details .right_box .btn_box .inquiry_btn{color:var(--fontColor);}
.product_info_details .right_box .btn_box .inquiry_btn i{font-size:20px;margin-right:5px;}
.product_info_details .right_box .btn_box .inquiry_btn:hover{color:var(--fontHoverColor);}
.product_info_details .right_box .btn_box a:active{position:relative;top:2px;}
.product-desc-kj-table{margin-top:20px;}
.product-desc-kj-table table{margin-bottom:0;}
.product-desc-kj-table thead tr th{text-align:center;font-size:14px;padding:0 15px;line-height:40px;color:#333333;background:#e0ecf7;border-bottom:0;}
.product-desc-kj-table thead tr th:first-child{text-align:left;}
.product-desc-kj-table tbody tr td{border:0;border-bottom:1px solid #ddd;text-align:center;font-size:14px;color:#626262;vertical-align:middle;padding:8px 15px;}
.product-desc-kj-table tbody tr td:first-child{text-align:left;}
.product-desc-kj-table tbody tr td em{color:#e70012;}
.product-desc-kj-table tbody tr td a.car_btn{font-size:20px;color:#e70012;}
.product-desc-kj-table tbody tr td .login_btn{color:#e70012;}
.product-desc-kj-table tbody tr td .login_btn:hover{text-decoration:underline;}
.product-desc-kj-table .kj-pro-num-box{width:72px;height:28px;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;}
.product-desc-kj-table .kj-pro-num-box button{width:20px;border:0;padding:0;height:28px;transition:all 0.2s linear 0s;background:none;font-size:14px;color:#333;display:inline-flex;justify-content:center;align-items:center;}
.product-desc-kj-table .kj-pro-num-box input{width:32px;height:28px;line-height:18px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;}
.product-desc-kj-table .kj-pro-num-box button:hover{background:#dedede;}
.product_description_box{margin-top:55px;}
.product_description_box .title{border:1px solid #dcdcdc;width:155px;height:42px;text-align:center;line-height:40px;border-bottom:0;background:#f5f5f5;font-size:20px;color:#333333;font-weight:bold;}
.product_description_box .desc_article{border:1px solid #dcdcdc;padding:30px;font-size:15px;color:#333;line-height:28px;}
.product_description_box .desc_article .product_des_title{font-size:20px;color:#333;font-weight:bold;line-height:40px;}
.product_description_box .desc_article img{max-width:100%;max-height:100%;}
.product_description_box .warm_tips_box{margin-top:10px;}
.product_description_box .warm_tips_box .tips_text{font-size:15px;color:#333;line-height:28px;}
.product_description_box .warm_tips_box .tips_text:before{content:"";width:4px;height:4px;border-radius:50%;display:inline-block;background:#ff6600;vertical-align:middle;margin-right:5px;}
.product_description_box .warm_tips_box .service_box{margin-top:50px;}
.product_description_box .warm_tips_box .service_box li{display:flex;align-items:center;margin-bottom:15px;}
.product_description_box .warm_tips_box .service_box li .text_info{width:500px;padding:0 20px;}
.product_description_box .warm_tips_box .service_box li .text_info h1{color:var(--fontColor);font-size:20px;font-weight:bold;position:relative;padding-bottom:15px;margin-bottom:20px;}
.product_description_box .warm_tips_box .service_box li .text_info h1:after{content:"";width:30px;height:4px;background:var(--bgColor);position:absolute;left:0;bottom:0;}
.product_description_box .warm_tips_box .service_box li .text_info .brief_info{font-size:12px;color:#666;line-height:32px;}
.product_description_box .warm_tips_box .service_box li .img_box img{max-width:100%;flex:1;}
.product_description_box .warm_tips_box .service_box li:nth-child(2n) .text_info{order:2;}
.product_description_box .warm_tips_box .service_box li:nth-child(2n) .img_box{order:1;}
/*产品详情2*/
.product_base_info{display:flex;flex-wrap: wrap;align-items: flex-start;}
.product_base_info .image_box{width:335px;margin-right:40px;}
.product_base_info .image_box .box{width:100%;}
.product_base_info .image_box .tb-booth{position:relative;z-index:1;width:100%;height:335px;border:1px solid #dcdcdc;}
.product_base_info .image_box .tb-pic a{display:flex;align-items:center;justify-content:center;height:100%;width:100%;}
.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:65px;width:65px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.product_base_info .image_box .tb-s40, .tb-s40 a{height:63px;width:63px;}
.product_base_info .image_box .tb-s40, .tb-s40 a img{width:100%;height:100%;}
.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 .info_box{width:calc(100% - 375px);}
.product_base_info .info_box h1{font-size:28px;color:#333;line-height:36px;padding:5px 0 15px 0;}
.product_base_info .info_box .price_box{width:90%;background:url("../images/pro_price_bg.jpg") no-repeat center;background-size:cover;padding:0 20px;height:85px;display:flex;flex-direction: column;justify-content:center;}
.product_base_info .info_box .price_box .item{line-height:30px;display:flex;flex-wrap: wrap;}
.product_base_info .info_box .price_box .item label{font-size:14px;color:#999;font-weight:normal;width:75px;}
.product_base_info .info_box .price_box .item .old_price{font-size:14px;color:#333333;text-decoration:line-through;}
.product_base_info .info_box .price_box .item .new_price{font-size:22px;color:#e6332c;font-weight:bold;}
.product_base_info .info_box .base_info{padding:0 20px;}
.product_base_info .info_box .base_info .item{line-height:30px;display:flex;flex-wrap: wrap;margin-top:10px;}
.product_base_info .info_box .base_info .item label{font-size:14px;color:#999;font-weight:normal;width:80px;}
.product_base_info .info_box .base_info .item span{font-size:14px;color:#333333;}
.product_base_info .info_box .base_info .item .select_btn{display:flex;flex-wrap:wrap;width:calc(100% - 80px);}
.product_base_info .info_box .base_info .item .select_btn a{height:30px;border:1px solid #d9d9d9;padding:0 12px;margin-right:10px;font-size:13px;color:#333333;line-height:28px;}
.product_base_info .info_box .base_info .item .select_btn a:hover{border-color:#e70012;color:#e70012;}
.product_base_info .info_box .base_info .item .select_btn a.active{border-color:#e70012;color:#e70012;}
.product_base_info .info_box .base_info .item .kj-pro-num-box{width:100px;height:30px;position:relative;border:1px solid #ddd;text-align:center;background:#fff;overflow:hidden;}
.product_base_info .info_box .base_info .item .kj-pro-num-box button{position: absolute;top:0;width:28px;background:#f7f7f7;border:0;padding:0;height:28px;line-height:28px;transition:all 0.2s linear 0s;}
.product_base_info .info_box .base_info .item .kj-pro-num-box button.kj-pro-num-minus{left:0;border-right:1px solid #ddd;}
.product_base_info .info_box .base_info .item .kj-pro-num-box button.kj-pro-num-plus{right:0;border-left:1px solid #ddd;}
.product_base_info .info_box .base_info .item .kj-pro-num-box button:hover{background:#dedede;}
.product_base_info .info_box .base_info .item .kj-pro-num-box input{width:44px;height:28px;line-height:28px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;margin-left:28px;}
.product_base_info .info_box .btn_box{display:flex;flex-wrap: wrap;margin-top:30px;}
.product_base_info .info_box .btn_box a{border-radius:3px;margin-right:10px;line-height:48px;font-size:15px;font-weight:bold;display:inline-flex;align-items:center;justify-content:center;width:150px;}
.product_base_info .info_box .btn_box .car_btn{color:#ffffff;background: linear-gradient(-40deg, #3e84c5, #6cbd75);}
.product_base_info .info_box .btn_box .car_btn:hover{background: linear-gradient(-40deg, #6cbd75 ,#3e84c5);}
.product_base_info .info_box .btn_box .collect_btn{color:#ffffff;background: linear-gradient(-40deg, #6cbd75 ,#3e84c5);}
.product_base_info .info_box .btn_box .collect_btn:hover{background: linear-gradient(-40deg, #3e84c5, #6cbd75);}
.product_base_info .info_box .btn_box .inquiry_btn{color:var(--fontColor);}
.product_base_info .info_box .btn_box .inquiry_btn i{font-size:20px;margin-right:5px;}
.product_base_info .info_box .btn_box .inquiry_btn:hover{color:var(--fontHoverColor);}
.product_base_info .info_box .btn_box a:active{position:relative;top:2px;}
.product_base_info .info_box .btn_box span{font-size:14px;color:#ff0000;font-weight:bold;width:100%;margin-top:10px;}


/*文章*/
.page_banner{height:24vw;width:100%;}
.inner_page_map{box-shadow:0 0 6px rgba(0,0,0,0.2);background:#fff;}
.inner_page_map .container{display:flex;justify-content:space-between;flex-wrap: wrap;min-height:60px;align-items:center;}
.inner_page_map .container:before,.inner_page_map .container:after{display:none;}
.inner_page_map .btn_box{display:flex;justify-content: flex-end;flex:1;}
.inner_page_map .btn_box a{padding:0 25px;font-size:16px;color:#333333;height:60px;line-height:60px;margin-left:10px;}
.inner_page_map .btn_box a:hover{background: linear-gradient(-40deg, #6cbd75 ,#3e84c5);color:#fff;}
.inner_page_map .btn_box a.active{background: linear-gradient(-40deg, #6cbd75 ,#3e84c5);color:#fff;}
.page_article_box{}
.article_cate_title{font-size:36px;color:#333333;text-align:center;line-height:58px;font-weight:bold;margin-top:55px;}
.about_article{font-size:16px;color:#666666;line-height:38px;margin-top:20px;overflow:hidden;}
.about_article img{max-width:100%;}
.page_article_box .article_content{font-size:16px;color:#666666;line-height:38px;margin-top:20px;overflow:hidden;}
.page_article_box .article_content img{max-width:100%;}

/*品牌列表*/
.brand_list_ul{display:flex;flex-wrap: wrap;margin-top:50px;}
.brand_list_ul li{border:1px solid #ddd;height:128px;position:relative;width:calc(100% / 6);margin-left:-1px;margin-top:-1px;background:#fff;}
.brand_list_ul li .img_btn{display:flex;align-items:center;justify-content:center;width:100%;height:90px;padding:10px;transition:all 480ms ease 0s;}
.brand_list_ul li .img_btn img{max-width:100%;max-height:100%;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;}
.brand_list_ul li .name_btn{display:block;padding:0 10px;font-size:14px;color:#333333;line-height:20px;text-align:center;}
.brand_list_ul 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);}
.brand_list_ul li:hover .name_btn{color:var(--fontColor);}

/*新闻列表*/
.news_list{margin-top:50px;}
.news_list li{display:flex;padding:30px 25px;flex-wrap:wrap;transition:all 0.2s linear 0s;border-bottom:1px solid #dedfe0;}
.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 span{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{background:#f7f8fa;}
.news_list li .title_btn:hover{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;}
.kj_news_active{background:#fff;border-radius:5px;padding:30px 30px 40px 30px;margin-top:50px;}
.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 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 h1{font-size:30px;color:var(--fontColor);line-height:48px;font-weight:bold;}
.contactUs_info{display:flex;justify-content: space-between;align-items:flex-start;}
.contactUs_info .code_box{width:110px;text-align:center;}
.contactUs_info .code_box img{max-width:100%;}
.contactUs_info .code_box span{display:block;font-size:14px;color:#333333;}
.contactUs_info .left{display:flex;flex:1;flex-wrap:wrap;margin-top:26px;}
.contactUs_info .left span{display:flex;align-items:flex-start;font-size:15px;color:#333333;line-height:24px;flex:0 0 40%;margin-bottom:12px;}
.contactUs_info .left span a{color:#333;}
.contactUs_info .left span a:hover{color:var(--fontColor);text-decoration:underline;}
.contactUs_info .left span i{color:var(--fontColor);font-size:17px;width:30px;}
.contact_us_box .map_box{width:100%;height:415px;background:#f1f1f1;margin-top:30px;}

.kj-noproduct-search p {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}


.saleprocost{font-weight:normal;}
