@media(min-width:1230px){
    .container{width:1230px;}
}
.col-xs-per20,
.col-sm-per20,
.col-md-per20,
.col-lg-per20,
.col-xs-per30,
.col-sm-per30,
.col-md-per30,
.col-lg-per30,
.col-xs-per40,
.col-sm-per40,
.col-md-per40,
.col-lg-per40,
.col-xs-per60,
.col-sm-per60,
.col-md-per60,
.col-lg-per60,
.col-xs-per70,
.col-sm-per70,
.col-md-per70,
.col-lg-per70,
.col-xs-per80,
.col-sm-per80,
.col-md-per80,
.col-lg-per80 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-per20 {
    width: 20%;
    float: left;
}

.col-xs-per30 {
    width: 30%;
    float: left;
}

.col-xs-per40 {
    width: 40%;
    float: left;
}

.col-xs-per60 {
    width: 60%;
    float: left;
}

.col-xs-per70 {
    width: 70%;
    float: left;
}

.col-xs-per80 {
    width: 80%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-per20 {
        width: 20%;
        float: left;
    }

    .col-sm-per30 {
        width: 30%;
        float: left;
    }

    .col-sm-per40 {
        width: 40%;
        float: left;
    }

    .col-sm-per60 {
        width: 60%;
        float: left;
    }

    .col-sm-per70 {
        width: 70%;
        float: left;
    }

    .col-sm-per80 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-per20 {
        width: 20%;
        float: left;
    }

    .col-md-per30 {
        width: 30%;
        float: left;
    }

    .col-md-per40 {
        width: 40%;
        float: left;
    }

    .col-md-per60 {
        width: 60%;
        float: left;
    }

    .col-md-per70 {
        width: 70%;
        float: left;
    }

    .col-md-per80 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-per20 {
        width: 21%;
        float: left;
    }

    .col-lg-per25 {
        width: 20%;
        float: left;
    }

    .col-lg-per30 {
        width: 30%;
        float: left;
    }

    .col-lg-per10 {
        width: 14%;
        float: left;
    }

    .col-lg-per15 {
        width: 10%;
        float: left;
    }

    .col-lg-per40 {
        width: 43%;
        float: left;
    }

    .col-lg-per60 {
        width: 60%;
        float: left;
    }

    .col-lg-per70 {
        width: 79%;
        float: left;
    }

    .col-lg-per80 {
        width: 80%;
        float: left;
    }
}

i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
#ShopCartBox{display:none !important;}
a{transition:all 0.2s linear 0s;}
img{vertical-align:bottom;}
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: #e70012;
    border-color:#e70012;
}
@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;}
/*header*/
.header_fixed_top{width:100%;position:fixed;top:0;left:0;z-index:1000;}
.header_fixed_height{height:147px;width:100%;}

/*顶部基本信息展示*/
.header_top_baseInfo{width:100%;height:32px;line-height:32px;/*background:#e3e4e5;*/background:#f1f1f1;}
.header_top_baseInfo span{font-size:13px;color:#666666;display:inline-flex !important;align-items:center;}
.header_top_baseInfo span i{margin-left:20px;color:#a2a2a2;}
.header_top_baseInfo span b{color:#e64545;display:inline-flex !important;align-items:center;}
.header_top_baseInfo span b:before{
    content:"";display:inline-block;width:1px;height:14px;background:#babbbc;margin:0 8px;
}
.header_top_baseInfo .btn_box{text-align:right;}
.header_top_baseInfo .btn_box .user_btn{display:inline-block;}
.header_top_baseInfo .btn_box .user_btn a::before{
    content:'';display:inline-block;width:1px;height:14px;background:#d3d3d3;margin-right:8px;vertical-align:middle;
}
.header_top_baseInfo .btn_box .user_btn a:first-child::before{width:0;margin-right:0;}
.header_top_baseInfo .btn_box a.simple_btn{display:inline-block;font-size:13px;color:#555555;margin-left:4px;}
.header_top_baseInfo .btn_box a.simple_btn:hover{text-decoration:underline;}

/*顶部logo及搜索*/
.header_logo_search{padding-top:25px;padding-bottom:9px;background:#fff;position:relative;z-index:40;}
.header_logo_search .container{display:flex;flex-wrap: wrap;}
.header_logo_search .logo_btn{width:380px;height:65px;}
.header_logo_search .logo_btn img{max-width:100%;}
.header_logo_search .search_box{flex:1;margin-top:10px;}
.header_logo_search .search_form{height:40px;width:100%;border:2px solid #e64545;display:flex;overflow:hidden;}
.header_logo_search .search_form input{display:inline-block;flex:1;height:36px;line-height:36px;padding-left:15px;margin:0;font-size:14px;color:#333;border:0;}
.header_logo_search .search_form input::-webkit-input-placeholder{color:#999999;}
.header_logo_search .search_form input::-moz-placeholder{color:#999999;}
.header_logo_search .search_form input:-moz-placeholder{color:#999999;}
.header_logo_search .search_form input:-ms-input-placeholder{color:#999999;}
.header_logo_search .search_form button{padding:0;border:0;display:inline-flex;height:36px;width:100px;align-items:center;line-height:36px;background:#e64545;font-size:15px;color:#fff;transition:all 0.2s linear 0s;justify-content:center;}
.header_logo_search .search_form button i{margin-right:5px;}
.header_logo_search .link_btn{display:flex;margin-top:5px;height:32px;overflow:hidden;line-height:16px;}
.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{margin-top:10px;margin-left:12px;display:flex;align-items:center;justify-content:center;width:140px;height:40px;border:1px solid #d6d6d6;line-height:40px;font-size:13px;color:#333333;}
.header_logo_search .mycar_btn i{color:#e64545;margin-right:8px;font-size:18px;transition:all 0.2s linear 0s;position:relative;}
.header_logo_search .mycar_btn i sup{background:#e64545;border-radius:50%;color:#fff;font-size:12px;padding:0 4px;position:absolute;top:3px;right:-10px;height:16px;line-height:16px;}
.header_logo_search .mycar_btn:hover{background:#e64545;border-color:#e64545;color:#fff;}
.header_logo_search .mycar_btn:hover i{color:#fff;}
.header_logo_search .mycar_btn:hover sup{background:#fff;color:#e64545;}
.header_logo_search .mycar_btn:active{position:relative;top:2px;}
/*手机端搜索*/
.phone_search_box{border-bottom:1px solid #eee;background:#fff;}
.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 #e64545;padding:0 10px;margin:0;border-radius:3px 0 0 3px;font-size:13px;color:#333;float:left;}
.phone_search_box #mobilesearchbox input::-webkit-input-placeholder{color:#999999;}
.phone_search_box #mobilesearchbox input::-moz-placeholder{color:#999999;}
.phone_search_box #mobilesearchbox input:-moz-placeholder{color:#999999;}
.phone_search_box #mobilesearchbox input:-ms-input-placeholder{color:#999999;}
.phone_search_box #mobilesearchbox button{padding:0;border:0;display:inline-block;height:38px;width:50px;text-align:center;line-height:38px;background:#e64545;border-radius:0 3px 3px 0;font-size:16px;color:#fff;float:left;}
/*导航栏*/
.kj-navbar{margin-bottom:0;border:0;border-radius:0;background:#fff;/*box-shadow:0 0 5px rgba(0,0,0,0.1);*/z-index:30;border-bottom:1px solid #e64545;}
.kj-navbar .navbar-header{display:none;}
.kj-navbar .navbar-collapse{padding:0;}
.kj-navbar .navbar-nav li a{font-size:16px;color:#333333;padding-right:0;margin-left:35px;}
.kj-navbar .navbar-nav li:hover a{background:none;color:#e64545;}
.kj-navbar .navbar-nav li a:focus{background:none;}
.kj-navbar .navbar-nav li.active a{background:none;color:#e64545;font-weight:bold;}
.kj-navbar .nav .open > a,.kj-navbar .nav .open > a:focus,.kj-navbar .nav .open > a:hover {
    background: none;
    border-color: #fff;
    color:#e64545;
}
.kj-navbar .navbar-nav .li-kj-nav-procata{width:200px;position:relative;}
.kj-navbar .navbar-nav .li-kj-nav-procata:after{
    content:"";display:inline-block;width:1px;height:16px;background:#e2dee5;position:absolute;right:0;top:50%;transform: translateY(-50%);
}
.kj-navbar .navbar-nav .li-kj-nav-procata a{margin-left:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > a{text-align:center;font-weight:bold;}
.kj-navbar .navbar-nav .li-kj-nav-procata span{color:#e64545;font-weight:bold;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul{top:calc(100% + 2px);border:0;box-shadow:0 6px 12px rgba(0, 0, 0 ,0.3)}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li {position: relative;width:100%;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li a{border-bottom:0;text-decoration:none;display:block;width:100%;padding:10px 20px 10px 15px;color: #333 !important;font-weight: normal;line-height:24px;height:44px;font-size:15px;text-align:left;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li a:hover{color:#fff !important;background:#e64545;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li a span{float:right;margin-top:4px;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li a:hover span{color:#fff !important}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul {position: absolute;left: 100%;top:0;min-width:220px;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul li:hover > ul {display: block;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul span.fa-angle-down:before {content: "\f105";}

/*footer*/
.footer_box{margin-top:50px;position:relative;z-index:20;background:#313131;width:100%;overflow:hidden;}
.footer_box .footer_nav{display:flex;padding:50px 0 30px 0;justify-content:space-between;}
.footer_box .footer_nav .title{font-size:16px;color:#fff;line-height:24px;margin-bottom:15px;}
.footer_box .footer_nav ul{display:flex;}
.footer_box .footer_nav ul li{margin-right:110px;}
.footer_box .footer_nav ul li a{display:block;font-size:14px;color:rgba(255,255,255,0.6);line-height:20px;margin-bottom:10px;}
.footer_box .footer_nav ul li a:hover{color:rgba(255,255,255,1);text-decoration:underline;}
.footer_box .footer_nav .code_box{text-align:center;}
.footer_box .footer_nav .code_box img{width:120px;height:120px;}
.footer_box .footer_nav .tel_box{flex:1;margin-right:115px;}
.footer_box .footer_nav .tel_box span{display:flex;font-size:15px;color:#ffffff;line-height:28px;margin-bottom:12px;}
.footer_box .footer_nav .tel_box span b{display:block;font-size:22px;color:#e23134;}
.footer_box .footer_nav .tel_box span i{font-size:20px;color:#a8b0b9;margin-right:12px;}
.footer_box .footer_copyright{display:block;padding:12px 0;border-top:1px solid #464646;}
.footer_box .footer_copyright span{font-size:13px;color:rgba(255,255,255,0.6);line-height:28px;display:block;text-align:center;}
.footer_box .footer_copyright span a{color:rgba(255,255,255,0.6);}
.footer_box .footer_copyright span img{margin-right:10px;margin-left:20px;vertical-align:middle;margin-bottom:3px;}
.footer_box .footer_copyright span a:hover{text-decoration:underline;color:rgba(255,255,255,1);}
.footer_box .footer_copyright span.red{color:#e23134;font-size:14px;}
.footer_links{background:rgba(0,0,0,0.3);padding:10px 0;}
.footer_links .container{display:flex;}
.footer_links .container:after,.footer_links .container:before{display:none;}
.footer_links label{font-size:14px;color:#fff;font-weight:normal;line-height:24px;flex:0 0 75px;}
.footer_links .btn_box a{font-size:14px;color:#fff;margin-right:5px;line-height:24px;}
.footer_links .btn_box a:hover{text-decoration:underline;}


/*float*/
.float_box{position:fixed;right:0;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1000;}
.float_box ul{display:inline-block;width:100%;}
.float_box ul li{position:relative;display:block;width:50px;height:50px;background:#e23134;border-radius:3px;text-align:center;vertical-align:bottom;margin-bottom:3px;transition:all 0.2s linear 0s;cursor:pointer;}
.float_box ul li i{font-size:24px;color:#fff;display:block;line-height:50px;transition:all 0.2s linear 0s;}
.float_box ul li:hover{background:#ec0d16;}
.float_box ul li .qq_box{position:absolute;right:50px;top:0;display:none;border:1px solid #ec0d16;background:#fff;padding:10px;border-radius:3px;}
.float_box ul li .qq_box a{font-size:14px;color:#333;display:block;width:160px;line-height:28px;transition:all 0.2s linear 0s;}
.float_box ul li .qq_box a:hover{color:#ec0d16;text-decoration:underline;}
.float_box ul li .tel_box{display:none; position:absolute;right:50px;top:0;background:#fff;border:1px solid #ec0d16;border-radius:3px;padding:10px 15px;font-size:14px;color:#333;line-height:28px;width:200px;text-align:left;}
.float_box ul li .code_box{padding:10px;background:#fff;border:1px solid #ec0d16;position:absolute;right:50px;top:0;display:none;border-radius:3px;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;}
.float_box ul li:hover .code_box span{color:#333}
.float_box ul li#fqq:hover .qq_box{display:block;}
.float_box ul li#ftel:hover .tel_box{display:block;}
.float_box ul li#weixin:hover .code_box{display:block;}
.float_box ul li#scrollFloatTop{opacity:0;transition: all 0.2s linear 0s;}

/*浮动*/
.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:#e64545;}
.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;}

/*index*/
/*banner*/
#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{width:18px;border-radius:30px;}
#banner-swiper .swiper-wrapper .img_btn {display:flex;justify-content:center;overflow:hidden;}
#banner-swiper .swiper-wrapper .img_btn img{display:block;margin:0;}
/*标题*/
.index_title{padding-top:40px;text-align:center;padding-bottom:30px;}
.index_title h1{font-size:28px;color:#333333;line-height:32px;margin-bottom:15px;}
.index_title h6{font-size:14px;color:#666666;line-height:18px;}
.index_title a{font-size:14px;color:#e64545;line-height:18px;}
.index_title a:hover{text-decoration:underline;}
/*精选产品*/
.index_chose_product{position:relative;}
.index_chose_product .swiper-slide{padding:10px;}
.index_chose_product .swiper-slide .product_item{box-shadow:0 0 5px rgba(0,0,0,0.1);padding:0 10px 10px 10px;transition:all 0.2s linear 0s;}
.index_chose_product .swiper-slide .product_item:hover{box-shadow:0 0 10px rgba(0,0,0,0.3);}
.index_chose_product .swiper-slide .img_btn{display:flex;justify-content:center;align-items:center;height:240px;}
.index_chose_product .swiper-slide .img_btn img{max-width:100%;max-height:240px;}
.index_chose_product .swiper-slide .title_btn{height:40px;line-height:40px;font-size:14px;color:#333333;width:100%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;text-align:center;display:block;}
.index_chose_product .swiper-slide .title_btn:hover{color:#e64545;}
.index_chose_product .swiper-slide .base_info{border-top:2px dotted #f5f5f5;display:flex;justify-content:space-between;font-size:14px;color:#666666;padding:15px 0;}
.index_chose_product .swiper-slide .base_info span{line-height:20px;}
.index_chose_product .swiper-slide .footer_pro{display:flex;justify-content: space-between;align-items:center;}
.index_chose_product .swiper-slide .footer_pro .price{font-size:15px;color:#e64545;font-weight:bold;}
.index_chose_product .swiper-slide .footer_pro .price em{font-weight:normal;display:inline-block;text-align:center;width:40px;height:20px;line-height:20px;border-radius:2px;background:#e64545;font-size:12px;color:#fff;margin-right:5px;}
.index_chose_product .swiper-slide .footer_pro .car_btn{font-size:13px;color:#e64545;font-weight:bold;}
.index_chose_product .swiper-slide .footer_pro .car_btn i{margin-right:3px;}
.index_chose_product .swiper-button-next,.index_chose_product .swiper-button-prev{color:#fff;transition:all 0.2s linear 0s;width:28px;height:52px;background:#e5e5e5}
.index_chose_product .swiper-button-next:hover,.index_chose_product .swiper-button-prev:hover{background:#e64545}
.index_chose_product .swiper-button-next:after, .index_chose_product .swiper-button-prev:after{font-size:20px;}
.index_chose_product .swiper-button-prev{left:-55px;}
.index_chose_product .swiper-button-next{right:-55px;}
/*产品中心*/
.index_product_cats ul{border-bottom:0;display:flex;justify-content:space-evenly;margin-top:20px;width:100%;overflow:hidden;}
.index_product_cats ul li{flex:0 0 165px;text-align:center;border-bottom:3px solid transparent;}
.index_product_cats ul li a{border-radius:0;text-align:center;font-size:14px;color:#333333;}
.index_product_cats ul li a i{display:block;font-size:53px;color:#959494;line-height:60px;margin-bottom:12px;transition:all 0.2s linear 0s;}
.index_product_cats ul > li.active{border-bottom:3px solid #e64545;padding-bottom:15px;}
.index_product_cats ul > li.active > a,.index_product_cats ul > li.active > a:focus,.index_product_cats ul > li.active > a:hover{
    border:0;color:#e64545;font-weight:bold;
}

.index_product_cats ul li:nth-child(1) a:before{
   content:"";width:60px;height:60px;background:url("../images/cata-1.png")no-repeat 0 0;
   display:block;margin:12px auto;
}
.index_product_cats ul li:nth-child(1) a:hover:before{
    background:url("../images/cata-1.png")no-repeat -60px 0;
}
.index_product_cats ul li:nth-child(2) a:before{
   content:"";width:60px;height:60px;background:url("../images/cata-2.png")no-repeat 0 0;
   display:block;margin:12px auto;
}
.index_product_cats ul li:nth-child(2) a:hover:before{
    background:url("../images/cata-2.png")no-repeat -60px 0;
}
.index_product_cats ul li:nth-child(3) a:before{
    content:"";width:60px;height:60px;background:url("../images/cata-3.png")no-repeat 0 0;
   display:block;margin:12px auto;
}
.index_product_cats ul li:nth-child(3) a:hover:before{
    background:url("../images/cata-3.png")no-repeat -60px 0;
}
.index_product_cats ul li:nth-child(4) a:before{
   content:"";width:60px;height:60px;background:url("../images/cata-4.png")no-repeat 0 0;
   display:block;margin:12px auto;
}
.index_product_cats ul li:nth-child(4) a:hover:before{
    background:url("../images/cata-4.png")no-repeat -60px 0;
}
.index_product_cats ul li:nth-child(5) a:before{
    content:"";width:60px;height:60px;background:url("../images/cata-5.png")no-repeat 0 0;
   display:block;margin:12px auto;
}
.index_product_cats ul li:nth-child(5) a:hover:before{
    background:url("../images/cata-5.png")no-repeat -60px 0;
}
.index_product_cats ul li:nth-child(6) a:before{
    content:"";width:60px;height:60px;background:url("../images/cata-6.png")no-repeat 0 0;
   display:block;margin:12px auto;
}
.index_product_cats ul li:nth-child(6) a:hover:before{
    background:url("../images/cata-6.png")no-repeat -60px 0;
}

.index_product_cats ul li.active a i{color:#e64545;font-weight:normal;}
.index_product_cats ul li.active a:before{color:#e64545}
.index_product_cats ul li.active:nth-child(1) a:before{background:url("../images/cata-1.png")no-repeat -60px 0;}
.index_product_cats ul li.active:nth-child(2) a:before{background:url("../images/cata-2.png")no-repeat -60px 0;}
.index_product_cats ul li.active:nth-child(3) a:before{background:url("../images/cata-3.png")no-repeat -60px 0;}
.index_product_cats ul li.active:nth-child(4) a:before{background:url("../images/cata-4.png")no-repeat -60px 0;}
.index_product_cats ul li.active:nth-child(5) a:before{background:url("../images/cata-5.png")no-repeat -60px 0;}
.index_product_cats ul li.active:nth-child(6) a:before{background:url("../images/cata-6.png")no-repeat -60px 0;}

.index_product_cats ul > li > a:hover ,.index_product_cats ul > li > a:focus{
    border-color: #fff;
}
.index_product_cats ul li:hover a{color:#e64545;}
.index_product_cats ul li:hover a i{color:#e64545;}
.index_product .tab-content{background:#fcfdfd;margin-top:20px;padding-bottom:70px;}
.index_product .tab-pane h1{line-height:50px;padding-left:20px;font-size:16px;color:#333333;font-weight:bold;}
.index_product .tab-pane > div{position:relative;}
.index_product .tab-pane ul{display:flex;flex-wrap:wrap;}
.index_product .tab-pane ul li{width:33.33333%;background:#fff;border:1px solid #e5e5e5;padding:25px;height:230px;margin:-1px -1px 0 0;}
.index_product .tab-pane ul li:nth-child(1){margin-top:0}
.index_product .tab-pane ul li:nth-child(2){margin-top:0}
.index_product .tab-pane ul li:nth-child(3){margin-top:0}
.index_product .tab-pane ul li .title_btn{display:block;width:100%;height:36px;line-height:36px;font-size:15px;color:#333333;font-weight:bold;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_product .tab-pane ul li .title_btn:hover{color:#e64545;}
.index_product .tab-pane ul li .base_info{display:flex;justify-content: space-between;padding-top:10px;}
.index_product .tab-pane ul li .base_info .base_text{line-height:28px;color:#666666;font-size:13px;flex:0 0 60%;}
.index_product .tab-pane ul li .base_info .base_text span{display:block;}
.index_product .tab-pane ul li .base_info .img_btn{flex:0 0 40%;text-align:right;}
.index_product .tab-pane ul li .base_info .img_btn img{max-width:100%;max-height:84px;}
.index_product .tab-pane ul li .footer_pro{display:flex;justify-content: space-between;margin-top:25px;}
.index_product .tab-pane ul li .footer_pro .price{font-size:20px;color:#e64545;font-weight:bold;}
.index_product .tab-pane ul li .footer_pro .car_btn{font-size:13px;color:#e64545;font-weight:bold;}
.index_product .tab-pane ul li .footer_pro .car_btn i{margin-right:3px;}
.index_product .tab-pane ul li .footer_pro .car_btn:hover{text-decoration:underline;}
.index_product .swiper-button-next,.index_product .swiper-button-prev{color:#fff;transition:all 0.2s linear 0s;width:28px;height:52px;background:#e5e5e5}
.index_product .swiper-button-next:hover,.index_product .swiper-button-prev:hover{background:#e64545}
.index_product .swiper-button-next:after, .index_product .swiper-button-prev:after{font-size:20px;}
.index_product .swiper-button-prev{left:-55px;}
.index_product .swiper-button-next{right:-55px;}
/*服务*/
.index_service{background:#f4f5f7;padding-bottom:55px;}
.index_service ul{display:flex;flex-wrap: wrap;}
.index_service ul li{margin-right:40px;width:calc((100% - 120px)/4);margin-bottom:25px;}
.index_service ul li:nth-child(4n){margin-right:0;}
.index_service ul li .img_btn{display:flex;width:100%;height:170px;justify-content:center;align-items:center;}
.index_service ul li .img_btn img{width:100%;max-height:170px;}
.index_service ul li .title_btn{margin-top:18px;display:block;font-size:15px;color:#e64545;height:24px;width:100%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;font-weight:bold;}
.index_service ul li span{display:block;font-size:14px;color:#333333;line-height:24px;}
.index_service ul li .title_btn:hover{text-decoration:underline;}
/*新闻*/
.index_news{display:flex;flex-wrap: wrap;}
.index_news .news_image{width:658px;height:400px;position:relative;overflow:hidden;}
.index_news .news_image .img_btn{width:100%;}
.index_news .news_image .img_btn img{max-width:100%;}
.index_news .news_image .img_title{position:absolute;bottom:0;left:0;padding:32px;width:100%;background:rgba(0,0,0,0.6);}
.index_news .news_image .img_title .name_btn{font-size:16px;color:#ffffff;font-weight:bold;line-height:30px;display:block;width:100%;height:30px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_news .news_image .img_title .name_btn:hover{text-decoration:underline;}
.index_news .news_image .img_title span{font-size:14px;color:#ffffff;line-height:24px;}
.index_news .left_news{flex:1;position:relative;padding-left:60px;}
.index_news .left_news .line{width:2px;height:400px;background:#e6e6e6;top:0;left:28px;position:absolute;}
.index_news .left_news ul{display:flex;flex-wrap: wrap;}
.index_news .left_news ul li{display:flex;width:100%;margin-top:22px;position:relative;}
.index_news .left_news ul li:first-child{margin-top:0;}
.index_news .left_news ul li .img_btn{display:flex;width:185px;height:118px;overflow:hidden;align-items:center;justify-content:center;margin-right:20px;}
.index_news .left_news ul li .img_btn img{height:118px;}
.index_news .left_news ul li .info_box{flex:1;}
.index_news .left_news ul li .info_box .name_btn{display:block;font-size:15px;color:#333333;font-weight:bold;line-height:24px;margin-top:15px;margin-bottom:15px;}
.index_news .left_news ul li .info_box .time{font-size:14px;color:#999999;}
.index_news .left_news ul li .info_box .name_btn:hover{color:#e64545;}
.index_news .left_news ul li:before{
    content:"";width:18px;height:18px;border:2px solid #e64545;border-radius:50%;background:#fff;position:absolute;top:0;left:-40px;transition:all 0.2s linear 0s;
}
.index_news .left_news ul li:hover:before{background:#e64545;}
/*畅销产品*/
.index_hot_product{background:#f4f5f7;padding-bottom:55px;margin-top:75px;margin-bottom:-50px;}
.index_hot_product .product_btn{display:flex;flex-wrap: wrap;}
.index_hot_product .product_btn a{width:33.33333%;padding-right:20px;font-size:14px;color:#333;line-height:28px;height:28px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_hot_product .product_btn a:hover{color:#e64545;text-decoration:underline;}

/*面包屑*/
.page_map{color:#333333;line-height:24px;padding-top:15px;padding-bottom:15px;}
.page_map i{color:#e64545;}
.page_map .breadcrumb{background:none;padding:0;margin:0;display:inline-block;}
.page_map .breadcrumb a{color:#333333;}
.page_map .breadcrumb a:hover{text-decoration:underline;}
.page_map .breadcrumb > li + li:before{color:#333333;}
.page_map .breadcrumb .active{color:#e64545;}

/*分页*/
.kj-page{text-align:center;}
.kj-page .pagination{margin-top:80px;}
.kj-page .pagination > li > a,.kj-page .pagination > li > span{color:#333;margin:3px;}
.kj-page .pagination > li > a:hover,.kj-page .pagination > li > span:hover{background:#e64545;color:#fff;border-color:#e64545;}
.kj-page .pagination > li.active > a{background:#e64545;color:#fff;border-color:#e64545;}
.kj-page .pagination > li:first-child > a,.kj-page .pagination > li:first-child > span {
    margin-left:3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.kj-page .pagination > li:last-child > a,.kj-page .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

/*分页*/
.page_banner{width:100%;height:260px;background:url("../images/page_banner.jpg") no-repeat center;background-size:cover;}


/*筛选*/
.filter_box{background:#fff;border:1px solid #e7e7e7;padding:8px 22px;}
.filter_box ul{display:block;padding:0 10px;width:100%;}
.filter_box ul li{display:flex;border-top:1px dotted #dedede;padding:8px 0;}
.filter_box ul li:first-child{border-top:0;}
.filter_box ul li label{width:60px;font-size:14px;font-weight:normal;color:#333;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:14px;color:#333;margin-right:25px;}
.filter_box ul li .filter_btn a:hover{color:#e70012;}
.filter_box ul li .filter_btn a.active{color:#e70012;}
.filter_box ul li .viewmore{width:70px;text-align:right;color:#e70012;line-height:24px;}

/*产品列表*/
.page_container{display:flex;flex-wrap:wrap;}
.left_nav{width:220px;}
.left_nav h1{width:100%;height:38px;background:#e23134;line-height:38px;padding-left:15px;font-size:15px;color:#fff;font-weight:bold;}
.left_nav .panel-group .panel{border-radius:0;border:0;background:#f4f4f4;}
.left_nav .panel-group .panel + .panel{margin-top:0;}
.left_nav .panel-default > .panel-heading{padding:0;height:50px;line-height:50px;}
.left_nav .panel-default > .panel-heading .panel-title a{height:50px;line-height:50px;padding-left:15px;display:flex;align-items:center;position:relative;}
/*.left_nav .panel-default > .panel-heading .panel-title a:before{
    content:'\e795';
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block;width:20px;

}*/
.left_nav .panel-default > .panel-heading .panel-title a span{font-size:15px;color:#9c9c9c;position:absolute;top:50%;transform: translateY(-50%);right:10px;}
.left_nav .panel-default > .panel-heading.active{background:#f9f3f3;}
.left_nav .panel-default > .panel-heading.active .panel-title{color:#ed1c24;font-weight:bold;}
.left_nav ul{display:block;border:1px solid #f4f4f4;background:#fff;margin-bottom:2px;border-top:0;padding-bottom:10px;padding-top:5px;}
.left_nav ul li{display:block;vertical-align:bottom;height:32px;}
.left_nav ul li a{display:block;width:100%;height:32px;line-height:32px;font-size:14px;color:#333333;padding-left:35px;}
.left_nav ul li a:hover{background:#f9f3f3;}
.left_nav ul li a.active{color:#ed1c24;}
.left_nav .btn_box a{display:block;width:100%;height:50px;line-height:50px;padding-left:15px;font-size:16px;color:#333;background:#f5f5f5;margin-bottom:2px;}
.left_nav .btn_box a:hover{background:#f9f3f3;}
.left_nav .btn_box a.active{background:#f9f3f3;color:#ed1c24;}


.page_product{width:calc(100% - 220px);padding-left:30px;flex:1;}
.page_product .exhibition_box{width:100%;background:#e23134;height:38px;display:flex;align-items:center;margin-bottom:12px;}
.page_product .exhibition_box span{width:65px;text-align:center;font-size:14px;color:#fff;font-weight:bold;}
.page_product .exhibition_box a{margin-left:-1px;width:30px;height:24px;background:#fff;text-align:center;line-height:24px;font-size:12px;color:#e23134;}
.page_product .exhibition_box a:hover{background:#dedede;}
.page_product .exhibition_box a.active{background:#dedede;}
.page_product .kj-table table{margin-bottom:0;}
.page_product table thead tr th{background:#fff;height:38px;line-height:38px;padding-top:0;padding-bottom:0;border-bottom:2px solid #ed1c24;}
.page_product table table thead tr th{background:#f4f4f4;font-size:13px;line-height:50px;height:50px;color:#333333;font-weight:bold;border-bottom:1px solid #dddddd;text-align:center;}
.page_product table tbody tr td{vertical-align:middle;font-size:14px;color:#333333;line-height:22px;border-bottom:1px solid #ddd;padding-top:15px;padding-bottom:15px;}
.page_product table tbody tr td[colspan="8"]{padding:0;}
.page_product table tbody tr td .img_btn{display:inline-flex;width:43px;height:43px;border:1px solid #dddddd;justify-content:center;align-items:center;}
.page_product table tbody tr td .img_btn img{max-height:43px;max-width:100%;}
.page_product table tbody tr td .img_btn:hover{border-color:#222;}
.page_product table tbody tr td a.name_btn{font-size:14px;color:#ed1c24;}
.page_product table tbody tr td a.cas_btn{font-size:14px;color:#ed1c24;}
.page_product table tbody tr td a.click_btn{font-size:14px;cursor:pointer;color:#e10606;}
.page_product table tbody tr td a.click_btn:hover{text-decoration:underline;}
.page_product table tbody tr td a:hover{text-decoration:underline;}
.page_product table tbody tr td a.car_btn{font-size:20px;color:#e10606;font-weight:bold;}
.page_product table tbody tr td a.car_btn:hover{text-decoration:none;}
.page_product table table tbody tr td{border:0;font-size:13px;text-align:center;color:#333333;border-top:1px solid #ddd;padding-top:8px;padding-bottom:8px;background:#f4f4f4;}
.page_product table table tbody tr td a{color:#ed1c24;}
.kj-pro-num-box{display:flex;align-items:center;margin:0 auto;}
.kj-pro-num-box{width:68px;height:28px;border:1px solid #ddd;text-align:center;background:#fff;overflow:hidden;}
.kj-pro-num-box button{background:#fff;border:0;padding:0;width:20px;height:28px;line-height:28px;transition:all 0.2s linear 0s;}
.kj-pro-num-box button.kj-pro-num-minus{border-right:1px solid #ddd;}
.kj-pro-num-box button.kj-pro-num-plus{border-left:1px solid #ddd;}
.kj-pro-num-box button:hover{background:#ccc;}
.kj-pro-num-box input{width:28px;height:28px;line-height:28px;border:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;}
.kj-product-row{display:flex;flex-wrap: wrap;}
.kj-product-row .item{padding:0 10px 10px 10px;margin-right:12px;margin-bottom:20px;width:calc((100% - 36px)/4);box-shadow:0 0 5px rgba(0,0,0,0.1);transition:all 0.2s linear 0s;}
.kj-product-row .item:nth-child(4n){margin-right:0;}
.kj-product-row .item:hover{box-shadow:0 0 10px rgba(0,0,0,0.3);}
.kj-product-row .item .img_btn{display:flex;justify-content:center;align-items:center;height:240px;}
.kj-product-row .item .img_btn img{max-width:100%;max-height:240px;}
.kj-product-row .item .title_btn{height:40px;line-height:40px;font-size:14px;color:#333333;width:100%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;text-align:center;display:block;}
.kj-product-row .item .title_btn:hover{color:#e64545;}
.kj-product-row .item .base_info{border-top:2px dotted #f5f5f5;display:flex;justify-content:space-between;font-size:13px;color:#666666;padding:15px 0;}
.kj-product-row .item .base_info span{line-height:20px;}
.kj-product-row .item .footer_pro{display:flex;justify-content: space-between;}
.kj-product-row .item .footer_pro .price{font-size:15px;color:#e64545;font-weight:bold;}
.kj-product-row .item .footer_pro .car_btn{font-size:13px;color:#e64545;font-weight:bold;}
.kj-product-row .item .footer_pro .car_btn i{margin-right:3px;}

/*搜索*/
.product_box .product_list_ul{display:inline-block;width:100%;}
.product_box .product_list_ul li{display:inline-block;width:100%;margin-bottom:40px;vertical-align:bottom;border-bottom:1px solid #ddd;}
.product_box .product_list_ul li .pro_description{border-bottom:1px solid #e7e7e7;padding:15px 0;display:flex;flex-wrap:wrap;}
.product_box .product_list_ul li .pro_description .img_btn{height:94px;width:94px;display:inline-flex;justify-content:center;align-items:center;border:1px solid #e5e5e5;}
.product_box .product_list_ul li .pro_description .img_btn img{max-width:100%;max-height:94px;}
.product_box .product_list_ul li .pro_description .right_info{flex:1;margin-left:20px;display:flex;flex-wrap:wrap;}
.product_box .product_list_ul li .pro_description .right_info .name_btn{font-size:22px;color:#333333;font-weight:bold;line-height:38px;display:block;}
.product_box .product_list_ul li .pro_description .right_info .name_btn:hover{text-decoration:underline;color:#e64545;}
.product_box .product_list_ul li .pro_description .right_info .basic_text{display:inline-block;line-height:22px;margin-right:25px;}
.product_box .product_list_ul li .pro_description .right_info .basic_text_all{display:inline-block;width:100%;margin-right:0;}
.product_box .product_list_ul li .pro_description .right_info label{font-size:14px;font-weight:normal;color:#999999;}
.product_box .product_list_ul li .pro_description .right_info span{font-size:14px;color:#333333;}
.product_box .product_list_ul li .pro_description .right_info span a{color:#e64545;}
.product_box .product_list_ul li .pro_description .right_info span a:hover{text-decoration:underline;}
.product_box .product_list_ul li .pro_stock{padding:15px;border-top:1px solid #e7e7e7;display:flex;align-items: flex-start;}
.product_box .product_list_ul li .pro_stock .name_btn{font-size:12px;color:#e64545;margin-right:52px;}
.product_box .product_list_ul li .pro_stock span{font-size:12px;color:#333333;flex:1;margin-right:12px;}
.product_box .product_list_ul li .pro_stock .stock_btn{float:right;font-size:12px;color:#e64545;display:inline-flex;align-items:center;}
.product_box .product_list_ul li .pro_stock .stock_btn:after{
    content:attr(text-content-after);
    display:inline-flex;font-size:12px;margin-left:5px;width:12px;height:12px;background:#e64545;border-radius:2px;color:#fff;align-items:center;justify-content:center;
}
.product_box .product_list_ul li .pro_stock .stock_btn i{display:inline-flex;font-size:12px;margin-left:5px;width:12px;height:12px;background:#c9c8c8;border-radius:2px;color:#fff;align-items:center;justify-content:center;}
.product_box .product_list_ul li .pro_stock .stock_btn i.active{background:#da251c;}
.product_box .product_list_ul .kj-table{width:100%;}
.product_box .product_list_ul table{margin-bottom:0;}
.product_box .product_list_ul table thead tr th{background:#f4f4f4;font-size:13px;line-height:50px;text-align:center;border-bottom:1px solid #ddd;padding-top:0;padding-bottom:0;}
.product_box .product_list_ul table tbody tr td{background:#f4f4f4;font-size:13px;text-align:center;vertical-align:middle;border-bottom:0;padding-top:8px;padding-bottom:8px;}
.product_box .product_list_ul table tbody tr td em{color:#da251c;}
.product_box .product_list_ul table tbody tr td a{color:#da251c;}
.product_box .product_list_ul table tbody tr td a.car_btn{color:#da251c;}
.product_box .product_list_ul table tbody tr td a.car_btn i{font-size:20px;}
.kj-noproduct-search{text-align:center;font-size:14px;padding-top:40px;}

/*产品详情*/
.product_info_details{display:flex;margin-bottom:32px;}
.product_info_details .img_box{width:300px;height:300px;display:flex;align-items:center;justify-content:center;border:1px solid #ebebeb;margin-right:35px;}
.product_info_details .img_box img{max-width:100%;max-height:100%;}


.product_info_details .left_box{width:300px;margin-right:35px;}
.product_info_details .left_box .img_box{width:100%;display:flex;align-items:center;justify-content:center;}
.product_info_details .image_box .box{width:100%;}
.product_info_details .image_box .tb-booth{position:relative;z-index:1;width:100%;height:300px;}
.product_info_details .image_box .tb-pic a{display:flex;align-items:center;justify-content:center;height:100%;width:100%;}
.product_info_details .image_box .tb-pic a img{vertical-align:middle;max-width:100%;}
.product_info_details .image_box .tb-thumb{overflow:hidden;display:flex;justify-content:space-between;}
.product_info_details .image_box .tb-thumb li{background:#dddddd;float:left;height:80px;width:90px;margin:10px 10px 0 0;overflow:hidden;padding:2px;}
.product_info_details .image_box .tb-thumb li:last-child{margin-right:0;}
.product_info_details .image_box .tb-s40, .tb-s40 a{height:76px;width:86px;}
.product_info_details .image_box .tb-s40, .tb-s40 a img{max-width:100%;max-height:100%;}
.product_info_details .image_box .tb-thumb .tb-selected{background:#e83241;}
.product_info_details .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_info_details .pro_base{flex:1;}
.product_info_details .pro_base .pro_title{padding-bottom:15px;border-bottom:1px dashed #ddd;}
.product_info_details .pro_base .pro_title h1{font-size:22px;margin:10px 0;font-weight:bold;color:#333;line-height:24px;}
.product_info_details .pro_base .pro_title h6{font-size:17px;color:#333;line-height:24px;}
.product_info_details .pro_base .pro_title .tips{color:#e10606;font-size:14px;line-height:24px;padding-top:15px;}
.product_info_details .pro_base .info_box{padding:15px 0;border-bottom:1px dashed #ddd;display:flex;flex-wrap:wrap;}
.product_info_details .pro_base .info_box .list{flex:0 0 25%;line-height:24px;}
.product_info_details .pro_base .info_box .list label{font-size:14px;color:#999;font-weight:normal;}
.product_info_details .pro_base .info_box .list span{font-size:14px;color:#333;}
.product_info_details .pro_base .pro_btn_box{padding-top:30px;display:flex;flex-wrap:wrap;}
.product_info_details .pro_base .pro_btn_box a{width:125px;height:30px;line-height:30px;border-radius:3px;color:#fff;margin-right:10px;text-align:center;}
.product_info_details .pro_base .pro_btn_box .collect_btn{
    background:-webkit-gradient(linear, left top, left bottom, from(#e64545),to(#e23134) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e64545',endColorstr='#e23134' );
    background:linear-gradient(to bottom, #e64545, #e23134);
    background:#e64545\9;
}
.product_info_details .pro_base .pro_btn_box .collect_btn:hover{
    background:-webkit-gradient(linear, left top, left bottom, from(#e23134),to(#e64545) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e23134',endColorstr='#e64545' );
    background:linear-gradient(to bottom, #e23134, #e64545);
    background:#e23134\9;
}
.product_info_details .pro_base .pro_btn_box .service_btn{background:#807d7d;}
.product_info_details .pro_base .pro_btn_box .service_btn:hover{background:#e64545;}
.product_info_details .pro_base .pro_btn_box a:active{position:relative;top:2px;}
.page_des_box .kj-table table{margin-bottom:32px;}
.page_des_box .kj-table thead tr th{border-bottom:0;background:#f4f4f4;color:#555;text-align:center;line-height:20px;padding:12px 8px;}
.page_des_box .kj-table tbody tr td{border-top:0;text-align:center;line-height:20px;padding:8px;vertical-align:middle;font-size:13px;}
.page_des_box .kj-table tbody tr:nth-child(2n) td{background:#f4f4f4;}
.page_des_box .kj-table tbody tr td a{color:#e10606;}
.page_des_box .kj-table tbody tr td a.car_btn{font-size:20px;color:#e10606;font-weight:bold;}
.page_des_box .pro_slide_box{border:1px solid #d9d9d9;}
.page_des_box .pro_slide_box .nav-tabs{border-bottom:0;}
.page_des_box .pro_slide_box .nav-tabs > li{width:25%;background:#f7f7f7;margin-bottom:0;margin-top:-1px}
.page_des_box .pro_slide_box .nav-tabs > li a{border:1px solid #d9d9d9;border-radius:0;width:100%;text-align:center;color:#333333;font-size:15px;border-right:0;}
.page_des_box .pro_slide_box .nav-tabs > li:first-child a{border-left:0;}
.page_des_box .pro_slide_box .nav-tabs > li.active > a,.page_des_box .pro_slide_box .nav-tabs > li.active > a:focus,.page_des_box .pro_slide_box .nav-tabs > li.active > a:hover{
    border-top:2px solid #e23134;color:#e23134;border-bottom:0;
}
.page_des_box .pro_slide_box .table-responsive{padding:30px;}
.page_des_box .pro_slide_box .table-responsive table{margin-bottom:0}
.page_des_box .pro_slide_box .table-responsive table tr th{border-right:1px solid #d9d9d9;text-align:center;font-size:14px;color:#333;font-weight:normal;}
.page_des_box .pro_slide_box .table-responsive table tr:first-child th{border-top:0;}
.page_des_box .pro_slide_box .table-responsive table tr:first-child td{border-top:0;}
.page_des_box .pro_slide_box .table-responsive table tr td{padding-left:50px;color:#333333;}
.page_des_box .pro_slide_box .text_link{display:inline-block;width:100%;padding:30px;}
.page_des_box .pro_slide_box .text_link li{display:inline-block;width:100%;vertical-align:bottom;margin-top:16px;line-height:20px;}
.page_des_box .pro_slide_box .text_link li:first-child{margin-top:0;}
.page_des_box .pro_slide_box .text_link li .time{float:right;font-size:14px;color:#999999;width:100px;text-align:right;}
.page_des_box .pro_slide_box .text_link li .title_btn{float:left;width:calc(100% - 100px);display:inline-block;font-size:14px;color:#666666;transition:all 0.2s linear 0s;height:18px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_des_box .pro_slide_box .text_link li .title_btn::before{
    content: '';display:inline-block;width:4px;height:4px;background:#c9c9c9;vertical-align:middle;margin-right:10px;border-radius:50%;transition:all 0.2s linear 0s;
}
.page_des_box .pro_slide_box .text_link li .title_btn:hover{color:#e10606;text-decoration:underline;}
.page_des_box .pro_slide_box .text_link li .title_btn:hover::before{background:#e10606}
.page_des_box .pro_slide_box .activeBox{padding:15px;font-size:14px;color:#333;line-height:26px;}
.page_des_box .pro_slide_box .activeBox img{max-width:100%;}


.page_des_box .pro_slide_box .technology_data{display:inline-block;width:100%;padding:15px;}
.page_des_box .pro_slide_box .technology_data li{display:inline-block;width:100%;vertical-align:bottom;margin-top:15px;line-height:18px;}
.page_des_box .pro_slide_box .technology_data li:first-child{margin-top:0;}
.page_des_box .pro_slide_box .technology_data li .time{float:right;font-size:14px;color:#999999;width:100px;text-align:right;}
.page_des_box .pro_slide_box .technology_data li .title_btn{float:left;width:calc(100% - 100px);display:inline-block;font-size:14px;color:#333333;transition:all 0.2s linear 0s;height:18px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_des_box .pro_slide_box .technology_data li .title_btn::before{
    content: '';display:inline-block;width:4px;height:4px;background:#e23134;vertical-align:middle;margin-right:5px;
}
.page_des_box .pro_slide_box .technology_data li .title_btn:hover{color:#e23134;text-decoration:underline;}



/*相关产品*/
.product_relevant{margin-bottom:80px;margin-top:30px;}
.product_relevant h2{font-size:22px;color:#555;margin-bottom:15px;}
.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:#e10606;}
.product_relevant .swiper-button-next:after, .product_relevant .swiper-button-prev:after{font-size:30px;font-weight:bold;}
.product_relevant .swiper-button-prev{left:-38px;}
.product_relevant .swiper-button-next{right:-38px;}
.product_relevant .img_btn{display:table-cell;width:212px;overflow:hidden;transition:all 480ms ease 0s;padding:15px;border:1px solid #e7e7e7;text-align:center;vertical-align:middle;height:212px;}
.product_relevant .img_btn img{display:block;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;max-width:100%;max-height:100%;margin:0 auto;}
.product_relevant .img_btn:hover{border:1px solid #e10606;}
.product_relevant .title_btn{display:block;font-size:14px;color:#333333;line-height:20px;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:15px 0 5px 0;transition:all 0.2s linear 0s;}
.product_relevant .title_btn:hover{color:#e10606;text-decoration:underline;}

/*文章*/
.page_active{display:flex;flex-wrap:wrap;}
.active_right{width:calc(100% - 220px);padding-left:30px;}
.active_right h1{line-height:38px;font-size:18px;color:#333;font-weight:bold;margin-bottom:20px;}
.active_right .active_box{font-size:14px;color:#333;line-height:24px;width:100%;overflow:hidden;}
.active_right .active_box img{max-width:100%;}

/*新闻中心*/
.news_list_box .news_list{display:block;width:100%;}
.news_list_box .news_list li{width:100%;padding:45px 0;border-bottom:1px solid #ddd;display:flex;align-items:center;}
.news_list_box .news_list li .img_btn{width:30%;overflow:hidden;transition:all 480ms ease 0s;}
.news_list_box .news_list li .img_btn img{display:block;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;max-width:100%;}
.news_list_box .news_list li .img_btn:hover img{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
.news_list_box .news_list li .right{width:calc(70% - 35px);padding-left:35px;overflow:hidden;}
.news_list_box .news_list li .right .name_btn{display:block;width:100%;font-size:23px;color:#0061b0;line-height:26px;height:26px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.news_list_box .news_list li .right .name_btn:hover{text-decoration:underline;}
.news_list_box .news_list li .right .time{margin:10px 0 20px 0;font-size:15px;color:#999999;display:flex;align-items:center;}
.news_list_box .news_list li .right .time i{margin-right:5px;font-size:20px;}
.news_list_box .news_list li .right .info{width:100%;font-size:16px;color:#666666;line-height:30px;margin-bottom:25px;height:90px;overflow:hidden;}
.news_list_box .news_list li .right .more_btn{display:block;font-size:14px;color:#666;}
.news_list_box .news_list li .right .more_btn i{color:#0061b0;margin-right:5px;}
.news_list_box .news_list li .right .more_btn:hover{color:#0061b0;}
.kj_news_active{margin-top:45px;margin-bottom:100px;}
.kj_news_active .kj-main-articleinfo-title{font-size:32px;color:#333;margin-bottom:12px;line-height:36px;}
.kj_news_active .kj-article-time{color:#999;margin-bottom:30px;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px; margin-bottom: 20px;  line-height: 30px;overflow:hidden;}
.kj_news_active .kj-article-content img{max-width:100%;max-height:inherit;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;}
.kj_news_active .kj-article-bottom{border-top: 1px solid rgb(242,242,242);}
.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:#ed1c24;text-decoration:underline;}
.kj-article-share .bshare-custom {text-align: right;}
.news-table .kj_product_shopcart{background:none;border:0;}
.news-table table tbody tr th{vertical-align:middle;text-align:center;}
.news-table table tbody tr th:nth-child(1),.news-table table tbody tr th:nth-child(2){text-align:left;}
.news-table table tbody tr td{vertical-align:middle;text-align:center;}
.news-table table tbody tr td:nth-child(1),.news-table table tbody tr td:nth-child(2){text-align:left;}
.news-table table tbody tr td a{color:#333;}
.news-table table tbody tr td a:hover{color:#e64545;}

/*大包装询价*/
#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 dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:15px 0 30px 0;}
#blukquote_dialog .modal-footer input{background:#e64545;color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:#961616;}
#blukquote_dialog .modal-footer input:hover{color:#fff;}

/*优惠劵*/
.kj-count-box{border:1px solid #e6e8e9;border-radius: 10px;color: #333;font-size: 1.2em;text-align: center;line-height: 30px;position:relative;margin: 10px 18px;}
.kj-count-box::after{
    width: 20px;height: 20px;content: "";left: -13px;
    top: 52px;position: absolute;display: block;background: #fff;border-radius: 25px;border-right: 2px solid #e9eaeb;
}      
.kj-Coupon-money{font-size: 45px;line-height: 110px;font-weight: bold;color: #ef0036; }
.kj-Coupon-money span sup{ font-weight: 400;font-size: 35px; padding-right: 15px;}
.kj-Coupon-main{font-size: 15px;color: #666666;}
.kj-youhuijian{margin-top: 22px;border-left: 1px solid #e2e2e2; }
.kj-onlick-recive{background-color: #e64545;color: #fff;padding: 0px;letter-spacing: 5px;border-radius: 8px;writing-mode: tb;line-height: 57px; min-height: 110px;}
.kj-onlick-recive::after{
    width: 25px;height: 25px;content: ""; right: 36px;top: 48px;
    position: absolute; display: block;background: #e64545;border-radius: 25px;border-right: 2px solid #e64545;
} 
.kj-Coupon-receive{opacity:0.8;transition:all 0.2s linear 0s;}
.kj-Coupon-receive a{color:#fff;}
.kj-Coupon-receive:hover {opacity:1;}
