@media(min-width:1230px){
    .container{width:1230px;}
}
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
a{transition:all 0.2s linear 0s;}
img{vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
input[type=text],textarea{font-family:Arial, Helvetica, sans-serif;-webkit-appearance: none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background:none;
    border-color:#fff;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.noPro{text-align:center;width:100%;padding:30px 0 60px;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}


/*手机浮动*/
.phone_footer_nav{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#fff;height:50px;display:none;}
.phone_footer_nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.phone_footer_nav a{float:left;display:inline-block;width:25%;text-align:center;color:#000;font-size:12px;transform: scale(0.9);padding-top:7px;}
.phone_footer_nav a i{width:20px;height:20px;display:block;margin:0 auto 3px auto;}
.phone_footer_nav a:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat 0 0;background-size:40px auto;}
.phone_footer_nav a:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat 0 -20px;background-size:40px auto;}
.phone_footer_nav a:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat 0 -40px;background-size:40px auto;}
.phone_footer_nav a:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat 0 -60px;background-size:40px auto;}
.phone_footer_nav a.active{color:#0869C0;}
.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:#0869C0;color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:#11DBD8;color:#fff;}
#blukquote_dialog .modal-footer input:hover{color:#fff;}



/*float*/
/*float*/
.float_box{position:fixed;right:1px;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1000;}
.float_box ul{display:inline-block;width:100%;}
.float_box ul li{position:relative;display:block;width:50px;height:50px;background:#fff;text-align:center;vertical-align:bottom;margin-bottom:10px;border-radius:3px;transition:all 0.2s linear 0s;cursor:pointer;border-radius:50px;box-shadow:0 0 5px rgba(0,0,0,0.1);}
.float_box ul li i{font-size:24px;color:#323232;display:block;line-height:30px;padding-top:10px;transition:all 0.2s linear 0s;}
.float_box ul li:hover{background:#fff;}
.float_box ul li:hover i{color:#0869C0;}
.float_box ul li .qq_box{position:absolute;right:50px;top:0;display:none;background:#0869C0;border-radius:3px;padding:10px;}
.float_box ul li .qq_box a{font-size:14px;color:#fff;display:block;width:160px;line-height:28px;transition:all 0.2s linear 0s;}
.float_box ul li .qq_box a:hover{text-decoration:underline;}
.float_box ul li .tel_box{display:none; position:absolute;right:50px;top:0;border-top:4px solid #0869C0;padding:20px;font-size:14px;background:#fff;line-height:28px;width:262px;box-shadow:0 3px 8px rgba(0,0,0,0.15);border-radius:3px;}
.float_box ul li .tel_box i{font-size:42px;color:#d3d3d3;margin-right:10px;}
.float_box ul li .tel_box span{color:#0869C0;font-size:24px;line-height:28px;text-align:left;}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{padding:10px;background:#0869C0;border-radius:3px;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;}
.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;}
.phone_top{display:none;position:fixed;bottom:60px;right:10px;}
.phone_top i{color:#0869C0;font-size:40px;}


/*文章*/
.article_box{display:flex;align-items:flex-start;margin-bottom:80px;background:#fff;border-radius:5px;padding:15px;}
.article_box .article_left{width:200px;margin-right:36px;}
.article_box .article_left ul{display:block;}
.article_box .article_left ul li{display:block;transition:all 0.2s linear 0s;border-top:1px solid #dcdcdc;padding-top:8px;padding-bottom:6px;}
.article_box .article_left ul li:first-child{border-top:0;padding-top:0;}
.article_box .article_left ul li .title{display:block;height:46px;line-height:46px;font-size:16px;color:#333333;font-weight:bold;}
.article_box .article_left ul li .btn_box a{margin-bottom:4px;display:flex;justify-content: space-between;padding-left:20px;height:32px;align-items:center;font-size:14px;color:#666666;border-left:3px solid transparent;}
.article_box .article_left ul li .btn_box a:hover{background:#f1f1f1;color:#0869C0;border-left-color:#0869C0;}
.article_box .article_left ul li .btn_box a.active{background:#f1f1f1;color:#0869C0;border-left-color:#0869C0;font-weight:bold;}
.article_box .article_right{width:calc(100% - 236px);}
.article_box .article_right .article_title{border-bottom:2px solid #d2d2d2;height:46px;line-height:46px;font-size:18px;color:#333333;font-weight:bold;}
.article_box .article_right .article_content{padding:25px 0;font-size:14px;color:#333333;line-height:26px;overflow:hidden;}
.article_box .article_right .article_content img{max-width:100%;height:auto !important;}


/*联系我们**/
.contact_us_box h1{font-size:30px;color:#0869C0;line-height:48px;font-weight:bold;}
.contactUs_info{display:flex;justify-content: space-between;align-items:flex-start;}
.contactUs_info .code_box{width:110px;text-align:center;}
.contactUs_info .code_box img{max-width:100%;}
.contactUs_info .code_box span{display:block;font-size:14px;color:#333333;}
.contactUs_info .left{display:flex;flex:1;flex-wrap:wrap;margin-top:26px;}
.contactUs_info .left span{display:flex;align-items:center;font-size:15px;color:#333333;line-height:24px;flex:0 0 40%;margin-bottom:12px;}
.contactUs_info .left span a{color:#333;}
.contactUs_info .left span a:hover{color:#0869C0;text-decoration:underline;}
.contactUs_info .left span i{color:#0869C0;font-size:17px;width:30px;}
.contact_us_box .map_box{width:100%;height:415px;background:#f1f1f1;margin-top:30px;}

.container {
  width: 1470px;
}
a {
  color: #333;
  transition-duration: 0.2s;
}
a:hover {
  text-decoration: none;
  color: var(--bgColor);
}
html,
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;
  background: transparent;
}
body {
  --bgColor: #0869C0;
  --bgHoverColor: #11DBD8;
  --fontColor: #0869C0;
  --fontHoverColor: #11DBD8;
/*  padding-top: 230px !important;*/
  background-color: #F5F5F5;
}
.site_top {
  background-color: #fff;
/*  position: fixed;*/
  width: 100%;
/*  left: 0;
  top: 0;
  z-index: 99;*/
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
.site_top .nav_top {
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 13px;
  transition-duration: 0.3s;
  background-color: #272727;
}
.site_top .nav_top a {
  color: #fff;
}
.site_top .nav_top .container {
  height: 40px;
  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 .right {
  display: flex;
}
.site_top .nav_top .right a {
  display: flex;
  align-items: center;
}
.site_top .nav_top .right a:hover {
  text-decoration: underline;
}
.site_top .nav_top .right a::before {
  content: "";
  height: 13px;
  width: 1px;
  display: block;
  background-color: #fff;
  margin: 0 10px;
  position: relative;
  top: -1px;
}
.site_top .nav_top .right a:first-child::before {
  display: none;
}
.site_top .top_search {
  height: 140px;
  display: flex;
  align-self: start;
}
.site_top .top_search .col-sm-3 {
  width: 261px;
  text-align: center;
  padding-top: 28px;
}
.site_top .top_search .col-sm-3 img {
  max-width: 100%;
}
.site_top .top_search .col-sm-9 {
  width: calc(100% - 261px);
  padding-left: 35px;
}
.site_top .search_all {
  display: flex;
  padding-top: 50px;
}
.site_top .search_all .batch_search {
  width: 100px;
  flex: 0 0 100px;
  border-radius: 20px;
  height: 40px;
  text-align: center;
  background-color: var(--bgColor);
  color: #fff;
  line-height: 40px;
  margin-left: 14px;
}
.site_top .search_all .batch_search:hover {
  background-color: var(--bgHoverColor);
}
.site_top .search_all .shopcart {
  flex: 0 0 120px;
  width: 120px;
  height: 40px;
  border: 1px solid var(--bgColor);
  border-radius: 40px;
  display: flex;
  font-size: 15px;
  align-items: center;
  padding-top: 2px;
  margin-left: 10px;
  justify-content: center;
}
.site_top .search_all .shopcart i {
  position: relative;
  margin-right: 8px;
  color: var(--fontColor);
  font-size: 18px;
}
.site_top .search_all .tel {
  margin-left: 10px;
  height: 40px;
  align-items: center;
  text-wrap: nowrap;
  display: flex;
  font-size: 29px;
}
.site_top .search_all .tel::before {
  margin-right: 8px;
  content: "";
  width: 39px;
  height: 39px;
  background-image: url('../images/tel.png');
  display: block;
}
.site_top .searchBox {
  height: 40px;
  border: 2px solid var(--bgColor);
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 40px;
  width: 100%;
  background-color: #fff;
}
.site_top .searchBox .nav_hotpro {
  position: absolute;
  left: 0;
  top: 49px;
  font-size: 13px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  color: #666;
}
.site_top .searchBox .nav_hotpro a {
  display: flex;
  align-items: center;
  color: #666;
}
.site_top .searchBox .nav_hotpro a::after {
  content: "";
  margin: 0 15px;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #D0D0D0;
}
.site_top .searchBox .nav_hotpro a:last-child::after {
  display: none;
}
.site_top .searchBox .nav_hotpro a:hover {
  color: var(--fontColor);
}
.site_top .searchBox input {
  height: 36px;
  border: none;
  border-radius: 40px !important;
  box-shadow: none;
  padding-left: 20px;
  outline: none;
  width: calc(100% - 80px);
}
.site_top .searchBox input:focus {
  box-shadow: none;
}
.site_top .searchBox input::placeholder {
  color: #999;
}
.site_top .searchBox button {
  position: absolute;
  right: -2px;
  letter-spacing: 1px;
  text-align: center;
  top: -2px;
  height: 40px;
  padding-left: 11px;
  border-radius: 20px;
  width: 80px;
  border: none;
  color: #fff;
  background: var(--bgColor);
  transition-duration: 0.39s;
}
.site_top .searchBox button:hover {
  color: #fff;
  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 {
  background-color: var(--bgColor);
}
.site_top #navbox {
  padding: 0;
}
.site_top .nav_all {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.site_top .nav_all li a {
  padding: 0 65px;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
}
.site_top .nav_all li a span {
  display: none;
}
    .site_top .nav_all li a:hover, .site_top .nav_all li.active a {
        background-color: var(--bgHoverColor);
        color: #fff;
        font-weight: bold;
    }
.site_top .nav_all li:hover .dropdown-menu {
  display: block;
}
.site_top .nav_all li:hover .dropdown-menu {
  display: block;
}
.site_top.active .nav_top {
  height: 0;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}

.index_swiper {
  height: 650px;
}
.index_swiper .swiper-button-next,
.index_swiper .swiper-button-prev {
  background-image: none;
  display: flex;
  width: 40px;
  padding-top: 2px;
  font-weight: bold;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.index_swiper .swiper-button-next i,
.index_swiper .swiper-button-prev i {
  font-size: 35px;
}
.index_swiper .swiper-button-next:hover,
.index_swiper .swiper-button-prev:hover {
  color: var(--bgColor);
}
.index_swiper .swiper-slide {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  transition-duration: 0.39s;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin: 0 7.5px !important;
}
.index_swiper .swiper-pagination-bullet-active {
  background-color: var(--bgColor);
}
.index_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.index_title i {
  background-image: url('../images/title.png');
  width: 140px;
  margin: 0 auto;
  display: block;
  height: 2px;
  margin-top: 7px;
}
.index_title span {
  margin-top: 8px;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: var(--fontColor);
}
.hot_prolist {
  padding-bottom: 60px;
  padding-top: 50px;
}
.hot_prolist .index_title {
  margin-bottom: 40px;
}
.hot_prolist .more_btn {
  width: 200px;
  padding-top: 2px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--bgColor);
  color: #fff;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
}
.hot_prolist .more_btn i {
  font-size: 27px;
  margin-left: 5px;
}
.hot_prolist .more_btn:hover {
  background-color: var(--bgHoverColor);
  color: #fff;
}
.hot_prolist #hotprolist {
  padding: 10px;
  margin: -10px;
}
.hot_prolist .hot_out {
  position: relative;
}
.hot_prolist .hot_out .swiper-button-next,
.hot_prolist .hot_out .swiper-button-prev {
  width: 48px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.09);
  color: var(--fontHoverColor);
  transition-duration: 0.2s;
}
.hot_prolist .hot_out .swiper-button-next:hover,
.hot_prolist .hot_out .swiper-button-prev:hover {
  background-color: var(--bgColor);
  color: #fff;
}
.hot_prolist .hot_out .swiper-button-next {
  right: -45px;
}
.hot_prolist .hot_out .swiper-button-prev {
  left: -45px;
}
.hot_pro {
  transition-duration: 0.2s;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-bottom: 15px;
}
.hot_pro .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
}
.hot_pro .img img {
  max-width: 100%;
  max-height: 100%;
}
.hot_pro .title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hot_pro .text_info {
  padding: 0 15px;
}
.hot_pro .info {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.hot_pro .kj-pre-price {
  font-size: 16px;
  color: #ea3838;
  margin-top: 10px;
  font-weight: bold;
}
.hot_pro:hover {
  transform: translateY(-5px);
  border-color: var(--bgColor);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.hot_pro:hover .title {
  color: var(--fontColor);
}
.index_about {
  background-image: url('../images/index_bg1.png');
  padding-bottom: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_about .container {
  display: flex;
  justify-content: space-between;
}
.index_about .container::after,
.index_about .container::before {
  display: none;
}
.index_about .left {
  padding-top: 90px;
  width: 50%;
}
.index_about .left .title {
  font-size: 54px;
  font-weight: bold;
}
.index_about .left .title::after {
  width: 100px;
  margin-top: 3px;
  height: 4px;
  content: "";
  display: block;
  background-color: var(--bgColor);
}
.index_about .left .content {
  margin-top: 45px;
  font-size: 16px;
  line-height: 40px;
}
.index_about .left .more_btn {
  margin-top: 45px;
  display: flex;
  align-items: center;
  width: 141px;
  background-color: var(--bgColor);
  font-size: 18px;
  height: 40px;
  padding-top: 1px;
  border-radius: 50px;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.index_about .left .more_btn i {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  margin-left: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 28px;
  color: var(--fontColor);
  background-color: #fff;
  border-radius: 50%;
  line-height: 30px;
  padding-left: 1px;
}
.index_about .left .more_btn:hover {
  background-color: var(--bgHoverColor);
  color: #fff;
}
.index_about .left .more_btn:hover i {
  color: var(--bgHoverColor);
}
.index_about .counter-section {
  padding-left: 120px;
  padding-top: 135px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
}
.index_about .counter-section .item {
  margin-bottom: 85px;
  padding-bottom: 18px;
  border-bottom: 1px solid #999;
  width: calc(50% - 50px);
}
.index_about .counter-section .item .text {
  font-size: 16px;
}
.index_about .counter-section .item .num {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
}
.index_about .counter-section .item .num .timer {
  font-size: 60px;
  line-height: 61px;
  color: var(--fontColor);
}
.index_about .counter-section .item .num .iconfont {
  font-size: 30px;
  color: #000;
  margin-left: 30px;
}
.index_about .counter-section .item .num .footerText {
  text-wrap: nowrap;
  margin-left: 15px;
  font-size: 20px;
  font-style: normal;
}
.index_about .counter-section .item .num .footerText sup {
  display: block;
  font-size: 20px;
  color: var(--fontColor);
}
.index_news {
  padding-top: 55px;
  padding-bottom: 55px;
}
.index_news .more_btn {
  width: 140px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #0869C0, #0583F5);
  border-radius: 44px;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 55px;
}
.index_news .more_btn:hover {
  background-image: linear-gradient(to right, #0583F5, #0869C0);
}
.index_news .news_out {
  margin-top: 40px;
  display: flex;
}
.index_news .news_out .box {
  margin-right: 30px;
  width: 440px;
  background-color: #F7F7F7;
}
.index_news .news_out .box .img {
  display: block;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_news .news_out .box .info {
  padding: 18px 18px 0;
}
.index_news .news_out .box .tip {
  color: #666;
  font-weight: normal;
}
.index_news .news_out .box .title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_news .news_out .box hr {
  margin: 0;
  margin-top: 12px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #fff;
}
.index_news .news_out .box .content {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news .news_out .box .text_info {
  height: 60px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.index_news .news_out .box .text_info::after {
  position: absolute;
  left: 0;
  bottom: 0;
  transition-duration: 0.2s;
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--bgColor);
}
.index_news .news_out .box .text_info .time {
  color: #666;
}
.index_news .news_out .box .text_info .iconfont {
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 28px;
  color: #999;
}
.index_news .news_out .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.index_news .news_out .box:hover .text_info::after {
  opacity: 1;
}
.index_news .news_out .box:hover .text_info .iconfont {
  color: var(--fontColor);
}
.index_news .news_out .box:nth-child(2) {
  margin-right: 20px;
}
.index_news .news_out ul {
  width: 510px;
}
.index_news .news_out ul li {
  transition-duration: 0.2s;
  margin-bottom: 20px;
  height: 160px;
  background-color: #f7f7f7;
  list-style: none;
  padding: 15px 30px;
}
.index_news .news_out ul li .time {
  display: block;
  color: #666;
}
.index_news .news_out ul li .title {
  height: 52px;
  line-height: 26px;
  margin-top: 15px;
  font-size: 18px;
  display: -webkit-box;
  font-weight: bold;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news .news_out ul li .iconfont {
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 27px;
  color: #999;
}
.index_news .news_out ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.index_news .news_out ul li:hover .title {
  color: var(--fontColor);
}
.index_news .news_out ul li:hover .iconfont {
  color: var(--fontColor);
}
.index_news .news_out ul li:last-child {
  margin-bottom: 0;
}
.index_advantage {
  padding: 64px 0 68px;
  background-image: url('../images/index_bg2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_advantage .out {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_advantage .left {
  width: 540px;
  padding-left: 10px;
}
.index_advantage .left .title {
  text-align: left;
}
.index_advantage .left .title h3 {
  color: #fff;
  margin-top: 15px;
  color: var(--fontColor);
  font-weight: bold;
  font-size: 49px;
}
.index_advantage .left .title span {
  color: #fff;
  line-height: 36px;
  display: block;
  margin-top: 20px;
  font-size: 22px;
}
.index_advantage .right {
  width: 645px;
  display: flex;
  flex-wrap: wrap;
}
.index_advantage .right .box {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 50%;
  height: 230px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.index_advantage .right .box div {
  height: 110px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.index_advantage .right .box img {
  max-width: 100%;
  transition-duration: 0.7s;
  max-height: 110px;
  display: block;
  margin: 0 auto;
}
.index_advantage .right .box:first-child,
.index_advantage .right .box:nth-child(3) {
  border-left: 0;
}
.index_advantage .right .box:first-child,
.index_advantage .right .box:nth-child(2) {
  padding-top: 30px;
  border-top: 0;
}
.index_advantage .right .box:nth-child(3),
.index_advantage .right .box:nth-child(4) {
  padding-top: 65px;
}
.index_advantage .right .box:hover img {
  transform: rotateY(360deg);
}
.footer {
  border-top: 10px solid var(--bgColor);
}
.footer ul {
  padding-bottom: 55px;
  display: flex;
  justify-content: space-between;
  color: #666;
}
.footer ul li {
  padding-top: 65px;
  line-height: 26px;
  list-style: none;
}
.footer ul h3 {
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}
.footer ul a {
  display: block;
  color: #666;
}
.footer ul a:hover {
  text-decoration: underline;
}
.footer ul .info {
  margin-top: 15px;
}
.footer ul .info div {
  display: flex;
  align-items: center;
  color: #222;
}
.footer ul .info div i {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url('../images/btminfo.png');
}
.footer ul .info div a {
  color: #222;
}
.footer ul .info div:nth-child(2) i {
  background-position: 0px 42px;
  height: 12px;
}
.footer ul .info div:nth-child(3) i {
  background-position: 0px 30px;
  height: 13px;
}
.footer ul .info div:nth-child(4) i {
  background-position: 0px 17px;
  height: 17px;
}
.footer ul .btm_logo {
  padding-top: 25px;
}
.footer ul .imagecode {
  text-align: center;
}
.footer ul .imagecode h3 {
  margin-bottom: 18px;
}
.footer ul .imagecode img {
  width: 100px;
}
.footer .ftm {
  border-top: 1px solid #E0E0E0;
  padding: 12px 0;
}
.footer .ftm .container {
  display: flex;
  justify-content: space-between;
}
.footer .ftm .container::before,
.footer .ftm .container::after {
  display: none;
}
.footer .ftm a:hover {
  text-decoration: underline;
}
/*面包屑*/
.page_map_out {
  background-color: #fff;
}
.page_map {
  color: #666;
  display: flex;
  font-size: 14px;
  height: 40px;
  align-items: center;
}
.page_map .iconfont {
  color: var(--fontColor);
  margin-right: 10px;
  font-size: 18px;
}
.page_map .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.page_map .breadcrumb a {
  color: #666;
}
.page_map .breadcrumb a:hover {
  text-decoration: underline;
}
.page_map .breadcrumb > li + li:before {
  color: #666;
  content: ">";
}
.page_map .breadcrumb .active {
  color: #666666;
}
.page_map .breadcrumb .active span {
  color: #666666;
}
/*筛选*/
.filter_box {
  background: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 0px;
}
.filter_box ul {
  display: block;
  width: 100%;
  padding: 0;
}
.filter_box ul li {
  display: flex;
}
.filter_box ul li:first-child {
  border-top: 0;
}
.filter_box ul li label {
  width: 90px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  font-weight: normal;
  padding-left: 10px;
}
.filter_box ul li .filter_btn {
  width: calc(100% - 170px);
  height: 21px;
  overflow: hidden;
  margin: 9px 0;
}
.filter_box ul li .filter_btn a {
  height: 21px;
  line-height: 21px;
  display: inline-block;
  font-size: 16px;
  color: #333333;
  margin-right: 40px;
}
.filter_box ul li .filter_btn a input {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.filter_box ul li .filter_btn a:hover {
  color: var(--fontColor);
}
.filter_box ul li .filter_btn a.active {
  color: var(--fontColor);
}
.filter_box ul li .viewmore {
  width: 65px;
  height: 40px;
  color: #333333;
  line-height: 40px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.filter_box ul li .viewmore i {
  font-size: 16px;
  margin-left: 3px;
  color: #333;
  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: 90px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  padding-left:10px;
  font-weight: normal;

}
.exhibition_box a {
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--fontColor);
  border: 1px solid var(--bgColor);
  background: #fff;
  border-radius: 3px;
}
.exhibition_box a.paixu {
  padding-left: 2px;
}
.exhibition_box a.paixu i {
  margin-right: 0;
}
.exhibition_box a i {
  margin-right: 5px;
}
.exhibition_box a:hover {
  background: var(--bgColor);
  color: #fff;
}
.exhibition_box a.active {
  background: var(--bgColor);
  color: #fff;
}
.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: 15px;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  background: #fff;
}
.product_list_ul2 li .pro_description {
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.product_list_ul2 li .pro_description .img_btn {
  width: 250px;
  height: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.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% - 78px - 265px);
  min-height: 120px;
}
.product_list_ul2 li .pro_description .right_info .name_btn {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  display: block;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  margin-top: 8px;
}
.product_list_ul2 li .pro_description .right_info .base_info {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.product_list_ul2 li .pro_description .right_info .base_info span {
  margin-bottom: 5px;
  font-size: 15px;
  color: #333333;
  line-height: 22px;
  margin-right: 50px;
}
.product_list_ul2 li .pro_description .stock_btn {
  width: 78px;
  text-align: center;
  margin-top: 25px;
  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 {
  color: var(--fontColor);
  margin-right: 5px;
  display: inline-block;
  transition: all 0.2s linear 0s;
}
.product_list_ul2 li .pro_description .stock_btn:hover {
  color: var(--fontColor);
}
.product_list_ul2 li .pro_description .stock_btn.active {
  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;
}
.product_list_ul2 li .kj-table table {
  margin-bottom: 30px;
}
.kj-table thead tr th {
  text-align: center;
  border: 0;
  background: #E6F0F9;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
}
.kj-table tbody tr td {
  padding: 5px 8px;
  border-top: 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
  border-bottom: 1px solid #D3D3D3;
  transition: all 0.2s linear 0s;
}
.kj-table tbody tr td .newPrice {
  color: #c40000;
  font-weight: bold;
}
.kj-table tbody tr td .login_btn {
  color: #c40000;
}
.kj-table tbody tr td .login_btn:hover {
  text-decoration: underline;
}
.kj-table tbody tr:hover td {
  background: #f9f9f9;
}
.kj-table tbody tr td .opt_box {
  display: flex;
  width: 116px;
  margin: 0 auto;
}
.kj-table tbody tr td a.car_btn {
  border-radius: 2px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  color: var(--fontColor);
}
.kj-table tbody tr td a.no_car_btn {
  color: #999;
  cursor: not-allowed;
}
.kj-table tbody tr td a.car_btn i {
  font-size: 18px;
  transition: all 0.2s linear 0s;
  display: inline-block;
}
.kj-table tbody tr td a.car_btn:hover {
  color: var(--bgHoverColor);
}
.kj-table tbody tr td a.no_car_btn:hover {
  color: #999;
}
.kj-table tbody tr td a.car_btn:active {
  position: relative;
  top: 2px;
}
.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_ul2 li .pro_description .right_info .enname {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  margin-bottom: 5px;
}
.kj-table tbody tr td .newPrice {
  font-style: normal;
}
.prolist .row {
  margin-left: 0;
  margin-right: -25px;
}
.prolist .col-md-3 {
    padding-left: 0;
    padding-right: 25px;
    margin-bottom: 20px;
}
.pro {
  transition-duration: 0.2s;
  border-radius: 5px;

  position: relative;
  background-color: #fff;
  padding: 15px 20px 19px;
}
.pro .tip {
  display: block;
  width: 50px;
  height: 44px;
  position: absolute;
  background-image: url('../images/tip.png');
  left: -10px;
  top: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.pro .img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro .img img {
  max-width: 80%;
  max-height: 100%;
}
.pro .title {
  font-size: 18px;
  color: var(--fontColor);
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.pro .enname {
  margin-top: 6px;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro .info {
  margin-top: 8px;
  height:90px;
  font-size: 15px;
}
.pro .info span {
/*  margin-top: 3px;*/
  display:block;
  width:100%;
  text-wrap: nowrap;
}
.pro .info span label {
  font-weight: normal;
  color: #666;
}
.pro .cart {
  margin-top: 8px;
  padding-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border: 1px solid var(--bgColor);
  border-radius: 5px;
  font-size: 15px;
  color: var(--fontColor);
}
.pro:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.pro:hover .cart {
  background-color: var(--bgColor);
  color: #fff;
}
.page_banner {
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_banner h2 {
  padding-top: 135px;
  padding-left: 90px;
  font-size: 35px;
  font-weight: bold;
}
.page_banner h2 span {
  font-size: 28px;
  display: block;
  font-weight: normal;
}
.about_box {
  min-height: 700px;
  background-image: url('../images/about_bg.png');
  background-size: 100%;
  background-color:#f5f5f5;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.about_box .title {
  padding-top: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.about_box .content {
  margin-top: 45px;
  font-size: 16px;
  line-height: 48px;
}
.newslist {
  margin-top: 20px;
  background-color: #fff;
  padding: 23px 30px;
}
.newslist .news_box li {
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}
.newslist .news_box li:first-child {
  padding-top: 0;
}
.newslist .news_box li:last-child {
  border: none;
}
.newslist .news_box .img {
  width: 220px;
  height: 120px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newslist .news_box .right {
  padding-right: 30px;
  width: calc(100% - 220px);
  padding-left: 20px;
}
.newslist .news_box .right .title {
  font-size: 18px;
  font-weight: bold;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newslist .news_box .right .time {
  color: #999;
  margin-top: 5px;
  font-size: 16px;
}
.newslist .news_box .right .content {
  margin-top: 5px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
  line-height: 25px;
}
.newslist .news_box li:hover .right .title {
  color: var(--fontColor);
}
.yaodian_list_out {
  margin-top: 13px;
}
.yaodian_list {
  margin-bottom: 20px;
}
.yaodian_list .nav_name {
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-weight: bold;
  font-size: 20px;
}
.yaodian_list .nav_name:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.yaodian_list .nav_name .shows {
  text-wrap: nowrap;
  margin-left: 20px;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: normal;
}
.yaodian_list .nav_name .shows::before {
  transition-duration: 0.2s;
  transform: rotate(180deg);
  margin-right: 5px;
  display: block;
  width: 24px;
  content: "";
  height: 24px;
  background-image: url('../images/jiantou.png');
}
.yaodian_list .nav_name [aria-expanded="true"]::before {
  transform: rotate(0);
}
.yaodian_list .prolist {
  margin-top: 10px;
}
.proinfo_top {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 15px 13px 20px 18px;
  border-radius: 5px;
}
.proinfo_top .title {
  font-size: 22px;
  font-weight: bold;
}
.proinfo_top .enname {
  font-size: 16px;
}
.proinfo_top .infoText {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.proinfo_top .infoText span {
  text-wrap: nowrap;
  margin-right: 100px;
}
.proinfo_top .enname {
  font-size: 16px;
}
.proinfo_top .tongyici {
  margin-top: 5px;
}
.proinfo_top .kj-table tbody tr td .login_btn,
.proinfo_top .kj-table tbody tr td .newPrice {
  color: #ef0000;
  font-weight: bold;
}
.proinfo_top .kj-table tbody tr td {
  padding: 10px 8px;
}
.proinfo_top .kj-table {
  border: 1px solid #DDDDDD;
  border-bottom: none;
}
.proinfo_top .table {
  margin-bottom: 0;
}
.proinfo_top .box {
  margin-top: 5px;
  display: flex;
}
.proinfo_top .box .left {
  width: 300px;
  margin-right: 20px;
}
.proinfo_top .box .left .img {
  display: flex;
  height: 300px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
.proinfo_top .box .left .sds {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 2px;
  background-color: #E8E8E8;
  font-size: 14px;
}
.proinfo_top .box .left .sds::before {
  color: var(--fontHoverColor);
  font-size: 20px;
}
.proinfo_top .box .left .sds:hover {
  background-color: var(--bgColor);
  color: #fff;
}
.proinfo_top .box .left .sds:hover::before {
  color: #fff;
}
.proinfo_top .box .right {
  margin-top: 9px;
  width: calc(100% - 320px);
}
.proinfo_top .btns {
  margin-top: 10px;
  display: flex;
  justify-content: right;
}
.proinfo_top .btns a {
  margin-left: 10px;
}
.proinfo_top .btns .shoucang {
  width: 120px;
  border-radius: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF911B;
  color: #ff911b;
  font-weight: bold;
}
.proinfo_top .btns .shoucang:hover {
  background-color: #FF911B;
  color: #fff;
}
.proinfo_top .btns .moreinquire {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bgHoverColor);
  color: #fff;
  border-radius: 40px;
}
.proinfo_top .btns .moreinquire:hover {
  background-color: #0d9e9c;
}
.proinfo_top .btns .cart {
  width: 148px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bgColor);
  color: #fff;
  border-radius: 40px;
}
.proinfo_top .btns .cart:hover {
  background-color: #074881;
}
.proinfo_top .btns .cart i {
  margin-right: 5px;
}
.proinfo_tab {
  margin-top: 22px;
}
.proinfo_tab .nav-tabs > li {
  margin: 0;
  width: 150px;
  margin-right: 10px;
}
.proinfo_tab .nav-tabs > li:last-child {
  margin-right: 0;
}
.proinfo_tab .nav-tabs > li > a {
  background-color: #C7E5FF;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 16px;
  border: 0;
  font-weight: bold;
  color: var(--fontColor);
  padding: 0;
  border-radius: 5px 5px 0 0px;
  line-height: 44px;
  text-align: center;
}
.proinfo_tab .tab-pane {
  background-color: #fff;
  padding: 20px 10px 20px;
}
.proinfo_tab .nav-tabs {
  border-bottom: none;
}
.proinfo_tab .table {
  margin-bottom: 0;
}
.proinfo_tab .table > tbody > tr > th {
  font-weight: normal;
  text-align: center;
  border-right: 1px solid #E4E4E4;
}
.proinfo_tab .table > tbody > tr > td {
  padding: 11px;
  border-color: #e4e4e4;
}
.proinfo_tab .nav-tabs > li.active > a,
.proinfo_tab .nav-tabs > li.active > a:focus,
.proinfo_tab .nav-tabs > li.active > a:hover,
.proinfo_tab .nav-tabs > li > a:hover,
.proinfo_tab .nav-tabs > li > a:focus {
  border: none;
  background-color: var(--bgColor);
  color: #fff;
}
.proinfo_tab .table > tbody > tr:first-child td {
  border-top: 0;
}
.proinfo_tab .table > tbody > tr:first-child th {
  border-top: 0;
}
.proinfo_tab .sms {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.proinfo_tab .sms::before {
  font-size: 18px;
  color: var(--bgColor);
}
.proinfo_tab .activeBox {
  background-color: #fff;
}
.proinfo_relapro h3 {
  line-height: 44px;
  background-color: var(--bgColor);
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin: 20px 0 23px;
  font-size: 16px;
  font-weight: bold;
}
.proinfo_relapro .pro {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.proinfo_relapro .pro:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.swiper-button-next:after, .swiper-button-prev:after{display:none;}
.article_box{
    margin-top:20px;
}
.map_box {
    margin-bottom: 60px;
}
.contact_us_box{
    padding-top:20px;
}
.newslist{
    margin-bottom:60px;
}
.proinfo_top .box .left .img img{
    max-width:100%;
    max-height:100%;
}
.kj-table tbody tr td a.car_btn{
    font-size:22px;
}
.proinfo_content{
    line-height:28px;
}
.proinfo_content img{
    max-width:100%;
    height:auto !important;
}
/*分页*/
.kj-page{text-align:center;}
.kj-page .pagination{margin:40px 0 20px 0;display:flex;justify-content:center;}
    .kj-page .pagination > li > a, .kj-page .pagination > li > span {
        font-size: 13px;
        margin: 3px;
        padding: 0;
        width: 32px;
        height: 32px;
        line-height: 30px;
        border-radius: 5px;
        color: #666;
    }
.kj-page .pagination > li > a:hover,.kj-page .pagination > li > span:hover{background:#fff;color:#0869C0;border-color:#0869C0;}
.kj-page .pagination > li.active > a{background:#0869C0;color:#fff;border-color:#0869C0;}
.kj-productright .kj-table .kj-pro-num-box{width:62px;}
.kj-productright .kj-table tbody tr td a.car_btn{margin:0 auto;}
.consumables_list{
    margin-top:30px;
    margin-bottom:60px;
}
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;
}
.proinfo_top .box .left .img{
    position:relative;
}
.proinfo_top .box .left .img i{
    position: absolute;
    color: #999;
    bottom: -1px;
    font-size: 22px;
    right: 4px;
}
.login_btn{
    text-wrap:nowrap;
}
.prolist .row{
    display:flex;
    flex-wrap:wrap;
}
.prolist .row .pro{
    
}
.pro{
    height:100%;
}
.index_advantage .right .box:first-child, .index_advantage .right .box:nth-child(3){
    padding-right:60px
}
.index_advantage .right .box:nth-child(2), .index_advantage .right .box:nth-child(4) {
    padding-left: 60px
}
.page_map_out .container{
    display:flex;
    justify-content:space-between;
}
.page_map_out .container::before,.page_map_out .container::after{
    display:none;
}
.page_map_out .navlist2 a {
    line-height: 40px;
    display:inline-block;
    padding: 0 33px;
    font-size: 16px;
    color: #666;
}
    .page_map_out .navlist2 a:hover, .page_map_out .navlist2 a.active{
        background-color:#0869C0;
        color:#fff;
   
    }
.page_map_out .navlist2{
    display:flex;
}
.float_box ul li i .kj-shopcart-count {
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    line-height: 14px;
    padding: 0 4px;
    right: 10px;
    top: 8px;
    height: 14px;
    display: inline;
    background: #EA3838;
}
.float_box ul li i{
    position:relative;
}

.index_news .news_out ul li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    transition-duration: .2s;
    opacity: 0;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--bgColor);
}
.index_news .news_out ul li:hover {
    transform: translateY(-5px);
}
.index_news .news_out ul li:hover::after{
    opacity:1;
}
.dingzhi_inquire{padding:20px 40px;}
.inquire_item {
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom:10px;
}
.inquire_item span{
    color:#999;
    text-wrap:nowrap;
    width:120px;
    flex:0 0 120px;
}
.inquire_item sup{color:red;}
    .inquire_item [type="text"], .inquire_item [type="number"] {
        width: 280px;
        border: 1px solid #ddd;
        height: 40px;
        padding-left: 12px;
        border-radius: 3px;
    }
.inquire_item select{width:100px;border:1px solid #ddd;height:40px; margin-left:15px;border-radius:3px;text-align:center;}
.inquire_item .tag{padding:3px 10px 1px;color:var(--fontColor); background-color:#eaf6fc;margin-right:10px;border-radius:3px;}
.inquire_item{color:#666;}
.inquire_item .checkbox-inline{padding-left:0px;margin-right: 15px;margin-left:0;font-size:13px;}
.inquire_item .checkbox-inline input{position:relative;top:1px;margin-left:0px;margin-right:10px; }
#dingzhi_inquire{border:none;background-color:#0869C0;color:#fff;width:120px;height:40px;border-radius:3px;margin:0 auto;margin-top:30px;display:block;}

.site_top #navbox li .dropdown-menu{border:0;padding:0;margin:0;left:50%;transform:translateX(-50%);}
.site_top #navbox li .dropdown-menu li{margin:0;padding:0;}
.site_top #navbox li .dropdown-menu li a{padding:0 10px;color:#333;font-size:14px;font-weight:normal;line-height:40px;text-align:center;display:flex;align-items:center;justify-content:space-between;height: 40px;}
.site_top #navbox li .dropdown-menu li a:hover{background-color:var(--bgColor);color:#fff;}
.site_top #navbox li .dropdown-menu li .dropdown-menu{left:100%;transform:none;top:0;}