@media(min-width:1230px){
    .container{width:1230px;}
}
body {
    background: #f4f4f4;
    --bgColor: #1172fb;
    --bgHoverColor: #29bbff;
    --fontColor: #1172fb;
    --fontHoverColor: #29bbff;
}
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-color: var(--bgColor);
    border-color: var(--bgColor);
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.noPro{text-align:center;width:100%;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}

.kj-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;
}
.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-href:hover, .kj-scroll-floor-href.flooractive, .kj-scroll-floor-gototop, .kj-scroll-floor-gototop:hover {
    background:linear-gradient(to right, #1173fc, #2abcff);
    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:var(--fontColor);}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}

/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}
#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background:var(--bgColor);color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:var(--bgHoverColor);}
#blukquote_dialog .modal-footer input:hover{color:#fff;}

/*index header*/
/*header*/
/*顶部基本信息展示*/
.header_top_baseInfo{width:100%;height:32px;line-height:32px;background:#eaeaea;}
.header_top_baseInfo span{font-size:13px;color:#666666}
.header_top_baseInfo .btn_box{text-align:right;}
.header_top_baseInfo .btn_box .user_btn{display:inline-block;margin-left:15px;}
.header_top_baseInfo .btn_box .user_btn::before{
    content:'';display:inline-block;width:1px;height:14px;background:#d3d3d3;margin-right:8px;vertical-align:middle;
}
.header_top_baseInfo .btn_box .user_btn:first-child::before{width:0;margin-right:0;}
.header_top_baseInfo .btn_box a.simple_btn{display:inline-block;font-size:13px;color:#666666;margin-left:4px;}
.header_top_baseInfo .btn_box a.simple_btn i{font-size:14px;margin-right:3px;color:#000000;}
.header_top_baseInfo .btn_box a.simple_btn:hover{text-decoration:underline;}
/*顶部logo及搜索*/
.header_logo_search{padding-top:25px;padding-bottom:10px;background:#fff;position:relative;z-index:20;}
.header_logo_search .container{display:flex;flex-wrap: wrap;}
.header_logo_search .logo_btn{width:390px;}
.header_logo_search .logo_btn img{max-width:100%;}
.header_logo_search .search_box{flex:1;}
.header_logo_search .search_form{height:40px;width:100%;border:2px solid var(--bgColor);display:flex;overflow:hidden;}
.header_logo_search .search_form i{width:38px;color:#bbbbbb;text-align:center;line-height:38px;}
.header_logo_search .search_form input{display:inline-block;flex:1;height:38px;line-height:38px;margin:0;font-size:13px;color:#333;border:0;}
.header_logo_search .search_form input::-webkit-input-placeholder{color:#bbbbbb;} /* WebKit browsers */
.header_logo_search .search_form input::-moz-placeholder{color:#bbbbbb;} /* Mozilla Firefox 4 to 18 */
.header_logo_search .search_form input:-moz-placeholder{color:#bbbbbb;} /* Mozilla Firefox 19+ */
.header_logo_search .search_form input:-ms-input-placeholder{color:#bbbbbb;}/* Internet Explorer 10+ */
.header_logo_search .search_form button{font-size:16px;padding:0;border:0;display:inline-block;height:36px;width:70px;text-align:center;line-height:36px;background:var(--bgColor);color:#fff;}
.header_logo_search .link_btn{display:flex;flex-wrap:wrap;margin-top:5px;}
.header_logo_search .link_btn a{font-size:12px;color:#999999;margin-right:10px;line-height:18px;}
.header_logo_search .link_btn a:hover{color:#000;}
.header_logo_search .mycar_btn{background:linear-gradient(to right, #1173fc, #2abcff);margin-left:15px;display:flex;align-items:center;justify-content:center;width:140px;height:40px;line-height:40px;font-size:14px;color:#fff;}
.header_logo_search .mycar_btn i{margin-right:5px;transition:all 0.2s linear 0s;}
.header_logo_search .mycar_btn sup{top:0;font-size:15px;}
.header_logo_search .mycar_btn:hover{background:linear-gradient(to left, #1173fc, #2abcff);}
.header_logo_search .mycar_btn:active{position:relative;top:2px;}

/*手机端搜索*/
.phone_search_box{border-bottom:1px solid #dedede;background:#f9f9f9;}
.phone_search_box .container{padding-top:10px;padding-bottom:10px;}
.phone_search_box #mobilesearchbox{height:38px;width:100%;float:left;;}
.phone_search_box #mobilesearchbox input{display:inline-block;width:calc(100% - 50px);height:38px;line-height:38px;border:2px solid var(--bgColor);padding:0 10px;margin:0;border-radius:30px 0 0 30px;font-size:13px;color:#333;float:left;}
.phone_search_box #mobilesearchbox button{padding:0;border:0;display:inline-block;height:38px;width:50px;text-align:center;line-height:38px;background:var(--bgColor);border-radius:0 30px 30px 0;font-size:16px;color:#fff;float:left;}

/*导航栏*/
.kj-navbar{margin-bottom:0;border:0;border-radius:0;background:#fff;z-index:10;min-height:40px;}
.kj-navbar .navbar-header{display:none;}
.kj-navbar .navbar-collapse{padding:0;}
.kj-navbar .navbar-nav li a{font-size:16px;color:#333333;padding:0;margin-left:45px;height:40px;line-height:40px;font-weight:bold;}
.kj-navbar .navbar-nav li:hover a{background:none;color:var(--fontColor);}
.kj-navbar .navbar-nav li a:focus{background:none;}
.kj-navbar .navbar-nav li.active > a{background:none;color:var(--fontColor);}
.kj-navbar .tel_box{display:flex;height:40px;align-items:center;font-size:18px;color:#333;margin-right:0;}
.kj-navbar .tel_box i{
    margin-right:8px;font-size:24px;
    background-image:-webkit-linear-gradient(left,#1173fc,#2abcff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.kj-navbar .navbar-nav .li-kj-nav-procata{width:220px;background:var(--bgColor);}
.kj-navbar .navbar-nav .li-kj-nav-procata > a{margin-left:0;width:100%;color:#fff;font-size:16px;font-weight:bold;padding:0 15px 0 20px;display:inline-flex;align-items:center;justify-content:center;}
.kj-navbar .navbar-nav .li-kj-nav-procata:hover > a{color:#fff;}
.kj-navbar .navbar-nav .li-kj-nav-procata > a > span{display:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > a:before{
    content:'\e7d8';display:inline-block;font-size:18px;margin-right:5px;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > a:hover{color:#fff;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul{background:linear-gradient(-45deg, #1173fc, #2abcff);top:100%;border:0;width:220px;border-radius:0;padding:0;box-shadow:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li {margin:0 8px;padding:0 5px;border-top:1px dashed #67c8ff;position: relative;height:54px;transition:all 0.2s linear 0s;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li:first-child{border-top:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a{text-decoration:none;display:block;width:100%;color: #fff !important;font-weight: normal;height:54px;line-height:54px;font-size:14px;padding:0;margin:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a:hover{font-weight:bold;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(1) > a:before{
    content:'\e786';display:inline-block;font-size:22px;margin-right:10px;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(2) > a:before{
    content:'\e8ab';display:inline-block;font-size:22px;margin-right:10px;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(3) > a:before{
    content:'\e840';display:inline-block;font-size:22px;margin-right:10px;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(4) > a:before{
    content:'\e8af';display:inline-block;font-size:22px;margin-right:10px;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(5) > a:before{
    content:'\e8a7';display:inline-block;font-size:22px;margin-right:10px;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(6) > a:before{
    content:'\e8a6';display:inline-block;font-size:22px;margin-right:10px;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li:nth-child(7) > a:before{
    content:'\e8aa';display:inline-block;font-size:22px;margin-right:10px;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.kj-navbar .navbar-nav .li-kj-nav-procata ul > li:hover{background:#0062c4;}*/
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a > span{float:right;line-height:54px;font-size:20px;color:#fff;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul {position:absolute;margin:0;width:800px;left:100%;top:0;display:none;padding:5px 15px;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li{height:auto;position:initial;border-left:0;margin:0;display:flex;padding:5px 0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a{width:150px;height:32px;line-height:32px;position:relative;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a:after{
    content:"";width:1px;height:14px;top:50%;transform: translateY(-50%);right:0;position:absolute;background:#fff;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a span{display:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li ul {position:initial;width:auto;flex:1;display:flex !important;background:none;padding:0;flex-wrap: wrap;padding-left:10px;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li ul li{border:0;padding:0 5px;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li ul li a{width:auto;height:auto;line-height:32px;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li ul li a:after{width:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li ul li a:hover{text-decoration:underline;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul span.fa-angle-down:before {content: "\f105";}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul li:hover > ul{display:block;}

/*footer*/
.footer_box{background:#313131;margin-top:45px;}
.footer_box .guarantee_box{border-bottom:1px solid #545454;padding:18px 0;}
.footer_box .guarantee_box ul{display:flex;flex-wrap:wrap;justify-content:space-around;}
.footer_box .guarantee_box ul li{display:flex;align-items:center;}
.footer_box .guarantee_box ul li i{font-size:42px;margin-right:10px;color:#fff;}
.footer_box .guarantee_box ul li b{color:#fff;font-size:16px;font-weight:normal;}
.footer_box .footer_nav{display:flex;padding:30px 0;justify-content:space-between;}
.footer_box .footer_nav .title{font-size:16px;color:#fff;font-weight:bold;line-height:25px;margin-bottom:10px;}
.footer_box .footer_nav ul{display:flex;flex:1;justify-content:space-between;margin-right:140px;margin-left:15px;}
.footer_box .footer_nav ul li a{display:block;font-size:13px;color:rgba(255,255,255,0.8);line-height:20px;margin-top:10px;}
.footer_box .footer_nav ul li a:hover{color:rgba(255,255,255,1);}
.footer_box .footer_nav .code_box img{width:130px;height:130px;margin-left:25px;}
.footer_box .footer_copyright{display:block;text-align:center;padding:12px 0;border-top:1px solid #545454;}
.footer_box .footer_copyright span{font-size:14px;color:rgba(255,255,255,0.8);line-height:24px;display:block;}
.footer_box .footer_copyright span a{color:rgba(255,255,255,0.8);}
.footer_box .footer_copyright span a:hover{color:rgba(255,255,255,1);}

/*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%;border:1px solid #e5e5e5;background:#fff;}
.float_box ul li{position:relative;display:block;width:70px;height:70px;text-align:center;vertical-align:bottom;transition:all 0.2s linear 0s;cursor:pointer;}
.float_box ul li:before{
    content:"";width:42px;height:1px;position:absolute;top:0;left:50%;transform:translateX(-50%);background:#e5e5e5;z-index:1;
}
.float_box ul li:first-child:before{height:0;}
.float_box ul li a{position:relative;z-index:3;}
.float_box ul li i{position:relative;z-index:3;font-size:24px;color:var(--fontColor);display:block;line-height:30px;padding-top:9px;transition:all 0.2s linear 0s;}
.float_box ul li span{position:relative;z-index:3;font-size:12px;color:var(--fontColor);display:block;line-height:20px;transition:all 0.2s linear 0s;}
.float_box ul li:hover:after{background:linear-gradient(to right, #1173fc, #2abcff);content:"";width:72px;height:72px;position:absolute;top:-1px;left:-1px;z-index:2;}
.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:70px;top:0;display:none;border:1px solid #e5e5e5;background:#fff;padding:10px 12px;}
.float_box ul li .qq_box a{margin-top:10px;font-size:14px;color:var(--fontColor);display:flex;align-items:center;width:120px;height:30px;justify-content:center;line-height:30px;transition:all 0.2s linear 0s;border:1px solid var(--bgColor);border-radius:30px;}
.float_box ul li .qq_box a i{font-size:18px;margin-right:5px;color:var(--fontColor);padding:0;}
.float_box ul li .qq_box a:hover{background:var(--bgColor);color:#fff;}
.float_box ul li .qq_box a:hover i{color:#fff;}
.float_box ul li .qq_box a:first-child{margin-top:0;}
.float_box ul li .tel_box{align-items:center;display:none; position:absolute;right:70px;top:0;padding:20px 16px 16px 16px;font-size:14px;background:#fff;line-height:28px;width:262px;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:linear-gradient(to right, #1173fc, #2abcff);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:24px;line-height:28px;text-align:left;
    background-image:-webkit-linear-gradient(left,#1173fc,#2abcff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{padding:10px;background:linear-gradient(to right, #1173fc, #2abcff);position:absolute;right:70px;top:0;display:none;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;margin-top:5px;}
.float_box ul li#fqq:hover .qq_box{display:block;}
.float_box ul li#ftel:hover .tel_box{display:flex;}
.float_box ul li#weixin:hover .code_box{display:block;}

/*index*/
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;background:#fff;opacity:1;width:10px;height:10px;border-radius:50%;transition:all 0.2s linear 0s;}
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{background:var(--bgColor);}
#banner-swiper .swiper-wrapper .img_btn {display:block;width:100%;height:379px;}
/*快速链接*/
.index_fast_links{display:flex;margin-top:20px;}
.index_fast_links .fast_item{width:calc((100% - 24px)/3);border-radius:5px;height:160px;margin-right:12px;display:flex;align-items:flex-start;padding-left:25px;}
.index_fast_links .fast_item:nth-child(3){margin-right:0;}
.index_fast_links .fast_item > div{display:flex;flex-direction: column;justify-content:center;align-items:center;height:100%;}
.index_fast_links .fast_item h1{font-size:24px;color:#fff;font-weight:bold;margin-bottom:12px;}
.index_fast_links .fast_item a{height:30px;line-height:30px;border-radius:30px;padding:0 15px;font-size:14px;color:#fff;background:linear-gradient(to right, #1173fc, #2abcff);}
.index_fast_links .fast_item a:hover{background:linear-gradient(to left, #1173fc, #2abcff);}
.index_fast_links .fast_item a:active{position:relative;top:2px;}
/*产品*/
.index_title_box{display:flex;justify-content: space-between;height:50px;align-items:center;position:relative;}
.index_title_box:after{
    content:"";width:100%;height:2px;background:linear-gradient(to right, #1173fc, #2abcff);position:absolute;bottom:0;left:0;
}
.index_title_box h1{font-size:24px;color:#333333;font-weight:bold;}
.index_title_box h1 a{font-size:24px;color:#333333;font-weight:bold;}
.index_title_box h1 em{font-size:15px;color:#999999;font-weight:normal;margin-left:10px;}
.index_title_box h1 a:hover{color:#333;}
.index_title_box .more_btn{font-size:14px;color:#999999;}
.index_title_box .more_btn:hover{color:var(--fontColor);}
.index_title_box ul{display:flex;}
.index_title_box ul li a{height:30px;line-height:30px;padding:0;background:#aaaaaa;font-size:14px;color:#f4f4f4;margin-left:8px;width:96px;text-align:center;transition:none;}
.index_title_box ul li a:hover{background:linear-gradient(to right, #1173fc, #2abcff);}
.index_title_box ul li.active a{background:linear-gradient(to right, #1173fc, #2abcff);}

.index_product{margin-top:20px;}
.index_product .product_box{display:flex;flex-wrap: wrap;}
.index_product .product_box .left_product{width:calc(100% - 195px);display:flex;background:#fff;}
.index_product .product_box .left_product li{width:20%;border-left:1px solid #e0e0e0;height:342px;padding:0 10px;transition:all 0.2s linear 0s;}
.index_product .product_box .left_product li:first-child{border-left:0;}
.index_product .product_box .left_product li:nth-child(6){display:none;}
.index_product .product_box .left_product li .img_btn{margin-bottom:12px;height:200px;width:100%;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;transition:all 480ms ease 0s;}
.index_product .product_box .left_product li .img_btn img{max-width:100%;max-height:100%;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;}
.index_product .product_box .left_product li .name_btn{display:block;text-align:center;font-size:15px;color:#333333;height:24px;line-height:24px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_product .product_box .left_product li span{margin-bottom:12px;display:block;text-align:center;font-size:15px;color:#333333;height:24px;line-height:24px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap; }
.index_product .product_box .left_product li .old_price{line-height:24px;display:block;text-align:center;font-size:13px;color:#999999;}
.index_product .product_box .left_product li .old_price em{text-decoration:line-through;}
.index_product .product_box .left_product li .new_price{display:block;text-align:center;font-size:14px;color:#999999;}
.index_product .product_box .left_product li .new_price em{color:#f10000;font-size:16px;}
.index_product .product_box .left_product li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
.index_product .product_box .left_product li:hover .img_btn img{transform:scale(0.9,0.9);-moz-transform:scale(0.9,0.9);-webkit-transform:scale(0.9,0.9);-o-transform:scale(0.9,0.9);}
.index_product .product_box .left_product li:hover .name_btn{color:var(--fontColor);}
.index_product .product_box .hot_product{width:192px;margin-left:3px;background:#fff;}
.index_product .product_box .hot_product h1{background:linear-gradient(to right, #1173fc, #2abcff);height:32px;line-height:32px;font-size:15px;color:#fff;font-weight:bold;text-align:center;}
.index_product .product_box .hot_product .right_product li{padding:10px 5px;display:flex;align-items:center;}
.index_product .product_box .hot_product .right_product li em{border-radius:30px;width:22px;height:16px;background:#dddddd;text-align:center;line-height:16px;font-size:12px;color:#333333;margin-right:5px;transition:all 0.2s linear 0s;}
.index_product .product_box .hot_product .right_product li a{width:calc(100% - 27px);height:16px;line-height:16px;font-size:12px;color:#666;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_product .product_box .hot_product .right_product li:first-child{position:relative;border-bottom:1px solid #f4f4f4;padding:15px 5px;}
.index_product .product_box .hot_product .right_product li:first-child em{background:#ed0000;position:absolute;color:#fff;top:18px;left:5px;}
.index_product .product_box .hot_product .right_product li:first-child .img_btn{width:64px;height:64px;display:flex;align-items:center;justify-content:center;}
.index_product .product_box .hot_product .right_product li:first-child .img_btn img{max-width:100%;max-height:100%;}
.index_product .product_box .hot_product .right_product li:first-child .right_info{width:calc(100% - 64px);}
.index_product .product_box .hot_product .right_product li:first-child .right_info a{font-size:12px;color:#333333;width:100%;display:block;height:20px;line-height:20px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;margin-bottom:10px;}
.index_product .product_box .hot_product .right_product li:first-child .right_info .price{font-size:15px;color:#ed0000;font-weight:bold;}
.index_product .product_box .hot_product .right_product li:hover em{background:#ed0000;color:#fff;}
.index_product .product_box .hot_product .right_product li:hover a{color:var(--fontColor);}
.index_product .product_box .hot_product .right_product li:first-child .right_info a:hover{color:var(--fontColor);}
.index_middle_banner{margin-top:20px;border-radius:5px;overflow:hidden;}
.index_middle_banner img{max-width:100%;}

/*新闻*/
.index_news{margin-top:20px;}
.index_news .index_title_box{align-items:flex-end;}
.index_news .index_title_box h1{line-height:50px;}
.index_news .tab-content{background:#fff;}
.index_news .news_box{display:flex;padding:12px;flex-wrap: wrap;}
.index_news .tab-pane .left_news{width:530px;margin-right:40px;}
.index_news .tab-pane .left_news .img_btn{display:block;width:100%;margin-bottom:15px;height:250px;}
.index_news .tab-pane .left_news .name_btn{font-weight:bold;display:block;width:100%;height:30px;line-height:30px;font-size:16px;color:#333333;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_news .tab-pane .left_news span{display:block;width:100%;font-size:14px;color:#666666;line-height:30px;height:30px;overflow:hidden;text-overflow: ellipsis;}
.index_news .tab-pane .left_news:hover .name_btn{color:var(--fontColor);text-decoration:underline;}
.index_news .tab-pane .right_news{width:calc(100% - 570px);}
.index_news .tab-pane .right_news li{border-top:1px dashed #d2d1d1;display:flex;padding:18px 0;}
.index_news .tab-pane .right_news li:first-child{border-top:0;}
.index_news .tab-pane .right_news li .time{height:74px;border-left:1px solid #d1d1d1;width:90px;display:flex;flex-direction: column;justify-content:center;font-size:16px;color:#666666;align-items:center;}
.index_news .tab-pane .right_news li .time em{font-size:24px;color:#666666;font-weight:bold;}
.index_news .tab-pane .right_news li .left_info{width:calc(100% - 90px);display:flex;flex-direction: column;justify-content: space-between;}
.index_news .tab-pane .right_news li .left_info .name_btn{display:block;width:100%;height:20px;line-height:20px;font-size:16px;color:#333333;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;font-weight:bold;}
.index_news .tab-pane .right_news li .left_info span{display:block;width:100%;font-size:14px;color:#666666;line-height:23px;height:46px;overflow:hidden;}
.index_news .tab-pane .right_news li:hover .left_info .name_btn{color:var(--fontColor);text-decoration:underline;}
/*热门品牌*/
.index_brand{margin-top:20px;}
.index_brand ul{display:flex;flex-wrap: wrap;background:#fff;}
.index_brand ul li{width:calc(100% / 6);border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;height:104px;padding:10px;position:relative;display:flex;align-items:center;justify-content:center;}
.index_brand ul li:nth-child(6n){border-right:0;}
.index_brand ul li img{max-width:100%;}
.index_brand ul li .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, #1173fc, #2abcff);z-index:1;opacity:0}
.index_brand ul li a{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;font-weight:bold;z-index:2;opacity:0;}
.index_brand ul li:hover .bg{opacity:0.85}
.index_brand ul li:hover a{opacity:1}


/*面包屑*/
.page_map{color:#999999;line-height:26px;padding-top:12px;padding-bottom:12px;}
.page_map span{color:#999999;font-size:14px;}
.page_map .breadcrumb{background:none;padding:0;margin:0;display:inline-block;}
.page_map .breadcrumb a{color:#999999;}
.page_map .breadcrumb a:hover{text-decoration:underline;}
.page_map .breadcrumb > li + li:before{color:#999999;}
.page_map .breadcrumb .active{color:var(--fontColor);}
.page_map .breadcrumb .active span{color:var(--fontColor);}

/*分页*/
.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:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.kj-page .pagination > li.active > a{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}

/*筛选*/
.filter_box{background:#fff;border:1px solid #e7e7e7;margin-bottom:25px;}
.filter_box ul{display:block;width:100%;}
.filter_box ul li{display:flex;border-top:1px solid #dedede;padding:8px 0 8px 15px;}
.filter_box ul li:first-child{border-top:0;}
.filter_box ul li label{width:50px;font-size:13px;font-weight:normal;color:#999999;line-height:24px;}
.filter_box ul li .filter_btn{width:calc(100% - 130px);display:flex;flex-wrap:wrap;height:24px;overflow:hidden;}
.filter_box ul li .filter_btn a{height:24px;line-height:24px;font-size:13px;color:#333333;margin-right:22px;}
.filter_box ul li .filter_btn a:hover{color:var(--fontColor);}
.filter_box ul li .filter_btn a.active{color:var(--fontColor);}
.filter_box ul li .viewmore{width:70px;justify-content: flex-end;color:#333;line-height:24px;font-size:12px;display:inline-flex;align-items:center;}
.filter_box ul li .viewmore i{font-size:14px;margin-left:3px;}
.filter_box ul li .viewmore:hover{color:#ff0000;}

/*关于我们*/
.page_banner{width:100%;height:320px;}
.page_nav{background:#fff;height:50px;}
.page_nav .btn_box{display:flex;justify-content:center;}
.page_nav .btn_box a{margin:0 30px;font-size:16px;color:#333333;line-height:50px;position:relative;}
.page_nav .btn_box a:after{content:"";width:0;height:4px;position:absolute;bottom:0;left:0;background:var(--bgColor);transition:all 0.2s linear 0s;}
.page_nav .btn_box a:hover{color:var(--fontColor);}
.page_nav .btn_box a:hover:after{width:100%;}
.page_nav .btn_box a.active{color:var(--fontColor);font-weight:bold;}
.page_nav .btn_box a.active:after{width:100%;}
.about_title{text-align:center;line-height:132px;font-size:32px;color:#333333;font-weight:bold;}
.about_article{display:flex;justify-content: space-between;margin-bottom:140px;flex-wrap: wrap;}
.about_article .left_text{width:570px;font-size:15px;color:#333333;line-height:32px;}
.about_article .right_box{width:560px;}
.about_article .right_box img{max-width:100%;}

/*联系我们*/
.contact_article{display:flex;justify-content: space-between;margin-bottom:140px;align-items:center;flex-wrap: wrap;}
.contact_article .left_text{width:570px;font-size:15px;color:#333333;line-height:32px;}
.contact_article .left_text span{display:flex;align-items:flex-start;font-size:16px;color:#333;margin:10px 0;}
.contact_article .left_text span i{
    font-size:24px;margin-right:15px;
    background-image:-webkit-linear-gradient(left,#1173fc,#2abcff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.contact_article .left_text span a{margin-right:10px;color:#333;text-decoration:underline;}
.contact_article .left_text span a:hover{color:var(--fontColor);}
.contact_article .map_box{width:560px;height:350px;background:#dedede;}


/*产品列表*/
.product_list_ul2{display:block;width:100%;}
.product_list_ul2 li{background:#fff;display:block;width:100%;margin-bottom:15px;border:1px solid #dcdcdc;overflow:hidden;border-radius:3px;transition:all 0.2s linear 0s;}
.product_list_ul2 li.selectActive{box-shadow:0 0 10px rgba(0,0,0,0.2);}
.product_list_ul2 li .pro_description{padding:15px;display:flex;flex-wrap:wrap;align-items:center;}
.product_list_ul2 li .pro_description .img_btn{width:80px;display:inline-flex;justify-content:center;margin-right:20px;}
.product_list_ul2 li .pro_description .img_btn img{max-width:80px;max-height:80px;}
.product_list_ul2 li .pro_description .right_info{flex:1;display:flex;flex-wrap:wrap;}
.product_list_ul2 li .pro_description .right_info .name_btn{font-size:16px;color:#333333;font-weight:bold;line-height:18px;margin-bottom:12px;display:block;width:100%;}
.product_list_ul2 li .pro_description .right_info .name_btn:hover{text-decoration:underline;color:var(--fontColor);}
.product_list_ul2 li .pro_description .right_info .basic_text{display:inline-block;line-height:22px;margin-right:25px;}
.product_list_ul2 li .pro_description .right_info .basic_text_all{display:inline-block;width:100%;margin-right:0;margin-bottom:5px;}
.product_list_ul2 li .pro_description .right_info label{font-size:14px;font-weight:normal;color:#999999;}
.product_list_ul2 li .pro_description .right_info span{font-size:14px;color:#333333;}
.product_list_ul2 li .pro_description .right_info span a{color:var(--fontColor);}
.product_list_ul2 li .pro_description .right_info span a:hover{text-decoration:underline;}
.product_list_ul2 li .stock_btn{display:flex;width:100%;height:18px;line-height:18px;background:#f2f5fc;font-size:12px;color:#333333;justify-content:center;transition:all 0.2s linear 0s;border:0;}
.product_list_ul2 li .stock_btn i{font-size:13px;color:#db0000;font-weight:bold;margin-right:5px;vertical-align:middle;margin-top:2px;transition:all 0.2s linear 0s;}
.product_list_ul2 li .stock_btn.active{background:#ffe0b2;font-weight:bold;}
.product_list_ul2 li .stock_btn.active i{transform:rotate(180deg);margin-top:0;margin-bottom:2px;}
.product_list_ul2 li .stock_btn:hover{background:#ffe0b2;}
.product_list_ul2 li .kj-table{margin:0 15px;}
.product_list_ul2 li .kj-table table{margin-bottom:0;}
.product_list_ul2 li .kj-table thead tr th{text-align:center;border-bottom:0;background:#f7f7f7;font-size:14px;border-top:1px solid #dcdcdc!important;border-bottom:1px solid #dcdcdc;}
.product_list_ul2 li .kj-table thead tr th:first-child{text-align:left;padding-left:20px;width:240px;}
.product_list_ul2 li .kj-table tbody tr td{padding-top:5px;padding-bottom:5px;border-top:0;text-align:center;font-size:14px;color:#626262;vertical-align:middle;border-bottom:1px dotted #dcdcdc;transition:all 0.2s linear 0s;}
.product_list_ul2 li .kj-table tbody tr td:first-child{text-align:left;padding-left:20px;}
.product_list_ul2 li .kj-table tbody tr td em{color:#e70012;}
.product_list_ul2 li .kj-table tbody tr td a:hover{color:var(--fontColor);}
.product_list_ul2 li .kj-table tbody tr td a.car_btn{display:inline-block;width:30px;height:30px;border-radius:3px;background:var(--bgColor);text-align:center;line-height:30px;}
.product_list_ul2 li .kj-table tbody tr td a.car_btn i{font-size:18px;color:#fff;}
.product_list_ul2 li .kj-table tbody tr td a.car_btn:hover{background:var(--bgHoverColor);}
.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{width:72px;height:28px;border-radius:3px;overflow:hidden;margin:0 auto;border:1px solid #949494;vertical-align:middle;display:inline-flex;align-items:center;justify-content:space-between;}
.product_list_ul2 li .kj-table .kj-pro-num-box button{width:20px;border:0;padding:0;height:28px;transition:all 0.2s linear 0s;background:none;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:32px;height:28px;line-height:18px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;}
.product_list_ul2 li .kj-table tbody tr:hover td{background:#f7f7f7;}

/*产品详情*/
.product_base_info_3{display:flex;flex-wrap: wrap;border:1px solid #dcdcdc;background:#fff;padding:12px 25px 12px 12px;}
.product_base_info_3 .image_box{width:295px;}
.product_base_info_3 .image_box .box{width:100%;}
.product_base_info_3 .image_box .tb-booth{position:relative;z-index:1;width:100%;}
.product_base_info_3 .image_box .tb-booth a{display:flex;align-items:center;justify-content:center;width:100%;height:200px;}
.product_base_info_3 .image_box .tb-pic a img{vertical-align:middle;max-width:100%;max-height:100%;}
.product_base_info_3 .image_box .tb-pic .enlarge_btn{position:absolute;bottom:8px;right:8px;font-size:20px;color:#da251c;font-weight:bold;}
.product_base_info_3 .image_box .tb-thumb{margin:12px 0 0;overflow:hidden;}
.product_base_info_3 .image_box .tb-thumb li{background:#dddddd;float:left;height:56px;width:56px;margin:0 6px 0 0;overflow:hidden;padding:2px;}
.product_base_info_3 .image_box .tb-s40, .tb-s40 a{height:52px;width:52px;}
.product_base_info_3 .image_box .tb-s40, .tb-s40 a img{height:52px;width:52px;}
.product_base_info_3 .image_box .tb-thumb .tb-selected{background:#da251c;}
.product_base_info_3 .image_box .tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
div.zoomDiv{z-index:999;position:absolute;top:0;left:0;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.product_base_info_3 .pro_info_box{flex:1;margin-left:10px;}
.product_base_info_3 .pro_info_box h1{margin-bottom:12px;padding:14px 0;line-height:38px;font-size:26px;color:#333333;font-weight:bold;border-bottom:1px solid #e5e5e5;}
.product_base_info_3 .pro_info_box h6{font-size:14px;color:#333;line-height:30px;}
.product_base_info_3 .pro_info_box h6 em{color:#999;}
.product_base_info_3 .pro_info_box .bm_box{display:flex;flex:0 0 100%;font-size:14px;color:#333;line-height:24px;margin:3px 0;}
.product_base_info_3 .pro_info_box .bm_box em{width:42px;font-weight:normal;color:#999999;}
.product_base_info_3 .pro_info_box .bm_box span{flex:1;width:100%;height:24px;overflow:hidden;}
.product_base_info_3 .pro_info_box .bm_box a{font-weight:bold;color:var(--fontHoverColor);}
.product_base_info_3 .pro_info_box .name_box >div{line-height:30px;font-size:14px;width:100%;color:#333;}
.product_base_info_3 .pro_info_box .name_box label{font-weight:normal;color:#999999;}
.product_base_info_3 .pro_info_box .name_box a{color:#ff2200;}
.product_base_info_3 .pro_info_box .pro_btn_box {display:flex;margin-top:20px;justify-content:flex-start;}
.product_base_info_3 .pro_info_box .pro_btn_box a{width:125px;height:38px;border-radius:3px;margin-right:15px;font-size:14px;color:#fff;text-align:center;line-height:36px;border:1px solid var(--bgColor);}
.product_base_info_3 .pro_info_box .pro_btn_box a.collection_btn{background:var(--bgColor);}
.product_base_info_3 .pro_info_box .pro_btn_box a.collection_btn i{margin-right:5px;vertical-align:middle;}
.product_base_info_3 .pro_info_box .pro_btn_box a.collection_btn:hover{background:var(--fontHoverColor);border-color:var(--fontHoverColor);}
.product_base_info_3 .pro_info_box .pro_btn_box a.blue_btn{background:#f0f5fb;color:var(--fontColor);}
.product_base_info_3 .pro_info_box .pro_btn_box a.blue_btn:hover{background:var(--bgColor);color:#fff;}
.product_base_info_3 .pro_info_box .pro_btn_box a:active{position:relative;top:2px;}
.page_des_box{margin-top:15px;border:1px solid #dcdcdc;background:#fff;padding:0 10px;}
.page_des_box .kj-table table{margin:0;}
.page_des_box .kj-table tr th{text-align:center;font-size:14px;color:#333333;border-bottom:1px solid #dcdcdc;height:48px;line-height:48px;padding-top:0;padding-bottom:0;}
.page_des_box .kj-table tr td{text-align:center;border:0;padding:15px;vertical-align:middle;line-height:20px;font-size:14px;color:#666666;}
.page_des_box .kj-table tbody tr td a.car_btn{width:30px;height:30px;border-radius:3px;text-align:center;line-height:30px;background:var(--bgColor);display:inline-block;}
.page_des_box .kj-table tbody tr td a.car_btn i{font-size:18px;color:#fff;}
.page_des_box .kj-table tbody tr td a.car_btn:hover{background:var(--bgHoverColor);}
.page_des_box .kj-table tbody tr td a.car_btn:active{position:relative;top:2px;}
.page_des_box .kj-table .kj-pro-num-box{width:72px;height:28px;border-radius:3px;overflow:hidden;margin:0 auto;border:1px solid #949494;vertical-align:middle;display:inline-flex;align-items:center;justify-content:space-between;}
.page_des_box .kj-table .kj-pro-num-box button{width:20px;border:0;padding:0;height:28px;transition:all 0.2s linear 0s;background:none;font-size:14px;color:#333;display:inline-flex;justify-content:center;align-items:center;}
.page_des_box .kj-table .kj-pro-num-box input{width:32px;height:28px;line-height:18px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;}

.pro_slide_box{margin-top:15px;border:1px solid #dcdcdc;background:#fff;}
.pro_slide_box .nav{border-bottom:2px solid var(--bgColor);display:flex;}
.pro_slide_box .nav li{margin:0;}
.pro_slide_box .nav li a{margin:0;font-size:16px;color:#333333;font-weight:bold;position:relative;border:0;padding:0 30px;height:40px;line-height:40px;text-align:center;border-radius:0;}
.pro_slide_box .nav li.active a{background:var(--bgColor);color:#fff;}
.pro_slide_box .nav li a:hover{background:var(--bgColor);color:#fff;border:0;}
.pro_slide_box .nav li a:focus{background:var(--bgColor);color:#fff;border:0;}
.pro_slide_box .tab-pane{padding:10px;}
.pro_slide_box .table-responsive table tr th{border-right:1px solid #d9d9d9;font-size:14px;color:#333;}
.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{padding-left:50px;color:#333333;}
.pro_slide_box .technology_list li{display:flex;justify-content: space-between;border-top:1px solid #dedede;line-height:38px;padding:0 15px;}
.pro_slide_box .technology_list li:first-child{border-top:0;}
.pro_slide_box .technology_list li a{font-size:14px;color:#333;flex:1;height:38px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;padding-right:15px;}
.pro_slide_box .technology_list li a:before{
    content:"";width:4px;height:4px;display:inline-block;border-radius:50%;background:#dedede;margin-right:10px;vertical-align:middle;transition:all 0.2s linear 0s;
}
.pro_slide_box .technology_list li .time{font-size:14px;color:#999;}
.pro_slide_box .technology_list li a:hover{color:var(--fontColor);}
.pro_slide_box .technology_list li a:hover:before{background:var(--bgColor);}
.pro_slide_box .activeBox{padding:15px;font-size:14px;color:#333;line-height:26px;}
.pro_slide_box .activeBox img{max-width:100%;}
.pro_slide_box .downloadBtn{display:flex;align-items:center;font-size:16px;margin:20px;}
.pro_slide_box .downloadBtn i{font-size:20px;color:var(--fontColor);margin-right:10px;}
.pro_slide_box .downloadBtn:hover{color:var(--fontColor);text-decoration:underline;}

/*产品详情-相关产品*/
.product_relevant{margin-top:15px;}
.product_relevant h1{font-size:20px;color:#333333;line-height:28px;margin-bottom:15px;font-weight:bold;}
.product_relevant .swiper-button-next,.product_relevant .swiper-button-prev{color:#9a9a9a;transition:all 0.2s linear 0s;}
.product_relevant .swiper-button-next:hover,.product_relevant .swiper-button-prev:hover{color:var(--fontColor);}
.product_relevant .swiper-button-next:after, .product_relevant .swiper-button-prev:after{font-size:30px;font-weight:bold;}
.product_relevant .swiper-button-prev{left:-52px;}
.product_relevant .swiper-button-next{right:-52px;}
.product_relevant .img_btn{background:#fff;margin-bottom:10px;display:flex;width:100%;height:220px;overflow:hidden;padding:5px;border:1px solid #e7e7e7;align-items:center;justify-content:center;}
.product_relevant .img_btn img{max-width:100%;max-height:100%;}
.product_relevant .img_btn:hover{border-color:var(--bgColor);}
.product_relevant .num_btn{font-weight:bold;font-size:14px;color:#333333;line-height:21px;font-family: Arial;}
.product_relevant .title_btn{display:block;font-size:14px;color:#333333;line-height:21px;height:20px;overflow:hidden;transition:all 0.2s linear 0s;}
.product_relevant .title_btn:hover{color:var(--fontColor);text-decoration:underline;}
.product_relevant .price{color:#da251c;font-size:16px;font-weight:bold;margin-top:8px;}

/*品牌列表*/
.brand_list_ul{display:flex;flex-wrap:wrap;}
.brand_list_ul li{width:calc((100% - 100px)/6);margin-right:20px;margin-bottom:20px;border:1px solid #dedede;height:127px;padding-top:12px;transition:all 0.2s linear 0s;background:#fff;}
.brand_list_ul li:nth-child(6n){margin-right:0;}
.brand_list_ul li .img_btn{display:flex;height:66px;justify-content:center;align-items:center;padding:5px 5px 0 5px;}
.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:hover .title_btn{color:var(--fontColor);}

/*文章*/
.customer_container{display:flex;}
.article_left{width:218px;margin-right:42px;margin-top:60px;}
.article_left a{width:100%;display:block;height:42px;line-height:42px;padding:0 10px;background:#fff;margin-bottom:4px;font-size:15px;color:#333333;}
.article_left a:hover{background:var(--bgColor);color:#fff;}
.article_left a.active{background:var(--bgColor);color:#fff;}
.article_left a:active{position:relative;top:2px;}

.article_right{flex:1;}
.article_right h1{font-size:28px;color:#333333;font-weight:bold;line-height:42px;text-align:center;}
.article_right .article_content{margin-top:20px;box-shadow:0 0 20px rgba(144,144,144,0.2);padding:20px;font-size:15px;color:#333333;line-height:36px;background:#fff;}
.article_right .article_content img{max-width:100%;height:auto !important;}

/*新闻列表*/
.news_list_box{width:100%;}
.news_list_box .news_list{display:block;width:100%;}
.news_list_box .news_list li{width:100%;padding:30px 0;border-bottom:1px solid #dedede;display:flex;transition:all 0.2s linear 0s;}
.news_list_box .news_list li:first-child{padding-top:20px;}
.news_list_box .news_list li .img_btn{width:370px;height:210px;overflow:hidden;transition:all 480ms ease 0s;margin-right:35px;display:block;}
.news_list_box .news_list li .right{width:calc(100% - 405px);overflow:hidden;}
.news_list_box .news_list li .right .name_btn{margin-top:7px;display:block;width:100%;font-size:23px;color:#333;line-height:28px;height:28px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.news_list_box .news_list li .right .time{margin:10px 0 20px 0;font-size:14px;color:#999999;display:flex;align-items:center;line-height:18px;}
.news_list_box .news_list li .right .time i{margin-right:5px;font-size:14px;}
.news_list_box .news_list li .right .info{width:100%;font-size:14px;color:#666666;line-height:28px;margin-bottom:45px;height:56px;overflow:hidden;}
.news_list_box .news_list li .right .more_btn{display:block;font-size:14px;color:#666666;line-height:24px;height:24px;}
.news_list_box .news_list li .right .more_btn i{color:var(--fontColor);margin-right:5px;font-weight:bold;}
.news_list_box .news_list li:hover {background:#fff;}
.news_list_box .news_list li:hover .right .name_btn{color:var(--fontColor);}
.news_list_box .news_list li:hover .right .more_btn{color:var(--fontColor);}
.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:var(--bgColor);font-size:14px;color:#fff;width:130px;text-align:center;}

