@media(min-width:1330px){
    .container{width:1330px;}
}
body{
    --bgColor: #0943be;
    --bgHoverColor: #89b700;
    --fontColor: #0943be;
    --fontHoverColor: #89b700;
}
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
a{transition:all 0.2s linear 0s;}
img{vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
input[type=text],textarea{font-family:Arial, Helvetica, sans-serif;-webkit-appearance: none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    border:0;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.noPro{text-align:center;width:100%;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}

/*大包装询价*/
#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:30px 0;text-align:center;}
#blukquote_dialog .modal-footer input{background:var(--bgColor);color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:var(--bgHoverColor);}
#blukquote_dialog .modal-footer input:hover{color:#fff;}


/*index header*/
/*header*/
/*顶部logo及搜索*/
.header_logo_search{width:100%;z-index:100;background:#fff;}
.header_logo_search .container{display:flex;align-items:center;height:90px;}
.header_logo_search .container:before,.header_logo_search .container:after{display:none;}
.header_logo_search .logo_btn{width:300px;}
.header_logo_search .logo_btn img{max-width:100%;}
.header_logo_search .search_form{flex:1;display:flex;align-items:center;overflow:hidden;height:40px;margin-left:50px;}
.header_logo_search .search_form input{border:1px solid #aeaeae;border-right:0;display:inline-block;flex:1;height:40px;line-height:38px;margin:0;font-size:14px;color:#333;padding:0 10px;}
.header_logo_search .search_form input::-webkit-input-placeholder{color:#999999;} /* WebKit browsers */
.header_logo_search .search_form input::-moz-placeholder{color:#999999;} /* Mozilla Firefox 4 to 18 */
.header_logo_search .search_form input:-moz-placeholder{color:#999999;} /* Mozilla Firefox 19+ */
.header_logo_search .search_form input:-ms-input-placeholder{color:#999999;}/* Internet Explorer 10+ */
.header_logo_search .search_form button{background:none;padding:0;border:1px solid #aeaeae;display:inline-block;height:40px;width:40px;text-align:center;line-height:38px;transition:all 0.2s linear 0s;color:var(--fontColor);}
.header_logo_search .search_form button i{font-size:20px;}
.header_logo_search .search_form button:hover{background:var(--bgColor);border-color:var(--bgColor);color:#fff;}
.header_logo_search .language_box{display:flex;align-items:center;height:40px;margin-left:25px;}
.header_logo_search .language_box i{font-size:24px;color:#999999;margin-right:6px;}
.header_logo_search .language_box a{font-size:16px;color:#999999;}
.header_logo_search .language_box em{font-size:16px;color:#999999;}
.header_logo_search .language_box a:hover{color:var(--fontColor);text-decoration:underline;}

/*手机端搜索*/
.phone_search_box{border-bottom:1px solid #dedede;background:#f9f9f9;}
.phone_search_box .container{padding-top:10px;padding-bottom:10px;}
.phone_search_box #mobilesearchbox{height:38px;width:100%;float:left;;}
.phone_search_box #mobilesearchbox input{display:inline-block;width:calc(100% - 50px);height:38px;line-height:38px;border:2px solid var(--bgColor);padding:0 10px;margin:0;border-radius:30px 0 0 30px;font-size:13px;color:#333;float:left;}
.phone_search_box #mobilesearchbox button{padding:0;border:0;display:inline-block;height:38px;width:50px;text-align:center;line-height:38px;background:var(--bgColor);border-radius:0 30px 30px 0;font-size:16px;color:#fff;float:left;}

/*导航栏*/
.kj-navbar{margin-bottom:0;border:0;border-radius:0;z-index:200;min-height:90px;}
.kj-navbar .navbar-header{display:none;}
.kj-navbar .navbar-collapse{padding:0;}
.kj-navbar .navbar-nav{width:100%;}
.kj-navbar .navbar-nav >li >a{font-size:18px;font-weight:bold;color:#333333;padding:0;margin:0 0 0 35px;height:90px;line-height:90px;position:relative;}
.kj-navbar .navbar-nav >li >a:before{content:"";width:0;height:2px;background:var(--bgColor);position:absolute;top:0;left:0;transition:all 0.2s linear 0s;}
.kj-navbar .navbar-nav >li:first-child >a{margin-left:0;}
.kj-navbar .navbar-nav >li:hover >a{background:none;color:var(--fontColor)}
.kj-navbar .navbar-nav >li:hover >a:before{width:100%;}
.kj-navbar .navbar-nav >li >a:focus{background:none;color:var(--fontColor)}
.kj-navbar .navbar-nav >li.active > a{background:none;color:var(--fontColor);}
.kj-navbar .navbar-nav >li.active > a:before{width:100%;}
.kj-navbar .navbar-nav >li >ul{top:100%;border:0;box-shadow:0 0 10px rgba(0,0,0,0.2);}
.kj-navbar .navbar-nav >li >ul li a{padding:0 20px;line-height:36px;font-size:15px;color:#333;text-align:center;}
.kj-navbar .navbar-nav >li >ul li a:hover{background:var(--bgColor);color:#fff;}

/*footer*/
.footer_box{background:url("../images/footer_bg.jpg") no-repeat center;background-size:cover;margin-top:100px;}
.footer_box .fast_links{border-bottom:1px solid rgba(255,255,255,0.2);height:95px;display:flex;justify-content: space-between;align-items:center;}
.footer_box .fast_links h1{font-size:22px;color:#fff;font-weight:bold;}
.footer_box .fast_links .btn_box{display:flex;align-items:center;justify-content: flex-end;flex:1;}
.footer_box .fast_links .btn_box a{margin-left:70px;font-size:16px;color:#fff;position:relative;line-height:94px;}
.footer_box .fast_links .btn_box a:after{content:"";width:0;height:3px;background:var(--bgColor);position:absolute;bottom:-1px;left:0;transition:all 0.2s linear 0s;}
.footer_box .fast_links .btn_box a:hover:after{width:100%;}
.footer_box .footer_nav{display:flex;padding:57px 0 60px 0;justify-content:space-between;}
.footer_box .footer_nav .title{display:flex;align-items:center;font-size:28px;color:#fff;height:44px;margin-bottom:20px;}
.footer_box .footer_nav .title i{font-size:32px;margin-right:15px;}
.footer_box .footer_nav .contact_us{flex:1;}
.footer_box .footer_nav .contact_us span{display:flex;align-items:center;line-height:24px;font-size:16px;color:#fff;padding:8px 0;}
.footer_box .footer_nav .contact_us span i{color:#fff;font-size:20px;width:38px;line-height:24px;}
.footer_box .footer_nav .contact_us span a{color:#fff;}
.footer_box .footer_nav .contact_us span a:hover{text-decoration:underline;}
.footer_box .footer_nav .message_box{width:610px;}
.footer_box .footer_copyright{padding:34px 0;border-top:1px solid rgba(255,255,255,0.2);display:flex;flex-wrap:wrap;justify-content:space-between;}
.footer_box .footer_copyright .brief_text{font-size:15px;color:#fff;line-height:24px;}
.footer_box .footer_copyright .brief_text a{color:#fff;}
.footer_box .footer_copyright .brief_text a:hover{text-decoration:underline;}
.footer_box .footer_copyright .brief_text:nth-child(1){width:calc(100% - 180px);}
.footer_box .footer_copyright .brief_text:nth-child(2){width:180px;text-align:right;}

/*float*/
.float_box{position:fixed;right:0;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1000;}
.float_box ul{display:inline-block;width:100%;}
.float_box ul li{position:relative;display:block;width:48px;height:48px;background: linear-gradient(to top, #0943be, #246bbc);text-align:center;vertical-align:bottom;transition:all 0.2s linear 0s;cursor:pointer;}
.float_box ul li i{font-size:24px;color:#fff;display:block;line-height:48px;transition:all 0.2s linear 0s;}
.float_box ul li:hover{background: linear-gradient(to bottom, #89b700, #78a001);}
.float_box ul li .qq_box{padding:10px;background: linear-gradient(to bottom, #89b700, #78a001);position:absolute;right:48px;top:0;display:none;width:120px;}
.float_box ul li .qq_box a{height:28px;line-height:28px;border-radius:30px;display:block;margin-top:10px;font-size:14px;color:#78a001;background:#fff;}
.float_box ul li .qq_box a:hover{text-decoration:underline;}
.float_box ul li .qq_box a:first-child{margin-top:0;}
.float_box ul li .qq_box a:active{position:relative;top:2px;}
.float_box ul li .tel_box{align-items:center;display:none; position:absolute;right:48px;top:0;padding:16px 16px 8px 16px;font-size:14px;background:#fff;line-height:28px;width:240px;box-shadow:0 3px 8px rgba(0,0,0,0.15);overflow:hidden;}
.float_box ul li .tel_box:before{content:"";width:100%;height:6px;background: linear-gradient(to left, #89b700, #78a001);position:absolute;top:0;left:0;}
.float_box ul li .tel_box i{font-size:42px;color:#d3d3d3;margin-right:10px;padding-top:0;}
.float_box ul li .tel_box span{font-size:22px;line-height:28px;text-align:left;color:#78a001;}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{padding:10px;background: linear-gradient(to bottom, #89b700, #78a001);position:absolute;right:48px;top:0;display:none;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;margin-top:5px;}
.float_box ul li#fqq:hover .qq_box{display:block;}
.float_box ul li#ftel:hover .tel_box{display:flex;}
.float_box ul li#weixin:hover .code_box{display:block;}
.phone_top{display: none;position: fixed;bottom: 60px;right: 10px;z-index: 1000;width: 40px;height: 40px;background: var(--bgColor);border-radius: 50%;text-align: center;line-height: 40px;}
.phone_top i {color: #fff;font-size: 20px;}

/*index*/
#banner-swiper .swiper-pagination{bottom:20px;}
#banner-swiper .swiper-pagination-bullet{width:10px;height:10px;background:#fff;opacity:1;margin:0 8px;}
#banner-swiper .swiper-pagination-bullet-active{background:var(--bgColor);}
#banner-swiper .swiper-wrapper .img_btn {display:block;width:100%;height:36.5vw;}
.index_about{background:url("../images/index_about_bg.jpg") no-repeat center;background-size:cover;padding:90px 0 80px 0;}
.index_about .container{display:flex;flex-wrap: wrap;}
.index_about .container:before,.index_about .container:after{display:none;}
.index_about .left_box{padding-right:185px;width:calc(100% - 490px);}
.index_about .left_box h1{font-size:36px;color:#333333;line-height:44px;font-weight:bold;}
.index_about .left_box h5{font-size:20px;color:var(--fontColor);height:30px;font-weight:bold;display:flex;align-items:center;margin-bottom:10px;margin-top:37px;}
.index_about .left_box h5 i{width:6px;height:6px;border-radius:50%;margin-right:4px}
.index_about .left_box h5 i:nth-child(1){background:rgba(9,67,190,1)}
.index_about .left_box h5 i:nth-child(2){background:rgba(9,67,190,0.7)}
.index_about .left_box h5 i:nth-child(3){background:rgba(9,67,190,0.5)}
.index_about .left_box h5 i:nth-child(4){background:rgba(9,67,190,0.2);margin-right:10px;}
.index_about .left_box h6{font-size:15px;color:#666666;line-height:26px;}
.index_about .left_box .brief_text{font-size:16px;color:#555555;line-height:35px;margin-top:22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.index_about .left_box .more_btn{display:flex;align-items:center;font-size:18px;color:var(--fontColor);font-weight:bold;height:30px;margin-top:40px;}
.index_about .left_box .more_btn i{margin-left:10px;font-size:20px;transition:all 0.2s linear 0s;}
.index_about .left_box .more_btn:hover{color:var(--fontHoverColor);}
.index_about .left_box .more_btn:hover i{transform: translateX(3px);}
.index_about .right_img{width:490px;}
.index_about .right_img img{max-width:100%;}
.index_product{background:url("../images/index_pro_bg.jpg") no-repeat center;background-size:cover;padding:90px 0 115px 0;}
.index_product h1{line-height:50px;font-size:40px;color:#333333;font-weight:bold;text-align:center;margin-bottom:44px;}
.index_product .pro_more_btn{font-weight:bold;display:block;width:140px;height:50px;text-align:center;line-height:48px;border:1px solid #c7c7c7;border-radius:30px;margin:54px auto 0 auto;font-size:18px;color:var(--fontColor);}
.index_product .pro_more_btn:hover{background:var(--bgColor);border-color:var(--bgColor);color:#fff;}
.index_product .pro_more_btn:active{position:relative;top:2px;}
.index_product_list{position:relative;}
.index_product_list .swiper-container{padding:10px 5px;}
.index_product_list .swiper-slide{background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);height:390px;transition:all 0.2s linear 0s;overflow:hidden;}
.index_product_list .swiper-slide .img_btn{display:flex;justify-content:center;align-items:center;height:240px;padding:5px;transition: all 480ms ease 0s;}
.index_product_list .swiper-slide .img_btn img{max-width:100%;max-height:100%;transform: scale(1,1);transition-duration: 400ms;transition-timing-function: ease-out;}
.index_product_list .swiper-slide .name_btn{font-size:18px;color:#333333;line-height:48px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;margin:0 8px 6px 8px;border-bottom:1px solid #dfdfdf;display:block;padding:0 10px;font-weight:bold;}
.index_product_list .swiper-slide .base_info{font-size:14px;color:#666666;line-height:25px;display:block;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;margin:0 8px;padding:0 10px;}
.index_product_list .swiper-slide .switch_btn{margin-top:13px;width:100%;height:32px;display:flex;justify-content:center;align-items:center;background:Var(--bgColor);font-size:15px;color:#fff;transition:all 0.2s linear 0s;cursor:pointer;}
.index_product_list .swiper-slide .switch_btn i{margin-left:8px;margin-top:2px;display:inline-block;transition:all 0.2s linear 0s;}
.index_product_list .swiper-slide .switch_btn:hover{background:var(--bgHoverColor);}
.index_product_list .swiper-slide .switch_btn:hover i{transform: translateX(5px);}
.index_product_list .swiper-slide .bg{width:100%;height:100%;background:rgba(9,67,190,0.9);position:absolute;top:0;left:calc(-100% - 10px);z-index:10;transition:all 0.2s linear 0s;}
.index_product_list .swiper-slide .desc_info{position:absolute;top:0;left:calc(-100% - 10px);width:100%;padding:64px 18px 0 18px;z-index:20;transition:all 0.2s linear 0s;}
.index_product_list .swiper-slide .desc_info .title{font-size:18px;color:#ffffff;line-height:27px;font-weight:bold;margin-bottom:12px;}
.index_product_list .swiper-slide .desc_info span{display:block;font-size:14px;color:#ffffff;line-height:25px;}
.index_product_list .swiper-slide .desc_info .more_btn{margin-top:50px;display:block;width:97px;height:34px;background:#fff;border-radius:30px;text-align:center;line-height:34px;font-size:16px;color:var(--fontColor);}
.index_product_list .swiper-slide .desc_info .more_btn:hover{color:var(--fontHoverColor);}
.index_product_list .swiper-slide .desc_info .more_btn:active{position:relative;top:2px;}
.index_product_list .swiper-slide:hover{box-shadow:0 0 10px rgba(0,0,0,0.2);}
.index_product_list .swiper-slide:hover .img_btn img{transform: scale(0.9,0.9);-moz-transform: scale(0.9,0.9);-webkit-transform: scale(0.9,0.9);-o-transform: scale(0.9,0.9);}
.index_product_list .swiper-slide:hover .name_btn{color:var(--fontColor);}
.index_product_list .swiper-slide:hover .bg{left:0;}
.index_product_list .swiper-slide:hover .desc_info{left:0;}
.index_product_list .swiper-button-next,.index_product_list .swiper-button-prev{width:54px;height:54px;text-align:center;line-height:54px;border-radius:50%;background:#e1eafd;transition:all 0.2s linear 0s;}
.index_product_list .swiper-button-next:after,.index_product_list .swiper-button-prev:after{color:var(--fontColor);transition:all 0.2s linear 0s;font-size:18px;font-weight:bold;}
.index_product_list .swiper-button-next:hover,.index_product_list .swiper-button-prev:hover{background:var(--bgColor);}
.index_product_list .swiper-button-next:hover:after,.index_product_list .swiper-button-prev:hover:after{color:#fff}
.index_product_list .swiper-button-next{right:-85px;}
.index_product_list .swiper-button-prev{left:-85px;}


/*面包屑*/
.page_map{color:#333333;line-height:26px;display:flex;align-items:center;font-size:16px;margin-top:10px;margin-bottom:22px;}
.page_map i{color:#999999;margin-right:10px;margin-bottom:2px;}
.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:var(--fontColor);}
.page_map .breadcrumb .active span{color:var(--fontColor);}

/*分页*/
.kj-page{text-align:center;}
.kj-page .pagination{margin:40px 0 20px 0;}
.kj-page .pagination > li > a,.kj-page .pagination > li > span{font-size:13px;margin:3px;padding:0;width:40px;height:28px;line-height:26px;border-radius:5px;color:#999;}
.kj-page .pagination > li > a:hover,.kj-page .pagination > li > span:hover{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.kj-page .pagination > li.active > a{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}

/*内页*/
.page_banner{width:100%;height:19.5vw;}
.page_banner .container{display:flex;flex-direction:column;justify-content:center;height:100%}
.page_banner h1{color:var(--fontColor);font-size:42px;font-weight:bold;line-height:60px;}
.page_banner h3{color:#333333;font-size:22px;line-height:48px;}

/*产品列表*/
.product_container{display:flex;flex-wrap: wrap;align-items: flex-start;}
.product_container .product_left{width:245px;margin-right:20px;background:#e9f0ff;overflow:hidden;padding-bottom:10px;}
.product_container .product_left a{border-radius:3px;display:flex;justify-content: space-between;height:48px;position:relative;align-items:center;font-size:16px;color:#333333;padding:0 17px;}
.product_container .product_left a:after{content:"";width:calc(100% - 14px);height:1px;bottom:0;left:7px;background:#d7dce8;position:absolute;transition:all 0.2s linear 0s;}
.product_container .product_left a:last-child:after{width:0;}
.product_container .product_left a i{color:#bdc0c7;transition:all 0.2s linear 0s;}
.product_container .product_left a:hover{background:var(--bgColor);color:#fff;}
.product_container .product_left a:hover i{color:#fff;}
.product_container .product_left a:hover:after{background:var(--bgColor);}
.product_container .product_left a.active{background:var(--bgColor);color:#fff;}
.product_container .product_left a.active i{color:#fff;}
.product_container .product_left a.active:after{background:var(--bgColor);}
.product_container .product_right{width:calc(100% - 265px);}
.product_container .product_list{display:flex;flex-wrap: wrap;}
.product_container .product_list li{background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);height:390px;transition:all 0.2s linear 0s;overflow:hidden;margin-right:12px;margin-bottom:12px;width:calc((100% - 36px)/4);position:relative;}
.product_container .product_list li:nth-child(4n){margin-right:0;}
.product_container .product_list li .img_btn{display:flex;justify-content:center;align-items:center;height:240px;padding:5px;transition: all 480ms ease 0s;}
.product_container .product_list li .img_btn img{max-width:100%;max-height:100%;transform: scale(1,1);transition-duration: 400ms;transition-timing-function: ease-out;}
.product_container .product_list li .name_btn{font-size:18px;color:#333333;line-height:48px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;margin:0 8px 6px 8px;border-bottom:1px solid #dfdfdf;display:block;padding:0 10px;font-weight:bold;}
.product_container .product_list li .base_info{font-size:14px;color:#666666;line-height:25px;display:block;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;margin:0 8px;padding:0 10px;}
.product_container .product_list li .switch_btn{margin-top:13px;width:100%;height:32px;display:flex;justify-content:center;align-items:center;background:Var(--bgColor);font-size:15px;color:#fff;transition:all 0.2s linear 0s;cursor:pointer;}
.product_container .product_list li .switch_btn i{margin-left:8px;margin-top:2px;display:inline-block;transition:all 0.2s linear 0s;}
.product_container .product_list li .switch_btn:hover{background:var(--bgHoverColor);}
.product_container .product_list li .switch_btn:hover i{transform: translateX(5px);}
.product_container .product_list li .bg{width:100%;height:100%;background:rgba(9,67,190,0.9);position:absolute;top:0;left:calc(-100% - 10px);z-index:10;transition:all 0.2s linear 0s;}
.product_container .product_list li .desc_info{position:absolute;top:0;left:calc(-100% - 10px);width:100%;padding:64px 18px 0 18px;z-index:20;transition:all 0.2s linear 0s;}
.product_container .product_list li .desc_info .title{font-size:18px;color:#ffffff;line-height:27px;font-weight:bold;margin-bottom:12px;}
.product_container .product_list li .desc_info span{display:block;font-size:14px;color:#ffffff;line-height:25px;}
.product_container .product_list li .desc_info .more_btn{margin-top:50px;display:block;width:97px;height:34px;background:#fff;border-radius:30px;text-align:center;line-height:34px;font-size:16px;color:var(--fontColor);}
.product_container .product_list li .desc_info .more_btn:hover{color:var(--fontHoverColor);}
.product_container .product_list li .desc_info .more_btn:active{position:relative;top:2px;}
.product_container .product_list li:hover{box-shadow:0 0 10px rgba(0,0,0,0.2);}
.product_container .product_list li:hover .img_btn img{transform: scale(0.9,0.9);-moz-transform: scale(0.9,0.9);-webkit-transform: scale(0.9,0.9);-o-transform: scale(0.9,0.9);}
.product_container .product_list li:hover .name_btn{color:var(--fontColor);}
.product_container .product_list li:hover .bg{left:0;}
.product_container .product_list li:hover .desc_info{left:0;}
.product_tj_container .product_right{width:100%;}
.product_tj_container .product_list li{width:calc((100% - 48px)/5);}
.product_tj_container .product_list li:nth-child(4n){margin-right:12px;}
.product_tj_container .product_list li:nth-child(5n){margin-right:0;}

/*产品详情*/
.product_info_details{display:flex;flex-wrap: wrap;}
.product_info_details .left_box{margin-right:45px;width:380px;height:380px;display:flex;align-items:center;justify-content:center;border:1px solid #dcdcdc;padding:10px;}
.product_info_details .left_box img{max-width:100%;max-height:100%;}
.product_info_details .right_box{width:calc(100% - 435px);}
.product_info_details .right_box .pro_title{font-size:32px;color:#333333;line-height:46px;}
.product_info_details .right_box .pro_entitle{font-size:15px;color:#333333;line-height:22px;}
.product_info_details .right_box .base_info{padding:20px 0 28px 0;margin-top:26px;margin-bottom:32px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;}
.product_info_details .right_box .base_info .list{display:inline-flex;margin-right:40px;align-items: flex-start;margin-top:15px;}
.product_info_details .right_box .base_info .list:first-child{margin-top:0;}
.product_info_details .right_box .base_info .list.list_all{width:100%;margin-right:0;}
.product_info_details .right_box .base_info .list label{width:90px;line-height:24px;font-weight:normal;font-size:16px;color:#999999;}
.product_info_details .right_box .base_info .list span{width:calc(100% - 90px);line-height:24px;font-size:16px;color:#333;word-break: break-word;}
.product_info_details .right_box .footer_btn{display:flex;flex-wrap: wrap;}
.product_info_details .right_box .footer_btn a{margin-bottom:10px;width:178px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:3px;margin-right:20px;font-size:16px;color:#333;background:#ebebeb;}
.product_info_details .right_box .footer_btn a:first-child{background:var(--bgColor);color:#fff;}
.product_info_details .right_box .footer_btn a:hover{background:var(--bgColor);color:#fff;}
.product_info_details .right_box .footer_btn a:first-child:hover{background:var(--bgHoverColor);}
.product_info_details .right_box .footer_btn a:active{position:relative;top:2px;}
.pro_slide_box{border:1px solid #dcdcdc;border-top:0;margin-top:40px;}
.pro_slide_box .nav{display:flex;background:#f5f5f5;flex-wrap: wrap;}
.pro_slide_box .nav li a{padding:0 50px;line-height:52px;font-size:18px;color:#333333;font-weight:bold;position:relative;}
.pro_slide_box .nav li a:before{content:"";width:0;height:3px;background:var(--bgColor);position:absolute;top:0;left:0;transition:all 0.2s linear 0s;}
.pro_slide_box .nav li a:hover{background:#fff;color:Var(--fontColor);}
.pro_slide_box .nav li a:hover:before{width:100%;}
.pro_slide_box .nav li a:focus{background:#fff;color:Var(--fontColor);}
.pro_slide_box .nav li a:focus:before{width:100%;}
.pro_slide_box .nav li.active a{background:#fff;color:Var(--fontColor);}
.pro_slide_box .nav li.active a:before{width:100%;}
.pro_slide_box .tab-pane{padding:35px 30px 50px 30px;}
.pro_slide_box .kj-table{margin:0;}
.pro_slide_box .kj-table tr td,.pro_slide_box .kj-table tr th{border:0;}
.pro_slide_box .kj-table tr th{font-weight:normal;width:110px;font-size:15px;color:#999999;line-height:30px;}
.pro_slide_box .kj-table tr td{font-size:15px;color:#333333;line-height:30px;}
.pro_slide_box .article_box{font-size:15px;color:#333333;line-height:32px;}
.pro_slide_box .article_box .panel{width:calc((100% - 30px)/2);margin-right:30px;}
.pro_slide_box .article_box .panel:nth-child(2){margin-right:0;}
.product_related{margin-top:40px;background:none;padding:0;}
.product_related .container{margin-left:-15px;margin-right:-15px;}
.product_related h1{text-align:left;color:var(--fontColor);font-size:24px;margin-bottom:8px;margin-top:0;}

/*文章*/
.page_about{background:#f6f9fa;padding-bottom:113px;}
.page_about h1{text-align:center;font-weight:bold;font-size:40px;color:#333333;line-height:50px;margin:48px 0 54px 0;}
.page_about .container:nth-child(3){display:flex;flex-wrap: wrap;}
.page_about .left_brief{flex:1;padding-right:55px;font-size:17px;color:#666666;line-height:40px;text-align:justify;}
.page_about .right_img{width:624px;}
.page_about .right_img img{max-width:100%;}
.about_culture{background:url("../images/culture_bg.png") no-repeat center;background-size:cover;padding:115px 0;}
.about_culture .container{display:flex;flex-wrap: wrap;align-items:center;}
.about_culture .left_img{width:624px;}
.about_culture .left_img img{max-width:100%;}
.about_culture .right_text{flex:1;padding-left:80px;}
.about_culture .right_text h1{font-weight:bold;font-size:36px;color:#333333;line-height:50px;}
.about_culture .right_text .brief_text{font-size:16px;color:#333333;line-height:40px;margin-top:24px;}



.contact_us_box ul{display:flex;flex-wrap: wrap;justify-content: space-between;margin:52px 0 32px 0;}
.contact_us_box ul li{width:220px;}
.contact_us_box ul li i{margin:0 auto;display:block;width:90px;height:90px;border-radius:50%;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.2);text-align:center;line-height:90px;font-size:40px;color:var(--fontColor);transition:all 0.2s linear 0s;}
.contact_us_box ul li h1{text-align:center;font-size:18px;color:#333333;font-weight:bold;line-height:34px;margin-top:20px;}
.contact_us_box ul li span{display:block;text-align:center;font-size:16px;color:#333333;line-height:26px;}
.contact_us_box ul li a{display:block;text-align:center;font-size:16px;color:#333333;line-height:26px;}
.contact_us_box ul li a:hover{color:Var(--fontColor);text-decoration:underline;}
.contact_us_box ul li:hover i{background:var(--bgColor);color:#fff;}
.map_box{background:#f1f1f1;width:100%;height:372px;}

/*新闻列表*/
.news_list_box .news_list{display:flex;flex-wrap: wrap;}
.news_list_box .news_list li{margin-right:50px;margin-bottom:50px;width:calc((100% - 100px)/3);}
.news_list_box .news_list li:nth-child(3n){margin-right:0;}
.news_list_box .news_list li .img_btn{display:block;height:260px;position:relative;}
.news_list_box .news_list li .img_btn:after{content:"";width:0;height:0;border-color:transparent #fff;border-width:25px 25px 0 0 ;border-style:solid;position:absolute;bottom:0;right:0;}
.news_list_box .news_list li .time{color:Var(--fontColor);font-size:18px;line-height:28px;margin:30px 0 12px 0;font-weight:bold;}
.news_list_box .news_list li .name_btn{color:#333;font-size:20px;line-height:36px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;display:block;}
.news_list_box .news_list li:hover .name_btn{color:var(--fontColor);text-decoration:underline;}
.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;}

/*在线留言*/
.contact_from{display:flex;flex-wrap:wrap;}
.contact_from .formcolumn-item{margin-right:17px;width:calc((100% - 17px)/2);margin-bottom:10px;}
.contact_from .formcolumn-item:nth-child(5),.contact_from .formcolumn-item:nth-child(7){margin-right:0;}
.contact_from .formcolumn-item-tit{display:none;}
.contact_from .formcolumn-item-ct{width:100%;position:relative;}
.contact_from .formcolumn-item-ct input{width:100%;height:40px;background:#fff;border:0;line-height:40px;font-size:14px;color:#333;padding:0 15px;}
.contact_from .formcolumn-item-ct input::-webkit-input-placeholder{color:#999999;} /* WebKit browsers */
.contact_from .formcolumn-item-ct input::-moz-placeholder{color:#999999;} /* Mozilla Firefox 4 to 18 */
.contact_from .formcolumn-item-ct input:-moz-placeholder{color:#999999;} /* Mozilla Firefox 19+ */
.contact_from .formcolumn-item-ct input:-ms-input-placeholder{color:#999999;}/* Internet Explorer 10+ */
.contact_from .formcolumn-item-ct .required{position:absolute;left:0;top:0;line-height:40px;width:15px;text-align:center;font-weight:bold;}
.contact_from .formcolumn-item.formcolumn-item-captcha-dl .formcolumn-item-ct{display:flex;align-items:center;background:#fff;height:40px;}
.contact_from .formcolumn-item.formcolumn-item-captcha-dl .formcolumn-item-ct .form-vcodebox{order:3;width:80px;margin-left:auto;}
.contact_from .formcolumn-item.formcolumn-item-captcha-dl .formcolumn-item-ct .form-vcodebox img{max-height:40px;max-width:80px;}
.contact_from .formcolumn-item.formcolumn-item-captcha-dl .formcolumn-item-ct input{width:auto;order:1;}
.contact_from .formcolumn-item.formcolumn-item-captcha-dl .formcolumn-item-ct .formcolumn-item-tips{order:2;}
.contact_from .formcolumn-item.formcolumn-item-textarea{width:100%;margin-right:0;}
.contact_from .formcolumn-item.formcolumn-item-textarea textarea{width:100%;border:0;height:98px;padding:10px 15px;font-size:14px;color:#333;line-height:20px;}
.contact_from .formcolumn-item.formcolumn-item-textarea textarea::-webkit-input-placeholder{color:#999999;} /* WebKit browsers */
.contact_from .formcolumn-item.formcolumn-item-textarea textarea::-moz-placeholder{color:#999999;} /* Mozilla Firefox 4 to 18 */
.contact_from .formcolumn-item.formcolumn-item-textarea textarea:-moz-placeholder{color:#999999;} /* Mozilla Firefox 19+ */
.contact_from .formcolumn-item.formcolumn-item-textarea textarea:-ms-input-placeholder{color:#999999;}/* Internet Explorer 10+ */
.contact_from .footer_btn input{width:137px;height:44px;text-align:center;line-height:44px;padding:0;border:0;border-radius:0;background:var(--bgColor);font-size:15px;color:#fff;transition:all 0.2s linear 0s;}
.contact_from .footer_btn input:hover{background:var(--bgHoverColor);}
.contact_from .footer_btn input:active{position:relative;top:2px;}
.kj-navbar .navbar-nav > li:hover .dropdown-menu {
    display:block !important;
}