i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
sup{top:0;}
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: #fff;
    border-color: #fff
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*header*/
/*顶部基本信息展示*/
.header_top_baseInfo{width:100%;height:40px;line-height:40px;background:#7e807e;}
.header_top_baseInfo span{font-size:14px;color:#fff}
.header_top_baseInfo .btn_box{text-align:right;}
.header_top_baseInfo .btn_box .dropdown_info{display:inline-block;vertical-align:top;}
.header_top_baseInfo .btn_box .dropdown_info li{display:inline-block;position:relative;float:left;transition:all 0.2s linear 0s;cursor:pointer;}
.header_top_baseInfo .btn_box .dropdown_info li span{font-size:14px;color:#fff;}
.header_top_baseInfo .btn_box .dropdown_info li span i{font-size:18px;margin-right:8px;display:inline-block;vertical-align:middle;}
.header_top_baseInfo .btn_box .dropdown_info li .code_box{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 5px 5px rgba(0,0,0,0.3);z-index:100;pointer-events:none;padding:10px;opacity:0;width:100px;transition:all 0.2s linear 0s;}
.header_top_baseInfo .btn_box .dropdown_info li .code_box img{max-width:100%;}
.header_top_baseInfo .btn_box .dropdown_info li:hover .code_box{opacity:1;pointer-events:auto;}
.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:16px;background:#fff;margin-right:15px;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:14px;color:#fff;margin-left:15px;}
.header_top_baseInfo .btn_box a.simple_btn i{color:#fff;font-size:16px;margin-right:5px;}
.header_top_baseInfo .btn_box a.simple_btn:hover{text-decoration:underline;}
/*顶部logo及搜索*/
.header_logo_search{padding-top:20px;background:#fff;}
.header_logo_search .logo_btn{display:inline-block;margin-top:14px;}
.header_logo_search .logo_btn img{max-width:100%;}
.header_logo_search .search_form{height:42px;width:100%;border:1px solid #616161;border-radius:5px;overflow:hidden;margin-top:14px;}
.header_logo_search .search_form input{display:inline-block;width:calc(100% - 70px);height:40px;line-height:40px;padding:0 10px;margin:0;font-size:14px;color:#333;float:left;border:0;}
.header_logo_search .search_form button{padding:0;border:0;display:inline-block;height:40px;width:70px;text-align:center;line-height:40px;background:#0094e7;font-size:20px;color:#fff;float:left;}
.header_logo_search .tel_box{float:left;display:flex;align-items:center;margin-top:13px;}
.header_logo_search .tel_box i{font-size:30px;color:#0094e7;line-height:36px;}
.header_logo_search .tel_box i::after{
    content:'';display:inline-block;width:1px;height:36px;background:#bfbfbf;margin:0 12px 0 8px;vertical-align: top;
}
.header_logo_search .tel_box span{color:#666666;font-size:14px;}
.header_logo_search .tel_box span em{color:#f10c00;font-size:19px;font-weight:bold;display:block;}
.header_logo_search .tel_box span a{color:#f10c00;}
.header_logo_search .code_box{float:right; text-align:center;}
.header_logo_search .code_box img{width:70px;}
.header_logo_search .code_box span{font-size:12px;color:#333333;display:block;margin-top:5px;}
/*手机端搜索*/
.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 #0094e7;padding:0 10px;margin:0;border-radius:3px 0 0 3px;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:#0094e7;border-radius:0 3px 3px 0;font-size:16px;color:#fff;float:left;}
/*导航栏*/
.kj-navbar{margin-bottom:0;border:0;box-shadow:0 5px 5px rgba(0,0,0,0.1);background:#fff;}
.kj-navbar .navbar-header{display:none;}
.kj-navbar .navbar-nav li a{font-size:19px;color:#333;padding-right:0;padding-left:0;margin-right:60px;}
.kj-navbar .navbar-nav li:hover a{background:none;color:#0094e7}
.kj-navbar .navbar-nav li.active a{background:none;color:#0094e7}
.li-kj-nav-procata{text-align:center;}
.li-kj-nav-procata a{text-decoration:underline;}
.li-kj-nav-procata ul{top:100%;border:0;box-shadow:0 6px 12px rgba(0, 0, 0 ,0.6)}
.li-kj-nav-procata ul li {position: relative;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li a{text-decoration:none;display:block;width:100%;padding:10px 0 10px 30px;color: #333 !important;font-weight: normal;line-height: 30px;font-size:15px;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul li a:hover{color:#fff !important;background:#0094e7;}
.li-kj-nav-procata ul li a span{float:right;margin-top:6px;margin-right:15px;}
.li-kj-nav-procata > ul ul {position: absolute;left: 100%;top:0;}
.li-kj-nav-procata > ul li:hover > ul {display: block;}
.li-kj-nav-procata ul span.fa-angle-down:before {content: "\f105";}

/*footer*/
.footer_box{background:#f4f4f4;padding-top:40px;padding-bottom:20px;}
.footer_box .title{font-size:18px;color:#999999;margin-bottom:20px;}
.footer_box .btn_box a{display:block;font-size:14px;color:#000;opacity:60%;line-height:32px;}
.footer_box .btn_box a:hover{text-decoration:underline;opacity:100%;}
.footer_box .footer_weixin{text-align:center;}
.footer_box .footer_weixin img{padding:6px;background:#fff;max-width:100%;height:100px;}
.footer_box .footer_weixin span{display:block;font-size:16px;color:#666666;margin-top:20px;}
.footer_box .footer_weixin span b{color:#333333;}
.footer_box a.footer_logo{display:block;margin-top:30px;text-align:center;margin-bottom:10px;}
.footer_box a.footer_logo img{max-width:100%;}
.footer_box .footer_text{text-align:center;}
.footer_box .footer_text span{text-align:center;font-size:13px;color:#999999;line-height:26px;display:block;}
.footer_box .footer_text span.red{color:#fd0000}
.footer_box .footer_text span img{height:26px;}
.footer_box .footer_text span a{color:#999;}
.footer_box .footer_text span a:hover{text-decoration:underline;}

/*float*/
/*.float_box{position:fixed;right:10px;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:flex;align-items:center;justify-content:center;width:70px;height:70px;background:#fff;border:1px solid #939393;text-align:center;vertical-align:bottom;margin-bottom:15px;transition:all 0.2s linear 0s;cursor:pointer;}
.float_box ul li .icon_btn{height:36px;}
.float_box ul li:hover{;background:#f1f1f1;}
.float_box ul li .qq_box{position:absolute;right:70px;top:5px;display:none;}
.float_box ul li .qq_box a{font-size:14px;color:#333;display:block;width:200px;height:44px;line-height:44px;background:#fff;border:1px solid #ccc;box-shadow:0 0 5px rgba(0,0,0,0.1);margin-bottom:2px;}
.float_box ul li .qq_box a:hover{background:#0094e7;color:#fff;border:1px solid #0094e7;}
.float_box ul li .tel_box{display:none;position:absolute;right:70px;top:5px;background:#0094e7;padding:10px 15px;font-size:14px;color:#fff;line-height:24px;width:250px;text-align:left;}
.float_box ul li .code_box{padding:10px;background:#0094e7;position:absolute;right:70px;top:5px;display:none;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li#kf:hover .qq_box{display:block;}
.float_box ul li#tel:hover .tel_box{display:block;}
.float_box ul li#weixin:hover .code_box{display:block;}*/
.float-contact{position:fixed;z-index:1000;right:1px;display:block;top:20px;width:102px;}
.float-contact .closeBtn{background:url("../images/sprites.png") no-repeat scroll -29px 0 transparent;color:#fff !important;display:block;height:31px;line-height:31px;padding-left:22px;text-decoration:none !important;font-size:12px;}
.float-contact .box{background:#fff;border-color:#e3e3e3;border-width:0 1px 1px 1px;padding:1px 0 5px 0;text-align:center;border-style:solid;}
.float-contact .qq{padding:1px 0 1px;}
.float-contact .qq ul{padding-top:1px;}
.float-contact .qq ul li{padding-bottom:1px;}
.float-contact .qq ul li a{font-size:12px;background:url("../images/sprites.png") no-repeat scroll -43px -80px transparent;color:#1A649D;display:block;height:23px;line-height:23px;margin:0 auto 2px auto;padding-left:23px;width:76px;}
.float-contact .qq ul li a:hover{text-decoration:underline;}
.float-contact .qqtitle{line-height:150%;font-size:12px;}
.float-contact .qqtel .qqcontent{color:#ff6600;font-size:110%;font-weight:bold;line-height:110%;letter-spacing: 0;font-size:12px;}
.float-contact-mini{position:fixed;right:1px;top:20px;display:none;}
.float-contact-mini a{background:url("../images/sprites.png") no-repeat scroll 0 0 transparent;color:#fff !important;display:block;height:111px;line-height:110%;padding:46px 5px 0;text-align:center;text-decoration:none !important;width:28px;font-size:12px;}


/*浮动*/
.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:#0094e7;}
.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;}

/*面包屑*/
.page_map .breadcrumb{background:none;padding:15px 0;margin:0;}
.page_map .breadcrumb a{color:#333;}
.page_map .breadcrumb a:hover{text-decoration:underline;}
.page_map .breadcrumb > li + li:before{color:#333;}
.page_map .breadcrumb .active{color:#0094e7;}

/*文章*/
.page_active{margin-top:20px;margin-bottom:60px;}
.page_active .nav_left {float: left;width: 210px;margin-right: 20px;}
.page_active .nav_left .panel-default{border:0;border-radius:0;}
.page_active .nav_left .panel-default .panel-heading{margin-bottom:5px;padding:15px;border-radius:0;border-left:4px solid #0094e7;}
.page_active .nav_left .panel-default .panel-heading.active{color:#0094e7;}
.page_active .nav_left .panel-default .panel-heading .panel-title{font-weight:bold;font-size:15px;}
.page_active .nav_left .panel-default .panel-heading .panel-title a{display:block;}
.page_active .nav_left .panel-default .panel-heading .panel-title a i{float:right;}
.page_active .nav_left .panel-default ul.list-group {display: block;width: 100%;border:0;margin-bottom:20px;}
.page_active .nav_left .panel-default ul.list-group li{padding:0;margin:0;border:0;}
.page_active .nav_left .panel-default ul.list-group li a {display: block;background: #f7f7f6; padding: 8px 0;margin-bottom:5px;font-size: 14px; padding-left: 30px;transition:all 0.2s linear 0;}
.page_active .nav_left .panel-default ul.list-group li a:hover {background: #0094e7; color: #fff;}
.page_active .nav_left .panel-default ul.list-group li a.active {background: #0094e7;color: #fff;}
.page_active .active_right{float:left;width:calc(100% - 230px);}
.page_active .active_right h2{text-align:center;line-height:46px;margin-bottom:20px;}

/*新闻列表+文章*/
.news_list{padding-bottom:80px;padding-top:20px;}
.news_list .page_nav{float:left;width:210px;margin-right:20px;border:1px solid #d9d9d9;}
.news_list .page_nav h2{height:36px;line-height:36px;background:#f7f5f5;padding-left:20px;font-size:15px;color:#333333;font-weight:bold;border-bottom:1px solid #d9d9d9;}
.news_list .page_nav .btn_box{padding:10px 0 20px 0;}
.news_list .page_nav .btn_box a{display:block;padding-left:20px;font-size:14px;color:#333333;line-height:40px;}
.news_list .page_nav .btn_box a:hover{color:#0094e7}
.news_list .page_nav .btn_box a.hover{color:#0094e7}
.kj_news{padding-bottom:40px;padding-left:0;padding-right:0;float:left;width:calc(100% - 230px);}
.kj_news li{border-bottom:1px solid #eee;padding-bottom:10px;padding-top:10px;}
.kj_news .img_btn{display:block;width:100%;overflow:hidden;transition:all 480ms ease 0s;box-shadow:0 2px 5px rgba(0,0,0,0.18);}
.kj_news .img_btn img{display:block;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;width:100%;}
.kj_news .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);}
.kj_news .kj_news_inner .kj_news_title{margin-top:8px;}
.kj_news .kj_news_inner .kj_news_title a{display:inline-block;font-size:16px;color:#333;font-weight:bold;transition:all 0.2s linear 0s;width:calc(100% - 100px);height:28px;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.kj_news .kj_news_inner .kj_news_title a::before{
    content:"";display:inline-block;width:6px;height:6px;background:#0094e7;margin-right:10px;vertical-align:middle;
}
.kj_news .kj_news_inner .kj_news_title .time{width:100px;height:28px;line-height:28px;text-align:right;}
.kj_news .kj_news_inner .kj_news_title:hover a{text-decoration: underline; color:#0094e7;}
.kj_news .kj_news_inner .info_text{font-size:14px;color:#999;line-height:26px;margin-top:10px;max-height:52px;overflow:hidden;}
.kj_news .kj_news_inner .more_btn{display:inline-block;width:120px;height:38px;text-align:center;line-height:38px;background:rgba(231,0,128,0.8);font-size:14px;color:#fff;transition:all 0.2s linear 0s;}
.kj_news .kj_news_inner .more_btn:hover{background:rgba(231,0,128,1);}
.kj_news .kj_news_inner .more_btn:active{position:relative;top:2px;}
.kj_news .kj_news_inner .more_btn i{margin-left:10px;}
.kj_news_active{padding-bottom:80px;padding-top:20px;}
.kj_news_active .kj-main-articleinfo-title{font-size:32px;color:#333;margin-bottom:12px;}
.kj_news_active .kj-article-time{color:#999;margin-bottom:30px;}
.kj_news_active .kj-article-content{color:#333; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid rgb(242,242,242); line-height: 30px;}
.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:#0094e7;text-decoration:underline;}
.kj-article-share .bshare-custom {text-align: right;}

/*大包装询价*/
.formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
.formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
.page_orderform .formcolumn-item dd{width:calc(100% - 100px);position:relative}
.page_orderform .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
.page_orderform .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)}
.page_orderform .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.page_orderform .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)}
.page_orderform .formcolumn-item dd .form-vcodebox img{height:38px;}
.page_orderform .formcolumn-item-ct{display:flex;line-height:38px;}
.page_orderform .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
.page_orderform .formcolumn-item dd .formcom-vcode{width:20%;}
.page_orderform .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
.page_orderform .formcolumn-item dd .formcolumn-item-tips{order:4;}
.modal-footer{border-top:0;}
.modal-footer input{background:#0094e7;color:#fff;width:20%;padding:10px 12px;font-size:18px;}
.modal-footer input:hover{color:#fff;}

/*分页*/
.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:#0094e7;color:#fff;border-color:#0094e7;}
.kj-page .pagination > li.active > a{background:#0094e7;color:#fff;border-color:#0094e7;}
.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
}

/*渐近按钮*/
.car_btn{
    color:#fff;display:inline-block;border:1px solid #ba0c0c;border-radius:5px;
    background:-webkit-gradient(linear, left top, left bottom, from(#e64848),to(#c82929) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e64848',endColorstr='#c82929' );
    background:linear-gradient(to bottom, #e64848, #c82929);
    background:#e64848\9;
}
.car_btn:hover{
    color:#fff;
    background:-webkit-gradient(linear, left top, left bottom, from(#c82929),to(#e64848) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c82929',endColorstr='#e64848' );
    background:linear-gradient(to bottom, #c82929, #e64848);
    background:#c82929\9;
}
.car_btn:focus{
    color:#fff;
}
.blue_btn{
    color:#fff;display:inline-block;border-radius:5px;
    background:-webkit-gradient(linear, left top, left bottom, from(#0583cb),to(#0094e7) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0583cb',endColorstr='#0094e7' );
    background:linear-gradient(to bottom, #0583cb, #0094e7);
    background:#0583cb\9;
}
.blue_btn:hover{
    color:#fff;
    background:-webkit-gradient(linear, left top, left bottom, from(#0094e7),to(#0583cb) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094e7',endColorstr='#0583cb' );
    background:linear-gradient(to bottom, #0094e7, #0583cb);
    background:#0094e7\9;
}
.blue_btn:focus{color:#fff;}
/*表格*/
.kj-table{border:1px solid #d9d9d9;}
.kj-table table{text-align:center;margin-bottom:0;}
.kj-table table thead tr th{text-align:center;line-height:36px;padding-top:0;padding-bottom:0;font-size:15px;color:#333333;border-bottom:0;}
.kj-table table tbody tr td{vertical-align:middle;font-size:14px;color:#333333;}
.kj-table table tbody tr:hover td{background:#f9f9f9;}
.kj-table table .kj-pro-num-box button{height:24px;padding:0;background:#fff;}
.kj-table table .kj-pro-num-box button:hover{background:#dedede;}
.kj-table table .kj-pro-num-box input{width:30px;text-align:center;border-left:0;border-right:0;font-size:14px;color:#333;height:24px;padding:0 5px;}
.kj-table table tbody tr td .btn_box{border-top:1px solid #d9d9d9;padding-top:8px;}
.kj-table table tbody tr td .btn_box a.click_btn{float:left;padding-left:15px;line-height:30px;}
.kj-table table tbody tr td .btn_box .car_btn{
    float:right;margin-right:15px;
    height:30px;line-height:30px;width:112px;text-align:center;font-size:13px;
}
.kj-table table tbody tr td .btn_box .car_btn i{font-size:16px;display:inline-block;margin-right:5px;}
.kj-table table tbody tr td .btn_box:hover .car_btn:active{position:relative;top:2px;}

/*index banner*/
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px;background:#fff;opacity:1;width:12px;height:12px;}
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{background:#0094e7}
#banner-swiper .swiper-wrapper .img_btn {height: 480px;background-repeat: no-repeat;background-position: center center;background-size: cover;display: block;width: 100%;}

/*售后服务*/
.ensure_box{padding:20px 0;}
.ensure_box .ensure_list{display:flex;align-items:center;}
.ensure_box .ensure_list img{width:68px;}
.ensure_box .ensure_list span{font-size:17px;color:#333333;font-weight:bold;margin-left:10px;}

/*首页产品分类*/
.index_product{padding-top:50px;padding-bottom:60px;}
.index_product .product_list{display:inline-block;width:100%;}
.index_product .product_list li{display:inline-block;float:left;margin-right:15px;margin-bottom:15px;width:calc((100% - 30px)/3);position:relative;overflow:hidden;transition:all 0.2s linear 0s;}
.index_product .product_list li:nth-child(3n){margin-right:0;}
.index_product .product_list li img{width:100%;height:262px;}
.index_product .product_list li .bg{
    width:100%;height:100%;position:absolute;top:0;left:0;display:block;
    background:url("../images/pro_bg.png") no-repeat center;
    background-size:cover;
    opacity:0;transition:all 0.2s linear 0s;
}
.index_product .product_list li a.name_btn{
    background:url("../images/name_bg.png") no-repeat center;background-size:cover;
    display:block;width:100%;position:absolute;left:0;bottom:0;text-align:center;font-size:18px;
    color:#fff;height:90px;line-height:120px;font-weight:bold;
}
.index_product .product_list li a.name_btn i{color:#fff;display:inline-block;vertical-align:middle;margin-left:8px;font-size:28px;opacity:0;transition:all 0.2s linear 0s;width:0;}
.index_product .product_list li:hover .bg{opacity:1;}
.index_product .product_list li:hover a.name_btn{font-size:24px;line-height:90px;}
.index_product .product_list li:hover a.name_btn i{opacity:1;}
.index_product .more_btn{display:block;width:204px;border:2px solid #0094e7;height:44px;text-align:center;line-height:40px;border-radius:30px;font-size:16px;color:#0094e7;margin:40px auto 0 auto;}
.index_product .more_btn:hover{background:#0094e7;color:#fff;}
.index_product .more_btn:active{position:relative;top:2px;}

/*热销产品*/
.index_hot_product{background:#f4f4f4;padding-top:40px;padding-bottom:60px;}
.index_hot_product .title{line-height:70px;height:70px;}
.index_hot_product .title a.more_btn{float:right;color:#0094e7;font-size:14px;}
.index_hot_product .title a.more_btn:hover{text-decoration:underline;}
.index_hot_product .title h1{font-size:28px;color:#242424;font-weight:bold;line-height:70px;display:inline-block;}
.index_hot_product .product_list{display:flex;width:100%;flex-wrap:wrap;}
.index_hot_product .product_list li{display:inline-block;width:calc((100% - 80px)/5);float:left;margin-bottom:20px;margin-right:20px;border:1px solid #ebeaea;background:#fff;vertical-align:bottom;transition:all 0.2s linear 0s;}
.index_hot_product .product_list li:nth-child(5n){margin-right:0;}
.index_hot_product .product_list li .img_btn{display:flex;align-items:center;width:100%;overflow:hidden;transition:all 480ms ease 0s;padding:10px;height:180px;}
.index_hot_product .product_list li .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;}
.index_hot_product .product_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);}
.index_hot_product .product_list li .info_box{margin:0 10px;border-top:1px solid #ebeaea;padding:12px 0 15px 0;}
.index_hot_product .product_list li .info_box .name_btn{display:block;font-size:14px;color:#333333;line-height:22px;height:44px;overflow:hidden;width:100%;margin-bottom:8px;transition:all 0.2s linear 0s;}
.index_hot_product .product_list li .info_box .name_btn:hover{color:#e30707;text-decoration:underline;}
.index_hot_product .product_list li .info_box .product_info{line-height:20px;}
.index_hot_product .product_list li .info_box .product_info .old_price{float:right;font-size:14px;color:#999999;text-decoration:line-through;display:none;}
.index_hot_product .product_list li .info_box .product_info .new_price{float:left;font-size:15px;color:#e30707;}
.index_hot_product .product_list li:hover{box-shadow:0 0 15px rgba(0,0,0,0.2);}

/*首页新闻*/
.index_news{padding-top:30px;padding-bottom:70px;}
/*.index_news h1{font-size:28px;color:#333333;font-weight:bold;padding-left:20px;margin-bottom:25px;position:relative;line-height:32px;}
.index_news h1:before{
    content:'';width:5px;height:24px;background:#0094e7;position:absolute;top:50%;left:0;margin-top:-10px;
}*/


.index_news .title{line-height:70px;height:70px;margin-bottom:5px;}
.index_news .title a.more_btn{float:right;color:#0094e7;font-size:14px;}
.index_news .title a.more_btn:hover{text-decoration:underline;}
.index_news .title h1{font-size:28px;color:#333333;font-weight:bold;line-height:70px;display:inline-block;position:relative;padding-left:20px;}
.index_news .title h1:before{
    content:'';width:5px;height:24px;background:#0094e7;position:absolute;top:50%;left:0;margin-top:-10px;
}


.index_news .img_btn{display:block;width:100%;overflow:hidden;transition:all 480ms ease 0s;}
.index_news .img_btn img{display:block;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;width:100%;margin:0 auto;}
.index_news .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);}
.index_news .info_box a.more_btn{display:block;font-size:15px;color:#e30707;margin-top:15px;}
.index_news .info_box a.more_btn:hover{text-decoration:underline;}
.index_news .news_left{float:left;width:40%;margin-right:75px;}
.index_news .news_left .info_box{width:100%;background:#f5f5f5;padding:15px 12px 20px 12px;}
.index_news .news_left .info_box .title_time{margin-bottom:10px;}
.index_news .news_left .info_box .title_time .time{float:right;font-size:14px;color:#999999;width:100px;text-align:right;line-height:26px;}
.index_news .news_left .info_box .title_time .title_btn{float:left;width:calc(100% - 100px);height:26px;line-height:26px;font-size:16px;color:#333333;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_news .news_left .info_box .title_time .title_btn:hover{text-decoration:underline;color:#e30707;}
.index_news .news_left .info_box .des{font-size:14px;color:#666666;line-height:26px;height:52px;width:100%;overflow:hidden;}
.index_news .news_right{float:left;width:calc(60% - 75px);}
.index_news .news_right .image_link_box{padding-bottom:28px;border-bottom:1px solid #e5e5e5;margin-bottom:28px;}
.index_news .news_right .image_link_box .img_btn{width:30%;float:left;}
.index_news .news_right .image_link_box .info_box{float:left;width:calc(70% - 25px);margin-left:25px;}
.index_news .news_right .image_link_box .info_box .title_btn{width:100%;display:block;font-size:18px;color:#333333;height:40px;line-height:40px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_news .news_right .image_link_box .info_box .title_btn:hover{text-decoration:underline;color:#e30707;}
.index_news .news_right .image_link_box .info_box a.more_btn{margin-top:50px;}
.index_news .news_right .text_link{display:inline-block;width:100%;}
.index_news .news_right .text_link li{display:inline-block;width:100%;vertical-align:bottom;margin-top:16px;line-height:20px;}
.index_news .news_right .text_link li:first-child{margin-top:0;}
.index_news .news_right .text_link li .time{float:right;font-size:14px;color:#999999;width:100px;text-align:right;}
.index_news .news_right .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;}
.index_news .news_right .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;
}
.index_news .news_right .text_link li .title_btn:hover{color:#e30707;text-decoration:underline;}
.index_news .news_right .text_link li .title_btn:hover::before{background:#e30707}

/*内容*/
.page_box{padding-bottom:50px;}
.page_box .page_title{margin-bottom:28px;margin-top:20px;}
.page_box .page_title h1{font-size:26px;color:#333333;font-weight:bold;}
.page_box .page_title span{display:block;font-size:14px;color:#666666;line-height:22px;margin-top:20px;}
.page_box .page_list .page_nav{float:left;width:210px;margin-right:20px;border:1px solid #d9d9d9;}
.page_box .page_list .page_nav h2{height:36px;line-height:36px;background:#f7f5f5;padding-left:20px;font-size:15px;color:#333333;font-weight:bold;border-bottom:1px solid #d9d9d9;}
.page_box .page_list .page_nav .btn_box{padding:10px 0 20px 0;}
.page_box .page_list .page_nav .btn_box a{display:block;padding-left:20px;font-size:14px;color:#333333;line-height:40px;}
.page_box .page_list .page_nav .btn_box a:hover{color:#0094e7}
.page_box .page_list .page_nav .btn_box a.hover{color:#0094e7}
.page_box .page_list .product_box{float:left;width:calc(100% - 230px);}
.page_box .page_list .product_box table thead tr th{background:#f7f5f5;}
.page_box .page_list .product_box table table thead tr th{background:#fbf4e5;font-size:12px;line-height:30px;}
.page_box .page_list .product_box table tbody tr td .img_btn{display:inline-block;}
.page_box .page_list .product_box table tbody tr td .img_btn img{height:60px;}
.page_box .page_list .product_box table tbody tr td a.name_btn{font-size:14px;color:#0094e7;}
.page_box .page_list .product_box table tbody tr td a.click_btn{font-size:14px;cursor:pointer;}
.page_box .page_list .product_box table tbody tr td a.click_btn.red{color:#e10606;}
.page_box .page_list .product_box table tbody tr td a.click_btn.blue{color:#0094e7;font-weight:bold;}
.page_box .page_list .product_box table tbody tr td a.click_btn:hover{text-decoration:underline;}
.page_box .page_list .product_box table tbody tr td a.name_btn:hover{text-decoration:underline;}
.page_box .page_list .product_box table table tbody tr td{border:0;font-size:12px;}
.page_box .page_list .product_box table table tbody tr td em{color:#e10606;}
.page_box .page_list .product_box table table tbody tr td a.login_btn{color:red;}
.page_box .page_list .product_box table table tbody tr:hover td{background:#f1f1f1;}
.page_box .page_list .product_box table table tbody tr:last-child:hover td{background:#f9f9f9;}

/*产品详情*/
.page_des_box{padding-top:10px;}
.page_des_box .pro_title{background:#f4f4f4;padding:12px;}
.page_des_box .pro_title h1{font-size:24px;color:#333333;font-weight:bold;margin-bottom:8px;}
.page_des_box .pro_title h6{font-size:14px;color:#333333;}
.page_des_box .pro_base_info{margin-bottom:25px;}
.page_des_box .pro_base_info .info_box{float:left;width:calc(100% - 290px);margin-right:10px;padding-top:15px;}
.page_des_box .pro_base_info .info_box .list{border-bottom:1px dotted #ccc;line-height:32px;}
.page_des_box .pro_base_info .info_box .list label{font-weight:normal;font-size:14px;color:#333333;width:140px;padding-left:12px;float:left;}
.page_des_box .pro_base_info .info_box .list span{display:inline-block;float:left;width:calc(100% - 140px);font-size:14px;color:#333333;max-height:64px;overflow:hidden;}
.page_des_box .pro_base_info .info_box .list span a{color:#333;}
.page_des_box .pro_base_info .img_box{float:left;width:280px;height:280px;border:1px solid #cccccc;display:flex;align-items:center;justify-content:center;background:#fff;}
.page_des_box .pro_base_info .img_box img{width:100%;}
.page_des_box .kj-table tr th{background:#f4f4f4;border-right:1px solid #d9d9d9;font-size:14px;font-weight:normal;line-height:42px;}
.page_des_box .kj-table tr th:last-child{border-right:0;}
.page_des_box .kj-table tr td{border-right:1px solid #d9d9d9;}
.page_des_box .kj-table tr td:last-child{border-right:0;}
.page_des_box .kj-table tr td a{color:red;}
.page_des_box .pro_btn_box{margin:20px 0 30px 0;}
.page_des_box .pro_btn_box a{width:112px;text-align:center;height:32px;line-height:32px;}
.page_des_box .pro_btn_box a.car_btn{float:right;}
.page_des_box .pro_btn_box a.car_btn i{font-size:16px;display:inline-block;margin-right:5px;}
.page_des_box .pro_btn_box a.blue_btn{float:left;margin-right:10px;}
.page_des_box .pro_btn_box a:active{position:relative;top:2px;}
.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{background:#f7f7f7;margin-bottom:0;margin-top:-1px}
.page_des_box .pro_slide_box .nav-tabs.nav-4 li{width:25%;}
.page_des_box .pro_slide_box .nav-tabs.nav-3 li{width:33.333333333%;}
.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 #0094e7;color:#0094e7;border-bottom:0;
}
.page_des_box .pro_slide_box .table-responsive{padding:30px;}
.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;width:130px;background:#f9f9f9;vertical-align:middle;}
.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 .table-responsive table tr:hover td{background:#f9f9f9;}
.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:#e30707;text-decoration:underline;}
.page_des_box .pro_slide_box .text_link li .title_btn:hover::before{background:#e30707}
.page_des_box .pro_slide_box .article_box{padding:30px;font-size:14px;color:#333;line-height:26px;}
.page_des_box .pro_slide_box .article_box img{max-width:100%;}
.page_des_box .tip_box{font-size:14px;color:#db241c;margin:20px 0 50px 0;font-weight:bold;}
.page_des_box .panel-default{margin:30px;}

.product_relevant {
    margin-bottom: 80px;
}
.product_relevant h2{font-size:20px;color:#333333;font-weight:bold;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:#0094e7;}
.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:180px;}
.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 #e30707;}
.product_relevant .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);}
.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:#e30707;text-decoration:underline;}
.product_relevant .price{color:#db241c;font-size:16px;font-weight:bold;}

/*搜索*/
.search_box{float:left;width:calc(100% - 230px);}
.search_box .search_result{display:inline-block;width:100%;}
.search_box .search_result li{display:inline-block;width:100%;margin-top:12px;vertical-align:bottom;}
.search_box .search_result li:first-child{margin-top:0;}
.search_box .search_result li .pro_description{border:1px solid #d9d9d9;padding:20px;}
.search_box .search_result li .pro_description .img_btn{float:left;width:10%;display:inline-block;text-align:center;}
.search_box .search_result li .pro_description .img_btn img{max-width:100%;}
.search_box .search_result li .pro_description .right_info{float:left;width:calc(90% - 20px);margin-left:20px;}
.search_box .search_result li .pro_description .right_info .name_btn{font-size:18px;color:#333333;font-weight:bold;line-height:30px;margin-bottom:10px;display:block;}
.search_box .search_result li .pro_description .right_info .name_btn:hover{text-decoration:underline;color:#da251c;}
.search_box .search_result li .pro_description .right_info .basic_text{display:inline-block;margin-right:15px;line-height:22px;}
.search_box .search_result li .pro_description .right_info .basic_text_all{display:inline-block;width:100%;margin-right:0;}
.search_box .search_result li .pro_description .right_info label{font-size:14px;font-weight:normal;color:#999999;}
.search_box .search_result li .pro_description .right_info span{font-size:14px;color:#333333;}
.search_box .search_result li .pro_description .right_info span a{color:#da251c;}
.search_box .search_result li .pro_description .right_info span a:hover{text-decoration:underline;}
.search_box .search_result li .pro_stock{border:1px solid #d9d9d9;padding:15px 20px;}
.search_box .search_result li .pro_stock .name_btn{font-size:14px;color:#0094e7;margin-right:30px;}
.search_box .search_result li .pro_stock span{font-size:14px;color:#333333;}
.search_box .search_result li .pro_stock .stock_btn{float:right;font-size:14px;color:#f10c00;font-weight:bold;}
.search_box .search_result li .pro_stock a:hover{text-decoration:underline;}
.search_box .search_result table thead tr th{background:#fbf4e5;font-size:12px;line-height:30px;}
.search_box .search_result table tbody tr td{border:0;font-size:12px;}
.search_box .search_result table tbody tr td em{color:#e10606;}
.search_box .search_result table tbody tr td a.login_btn{color:red;}
.search_box .search_result table tbody tr:last-child:hover td{background:#fff;}

/*实验耗材*/
.kj-consumables-table{text-align:center;}
.kj-consumables-table thead tr th{background:#f5f5f5;text-align:center;font-size:14px;color:#333333;padding:15px;border-bottom:0;}
.kj-consumables-table tbody tr td{border:0;border-bottom:1px solid #cccccc;vertical-align:middle;font-size:14px;color:#333333;}
.kj-consumables-table tbody tr td:nth-child(3){text-align:left;}
.kj-consumables-table tbody tr td img{width:48px;border:1px solid #e6e6e6;}
.kj-consumables-table tbody tr td em{color:#3388dd;}
.kj-consumables-table tbody tr td a{display:inline-block;color:#d92728;}
.kj-consumables-table tbody tr td a.order_btn{display:inline-block;height:36px;line-height:36px;border-radius:3px;border:1px solid #44ae8f;background:#44ae8f;font-size:14px;color:#fff;text-align:center;width:100px;}
.kj-consumables-table tbody tr td a.order_btn:active{position:relative;top:2px;}
.kj-consumables-table tbody tr td a.order_btn:hover{background:#3388dd;border:1px solid #3388dd;}
.kj-consumables-table tbody tr td span{display:inline-block;text-align:left;line-height:24px;font-size:14px;color:#333;}


/*购物车*/
.kj-table .kj-pro-num-box{margin:0 auto;vertical-align:middle;}
.kj-pro-num-box{width:80px;height:26px;position:relative;border:1px solid #ddd;text-align:center;background:#fff;overflow:hidden;}
.kj-pro-num-box button{position: absolute;top:0;width:24px;background:#fff;border:0;padding:0;height:24px;transition:all 0.2s linear 0s;}
.kj-pro-num-box button.kj-pro-num-minus{left:0;border-right:1px solid #ddd;}
.kj-pro-num-box button.kj-pro-num-plus{right:0;border-left:1px solid #ddd;}
.kj-pro-num-box button:hover{background:#ccc;}
.pull-left{float:left;}
.kj-pro-num-box input{width:32px;height:24px;line-height:24px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;margin-left:24px;}

/*coa搜索*/
.search_coamsds_list{display:flex;justify-content:space-between;align-items:center;background:#f9f9f9;border-color:#dedede;transition:all 0.2s linear 0s;}
.search_coamsds_list:hover{border-color:#999;background:#f1f1f1;}
.search_coamsds_list .btn{height:34px;background:#0094e7;border-color:#0094e7;}
.search_coamsds_list .btn:hover{background:#0081c9;border-color:#0081c9;}
.search_coamsds_list .btn:active{position:relative;top:2px;}

/*购物车弹出地址框*/
.modal-content .forminfo .formcolumn-item .formcolumn-item-ct{display:flex;margin-left:0;width:calc(100% - 100px);line-height:38px;}
.modal-content .forminfo .formcolumn-item .formcolumn-item-ct span.required{order:3;font-weight:bold;margin-left:10px;}
