@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;}
/*.form-control:focus {
    border-color: #05BCC0 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,110,108,.6) !important;
}
*/

/*手机浮动*/
.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:#018a9c;}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}

/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}

#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background:var(--bgColor);color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:var(--bgHoverColor);}
#blukquote_dialog .modal-footer input:hover{color:#fff;}
.container {
  width: 1430px;
}
body {
  --bgColor: #00A0E9;
  --bgHoverColor: #057cb2;
  --fontColor: #00A0E9;
  --fontHoverColor: #057cb2;
  padding-top: 100px !important;
}
a {
  color: #333;
  transition-duration: 0.39s;
}
a:hover {
  text-decoration: none;
  color: var(--fontColor);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
.site_top {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.site_top .top_search {
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #fff;
  align-self: start;
}
.site_top .top_search .row {
  display: flex;
  align-items: center;
  padding-bottom: 1px;
}
.site_top .top_search .col-sm-3 {
  width: 250px;
}
.site_top .top_search .col-sm-3 img {
  max-width: 100%;
}
.site_top .top_search .col-sm-9 {
  width: calc(100% - 250px);
  padding-left: 115px;
}
.site_top .search_all {
  display: flex;
  align-items: center;
}
.site_top .searchBox {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 40px !important;
  overflow: hidden;
}
.site_top .searchBox input {
  width: calc(100% - 60px);
  height: 38px;
  border: none;
  outline: none;
  font-size: 14px;
  box-shadow: none;
  padding-left: 20px;
}
.site_top .searchBox input:focus {
  box-shadow: none;
}
.site_top .searchBox input::placeholder {
  font-size: 14px;
  color: #999;
}
.site_top .searchBox button {
  transition-duration: 0.3s;
  border: none;
  outline: none;
  height: 38px;
  border-radius: 40px;
  width: 60px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  background-color: var(--bgColor);
  color: #fff;
}
    .site_top .searchBox button i {
        font-size: 22px;
        position: relative;
        top: 1px;
    }
.site_top .searchBox button:hover {
  background-color: var(--bgHoverColor);
}
.site_top .line {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 45px;
  background-color: #ddd;
}
.site_top #phone_button {
  background-color: var(--bgColor);
  margin-right: 0;
}
.site_top #phone_button span {
  background-color: #fff;
}
.site_top #navbox {
  padding: 0;
}
.site_top .nav_all {
  text-align: center;
  float: none;
}
.site_top .nav_all li {
  display: inline-block;
  float: none;
  margin: 0 35px;
}
.site_top .nav_all li a {
  font-size: 16px;
  padding: 0px 0px;
  color: #333;
  position: relative;
}
.site_top .nav_all li a span {
  display: none;
}
.site_top .nav_all li a::after {
  height: 4px;
  width: 100%;
  content: "";
  background-color: var(--bgColor);
  display: block;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: -7px;
  opacity: 0;
}
    .site_top .nav_all li:hover a {
        background-color: #fff;
        color:#333;
    }
    .site_top .nav_all li.active a {
        color: #333;
        font-weight:bold;
    }
    .site_top .nav_all li:hover a::after, .site_top .nav_all li.active a::after {
        opacity: 1;
    }
.site_top .nav_all .dropdown-menu {
  min-width: 150px;
  border: none;
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  border-radius: 0 0 4px 4px;
  top: 26px;
}
.site_top .nav_all .dropdown-menu li {
  margin: 0;
  display: block;
}
.site_top .nav_all .dropdown-menu li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
}
.site_top .nav_all .dropdown-menu li a::after {
  display: none;
}
.site_top .nav_all .dropdown-menu li a:hover {
  background-color: var(--bgColor);
  color: #fff;
}
.site_top .nav_all li:hover .dropdown-menu {
  display: block;
}
.site_top.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.index_swiper {
  height: 700px;
  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 {
  background-color: transparent;
  opacity: 1;
  transition-duration: 0.39s;
  width: 10px;
  height: 10px;
  background-color: #DDDDDD;
  margin: 0 10px !important;
}
.index_swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index_title {
  position: relative;
}
.index_title .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--bgColor);
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 2px;
  font-size: 16px;
  justify-content: center;
}
.index_title .more:hover {
  background-color: var(--bgHoverColor);
}
.index_title .dian {
  display: flex;
  align-items: center;
}
.index_title .dian i {
  display: inline-block;
  width: 6px;
  border-radius: 50%;
  height: 6px;
  margin-right: 2px;
}
.index_title .dian i:first-child {
  background-color: #00A0E9;
}
.index_title .dian i:nth-child(2) {
  background-color: #7FCFF4;
}
.index_title .dian i:nth-child(3) {
  background-color: #CBECFA;
}
.index_title .dian i:nth-child(4) {
  background-color: #E5F4FC;
}
.index_title .dian span {
  font-size: 24px;
  color: var(--fontColor);
  font-weight: bold;
}
.index_title h2 {
  margin-top: 10px;
  font-size: 34px;
  font-weight: bold;
}
.index_fenlei {
  background-color: #EDF3FA;
  padding-bottom: 100px;
}
.index_fenlei .index_title {
  margin-top: 30px;
}
.index_fenlei .mySwiper {
  margin-top: 30px;
  width: 100%;
  height: 100%;
  margin-bottom:80px;
}
.index_fenlei .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: 15px;
}
.index_fenlei .swiper-pagination-bullet {
  width: 100px;
  height: 75px;
  line-height: 72px;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  opacity: 1;
  border-top: 2px solid transparent;
}
.index_fenlei .swiper-pagination-bullet-active {
  border-top: 1px solid #fff;
  font-weight: bold;
}
    .index_fenlei .mySwiper .swiper-slide {
        font-size: 18px;
        color: #fff;
        line-height: 36px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 65px 150px;
        padding-top: 75px;
    }
    .index_fenlei .mySwiper .swiper-button-next,
    .index_fenlei .mySwiper .swiper-button-prev {
        background-image: none;
        font-weight: bold;
        width: 40px;
    }
        .index_fenlei .mySwiper .swiper-button-next i,
        .index_fenlei .mySwiper .swiper-button-prev i {
            font-size: 38px;
            color: #fff;
        }
            .index_fenlei .mySwiper .swiper-button-next i:hover,
            .index_fenlei .mySwiper .swiper-button-prev i:hover {
                color: var(--bgColor);
            }
.index_fenlei .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
    .index_fenlei .mySwiper .swiper-slide {
        height: 526px;
    }
        .index_fenlei .mySwiper .swiper-slide .title {
            font-size: 48px;
            font-weight: normal;
            margin-bottom: 10px;
        }
        .index_fenlei .mySwiper .swiper-slide .subtitle {
            font-size: 26px;
            font-weight: lighter;
        }
        .index_fenlei .mySwiper .swiper-slide .text {
            font-size: 14px;
            max-width: 400px;
            line-height: 1.3;
        }
.counter-section {
  margin-top: 40px;
  display: flex;
  position: relative;
  left: 160px;
  background-color: #fff;
  align-items: center;
  z-index: 2;
  width: 700px;
  height: 120px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.counter-section .item {
  width: calc(100% / 3);
  position: relative;
  text-align: center;
}
.counter-section .text {
  font-size: 14px;
  position: relative;
  bottom: 10px;
}
.counter-section .num {
  display: inline-block;
  position: relative;
}
.counter-section .num sup {
  position: absolute;
  right: -18px;
  top: 28px;
  font-weight: bold;
  font-size: 30px;
  color: var(--fontColor);
}
.counter-section .item:first-child::after {
  display: none;
}
.counter-section .item::after {
  content: "";
  height: 90px;
  left: 0;
  width: 1px;
  display: block;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.counter-section .timer {
  font-size: 60px;
  font-weight: bold;
  color: var(--fontColor);
}
.index_aboutus {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
.index_aboutus .flag {
    top: 40px;
    left: 415px;
    position: absolute;
    z-index: 2;
    font-size: 244px;
    color: rgb(0 160 233 / 10%);
    font-family: "impact";
    font-style: italic;
}
.index_aboutus .index_aboutusBox {
  display: flex;
}
.index_aboutus .index_aboutusBox .leftBox {
  padding-top: 70px;
  position: relative;
  z-index: 2;
}
.index_aboutus .index_aboutusBox .leftBox .more {
  width: 100px;
  height: 34px;
  border-radius: 40px;
  background-color: var(--bgColor);
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 28px;
  font-size: 14px;
  justify-content: center;
}
.index_aboutus .index_aboutusBox .leftBox .more:hover {
  background-color: var(--bgHoverColor);
}
.index_aboutus .index_aboutusBox .leftBox .content {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding-right: 30px;
}
.index_aboutus .index_aboutusBox .rightBox {
  z-index: 1;
  position: relative;
  margin-top: -35px;
  flex: 0 0 597px;
  height: 458px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_news {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ECF2FA;
}
.index_news .index_news_in {
  display: flex;
  margin-top: 20px;
}
.index_news .index_news_in .leftbox {
  width: 640px;
}
.index_news .index_news_in .rightbox {
  width: calc(100% - 640px);
  padding-left: 35px;
}
.index_news .index_news_in .rightbox .box {
  transition-duration: 0.3s;
  display: flex;
  padding: 22px 0;
}
.index_news .index_news_in .rightbox .box .time {
  padding-right: 18px;
  text-align: right;
  flex: 0 0 96px;
  height: 80px;
  border-right: 1px solid #CACACA;
}
.index_news .index_news_in .rightbox .box .time span {
  font-size: 26px;
  color: #666;
  display: block;
}
.index_news .index_news_in .rightbox .box .time i {
  color: #999;
}
.index_news .index_news_in .rightbox .box .content {
  width: 100%;
  padding-left: 10px;
}
.index_news .index_news_in .rightbox .box .content .title {
  padding-top: 2px;
  font-size: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index_news .index_news_in .rightbox .box .content .text {
  margin-top: 8px;
  color: #999;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_news .index_news_in .rightbox .box:hover {
  background-color: #fff;
}
.index_news .index_news_in .rightbox .box:hover .content .title {
  font-weight: bold;
  color: var(--fontColor);
}
.index_news .swiper-slide {
  display: block;
  height: 380px;
  position: relative;
  background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.index_news .swiper-slide span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  transition-duration: 0.3s;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  background-color: rgba(255, 255, 255, 0.9);
}
.index_news .swiper-slide:hover span {
  background-color: var(--bgColor);
  color: #fff;
}
.index_brand {
  position: relative;
  padding-top: 70px;
}
.index_brand .brand {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_brand .brand img {
  max-width: 100%;
  transition-duration: 0.3s;
  max-height: 100%;
}
.index_brand .brand:hover img {
  transform: scale(0.9);
}
.index_brand::before,
.index_aboutus::before {
  left: 50%;
  background-image: url(../images/jiao.png);
  top: 0;
  transform: translateX(-50%);
  width: 55px;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
}
.index_aboutus::before {
  background-image: url(../images/jiao2.png);
}
.footer {
  margin-top: 75px;
  background-color: #282C35;
  padding-top: 45px;
}
.footer ul {
  color: #fff;
  display: flex;
  padding-bottom: 25px;
  justify-content: space-between;
}
.footer ul h3 {
  font-size: 16px;
  margin-bottom: 7px;
}
.footer ul li {
  list-style: none;
}
.footer ul li:last-child {
  margin-left: 140px;
}
.footer ul .btn_tel {
  display: flex;
}
.footer ul .btn_tel i {
  font-size: 24px;
}
.footer ul .btn_tel h2 {
  padding-left: 7px;
  font-size: 24px;
  line-height: 34px;
}
.footer ul .btn_tel span {
  padding-left: 7px;
  font-size: 12px;
}
.footer ul .code_img {
  text-align: center;
}
.footer ul .code_img h3 {
  margin-bottom: 20px;
}
.footer ul a {
  color: #ccc;
  margin-bottom: 5px;
  display: block;
}
.footer .footer_btn {
  background-color: #202020;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footer_btn .left {
  float: left;
  color: #999;
}
.footer .footer_btn .left a {
  color: #999;
}
.footer .footer_btn .left a:hover {
  text-decoration: underline;
}
.footer .footer_btn .right {
  float: right;
  color: #fff;
}
.footer .footer_btn .right a {
  color: #fff;
}
.footer .footer_btn .right a:hover {
  text-decoration: underline;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: none;
}
.page_swiper {
  height: 395px;
}
.page_swiper .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_swiper .swiper-button-prev i,
.page_swiper .swiper-button-next i {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.page_swiper .swiper-button-prev i:hover,
.page_swiper .swiper-button-next i:hover {
  color: var(--bgColor);
}
.page_swiper .swiper-button-next {
  right: 160px;
}
.page_swiper .swiper-button-prev {
  left: 160px;
}
.page_map {
  color: #666;
  line-height: 45px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.page_map .iconfont {
  color: var(--fontColor);
  margin-right: 5px;
  margin-bottom: 2px;
  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;
}
.page_map .breadcrumb .active {
  color: #333;
}
.page_map .breadcrumb .active span {
  color: #333;
}
.prolist {
  display: flex;
}
.prolist .leftBox {
  flex: 0 0 200px;
}
.prolist .leftBox h2 {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/pronav.png');
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.prolist .leftBox .navlist {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
}
.prolist .leftBox .navlist a {
  display: block;
  line-height: 62px;
  font-size:16px;
  text-align: center;
}
.prolist .leftBox .navlist a.active,
.prolist .leftBox .navlist a:hover {
  background-color: var(--bgColor);
  font-weight:bold;
  color: #fff;
}
.prolist .leftBox .img {
  margin-bottom: 10px;
}
.prolist .leftBox .img img {
  width: 100%;
}
.prolist .rightBox {
  width: 100%;
  padding-left: 10px;
}
.prolist .rightBox .row {
  margin-left: 0;
  margin-right: -10px;
}
.prolist .rightBox .col-md-3 {
  padding-right: 10px;
  padding-left: 0;
  width: 20%;
}
.pro {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #DDD;
  padding: 0 8px;
  padding-bottom: 7px;
  padding-top: 20px;
}
.pro .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.pro .img img {
  max-width: 100%;
  max-height: 100%;
  transition-duration: 0.3s;
}
.pro .name {
  line-height: 45px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro .info {
  padding: 8px;
  border-top: 1px solid #EEE;
}
.pro .info a {
  display: block;
}
.pro .info .cas {
  display: flex;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.pro .info .cas a {
  color: #666;
}
.pro .info .cas a:hover {
  color: var(--fontColor);
}
.pro:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.pro:hover .img img {
  transform: scale(0.9);
}
.activeBox {
  background-color: #fff;
  padding: 25px 40px 40px;
  line-height: 30px;
}
.activeBox .page_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
.activeBox img {
  max-width: 100%;
  height: auto !important;
}
.page_swiper_pro {
  margin-top: 30px;
  position: relative;
}
.page_swiper_pro .swiper-button-prev {
  left: -27px;
}
.page_swiper_pro .swiper-button-next,
.page_swiper_pro .swiper-button-prev {
  background-image: none;
  width: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background-color: #E4E4E4;
  color: #fff;
  transition-duration: 0.39s;
}
.page_swiper_pro .swiper-button-next {
  right: -27px;
}
.page_swiper_pro .swiper-button-next:hover,
.page_swiper_pro .swiper-button-prev:hover {
  background-color: var(--bgColor);
  color: #fff;
}
.proinfo_top {
  background-color: #fff;
  display: flex;
  padding: 20px;
}
.proinfo_top .img {
  flex: 0 0 360px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1E1E1;
}
.proinfo_top .img img {
  max-width: 100%;
  max-height: 100%;
}
.proinfo_top .info {
  width: 100%;
  padding-left: 25px;
}
.proinfo_top .info .title {
  font-size: 26px;
  font-weight: bold;
}
.proinfo_top .info .price {
  margin-top: 30px;
  padding: 20px;
  background-color: #F7F7F7;
}
.proinfo_top .info .price label {
  font-weight: normal;
  color: #999;
  position: relative;
  bottom: 2px;
}
.proinfo_top .info .price i {
  font-size: 30px;
  font-weight: bold;
  color: #da251d;
  font-style: normal;
}
.proinfo_top .info .info_text {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.proinfo_top .info .info_text a {
  font-size: 14px;
  margin-right: 10px;
 padding:0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.proinfo_top .info .info_text a:hover,
.proinfo_top .info .info_text a.active {
  border-color: var(--bgColor);
  color: var(--fontColor);
}
.proinfo_top .info .btn_all {
  margin-top: 25px;
}
.proinfo_top .info .btn_all a {
  display: flex;
  width: 128px;
  height: 40px;
  border-radius: 4px;
  background-color: #CA0C03;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.proinfo_top .info .btn_all a:hover {
  background-color: #890a04;
}
.pro_slide_box {
  margin-top: 30px;
  overflow: hidden;
}
.pro_slide_box .nav {
  display: flex;
}
.pro_slide_box .nav li {
  margin-right: 5px;
}
.pro_slide_box .nav li a {
  margin: 0;
  padding: 0;
  width: 147px;
  text-align: center;
  font-size: 14px;
  color: var(--fontColor);
  height: 36px;
  line-height: 36px;
  position: relative;
  background: #DDEEF8;
  border-radius: 5px 5px 0 0;
}
.pro_slide_box .nav li a:hover {
  background: var(--bgColor);
  color: #fff;
}
.pro_slide_box .nav li a:focus {
  background: var(--bgColor);
  color: #fff;
}
.pro_slide_box .nav li.active a {
  background: var(--bgColor);
  color: #fff;
}
.pro_slide_box .nav li.active a:after {
  width: 100%;
}
.pro_slide_box .tab-pane {
  padding: 10px 10px 20px;
  background: #fff;
}
.pro_slide_box .table-responsive table {
  margin: 0;
}
.pro_slide_box .table-responsive table tr th {
  border-bottom: 1px solid #e3e3e3;
  padding-left: 12px;
  border-right: 1px solid #e3e3e3;
  font-size: 14px;
  color: #333333;
}
.pro_slide_box .table-responsive table tr:first-child th {
  border-top: 0;
}
.pro_slide_box .table-responsive table tr:first-child td {
  border-top: 0;
}
.pro_slide_box .table-responsive table tr td {
  border-bottom: 1px solid #e3e3e3;
  padding-left: 38px;
  color: #333333;
}
.pro_slide_box .activeBox {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  padding: 20px;
}
.pro_slide_box .activeBox img {
  max-width: 100%;
  max-height: 100%;
}
.xiazaiziliao a {
  flex: 0 0 100%;
  border-bottom: 1px dashed #ddd;
  line-height: 35px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.xiazaiziliao a i {
  margin-right: 5px;
}
.pro_tab {
 line-height:28px;
  margin-top: 10px;
}
.tuijan_title {
  font-size: 18px;
  margin-top: 35px;
}
/*品牌*/
.brand_list_box {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 26px 34px;
}
.brand_list_box ul {
  display: flex;
  flex-wrap: wrap;
}
.brand_list_box ul li {
  list-style: none;
  margin-right: 27px;
  margin-bottom: 25px;
  width: calc((100% - 135px)/6);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 166px;
  transition: all 0.2s linear 0s;
}
.brand_list_box ul li:nth-child(6n) {
  margin-right: 0;
}
.brand_list_box ul li .img_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  padding: 5px;
}
.brand_list_box ul li .img_btn img {
  max-width: 100%;
  max-height: 100%;
}
.brand_list_box ul li .name_btn {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333333;
  padding: 0 5px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand_list_box ul li:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-color: #dedede;
}
.brand_list_box ul li:hover .name_btn {
  color: var(--fontColor);
}
.brand_list_box ul li:active {
  position: relative;
  top: 2px;
}
.news_list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 0 15px 30px 15px;
  border-radius: 5px;
}
.news_list li {
  border-bottom: 1px dashed #cecece;
  padding: 26px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.news_list li .img_btn {
  width: 255px;
  height: 165px;
  margin-right: 30px;
}
.news_list li .img_btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list li .base_info {
  width: calc(100% - 285px);
}
.news_list li .title_btn {
  font-weight: bold;
  display: block;
  font-size: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
}
.news_list li .time {
  margin-top:5px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.news_list li .time i {
  margin-right: 5px;
}
.news_list li .brief_text {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.news_list li .more_btn {
  display: flex;
  align-items: center;
  color: var(--fontColor);
  height: 26px;
  margin-top: 18px;
}
.news_list li .more_btn i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 26px;
  display: inline-block;
  transition: all 0.2s linear 0s;
}
.news_list li:hover .title_btn {
  color: Var(--fontColor);
  text-decoration: underline;
}
.news_list li:hover .more_btn {
  color: var(--fontColor);
}
.news_list li:hover .more_btn i {
  margin-left: 7px;
}
/*分页*/
.kj-page .pagination {
    display: flex;
    justify-content: center;
    margin: 0
}

.kj-page .pagination>li>a,.kj-page .pagination>li>span {
    font-size: 13px;
    margin: 3px;
    padding: 4px 10px;
    border-radius: 5px;
    color: #999
}

.kj-page .pagination>li>a:hover,.kj-page .pagination>li>span:hover {
    background: var(--fontColor);
    color: #fff;
    border-color: var(--fontColor)
}

.kj-page .pagination>li.active>a {
    background: var(--fontColor);
    color: #fff;
    border-color: var(--fontColor)
}

.kj-page .page_select {
    color: #999
}

.kj-page .page_select input {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 10px;
    height: 30px
}

.kj-page .page_select button {
    background-color: var(--bgColor);
    color: #fff;
    border: none;
    height: 30px;
    font-size: 12px;
    width: 45px;
    border-radius: 5px
}

.kj-page .page_select button:hover {
    background-color: var(--bgHoverColor)
}
/*联系我们*/
.contact_us_box .title {
  text-align: center;
  line-height: 90px;
  font-size: 40px;
  color: #333333;
  font-weight: bold;
}
.contact_us_box .contact_info {
  display: flex;
}
.contact_us_box .contact_info .item {
  margin-right: 60px;
  padding: 55px 0 65px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.contact_us_box .contact_info .item:nth-child(3) {
  margin-right: 0;
}
.contact_us_box .contact_info .item i {
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 90px;
  font-size: 40px;
  color: var(--fontColor);
  margin-bottom: 22px;
  transition: all 0.2s linear 0s;
}
.contact_us_box .contact_info .item b {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.contact_us_box .contact_info .item span {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  text-align: center;
}
.contact_us_box .contact_info .item a {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
}
.contact_us_box .contact_info .item a:hover {
  color: var(--fontColor);
}
.contact_us_box .contact_info .item:hover i {
  background: var(--bgColor);
  color: #fff;
}
.map_box {
  width: 100%;
  height: 420px;
  background: #eee;
}
/*float*/
.float_box{position:fixed;right:5px;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{border-radius:5px;text-align:center;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:50px;width:50px;transition:all 0.2s linear 0s;cursor:pointer;margin-bottom:4px;background:#bbb;}
.float_box ul li i{font-size:24px;color:#fff;display:block;transition:all 0.2s linear 0s;line-height:50px;position:relative;}
.float_box ul li i sup{display:block !important;background:#e20000;padding:0 3px;line-height:14px;border-radius:50%;position:absolute;top:7px;right:-7px;font-size:12px;color:#fff;}
.float_box ul li:hover{background:var(--bgColor);}
.float_box ul li:hover i{color:#fff;}
.float_box ul li .qq_box{border-radius:5px;position:absolute;right:50px;top:0;display:none;background:#fff;padding:10px 12px;box-shadow:0 3px 8px rgba(0,0,0,0.15);}
.float_box ul li .qq_box a{margin-top:8px;font-size:14px;color:#fff;display:flex;align-items:center;width:110px;height:30px;justify-content:center;line-height:30px;transition:all 0.2s linear 0s;background:var(--bgColor);border-radius:30px;}
.float_box ul li .qq_box a:hover{background:var(--bgHoverColor);}
.float_box ul li .qq_box a:first-child{margin-top:0;}
.float_box ul li .tel_box{border-radius:5px;align-items:center;display:none; position:absolute;right:50px;top:0;padding:20px 16px 16px 16px;font-size:14px;background:#fff;line-height:28px;width:242px;box-shadow:0 3px 8px rgba(0,0,0,0.15);overflow:hidden;}
.float_box ul li .tel_box:before{content:"";width:100%;height:6px;background:var(--bgColor);position:absolute;top:0;left:0;}
.float_box ul li .tel_box i{font-size:42px;color:#d3d3d3;margin-right:10px;}
.float_box ul li .tel_box span{
    font-size:15px;line-height:23px;text-align:left;
    color:#333;
}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{border-radius:5px;padding:10px;background:var(--bgColor);position:absolute;right:50px;top:0;display:none;box-shadow:0 3px 8px rgba(0,0,0,0.15);}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;margin-top:5px;font-size:12px;display:block;}
.float_box ul li .wx_box{width:230px;flex-wrap: wrap;border-radius:5px;padding:10px 10px 0 10px;background:#fff;position:absolute;right:50px;top:0;box-shadow:0 3px 8px rgba(0,0,0,0.15);display:none;}
.float_box ul li .wx_box .code_img{border:1px solid #ddd;width:100px;margin-right:10px;margin-bottom:10px;border-radius:5px;padding-bottom:5px;overflow:hidden;}
.float_box ul li .wx_box .code_img:nth-child(2n){margin-right:0;}
.float_box ul li .wx_box .code_img img{max-width:100%;}
.float_box ul li .wx_box .code_img span{font-size:12px;color:#333;line-height:20px;}
.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;}
.float_box ul li#wx:hover .wx_box{display:flex;}
.phone_top{display: none;position: fixed;bottom: 60px;right: 10px;z-index: 1000;width: 40px;height: 40px;background: var(--bgHoverColor);border-radius: 50%;text-align: center;line-height: 40px;}
.phone_top i {color: #fff;font-size: 20px;}
.swiper-button-prev:after, .swiper-button-next:after{display:none;}
.site_top .nav_all .dropdown-menu .dropdown-menu {
    left: 201%;
    width: 300px;
    display: none !important;
    top: 0;
}
.site_top .nav_all .dropdown-menu li:hover .dropdown-menu {
    display:flex !important;
    flex-wrap:wrap;
}
#guige{
    display:flex;
}
div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent !important;
    cursor: move;
    z-index: 1;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px !important;
    height: 250px !important;
    background: #ffffff;
    border: 1px solid #eee;
    display: none;
    text-align: center;
    overflow: hidden;
}
.kj_news_active{background:#fff;border-radius:5px;padding:30px 30px 40px 30px;margin-top:20px;}
.kj_news_active .kj-main-articleinfo-title{font-size:30px;color:#333;margin-bottom:12px;line-height:36px;}
.kj_news_active .kj-article-time{color:#999;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px; margin-bottom: 20px; border-bottom: 1px solid rgb(242,242,242); line-height: 30px;margin-top:20px;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;}
.kj_news_active .kj-article-bottom span{display:block;line-height:32px;}
.kj_news_active .kj-article-bottom a{color:#333;}
.kj_news_active .kj-article-bottom a:hover{color:var(--fontColor);text-decoration:underline;}
.kj_news_active .kj_news_product{margin:0 auto;display:block;height:42px;line-height:42px;padding:0 15px;background:#255288;font-size:14px;color:#fff;width:130px;text-align:center;}
.kj_news_active .kj_news_product:hover{background:#a60e07}
.kj_news_active .kj_news_product:active{position:relative;top:2px;}
.technical_list{background:#fff;border-radius:5px;padding:5px 15px 30px 15px;}
.technical_list li{border-bottom:1px dashed #cecece;display:flex;justify-content: space-between;align-items:center;padding:10px 0;}
.technical_list li a{width:calc(100% - 100px);font-size:15px;color:#333;line-height:26px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.technical_list li a i{color:var(--fontColor);margin-right:10px;font-size:20px;}
.technical_list li .time{width:100px;text-align:right;font-size:14px;color:#999;line-height:26px;}
.technical_list li .time i{display:inline-block;vertical-align:middle;margin-right:5px;margin-bottom:2px;}
.technical_list li:hover a{color:var(--fontColor);}
.technical_list li:hover a:before{background:var(--bgColor);}
.kj-page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.prolist .rightBox .row{display:flex;flex-wrap:wrap;}
.pro{
    margin-bottom:0;
    height:100%;
}
.prolist .rightBox .col-md-3{
    margin-bottom:10px;
}
.wenjian_down{
    background-color:#fff;
    padding:20px 15px;
    border-radius:4px;
}
    .wenjian_down h3 {
        font-size: 15px;
        margin-bottom: 10px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height:33px; 
    }
.wenjian_down a{
    width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bgColor);
    border: 1px solid var(--bgColor);
    padding-top: 1px;
    font-size: 12px;
    border-radius: 3px;
}
.wenjian_down a:hover{
    background-color:var(--bgColor);
    border-color:var(--bgColor);
    color:#fff;
}
.wenjian_down:hover{
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.counter-section .item{
    display:block;
}
.erweimabox{
    display:flex;
   flex-wrap:wrap;
   justify-content:center;
   margin-left:-15px;
}
.erweimabox .box{
    text-align:center;
    margin-bottom:10px;
    margin-left:15px;
}
.erweimabox .box img{
    display:block;
    width:120px;
}
.searchbox {
    width: 50%;
    margin: 0px auto 30px;
}
/*筛选*/
.filter_box {
  background: #fff;
  margin-bottom: 8px;
  padding: 10px;
}
.filter_box ul {
  display: block;
  width: 100%;
  padding: 0;
}
.filter_box ul li {
  display: flex;
  border-top: 1px solid #ddd;
}
.filter_box ul li:first-child {
  border-top: 0;
}
.filter_box ul li label {
  width: 100px;
  flex: 0 0 100px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
  border-right: 1px solid #ddd;
  margin-right: 20px;
}
.filter_box ul li .filter_btn {
  width: calc(100% - 130px);
  height: 30px;
  overflow: hidden;
  margin: 5px 0;
}
.filter_box ul li .filter_btn a {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  margin-right: 20px;
}
.filter_box ul li .filter_btn a:hover {
  color: var(--fontColor);
}
.filter_box ul li .filter_btn a.active {
  color: var(--fontColor);
  font-weight: bold;
}
.filter_box ul li .viewmore {
  width: 65px;
  height: 40px;
  color: #333333;
  line-height: 44px;
  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;
}
.pdf {
    padding: 10px 20px;
    border: 1px solid #00A0E9;
    border-radius: 3px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 3px;
}
.pro_slide_box .activeBox .download_btn {
    background: var(--bgColor);
    font-size: 14px;
    color:#fff;
    padding: 0 15px;
    line-height: 38px;
    border-radius: 5px;
    display: inline-block;
}
.pro_slide_box .activeBox .download_btn:hover{
    background: var(--bgHoverColor);
}
/*.proinfo_top .info .price{display:flex;align-items:center;}*/
.open_screen_bg{width:100%;height:100%;background:#000;opacity:0.8;position:fixed;top:0;left:0;z-index:1000;}
.open_screen_box{position:fixed;top:50%;left:50%;width:800px;background:#fff;z-index:1100;transform:translate(-50%,-50%);}
.open_screen_box .close_btn{position:absolute;top:-2px;right:32px;width:31px;height:31px;font-size:25px;font-weight:bold;color:#ffffff;text-align:center;line-height:25px;background:#777;cursor:pointer;border-radius:0 0 50px 50px;}
.open_screen_box .close_btn:hover{background:#e70012;}
.open_screen_box .img_btn{display:block;}
.open_screen_box .img_btn img{max-width:100%;}
@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) {
    body{padding-bottom:44px;}
    .phone_footer_nav{display:block;}

    /*float*/
    .float_box{display:none !important;}
    .phone_top{display:block;}
}


@media only screen and (max-width: 767px) {
    /**修改表单 **/
   .table-responsive{border:0;}
    
}
@media screen and (max-width: 1430px) {
    .container {
        width: 1200px;
    }
    .site_top .top_search .col-sm-9{
        padding-left:40px;
    }
    .site_top .nav_all li{margin:0 20px;}
    .index_swiper{
        height:550px;
    }
    .index_aboutus .flag{
        font-size:185px;
    }
    .index_aboutus .index_aboutusBox .rightBox {
        flex: 0 0 489px;
        height: 358px;
    }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 1000px;
  }
  .site_top .top_search .col-sm-9 {
    padding-left: 10px;
  }
  .site_top .nav_all li {
    margin: 0 5px;
  }
  .index_swiper {
    height: 550px;
  }
  .index_aboutus .index_aboutusBox .leftBox {
    width: calc(100% - 490px);
  }
  .index_aboutus .index_aboutusBox .rightBox {
    flex: 0 0 490px;
    height: 290px;
  }
  .index_aboutus .flag {
    top: 137px;
    left: 45px;
    font-size: 155px;
  }
  .counter-section {
    left: 65px;
  }
  .index_news .index_news_in .leftbox {
    width: 480px;
  }
  .index_news .index_news_in .rightbox {
    width: calc(100% - 480px);
  }
  .index_news .swiper-slide {
    height: 340px;
  }
  .index_news .index_news_in .rightbox .box {
    padding: 16px 0;
  }
    .index_fenlei .mySwiper .swiper-slide .subtitle {
        font-size: 22px;
    }
    .index_fenlei .mySwiper .swiper-slide {
        padding: 60px 100px;
        padding-top: 60px;
    }
    .index_fenlei .mySwiper .swiper-slide {
        height: 470px;
    }
  .page_swiper {
    height: 300px;
  }
  .page_swiper  .swiper-button-prev {
    left: 70px;
  }
  .page_swiper .swiper-button-next {
    right: 70px;
  }
  .prolist .rightBox .col-md-3 {
    width: 25%;
  }
  .proinfo_top .info .title {
    font-size: 24px;
    line-height: 30px;
  }
  .brand_list_box ul li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .brand_list_box ul li:nth-child(6n) {
    margin-right: 20px;
  }
  .brand_list_box ul li:nth-child(4n) {
    margin-right: 0px;
  }
  .contact_us_box .contact_info .item span {
    font-size: 16px;
  }
  .contact_us_box .contact_info .item span,
  .contact_us_box .contact_info .item a {
    font-size: 14px;
  }
  .contact_us_box .contact_info .item {
    padding: 28px 0 28px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 768px;
  }
  .site_top .top_search .col-sm-3 {
    width: 150px;
  }
  .site_top .top_search .col-sm-9 {
    width: calc(100% - 150px);
  }
  .site_top .searchBox {
    width: 270px;
  }
  .site_top .line {
    margin: 0 10px;
  }
  .site_top .top_search .col-sm-3 a {
    height: 25px;
  }
  .site_top .nav_all::before,
  #navbox::before {
    display: none;
  }
  .site_top .top_search .col-sm-9 {
    padding-left: 0;
  }
  .site_top .nav_all li a {
    font-size: 13px;
  }
  .index_swiper {
    height: 350px;
  }
  .index_title h2 {
    font-size: 26px;
  }
  .index_title .dian span {
    font-size: 16px;
  }
  .index_title .more {
    font-size: 13px;
    width: 100px;
    height: 35px;
  }
  .index_fenlei .swiper-slide .subtitle {
    font-size: 18px;
  }
  .index_fenlei .swiper-pagination-bullet {
    width: 80px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
    .index_fenlei .mySwiper .swiper-slide {
        height: 360px;
    }
  .index_aboutus .index_aboutusBox {
    flex-wrap: wrap;
  }
  .index_aboutus .index_aboutusBox .leftBox {
    width: 100%;
  }
  .index_aboutus .index_aboutusBox .rightBox {
    display: none;
  }
  .counter-section {
    position: initial;
  }
  .index_news .index_news_in {
    flex-wrap: wrap;
  }
  .index_news .index_news_in .rightbox {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
  .index_news .index_news_in .leftbox {
    width: 100%;
  }
  .prolist .rightBox .col-md-3 {
    width: 50%;
  }
  .page_swiper_pro .swiper-button-next {
    right: 0;
  }
  .page_swiper_pro .swiper-button-prev {
    left: 0;
  }
  .proinfo_top {
    flex-wrap: wrap;
  }
  .proinfo_top .img {
    width: 300px;
    height: 300px;
  }
  .proinfo_top .info {
    padding-left: 0;
    margin-top: 30px;
  }
  .pro_tab {
    display: block;
  }
  .pro_tab .prev {
    margin-bottom: 10px;
  }
  .brand_list_box ul li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .brand_list_box ul li:nth-child(4n) {
    margin-right: 20px;
  }
  .brand_list_box ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .news_list li {
    padding: 12px 0;
    flex-wrap: wrap;
  }
  .news_list li .img_btn {
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .news_list li .base_info {
    width: 100%;
    margin-top: 10px;
  }
  .news_list li .title_btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .site_top .top_search .col-sm-3 {
    width: 80px;
    padding: 0;
    padding-left: 15px;
  }
  .site_top .top_search .col-sm-9 {
    width: calc(100% - 80px);
    padding-left: 10px;
    margin-bottom: 0;
  }
  .site_top .nav_top {
    display: none;
  }
  .site_top .searchBox {
    margin-right: 10px;
    border-radius: 0;
  }
  .site_top .searchBox input {
    height: 31px;
  }
  body {
    padding-bottom: 30px !important;
    padding-top: 60px !important;
  }
  .site_top #navbox {
    margin: 0;
  }
  .nav_all {
    margin: 0;
  }
  .footer {
    display: none;
  }
  .index_aboutus .index_aboutusBox .leftBox {
    padding-top: 30px;
  }
  .index_aboutus .flag {
    font-size: 75px;
  }
  .counter-section {
    width: 100%;
  }
  .counter-section .timer {
    font-size: 30px;
  }
  .counter-section .num sup {
    right: -14px;
    top: 15px;
    font-size: 20px;
  }
  .counter-section .item::after {
    height: 60px;
  }
  .index_news .swiper-slide {
    height: 270px;
  }
  .index_news .swiper-slide span {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  .index_fenlei .swiper-pagination {
    display: none;
  }
    .index_fenlei .mySwiper .swiper-slide .subtitle {
        font-size: 13px;
    }
    .index_fenlei .mySwiper .swiper-slide {
        padding: 20px 30px;
    }
    .index_fenlei .mySwiper .swiper-slide {
        height: 300px;
    }
  .index_title h2 {
    font-size: 20px;
  }
  .index_title .dian span {
    font-size: 12px;
  }
  .site_top .searchBox button {
    height: 31px;
    width: 45px;
  }
  .site_top .searchBox input {
    width: calc(100% - 45px);
  }
  .index_fenlei {
    padding-bottom: 50px;
  }
  .site_top .top_search {
    height: 60px;
  }
  .index_swiper {
    height: 200px;
  }
  .site_top .line {
    display: none;
  }
  .index_brand .brand {
    height: 70px;
  }
  .index_brand {
    padding-top: 30px;
  }
  .site_top #navbox {
    position: fixed;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 60px;
    width: 100%;
    background-color: #fff;
  }
  .site_top #navbox li {
    display: block;
  }
  .site_top #navbox li a {
    display: block;
    line-height: 40px;
  }
  .site_top .top_search .row {
    position: relative;
  }
  .prolist .leftBox {
    flex: 0 0 100%;
  }
  .prolist .leftBox .img {
    display: none;
  }
  .prolist {
    flex-wrap: wrap;
  }
  .prolist .rightBox {
    padding-left: 0;
  }
  .pro .img {
    height: 90px;
  }
  .prolist .leftBox .navlist a {
    line-height: 35px;
  }
  .prolist .leftBox h2 {
    font-size: 20px;
    height: 45px;
  }
  .page_swiper {
    height: 170px;
  }
  .page_swiper .swiper-button-prev,
  .page_swiper .swiper-button-next {
    display: none;
  }
  .activeBox {
    padding: 20px 30px;
  }
  .proinfo_top .img {
    flex: 0 0 100%;
  }
  .proinfo_top .info .title {
    font-size: 20px;
  }
  .proinfo_top .info .price i {
    font-size: 20px;
  }
  .proinfo_top .info .info_text {
    font-size: 14px;
    height: 40px;
  }
  .pro_slide_box .nav li {
    width: calc((100% - 20px) / 3);
  }
  .pro_slide_box .nav li a {
    width: 100%;
  }
  .brand_list_box ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .brand_list_box ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .brand_list_box ul li:nth-child(2n) {
    margin-right: 0;
  }
  /*联系我们*/
  .contact_us_box .title {
    font-size: 20px;
    line-height: 45px;
  }
  .contact_us_box .contact_info,
  .contact_us_box .contact_address {
    flex-wrap: wrap;
  }
  .contact_us_box .contact_info .item {
    margin-right: 0;
    flex: 0 0 100%;
    padding: 0;
    flex-direction: row;
    align-items: flex-start;
  }
  .contact_us_box .contact_info .item i {
    display: none;
  }
  .contact_us_box .contact_address .item {
    margin-right: 0;
    flex: 0 0 100%;
    margin-bottom: 12px;
  }
  .contact_us_box .contact_info .item b {
    font-size: 14px;
    margin-right: 10px;
    flex: 0 0 30px;
  }
  .contact_us_box .contact_info .item span,
  .contact_us_box .contact_info .item a {
    font-size: 14px;
    line-height: 30px;
  }
  .map_box {
    height: 250px;
    margin-top: 20px;
  }
  .contact_us_box .contact_info .item span {
    text-align: left;
  }
    .site_top .nav_all li a::after{
        display:none;
    }
    .site_top .searchBox{
        width:100%;
    }
    .open_screen_box{width:80%;}
}