@media(min-width:1230px){
    .container{width:1230px;}
}


i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
a{transition:all 0.2s linear 0s;}
img{vertical-align:bottom;}
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: #0051a4;
    border-color: #0051a4;
}
@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%;margin-top:20px;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}


.kj-scroll-floorbox {
    position: fixed;
    transition: all 0.5s ease 0s;
    background-color: #ffffff;
    z-index: 1003;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}

.kj-scroll-floorbox-title {
    border-bottom: 1px solid #dddddd;
    background-color: #f8f8f8;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kj-floor-pos-h-right {
    right: 10px;
}

.kj-floor-pos-h-left {
    left: 10px;
}

.kj-floor-pos-v-middle {
    top: 50%;
    transform: translateY(-50%);
}


.kj-scroll-floor-href {
    display: block;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 10px;
    border: 2px solid #4196ff;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    margin-bottom: -2px;
}
.kj-scroll-floor-gototop {
    display: block;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background: #0460be;
    color: #fff;
}
.kj-scroll-floor-href:hover, .kj-scroll-floor-href.flooractive{
    background-color: #4196ff;
    color: #ffffff;
}
.kj-scroll-floor-gototop:hover{color:#fff;background:#95c51a}

/*手机浮动*/
.phone_footer_nav{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#fff;height:50px;display:none;}
.phone_footer_nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.phone_footer_nav a{float:left;display:inline-block;width:25%;text-align:center;color:#000;font-size:12px;transform: scale(0.9);padding-top:7px;}
.phone_footer_nav a i{width:20px;height:20px;display:block;margin:0 auto 3px auto;}
.phone_footer_nav a:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat 0 0;background-size:40px auto;}
.phone_footer_nav a:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat 0 -20px;background-size:40px auto;}
.phone_footer_nav a:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat 0 -40px;background-size:40px auto;}
.phone_footer_nav a:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat 0 -60px;background-size:40px auto;}
.phone_footer_nav a.active{color:#018a9c;}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}

/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}

#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background:#0051a4;color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:#95c51a;}
#blukquote_dialog .modal-footer input:hover{color:#fff;}

/*index header*/
/*header*/
/*顶部基本信息展示*/
.header_top_baseInfo{width:100%;height:38px;line-height:38px;border-bottom:1px solid #dfdfdf;}
.header_top_baseInfo span{font-size:13px;color:#666666}
.header_top_baseInfo span a{color:#666666}
.header_top_baseInfo span a:hover{color:#95c51a}
.header_top_baseInfo .btn_box{text-align:right;}
.header_top_baseInfo .btn_box .user_btn{display:inline-block;margin-left:15px;}
.header_top_baseInfo .btn_box .user_btn a::before{
    content:'/';display:inline-block;color:#d3d3d3;margin-right:8px;vertical-align:middle;margin-bottom:2px;
}
.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:#666666;margin-left:4px;}
.header_top_baseInfo .btn_box a.simple_btn i{font-size:14px;margin-right:3px;color:#000000;}
.header_top_baseInfo .btn_box a.simple_btn:hover{color:#eb3636;}
.header_top_baseInfo .btn_box a.simple_btn:hover i{color:#eb3636;}
/*顶部logo及搜索*/
.header_logo_search{padding-top:10px;padding-bottom:35px;background:#fff;position:relative;z-index:20;}
.header_logo_search .container{display:flex;flex-wrap: wrap;}
.header_logo_search .logo_btn{width:315px;margin-top:10px;}
.header_logo_search .logo_btn img{max-width:100%;}
.header_logo_search .search_box{flex:1;margin-top:13px;}
.header_logo_search .search_form{height:45px;width:100%;border:2px solid #0051a4;display:flex;overflow:hidden;}
.header_logo_search .search_form input{display:inline-block;flex:1;height:41px;line-height:41px;margin:0;font-size:14px;color:#333;border:0;padding-left:15px;}
.header_logo_search .search_form input::-webkit-input-placeholder{color:#bbbbbb;} /* WebKit browsers */
.header_logo_search .search_form input::-moz-placeholder{color:#bbbbbb;} /* Mozilla Firefox 4 to 18 */
.header_logo_search .search_form input:-moz-placeholder{color:#bbbbbb;} /* Mozilla Firefox 19+ */
.header_logo_search .search_form input:-ms-input-placeholder{color:#bbbbbb;}/* Internet Explorer 10+ */
.header_logo_search .search_form button{font-size:14px;padding:0;border:0;display:inline-block;height:41px;width:88px;text-align:center;line-height:41px;background:#0051a4;color:#fff;}
.header_logo_search .search_form button i{margin-right:5px;}
.header_logo_search .link_btn{display:flex;flex-wrap:wrap;margin-top:7px;}
.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:13px;margin-left:15px;margin-right:30px;display:flex;align-items:center;justify-content:center;width:124px;height:45px;line-height:45px;font-size:13px;color:#fff;background:#95c51a;}
.header_logo_search .mycar_btn sup{background:#fff;color:#95c51a;padding:0 4px;font-size:12px;padding:0 4px;border-radius:50%;}
.header_logo_search .mycar_btn i{font-size:18px;margin-right:5px;transition:all 0.2s linear 0s;}
.header_logo_search .mycar_btn:hover{background:#0051a4;}
.header_logo_search .mycar_btn:active{position:relative;top:2px;}
.header_logo_search .tel_box{display:flex;align-items:center;height:45px;margin-top:13px;}
.header_logo_search .tel_box i{font-size:38px;color:#b6b6b6;margin-right:12px;}
.header_logo_search .tel_box span{line-height:22px;font-size:18px;color:#e3150a;font-weight:bold;}
/*手机端搜索*/
.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 #0051a4;padding:0 10px;margin:0;border-radius:30px 0 0 30px;font-size:13px;color:#333;float:left;}
.phone_search_box #mobilesearchbox button{padding:0;border:0;display:inline-block;height:38px;width:50px;text-align:center;line-height:38px;background:#0051a4;border-radius:0 30px 30px 0;font-size:16px;color:#fff;float:left;}
/*导航栏*/
.kj-navbar{margin-bottom:0;border:0;border-radius:0;background:#fff;border-bottom:2px solid #0051a4;z-index:10;min-height:45px;}
.kj-navbar .navbar-header{display:none;}
.kj-navbar .navbar-collapse{padding:0;}
.kj-navbar .navbar-nav li a{font-size:16px;color:#333333;padding:0;margin-left:45px;height:45px;line-height:45px;}
.kj-navbar .navbar-nav li:hover a{background:none;color:#0051a4;}
.kj-navbar .navbar-nav li a:focus{background:none;}
.kj-navbar .navbar-nav li.active > a{background:none;color:#0051a4;font-weight:bold;}

.kj-navbar .navbar-nav .li-kj-nav-procata{width:210px;background:#0051a4;border-radius:5px 5px 0 0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > a{margin-left:0;width:100%;color:#fff;font-size:16px;font-weight:bold;padding:0 15px 0 20px;display:inline-flex;align-items:center;border-radius:5px 5px 0 0;}
.kj-navbar .navbar-nav .li-kj-nav-procata:hover > a{color:#fff;}
.kj-navbar .navbar-nav .li-kj-nav-procata > a > span{display:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > a:before{
    content:'\e7d8';display:inline-block;margin-right:15px;
    font-weight:normal;vertical-align:bottom;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kj-navbar .navbar-nav .li-kj-nav-procata > a:hover{color:#fff;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul{background:#0460be;top:100%;border:0;width:210px;border-radius:0;box-shadow:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li {padding:0 10px 6px 10px;border-top:1px solid #4e8fd1;position: relative;transition:all 0.2s linear 0s;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li:first-child{border-top:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a{text-decoration:none;display:block;width:100%;color: #fff !important;font-weight: normal;height:38px;line-height:38px;font-size:14px;padding:0;margin:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li:hover{background:#0051a4;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a > span{float:right;line-height:38px;font-size:20px;color:#fff;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li .hot_btn{display:block;width:190px;height:20px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;color:#fff;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li .hot_btn a{font-size:12px;color:#fff;line-height:20px;margin-left:5px;height:20px;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li .hot_btn a:first-child{margin-left:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li .hot_btn a:hover{text-decoration:underline;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul {position:absolute;margin:0;width:720px;left:100%;top:0;display:none;padding:10px 15px;background:#fff;border-top:1px solid #0051a4;box-shadow:0 1px 5px rgba(0,0,0,0.3);flex-wrap:wrap;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li{height:auto;position:initial;border-left:0;padding:0;border-top:0;margin-right:10px;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > ul > li > a{color:#333 !important;position:relative;padding-right:10px;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > ul > li > a:after{
    content:"";display:inline-block;width:1px;height:12px;background:#999;position:absolute;right:0;top:50%;transform:translateY(-50%);
}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > ul > li > a:hover{color:#0051a4 !important;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a:before{display:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul span.fa-angle-down:before {content: "\f105";}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul li:hover > ul{display:flex;;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > ul > li:hover{background:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > ul > li > ul{width:100%;display:flex !important;position:inherit;border-top:0;box-shadow:none;padding:0;flex-wrap:wrap;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > ul > li > ul li a{color:#333 !important;margin-right:10px;height:30px;line-height:30px;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > ul > li > ul li a:hover{color:#0051a4 !important;}

/*footer*/
.guarantee_box{background:#f8f8f8;padding:32px 0;margin-top:60px;}
.guarantee_box ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.guarantee_box ul li{display:flex;align-items:center;}
.guarantee_box ul li img{width:55px;margin-right:8px;}
.guarantee_box ul li b{color:#333333;font-size:18px;}
.guarantee_box ul li b em{color:#666666;font-size:14px;font-weight:normal;display:block;margin-top:3px;}
.footer_box .footer_nav{display:flex;padding:30px 0 20px 0;justify-content:space-between;}
.footer_box .footer_nav .title{font-size:17px;color:#333333;line-height:25px;margin-bottom:10px;}
.footer_box .footer_nav ul{display:flex;flex:1;justify-content:space-between;margin-right:150px;}
.footer_box .footer_nav ul li a{display:block;font-size:14px;color:#666666;line-height:20px;margin-top:10px;}
.footer_box .footer_nav ul li a:hover{color:#0051a4;}
.footer_box .footer_nav .code_box{text-align:center;}
.footer_box .footer_nav .code_box span{display:block;font-size:14px;color:#333333;line-height:36px;}
.footer_box .footer_nav .code_box img{width:130px;height:130px;border:1px solid #dfdfdf;}
.footer_box .footer_copyright{display:block;text-align:center;padding:18px 0;border-top:1px solid #dfdfdf;}
.footer_box .footer_copyright .friend_links{display:flex;justify-content:center;font-size:13px;color:#666666;line-height:24px;}
.footer_box .footer_copyright .friend_links label{font-weight:normal;}
.footer_box .footer_copyright .friend_links a{color:#666;margin-right:10px;}
.footer_box .footer_copyright .friend_links a:hover{color:#0051a4;text-decoration:underline;}
.footer_box .footer_copyright span{font-size:13px;color:#666666;line-height:24px;display:block;}
.footer_box .footer_copyright span a{color:#666666;}
.footer_box .footer_copyright span a:hover{color:#0051a4;text-decoration:underline;}

/*float*/
.float_box{position:fixed;right:6px;top:50%;transform:translateY(-50%);z-index:1000;}
.float_box ul{display:block;width:100%;}
.float_box ul li{display:block;position:relative;width:45px;height:45px;background:#0051a4;text-align:center;vertical-align:bottom;margin-bottom:4px;transition:all 0.2s linear 0s;cursor:pointer;border-radius:3px;}
.float_box ul li:last-child{margin-top:18px;}
.float_box ul li:hover{background:#95c51a}
.float_box ul li i{font-size:26px;color:#fff;display:block;line-height:45px;}
.float_box ul li .qq_box{position:absolute;right:47px;top:0;display:none;border:1px solid #0051a4;background:#0051a4;padding:10px 12px;border-radius:5px;}
.float_box ul li .qq_box a{margin-top:10px;font-size:14px;color:#fff;display:flex;align-items:center;width:125px;height:34px;justify-content:center;line-height:34px;transition:all 0.2s linear 0s;border:1px solid #b8bfbf;border-radius:30px;}
.float_box ul li .qq_box a i{font-size:20px;margin-right:5px;}
.float_box ul li .qq_box a:hover{color:#0051a4;background:#fff;border-color:#fff;}
.float_box ul li .qq_box a:hover i{color:#0051a4;}
.float_box ul li .qq_box a:first-child{margin-top:0;}
.float_box ul li .qq_box span{font-size:12px;color:#fff;margin-top:12px;display:block;}
.float_box ul li .tel_box{padding:6px 0;display:none;position:absolute;right:47px;top:0;background:#0051a4;font-size:14px;color:#fff;line-height:32px;width:160px;text-align:left;border-radius:5px;}
.float_box ul li .tel_box span{display:flex;width:100%;align-items:center;}
.float_box ul li .tel_box i{width:42px;font-size:20px;text-align:center;position:relative;margin-right:8px;line-height:32px;}
.float_box ul li .tel_box i:after{
    content:'';width:1px;height:16px;background:#fff;position:absolute;top:50%;right:0;transform: translateY(-50%);
}
.float_box ul li .code_box{padding:10px 10px 5px 10px;border:1px solid #0051a4;background:#0051a4;position:absolute;right:47px;top:0;display:none;border-radius:5px;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{font-size:12px;color:#fff;display:block;line-height:24px;}
.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;}

/*index*/
.index_banner_login{position:relative;background:url("../images/menu_bg.jpg") no-repeat center;background-size:cover;padding-bottom:20px;}
.index_banner_login .container{display:flex;}
.index_banner_login .container:before,.index_banner_login:after{display:none;}
#banner-swiper{margin-left:210px;width:calc(100% - 430px);}
#banner-swiper .swiper-button-next{right:0;}
#banner-swiper .swiper-button-prev{left:0;}
#banner-swiper .swiper-button-next,#banner-swiper .swiper-button-prev{width:32px;height:64px;line-height:64px;text-align:center;margin-top:-32px;background:rgba(0,0,0,0.24);color:#fff;transition:all 0.2s linear 0s;}
#banner-swiper .swiper-button-next:after,#banner-swiper .swiper-button-prev:after{font-size:20px;}
#banner-swiper .swiper-button-next:hover,#banner-swiper .swiper-button-prev:hover{background:rgba(0,0,0,0.6);}
#banner-swiper .swiper-wrapper .img_btn{width:100%;display:block;height:468px;}
.index_banner_login .login_notes_box{width:220px;z-index:100;}
.index_banner_login .login_notes_box .login_box{padding:0 15px;background:#fff;margin-bottom:8px;height:117px;}
.index_banner_login .login_notes_box .login_box .login_header{line-height:68px;display:flex;justify-content:center;font-size:14px;color:#666666;text-align:center;}
.index_banner_login .login_notes_box .login_box .btn_box{display:flex;justify-content:space-between;}
.index_banner_login .login_notes_box .login_box .btn_box a{width:90px;height:30px;border-radius:3px;text-align:center;line-height:30px;font-size:14px;}
.index_banner_login .login_notes_box .login_box .btn_box a:nth-child(1){background:#0051a4;color:#fff;}
.index_banner_login .login_notes_box .login_box .btn_box a:nth-child(1):hover{background:#95c51a;}
.index_banner_login .login_notes_box .login_box .btn_box a:nth-child(2){border:1px solid #95c51a;color:#95c51a;}
.index_banner_login .login_notes_box .login_box .btn_box a:nth-child(2):hover{background:#95c51a;color:#fff;}
.index_banner_login .login_notes_box .login_box .btn_box a:active{position:relative;top:2px;}
.index_banner_login .login_notes_box .notes_box{padding:10px 15px 0 15px;background:#fff;height:342px;}
.index_banner_login .login_notes_box .notes_box ul{display:flex;margin-bottom:15px;border-bottom:1px solid #d2d2d2;}
.index_banner_login .login_notes_box .notes_box ul li{flex:0 0 50%;text-align:center;}
.index_banner_login .login_notes_box .notes_box ul li a{color:#666666;padding:0;width:100%;height:42px;line-height:42px;font-size:15px;position:relative;}
.index_banner_login .login_notes_box .notes_box ul li.active a{color:#0051a4;font-weight:bold;}
.index_banner_login .login_notes_box .notes_box ul li.active a:after{
    content:"";width:100%;height:2px;background:#0051a4;position:absolute;bottom:0;left:0;
}
.index_banner_login .login_notes_box .notes_box ul li a:focus,.index_banner_login .login_notes_box .notes_box ul li a:hover {
    background-color: #fff;
}
.index_banner_login .login_notes_box .notes_box .btn_box a{display:block;height:26px;line-height:26px;color:#666666;font-size:12px;align-items:center;width:100%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_banner_login .login_notes_box .notes_box .btn_box a:before{
    content:"";display:inline-block;width:2px;height:2px;background:#898989;margin:0 6px;vertical-align:middle;
}
.index_banner_login .login_notes_box .notes_box .btn_box a:hover{color:#0051a4;}
.index_banner_login .login_notes_box .notes_box .btn_box a:hover:before{background:#0051a4;}
/*快速链接*/
.index_fast_links{padding:35px 0;display:flex;justify-content:space-between;}
.index_fast_links a{font-size:15px;color:#666666;width:148px;height:148px;box-shadow:0 0 20px rgba(179,179,179,0.1);display:flex;align-items:center;justify-content:center;flex-direction: column;}
.index_fast_links a i{font-size:47px;line-height:50px;color:#55545a;margin-bottom:18px;transition: all 0.2s linear 0s;}
.index_fast_links a:hover{color:#0460be;box-shadow:0 0 20px rgba(179,179,179,0.3);}
.index_fast_links a:hover i{
    background-image:-webkit-linear-gradient(top,#1989fc,#0e74dd,#0460be);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
/*新品速递*/
.index_especially_product{margin-bottom:38px;}
.index_especially_product .title{background:#f5f5f5;height:44px;position:relative;margin-bottom:18px;}
.index_especially_product .title ul{display:flex;margin-left:6px;padding-top:4px;}
.index_especially_product .title ul a{font-size:18px;color:#333333;padding:0;width:150px;text-align:center;height:40px;line-height:40px;}
.index_especially_product .title ul li a:hover,.index_especially_product .title ul li a:focus{background:#347ec9;border-radius:8px 8px 0 0;color:#fff;}
.index_especially_product .title ul .active a{color:#fff;background:#347ec9;border-radius:8px 8px 0 0;}
.index_especially_product .swiper-slide .product_item{border:1px solid #e8e8e8;margin-right:15px;width:100%;padding:0 6px;height:365px;transition:all 0.2s linear 0s;}
.index_especially_product .swiper-slide .product_item .img_btn{overflow:hidden;display:flex;align-items:center;justify-content:center;height:240px;padding:10px 0;border-bottom:1px solid #e8e8e8;}
.index_especially_product .swiper-slide .product_item .img_btn img{max-width:100%;max-height:100%;}
.index_especially_product .swiper-slide .product_item .num_btn{padding:0 6px;display:block;font-size:14px;color:#0051a4;font-weight:bold;line-height:20px;margin-top:12px;margin-bottom:3px;}
.index_especially_product .swiper-slide .product_item .title_btn{padding:0 6px;margin-bottom:3px;display:block;font-size:14px;color:#333;height:20px;line-height:20px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.index_especially_product .swiper-slide .product_item .packing_box{padding:0 6px;display:flex;margin-bottom:5px;font-size:13px;color:#333;height:20px;line-height:20px;width:100%;justify-content:space-between; }
.index_especially_product .swiper-slide .product_item .price_box{display:flex;align-items: flex-end;line-height:24px;padding:0 6px;}
.index_especially_product .swiper-slide .product_item .price_box .new_price{font-size:18px;color:#e3150a;font-weight:bold;margin-right:10px;}
.index_especially_product .swiper-slide .product_item .price_box .old_price{font-size:12px;color:#999999;text-decoration:line-through;}
.index_especially_product .swiper-slide .product_item:hover{background:#fefefe;}
.index_especially_product .swiper-slide .product_item .title_btn:hover{color:#0360bf;}
.index_especially_product .tab-pane{position:relative;}
.index_especially_product .tab-pane .swiper-button-next,.index_especially_product .tab-pane .swiper-button-prev{color:#6b6063;transition:all 0.2s linear 0s;top:-62px;margin-top:0;}
.index_especially_product .tab-pane .swiper-button-next:hover,.index_especially_product .tab-pane .swiper-button-prev:hover{color:#0360bf;}
.index_especially_product .tab-pane .swiper-button-next:after, .index_especially_product .tab-pane .swiper-button-prev:after{font-size:14px;font-weight:bold;}
.index_especially_product .tab-pane .swiper-button-prev{left:auto;right:30px;}
.index_especially_product .tab-pane .swiper-button-next{right:0;}

/*产品*/
.index_product{margin-bottom:38px;display:flex;flex-wrap: wrap;}
.index_product .title_box{display:flex;width:100%;justify-content: space-between;padding-bottom:10px;align-items:flex-end;}
.index_product .title_box h1{font-size:24px;color:#333333;font-weight:bold;line-height:36px;}
.index_product .title_box h1 a{color:#333333;}
.index_product .title_box .more_btn{font-size:14px;color:#666666;}
.index_product .title_box .more_btn:hover{color:#e3150a;}
.index_product .product_item_container{width:100%;display:flex;align-items:flex-start;}
.index_product .product_item_container .left_menu{padding-top:15px;width:227px;height:503px;background:url("../images/p-banner.jpg") no-repeat center;background-size:cover;}
.index_product .product_item_container .left_menu .btn_box{width:100%;height:463px;overflow:hidden;overflow-y:auto;}
.index_product .product_item_container .left_menu .btn_box::-webkit-scrollbar{width:4px;hegiht:4px;}
.index_product .product_item_container .left_menu .btn_box::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background-color:#c1c1c1;}
.index_product .product_item_container .left_menu .btn_box::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:5px;background-color:#f1f1f1}
.index_product .product_item_container .left_menu a{padding:0 10px 0 20px;display:block;width:100%;height:42px;line-height:42px;font-size:15px;color:#ffffff;font-weight:bold;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_product .product_item_container .left_menu a:hover{background:#fff;color:#0360bf;}
.index_product .product_list{width:calc(100% - 227px);border:1px solid #e4e4e4;border-top:2px solid #0360bf;border-left:0;display:flex;flex-wrap:wrap;background:#fff;height:503px;}
.index_product .product_list li{border-right:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;height:250px;width:25%;padding:0 15px;}
.index_product .product_list li:nth-child(4n){border-right:0;}
.index_product .product_list li:nth-child(n+5){border-bottom:0;}
.index_product .product_list li .img_btn{overflow:hidden;display:flex;align-items:center;justify-content:center;height:165px;padding:10px 0;}
.index_product .product_list li .img_btn img{max-width:100%;max-height:100%;}
.index_product .product_list li .title_btn{margin-bottom:3px;display:block;font-size:14px;color:#333;height:20px;line-height:20px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal; }
.index_product .product_list li .packing_box{display:flex;margin-bottom:5px;font-size:13px;color:#333;height:20px;line-height:20px;width:100%;justify-content:space-between; }
.index_product .product_list li .price_box{display:flex;align-items: flex-end;line-height:24px;}
.index_product .product_list li .price_box .new_price{font-size:18px;color:#e3150a;font-weight:bold;margin-right:10px;}
.index_product .product_list li .price_box .old_price{font-size:12px;color:#999999;text-decoration:line-through;}
.index_product .product_list li .title_btn:hover{color:#0360bf;}
/*进口品牌推荐*/
.index_brand{width:100%;}
.index_brand .title{width:100%;height:44px;position:relative;line-height:44px;background:#f5f5f5;padding-left:15px;margin-bottom:22px;}
.index_brand .title h1{font-size:19px;color:#333333;font-weight:bold;display:inline-block;}
.index_brand .title h1 a{color:#333;}
.index_brand .title h1 a:hover{color:#0051a4;}
.index_brand .swiper-button-next,.index_brand .swiper-button-prev{color:#6b6063;transition:all 0.2s linear 0s;}
.index_brand .swiper-button-next:hover,.index_brand .swiper-button-prev:hover{color:#0360bf;}
.index_brand .swiper-button-next:after, .index_brand .swiper-button-prev:after{font-size:14px;font-weight:bold;}
.index_brand .swiper-button-prev{left:auto;right:30px;}
.index_brand .swiper-button-next{right:0;}
.index_brand ul{display:flex;flex-wrap: wrap;}
.index_brand ul li{border:1px solid #eeeeee;height:80px;margin-right:15px;margin-bottom:15px;width:calc((100% - 75px)/6);transition:all 0.2s linear 0s;}
.index_brand ul li:nth-child(6n){margin-right:0;}
.index_brand ul li .img_box{display:flex;width:100%;height:78px;padding:10px;align-items:center;justify-content:center;}
.index_brand ul li .img_box img{max-width:100%;max-height:100%;}
.index_brand ul li:hover{border-color:#0360bf}


/*面包屑*/
.page_map{color:#999999;line-height:27px;padding-top:5px;padding-bottom:5px;background:#f2f2f2;}
.page_map span{color:#333333;font-size:13px;}
.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:#0051a4;}

/*分页*/
.kj-page{text-align:center;}
.kj-page .pagination{margin:40px 0 20px 0;}
.kj-page .pagination > li > a,.kj-page .pagination > li > span{font-size:13px;margin:3px;padding:0;width:40px;height:28px;line-height:26px;border-radius:5px;color:#999;}
.kj-page .pagination > li > a:hover,.kj-page .pagination > li > span:hover{background:#0051a4;color:#fff;border-color:#0051a4;}
.kj-page .pagination > li.active > a{background:#0051a4;color:#fff;border-color:#0051a4;}

/*筛选*/
.filter_box{background:#fff;border:1px solid #e7e7e7;margin:20px 0;}
.filter_box ul{display:block;width:100%;}
.filter_box ul li{display:flex;border-top:1px dashed #dedede;padding:8px 0;}
.filter_box ul li:first-child{border-top:0;}
.filter_box ul li label{width:70px;font-size:14px;font-weight:normal;color:#999999;line-height:24px;padding-left:10px;}
.filter_box ul li .filter_btn{width:calc(100% - 140px);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:#333333;margin-right:22px;}
.filter_box ul li .filter_btn a:hover{color:#da261c;}
.filter_box ul li .filter_btn a.active{color:#da261c;}
.filter_box ul li .viewmore{padding-right:10px;width:70px;justify-content: flex-end;color:#333;line-height:24px;font-size:12px;display:inline-flex;align-items:center;}
.filter_box ul li .viewmore i{font-size:12px;margin-left:3px;}
.filter_box ul li .viewmore:hover{color:#0051a4;}

/*产品列表*/
.product_list_ul{display:block;width:100%;}
.product_list_ul li{display:block;width:100%;margin-bottom:15px;border:1px solid #e0e0e0;overflow:hidden;border-radius:3px;}
.product_list_ul li.selectActive{box-shadow:0 0 7px rgba(226,226,226,0.84);}
.product_list_ul li .pro_description{padding:15px 15px 25px 15px;display:flex;flex-wrap:wrap;align-items:center;}
.product_list_ul li .pro_description .img_btn{height:82px;display:inline-flex;justify-content:center;width:125px;}
.product_list_ul li .pro_description .img_btn img{max-height:82px;max-width:100%;}
.product_list_ul li .pro_description .right_info{flex:1;margin-left:15px;display:flex;flex-wrap:wrap;}
.product_list_ul li .pro_description .right_info .name_btn{font-size:16px;color:#333333;font-weight:bold;line-height:22px;margin-bottom:15px;display:block;width:100%;}
/*.product_list_ul li .pro_description .right_info .name_btn:hover{text-decoration:underline;color:#0051a4;}*/
.product_list_ul li .pro_description .right_info .basic_text{display:inline-block;line-height:22px;margin-right:25px;}
.product_list_ul li .pro_description .right_info .basic_text_all{display:inline-block;width:100%;margin-right:0;margin-bottom:5px;}
.product_list_ul li .pro_description .right_info label{font-size:14px;font-weight:normal;color:#999999;}
.product_list_ul li .pro_description .right_info span{font-size:14px;color:#333333;}
.product_list_ul li .pro_description .right_info span a{color:#007991;}
.product_list_ul li .pro_description .right_info span a:hover{text-decoration:underline;}
.product_list_ul li .stock_btn{display:flex;width:100%;height:18px;line-height:18px;background:#eff0f2;font-size:12px;color:#333333;justify-content:center;transition:all 0.2s linear 0s;}
.product_list_ul li .stock_btn i{font-size:13px;color:#db0000;font-weight:bold;margin-right:5px;vertical-align:middle;margin-top:2px;transition:all 0.2s linear 0s;}
.product_list_ul li .stock_btn.active{background:#ffe0b2;font-weight:bold;}
.product_list_ul li .stock_btn.active i{transform:rotate(180deg);}
.product_list_ul li .stock_btn:hover{background:#ffe0b2;}
.product_list_ul li .kj-table{margin:0 15px;}
.product_list_ul li .kj-table table{margin-bottom:0;}
.product_list_ul li .kj-table thead tr th{text-align:center;border-bottom:0;background:#f4f4f4;font-size:14px;}
.product_list_ul li .kj-table tbody tr td{border-top:0;text-align:center;font-size:14px;color:#666666;vertical-align:middle;border-bottom:1px dotted #e0e0e0;}
.product_list_ul li .kj-table tbody tr td a{color:#0051a4}
.product_list_ul li .kj-table tbody tr td a:hover{color:#95c51a;}
.product_list_ul li .kj-table tbody tr td em{color:#e70012;}
.product_list_ul li .kj-table tbody tr td a.car_btn{font-size:20px;color:#e70012;}
.product_list_ul li .kj-table .kj-pro-num-box{width:72px;height:28px;border-radius:3px;overflow:hidden;margin:0 auto;border:1px solid #949494;vertical-align:middle;display:inline-flex;align-items:center;justify-content:space-between;}
.product_list_ul li .kj-table .kj-pro-num-box button{width:20px;border:0;padding:0;height:28px;transition:all 0.2s linear 0s;background:none;font-size:14px;color:#333;display:inline-flex;justify-content:center;align-items:center;}
.product_list_ul li .kj-table .kj-pro-num-box input{width:32px;height:28px;line-height:18px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;}
.product_list_ul li .kj-table tfoot tr td{border-top:0;padding-top:18px;padding-bottom:18px;}
.product_list_ul li .kj-table tfoot tr td .inquiry_btn{line-height:32px;font-size:14px;color:#e3150a;margin-right:14px;}
.product_list_ul li .kj-table tfoot tr td .inquiry_btn:hover{text-decoration:underline;}
.product_list_ul li .kj-table tfoot tr td .collection_btn{line-height:32px;font-size:14px;color:#333333;display:inline-flex;align-items:center;}
.product_list_ul li .kj-table tfoot tr td .collection_btn i{margin-right:3px;}
.product_list_ul li .kj-table tfoot tr td .collection_btn:hover{color:#e3150a;}
.product_list_ul li .kj-table tfoot tr td .car_btn{display:inline-block;float:right;width:126px;height:32px;text-align:center;line-height:32px;background:#0051a4;border-radius:6px;font-size:14px;color:#fff;}
.product_list_ul li .kj-table tfoot tr td .car_btn:hover{background:#95c51a;}
.product_list_ul li .kj-table tfoot tr td .car_btn:active{position:relative;top:2px;}

/*搜索*/
.search_list_container .product_list_ul li .pro_description{border-bottom:1px solid #cccccc;}
.search_list_container .product_list_ul li .pro_stock{padding:15px 25px;border-top:1px solid #d9d9d9;display:flex;align-items: flex-start;line-height:18px;}
.search_list_container .product_list_ul li .pro_stock .name_btn{font-size:14px;color:#06469c;margin-right:40px;}
.search_list_container .product_list_ul li .pro_stock span{font-size:14px;color:#333333;flex:1;margin-right:12px;}
.search_list_container .product_list_ul li .pro_stock span a{color:#333;}
.search_list_container .product_list_ul li .pro_stock a:hover{color:#95c51a;}
.search_list_container .product_list_ul li .pro_stock .search_stock_btn{font-size:14px;color:#06469c;display:inline-flex;align-items:center;}
.search_list_container .product_list_ul li .pro_stock .search_stock_btn i{display:inline-flex;font-size:18px;margin-left:5px;font-weight:bold;transform:rotate(-90deg);transition:all 0.2s linear 0s;}
.search_list_container .product_list_ul li .pro_stock .search_stock_btn[aria-expanded="true"] i{transform:rotate(0deg);}
.search_list_container .pro_footer{border-top:1px solid #d9d9d9;height:38px;line-height:38px;font-size:13px;color:#e30c30;padding:0 25px;font-weight:bold;cursor:pointer;}
.search_list_container .pro_footer span i{font-size:15px;color:#e30c30;font-weight:bold;margin-left:5px;vertical-align:middle;transform:rotate(0deg);transition:all 0.2s linear 0s;display:inline-flex;}
.search_list_container .pro_footer span[aria-expanded="true"] i{transform:rotate(180deg)}

/*促销产品列表*/
.product_table_ul{display:flex;flex-wrap: wrap;margin-top:20px;}
.product_table_ul li{border:1px solid #e8e8e8;margin-right:15px;margin-bottom:15px;width:calc((100% - 60px)/5);padding:0 6px;height:365px;transition:all 0.2s linear 0s;}
.product_table_ul li:nth-child(5n){margin-right:0;}
.product_table_ul li .img_btn{overflow:hidden;display:flex;align-items:center;justify-content:center;height:240px;padding:10px 0;border-bottom:1px solid #e8e8e8;}
.product_table_ul li .img_btn img{max-width:100%;max-height:100%;}
.product_table_ul li .num_btn{padding:0 6px;display:flex;align-items:center;font-size:14px;color:#0051a4;font-weight:bold;line-height:20px;margin-top:12px;margin-bottom:3px;}
.product_table_ul li .num_btn i{background:#f1ba5a;border-radius:2px;width:16px;height:16px;display:inline-block;font-size:12px;color:#fff;font-weight:normal;text-align:center;line-height:16px;margin-right:5px;}
.product_table_ul li .title_btn{padding:0 6px;margin-bottom:3px;display:-webkit-box;font-size:14px;color:#333;height:20px;line-height:20px;width:100%;overflow:hidden;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2; }
.product_table_ul li .packing_box{padding:0 6px;display:flex;margin-bottom:5px;font-size:13px;color:#333;height:20px;line-height:20px;width:100%;justify-content:space-between; }
.product_table_ul li .price_box{display:flex;align-items: flex-end;line-height:24px;padding:0 6px;}
.product_table_ul li .price_box .new_price{font-size:18px;color:#e3150a;font-weight:bold;margin-right:10px;}
.product_table_ul li .price_box .old_price{font-size:12px;color:#999999;text-decoration:line-through;}
.product_table_ul li:hover{background:#fefefe;}
.product_table_ul li .title_btn:hover{color:#0360bf;}

/*产品详情*/
.product_info_details{display:flex;margin-top:15px;}
.product_info_details .left_box{width:280px;margin-right:20px;}
.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%;}
.product_info_details .image_box .tb-pic a{display:flex;text-align:center;vertical-align:middle;justify-content:center;}
.product_info_details .image_box .tb-booth a{width:100%;height:280px;align-items:center;}
.product_info_details .image_box .tb-pic a img{vertical-align:middle;max-width:100%;}
.product_info_details .image_box .tb-thumb{margin:12px 0 0;overflow:hidden;}
.product_info_details .image_box .tb-thumb li{background:#dddddd;float:left;height:56px;width:56px;margin:0 6px 0 0;overflow:hidden;padding:2px;}
.product_info_details .image_box .tb-s40, .tb-s40 a{height:52px;width:52px;}
.product_info_details .image_box .tb-s40, .tb-s40 a img{height:52px;width:52px;}
.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 .right_box{flex:1;}
.product_info_details .right_box .pro_title h3{font-size:14px;color:#333333;line-height:24px;font-weight:bold;}
.product_info_details .right_box .pro_title h1{font-size:24px;color:#333333;line-height:40px;font-weight:bold;}
.product_info_details .right_box .pro_title h6{font-size:16px;color:#333333;line-height:18px;}
.product_info_details .right_box .info_box{margin-top:10px;display:flex;flex-wrap:wrap;}
.product_info_details .right_box .info_box .list{line-height:26px;font-size:14px;color:#333333;flex:1;}
.product_info_details .right_box .info_box .list.list_all{flex:0 0 100%;}
.product_info_details .right_box .info_box .list label{font-size:14px;color:#333333;}
.product_info_details .right_box .info_box .list a{color:#0051a4;}
.product_info_details .right_box .info_box .list a:hover{text-decoration:underline;}
.product_info_details .right_box .kj-table{margin-top:10px;border:1px solid #e5e5e5;box-shadow:0 0 5px rgba(240,240,239,0.75);}
.product_info_details .right_box .kj-table table{margin-bottom:0;}
.product_info_details .right_box .kj-table thead tr th{text-align:center;border-bottom:1px solid #e0e0e0;font-size:14px;padding-top:0;padding-bottom:0;line-height:40px;}
.product_info_details .right_box .kj-table tbody tr td{border-top:0;text-align:center;font-size:14px;color:#666666;vertical-align:middle;}
.product_info_details .right_box .kj-table tbody tr:nth-child(odd) td{background:#f7f7f7;}
.product_info_details .right_box .kj-table tbody tr td a{color:#666;}
.product_info_details .right_box .kj-table tbody tr td a:hover{color:#0051a4;}
.product_info_details .right_box .kj-table tbody tr td em{color:#e70012;}
.product_info_details .right_box .kj-table tbody tr td a.car_btn{font-size:20px;color:#e70012;}
.product_info_details .right_box .kj-table .kj-pro-num-box{width:72px;height:28px;border-radius:3px;overflow:hidden;margin:0 auto;border:1px solid #949494;vertical-align:middle;display:inline-flex;align-items:center;justify-content:space-between;}
.product_info_details .right_box .kj-table .kj-pro-num-box button{width:20px;border:0;padding:0;height:28px;transition:all 0.2s linear 0s;background:none;font-size:14px;color:#333;display:inline-flex;justify-content:center;align-items:center;}
.product_info_details .right_box .kj-table .kj-pro-num-box input{width:32px;height:28px;line-height:18px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:12px;color:#333;}
.product_info_details .right_box .footer_btn{display:flex;justify-content:space-between;margin-top:20px;}
.product_info_details .right_box .footer_btn .tel{line-height:42px;font-size:13px;font-weight:bold;}
.product_info_details .right_box .footer_btn .tel em{color:#ff2200;font-weight:normal;}
.product_info_details .right_box .footer_btn .btn_box{flex:1;display:flex;justify-content:flex-end;}
.product_info_details .right_box .footer_btn .btn_box .collect_btn{margin-right:25px;line-height:42px;font-size:14px;color:#666666;display:inline-flex;align-items:center;}
.product_info_details .right_box .footer_btn .btn_box .collect_btn i{margin-right:5px;}
.product_info_details .right_box .footer_btn .btn_box .collect_btn:hover{color:#e70615;}
.product_info_details .right_box .footer_btn .btn_box .service_btn{margin-right:25px;line-height:42px;font-size:14px;color:#e70615;}
.product_info_details .right_box .footer_btn .btn_box .service_btn:hover{text-decoration:underline;}
.product_info_details .right_box .footer_btn .btn_box .car_btn{width:146px;text-align:center;height:42px;line-height:42px;border-radius:3px;background:#06469c;font-size:14px;color:#fff;margin-left:20px;}
.product_info_details .right_box .footer_btn .btn_box .car_btn:hover{background:#95c51a;}
.product_info_details .right_box .footer_btn .btn_box .car_btn:active{position:relative;top:2px;}
.pro_slide_box{margin-top:65px;}
.pro_slide_box .nav{border-bottom:1px solid #cccccc;display:flex;}
.pro_slide_box .nav li{margin-right:10px;margin-bottom:0;}
.pro_slide_box .nav li a{font-size:15px;color:#333333;font-weight:bold;position:relative;background:#dfeaf0;border:0;padding:0 30px;height:44px;line-height:44px;border-radius:5px 5px 0 0;text-align:center;}
.pro_slide_box .nav li.active a{background:#0051a4;color:#fff;}
.pro_slide_box .nav li a:hover{background:#0051a4;color:#fff;border:0;}
.pro_slide_box .nav li a:focus{background:#0051a4;color:#fff;border:0;}
.pro_slide_box .tab-pane:nth-child(1),.pro_slide_box .tab-pane:nth-child(3){border:1px solid #ccc;border-top:0;}
.pro_slide_box .table-responsive{padding:10px;}
.pro_slide_box .table-responsive table tr th{border-right:1px solid #d9d9d9;font-size:14px;color:#333;}
.pro_slide_box .table-responsive table tr:first-child th{border-top:0;}
.pro_slide_box .table-responsive table tr:first-child td{border-top:0;}
.pro_slide_box .table-responsive table tr td{color:#333333;word-break:break-all;}
.pro_slide_box .technology_list{margin:20px 0;}
.pro_slide_box .technology_list li{display:flex;justify-content: space-between;border-bottom:1px solid #dedede;line-height:38px;padding:0 15px;}
.pro_slide_box .technology_list li a{font-size:14px;color:#333;flex:1;height:38px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;padding-right:15px;}
.pro_slide_box .technology_list li a:before{
    content:"";width:4px;height:4px;display:inline-block;border-radius:50%;background:#dedede;margin-right:10px;vertical-align:middle;transition:all 0.2s linear 0s;
}
.pro_slide_box .technology_list li .time{font-size:14px;color:#999;}
.pro_slide_box .technology_list li a:hover{color:#0051a4;}
.pro_slide_box .technology_list li a:hover:before{background:#0051a4;}
.pro_slide_box .activeBox{padding:15px;font-size:14px;color:#333;line-height:26px;}
.pro_slide_box .activeBox img{max-width:100%;}

/*产品详情-相关产品*/
.product_relevant{margin-top:45px;}
.product_relevant h1{font-size:20px;color:#333333;line-height:28px;margin-bottom:15px;font-weight:bold;}
.product_relevant .swiper-button-next,.product_relevant .swiper-button-prev{color:#9a9a9a;transition:all 0.2s linear 0s;}
.product_relevant .swiper-button-next:hover,.product_relevant .swiper-button-prev:hover{color:#0051a4;}
.product_relevant .swiper-button-next:after, .product_relevant .swiper-button-prev:after{font-size:30px;font-weight:bold;}
.product_relevant .swiper-button-prev{left:-52px;}
.product_relevant .swiper-button-next{right:-52px;}
.product_relevant .img_btn{margin-bottom:18px;display:flex;width:100%;height:220px;overflow:hidden;padding:5px;border:1px solid #e7e7e7;align-items:center;justify-content:center;}
.product_relevant .img_btn img{max-width:100%;max-height:100%;}
.product_relevant .img_btn:hover{border-color:#0051a4;}
.product_relevant .num_btn{font-weight:bold;font-size:14px;color:#333333;line-height:21px;font-family: Arial;}
.product_relevant .title_btn{display:block;font-size:14px;color:#333333;line-height:21px;height:20px;overflow:hidden;transition:all 0.2s linear 0s;}
.product_relevant .title_btn:hover{color:#0051a4;text-decoration:underline;}
.product_relevant .price{color:#da251c;font-size:16px;font-weight:bold;margin-top:8px;}

/*品牌列表*/
.brand_btn{margin-top:15px;display:flex;border-bottom:2px solid #c8c8c8;margin-bottom:30px;}
.brand_btn a{margin-right:12px;width:calc((100% - 84px)/8);height:40px;line-height:40px;text-align:center;font-size:15px;color:#333333;position:relative;background:#eeeeee;}
.brand_btn a:nth-child(8n){margin-right:0;}
.brand_btn a:after{
    content:"";width:100%;height:2px;background:none;position:absolute;left:0;bottom:-2px;
}
.brand_btn a:hover{color:#0062c4;}
.brand_btn a.active:after{background:#0062c4;color:#0062c4;}
.brand_btn a.active{color:#0062c4;}

.brand_list_ul{display:flex;flex-wrap:wrap;margin-top:20px;}
.brand_list_ul li{width:calc((100% - 126px)/8);margin-right:18px;margin-bottom:18px;border:1px solid #dedede;height:127px;padding-top:12px;transition:all 0.2s linear 0s;}
.brand_list_ul li:nth-child(8n){margin-right:0;}
.brand_list_ul li .img_btn{display:flex;height:66px;justify-content:center;align-items:center;}
.brand_list_ul li .img_btn img{max-width:100%;}
.brand_list_ul li .title_btn{display:block;text-align:center;font-size:14px;color:#333333;line-height:38px;width:100%;height:38px;padding:0 5px;overflow:hidden;}
.brand_list_ul li:hover{box-shadow:0 0 5px rgba(0,0,0,0.2);}
.brand_list_ul li .title_btn:hover{color:#0062c4;}

/*文章页*/
.page_active{margin-bottom:80px;margin-top:20px;}
.page_active .nav_left{float:left;width:170px;margin-right:25px;}
.page_active .nav_left ul{display:block;width:100%;}
.page_active .nav_left ul li{display:block;width:100%;margin-bottom:25px;vertical-align:bottom;}
.page_active .nav_left ul li .title{border-left:3px solid #255288;font-size:17px;font-weight:bold;color:#333;padding-left:15px;margin-bottom:18px;}
.page_active .nav_left ul li a{display:block;background:#f1f1f1;padding:8px 0;margin-bottom:8px;font-size:15px;padding-left:15px;border-radius:3px;}
.page_active .nav_left ul li a:hover{background:#0051a4;color:#fff;}
.page_active .nav_left ul li a.active{background:#0051a4;color:#fff;}
.page_active .active_right{float:left;width:calc(100% - 195px);background:#fff;border-radius:5px;}
.page_active .active_right_all{width:100%;}
.page_active  h2{border-bottom:1px solid #eaeaea;color:#333;line-height:24px;padding-bottom:18px;padding-top:18px;text-align:center;font-size:17px;font-weight:bold;}
.page_active .active_box{padding:15px 15px 60px 15px;font-size:14px;line-height:28px;color:#333;}
.page_active .active_box img{max-width:100%;}

/*新闻列表*/
.kj_news{background:#fff;padding:15px 30px 40px 30px;border-radius:5px;}
.kj_news li{border-bottom:1px solid #eee;padding-bottom:10px;padding-top:10px;}
.kj_news li:first-child{padding-top:0;}
.kj_news .kj_news_inner{padding:0;}
.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: #255288;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;font-size:14px;color:#999; }
.kj_news .kj_news_inner .kj_news_title:hover a{ text-decoration: underline;color: #255288;}
.kj_news .kj_news_inner .info_text {font-size: 14px;color: #999;line-height: 26px;margin-top: 5px; }
.kj_news_active{background:#fff;border-radius:5px;padding:30px 30px 40px 30px;margin-top:20px;}
.kj_news_active .kj-main-articleinfo-title{font-size:30px;color:#333;margin-bottom:12px;line-height:36px;}
.kj_news_active .kj-article-time{color:#999;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px; margin-bottom: 20px; border-bottom: 1px solid rgb(242,242,242); line-height: 30px;margin-top:20px;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;}
.kj_news_active .kj-article-bottom span{display:block;line-height:32px;}
.kj_news_active .kj-article-bottom a{color:#333;}
.kj_news_active .kj-article-bottom a:hover{color:#255288;text-decoration:underline;}
.kj_news_active .kj_news_product{margin:0 auto;display:block;height:42px;line-height:42px;padding:0 15px;background:#255288;font-size:14px;color:#fff;width:130px;text-align:center;}
.kj_news_active .kj_news_product:hover{background:#a60e07}
.kj_news_active .kj_news_product:active{position:relative;top:2px;}
