@media(min-width:1470px){
  .container{width:1470px;}
}
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
body {
  --bgColor: #D72630;
  --bgHoverColor: #83141a;
  --fontColor: #D72630;
  --fontHoverColor: #83141a;
  background-color: #F4F4F4;
}
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;}
#ShopCartBox {display: none !important}



.kj-scroll-floorbox {
    position: fixed;
    background-color: #ffffff;
    z-index: 1003;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}

.kj-scroll-floorbox-title {
    border-bottom: 1px solid #dddddd;
    background-color: #f8f8f8;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kj-floor-pos-h-right {
    right: 10px;
}

.kj-floor-pos-h-left {
    left: 10px;
}

.kj-floor-pos-v-middle {
    top: 50%;
    transform: translateY(-50%);
}


.kj-scroll-floor-href {
    display: block;
    font-size: 12px;
    text-align:center;
    line-height:30px;
    width:100px;
    background:var(--bgColor);
    color:#fff;
}
.kj-scroll-floor-gototop {
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    width: 100px;
    background: var(--bgColor);
    color: #fff;
}
.kj-scroll-floor-gototop i{font-size:12px;margin-left:3px;font-weight:bold;}
.kj-scroll-floor-href:hover, .kj-scroll-floor-href.flooractive,  .kj-scroll-floor-gototop:hover {
    background:var(--bgHoverColor);
    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;}
.kj-noproduct-search p{display: block;height: 40px;line-height: 40px;text-align: center;margin-bottom: 120px;}

/*手机浮动*/
.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: 40px;line-height: 40px;background:#F3F3F3;color: #222;}
.header_top_baseInfo .left_box {font-size: 14px;color: #222;}
.header_top_baseInfo .right_box {display: flex;justify-content: flex-end;align-items: center;font-size: 16px;}
.header_top_baseInfo .right_box span{font-weight: bold;color: var(--fontColor);}
.header_logo_search {position: relative;z-index: 1000;background: #fff;width: 100%;}
.header_logo_search .container {display: flex;flex-wrap: wrap;}
.header_logo_search .container:after, .header_logo_search .container:before {display: none;}
.header_logo_search .logo_btn {width: 390px;height: 120px;display: flex;align-items: center;}
.header_logo_search .logo_btn img {max-width: 100%;max-height: 100px}
.header_logo_search .right_box {padding-top: 40px;flex: 1;margin-left: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.header_logo_search .right_box .search_box {flex: 1;}
.header_logo_search .search_form {flex: 1;height: 40px;display: flex;align-items: center;border: 1px solid #222;border-radius: 5px;position: relative;}
.header_logo_search .search_form input {border: 0;padding: 0 10px;display: inline-block;flex: 1;height: 38px;line-height: 38px;margin: 0;font-size: 14px;color: #333;border-radius: 5px 0 0 5px;}
.header_logo_search .search_form input::-webkit-input-placeholder {color: #999999;}
.header_logo_search .search_form input::-moz-placeholder {color: #999999;}
.header_logo_search .search_form input:-moz-placeholder {color: #999999;}
.header_logo_search .search_form input:-ms-input-placeholder {color: #999999;}
.header_logo_search .search_form button {border-radius: 0 5px 5px 0;padding: 0;border: 0;display: inline-flex;height: 40px;width: 100px;justify-content: center;align-items: center;background: var(--bgColor);color: #fff;transition: all 0.2s linear 0s;font-size: 16px;position: absolute;right: -1px;top: -1px;}
.header_logo_search .search_form button:hover {background: var(--bgHoverColor);}
.header_logo_search .hot_btn {padding-left: 10px;color: #222;margin-top: 4px;display: flex;overflow: hidden;line-height: 30px;height: 30px;}
.header_logo_search .hot_btn a {font-size: 14px;color: #222;padding: 0 10px;position: relative;}
.header_logo_search .hot_btn a:before {content: "";width: 1px;height: 12px;background: #9d9d9d;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.header_logo_search .hot_btn a:nth-child(2)::before {width: 0;}
.header_logo_search .hot_btn a:hover {text-decoration: underline;color: var(--fontColor);}
.header_logo_search .customized_btn i {font-size: 20px;margin-right: 10px;color: #00B7B9;}
.header_logo_search .customized_btn {margin-left: 12px;height: 40px;border: 1px solid #00B7B9;border-radius: 5px;letter-spacing: 2px;width: 160px;font-size: 16px;color: #333;line-height: 38px;text-align: center;}
.header_logo_search .customized_btn:hover {background: #00B7B9;color: #fff;}
.header_logo_search .customized_btn:hover i{color: #fff;}
.header_logo_search .customized_btn:active {position: relative;top: 2px;}
.header_logo_search .tel {display: flex;align-items: center;margin-left: 20px;height: 40px;}
.header_logo_search .tel span {display: block;text-align: center;font-size: 16px;margin-top: 10px;}
.header_logo_search .tel .telnum {margin-right: 20px;}
.header_logo_search_fixed {position: fixed;top: 0;left: 0;box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.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;}

/*导航栏*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background: none;}
.kj-navbar {margin-bottom: 0;border: 0;border-radius: 0;z-index: 1000;min-height: 40px;border-bottom: 2px solid var(--fontColor);background-color: #fff;}
.kj-navbar .navbar-header {display: none;}
.kj-navbar .navbar-collapse {padding: 0;}
.kj-navbar .navbar-nav>li {width: calc((100% - 280px) / 6);}
.kj-navbar .navbar-nav>li>a {z-index: 2;font-size: 16px;color: #222;height: 50px;line-height: 50px;width: 100%;display: block;text-align: center;padding: 0;position: relative;background-color: transparent;}
.kj-navbar .navbar-nav>li:hover>a {color: var(--fontColor)}
.kj-navbar .navbar-nav>li>a:focus {color: var(--fontColor);}
.kj-navbar .navbar-nav>li.active>a {font-weight: bold;}
.kj-navbar .navbar-nav li a:hover, .kj-navbar .navbar-nav li.active a {color: var(--fontColor);}
.kj-navbar .navbar-nav>li.active::after {opacity: 1;}
.kj-navbar .navbar-nav {width: 100%;}
.kj-navbar .navbar-nav .li-kj-nav-procata>a>span {display: none;}
.kj-navbar .navbar-nav .li-kj-nav-procata{width: 280px;border-radius: 10px 10px 0 0;background-image: linear-gradient(#eb362d,#c12f28);}
.kj-navbar .navbar-nav .li-kj-nav-procata .a-kj-nav-procata{color: #fff;font-weight:bold;}
.kj-navbar .navbar-nav .li-kj-nav-procata>ul {border: 0;width: 100%;border-radius: 0 0 5px 5px;box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);padding: 5px 0 0 0;background: #fff;padding-bottom:30px;}
.kj-navbar .navbar-nav .li-kj-nav-procata:hover ul {display: block;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li ul.dropdown-menu {display: none;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li:hover ul.dropdown-menu {display: block;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li ul.dropdown-menu li ul.dropdown-menu {display: none;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li ul.dropdown-menu li:hover ul.dropdown-menu {display: block !important;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul>li {padding: 0 10px;position: initial;margin: 0;border-top: 0;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul>li>a {padding: 0 10px;border-bottom: 1px solid #eee;position: relative;height: 50px;display: flex;align-items: center;font-size: 16px;color: #222222;justify-content:center;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul>li>a>span {margin-left: auto;font-size: 20px;color: #adb8c2;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul>li>a:hover {background: none;color: Var(--fontColor);}
.kj-navbar .navbar-nav .li-kj-nav-procata ul>li>a:hover>span {color: Var(--fontColor);}
.kj-navbar .navbar-nav .li-kj-nav-procata>ul ul {height:100%;position: absolute;margin: 0;left: 100%;top: 1px;display: none;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);width: 220px;border-radius: 0 0 5px 5px;border: 0;padding: 5px 0;overflow:hidden;overflow-y:auto;}
.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: var(--bgColor);}
.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 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 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;background-color: #fff;}
.footer_box .footer_middle {padding: 55px 0 88px;display: flex;justify-content: space-between;}
.footer_box .title {font-size: 18px;color: #222;line-height: 18px;font-weight: bold;margin-bottom: 10px;}
.footer_box .footer_nav {display: flex;justify-content: space-between;flex: 1;margin-top: 20px;}
.footer_box .footer_nav li .btn_box a {display: block;color: #222;line-height: 40px;font-size: 16px;}
.footer_box .footer_nav li .btn_box a:hover {text-decoration: underline;}
.footer_box .footer_nav li.contactus .title{margin-bottom: 15px;}
.footer_box .footer_nav li.contactus i{color: var(--fontColor);font-size: 18px;margin-right: 15px;}
.footer_copyright {padding: 20px 0;background: #191919;}
.footer_box .footer_nav li.contactus{padding-left: 75px;position: relative;}
.footer_box .footer_nav li.contactus::before{content: "";display: block;position: absolute;width: 1px;height: 190px;background-color: #dddddd;left: 0;top: 0;}
.footer_box .footer_nav li.contactus .text_info{font-size: 20px;margin-bottom: 15px;color: #222;}
.footer_copyright .container {text-align: center;}
.footer_copyright .brief_text {font-size: 14px;color: #fff;line-height: 28px;display:inline-block;margin:0 10px;}
.footer_copyright .brief_text a {color: #fff;}
.footer_copyright .brief_text a:hover {text-decoration: underline;}
.footer_phone_nav {width: 100%;position: relative;padding-bottom: 10px;display: none;z-index: 1000;}
.footer_phone_nav span {background: #fff;border: 1px solid #ddd;height: 36px;display: flex;justify-content: space-between;padding: 0 12px;align-items: center;font-size: 14px;color: #333;}
.footer_phone_nav span i {color: #999;display: inline-block;}
.footer_phone_nav .btn_box {width: 100%;position: absolute;bottom: 100%;left: 0;background: #fff;border: 1px solid #ddd;height: 140px;overflow: hidden;overflow-y: auto;display: none;}
.footer_phone_nav .btn_box a {display: block;padding: 0 12px;font-size: 14px;color: #333;line-height: 28px;}

/*float*/
.float_box{position:fixed;right:0;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1300;}
.float_box ul{padding:12px 0;background:var(--bgColor);border-radius:50px;width:78px;box-shadow:0 3px 7px rgba(0,0,0,0.1);}
.float_box ul li{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;height:78px;padding:0 15px;transition:all 0.2s linear 0s;cursor:pointer;width:78px;}
.float_box ul li:before{content:"";width:48px;height:1px;position:absolute;left:50%;transform: translateX(-50%);top:0;background:#dddddd;}
.float_box ul li:first-child:before{width:0;}
.float_box ul li a{text-align:center;}
.float_box ul li i{font-size:25px;color:#fff;line-height:36px;position:relative;display:block;}
.float_box ul li span{color:#fff;font-size:12px;line-height:20px;}
.float_box ul li i sup{display:block !important;background:#fff;padding:0 4px;line-height:14px;border-radius:50%;position:absolute;top:0;right:1px;font-size:12px;color:var(--fontColor);font-weight:bold;}
.float_box ul li .tel_box{align-items:center;display:none;border-radius:10px 0 0 10px; position:absolute;right:78px;top:0;padding:20px 16px 16px 16px;font-size:14px;background:#fff;line-height:28px;width:242px;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:var(--bgColor);position:absolute;top:0;left:0;}
.float_box ul li .tel_box i{font-size:42px;color:#d3d3d3;margin-right:10px;}
.float_box ul li .tel_box span{font-size:22px;line-height:28px;text-align:left;color:#333;}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{padding:10px;background:var(--bgColor);position:absolute;right:78px;top:0;display:none;box-shadow:0 3px 8px rgba(0,0,0,0.15);border-radius:5px;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;margin-top:5px;font-size:12px;display:block;text-align:center;}
.float_box ul li .wcode_box{width:268px;border-radius:5px;position:absolute;right:78px;top:0;display:none;flex-wrap:wrap;background:#fff;padding:10px 5px;box-shadow:0 3px 8px rgba(0,0,0,0.15);}
.float_box ul li .wcode_box .code_item{width:80px;margin:0 3px 5px 3px;text-align:center;background:#f1f1f1;padding:5px 5px 0 5px;border-radius:5px;transition:all 0.2s linear 0s;}
.float_box ul li .wcode_box .code_item img{max-width:100%;}
.float_box ul li .wcode_box .code_item span{font-size:12px;color:#333;display:block;line-height:24px;}
.float_box ul li .wcode_box .code_item:hover{background:#ddd;}
.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;}
.float_box ul li#wcode:hover .wcode_box{display:flex;}
.float_box .scrollTop{box-shadow:0 3px 7px rgba(0,0,0,0.1);color:var(--fontColor);width:78px;height:78px;display:block;border-radius:50%;background:#fff;margin-top:20px;text-align:center;line-height:78px;}
.float_box .scrollTop i{font-size:30px;}
.float_box .scrollTop:hover{background:var(--bgColor);color:#fff;}
.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*/
.nav_banner {position: relative;margin-top: 10px;display: flex;}
.nav_banner .site_category {width: 280px;border-radius: 10px;position: relative;z-index: 99;background-color: #fff;}
.nav_banner .site_category>ul>li {padding: 15px 10px 0 10px;}
.nav_banner .site_category>ul>li:first-child{padding-top: 20px;}
.nav_banner .site_category>ul>li .fat_btn {display: flex;justify-content: space-between;font-size: 16px;line-height: 16px;color: #222222;font-weight: bold;align-items: center;position: relative;}
.nav_banner .site_category>ul>li .fat_btn i:nth-child(1) {width: 25px;color: var(--fontColor);font-size: 16px;font-weight: normal;}
.nav_banner .site_category>ul>li .fat_btn i:last-child {margin-left: auto;color: #B9BDC1;margin-right: 5px;}
.nav_banner .site_category>ul>li .fat_btn i {color: rgba(255, 255, 255, 0.5);font-size: 12px;transition: all 0.2s linear 0s;}
.nav_banner .site_category>ul>li:after {content: "";width: calc(100% - 72px);height: 1px;background: #eee;display: inline-block;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.nav_banner .site_category>ul>li:last-child .fat_btn:after {width: 0;}
.nav_banner .site_category>ul>li .hot_btn {width: 100%;display: flex;flex-wrap: wrap;overflow: hidden;padding-left: 25px;max-height: 40px;padding-bottom: 5px;}
.nav_banner .site_category>ul>li .hot_btn a {color: #666;margin-right: 12px;line-height: 30px;font-size: 14px;}
.nav_banner .site_category>ul>li .hot_btn a:hover {text-decoration: underline;color: Var(--fontColor);}
.nav_banner .site_category>ul>li>ul.more_nav {height: 420px;border-radius: 5px;display: none;width: 280px;background: #fff;position: absolute;top: 0;left: 100%;overflow: hidden;overflow-y: auto;padding:5px 15px 15px 15px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.nav_banner .site_category>ul>li>ul ul {padding-left: 10px;padding-bottom:10px;}
.nav_banner .site_category>ul>li>ul ul li a {line-height: 25px;font-size: 13px;color: #666;}
.nav_banner .site_category>ul>li>ul::-webkit-scrollbar {width: 4px;height: 4px;}
.nav_banner .site_category>ul>li>ul::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background-color: var(--fontColor);}
.nav_banner .site_category>ul>li>ul::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 5px;background-color: #f1f1f1}
.nav_banner .site_category>ul>li>ul>li {border-top: 1px solid #eeeeee;}
.nav_banner .site_category>ul>li>ul>li:first-child {padding-top: 0;border-top: 0;}
.nav_banner .site_category>ul>li>ul>li a {font-size: 15px;color: #333;line-height: 44px;display: block;padding: 0 5px;}
.nav_banner .site_category>ul>li>ul>li a:hover {color: Var(--fontColor)}
.nav_banner .site_category>ul>li:hover>ul {display: block;}
.nav_banner .site_category>ul>li>ul>li:hover .second_btn {color: var(--fontColor);}
.nav_banner .site_category>ul>li>ul>li .btn_box a:hover {color: var(--fontColor);}
.nav_banner .site_category>ul>li:hover .fat_btn {color: Var(--fontColor);}
.nav_banner .site_category>ul>li:hover .fat_btn i:last-child {color: Var(--fontColor);}
.nav_banner .site_category>ul>li:last-child::after {display: none;}
#banner-swiper {margin:0;margin-right: 10px;width: calc(100% - 250px);}
#banner-swiper .swiper-wrapper .swiper-slide {vertical-align: bottom;display: inline-block;border-radius: 5px;overflow: hidden;}
#banner-swiper .swiper-wrapper .img_btn {display: block;height: 420px;}
#banner-swiper .swiper-wrapper .img_btn img {width: 100%;height: 100%;}
#banner-swiper .swiper-pagination {bottom: 19px;width: 100%;text-align: center;}
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 9px;background: none;opacity: 1;width: 12px;height: 12px;border-radius: 50%;transition: all 0.2s linear 0s;background-color: #fff;}
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {background: var(--bgColor);}
.nav_banner .right_notes {width: 240px;}
.nav_banner .right_notes .login_box {width: 100%;height: 250px;margin-bottom: 10px;padding-top: 13px;margin-left: 10px;background-image: url('../images/userbg.png');background-size: cover;background-repeat: no-repeat;}
.nav_banner .right_notes .login_box .img_box {display: flex;align-items: center;justify-content: center;width: 58px;height: 58px;border-radius: 50%;overflow: hidden;margin: 0 auto;}
.nav_banner .right_notes .login_box .img_box img {max-width: 100%;max-height: 100%;}
.nav_banner .right_notes .login_box span {display: block;padding: 0 10px;font-size: 16px;color: #333333;line-height: 16px;text-align: center;margin: 14px 0;}
.nav_banner .right_notes .login_box .btn_box {display: flex;justify-content: center;align-items: center;}
.nav_banner .right_notes .login_box .btn_box a {margin: 0 4px;width: 70px;height: 28px;border-radius: 5px;border: 1px solid var(--bgColor);background-color: var(--bgColor);text-align: center;color: #fff;font-size: 15px;line-height: 28px;}
.nav_banner .right_notes .login_box .btn_box a:nth-child(2) {border: 1px solid #00B7B9;color: #00B7B9;background-color: #fff;}
.nav_banner .right_notes .login_box .btn_box a:hover {background: var(--bgHoverColor);color: #fff;border-color: var(--bgHoverColor);}
.nav_banner .right_notes .login_box .btn_box a:nth-child(2):hover {background-color: #00B7B9;border: 1px solid #00B7B9;color: #fff;}
.nav_banner .right_notes .login_box .btn_box a:active {position: relative;top: 2px;}
.nav_banner .right_notes .login_box .user_btn {display: flex;justify-content: center;padding-top: 10px;margin: 0 13px;margin-top: 21px;border-top: 1px dashed #E6E6E6;}
.nav_banner .right_notes .login_box .user_btn a {display: block;padding: 7px 0;text-align: center;color: #333;}
.nav_banner .right_notes .login_box .user_btn a:hover {color: var(--fontColor);transform: translateY(-3px);}
.nav_banner .right_notes .login_box .user_btn a i {display: block;font-size: 27px;color: var(--fontColor);}
.nav_banner .right_notes .login_box .user_btn a:nth-child(2) {padding: 7px 10px;margin: 0 10px;display: block;border-left: 1px dashed #E6E6E6;border-right: 1px dashed #E6E6E6;}
.nav_banner .right_notes .login_box .user_btn a:nth-child(2) i{color: #FFAB26;}
.nav_banner .right_notes .login_box .user_btn a:nth-child(3) i{color: #00B7B9;}
.nav_banner .right_notes .notes_box {border-radius: 5px;background: #fff;height: 160px;padding: 0 10px;width: 100%;margin-left: 10px;}
.nav_banner .right_notes .notes_box .title {border-bottom: 1px solid #e7e7e7;display: flex;justify-content: space-between;height: 48px;align-items: center;}
.nav_banner .right_notes .notes_box .title i {color: #CBCBCB;font-size: 14px;}
.nav_banner .right_notes .notes_box .title h1 {font-size: 16px;color: #222222;font-weight: bold;line-height: 48px;display: flex;align-items: center;}
.nav_banner .right_notes .notes_box .title h1 i {color: #ffa311;margin-right: 5px;font-weight: normal;}
.nav_banner .right_notes .notes_box .title a {color: #CBCBCB;}
.nav_banner .right_notes .notes_box .title:hover a i {color: var(--fontColor);}
.nav_banner .right_notes .notes_box .notes_btn {margin-top: 8px;}
.nav_banner .right_notes .notes_box .notes_btn a {display: block;font-size: 16px;color: #333333;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nav_banner .right_notes .notes_box .notes_btn a:before {content: "";width: 4px;height: 4px;background: #ee2200;display: inline-block;margin: 0 5px 2px 12px;vertical-align: middle;}
.nav_banner .right_notes .notes_box .notes_btn a:hover {text-decoration: underline;color: Var(--fontColor);}
.index_title {display: flex;justify-content: space-between;align-items: center;}
.index_title h1 {font-size: 28px;color: #222;font-weight: bold;}
.index_title h1 a{font-size: 28px;color: #222;font-weight: bold;} 
.index_title a {width: 100px;height: 34px;border: 1px solid var(--bgColor);text-align: center;border-radius: 30px;line-height: 32px;font-size: 14px;color: var(--fontColor);background: #fff;}
.index_title a:hover {background: var(--bgColor);color: #fff;}
.index_title a:active {position: relative;top: 2px;}
.index_hot_recommend {margin-top: 30px;border: 1px solid var(--fontColor);}
.index_hot_recommend .index_title {height: 65px;background-color: #FFD1D4;padding: 0 15px;}
.index_hot_recommend .index_title h1 {background-color: #FFD1D4;color: #222;}
.index_hot_recommend .index_title a {border-color: var(--fontColor);color: var(--fontColor);}
.index_hot_recommend .index_title a:hover {border-color: var(--fontColor);color: #fff;background-color: var(--bgColor);}
.index_hot_recommend #marquee2 {height: 260px;overflow: hidden;width: 100%;background: #fff;}
.index_hot_recommend #marquee2 li {float: left;width: 260px;border-right: 1px dotted #d3d3d3;position: relative;padding: 0 10px;height: 260px;}
.index_hot_recommend #marquee2 li .tips {position: absolute;top: 15px;left: 13px;z-index: 2;width: 34px;}
.index_hot_recommend #marquee2 li .tips img {max-width: 100%;max-height: 40px;}
.index_hot_recommend #marquee2 li .img_btn {display: flex;padding: 10px 0;height: 180px;align-items: center;justify-content: center;transition: all 480ms ease 0s;overflow: hidden;position: relative;z-index: 1;}
.index_hot_recommend #marquee2 li .img_btn img {max-width: 100%;max-height: 100%;transform: scale(1, 1);transition-duration: 400ms;transition-timing-function: ease-out;}
.index_hot_recommend #marquee2 li .name_btn {display: block;text-align: center;font-size: 16px;color: #333333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 38px;padding: 0 10px;}
.index_hot_recommend #marquee2 li .base_info {display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
.index_hot_recommend #marquee2 li .base_info span {line-height: 30px;font-size: 16px;color: #666;padding: 0 6px;position: relative;max-width: 50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_hot_recommend #marquee2 li .base_info span:before {content: "";width: 1px;height: 14px;background: #959595;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
.index_hot_recommend #marquee2 li .base_info span:first-child::before {width: 0;}
.index_hot_recommend #marquee2 li .price {font-size: 20px;color: #c91709;font-weight: bold;line-height: 46px;text-align: center;}
.index_hot_recommend #marquee2 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);}
.index_hot_recommend #marquee2 li:hover .name_btn {color: Var(--bgHoverColor)}
.index_product_box {margin-top: 38px;}
.index_product_box .index_title {margin-bottom: 5px;}
.index_product_box .title_box {display: flex;justify-content: space-between;padding-left: 12px;align-items: center;margin-bottom: 12px;}
.index_product_box .title_box h1 {font-size: 28px;color: #333333;font-weight: bold;line-height: 28px;}
.index_product_box .title_box .btn_box {display: flex;align-items: center;}
.index_product_box .title_box .btn_box a {margin-left: 10px;font-size: 14px;color: #333333;line-height: 28px;}
.index_product_box .title_box .btn_box a:hover {color: var(--fontColor);text-decoration: underline;}
.index_product_box .title_box .btn_box a:active {position: relative;top: 2px;}
.index_product_box .product_middle_box {display: flex;flex-wrap: wrap;margin-bottom: 30px;width:100%;}
.index_product_box .product_middle_box .left_box {width: 300px;height: 520px;margin-right: 20px;padding: 0px 30px 0 30px;}
.index_product_box .product_middle_box .left_box .cata {margin-top: 10px;margin-bottom: 20px;}
.index_product_box .product_middle_box .left_box h1 {font-size: 28px;color: #fff;font-weight: bold;margin-top: 65px;}
.index_product_box .product_middle_box .left_box h1 a{color:#fff;}
.index_product_box .product_middle_box .left_box ul li {margin-bottom: 4px;display: block;margin-right: 10px;}
.index_product_box .product_middle_box .left_box ul {display: flex;flex-wrap: wrap;}
.index_product_box .product_middle_box .left_box ul li a {display: inline-block;padding: 0 17px;line-height: 35px;background: transparent;font-size: 16px;color: #fff;border-radius: 5px;border: 1px solid #fff;}
.index_product_box .product_middle_box .left_box ul li a:hover {background: #fff;color: #CA121B;}
.index_product_box .box:nth-child(2) .product_middle_box .left_box ul li a:hover {color: #1856BD;}
.index_product_box .box:nth-child(3) .product_middle_box .left_box ul li a:hover {color: #6D92E7;}
.index_product_box .box:nth-child(4) .product_middle_box .left_box ul li a:hover {color: #CE8A20;}
.index_product_box .box:nth-child(5) .product_middle_box .left_box ul li a:hover {color: #00B7B9;}
.index_product_box .box:nth-child(6) .product_middle_box .left_box ul li a:hover {color: #0A9D53;}
.index_product_box .product_middle_box .left_box ul li a:active {position: relative;top: 2px;}
.index_product_box .center_box{width: calc(100% - 620px);}
.index_product_box .right_list {display: flex;flex-wrap: wrap;margin-left: 0;margin-right: -20px;margin-top: 20px;}
.index_product_box .right_list li {padding-left: 0;padding-right: 20px;}
.index_product_box .right_list li .pro{transition: all 0.2s linear 0s;overflow: hidden;background: #fff;height: 280px;}
.index_product_box .right_list li .img_btn {display: flex;align-items: center;justify-content: center;height: 190px;}
.index_product_box .right_list li .img_btn img {max-width: 100%;max-height: 100%;}
.index_product_box .right_list li .name_btn {display: block;padding: 0 10px;line-height: 30px;font-size: 16px;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 3px;}
.index_product_box .right_list li .no{font-size: 16px;color: #333;padding: 0 10px;}
.index_product_box .right_list li .no:hover{color: var(--fontColor);}
.index_product_box .right_list li .opt_btn {display: flex;justify-content: space-between;align-items: center;height: 36px;padding: 0 10px;}
.index_product_box .right_list li .price {color: #d20000;font-size: 16px;}
.index_product_box .right_list li .car_btn {height: 36px;font-size: 14px;color: var(--fontColor);display: flex;align-items: center;}
.index_product_box .right_list li .car_btn i {font-size: 14px;margin-right: 3px;font-weight: bold;}
.index_product_box .right_list li .pro:hover {box-shadow: 0 0 15px rgba(101, 101, 101, 0.3);transform: translateY(-5px);}
.index_product_box .right_list li:hover .name_btn {color: var(--fontColor);}
.index_product_box .right_list li .car_btn:hover {color: var(--fontHoverColor)}
.index_product_box .product_middle_box .left_box {position: relative;}
.index_product_box .right_list li .img_btn {position: relative;}
.index_product_box .right_list li .img_btn span {position: absolute;width: 120px;height: 40px;text-align: center;border-radius: 40px;font-size: 18px;line-height: 40px;background-color: var(--bgColor);color: #fff;z-index: 3;opacity: 0;transition-duration: .2s;}
.index_product_box .right_list2{display: flex;flex-wrap: wrap;margin-left: 0;margin-right: -20px;}
.index_product_box .right_list2 .col-md-6{padding-left: 0;padding-right: 20px;}
.index_product_box .right_list2 .pro{display: flex;background-color: #fff;transition-duration: .2s;}
.index_product_box .right_list2 .pro .img_btn{width: 220px;height: 220px;display: flex;align-items: center;justify-content: center;}
.index_product_box .right_list2 .pro .img_btn img{max-width: 90%;max-height: 90%;}
.index_product_box .right_list2 .pro .opt_btn{width: calc(100% - 220px);padding-right: 20px;padding-top: 25px;}
.index_product_box .right_list2 .pro .name_btn{font-size: 16px;font-weight: bold;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;color: #333;-webkit-box-orient: vertical;}
.index_product_box .right_list2 .pro .no{font-size: 16px;margin-top: 10px;display: -webkit-box;overflow: hidden;-webkit-line-clamp:1;color: #333;-webkit-box-orient: vertical;}
.index_product_box .right_list2 .pro .kj-pre-price{font-size: 18px;color: #d72630;margin-top: 10px;font-weight: normal;}
.index_product_box .right_list2 .pro .car_btn{width: 140px;height: 40px;border: 1px solid var(--bgColor);display: flex;font-size: 16px;align-items: center;justify-content: center;color: var(--fontColor);border-radius: 5px;margin-top: 15px;}
.index_product_box .right_list2 .pro:hover {box-shadow: 0 0 15px rgba(101, 101, 101, 0.3);transform: translateY(-5px);}
.index_product_box .right_list2 .pro:hover .car_btn{background-color: var(--bgColor);color: #fff;}
.index_product_box .right_brand{width: 280px;margin-left: 20px;}
.index_product_box .right_brand h4{background-color: #00B7B9;height: 60px;color: #fff;display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: bold;}
.index_product_box .right_brand .brand_nav{background-color: #fff;margin-top: 10px;height: calc(100% - 70px);}
.index_product_box .right_brand .brand_nav a{display: flex;align-items: center;justify-content: center;height: calc(100% / 5);}
.index_product_box .right_brand .brand_nav a img{max-width: 100%;max-height: 100%;transition-duration: .2s;}
.index_product_box .right_brand .brand_nav a:hover img{transform: scale(0.9);}
.btmlogo img{max-width: 290px;}

/*面包屑*/
.page_map_box{margin:20px 0;}
.page_map{background:#fff;padding:8px 25px 8px 10px;border-radius:5px;color:#666666;line-height:24px;display:inline-flex;font-size:14px;align-items:center;}
.page_map .iconfont{color:var(--fontColor);margin-right:8px;font-size:18px;}
.page_map .breadcrumb{background:none;padding:0;margin:0;display:inline-block;}
.page_map .breadcrumb a{color:#666666;}
.page_map .breadcrumb a:hover{text-decoration:underline;}
.page_map .breadcrumb > li + li:before{color:#666666;}
.page_map .breadcrumb .active{color:#222222;}
.page_map .breadcrumb .active span{color:#222222;}

/*分页*/
.kj-page{text-align:center;width:100%;}
.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);}

/*筛选*/
.filter_box{overflow:hidden;background:#fff;margin-bottom:10px;border-radius:5px;}
.filter_box ul{display:block;width:100%;padding:7px 0;}
.filter_box ul li{display:flex;padding:6px 0;}
.filter_box ul li label{width:75px;font-size:14px;color:#666666;line-height:30px;font-weight:normal;text-align:center;}
.filter_box ul li .filter_btn{width:calc(100% - 140px);height:30px;overflow:hidden;}
.filter_box ul li .filter_btn a{height:28px;line-height:28px;border-radius:3px;font-size:14px;color:#333333;margin:1px 10px 1px 0;display:inline-block;padding:0 10px;}
.filter_box ul li .filter_btn a:hover{color:#fff;background:var(--bgColor);}
.filter_box ul li .filter_btn a.active{color:#fff;background:var(--bgColor);}
.filter_box ul li .viewmore{width:65px;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:12px;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;height:40px;align-items:center;background:#fff;margin-bottom:10px;}
.exhibition_box label{width:75px;line-height:40px;font-size:14px;color:#666;font-weight:normal;text-align:center;}
.exhibition_box a{border-radius:3px;margin-right:10px;height:28px;line-height:28px;width:70px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;background:#bbbbbb;}
.exhibition_box a:nth-child(2) i{width:17px;height:10px;background:url("../images/exhibition_icon.png") no-repeat 0 -10px;margin-right:3px;}
.exhibition_box a:nth-child(3) i{width:17px;height:10px;background:url("../images/exhibition_icon.png") no-repeat 0 0;margin-right:3px;}
.exhibition_box a:hover{background:var(--bgColor);}
.exhibition_box a.active{background:var(--bgColor);}
.exhibition_box a:active{position:relative;top:2px;}

/*产品列表*/
.product_list_ul2{display:block;width:100%;}
.product_list_ul2 li{display:block;width:100%;margin-bottom:20px;overflow:hidden;transition:all 0.2s linear 0s;background:#fff;border-radius:5px;}
.product_list_ul2 li .pro_description{padding:10px;display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.product_list_ul2 li .pro_description .img_btn{width:80px;height:80px;display:inline-flex;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% - 180px);}
.product_list_ul2 li .pro_description .right_info .name_btn{font-size:20px;color:#333333;font-weight:bold;line-height:32px;display:block;width:100%;height:32px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap}
.product_list_ul2 li .pro_description .right_info .base_info{display:flex;flex-wrap: wrap;margin-top:10px;}
.product_list_ul2 li .pro_description .right_info .base_info span{font-size:16px;color:#333333;margin-right:60px;line-height:24px;}
.product_list_ul2 li .pro_description .stock_btn{width:78px;text-align:center;line-height:80px;border:0;transition:all 0.2s linear 0s;font-size:14px;color:#333333;font-weight:bold;background:none;}
.product_list_ul2 li .pro_description .stock_btn i{width:20px;height:20px;text-align:center;line-height:20px;border-radius:50%;background:var(--bgColor);color:#fff;margin-right:5px;display:inline-block;transition:all 0.2s linear 0s;font-size:12px;}
.product_list_ul2 li .pro_description .stock_btn:hover{color:var(--fontColor)}
.product_list_ul2 li .pro_description .stock_btn.active i{transform: rotate(180deg);}
.product_list_ul2 li .kjcollapse{display:none;}
.product_list_ul2 li .kj-table{margin:0 20px;}
.kj-table{background:#fff;}
.kj-table thead tr th{text-align:center;border:0;background:#fbe9ea;font-size:14px;height:40px;line-height:40px;padding-top:0;padding-bottom:0;color:#333;}
.kj-table thead tr th:first-child{text-align:left;padding-left:12px;}
.kj-table tbody tr td{border-top:0;text-align:center;font-size:14px;color:#333333;vertical-align:middle;border-bottom:1px solid #d2d2d2;transition:all 0.2s linear 0s;}
.kj-table tbody tr td:first-child{text-align:left;padding-left:12px;}
.kj-table tbody tr td a{color:#333}
.kj-table tbody tr td a:hover{text-decoration:underline;color:var(--fontColor)}
.kj-table tbody tr td .newPrice{color:#c40000;font-weight:bold;display:inline-block;}
.kj-table tbody tr td .login_btn{color:#c40000}
.kj-table tbody tr td .login_btn:hover{text-decoration:underline;}
.kj-table tbody tr td span{display:block;}
.kj-table tbody tr:hover td{background:#f9f9f9;}
.kj-table tbody tr td .opt_box{display:flex;margin:0 auto;}
.kj-table tbody tr td a.car_btn{color:#ff705d;margin:0 12px;}
.kj-table tbody tr td a.no_car_btn{color:#999;cursor:not-allowed;}
.kj-table tbody tr td .opt_box i{font-size:20px;transition:all 0.2s linear 0s;display:inline-block;}
.kj-table tbody tr td a.car_btn:hover{color:Var(--fontColor)}
.kj-table tbody tr td a.no_car_btn:hover{color:#999;}
.kj-table tbody tr td a.car_btn:hover i{transform:scale(1.1);}
.kj-table tbody tr td .collection_btn{color:#ff9829}
.kj-table tbody tr td .collection_btn:hover{transform:scale(1.1);}
.kj-table .kj-pro-num-box{width:60px;height:30px;overflow:hidden;margin:0 auto;border:1px solid #cfcfcf;vertical-align:middle;border-radius:2px;display:flex;align-items:center;}
.kj-table .kj-pro-num-box button{background:#fff;width:20px;border:0;padding:0;height:28px;transition:all 0.2s linear 0s;font-size:14px;color:#333;display:inline-flex;justify-content:center;align-items:center;}
.kj-table .kj-pro-num-box input{width:20px;height:28px;line-height:28px;border:0;padding:0;vertical-align:middle;display:inline-block;text-align:center;font-size:12px;color:#333;}
.kj-table .kj-pro-num-box button:hover{background:#dedede;}
.product_list_ul2 li:hover{box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.product_list_ul2 li.selectActive{box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.product_list_ul2 li:hover .pro_description .right_info .name_btn{text-decoration:underline;color:var(--fontColor);}
.product_list_ul3{display:flex;align-items:center;flex-wrap: wrap;}
.product_list_ul3 li{margin-right:10px;margin-bottom:10px;width:calc((100% - 40px)/5);transition:all 0.2s linear 0s;border-radius:5px;background:#fff;height:375px;padding:0 10px;}
.product_list_ul3 li:nth-child(5n){margin-right:0;}
.product_list_ul3 li .img_btn{display:flex;height:200px;align-items:center;justify-content:center;padding:10px 0;}
.product_list_ul3 li .img_btn img{max-width:100%;max-height:100%;}
.product_list_ul3 li .name_btn{font-size:16px;color:#333333;line-height:28px;height:28px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;word-break:break-word;}
.product_list_ul3 li .packing_box{font-size:14px;color:#222222;line-height:28px;}
.product_list_ul3 li .packing_box em{color:#666666}
.product_list_ul3 li .price_box{display:flex;align-items:center;height:38px;}
.product_list_ul3 li .price_box .price{font-size:16px;color:#d61419;font-weight:bold;}
.product_list_ul3 li .price_box .login_btn{font-size:16px;color:#d61419;}
.product_list_ul3 li .price_box .login_btn:hover{text-decoration:underline;}
.product_list_ul3 li .price_box .old_price{font-size:12px;color:#999999;text-decoration:line-through;margin-left:10px;}
.product_list_ul3 li .car_btn{border-radius:5px;display:flex;align-items:center;justify-content:center;border:1px solid var(--bgColor);height:36px;font-size:14px;color:var(--fontColor);}
.product_list_ul3 li .car_btn.no_car_btn{background:#999;color:#fff;cursor:not-allowed;border-color:#999;}
.product_list_ul3 li .car_btn i{margin-right:10px;}
.product_list_ul3 li .car_btn.no_car_btn i{color:#fff;}
.product_list_ul3 li .car_btn:hover{background:linear-gradient(to top,#c12f28,#eb362d);color:#fff;border:0;}
.product_list_ul3 li .car_btn.no_car_btn:hover{background:#999;border-color:#999;}
.product_list_ul3 li .car_btn:hover i{color:#fff;}
.product_list_ul3 li .car_btn:active{position:relative;top:2px;}
.product_list_ul3 li:hover .name_btn{color:var(--fontColor);text-decoration:underline;}
.product_list_ul3 li:hover{transform: translateY(-3px);box-shadow:0 0 10px rgba(0,0,0,0.1);}


.product_list_ul2 li .product_all_list .item_li{margin:0 20px;border-top:1px solid #e1e1e1;align-items:center;padding:7px 15px;transition:all 0.2s linear 0s;display:flex;flex-wrap:wrap;}
.product_list_ul2 li .product_all_list .item_li .no_btn{min-width:10%;font-weight:bold;color:var(--fontColor);font-size:15px;line-height:28px;}
.product_list_ul2 li .product_all_list .item_li .brands{min-width:10%;font-weight:bold;color:var(--fontColor);font-size:15px;line-height:28px;}
.product_list_ul2 li .product_all_list .item_li .name_btn{min-width:30%;max-width:60%;color:#222222;font-size:15px;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product_list_ul2 li .product_all_list .item_li .stock_btn{margin-left:auto;width:78px;text-align:center;line-height:28px;border:0;transition:all 0.2s linear 0s;font-size:14px;color:#333333;font-weight:bold;background:none;}
.product_list_ul2 li .product_all_list .item_li .stock_btn i{width:20px;height:20px;text-align:center;line-height:20px;border-radius:50%;background:var(--bgColor);color:#fff;margin-right:5px;display:inline-block;transition:all 0.2s linear 0s;font-size:12px;}
.product_list_ul2 li .product_all_list .item_li .stock_btn:hover{color:var(--fontColor)}
.product_list_ul2 li .product_all_list .item_li .stock_btn.active i{transform: rotate(180deg);}
.product_list_ul2 li .product_all_list .item_li.active{background:#fef5f6;border-bottom:1px solid #e1e1e1;}
.product_list_ul2 li .product_all_list .kj-table{padding-top:15px;margin:0 40px;}

/*产品详情*/
.product_info_details{display:flex;flex-wrap: wrap;background:#fff;padding:20px;border-radius:5px;}
.product_info_details .left_image{width:310px;margin-right:35px;}
.product_info_details .image_box{width:310px;}
.product_info_details .image_box .box{width:100%;}
.product_info_details .image_box .tb-booth{border:1px solid #dddddd;position:relative;z-index:1;width:100%;height:310px;display:flex;align-items:center;justify-content:center;padding:5px;}
.product_info_details .image_box .tb-pic a{display:flex;align-items:center;justify-content:center;}
.product_info_details .image_box .tb-pic a img{vertical-align:middle;max-width:100%;}
.product_info_details .image_box .tb-thumb{margin:10px 0 0;overflow:hidden;}
.product_info_details .image_box .tb-thumb li{background:#dddddd;float:left;height:60px;width:60px;margin:0 10px 0 0;overflow:hidden;padding:1px;}
.product_info_details .image_box .tb-thumb li:nth-child(4n){margin-right:0;}
.product_info_details .image_box .tb-s40, .tb-s40 a{height:58px;width:58px;}
.product_info_details .image_box .tb-s40, .tb-s40 a img{height:58px;width:58px;}
.product_info_details .image_box .tb-thumb .tb-selected{background:#ff2200;}
.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;width:100px !important;height:100px !important;}
.product_info_details .right_box{width:calc(100% - 345px);}
.product_info_details .right_box .pro_title{font-size:22px;color:#333333;font-weight:bold;line-height:36px;}
.product_info_details .right_box .info_box{margin:8px 0 25px 0;}
.product_info_details .right_box .info_box .list{line-height:30px;width:100%;display:flex;align-items:flex-start;margin-top:12px;}
.product_info_details .right_box .info_box .list label{font-weight:normal;color:#333333;font-size:16px;}
.product_info_details .right_box .info_box .list .login_btn{color:var(--fontColor);font-size:16px;}
.product_info_details .right_box .info_box .list .login_btn:hover{text-decoration:underline;}
.product_info_details .right_box .info_box .list span{color:#333333;font-size:16px;}
.product_info_details .right_box .info_box .list .links{color:#333333;font-size:16px;}
.product_info_details .right_box .info_box .list .links:hover{color:var(--fontColor);text-decoration:underline;}
.product_info_details .right_box .info_box .list .price{color:#de0505;font-size:22px;font-weight:bold;}
.product_info_details .right_box .info_box .list .old_price{color:#333333;font-size:14px;text-decoration:line-through;margin-left:5px;}
.product_info_details .right_box .info_box .list .select_btn{display:flex;flex-wrap: wrap;}
.product_info_details .right_box .info_box .list .select_btn a{margin-right:10px;margin-bottom:1px;margin-top:1px;border:1px solid #dddddd;border-radius:2px;padding:0 10px;line-height:30px;font-size:14px;}
.product_info_details .right_box .info_box .list .select_btn a:hover{border-color:#a1c2ff;}
.product_info_details .right_box .info_box .list .select_btn a.active{border-color:#a1c2ff;}
.product_info_details .right_box .info_box .list .kj-pro-num-box{border:1px solid #dddddd;border-radius:2px;width:60px;height:32px;display:flex;align-items:center;}
.product_info_details .right_box .info_box .list .kj-pro-num-box button{width:16px;padding:0;background:none;border:0;transition:all 0.2s linear 0s;}
.product_info_details .right_box .info_box .list .kj-pro-num-box input{width:calc(100% - 32px);padding:0;background:none;border:0;text-align:center;font-size:14px;color:#333;}
.product_info_details .right_box .info_box .list .kj-pro-num-box button:hover{background:#dedede;}
.product_info_details .right_box .info_box .list .num20{margin-left:10px;border:1px solid #dddddd;border-radius:2px;padding:0 10px;line-height:30px;font-size:14px;}
.product_info_details .right_box .info_box .list .num20:hover{border-color:#a1c2ff;}
.product_info_details .right_box .info_box .list .num20.active{border-color:#a1c2ff;}
.product_info_details .right_box .info_box .list .large_inquiry{margin-left:10px;border:1px solid var(--bgColor);border-radius:2px;padding:0 10px;line-height:30px;font-size:16px;color:Var(--fontColor);}
.product_info_details .right_box .info_box .list .large_inquiry i{margin-right:5px;font-size:18px;}
.product_info_details .right_box .info_box .list .large_inquiry:hover{border-color:var(--bgColor);background:var(--bgColor);color:#fff;}
.product_info_details .right_box .btn_box{display:flex;flex-wrap: wrap;align-items:center;}
.product_info_details .right_box .btn_box a{height:44px;line-height:44px;border-radius:6px;font-size:16px;color:#fff;margin-right:10px;padding:0 25px;}
.product_info_details .right_box .btn_box a:nth-child(1){background:var(--bgColor);}
.product_info_details .right_box .btn_box a:nth-child(1):hover{background:var(--bgHoverColor);}
.product_info_details .right_box .btn_box a:nth-child(2){background:#00b7b9;}
.product_info_details .right_box .btn_box a:nth-child(2):hover{background:#00aa6d;}
.product_info_details .right_box .btn_box a:nth-child(3){background:#fc822c;}
.product_info_details .right_box .btn_box a:nth-child(3):hover{background:#ff6600;}
.product_info_details .right_box .btn_box a:active{position:relative;top:2px;}
.product_info_details .right_box .btn_box a:last-child{margin-right:0;}
.pro_slide_box{margin-top:40px;}
.pro_slide_box .nav{display:flex;}
.pro_slide_box .nav li{margin-right:15px;}
.pro_slide_box .nav li a{font-weight:bold;margin:0;padding:0;font-size:16px;color:var(--fontColor);height:44px;line-height:44px;border-radius:6px 6px 0 0;width:250px;background:#fec9ca;text-align:center;}
.pro_slide_box .nav li a:hover{color:#fff;background:var(--bgColor);}
.pro_slide_box .nav li a:focus{color:#fff;background:var(--bgColor);}
.pro_slide_box .nav li.active a{color:#fff;background:var(--bgColor);font-weight:bold;}
.pro_slide_box .tab-pane{background:#fff;padding:15px 15px 30px 15px;border-radius:5px;}
.pro_slide_box .table-responsive table tr th{border-top:1px solid #e3e3e3;padding-left:12px;border-right:1px solid #e3e3e3;font-size:14px;color:#333333;}
.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 #e3e3e3;padding-left:38px;color:#333333;}
.pro_slide_box .activeBox{font-size:16px;color:#333;line-height:32px;}
.pro_slide_box .activeBox img{max-width:100%;max-height:100%;}
.pro_slide_box .activeBox .panel{width:calc((100% - 50px)/2);margin-right:50px;}
.pro_slide_box .activeBox .panel:nth-child(2n){margin-right:0;}
.product_relevant{margin-top:75px;}
.product_relevant h1{font-size:16px;color:#fff;line-height:40px;font-weight:bold;width:100%;background:var(--bgColor);text-align:center;}
.product_relevant .swiper-button-next,.product_relevant .swiper-button-prev{color:#fff;transition:all 0.2s linear 0s;width:17px;height:46px;background:#e4e4e4;}
.product_relevant .swiper-button-next:hover,.product_relevant .swiper-button-prev:hover{background:var(--bgColor);}
.product_relevant .swiper-button-next:after, .product_relevant .swiper-button-prev:after{font-size:20px;}
.product_relevant .swiper-button-prev{left:-25px;}
.product_relevant .swiper-button-next{right:-25px;}
.product_relevant .swiper-container{padding-top:25px;}
.product_relevant .swiper-slide{border-radius:5px;background:#fff;height:327px;padding:10px;transition:all 0.2s linear 0s;}
.product_relevant .swiper-slide .img_btn{display:flex;height:210px;align-items:center;justify-content:center;border-bottom:1px solid #ddd;padding-bottom:10px;}
.product_relevant .swiper-slide .img_btn img{max-width:100%;max-height:100%;}
.product_relevant .swiper-slide .name_btn{margin-top:15px;font-size:14px;color:#333333;line-height:22px;height:44px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;word-break: break-word;}
.product_relevant .swiper-slide .base_info{display:flex;justify-content:space-between;height:36px;align-items:center;}
.product_relevant .swiper-slide .price_box{display:flex;height:36px;align-items:center;}
.product_relevant .swiper-slide .price{font-size:16px;color:#da251d;font-weight:bold;}
.product_relevant .swiper-slide .old_price{font-size:12px;color:#999999;text-decoration:line-through;margin-left:3px;}
.product_relevant .swiper-slide .car_btn i{color:var(--fontColor);font-size:20px;display:inline-block;transition:all 0.2s linear 0s;}
.product_relevant .swiper-slide:hover .name_btn{color:var(--fontColor);text-decoration:underline;}
.product_relevant .swiper-slide:hover{transform: translateY(-3px);}
.product_relevant .swiper-slide .car_btn:hover i{transform:scale(1.2);}

/*促销专区*/
.promotion_list{display:flex;flex-wrap: wrap;margin-top:10px;}
.promotion_list li{margin-right:45px;margin-bottom:40px;width:calc((100% - 90px)/3);background:#fff;border-radius:10px;height:290px;display:flex;align-items: flex-start;padding:20px 30px 0 30px;transition:all 0.2s linear 0s;}
.promotion_list li:nth-child(3n){margin-right:0;}
.promotion_list li .img_btn{width:124px;margin-right:50px;}
.promotion_list li .img_btn img{max-width:100%;max-height:100%;}
.promotion_list li .info_box{width:calc(100% - 174px);}
.promotion_list li .info_box .name_btn{display:block;font-size:26px;line-height:40px;width:100%;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.promotion_list li .info_box .base_info{margin-top:13px;}
.promotion_list li .info_box .base_info span{font-size:18px;color:#666666;display:block;line-height:40px;}
.promotion_list li .info_box .price_box{position:relative;}
.promotion_list li .info_box .price_box .new_price{display:flex;align-items:center;margin-top:36px;transition:all 0.2s linear 0s;}
.promotion_list li .info_box .price_box .new_price span{flex:0 0 60px;height:30px;text-align:center;line-height:30px;border-radius:3px;background:#fec9ca;font-size:14px;color:Var(--fontColor);font-weight:bold;margin-right:5px;}
.promotion_list li .info_box .price_box .new_price .price{font-size:36px;line-height:40px;font-weight:bold;
  background: linear-gradient(to right,#fa3d11, #f7800b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.promotion_list li .info_box .price_box .old_price{font-size:16px;color:#999999;padding-left:20px;line-height:24px;margin-top:8px;transition:all 0.2s linear 0s;}
.promotion_list li .info_box .price_box .car_btn{width:160px;height:50px;text-align:center;line-height:50px;border-radius:8px;font-size:20px;color:#fff;background:linear-gradient(to bottom,#eb362d,#c12f28);display:block;opacity:0;position:absolute;top:5px;left:0;}
.promotion_list li .info_box .price_box .car_btn:hover{background:linear-gradient(to top,#eb362d,#c12f28);}
.promotion_list li:hover .info_box .new_price{opacity:0;}
.promotion_list li:hover .info_box .old_price{opacity:0;}
.promotion_list li:hover .info_box .car_btn{opacity:1;}
.promotion_list li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);transform: translateY(-5px)}
.promotion_list li:hover .info_box .name_btn{color:var(--fontColor);}

/*文章页*/
.page_banner{height:26vw;}
.page_banner .container{height:100%;display:flex;flex-direction:column;justify-content:center;}
.page_banner .container:after,.page_banner .container:before{display:none;}
.page_banner h1{color:#333333;font-size:48px;font-weight:bold;line-height:70px;}
.page_banner h2{color:#333333;font-size:26px;line-height:36px;}
.page_nav{background:#fff;box-shadow:0 4px 50px rgba(0,0,0,0.1);position:relative;top:-50px;display:flex;justify-content:space-between;align-items:center;}
.page_nav .btn_box{display:flex;justify-content:center;align-items:center;}
.page_nav .btn_box a{padding:0 70px;font-size:22px;color:#222222;line-height:100px;}
.page_nav .btn_box a:hover{background:var(--bgColor);color:#fff;}
.page_nav .btn_box a.active{background:var(--bgColor);color:#fff;}
.article_box{background:#fff;border-radius:5px;padding:30px 30px 150px 30px;}
.article_box .article_title{text-align:center;font-size:30px;color:#333333;font-weight:bold;position:relative;line-height:48px;}
.article_box .article_title:after{content:"";width:58px;height:4px;background:var(--bgColor);position:absolute;bottom:0;left:50%;transform:translateX(-50%);}
.article_box .article_content{margin-top:38px;font-size:16px;color:#333333;line-height:30px;overflow:hidden;}
.article_box .article_content img{max-width:100%;height:auto !important;}

/*关于我们*/
.page_about_box{position:relative;margin-top:70px;}
.page_about_box:before{content:"";width:calc(100% - ((100vw - 1440px)/2));height:100%;background:#fff;border-radius:100px 0 0 0;position:absolute;top:0;left:calc((100vw - 1440px)/2);}
.page_about{display:flex;flex-wrap: wrap;padding:70px 0;}
.page_about .right_img{width:530px;position:relative;z-index:2;}
.page_about .right_img img{width:100%;}
.page_about .left_text{width:calc(100% - 530px);padding:0 90px 0 30px;}
.page_about .left_text .title{font-size:36px;color:#333333;position:relative;}
.page_about .left_text .title h1{position:relative;z-index:2;line-height:88px;font-weight:bold;}
.page_about .left_text .title:after{content:"ABOUT US";font-size:124px;color:#eeeff2;line-height:88px;top:-24px;left:70px;z-index:1;position:absolute;font-family: Arial;font-weight:bold;}
.page_about .left_text .brief_text{line-height:30px;color:#222222;font-size:16px;position:relative;z-index:2;}

/*品牌*/
.brand_list_box{}
.brand_list_box .title {font-size:26px;color:#222222;line-height:40px;margin-bottom:10px}
.brand_list_box ul{display:flex;flex-wrap:wrap;margin-bottom:20px;}
.brand_list_box ul li{margin-right:25px;margin-bottom:25px;width:calc((100% - 125px)/6);border-radius:3px;transition:all 0.2s linear 0s;background:#fff;}
.brand_list_box ul li:nth-child(6n){margin-right:0;}
.brand_list_box ul li .img_btn{display:flex;align-items:center;justify-content:center;height:90px;padding:5px;}
.brand_list_box ul li .img_btn img{max-width:100%;max-height:100%;}
.brand_list_box ul li:hover{box-shadow:0 5px 5px rgba(0,0,0,0.1);transform: translateY(-5px)}

/*新闻列表*/
.news_list_box{background:#fff;border-radius:10px;padding:30px;}
.news_list li{margin-bottom:30px;display:flex;flex-wrap: wrap;transition:all 0.2s linear 0s;width:100%;}
.news_list li .left_info{border-bottom:1px solid #eee;margin-right:40px;width:calc(100% - 380px);padding-top:20px;align-items: flex-start;display:flex;}
.news_list li .time{width:200px;padding-left:20px;display:flex;align-items:center;margin-top:17px;}
.news_list li .time b{color:Var(--fontColor);line-height:62px;font-size:45px;font-weight:bold;}
.news_list li .time b:after{content:"/";}
.news_list li .time em{font-size:18px;line-height:20px;color:Var(--fontColor);margin-left:5px;}
.news_list li .base_info{width:calc(100% - 200px);}
.news_list li .title_btn{font-weight:bold;display:block;font-size:20px;color:#333333;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;line-height:28px;}
.news_list li .brief_text{font-size:16px;color:#666666;line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;margin-top:14px;}
.news_list li .img_btn{width:340px;height:200px;border-radius:20px;overflow:hidden;}
.news_list li .img_btn img{width:100%;height:100%;object-fit:cover}
.news_list li:hover .title_btn{color:Var(--fontColor);text-decoration:underline;}
.kj_news_active{background:#fff;border-radius:5px;padding:30px 30px 40px 30px;margin-top:20px;}
.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;}
.kj_news_active .kj_news_product{margin:0 auto;display:block;height:42px;line-height:42px;padding:0 15px;background:#255288;font-size:14px;color:#fff;width:130px;text-align:center;}
.kj_news_active .kj_news_product:hover{background:#a60e07}
.kj_news_active .kj_news_product:active{position:relative;top:2px;}

/*通知公告*/
.notes_list li{padding:15px 0;border-bottom:1px dashed #ddd;display:flex;justify-content:space-between;align-items:center;}
.notes_list li .title_btn{width:calc(100% - 120px);font-size:15px;color:#333;line-height:25px;}
.notes_list li .title_btn:before{content:"";width:4px;height:4px;background:var(--bgColor);display:inline-block;margin-right:10px;vertical-align:middle;}
.notes_list li .time{width:120px;font-size:15px;color:#333;line-height:25px;text-align:right;}
.notes_list li:hover .title_btn{color:Var(--fontColor);}

/*联系我们*/
.contact_us_box{margin-top:20px;display:flex;box-shadow:0 6px 10px rgba(59,59,59,0.1);flex-wrap: wrap;background:#fff;}
.contact_us_box .contact_us_info{width:50%;padding:50px;}
.contact_us_box .contact_us_info h1{font-size:20px;color:#222222;font-weight:bold;line-height:28px;}
.contact_us_box .contact_us_info h1.second_title{margin-top:30px;}
.contact_us_box .contact_us_info .info_box{margin-top:6px;}
.contact_us_box .contact_us_info .info_box .text{font-size:14px;color:#222222;line-height:36px;}
.contact_us_box .contact_us_info .info_box .text a{color:#222;}
.contact_us_box .contact_us_info .info_box .text a:hover{color:var(--fontColor);text-decoration:underline;}
.contact_us_box .contact_us_info .code_img{width:126px;margin-top:6px;}
.map_box{width:50%;background:#eee;}
.map_box img{width:100%;}

