@media(min-width:1330px){
    .container{width:1330px;}
}
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
a{transition:all 0.2s linear 0s;}
    a:hover {
        color: var(--fontColor);
    }
img{vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
input[type=text],textarea{font-family:Arial, Helvetica, sans-serif;-webkit-appearance: none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    border:0;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.noPro{text-align:center;width:100%;padding-top:60px;}
.noPro img{height:150px !important;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}
.pro_detail .pro_bottom .pro_content .noPro img{height:150px !important;}
/*大包装询价*/
#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:30px 0;text-align:center;}
#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;}

/*float*/
.float_box{position:fixed;right:0;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1000;opacity:0;display:none;}
.float_box ul{display:inline-block;width:100%;}
    .float_box ul li {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        background: var(--bgColor);
        text-align: center;
        vertical-align: bottom;
        transition: all 0.2s linear 0s;
        cursor: pointer;
        margin-bottom:5px;
        color:#fff;
        padding-top:12px;
        font-size:12px;
        border-radius:3px;
    }
.float_box ul li a span{color:#fff;}
.float_box ul li i{font-size:24px;color:#fff;display:block;line-height:29px;transition:all 0.2s linear 0s;}
.float_box ul li:hover{background: var(--fontHoverColor);}
.float_box ul li .qq_box{ border-radius:3px; padding:10px;background: var(--fontHoverColor);position:absolute;right:50px;top:0;display:none;width:120px;}
.float_box ul li .qq_box a{height:28px;line-height:28px;border-radius:30px;display:block;margin-top:10px;font-size:14px;color:var(--fontHoverColor);background:#fff;}
.float_box ul li .qq_box a:hover{text-decoration:underline;}
.float_box ul li .qq_box a:first-child{margin-top:0;}
.float_box ul li .qq_box a:active{position:relative;top:2px;}
.float_box ul li .tel_box{ border-radius:3px;align-items:center;display:none; position:absolute;right:50px;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:var(--fontHoverColor);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(--fontHoverColor);}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{ border-radius:3px;padding:10px;background: var(--fontHoverColor);position:absolute;right:50px;top:0;display:none;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;margin-top:5px;}
.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#weixin2:hover .code_box{display:block;}
.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;}

/*分页*/
.kj-page{text-align:center;}
.kj-page .pagination{margin:40px 0 20px 0;justify-content:center;display:flex;}
    .kj-page .pagination > li > a, .kj-page .pagination > li > span {
        font-size: 13px;
        margin: 3px;
        padding: 5px 10px;
        border-radius: 5px;
        color:#333;
    }
.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:#004297;color:#fff;border-color:#004297;}

.container {
  width: 1230px;
}
.kj-site-top-logo {
  max-width: 100%;
}
body {
  --bgColor: #0A4D9C;
  --bgHoverColor: #BB101A;
  --fontColor: #0A4D9C;
  --fontHoverColor: #BB101A;
}
a {
  color: #333;
  transition-duration: 0.39s;
}
a:hover {
  text-decoration: none;
  color: var(--bgColor);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
.site_top {
  background-color: #fff;
  border-bottom: 2px solid var(--fontColor);
}
.site_top .nav_top {
  color: #636363;
  background-color: #F2F2F2;
}
.site_top .nav_top .container {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_top .nav_top .container::after,
.site_top .nav_top .container::before {
  display: none;
}
.site_top .nav_top .left span {
  color: var(--fontColor);
  font-weight: bold;
}
.site_top .nav_top .right {
  display: flex;
}
.site_top .nav_top .right a {
  color: #636363;
}
.site_top .nav_top .right a:hover {
  color: var(--fontColor);
}
.site_top .nav_top .right span {
  display: flex;
  align-items: center;
}
.site_top .nav_top .right span i {
  color: var(--fontHoverColor);
  font-style: normal;
}
.site_top .nav_top .right span::before {
  content: "";
  height: 10px;
  width: 1px;
  display: block;
  background-color: #888;
  margin: 0 10px;
}
.site_top .nav_top .right a:first-child::before {
  display: none;
}
.site_top .top_search {
  height: 125px;
  display: flex;
  align-items: center;
  align-self: start;
}
.site_top .top_search .col-sm-3 {
  width: 217px;
  text-align: center;
}
.site_top .top_search .col-sm-9 {
  width: calc(100% - 217px);
}
.site_top .search_all {
  padding-left: 310px;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.site_top .searchBox {
  border: 2px solid var(--fontColor);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
}
.site_top .searchBox .hot_product {
  position: absolute;
  padding: 0;
  bottom: -38px;
  left: 0;
  z-index: 5;
  font-size: 13px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.site_top .searchBox .hot_product a {
  margin-right: 9px;
  color: #9b9b9b;
}
.site_top .searchBox .hot_product a:hover {
  color: var(--fontColor);
}
.site_top .searchBox input {
  height: 40px;
  border: none;
  padding-left: 15px;
  outline: none;
  width: calc(100% - 90px);
}
.site_top .searchBox input:focus {
  box-shadow: none;
}
.site_top .searchBox input::placeholder {
  color: #999;
}
.site_top .searchBox button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  border-radius: 0;
  width: 90px;
  border: none;
  color: #fff;
  background: var(--bgColor);
  transition-duration: 0.39s;
}
.site_top .searchBox button i {
  font-size: 22px;
  font-size: 24px;
  position: relative;
  bottom: 3px;
}
.site_top .searchBox button:hover {
  background: var(--bgHoverColor);
}
.site_top #phone_button {
  background-color: var(--bgColor);
  margin-right: 0;
}
.site_top #phone_button span {
  background-color: #fff;
}
.site_top #navbox {
  padding: 0;
}
.site_top .nav_all li a {
  font-size: 18px;
  padding: 8px 50px;
  color: #636363;
}
.site_top .nav_all li a:hover {
  background-color: #fff;
  color: var(--fontColor);
}
.site_top .nav_all .li-procata:hover .dropdown-menu {
  display: block;
}
.site_top .nav_all .li-procata:hover .dropdown-menu li .dropdown-menu {
  display: none;
}
.site_top .nav_all .li-procata .dropdown-menu li {
  position: relative;
}
.site_top .nav_all .li-procata .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.site_top .nav_all .li-procata .dropdown-menu li:hover .dropdown-menu {
  display: block;
}
.site_top .nav_all .li-procata .dropdown-menu li .dropdown-menu li .dropdown-menu {
  display: none;
}
.site_top .nav_all .li-procata .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  display: block;
  top: 0;
}
.site_top .nav_all .li-procata a {
  display: inline-block;
  background-color: var(--bgColor);
  color: #fff;
}
.site_top .nav_all .li-procata a span {
  display: none;
}
.site_top .nav_all .li-procata .a-procata {
  color: #fff;
  background-image: url('../images/leftprolist.png');
  background-position: 46px 13px;
  background-repeat: no-repeat;
  background-size: 14px;
  text-align: center;
  width: 190px;
  padding: 9px 0 7px;
  padding-left: 21px;
}
.site_top .nav_all .li-procata .a-procata:hover {
  background-color: var(--bgHoverColor);
}
.site_top .nav_all .li-procata .dropdown-menu {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.site_top .nav_all .li-procata .dropdown-menu li {
  width: 100%;
}
.site_top .nav_all .li-procata .dropdown-menu li a {
  padding: 11px 10px 11px 18px;
  border-bottom: 1px solid #EEEEEE;
  width: 100%;
  font-weight: lighter;
  background-color: #fff;
  background-image: none;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_top .nav_all .li-procata .dropdown-menu li a span {
  display: block;
  transform: rotate(-90deg);
  font-size: 20px;
  color: #9F9F9F;
}
.site_top .nav_all .li-procata .dropdown-menu li a:hover {
  background-color: #cfe1f5;
  color: var(--fontColor);
}
.site_top .nav_all .li-procata .dropdown-menu li .dropdown-menu {
  display: none;
}
.site_top .nav_all .li-procata .dropdown-menu li:last-child a {
  border: none;
}
.kj-default-swiper1 {
  height: 530px;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.kj-default-swiper1 .swiper-button-next,
.kj-default-swiper1 .swiper-button-prev {
  background-image: none;
  display: flex;
  width: 30px;
  padding-top: 2px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.kj-default-swiper1 .swiper-button-next:hover,
.kj-default-swiper1 .swiper-button-prev:hover {
  background-color: #333;
  color: #fff;
}
.kj-default-swiper1 .swiper-slide {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-default-swiper1 .swiper-pagination-bullet {
  background-color: #F0F0F0;
  opacity: 1;
  transition-duration: 0.39s;
  width: 30px;
  height: 5px;
  border-radius: 0;
  margin: 0 2.5px !important;
}
.kj-default-swiper1 .swiper-pagination-bullet-active {
  background-color: var(--bgColor);
}
.header_title {
  font-size: 24px;
  font-weight: bold;
  color: var(--fontColor);
  text-align: center;
  position: relative;
}
.header_title span {
  padding: 0 52px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.header_title::after {
  content: "";
  top: 50%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  display: block;
  z-index: 1;
  height: 1px;
  background-color: #BFBFBF;
}
.index_prolist {
  padding-top: 50px;
}
.index_prolist .box_flex {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  counter-reset: items;
  height: 614px;
  margin-top: 25px;
}
.index_prolist .box {
  margin-top: 5px;
  width: 296px;
  height: 199px;
  display: block;
  padding-left: 20px;
  padding-top: 10px;
  box-shadow: 0 0 3px #aaa;
  background-position: right 20px top 53px;
  background-repeat: no-repeat;
  background-size: auto 130px;
  text-decoration: none;
}
.index_prolist .box span {
  font-size: 18px;
  color: #000;
  display: block;
  font-weight: bold;
}
.index_prolist .box i {
  color: #747474;
  font-style: normal;
}
.index_prolist .box:nth-child(1),
.index_prolist .box:nth-child(3) {
  height: 403px;
  text-align: center;
  padding-left: 0;
  padding-top: 35px;
  background-position: center center;
  background-size: cover;
}
.index_prolist .box:nth-child(1) span,
.index_prolist .box:nth-child(3) span {
  font-size: 24px;
}
.index_prolist .box:nth-child(1) i,
.index_prolist .box:nth-child(3) i {
  font-size: 10px;
}
.index_prolist .box:nth-child(1),
.index_prolist .box:nth-child(2) {
  order: 1;
}
.index_prolist .box:nth-child(3),
.index_prolist .box:nth-child(4) {
  order: 2;
}
.index_prolist .box:nth-child(5),
.index_prolist .box:nth-child(6),
.index_prolist .box:nth-child(7) {
  order: 3;
}
.index_prolist .box:nth-child(8),
.index_prolist .box:nth-child(9),
.index_prolist .box:nth-child(10) {
  order: 4;
}
.index_prolist .box:hover {
  box-shadow: 0 0 3px var(--bgColor);
}
.index_prolist .box:hover span {
  color: var(--fontColor);
}
.index_prolist .box:hover i {
  color: var(--fontColor);
}
.index_guangao {
  margin-top: 50px;
  width: 100%;
}
.index_recommendation {
  padding-top: 35px;
}
.index_recommendation .header_title2 {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index_recommendation .header_title2 a {
  font-size: 12px;
  font-weight: normal;
  color: var(--fontHoverColor);
}
.index_recommendation .header_title2 a:hover {
  text-decoration: underline;
}
.index_recommendation .row {
  margin-left: 0;
  margin-right: -10px;
}
.index_recommendation .col-md-3 {
  padding-left: 0;
  padding-right: 10px;
}
.pro {
  margin-top: 10px;
  border: 1px solid #CCC;
}
.pro .img {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro .img img {
  max-width: 90%;
  max-height: 90%;
  transition-duration: 0.3s;
}
.pro .info {
  border-top: 1px solid #ccc;
  padding: 25px 25px 15px 25px;
}
.pro .info a {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 6px;
}
.pro .info .no {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.pro .info .name {
  font-size: 17px;
}
.pro .info .kj-pre-price {
  color: var(--fontHoverColor);
  font-weight: bold;
  font-size: 19px;
}
.pro:hover .img img {
  transform: scale(0.9);
}
.pro:hover .info .no,
.pro:hover .info .name {
  color: var(--fontColor);
}
.flag {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.flag .box {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.flag .box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.footer {
  background-color: var(--bgColor);
  padding-top: 50px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul {
  display: flex;
  justify-content: space-between;
}
    .footer ul li {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 30px;
        list-style: none;
        margin-right: 100px;
        text-wrap: nowrap;
    }
.footer ul li img {
  width: 140px;
}
.footer ul li h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.footer ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.footer ul li span,
.footer ul li div {
  display: flex;
}
.footer ul li span i,
.footer ul li div i {
  margin-right: 10px;
}
.footer ul li span {
  text-wrap: nowrap;
}
.footer ul li:last-child {
  margin-right: 0;
  margin-left: 150px;
}
.footer ul li:last-child h3 {
  text-align: center;
  margin-bottom: 15px;
}
.footer .kj-ftm {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 26px;
  padding: 20px 0;
  /*height: 85px;*/
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .kj-ftm a {
  color: rgba(255, 255, 255, 0.8);
}
.footer .kj-ftm a:hover {
  color: #ffffff;
}
.pageBg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.pageBg h1 {
  color: var(--fontColor);
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.pageBg span {
  font-size: 20px;
  color: #666;
}
.nav_tab {
  display: flex;
  justify-content: center;
  height: 50px;
  box-shadow: 0 0 5px 5px #EEEEEE;
}
.nav_tab a {
  line-height: 50px;
  margin-left: 60px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.nav_tab a:first-child {
  margin-left: 0;
}
.nav_tab a::after {
  content: "";
  width: 100%;
  display: block;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  background-color: #0174D1;
}
.nav_tab a.active,
.nav_tab a:hover {
  color: #0174D1;
}
.nav_tab a.active::after,
.nav_tab a:hover::after {
  opacity: 1;
}
.path_nav {
  margin-bottom: 10px;
}
.path_nav .container {
  display: flex;
  align-items: center;
  height: 50px;
}
.path_nav .container i {
  margin-right: 10px;
  color: var(--fontColor);
  font-size: 20px;
  position: relative;
}
.path_nav .container .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  background-color: transparent;
  color: #999;
}
.path_nav .container .breadcrumb a {
  color: #999;
}
.path_nav .container .breadcrumb .active span {
  color: #333;
}
.path_nav .container .breadcrumb .active a {
  color: #333;
}
.path_nav .container .breadcrumb > li + li:before {
  content: ">";
  color: #999;
}
.page_content {
  margin-top: 30px;
}
.page_content .title {
  font-size: 32px;
  font-weight: bold;
}
.page_content .content {
  margin-top: 30px;
  font-size: 15px;
  text-align:justify;
  line-height: 30px;
}
.abus {
  margin-top: 70px;
  margin-left: 0;
  margin-right: -35px;
  display: flex;
  flex-wrap: wrap;
}
.abus .col-sm-4 {
  padding-left: 0;
  padding-right: 35px;
}
.abus .box {
  height: 100%;
  text-align: center;
  padding-bottom: 35px;
  background-color: #F9F9F9;
}
.abus .box h3 {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
}
.abus .box .img {
  height: 195px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.abus .box .text {
  margin-top: 13px;
  line-height: 24px;
  color: #666;
  padding: 0 15px;
}
.procontent .title {
  font-size: 24px;
  font-weight: bold;
}
.procontent .content {
  color: #666;
  line-height: 27px;
  margin-top: 15px;
}
.prolist {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.prolist .leftBox {
  border-radius: 5px;
  overflow: hidden;
  align-self: start;
  border: 1px solid #ddd;
  flex:0 0 234px;
  display:none;
  margin-right:10px;
}
.prolist .leftBox h3 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
  background-color: #F7F7F7;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
.prolist .leftBox .nav {
  padding: 10px;
  padding-bottom: 20px;
  line-height: 33px;
}
.prolist .leftBox .nav a {
  display: block;
}
.prolist .rightBox {
  width: 100%;

}
.prolist .rightBox .row{
  margin-left: 0;
  margin-right: -10px;
}
.prolist .rightBox .col-md-3 {
  padding-left: 0;
  padding-right: 10px;
}
.prolist .rightBox .pro {
  border-radius: 5px;
}
.prolist .rightBox .pro .img {
  height: 220px;
}
.prolist .rightBox .pro .info {
  padding: 15px;
}
.prolist .rightBox .pro .info .name{margin-bottom:3px;font-weight:bold;}
.prolist .rightBox .pro .info .no,
.prolist .rightBox .pro .info .name {
  font-size: 14px;
}
.prolist .rightBox .pro .info .kj-pre-price {
  font-size: 16px;
  margin-top: 5px;
}
.contact_us_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 52px 0 32px 0
}

.contact_us_box ul li {
    width: 275px
}

.contact_us_box ul li i {
    margin: 0 auto;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    color: var(--fontColor);
    transition: all .2s linear 0s
}

.contact_us_box ul li h1 {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 34px;
    margin-top: 20px
}

.contact_us_box ul li span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 26px
}

.contact_us_box ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 26px
}

.contact_us_box ul li a:hover {
    color: Var(--fontColor);
    text-decoration: underline
}

.contact_us_box ul li:hover i {
    background: var(--bgColor);
    color: #fff
}

.map_box {
    background: #f1f1f1;
    width: 100%;
    height: 372px
}
.product_list_ul2{display:block;width:100%;}
.product_list_ul2 li{display:block;width:100%;margin-bottom:10px;overflow:hidden;transition:all 0.2s linear 0s;background:#fff;}
.product_list_ul2 li.selectActive{box-shadow:0 0 10px rgba(0,0,0,0.1);}
.product_list_ul2 li .pro_description{padding:15px 10px 20px;display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.product_list_ul2 li .pro_description .img_btn{width:90px;height:90px;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% - 195px)}
.product_list_ul2 li .pro_description .right_info .name_btn{margin-bottom:5px;font-size:16px;color:#333333;font-weight:bold;line-height:30px;display:block;width:100%;height:30px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap}
.product_list_ul2 li .pro_description .right_info .name_btn:hover{text-decoration:underline;color:var(--fontColor);}
.product_list_ul2 li .pro_description .right_info .basic_text{display:inline-block;line-height:28px;margin-right:20px;}
.product_list_ul2 li .pro_description .right_info label{font-size:14px;font-weight:normal;color:#999999;}
.product_list_ul2 li .pro_description .right_info span{font-size:14px;color:#333333;}
.product_list_ul2 li .stock_btn{border:0;display:flex;width:60px;height:24px;align-items:center;font-size:14px;color:#333333;justify-content:flex-end;transition:all 0.2s linear 0s;position:absolute;bottom:25px;right:12px;background:none;padding:0;}
.product_list_ul2 li .stock_btn i{font-size:13px;color:#db0000;font-weight:bold;margin-right:5px;vertical-align:middle;transition:all 0.2s linear 0s;}
.product_list_ul2 li .stock_btn.active i{transform:rotate(180deg);margin-top:0;margin-bottom:4px;}
.product_list_ul2 li .stock_btn:hover{color:var(--fontHoverColor)}
.product_list_ul2 li .kjcollapse{display:none;}
.product_list_ul2 li .kj-table{margin:0 12px;}
.product_list_ul2 li .kj-table table{margin-bottom:23px;}
.product_list_ul2 li .kj-table thead tr th{text-align:center;border:0;background:#ECF3F9;font-size:14px;height:35px;line-height:35px;padding-top:0;padding-bottom:0;color:#333;}
.product_list_ul2 li .kj-table thead tr th:first-child{text-align:left;padding-left:10px;width:170px;}
.product_list_ul2 li .kj-table tbody tr td{border-top:0;text-align:center;font-size:14px;color:#666666;vertical-align:middle;border-bottom:1px dotted #DBDBDB;transition:all 0.2s linear 0s;padding-top:15px;padding-bottom:15px;}
.product_list_ul2 li .kj-table tbody tr td:first-child{text-align:left;padding-left:10px;}
.product_list_ul2 li .kj-table tbody tr td em{color:#e70012;}
.product_list_ul2 li .kj-table tbody tr:hover td{background:#f9f9f9;}
.kj-table tbody tr td a.car_btn{display:inline-block;width:30px;height:30px;background:var(--bgColor);text-align:center;line-height:30px;border-radius:3px;color:#fff;}
.kj-table tbody tr td a.car_btn:hover{background:var(--bgHoverColor);}
.kj-table tbody tr td a.car_btn:active{position:relative;top:2px;}
.kj-table tbody tr td a.car_btn.no_car_btn{background:#999;cursor:not-allowed;}
.kj-table tbody tr td a.car_btn.no_car_btn:hover{background:#999;}
.kj-table tbody tr td a.car_btn.no_car_btn:active{top:0;}
.kj-table .kj-pro-num-box{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;}
.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;}
.kj-table .kj-pro-num-box input{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;}
.kj-table .kj-pro-num-box button:hover{background:#dedede;}
.website_product_list{display:flex;flex-wrap: wrap;}
.website_product_list li{margin-right:10px;margin-bottom:10px;width:calc((100% - 40px)/5);height:288px;transition:all 0.2s linear 0s;background:#fff;}
.website_product_list li:nth-child(5n){margin-right:0;}
.website_product_list li .img_btn{display:flex;justify-content:center;align-items:center;height:195px;transition:all 480ms ease 0s;padding:10px;}
.website_product_list li .img_btn img{max-width:100%;max-height:100%;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;}
.website_product_list li .info_box{padding:0 15px;margin-top:3px;}
.website_product_list li .info_box .name_btn{display:block;font-size:14px;color:#333333;line-height:24px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;font-weight:bold;}
.website_product_list li .info_box .base_info{display:flex;justify-content:center;}
.website_product_list li .info_box .base_info span{max-width:50%;font-size:14px;color:#666666;line-height:24px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;position:relative;padding:0 5px;}
.website_product_list li .info_box .base_info span:first-child:after{content:"";width:1px;height:15px;background:#959595;position:absolute;top:50%;right:0;transform:translateY(-50%);}
.website_product_list li .info_box .price{text-align:center;font-size:16px;color:#e60012;line-height:26px;font-weight:bold;}
.website_product_list li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
.website_product_list li:hover .img_btn img{transform:scale(0.9,0.9);-moz-transform:scale(0.9,0.9);-webkit-transform:scale(0.9,0.9);-o-transform:scale(0.9,0.9);}
.website_product_list li:hover .info_box .name_btn{color:var(--fontHoverColor);}
.page_product_list{display:flex;flex-wrap: wrap;}
.page_product_list li{margin-right:10px;margin-bottom:10px;width:calc((100% - 40px)/5);transition:all 0.2s linear 0s;background:#fff;}
.page_product_list li:nth-child(5n){margin-right:0;}
.page_product_list li .img_btn{display:flex;justify-content:center;align-items:center;height:210px;transition:all 480ms ease 0s;}
.page_product_list li .img_btn img{max-width:100%;max-height:100%;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;padding:10px;}
.page_product_list li .info_box{padding:0 12px;}
.page_product_list li .info_box .name_btn{display:block;font-size:16px;color:#333333;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;font-weight:bold;}
.page_product_list li .info_box .base_info span{font-size:13px;color:#666666;line-height:22px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;display:block;}
.page_product_list li .info_box .price{font-size:18px;color:#ee1010;line-height:28px;font-weight:bold;margin-bottom:5px;}
.page_product_list li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
.page_product_list li:hover .img_btn img{transform:scale(0.9,0.9);-moz-transform:scale(0.9,0.9);-webkit-transform:scale(0.9,0.9);-o-transform:scale(0.9,0.9);}
.page_product_list li:hover .info_box .name_btn{color:var(--fontHoverColor);}
.product_list_3 table thead tr th{text-align:center;background:#dbe6f3;height:45px;line-height:45px;border:0;padding-top:0;padding-bottom:0;color:#333;}
.product_list_3 table thead tr th:nth-child(2){text-align:left;}
.product_list_3 table tbody tr td{text-align:center;border-bottom:1px dashed #dedede;vertical-align:middle;transition:all 0.2s linear 0s;font-size:14px;color:#333;line-height:24px;padding-top:12px;padding-bottom:12px;}
.product_list_3 table tbody tr td:nth-child(2){text-align:left;}
.product_list_3 table tbody tr:hover td{background:#fff;}
.product_list_3 table tbody tr td .img_btn{display:flex;align-items:center;justify-content:center;}
.product_list_3 table tbody tr td .img_btn img{max-width:80px;max-height:80px;}
.product_list_3 table tbody tr td .name_btn{display:block;font-size:14px;color:#333;line-height:24px;}
.product_list_3 table tbody tr td .name_btn:hover{color:Var(--fontHoverColor);text-decoration:underline;}
.product_list_3 table tbody tr td span{display:block;font-size:14px;color:#333;line-height:24px;}
.product_list_3 table tbody tr td .price_box{display:flex;justify-content:center;}
.product_list_3 table tbody tr td .price_box .red{font-weight:bold;color:#e70012;}
.product_list_3 table tbody tr td .car_btn{height:32px;line-height:32px;display:inline-block;padding:0 15px;border-radius:3px;background:var(--bgColor);font-size:14px;color:#fff;margin-top:5px;}
.product_list_3 table tbody tr td .car_btn:hover{background:var(--bgHoverColor);}
.product_list_3 table tbody tr td .car_btn:active{position:relative;top:2px;}
.product_list_3 table tbody tr td .car_btn.no_car_btn{background:#999;cursor:not-allowed;}
.product_list_3 table tbody tr td .car_btn.no_car_btn{background:#999;}
.product_list_3 table tbody tr td .car_btn.no_car_btn{top:0;}
.product_list_ul2 li .pro_stock{display:flex;height:50px;align-items:center;padding:0 15px;border-top:1px solid #eee;flex-wrap:wrap;transition:all 0.2s linear 0s;}
.product_list_ul2 li .pro_stock:hover{background:#e5eefe;}
.product_list_ul2 li .pro_stock.active{background:#e5eefe;}
.product_list_ul2 li .pro_stock a{font-size:14px;color:var(--fontHoverColor);font-weight:bold;}
.product_list_ul2 li .pro_stock span{font-size:12px;color:#666;display:block;}
.product_list_ul2 li .pro_stock button{border:0;display:flex;width:90px;height:28px;align-items:center;font-size:14px;color:#333333;justify-content:flex-end;transition:all 0.2s linear 0s;background:none;margin-left:auto;}
.product_list_ul2 li .pro_stock button i{font-size:13px;color:#db0000;font-weight:bold;margin-right:5px;margin-top:5px;transition:all 0.2s linear 0s;}
.product_list_ul2 li .pro_stock button.active i{transform:rotate(180deg);margin-top:0;margin-bottom:4px;}
.product_list_ul2 li .pro_stock button:hover{color:var(--fontHoverColor)}
.product_list_ul2 .mergeTable{background:#eee;margin-top:15px;}
.product_list_ul2 .mergeTable .kj-pro-num-box input{background:#fff;}
.product_list_ul2 li .kj-table .mergeTable tbody tr:hover td{background:#eee;}
.product_list_ul2 li .pro_description .right_info .basic_all {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-right:40px;
}
.product_info_details .right_box .info_box .list em {
    color: #da261c
}
.product-desc-kj-table {
    margin-top: 30px;
}
.disabled {
    color: #ddd !important;
    cursor: not-allowed;
    border-color: #eee !important;
}
filter_box{background:#fff;}
.filter_box ul{display:block;width:100%;}
.filter_box ul li{display:flex;border-bottom:1px solid #E2E2E2}
.filter_box ul li label{width:75px;font-size:13px;font-weight:normal;color:#333333;line-height:40px;text-align:center;}
.filter_box ul li .filter_btn{width:calc(100% - 132px);display:flex;flex-wrap:wrap;height:40px;overflow:hidden;padding-left:15px;}
.filter_box ul li .filter_btn a{height:40px;line-height:40px;font-size:13px;color:#333333;margin-right:22px;}
.filter_box ul li .filter_btn a:hover{color:#e20000;}
.filter_box ul li .filter_btn a.active{color:#e20000;}
.filter_box ul li .filter_btn a:first-child.active{color:#e20000;}
.filter_box ul li .viewmore{width:55px;justify-content: flex-end;color:#333;height:40px;line-height:40px;font-size:12px;display:inline-flex;align-items:center;padding-right:5px;}
.filter_box ul li .viewmore i{font-size:12px;margin-left:3px;}
.filter_box ul li .viewmore:hover{color:var(--fontColor);}
.exhibition_box{background-color:#F7F7F7;border:1px solid #E2E2E2;border-radius:5px;overflow:hidden; display:flex;align-items:center;height:38px;margin-top:8px;padding-left:10px; }
.exhibition_box a{margin-right:8px;width:60px;height:20px;background:#bababa;text-align:center;line-height:20px;font-size:12px;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;}
.exhibition_box a i{font-size:12px;margin-right:5px;margin-top:2px;}
.exhibition_box a:hover{background:var(--bgColor);color:#fff;}
.exhibition_box a.active{background:var(--bgColor);}
.exhibition_box a:active{position:relative;top:2px;}
.exhibition_box span{font-size:14px;color:#333333;width:54px;text-align:center;}
.filter_box{border:1px solid #E2E2E2;border-radius:5px;overflow:hidden;}
.filter_box ul li label{background-color:#F7F7F7;}
.filter_box ul li:last-child{border:none;}
.product_list_ul2 li{border:1px solid #E2E2E2; border-radius:5px;margin-bottom:15px;}
.product_list_ul2{margin-top:20px;}
.product_list_ul2 li .kj-table thead tr{border-top:1px solid var(--fontColor);}
.prolist .leftBox .nav a.active{color:var(--fontColor);font-weight:bold;}
.product_info_details{display:flex;flex-wrap: wrap;background:#fff;}
.product_info_details .left_box{width:355px;margin-right:50px;}
.product_info_details .left_box .image_box .box{width:100%;}
.product_info_details .left_box .image_box .tb-booth{position:relative;z-index:1;width:100%;height:263px;}
.product_info_details .left_box .image_box .tb-pic a{display:flex;align-items:center;justify-content:center;height:100%;width:100%;}
.product_info_details .left_box .image_box .tb-pic a img{vertical-align:middle;max-width:100%;max-height:100%;}
.product_info_details .left_box .image_box .tb-thumb{margin:10px 0 0;overflow:hidden;}
.product_info_details .left_box .image_box .tb-thumb li{background:#dddddd;float:left;height:50px;width:50px;margin:0 6px 0 0;overflow:hidden;padding:2px;}
.product_info_details .left_box .image_box .tb-s40, .tb-s40 a{height:46px;width:46px;}
.product_info_details .left_box .image_box .tb-s40, .tb-s40 a img{max-width:100%;max-height:100%;}
.product_info_details .left_box .image_box .tb-thumb .tb-selected{background:#da251c;}
.product_info_details .left_box .image_box .tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.product_info_details .right_box{width:calc(100% - 405px);}
.product_info_details .right_box .pro_title{margin-top:10px;font-size:26px;color:#333333;line-height:32px;font-weight:bold;}
.product_info_details .right_box .base_info{display:flex;flex-wrap:wrap;margin:6px 0 17px 0;}
.product_info_details .right_box .base_info span{margin-right:35px;font-size:14px;color:#333333;line-height:25px;}
.product_info_details .right_box .base_info span em{color:#999;}
.product_info_details .right_box .base_info a{margin-right:35px;font-size:14px;color:#333333;line-height:25px;}
.product_info_details .right_box .base_info a em{color:#999;}
.product_info_details .right_box .base_info a:hover{text-decoration:underline;}
.product_info_details .right_box .info_box{padding-top:15px;display:flex;flex-wrap: wrap;}
.product_info_details .right_box .info_box .list{line-height:32px;font-size:15px;color:#333333;width:calc(100% / 3);}
.product_info_details .right_box .info_box .list.list_all{width:100%;}
.product_info_details .right_box .info_box .list label{font-size:15px;color:#999999;font-weight:normal}
.product_info_details .right_box .info_box .list span.red{color:#da261c;}
.product_info_details .right_box .info_box .bm_box{width:100%;display:flex;align-items: flex-start;line-height:24px;padding:6px 0;position:relative;padding-right:20px;}
.product_info_details .right_box .info_box .bm_box em{font-size:15px;color:#999999;width:45px;}
.product_info_details .right_box .info_box .bm_box a{color:#da251c;font-size:14px;width:45px;text-align:right;font-weight:bold;}
.product_info_details .right_box .info_box .bm_box span{width:calc(100% - 90px);font-size:15px;color:#333333;line-height:24px;height:24px;overflow:hidden;}
.product_info_details .right_box .info_box .bm_box span.bm_hidden{width:calc(100% - 90px);position:absolute;top:6px;left:45px;line-height:24px;display:none;}
.product_info_details .right_box .tips{font-weight:bold;font-size:14px;color:#333;line-height:20px;margin-top:20px;}
.product_info_details .right_box .btn_box{flex:1;display:flex;margin-top:25px;}
.product_info_details .right_box .btn_box a{margin-right:10px;line-height:40px;font-size:14px;display:inline-flex;align-items:center;justify-content:center;width:173px;}
.product_info_details .right_box .btn_box .enquiry_btn{border:1px solid #C7C7C7;color:#4d4d4d;border-radius:5px;}
.product_info_details .right_box .btn_box .enquiry_btn i{color:#9D9D9D;margin-right:8px;}
.product_info_details .right_box .btn_box .enquiry_btn:hover{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.product_info_details .right_box .btn_box .enquiry_btn:hover i{color:#fff;}
.product_info_details .right_box .btn_box a:active{position:relative;top:2px;}
.shiji_item{display:flex;justify-content:flex-end;margin:15px 0;font-size:14px;color:#333;line-height:24px;font-weight:bold;}
.shiji_item label{margin-right:5px;}
.shiji_item span{color:red;}
.shiji_item .yfbtn{margin-left:5px;color:blue;text-decoration:underline;font-weight:normal;}
.product-desc-kj-table table{margin-bottom:0;background:#fff;}
.product-desc-kj-table thead tr th{text-align:center;font-size:14px;padding:0 15px;line-height:45px;color:#333333;background:#ECF3F9;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 dotted #DBDBDB;text-align:center;font-size:14px;color:#626262;vertical-align:middle;padding:8px;}
.product-desc-kj-table tbody tr td:first-child{text-align:left;}


.product_base_info{display:flex;flex-wrap: wrap;align-items: flex-start;background:#fff;padding:20px 12px 30px 12px;}
.product_base_info .image_box{width:315px;margin-right:25px;}
.product_base_info .image_box .box{width:100%;}
.product_base_info .image_box .tb-booth{position:relative;z-index:1;width:100%;height:315px;border:1px solid #ddd;}
.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%;max-height: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:50px;width:50px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.product_base_info .image_box .tb-s40, .tb-s40 a{height:48px;width:48px;}
.product_base_info .image_box .tb-s40, .tb-s40 a img{max-width:100%;max-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% - 340px);padding-left:20px;}
.product_base_info .info_box h1{font-size:26px;color:#333333;line-height:32px;font-weight:bold;padding:13px 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 .yfbtn{margin-left:5px;color:blue}
.product_base_info .info_box .base_info .item .yfbtn:hover{text-decoration:underline;}
.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 .tips{font-weight:bold;font-size:14px;color:#333;line-height:20px;margin-top:20px;}
.product_base_info .info_box .btn_box{flex:1;display:flex;margin-top:20px;flex-wrap:wrap;}
.product_base_info .info_box .btn_box a{margin-right:12px;line-height:46px;font-size:15px;display:inline-flex;align-items:center;justify-content:center;width:170px;}
.product_base_info .info_box .btn_box .collect_btn{background:var(--bgColor);color:#fff;}
.product_base_info .info_box .btn_box .collect_btn i{margin-right:5px;font-weight:normal;}
.product_base_info .info_box .btn_box .collect_btn:hover{background:var(--bgHoverColor);}
.product_base_info .info_box .btn_box .enquiry_btn{border:1px solid var(--bgColor);color:var(--fontColor);}
.product_base_info .info_box .btn_box .enquiry_btn:hover{background:var(--bgColor);color:#fff;}
.product_base_info .info_box .btn_box a.car_btn{background:var(--bgColor);color:#fff;}
.product_base_info .info_box .btn_box a.car_btn i{font-size:20px;margin-right:5px;}
.product_base_info .info_box .btn_box a.car_btn:hover{background:var(--bgHoverColor);}
.product_base_info .info_box .btn_box a:active{position:relative;top:2px;}

.pro_slide_box .tab-pane{background:#fff;}
.pro_slide_box .table-responsive table{margin:0;}
.pro_slide_box .table-responsive table tr th{border-top:1px solid #ddd;padding-left:12px;border-right:1px solid #ddd;font-size:14px;color:#333333;}
.pro_slide_box .table-responsive table tr:first-child th{border-top:0;}
.pro_slide_box .table-responsive table tr:first-child td{border-top:0;}
.pro_slide_box .table-responsive table tr td{border-top:1px solid #ddd;padding-left:25px;color:#333333;}
.pro_slide_box .technology_list li{display:flex;justify-content: space-between;border-top:1px dashed #dedede;line-height:38px;padding:0 15px;}
.pro_slide_box .technology_list li:first-child{border-top:0;}
.pro_slide_box .technology_list li a{font-size:14px;color:#333;flex:1;height:38px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;padding-right:15px;}
.pro_slide_box .technology_list li a:before{
    content:"";width:4px;height:4px;display:inline-block;border-radius:50%;background:#dedede;margin-right:10px;vertical-align:middle;transition:all 0.2s linear 0s;
}
.pro_slide_box .technology_list li .time{font-size:12px;color:#999;}
.pro_slide_box .technology_list li a:hover{color:var(--fontColor);}
.pro_slide_box .technology_list li a:hover:before{background:var(--bgColor);}
.pro_slide_box .activeBox{font-size:14px;color:#333;line-height:26px;}
.pro_slide_box .activeBox img{max-width:100%;}
.pro_slide_box .download_btn{display:flex;align-items:center;font-size:16px;color:#333;padding:20px;}
.pro_slide_box .download_btn i{font-size:24px;margin-right:10px;color:var(--fontColor);font-weight:bold;}
.pro_slide_box .download_btn:hover{color:var(--fontColor);text-decoration:underline;}
.pro_slide_box .panel{margin-right:15px;width:calc((100% - 15px)/2);}
.pro_slide_box .panel:last-child{margin-right:0;}
.product_info_details .left_box .image_box .tb-booth{border:1px solid #ddd;border-radius:5px;}
.product-desc-kj-table thead tr{border-top:1px solid var(--bgColor);}
.pro_slide_box{margin-top:30px;}
.pro_slide_box .nav > li > a{display:flex;width:148px;height:35px;align-items:center; justify-content:center;background-color:#ECF3F9;border:none;font-size:15px;font-weight:bold;}
.pro_slide_box .nav-tabs > li.active > a, .pro_slide_box .nav-tabs > li.active > a:focus, .pro_slide_box .nav-tabs > li.active > a:hover, .pro_slide_box .nav-tabs > li > a:hover{background-color:var(--bgColor);color:#fff;border:none;}
.pro_slide_box .nav-tabs>li{margin-bottom:0;margin-right:8px;}
.pro_slide_box .table-responsive {border:1px solid #ddd;margin-top:8px;border-radius:5px;}
.product_relevant .pro .img{height:220px;}
.product_relevant .pro .info{padding:15px;}
.product_relevant .pro .info .name{font-size:14px;margin-bottom:3px;font-weight:bold;}
.product_relevant .pro .info .no{font-size:14px;color:#666;font-weight:normal;}
.product_relevan .pro .info .kj-pre-price{font-size:16px}
.product_relevant .pro{border-radius:5px;}
.product_relevant h1{font-size:22px;margin-top:40px;margin-bottom:13px;font-weight:bold;}
.swiper-button-prev:after, .swiper-button-next:after{display:none;}
.product_relevant .swiper-button-prev i, .product_relevant .swiper-button-next i{font-size:40px;color:#999;}
.product_relevant .swiper-button-prev{left:-40px;}
.product_relevant .swiper-button-next{right:-50px;}
.site_top .nav_all li.active a{font-weight:bold;color:var(--fontColor)}

/*新闻列表*/
.product_nav{display:flex;flex-wrap:wrap;margin-bottom: 15px;justify-content: flex-end;}
.product_nav a{margin-left: 20px;margin-bottom:10px;width: 150px;height: 38px;line-height: 38px;background:#d0d5d9;font-size: 15px;color:#333333;text-align:center;}
.product_nav a:nth-child(5n){margin-right:0;}
.product_nav a:hover{background:var(--fontColor);color:#fff;}
.product_nav a.active{background:var(--fontColor);color:#fff;}
.product_nav a:active{position:relative;top:2px;}

.news_list_container{display:flex;}
.news_list_box{width:100%;}
.news_list_box .news_list{display:block;width:100%;}
.news_list_box .news_list li{width:100%;padding:35px 0;border-bottom:1px solid #eeeeee;display:flex;}
.news_list_box .news_list li:first-child{padding-top:0;}
.news_list_box .news_list li .img_btn{width:370px;height:210px;overflow:hidden;transition:all 480ms ease 0s;margin-right:35px;display:block;}
.news_list_box .news_list li .right{width:calc(100% - 405px);overflow:hidden;}
.news_list_box .news_list li .right .name_btn{margin-top:7px;display:block;width:100%;font-size:23px;color:var(--fontColor);line-height:28px;height:28px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.news_list_box .news_list li .right .name_btn:hover{text-decoration:underline;}
.news_list_box .news_list li .right .time{margin:10px 0 20px 0;font-size:14px;color:#999999;display:flex;align-items:center;line-height:18px;}
.news_list_box .news_list li .right .time i{margin-right:5px;font-size:14px;}
.news_list_box .news_list li .right .info{width:100%;font-size:14px;color:#666666;line-height:28px;margin-bottom:45px;height:56px;overflow:hidden;}
.news_list_box .news_list li .right .more_btn{display:block;font-size:14px;color:#666666;line-height:24px;height:24px;}
.news_list_box .news_list li .right .more_btn i{color:var(--fontColor);margin-right:5px;}
.news_list_box .news_list li .right .more_btn:hover{color:var(--fontColor);}
.kj_news_active{background:#fff;border-radius:5px;padding:30px 30px 40px 30px;}
.kj_news_active .kj-main-articleinfo-title{font-size:30px;color:#333;margin-bottom:12px;line-height:36px;}
.kj_news_active .kj-article-time{color:#999;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px;line-height: 30px;margin-top:20px;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;height:auto !important;}
.kj_news_active .kj-article-bottom{ border-top: 1px solid rgb(242,242,242); margin-top:20px;padding-top:15px;}
.kj_news_active .kj-article-bottom span{display:block;line-height:32px;}
.kj_news_active .kj-article-bottom a{color:#333;}
.kj_news_active .kj-article-bottom a:hover{color:#0153a5;text-decoration:underline;}
.kj_news_active .kj_news_product{margin:0 auto;display:block;height:42px;line-height:42px;padding:0 15px;background:var(--fontColor);font-size:14px;color:#fff;width:130px;text-align:center;}
.kj_news_active .kj_news_product:hover{background:#469ff3;}
.kj_news_active .kj_news_product:active{position:relative;top:2px;}
.kj-noproduct-search p{display:block;height:40px;line-height:40px;text-align:center;}
.articleBox{
    margin-top:10px;
}

.prolist .rightBox .pro .info .no{
    font-weight:normal;
    color:#666;
}
.prolist .rightBox .row{display:flex;flex-wrap:wrap;}
.kj-page{width:100%;}
body{
    padding-top:193px !important;
}
.site_top{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:99;
    background-color:#fff;
}
.product_list_ul2 li .kj-table tbody tr td:first-child a {
    font-weight: bold;
    color: #00BCD4
}
.site_top .nav_top .right a{
    margin-left:10px;
}
.phone_footer_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    height: 50px;
    display: none;
}

    .phone_footer_nav:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background: #d2d2d2;
        content: "";
        -webkit-transform: scale(1,0.5);
        transform: scale(1,0.5);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }

    .phone_footer_nav a {
        float: left;
        display: inline-block;
        width: 25%;
        text-align: center;
        color: #000;
        font-size: 12px;
        transform: scale(0.9);
        padding-top: 7px;
    }

        .phone_footer_nav a i {
            width: 20px;
            height: 20px;
            display: block;
            margin: 0 auto 3px auto;
        }

        .phone_footer_nav a:nth-child(1) i {
            background: url("../images/phone_menu.png") no-repeat 0 0;
            background-size: 40px auto;
        }

        .phone_footer_nav a:nth-child(2) i {
            background: url("../images/phone_menu.png") no-repeat 0 -20px;
            background-size: 40px auto;
        }

        .phone_footer_nav a:nth-child(3) i {
            background: url("../images/phone_menu.png") no-repeat 0 -40px;
            background-size: 40px auto;
        }

        .phone_footer_nav a:nth-child(4) i {
            background: url("../images/phone_menu.png") no-repeat 0 -60px;
            background-size: 40px auto;
        }

        .phone_footer_nav a.active {
            color: var(--fontColor);
        }

            .phone_footer_nav a.active:nth-child(1) i {
                background: url("../images/phone_menu.png") no-repeat -20px 0;
                background-size: 40px auto;
            }

            .phone_footer_nav a.active:nth-child(2) i {
                background: url("../images/phone_menu.png") no-repeat -20px -20px;
                background-size: 40px auto;
            }

            .phone_footer_nav a.active:nth-child(3) i {
                background: url("../images/phone_menu.png") no-repeat -20px -40px;
                background-size: 40px auto;
            }

            .phone_footer_nav a.active:nth-child(4) i {
                background: url("../images/phone_menu.png") no-repeat -20px -60px;
                background-size: 40px auto;
            }
.ShopCartBox{
    display:none;
}
#ShopCartBox{
    display: none !important;
}
.float_box ul li i{
    position:relative;
}
.kj-shopcart-count {
    background-color: #f00;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    right: 10px;
    top: -5px;
    min-width: 14px;
    padding: 0 2px;
    border-radius: 50%;
    position: absolute;
}
.nodanger {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 3px;
    background-color: rgb(128,128,128);
    font-size: 14px;
    color: #fff !important;
    margin-top: 5px;
    margin-left: 10px;
}

.dangertd {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 3px;
    background-color: #da261c;
    font-size: 14px;
    color: #fff !important;
    margin-top: 5px;
    margin-left: 10px;
}