@CHARSET "UTF-8";
/*base style for css file*/
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;
	font-family: "微软雅黑",Arial,Helvetica,sans-serif;
	
}
html{
	font-size:62.5%;
	position:relative;
}
table,caption,tbody,tfoot,thead,tr,th,td{
	/*border-collapse:collapse;8*/
  	margin:0;
	padding:0;
	outline:0;
	font-family : "微软雅黑",Arial,Helvetica,sans-serif;
}

ul,ol {
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}

/*remember to define focus styles!*/
:focus{
	outline:0;
}

/*remember to highlight inserts somehow!*/
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}

/*tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse:collapse;
	
}


a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
}
a:focus{
	text-decoration: none;
	outline-offset:0;
	outline: none;
}

.fr {
	float:right;
}
.fl {
	float:left;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

div.quotes {
	padding: 3px;MARGIN:20px 5px; text-align: right; font-size:12px;
}
div.quotes A {
	BORDER-RIGHT: #ddd 1px solid; padding-RIGHT:2px 5px; BORDER-TOP: #ddd 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; color: #aaa; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; text-decoration: none
}
div.quotes A:hover {
	BORDER-RIGHT: #a0a0a0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
div.quotes A:active {
	BORDER-RIGHT: #a0a0a0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
div.quotes SPAN.current {
	BORDER-RIGHT: #e0e0e0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #e0e0e0 1px solid; padding-LEFT: 5px; FONT-WEIGHT: bold; padding-BOTTOM: 2px; BORDER-LEFT: #e0e0e0 1px solid; color: #aaa; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #e0e0e0 1px solid; BACKGROUND-color: #f0f0f0
}
div.quotes SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; padding-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; color: #ccc; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}

.blue{ color:#1884cf;}
.green{ color: #093;}
.red{ color:#da251c;}














@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%;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}
.proinfo_tab .active_box .noPro img{height:150px !important;}

.kj-scroll-floorbox {
    position: fixed;
    transition: all 0.5s ease 0s;
    background-color: #ffffff;
    z-index: 1003;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}

.kj-scroll-floorbox-title {
    border-bottom: 1px solid #dddddd;
    background-color: #f8f8f8;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kj-floor-pos-h-right {
    right: 10px;
}

.kj-floor-pos-h-left {
    left: 10px;
}

.kj-floor-pos-v-middle {
    top: 50%;
    transform: translateY(-50%);
}


.kj-scroll-floor-href {
    display: block;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 12px;
    padding-right: 12px;
    text-align:center;
}
.kj-scroll-floor-gototop {
    display: block;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align:center;
}
.kj-scroll-floor-gototop i{font-size:12px;margin-left:3px;font-weight:bold;}
.kj-scroll-floor-href:hover, .kj-scroll-floor-href.flooractive, .kj-scroll-floor-gototop, .kj-scroll-floor-gototop:hover {
    background-color: #009843;
    color: #ffffff;
}

/*手机浮动*/
.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:#009843;}
.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:#009843;color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:#014b21;}
#blukquote_dialog .modal-footer input:hover{color:#fff;}


/*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:#bbb;text-align:center;vertical-align:bottom;margin-bottom:10px;border-radius:3px;transition:all 0.2s linear 0s;cursor:pointer;}
.float_box ul li i{font-size:28px;color:#fff;display:block;line-height:30px;padding-top:11px;transition:all 0.2s linear 0s;}
.float_box ul li span{font-size:12px;color:#fff;display:block;line-height:20px;transition:all 0.2s linear 0s;}
.float_box ul li:hover{background:#009843;}
.float_box ul li:hover i{color:#fff;}
.float_box ul li:hover span{color:#fff;}
.float_box ul li .qq_box{position:absolute;right:50px;top:0;display:none;background:#009843;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 #009843;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:#009843;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:#009843;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;}
.float_box ul li#weixin2:hover .code_box{display:block;}
.phone_top{display:none;position:fixed;bottom:60px;right:10px;}
.phone_top i{color:#009843;font-size:40px;}



/*品牌列表*/
.brand_btn{margin-top:15px;display:flex;border-bottom:2px solid #c8c8c8;margin-bottom:30px;}
.brand_btn a{margin-right:12px;width:calc((100% - 84px)/8);height:40px;line-height:40px;text-align:center;font-size:15px;color:#333333;position:relative;background:#eeeeee;}
.brand_btn a:nth-child(8n){margin-right:0;}
.brand_btn a:after{
    content:"";width:100%;height:2px;background:none;position:absolute;left:0;bottom:-2px;
}
.brand_btn a:hover{color:#0062c4;}
.brand_btn a.active:after{background:#0062c4;color:#0062c4;}
.brand_btn a.active{color:#0062c4;}

.brand_list_ul{display:flex;flex-wrap:wrap;}
.brand_list_ul li{width:calc((100% - 126px)/8);margin-right:18px;margin-bottom:18px;border:1px solid #dedede;height:127px;padding-top:12px;transition:all 0.2s linear 0s;}
.brand_list_ul li:nth-child(8n){margin-right:0;}
.brand_list_ul li .img_btn{display:flex;height:66px;justify-content:center;align-items:center;padding:0 10px;}
.brand_list_ul li .img_btn img{max-width:100%;}
.brand_list_ul li .title_btn{display:block;text-align:center;font-size:14px;color:#333333;line-height:38px;width:100%;height:38px;padding:0 5px;overflow:hidden;}
.brand_list_ul li:hover{box-shadow:0 0 5px rgba(0,0,0,0.2);}
.brand_list_ul li .title_btn:hover{color:#0062c4;}

.news_brand{background:none;}
.news_brand ul li{border:1px solid #dedede;border-radius:3px;overflow:hidden;}
/*分页*/
.kj-page{text-align:center;}
.kj-page .pagination{margin:40px 0 20px 0;}
.kj-page .pagination > li > a,.kj-page .pagination > li > span{font-size:13px;margin:3px;padding:0;width:40px;height:28px;line-height:26px;border-radius:5px;color:#999;}
.kj-page .pagination > li > a:hover,.kj-page .pagination > li > span:hover{background:#009843;color:#fff;border-color:#009843;}
.kj-page .pagination > li.active > a{background:#009843;color:#fff;border-color:#009843;}


/*联系我们**/
.contact_us_box h1{font-size:30px;color:#009843;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:#009843;text-decoration:underline;}
.contactUs_info .left span i{color:#009843;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.39s;
}
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;
  vertical-align: baseline;
  background: transparent;
}
body {
  --bgColor: #009843;
  --bgHoverColor: #014b21;
  --fontColor: #009843;
  --fontHoverColor: #014b21;
  padding-top: 170px !important;
  background-color: #F4F4F4;
}
.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 .top_search {
  height: 120px;
  display: flex;
  align-items: center;
  align-self: start;
}
.site_top .top_search .col-sm-3 {
  width: 266px;
  text-align: center;
}
.site_top .top_search .col-sm-3 img {
  max-width: 100%;
}
.site_top .top_search .col-sm-9 {
  width: calc(100% - 266px);
  padding-left: 205px;
}
.site_top .search_all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_top .search_all .link {
  display: flex;
  color: #222;
  margin-right: 25px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.site_top .search_all .link i {
  font-size: 20px;
  margin-right: 10px;
}
.site_top .search_all .link a {
  color: #222;
}
.site_top .search_all .link a:hover {
  color: var(--fontColor);
}
.site_top .search_all .link span {
  margin: 0 15px;
  position: relative;
  top: -1px;
}
.site_top .searchBox {
  width: 715px;
  border: 1px solid #8A8A8A;
  position: relative;
  overflow:hidden;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}
.site_top .searchBox input {
  height: 38px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  padding-left: 13px;
  outline: none;
  width: calc(100% - 60px);
}
.site_top .searchBox input:focus {
  box-shadow: none;
}
.site_top .searchBox input::placeholder {
  color: #999;
}
.site_top .searchBox button {
  position: absolute;
  right: -2px;
  padding: 0;
  line-height: 40px;
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 8px;
  text-align: center;
  top: -1px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  width: 60px;
  border: none;
  color: #fff;
  font-size: 26px;
  background: var(--bgColor);
  transition-duration: 0.39s;
}
.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 {
  background-color: var(--bgColor);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
}
.site_top .navbox .right_box {
  height: 50px;
  align-items: center;
  float: right;
  display: flex;
  color: #fff;
  font-weight: bold;
}
.site_top .navbox .right_box a {
  color: #fff;
}
.site_top .navbox .right_box span::after {
  width: 1px;
  height: 20px;
  background-color: #fff;
  opacity: 0.5;
  display: block;
  content: "";
  margin: 0 20px;
}
.site_top .navbox .right_box .cart {
  padding-top: 1px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.site_top .navbox .right_box .cart::before {
  font-size: 20px;
  font-weight: normal;
  margin-right: 5px;
}
.site_top .navbox .right_box .cart i {
  font-style: normal;
}
.site_top .navbox .right_box span {
  display: flex;
  align-items: center;
}
.site_top #navbox {
  padding: 0;
}
.site_top #navbox .tel {
  margin-top: 14px;
  float: right;
  color: #fff;
  display: flex;
  align-items: center;
}
.site_top #navbox .tel span {
  margin: 0 13px;
  display: block;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.site_top .nav_all li a {
  padding: 15px 30px;
  font-weight: bold;
  color: #fff;
}
.site_top .nav_all li a:hover,.site_top .nav_all li.active a {
  background-color: #fff;
  color: #333;
}
.site_top .nav_all .li-procata {
  position: relative;
}
.site_top .nav_all li:hover .dropdown-menu {
  display: block;
}
.index_swiper {
  height: 600px;
  width: 100%;
}
.index_swiper .swiper-button-next,
.index_swiper .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;
}
.index_swiper .swiper-button-next:hover,
.index_swiper .swiper-button-prev:hover {
  background-color: #333;
  color: #fff;
}
.index_swiper .swiper-slide {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_swiper .swiper-pagination {
  text-align: center;
}
.index_swiper .swiper-pagination-bullet {
  opacity: 1;
  transition-duration: 0.39s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 0 7.5px !important;
}
.index_swiper .swiper-pagination-bullet-active {
  background-color: var(--bgColor);
  border-color: var(--bgColor);
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}
.index_advantage {
  margin-top: 65px;
  margin-left: 0;
  margin-right: -20px;
}
.index_advantage .col-md-3 {
  padding-left: 0;
  padding-right: 20px;
}
.index_advantage .box {
  height: 160px;
  background-color: #fff;
  padding: 25px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  transition-duration: 0.2s;
}
.index_advantage .box .img {
  flex: 0 0 100px;
}
.index_advantage .box .info h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: bold;
}
.index_advantage .box .info .content {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.index_advantage .box:hover {
  transform: translateY(-5px);
}
.index_title {
  margin-bottom: 15px;
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_title h3 {
  font-size: 30px;
  font-weight: bold;
}
.index_title .nav-tabs {
  border: none;
  display: flex;
  justify-content: right;
  width: 65%;
  overflow: hidden;
  overflow-x: auto;
}
.index_title .nav-tabs li {
  margin: 0;
  flex: 0 0 auto;
}
.index_title .nav-tabs li a {
  margin: 0;
  border: none;
  padding: 0;
  background: linear-gradient(#4ee6b0, #009d65);
  color: #ffff;
  padding: 3px 16px;
  margin-left: 15px;
  border-radius: 20px;
  border: 1px solid #009E65;
  border-bottom: 0;
  position: relative;
  display: block;
  text-wrap: nowrap;
  transition-duration: 0.3s;
}
.index_title .nav-tabs li a:hover,
.index_title .nav-tabs li a:focus,
.index_title .nav-tabs li a:active {
  background: var(--bgColor);
  border: 1px solid #009E65;
  border-top: 0;
}
.index_title .nav-tabs li.active a {
  background: var(--bgColor);
  border: 1px solid #009E65;
  border-top: 0;
  color: #fff;
}
.index_title .nav-tabs li.active a:hover,
.index_title .nav-tabs li.active a:focus,
.index_title .nav-tabs li.active a:active {
  background: var(--bgColor);
  border: 1px solid #009E65;
  border-top: 0;
}
.index_title .nav_tabs {
  display: flex;
  justify-content: right;
  width: 65%;
  overflow: hidden;
  overflow-x: auto;
}
    .index_title .nav_tabs a {
        color: #333;
        padding: 3px 16px;
        margin-left: 15px;
        border-radius: 20px;
        border: 1px solid transparent;
        border-bottom: 0;
        position: relative;
        display: block;
        text-wrap: nowrap;
        transition-duration: 0.3s;
    }
    .index_title .nav_tabs a:hover,
    .index_title .nav_tabs a:focus,
    .index_title .nav_tabs a:active {
        border: 1px solid #009E65;
        background: var(--bgColor);
        color: #fff;
        background: linear-gradient(#4ee6b0, #009d65);
        border-top: 0;
    }
.index_recommend {
  margin-bottom: 70px;
}
.index_recommend .product_recommend {
  background: #fff;
  position: relative;
  height: 260px;
}
.index_recommend .product_recommend .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.index_recommend .product_recommend .swiper-slide {
  border-right: 1px dotted #b5b5b5;
  height: 260px;
  position: relative;
}
.index_recommend .product_recommend .swiper-slide:last-child {
  border-right: 0;
}
.index_recommend .product_recommend .swiper-slide .img_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 175px;
  transition: all 480ms ease 0s;
  padding: 0 10px;
}
.index_recommend .product_recommend .swiper-slide .img_btn img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1, 1);
  transition-duration: 400ms;
  transition-timing-function: ease-out;
}
.index_recommend .product_recommend .swiper-slide .title_btn {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.index_recommend .product_recommend .swiper-slide .base_info {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.index_recommend .product_recommend .swiper-slide .base_info span {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  padding: 0 5px;
  position: relative;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_recommend .product_recommend .swiper-slide .base_info span:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #959595;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.index_recommend .product_recommend .swiper-slide .base_info span:first-child:before {
  width: 0;
}
.index_recommend .product_recommend .swiper-slide .price {
  text-align: center;
  color: var(--fontColor);
  font-size: 16px;
  font-family: Arial;
}
.index_recommend .product_recommend .swiper-slide:hover .img_btn img {
  transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
}
.index_recommend .product_recommend .swiper-slide:hover .title_btn {
  color: var(--fontColor);
}
.index_recommend .product_recommend .swiper-slide:hover .img_btn .discounttips {
  opacity: 0;
}
.index_recommend .product_recommend .swiper-slide .tip {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
}
.floorbox .index_title {
  margin-bottom: 20px;
  margin-top: 50px;
}
.floorbox .box {
  display: flex;
}
.floorbox .box .left_box {
  margin-right: 20px;
  padding: 40px 20px;
  width: 300px;
  height: 570px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.floorbox .box .left_box h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #0063a3;
}
.floorbox .box .right_box {
  width: calc(100% - 320px);
}
.floorbox .box .right_box .row {
  margin-left: 0;
  margin-right: -20px;
}
.floorbox .box .right_box .col-lg-2 {
  width: 20%;
  padding-left: 0;
  padding-right: 20px;
}
.floorbox .box .right_box .pro {
  margin-bottom: 10px;
  padding-bottom: 8px;
  background-color: #fff;
  transition-duration: 0.2s;
}
.floorbox .box .right_box .pro .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 217px;
}
.floorbox .box .right_box .pro .img img {
  max-width: 90%;
  max-height: 90%;
}
.floorbox .box .right_box .pro .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
  -webkit-box-orient: vertical;
}
.floorbox .box .right_box .pro .kj-pre-price {
  margin-top: 10px;
  color: #d20000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.floorbox .box .right_box .pro:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.index_news .index_title {
  margin-top: 35px;
}
.index_news .news_box {
  display: flex;
}
.index_news h4 {
  display: flex;
  font-size: 20px;
  height: 67px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.index_news h4 a {
  color: #666;
  border: 1px solid #eee;
  padding: 4px 7px 2px;
  font-size: 13px;
  border-radius: 20px;
}
.index_news h4 a:hover {
  background-color: var(--bgColor);
  color: #fff;
  border-color: var(--bgColor);
}
.index_news ul li {
  list-style: none;
  line-height: 54px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid #eee;
}
.index_news ul li a {
  font-size: 15px;
  color: #666;
}
.index_news ul li a:hover {
  text-decoration: underline;
  color: var(--fontColor);
}
.index_news ul li:last-child {
  border: none;
}
.index_news .industry_news {
  width: 464px;
  height: 348px;
  background-color: #fff;
  padding: 0 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.index_news .company_news {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  width: 464px;
  width: calc(100% - 464px - 15px);
  margin-right: 15px;
  background-color: #fff;
  height: 348px;
}
.index_news .company_news ul {
  width: calc(100% - 396px);
  margin-left: 20px;
}
.index_news .company_news .box {
  display: flex;
}
.index_news .company_news .news_swiper {
  width: 376px;
  height: 238px;
  margin: 0;
  margin-top: 20px;
}
.index_news .company_news .news_swiper .swiper-button-next,
.index_news .company_news .news_swiper .swiper-button-prev {
  top: 54%;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 33px;
}
.index_news .company_news .news_swiper .swiper-button-next:hover,
.index_news .company_news .news_swiper .swiper-button-prev:hover {
  background-color: var(--bgColor);
  color: #fff;
}
.index_news .company_news .news_swiper .swiper-button-prev {
  left: 0;
}
.index_news .company_news .news_swiper .swiper-button-next {
  right: 0;
}
.index_news .company_news .news_swiper .swiper-slide {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_news .company_news .news_swiper .swiper-slide span {
  line-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 15px;
  color: #fff;
  z-index: 3;
}
.index_news .company_news .news_swiper .swiper-slide::after {
  height: 25%;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  z-index: 2;
}
.index_news .company_news .news_swiper .swiper-slide:hover span {
  text-decoration: underline;
}
.index_brand .row {
  margin-left: 0;
  margin-right: -25px;
}
.index_brand .row .col-lg-2 {
  padding-left: 0;
  padding-right: 25px;
}
.index_brand .brand {
  margin-bottom: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(26, 110, 152, 0.2);
}
.index_brand .brand img {
  max-width: 90%;
  max-height: 90%;
}
.index_brand .brand:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(26, 110, 152, 0.4);
}
.footer {
  background-color: #222222;
  padding-top: 60px;
  border-top: 10px solid var(--bgColor);
  margin-top: 95px;
}
.footer ul {
  padding-bottom: 55px;
  display: flex;
  justify-content: space-between;
  color: #666;
}
.footer ul li {
  line-height: 25px;
  list-style: none;
}
.footer ul h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer ul a {
  display: block;
  color: #fff;
}
.footer ul a:hover {
  text-decoration: underline;
}
.footer ul div {
  display: flex;
  align-items: center;
}
.footer ul .btm_logo h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.footer ul .imagecode {
  text-align: center;
  margin-top: 5px;
}
.footer ul .imagecode h3 {
  font-size: 16px;
  margin-top: 15px;
  font-weight: normal;
}
.footer ul .imagecode img {
  width: 130px;
}
.footer .ftm {
  border-top: 1px solid #929292;
  padding: 9px 0;
  color: #fff;
  font-size: 12px;
}
.footer .ftm a {
  color: #fff;
}
.footer .ftm .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .ftm .technology {
  margin-left: 40px;
}
.footer .ftm a:hover {
  text-decoration: underline;
}
.page_banner {
  height: 429px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_banner h2 {
  font-size: 44px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.page_banner h2 span {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: normal;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
}
/*面包屑*/
.page_map {
  margin-top: 20px;
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px;
  border-radius: 5px;
  padding-right: 20px;
  background-color: #fff;
}
.page_map i {
  color: var(--fontColor);
  font-size: 18px;
  position: relative;
  margin-right: 7px;
  top: 1px;
}
.page_map .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.page_map .breadcrumb a:hover {
  text-decoration: underline;
}
.page_map .breadcrumb > li + li:before {
  color: #666;
}
.page_map .breadcrumb .active {
  color: #666;
}
.page_map .breadcrumb .active span {
  color: #666;
}
.page_article {
  padding: 35px 30px;
  background-color: #fff;
  border-radius:5px;
}
.page_article .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.page_article .title::after {
  width: 58px;
  height: 4px;
  background-color: var(--bgColor);
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.page_article .content {
  line-height: 48px;
  font-size: 16px;
  margin-top: 35px;
}
.page_article .about_box {
  display: flex;
  justify-content: space-between;
}
.page_article .about_box .left ol {
  margin-top: 65px;
  font-size: 16px;
  list-style: none;
}
.page_article .about_box .left ol li {
  display: flex;
  margin-bottom: 18px;
}
.page_article .about_box .left ol i {
  width: 15px;
  flex: 0 0 15px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  height: 15px;
  border: 2px solid var(--bgColor);
  border-radius: 50%;
}
.page_article .about_box .left ol b {
  text-wrap: nowrap;
}
.page_article .about_box .img {
  width: 667px;
  height: 333px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_box {
  display: flex;
  align-items: flex-start;
}
.page_box .left_navlist {
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 1px;
  background-color: #fff;
  width: 250px;
  font-size: 16px;
}
.page_box .left_navlist h4 {
  line-height: 50px;
  padding-left: 15px;
  font-size:16px;
  background-color: var(--bgColor);
  color: #fff;
  font-weight: bold;
}
.page_box .left_navlist a:last-child {
  margin-bottom: 20px;
}
.page_box .left_navlist a {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  justify-content: space-between;
  height: 35px;
}
.page_box .left_navlist a i {
  color: #666;
}
.page_box .left_navlist a.active,
.page_box .left_navlist a:hover {
  color: var(--fontColor);
}
.page_box .left_navlist a.active i,
.page_box .left_navlist a:hover i {
  color: var(--fontColor);
}
.page_box .left_navlist a.active {
  font-weight: bold;
}
.page_box .right_box {
  background-color: #fff;
  margin-left: 20px;
  border-radius:5px;
  padding:1px 0;
  width: calc(100% - 270px);
}
.page_box .right_box .news_box {
  padding: 0 30px;
}
.page_box .right_box .noPro{
    margin:20px 0;
}
.page_box .right_box .news_box li {
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
}
.page_box .right_box .news_box li:last-child {
  border: none;
}
.page_box .right_box .news_box .img {
  width: 220px;
  height: 120px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_box .right_box .news_box .right {
  padding-right: 30px;
  width: calc(100% - 220px);
  padding-left: 20px;
}
.page_box .right_box .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;
}
.page_box .right_box .news_box .right .time {
  color: #999;
  margin-top: 5px;
  font-size: 16px;
}
.page_box .right_box .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;
}
.page_box .right_box .news_box li:hover .right .title {
  color: var(--fontColor);
}
/*筛选*/
.filter_box {
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
}
.filter_box ul {
  display: block;
  width: 100%;
  padding: 0;
}
.filter_box ul li {
  display: flex;
  padding: 6px 0;
}
.filter_box ul li label {
  width: 75px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
}
.filter_box ul li .filter_btn {
  width: calc(100% - 140px);
  height: 28px;
  overflow: hidden;
}
.filter_box ul li .filter_btn a {
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
  padding: 0 10px;
}
.filter_box ul li .filter_btn a:hover {
  color: #fff;
  background: var(--bgColor);
}
.filter_box ul li .filter_btn a.active {
  color: #fff;
  background: var(--bgColor);
}
.filter_box ul li .viewmore {
  width: 65px;
  height: 28px;
  color: #333333;
  line-height: 28px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.filter_box ul li .viewmore i {
  font-size: 12px;
  margin-left: 3px;
  color: #aaaaaa;
  transition: all 0.2s linear 0s;
}
.filter_box ul li .viewmore:hover {
  color: #e60012;
}
.filter_box ul li .viewmore:hover i {
  color: #e60012;
}
.exhibition_box {
  display: flex;
  height: 40px;
  align-items: center;
  background: #fff;
  margin-bottom: 10px;
}
.exhibition_box label {
  width: 75px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.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: #fff;
  background: #bbbbbb;
  border-radius: 2px;
}
.exhibition_box a i {
  margin-right: 5px;
}
.exhibition_box a:hover {
  background: var(--bgColor);
}
.exhibition_box a.active {
  background: var(--bgColor);
}
.exhibition_box a:active {
  position: relative;
  top: 2px;
}
/*产品列表*/
.product_list_ul2 {
  display: block;
  width: 100%;
}
.product_list_ul2 li {
  border-radius: 6px;
  background: #fff;
  display: block;
  width: 100%;
  margin-top: 20px;
  transition: all 0.2s linear 0s;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.product_list_ul2 li .cart {
  display: flex;
  justify-content: right;
  padding-bottom: 15px;
}
.product_list_ul2 li .cart a {
  background-color: var(--bgColor);
  width: 140px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  height: 42px;
}
.product_list_ul2 li .cart a:hover {
  background-color: var(--bgHoverColor);
}
.product_list_ul2 li .pro_description {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  position: relative;
  min-height: 105px;
}
.product_list_ul2 li .pro_description .img_btn {
  width: 90px;
  height: 90px;
  border: 1px solid #ddd;
  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% - 130px);
  padding-top: 25px;
  padding-right: 130px;
  padding-bottom: 30px;
}
.product_list_ul2 li .pro_description .right_info .name_btn {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 5px;
}
.product_list_ul2 li .stock_btn {
  position: absolute;
  right: 35px;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  font-weight: bold;
  top: 50%;
  display: flex;
  align-items: center;
  padding: 4px 15px;
  border-radius: 30px;
}
.product_list_ul2 li .stock_btn i {
  font-weight: normal;
  font-size: 12px;
  color: var(--fontColor);
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear 0s;
  transform: rotate(90deg);
}
.product_list_ul2 li .stock_btn i::before {
  position: relative;
  right: -1px;
}
.product_list_ul2 li .stock_btn::after {
  content: "展开";
}
.product_list_ul2 li .stock_btn.active i {
  transform: rotate(270deg);
  position: relative;
  right: 1px;
}
.product_list_ul2 li .stock_btn.active::after {
  content: "收起";
}
.product_list_ul2 li .prolist_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_list_ul2 li .kjcollapse {
  display: none;
  margin: 0 20px;
}
.product_list_ul2 li .kj-table table {
  margin-bottom: 15px;
}
.product_list_ul2 li .kj-table thead tr th {
  text-align: center;
  border: 0;
  background: #E5E5E5;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  color: #333;
}
.product_list_ul2 li .kj-table tbody tr td {
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #D4D4D4;
  border-top: 0;
  transition: all 0.2s linear 0s;
  padding: 10px;
}
.product_list_ul2 li .kj-table tbody tr td .price a {
  color: #c40000;
}
.product_list_ul2 li .kj-table tbody tr td .kj-pre-price {
  color: #da251d;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
}
.product_list_ul2 li .kj-table tbody tr td .oldPrice {
  font-style: normal;
}
.product_list_ul2 li .kj-table tbody tr:first-child td {
  border-top: 0;
}
.product_list_ul2 li .kj-table tbody tr:hover td {
  background: #f5f5f5;
}
.product_list_ul2 li .kj-table tbody tr td a.car_btn:hover {
  color: #b11b14;
}
.product_list_ul2 li .kj-table tbody tr td a.car_btn:active {
  position: relative;
  top: 2px;
}
.product_list_ul2 li .kj-table .kj-pro-num-box {
  margin: 0 auto;
  width: 60px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  vertical-align: middle;
  border-radius: 3px;
  display: flex;
}
.product_list_ul2 li .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;
}
.product_list_ul2 li .kj-table .kj-pro-num-box input {
  width: 28px;
  height: 28px;
  line-height: 29px;
  border: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.product_list_ul2 li .kj-table .kj-pro-num-box button:hover {
  background: #dedede;
}
.product_list_ul2 li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: var(--bgColor);
}
.product_list_ul2 li.selectActive {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product_list_ul2 li:hover .pro_description .right_info .name_btn {
  color: var(--fontColor);
}
.prolist .row {
  margin-left: 0;
  margin-right: -10px;
}
.prolist .col-md-3 {
  width: 20%;
  padding-left: 0;
  padding-right: 10px;
}
.pro {
  background-color: #fff;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 5px;
  margin-top: 20px;
}
.pro .img {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.pro .img img {
  max-width: 100%;
  max-height: 100%;
}
.pro .title {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 5px;
  height: 44px;
  line-height: 22px;
}
.pro .price {
  padding: 0 2px;
  display: flex;
  align-items: flex-end;
  margin-top: 8px;
}
.pro .price .kj-pre-price {
  color: #d61419;
  font-weight: bold;
  font-size: 16px;
}
.pro .price s {
  color: #999;
  position: relative;
  top: -2px;
  font-size: 12px;
}
.pro .cart {
  color: var(--fontColor);
  border-radius: 5px;
  height: 36px;
  display: flex;
  border: 1px solid var(--bgColor);
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  font-size: 14px;
}
.pro .cart::before {
  font-size: 18px;
  margin-right: 15px;
}
.pro .cart:hover {
  background-color: var(--bgColor);
  color: #fff;
}
.pro:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pro:hover .title {
  color: var(--fontColor);
}
.proinfo_top {
  background-color: #fff;
  padding: 20px 20px 15px;
  display: flex;
  border-radius: 5px;
}
.proinfo_top .left_box {
  width: 280px;
}
.proinfo_top .left_box .swiper-slide {
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.proinfo_top .left_box .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
}
.proinfo_top .left_box .mySwiper {
  height: 280px;
  width: 100%;
  overflow: hidden;
}
.proinfo_top .left_box .mySwipers {
  height: 45px;
  margin-top: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.proinfo_top .left_box .mySwipers .swiper-slide {
  border: 1px solid #E5E5E5;
}
.proinfo_top .left_box .mySwipers .swiper-slide-thumb-active {
  border: 1px solid #E3150A;
}
.proinfo_top .right_box {
  width: calc(100% - 280px);
  padding-left: 15px;
  padding-right: 90px;
}
.proinfo_top .right_box .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.proinfo_top .right_box .info_text {
  display: flex;
  margin-bottom: 10px;
}
.proinfo_top .right_box .info_text span {
  font-weight: bold;
  text-wrap: nowrap;
}
.proinfo_guige {
  background-color: #fff;
  padding: 0 20px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 20px;
  border-radius: 5px;
}
.proinfo_guige .box {
  display: flex;
  justify-content: right;
}
.proinfo_guige .box a {
  width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  height: 40px;
  border-radius: 40px;
  margin-right: 10px;
}
.proinfo_guige .box .shoucang {
  width: 40px;
  height: 40px;
  border: 1px solid var(--bgColor);
  color: var(--fontColor);
}
.proinfo_guige .box .shoucang i {
  font-size: 24px;
}
.proinfo_guige .box .shoucang:hover {
  background-color: var(--bgColor);
  color: #fff;
}
.proinfo_guige .box .xunjia {
  color: #010101;
  border: 1px solid #010101;
}
.proinfo_guige .box .xunjia:hover {
  background-color: #010101;
  color: #fff;
}
.proinfo_guige .box .cart {
  background-color: var(--bgColor);
  color: #fff;
  font-size: 14px;
}
.proinfo_guige .box .cart::before {
  margin-right: 8px;
  font-size: 16px;
}
.proinfo_guige .box .cart:hover {
  background-color: var(--bgHoverColor);
}
.proinfo_guige .kj-table thead tr th {
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  height: 40px;
  line-height: 40x;
  color: #333;
}
.proinfo_guige .kj-table tbody tr td {
  text-align: center;
  font-size: 14px;
  color: #666;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-top: 0;
  transition: all 0.2s linear 0s;
  padding: 10px;
}
.proinfo_guige .kj-table tbody tr td .kj-pre-price {
  color: #c20d0d;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
}
.proinfo_guige .kj-table tbody tr:first-child td {
  border-top: 0;
}
.proinfo_guige .kj-table tbody tr:hover td {
  background: #f5f5f5;
}
.proinfo_guige .kj-table .kj-pro-num-box {
  width: 60px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  vertical-align: middle;
  border-radius: 3px;
  display: flex;
  margin: 0 auto;
}
.proinfo_guige .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;
}
.proinfo_guige .kj-table .kj-pro-num-box input {
  width: 28px;
  height: 28px;
  line-height: 29px;
  border: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.proinfo_guige .kj-table .kj-pro-num-box button:hover {
  background: #dedede;
}
.proinfo_tab {
  margin-top: 50px;
}
.proinfo_tab .active_box {
   padding:20px;
   line-height:26px;
  word-break: break-all;
}
.proinfo_tab .active_box img {
  height: auto !important;
  max-width: 100%;
}
.proinfo_tab .wenxian li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px dashed #ddd;
}
.proinfo_tab .nav-tabs > li {
  margin: 0;
}
.proinfo_tab .nav-tabs > li > a {
  background-color: #ECFFF7;
  width: 140px;
  height: 45px;
  text-align: center;
  padding: 0;
  line-height: 45px;
  color: var(--fontColor);
  border: 0;
  font-size: 16px;
  margin-right: 10px;
  border-radius: 7px 7px 0 0;
}
.proinfo_tab .tab-pane {
  background-color: #fff;
  padding: 15px 10px 20px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.proinfo_tab .nav-tabs {
  border: 0;
}
.proinfo_tab .table {
  margin-bottom: 0;
}
.proinfo_tab .table > tbody > tr > th {
  border-right: 1px solid #E4E4E4;
  text-align: center;
}
.proinfo_tab .table > tbody > tr > td {
  padding: 10px;
  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: #20B573;
  color: #fff;
}
.proinfo_tab .table > tbody > tr:first-child td {
  border-top: 0;
}
.proinfo_tab .table > tbody > tr:first-child th {
  border-top: 0;
}

.profiler-results{display:none;}
.swiper-button-next:after, .swiper-button-prev:after{display:none;}

.site_top #navbox li .dropdown-menu{min-width:100%; border:0;padding:0;margin:0;left:50%;transform:translateX(-50%);}f.proinfo_tab .active_box
.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:center;height: 40px;}
.site_top #navbox li .dropdown-menu li a:hover{background-color:var(--bgColor);color:#fff;}
.site_top #navbox li .dropdown-menu li a span{display:inline-block;transform:rotate(-90deg);}
.site_top #navbox li .dropdown-menu li .dropdown-menu{left:100%;transform:none;top:0;display:none;}
.site_top #navbox li .dropdown-menu li:hover .dropdown-menu{display:block;}
.nav_link {display: flex;justify-content: center;margin-bottom: 30px;}
.nav_link a {border-radius: 40px;margin: 0 10px;padding: 11px 30px 10px;background-color: var(--bgColor) ;color: #fff;font-size: 16px;}
.nav_link a.active,.nav_link a:hover {background-color: var(--bgHoverColor);}
.site_top #navbox li.li-procata .dropdown-menu li a{justify-content:space-between;}
.kj-page .pagination{display:flex;justify-content:center;}
#shopcartitembox{
    display:none;
}
.nav_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_link{
    margin:20px 0;
}
.index_title a {
    color: #666;
    border: 1px solid #eee;
    padding: 4px 7px 2px;
    background-color:#fff;
    font-size: 13px;
    border-radius: 20px;
}
.index_title a:hover{
    background-color:#009843;
    color:#fff;
}
.proinfo_tab .wenxian li i{
    margin-right:5px;
    color:#009843;
}
.proinfo_repro {
  margin-top: 40px;
  position: relative;
}
.proinfo_repro h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
.proinfo_repro .swiper-button-next {
  right: -27px;
}
.proinfo_repro .swiper-button-prev {
  left: -27px;
}
.proinfo_repro .swiper-button-next,
.proinfo_repro .swiper-button-prev {
  background-image: none;
  width: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  top: 54%;
  background-color: #E4E4E4;
  color: #fff;
  transition-duration: 0.39s;
}
.proinfo_repro .swiper-button-next:hover,
.proinfo_repro .swiper-button-prev:hover {
  background-color: var(--bgColor);
  color: #fff;
}


@media only screen and (max-width: 1200px) {
    /*index*/
    .kj-navbar .navbar-nav .li-kj-nav-procata{display:none;}

    /**修改表单在ipd竖屏时可以有滚动条 **/
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

}
@media only screen and (max-width: 1130px) {

}
@media only screen and (max-width: 1024px) {
    /*float*/
    .float_box{display:none;}
    .phone_top{display:block;}


}
@media only screen and (max-width: 767px) {
    /**修改表单 **/
   .table-responsive{border:0;}
}
@media screen and (max-width: 1500px) {
  .container {
    width: 1200px;
  }
  .index_swiper {
    height: 490px;
  }
  .index_advantage .box {
    padding: 0 15px;
    height: 145px;
  }
  .index_advantage .box .img {
    flex: 0 0 80px;
  }
  .index_advantage .box .img img {
    width: 50px;
  }
  .index_advantage .box .info .content {
    font-size: 14px;
  }
  .index_recommend .product_recommend .swiper-slide .title_btn {
    font-size: 14px;
  }
  .floorbox .box .left_box {
    width: 250px;
    margin-right: 10px;
  }
  .floorbox .box .right_box {
    width: calc(100% - 260px);
  }
  .floorbox .box .right_box .col-lg-2 {
    padding-right: 10px;
  }
  .floorbox .box .right_box .row {
    margin-right: -10px;
  }
  .floorbox .box .right_box .pro .img {
    height: 180px;
  }
  .floorbox .box .right_box .pro .title {
    font-size: 14px;
  }
  .floorbox .box .left_box {
    height: 492px;
  }
  .index_news .company_news .news_swiper {
    width: 340px;
  }
  .index_news .company_news ul {
    width: calc(100% - 360px);
  }
  .index_news ul li a {
    font-size: 14px;
  }
  .index_news ul li {
    line-height: 51px;
  }
  .index_brand .row .col-lg-2 {
    padding-right: 15px;
  }
  .index_brand .row {
    margin-right: -15px;
  }
  .site_top .top_search .col-sm-9 {
    padding-left: 150px;
  }
  .site_top .searchBox {
    width: 550px;
  }
  .page_article .about_box .img {
    width: 550px;
    height: 284px;
  }
  .page_article .content {
    line-height: 40px;
    font-size: 15px;
  }
  .page_banner {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .site_top .top_search .col-sm-9 {
    padding-left: 40px;
  }
  .site_top .searchBox {
    width: 500px;
  }
  .index_swiper {
    height: 400px;
  }
  .index_advantage .box .info .content {
    font-size: 12px;
    line-height: 23px;
  }
  .index_advantage .box .info h3 {
    font-size: 17px;
  }
  .index_advantage .box .img {
    flex: 0 0 60px;
  }
  .index_advantage .box .img img {
    width: 40px;
  }
  .index_advantage .box {
    height: 125px;
  }
  .index_advantage {
    margin-right: -15px;
  }
  .index_advantage .col-md-3 {
    padding-right: 15px;
  }
  .floorbox .box .left_box {
    display: none;
  }
  .floorbox .box .right_box {
    width: 100%;
  }
  .index_news .company_news .news_swiper {
    display: none;
  }
  .index_news .company_news ul {
    width: 100%;
    margin-left: 0;
  }
  .index_news .company_news {
    width: 50%;
  }
  .index_news .industry_news {
    width: 50%;
  }
  .page_article .about_box .left ol {
    font-size: 14px;
  }
  .page_article .about_box .img {
    width: 500px;
    height: 250px;
  }
  .page_banner {
    height: 350px;
  }
  .prolist .col-md-3 {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 150px !important;
  }
  .container {
    width: 100%;
  }
  .site_top .top_search .col-sm-3 {
    width: 200px;
  }
  .site_top .top_search .col-sm-9 {
    width: calc(100% - 200px);
  }
  .site_top .searchBox {
    width: 355px;
  }
  .site_top .top_search {
    height: 100px;
  }
  .site_top .navbox .right_box {
    display: none;
  }
  .index_swiper {
    height: 300px;
  }
  .index_advantage .box {
    margin-bottom: 15px;
  }
  .index_title h3 {
    font-size: 26px;
  }
  .floorbox .box .right_box .pro .img {
    height: 150px;
  }
  .index_news .news_box {
    display: block;
  }
  .index_news .company_news {
    width: 100%;
    margin-right: 0;
  }
  .index_news .industry_news {
    margin-top: 20px;
    width: 100%;
  }
  .index_brand .row .col-lg-2 {
    width: 33.33%;
  }
  .footer {
    display: none;
  }
  .page_article .content {
    line-height: 35px;
    font-size: 14px;
  }
  .page_article .about_box .img {
    width: 380px;
    height: 200px;
  }
  .page_article .title {
    font-size: 24px;
  }
  .page_banner {
    height: 300px;
  }
  .page_banner h2 {
    font-size: 30px;
  }
  .page_banner h2 span {
    font-size: 20px;
  }
  .page_box {
    display: block;
  }
  .page_box .left_navlist {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_box .right_box {
    width: 100%;
    margin-left: 0;
  }
  .pro .img {
    height: 150px;
  }
  .product_list_ul2 li .pro_description .right_info .name_btn {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
  }
    .contactUs_info .left span {
        flex: 0 0 100%;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .site_top .top_search .col-sm-3 {
    width: 120px;
  }
  .site_top .top_search {
    height: 65px;
  }
  .site_top .search_all .link span {
    margin: 0 5px;
  }
  .site_top .search_all .link a {
    font-size: 12px;
  }
  .site_top .top_search .col-sm-9 {
    width: calc(100% - 120px);
    padding-left: 0;
  }
  .site_top .search_all .link i {
    display: none;
  }
  .site_top .search_all .link {
    margin: 0 5px;
  }
  .site_top #phone_button {
    background-color: #fff;
    margin: 0;
    padding: 0;
  }
  .site_top #phone_button span {
    background-color: #333;
  }
  .site_top .searchBox button {
    width: 40px;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  }
  .site_top .searchBox input {
    width: calc(100% - 40px);
    height: 28px;
    font-size: 12px;
  }
  .site_top .search_all .link {
    margin: 0 8px;
    padding-top: 4px;
  }
  body {
    padding-top: 65px !important;
  }
  .index_swiper {
    height: 165px;
  }
  .index_advantage .col-md-3 {
    width: 100%;
  }
  .index_advantage {
    margin-top: 20px;
  }
  .floorbox .box .right_box .col-lg-2 {
    width: 50%;
  }
  .index_brand .row .col-lg-2 {
    width: 50%;
  }
  .index_brand .brand {
    height: 80px;
  }
  .index_title h3 {
    font-size: 22px;
  }
  .index_title .nav-tabs {
    width: 75%;
  }
  .index_title {
    margin-top: 35px;
  }
  .page_article .about_box {
    display: block;
  }
  .page_article .about_box .img {
    width: 100%;
  }
  .page_banner {
    height: 180px;
  }
  .page_banner h2 {
    font-size: 24px;
  }
  .page_banner h2 span {
    font-size: 18px;
  }
  .page_box .right_box .news_box {
    padding: 0 15px;
  }
  .page_box .right_box .news_box li {
    display: block;
  }
  .page_box .right_box .news_box .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .page_box .right_box .news_box .img {
    width: 100%;
    height: 180px;
  }
  .prolist .col-md-3 {
    width: 50%;
  }
  .product_list_ul2 li .pro_description {
    display: block;
  }
  .product_list_ul2 li .pro_description .right_info {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 20px;
  }
  .product_list_ul2 li .pro_description .right_info .name_btn {
    display: block;
    font-size: 18px;
    line-height: 26px;
    height: auto;
  }
  .product_list_ul2 li .stock_btn {
    top: 60px;
  }
  .product_list_ul2 li .kjcollapse {
    margin: 0 10px;
  }
  .product_list_ul2 li .cart {
    width: 100%;
  }
  .product_list_ul2 li .kj-table table {
    width: 700px;
    max-width: initial;
  }
  .proinfo_top {
    display: block;
  }
  .proinfo_top .left_box {
    width: 100%;
  }
  .proinfo_top .right_box {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
    padding-right: 20px;
  }
  .proinfo_guige .box a {
    width: 125px;
  }
  .proinfo_tab .nav-tabs > li > a {
    width: 120px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .nav_link a{
    padding: 3px 10px;
    margin:0 5px;
    font-size:12px;
  }
  .page_article .title{
    font-size:20px;
  }
    .page_article{
        padding:20px 15px;
    }
    .page_box .left_navlist{
        font-size:12px;
    }
        .page_box .left_navlist a{
            margin-top:10px;
        }
            .page_box .left_navlist a:last-child {
                margin-bottom: 10px;
            }
    .phone_footer_nav{
        display:block;
    }
    .site_top .nav_all li a span{
        display:none;
    }
    .site_top #navbox li .dropdown-menu{
        display:none !important;
    }
    .nav_flex{
        display:block;
    }
    .proinfo_repro .swiper-button-next, .proinfo_repro .swiper-button-prev{display:none;}
}