<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:1375px){
    .container{width:1375px;}
}
body{
    --bgColor: #23a4d2;
    --bgHoverColor: #f7b550;
    --fontColor: #23a4d2;
    --fontHoverColor: #f7b550;
}
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 &gt; a, .nav .open &gt; a:focus, .nav .open &gt; a:hover {
    background-color: #faa20a;
    border-color:#faa20a;
}
@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%;}
.product_list_container .product_right .noPro{margin-top:60px;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}

/*鎵嬫満娴姩*/
.phone_footer_nav{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#fff;height:50px;display:none;}
.phone_footer_nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.phone_footer_nav a{float:left;display:inline-block;width:25%;text-align:center;color:#000;font-size:12px;transform: scale(0.9);padding-top:7px;}
.phone_footer_nav a i{width:20px;height:20px;display:block;margin:0 auto 3px auto;}
.phone_footer_nav a:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat 0 0;background-size:40px auto;}
.phone_footer_nav a:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat 0 -20px;background-size:40px auto;}
.phone_footer_nav a:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat 0 -40px;background-size:40px auto;}
.phone_footer_nav a:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat 0 -60px;background-size:40px auto;}
.phone_footer_nav a.active{color:var(--fontHoverColor);}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}

/*澶у寘瑁呰浠�*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}

#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background:var(--bgColor);color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:var(--bgHoverColor);}
#blukquote_dialog .modal-footer input:hover{color:#fff;}

/*header*/
.header_fixed_box{position:fixed;top:0;left:0;z-index:1000;width:100%;}
.header_fixed_height{width:100%;height:152px;}
/*椤堕儴logo鍙婃悳绱�*/
.header_logo_search{padding-bottom:10px;padding-top:25px;background:#fff;position:relative;z-index:20;}
.header_logo_search .container{display:flex;flex-wrap:wrap;}
.header_logo_search .logo_btn{width:324px;}
.header_logo_search .logo_btn img{max-width:100%;max-height:100%;}
.header_logo_search .right_box{flex:1;display:flex;justify-content:right;}
.header_logo_search .search_box{display:flex;flex-direction: column;flex:1;}
.header_logo_search .search_form{height:40px;width:100%;display:flex;overflow:hidden;border:1px solid #949494;border-radius:3px;}
.header_logo_search .search_form input{border:0;display:inline-block;flex:1;height:38px;line-height:38px;padding:0 10px;margin:0;font-size:13px;color:#333;}
.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{padding:0;border:0;display:inline-block;height:38px;width:60px;text-align:center;line-height:38px;background:var(--bgColor);transition:all 0.2s linear 0s;}
.header_logo_search .search_form button i{font-size:22px;color:#fff;}
.header_logo_search .search_form button:hover{background:var(--bgHoverColor);}
.header_logo_search .search_box .hot_links{display:flex;padding:4px 0;}
.header_logo_search .search_box .hot_links a{font-size:13px;color:#999999;margin-right:15px;line-height:24px;}
.header_logo_search .search_box .hot_links a:hover{text-decoration:underline;color:var(--fontColor);}
.header_logo_search .car_box{display:flex;flex-direction: column;align-items:center;margin-left:17px;}
.header_logo_search .car_box .car_btn{width:130px;height:40px;border:1px solid #949494;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#333333;}
.header_logo_search .car_box .car_btn i{font-size:20px;color:var(--fontColor);margin-right:8px;transition:all 0.2s linear 0s;}
.header_logo_search .car_box .car_btn sup{top:0;color:var(--fontHoverColor);font-weight:bold;display:inline-block !important;margin-left:3px;}
.header_logo_search .car_box .car_btn:hover{background:var(--bgColor);border-color:var(--bgColor);color:#fff;}
.header_logo_search .car_box .car_btn:hover i{color:#fff;}
.header_logo_search .car_box .car_btn:active{position:relative;top:2px;}
.header_logo_search .car_box span{font-size:13px;line-height:24px;padding:4px 0;}
.header_logo_search .car_box span em{color:var(--fontHoverColor);font-weight:bold;}
.header_logo_search .login_tel{display:flex;flex-direction: column;align-items:center;margin-left:22px;}
.header_logo_search .login_tel .login_btn{display:flex;align-items:center;}
.header_logo_search .login_tel .login_btn a{font-size:14px;color:#666666;line-height:40px;}
.header_logo_search .login_tel .login_btn a:first-child:after{content:"";width:2px;height:14px;background:#cccccc;margin:0 10px;display:inline-block;vertical-align:middle;}
.header_logo_search .login_tel .login_btn a:hover{color:var(--fontColor);text-decoration:underline;}
.header_logo_search .login_tel .tel_box{font-size:13px;line-height:24px;padding:4px 0;}
.header_logo_search .login_tel .tel_box em{color:var(--fontColor);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 var(--bgColor);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:var(--bgColor);border-radius:0 3px 3px 0;font-size:16px;color:#fff;float:left;}

/*瀵艰埅鏍�*/
.kj-navbar{margin-bottom:0;border:0;border-radius:0;background:var(--bgColor);z-index:10;min-height:45px;}
.kj-navbar .navbar-header{display:none;}
.kj-navbar .navbar-collapse{padding:0;}
.kj-navbar .navbar-nav &gt;li &gt;a{font-size:16px;color:#fff;padding:0 18px;margin:0;height:45px;line-height:45px;}
.kj-navbar .navbar-nav &gt;li &gt;a&gt;span{margin-left:3px;}
.kj-navbar .navbar-nav &gt;li:hover &gt;a{background:var(--bgHoverColor);}
.kj-navbar .navbar-nav &gt;li&gt; a:focus{background:var(--bgHoverColor);}
.kj-navbar .navbar-nav &gt;li.active &gt; a{background:var(--bgHoverColor);font-weight:bold;}
.kj-navbar .navbar-nav &gt;li&gt;ul{padding:0;top:100%;border:0;}
.kj-navbar .navbar-nav &gt;li&gt;ul&gt;li&gt; a { font-size: 14px; color: #333;padding:0;height: 45px;line-height: 45px; width: 100%;text-align: center;}
.kj-navbar .navbar-nav &gt;li&gt;ul&gt;li&gt; a:hover{background:var(--bgHoverColor);color:#fff;}


.kj-navbar .navbar-nav .li-kj-nav-procata{position:relative;width:272px;margin-right:15px;}
.kj-navbar .navbar-nav .li-kj-nav-procata &gt; a{margin-left:0;width:100%;font-size:16px;display:inline-flex;align-items:center;font-weight:bold;padding:0 20px;justify-content: space-between;}
.kj-navbar .navbar-nav .li-kj-nav-procata &gt; a &gt; span{font-size:18px;margin-left:10px;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul{background:#f9f9f9;top:100%;border:0;width:272px;box-shadow:0 0 7px rgba(150,150,150,0.9);padding:16px 0;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul &gt; li {padding:0;position:initial;height:28px;transition:all 0.2s linear 0s;width:100%;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul &gt; li &gt; a{line-height:28px;height:28px;text-decoration:none;display:block;width:100%;color: #333 !important;font-weight: normal;font-size:12px;padding:0 18px 0 12px;margin:0;text-align:left;position:relative;z-index:99;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul &gt; li:hover &gt; a{background:#f9f9f9;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul &gt; li &gt; a &gt; span{float:right;line-height:28px;font-size:18px;color:#999;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul &gt; li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
.kj-navbar .navbar-nav .li-kj-nav-procata ul &gt; li:hover &gt; a{color:var(--fontColor) !important;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul &gt; li:hover &gt; a &gt; span{color:var(--fontColor) !important;}
.kj-navbar .navbar-nav .li-kj-nav-procata &gt; ul ul {
    padding:16px 12px 16px 0;position:absolute;display:none;margin:0;background:#f9f9f9;width:480px !important;
    top:0;left:100%;overflow:inherit;flex-wrap: wrap; min-width:initial; overflow:auto;height:100%;box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:98;
}
.kj-navbar .navbar-nav .li-kj-nav-procata &gt; ul ul ul{width:234px !important;position:initial;left:0;display:block;box-shadow:none;padding:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata &gt; ul ul li{height:auto;position:initial;border-top:0;border-left:0;flex:0 0 50%;line-height:24px;width:50%;float:left;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul ul li a{font-size:12px;color:#333 !important;height:28px;line-height:28px;width:auto;overflow:hidden;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul ul li a:hover{color:var(--fontColor);}
.kj-navbar .navbar-nav .li-kj-nav-procata ul ul li a:before{
    content:"";width:3px;height:3px;background:#666;border-radius:50%;display:inline-block;vertical-align:middle;margin-right:5px;
}
.kj-navbar .navbar-nav .li-kj-nav-procata ul ul li a:hover:before{background:var(--bgColor);}
.kj-navbar .navbar-nav .li-kj-nav-procata ul ul li:hover{box-shadow:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul ul li a.more_btn{color:#ff2200 !important;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul ul li a.more_btn:before{background:#f9f9f9;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul span.fa-angle-down:before {content: "\f105";}
.kj-navbar .navbar-nav .li-kj-nav-procata &gt; ul li:hover &gt; ul{display:block;}
.all_product_cata{width:780px;position:absolute;top:45px;left:0;background:#f9f9f9;padding:15px 30px;border-radius:0 0 5px 5px;box-shadow:0 0 7px rgba(150,150,150,0.9);display:none;}
.all_product_cata .border_box{margin-right:30px;width:calc((100% - 90px)/4);}
.all_product_cata .border_box:nth-child(4){margin-right:0;}
.kj-navbar .navbar-nav .all_product_cata .border_box a{font-size:12px;color:#333;line-height:28px;margin:0;height:28px;display: block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*.kj-navbar .navbar-nav .all_product_cata .border_box a:first-child{margin-bottom:10px;}*/
.kj-navbar .navbar-nav .all_product_cata .border_box a strong{font-size:15px;}
.kj-navbar .navbar-nav .all_product_cata .border_box a strong:before{
    content:"";width:4px;height:4px;border-radius:50%;background:var(--bgColor);margin-right:5px;vertical-align:middle;display:inline-block;
}
.kj-navbar .navbar-nav .all_product_cata .border_box a:hover{color:var(--fontColor);}

/*footer*/
.footer_box{background:#313131;margin-top:60px;position:relative;z-index:9}
.footer_box .footer_nav{display:flex;padding:30px 0;justify-content:space-between;}
.footer_box .footer_nav .title{font-size:17px;color:#fff;line-height:54px;}
.footer_box .footer_nav ul{display:flex;justify-content:space-between;flex:1;margin-left:110px;margin-right:170px;}
.footer_box .footer_nav ul li a{display:block;font-size:14px;color:rgba(255,255,255,0.6);line-height:32px;}
.footer_box .footer_nav ul li a:hover{text-decoration:underline;color:rgba(255,255,255,1);text-decoration:underline;}
.footer_box .footer_nav .code_box{flex:0 0 200px;}
.footer_box .footer_nav .code_box .image_box{display:flex;justify-content: space-between;}
.footer_box .footer_nav .code_box .image_box .image_list{width:85px;}
.footer_box .footer_nav .code_box .image_box .image_list img{max-width:100%;}
.footer_box .footer_nav .code_box .image_box .image_list span{display:block;font-size:13px;color:#fff;line-height:20px;margin-top:10px;text-align:center;}
.footer_box .footer_nav .footer_desc{flex:0 0 330px;border-right:1px solid rgba(238,238,238,0.1);padding-bottom:8px;padding-top:25px;}
.footer_box .footer_nav .footer_desc .footer_logo{display:block;margin:0 0 30px 0;}
.footer_box .footer_nav .footer_desc .footer_logo img{max-width:100%;}
.footer_box .footer_nav .footer_desc span{display:flex;align-items:center;height:35px;font-size:14px;color:rgba(252,252,252,0.6);}
.footer_box .footer_nav .footer_desc span i{width:30px;text-align:center;margin-right:8px;color:rgba(255,255,255,0.6);}
.footer_box .footer_nav .footer_desc span a{color:rgba(252,252,252,0.6);}
.footer_box .footer_nav .footer_desc span a:hover{color:rgba(252,252,252,1);text-decoration:underline;}

.footer_box .footer_copyright{display:block;text-align:center;padding:15px 0;border-top:1px solid rgba(238,238,238,0.1);}
.footer_box .footer_copyright span{font-size:14px;color:#bfbfbf;line-height:28px;display:block;}
.footer_box .footer_copyright span a{color:#bfbfbf;}
.footer_box .footer_copyright span a:hover{text-decoration:underline;color:#fff;}
.footer_box .footer_copyright .link_technology{display:flex;justify-content:center;}
.footer_box .footer_copyright .link_technology .link_box{display:flex;margin-right:20px;flex-wrap:wrap;justify-content:center;}
.footer_box .footer_copyright .link_technology .link_box label{font-size:14px;color:#bfbfbf;line-height:28px;font-weight:normal;}
.footer_box .footer_copyright .link_technology .link_box a{font-size:14px;color:#bfbfbf;line-height:28px;}
.footer_box .footer_copyright .link_technology .link_box a:after{
    content:"|";margin:0 8px;
}
.footer_box .footer_copyright .link_technology .link_box a:last-child:after{content:""}
.footer_box .footer_copyright .link_technology .link_box a:hover{text-decoration:underline;color:#fff;}
.float_contact{position:absolute;top:-40px;right:80px;width:160px;display:inline-flex;justify-content:center;align-items:center;height:36px;color:#fff;font-size:14px;font-weight:bold;background:var(--bgHoverColor);line-height:36px;cursor:pointer;transition:all 0.2s linear 0s;}
.float_contact i{margin-right:5px;display:inline-block;vertical-align:middle;font-size:19px;font-weight:normal;}
.float_contact:hover{background:var(--bgColor);}

/*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{margin-bottom:4px;position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#99d6ec;text-align:center;vertical-align:bottom;transition:all 0.2s linear 0s;cursor:pointer;border-radius:5px;}
.float_box ul li i{font-size:21px;display:block;line-height:44px;color:#fff;position:relative;}
.float_box ul li sup{position:absolute;top:3px;right:-10px;display:block !important;background:var(--bgHoverColor);border-radius:50%;padding:0 5px;height:18px;line-height:18px;font-size:12px;}
.float_box ul li:hover{background:var(--bgHoverColor);}
.float_box ul li:hover sup{background:var(--bgColor);}
.float_box ul li .qq_box{position:absolute;right:44px;top:0;display:none;border-radius:5px;background:var(--bgHoverColor);padding:10px;}
.float_box ul li .qq_box a{font-size:14px;color:#fff;display:block;width:160px;line-height:28px;transition:all 0.2s linear 0s;}
.float_box ul li .qq_box a:hover{text-decoration:underline;}
.float_box ul li .tel_box{position:absolute;right:44px;top:0;display:none;border-radius:5px;background:var(--bgHoverColor);padding:10px;width:160px;font-size:14px;color:#fff;line-height:24px;text-align:center;}
.float_box ul li .code_box{padding:10px;background:var(--bgHoverColor);border-radius:5px;position:absolute;right:44px;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;font-size:12px;margin-top:5px;display:block;}
.float_box ul li#fqq: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;}

/*鍦ㄧ嚎鐣欒█*/
#onlineMessage .modal-header{padding:0 15px;height:42px;background:#eeeeee;border-radius:5px 5px 0 0;}
#onlineMessage .modal-header .modal-title{line-height:42px;}
#onlineMessage .modal-header .close{line-height:42px;margin-top:0;}
#onlineMessage .guestbook_form{display:flex;flex-wrap:wrap;}
#onlineMessage .guestbook_form .formcolumn-item{width:calc(50% - 16px);margin:15px 8px 0 8px;}
#onlineMessage .guestbook_form .formcolumn-item .formcolumn-item-tit{display:none;}
#onlineMessage .guestbook_form .formcolumn-item input{width:100%;height:34px;border:1px solid #dddddd;padding:0 10px;font-size:12px;color:#333;}
#onlineMessage .guestbook_form .formcolumn-item textarea{width:100%;height:155px;border:1px solid #dddddd;padding:10px;font-size:12px;color:#333;line-height:20px;}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-message{width:100%;}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct{display:flex;width:100%;height:34px;border:1px solid #dddddd;}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct input{order:1;border:0;height:32px;width:calc(100% - 100px);}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .form-vcodebox{order:2;width:100px;}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .form-vcodebox img{height:32px;max-width:100px;}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct span{order:3;line-height:32px;}
#onlineMessage #reguser_verifycode-tips{display:none;}
#onlineMessage .modal-footer{border-top:0;padding-top:0;padding-bottom:40px;text-align:left;}
#onlineMessage .modal-footer input{width:100px;height:42px;background:var(--bgHoverColor);color:#fff;border-radius:0;transition:all 0.2s linear 0s;font-size:16px;}
#onlineMessage .modal-footer input:hover{background:var(--bgColor);}

/*index*/
/*banner*/
#banner-swiper .swiper-wrapper .image_box{display:flex;justify-content:center;overflow:hidden;}
#banner-swiper .swiper-wrapper .image_box img{display:block;margin:0;}
#banner-swiper .swiper-pagination-bullets{bottom:24px;display:flex;justify-content:center;align-items:center;}
#banner-swiper .swiper-pagination-bullet{background:#fff;opacity:1;margin:0 5px;width:10px;height:10px;transition:all 0.2s linear 0s;border-radius:50%;}
#banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{width:17px;opacity:1;border-radius:30px;}
/*涓棿*/
.index_title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;height:65px;border-bottom:2px solid var(--bgColor);}
.index_title h1{font-size:24px;color:#333333;font-weight:bold;}
.index_title a{font-size:13px;color:#666666;}
.index_title a i{color:#99d6ec;margin-left:8px;font-size:14px;}
.index_title a:hover{color:var(--fontColor);}
.index_title .nav{display:flex;flex-wrap:wrap;}
.index_title .nav li{margin-left:5px;}
.index_title .nav li a{font-size:14px;color:#333;padding:5px 15px;border-radius:5px;}
.index_title .nav li a:hover{background:Var(--bgColor);color:#fff;}
.index_title .nav li a:focus{background:Var(--bgColor);color:#fff;}
.index_title .nav li.active a{background:Var(--bgColor);color:#fff;}

/*淇″彿閫氳矾*/
.index_pro_cata{padding-bottom:60px;padding-top:35px;background:url("../images/index_xitd_bg.png") no-repeat center;background-size:cover;}
.index_pro_cata .cata_btn{display:flex;flex-wrap:wrap;}
.index_pro_cata .cata_btn a{padding-right:15px;margin-right:40px;width:calc((100% - 80px)/3);border-bottom:1px solid #cfcfcf;height:50px;line-height:50px;font-size:14px;color:#333333;display:block;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;align-items:center;}
.index_pro_cata .cata_btn a:nth-child(3n){margin-right:0;}
.index_pro_cata .cata_btn a img{width:28px;height:28px;border-radius:50%;margin:0 16px 0 6px;vertical-align:middle;}
.index_pro_cata .cata_btn a:hover{color:var(--fontColor);background:#f5f5f5;}
/*涓撻*/
.index_special_subject{margin-top:40px;}
.special_subject_box{border:1px solid #e5e5e5;border-radius:5px;padding:25px;display:flex;flex-wrap:wrap;}
.special_subject_box .left_box{width:42%;margin-right:30px;}
.special_subject_box .left_box .img_btn{display:block;width:100%;height:250px;border-radius:5px;overflow:hidden;transition: all 480ms ease 0s;}
.special_subject_box .left_box .img_btn img{width:100%;height:100%;object-fit:contain;transform: scale(1,1);transition-duration: 400ms;transition-timing-function: ease-out}
.special_subject_box .left_box .name_btn{margin-top:10px;display:block;font-size:17px;color:var(--fontColor);font-weight:bold;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.special_subject_box .left_box .time{color:#999;padding:8px 0;font-size:14px;}
.special_subject_box .left_box .brief_text{line-height:25px;font-size:14px;color:#949494;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.special_subject_box .left_box:hover .img_btn 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);}
.special_subject_box .left_box:hover .name_btn{text-decoration:underline;}
.special_subject_box ul{width:calc(58%  - 30px);}
.special_subject_box ul li{border-bottom:1px dashed #e5e5e5;display:flex;padding:20px 0;transition:all 0.2s linear 0s;}
.special_subject_box ul li .time{width:110px;height:90px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:10px;background:#f9f9f9;}
.special_subject_box ul li .time b{font-size:30px;color:#666;line-height:32px;margin-bottom:10px;display:block;font-weight:normal;}
.special_subject_box ul li .time span{font-size:16px;color:#999;line-height:18px;display:block}
.special_subject_box ul li .right_box{width:calc(100% - 110px);padding:0 15px;}
.special_subject_box ul li .right_box .name_btn{display:block;font-size:18px;color:#666;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;font-weight:bold;}
.special_subject_box ul li .right_box .time_box{color:#999;margin-bottom:5px;font-size:14px;display:none;}
.special_subject_box ul li .right_box .brief_text{line-height:25px;font-size:14px;color:#949494;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.special_subject_box ul li:hover .right_box .name_btn{color:Var(--fontColor);text-decoration:underline;}




/*浜у搧绫诲瀷*/
.index_pro_type{background:#f2f2f2;padding:60px 0 50px 0;}
.index_pro_type .nav{display:flex;margin-bottom:25px;}
.index_pro_type .nav li{flex:1;}
.index_pro_type .nav li a{display:block;background:#fff;padding:0;width:100%;height:52px;text-align:center;line-height:52px;font-size:19px;color:#333333;font-weight:bold;position:relative;}
.index_pro_type .nav li a:before{
    content:"";width:1px;height:30px;background:#dcdcdc;position:absolute;top:50%;transform: translateY(-50%);left:0;
}
.index_pro_type .nav li:first-child a:before{width:0;}
.index_pro_type .nav li:hover a{background:var(--bgHoverColor);color:#fff;}
.index_pro_type .nav li.active a{background:var(--bgHoverColor);color:#fff;}
.index_pro_type .swiper-container{padding-bottom:12px;}
.index_swiper{position:relative;margin-bottom:30px;}
.index_swiper .swiper-button-next,.index_swiper .swiper-button-prev{color:#fff;transition:all 0.2s linear 0s;width:38px;height:38px;background:#dcdcdc;text-align:center;line-height:38px;border-radius:50%;}
.index_swiper .swiper-button-next:hover,.index_swiper .swiper-button-prev:hover{background:var(--bgColor);color:#fff;}
.index_swiper .swiper-button-next:after, .index_swiper .swiper-button-prev:after{font-size:16px;font-weight:bold;}
.index_swiper .swiper-button-prev{left:-62px;}
.index_swiper .swiper-button-next{right:-62px;}
.index_swiper .img_btn{width:194px;height:194px;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;margin:0 auto;transition:all 480ms ease 0s;box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-transform:rotate(0deg);}
.index_swiper .img_btn img{max-width:100%;max-height:100%;transform:scale(1,1);transition-duration:400ms;transition-timing-function:ease-out;}
.index_swiper .name_btn{margin-bottom:8px;display:block;font-size:18px;color:#333333;width:100%;height:28px;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.index_swiper span{display:-webkit-box;width:100%;font-size:14px;color:#999999;line-height:24px;height:48px;overflow:hidden;margin-bottom:22px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.index_swiper .product_item{transition:all 0.2s linear 0s;margin:5px;background:#fff;border:1px solid #eeeeee;height:360px;padding:30px 12px 0 12px;}
.index_swiper .product_item:hover{box-shadow:0 6px 9px rgba(0,0,0,0.1);}
.index_swiper .product_item:hover .name_btn{color:var(--fontHoverColor);}
.index_swiper .product_item:hover .img_btn 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_pro{padding:30px 0 70px 0;}
.index_pro .index_title{border:0;margin:0;}
.index_pro .kj-table table{margin-bottom:0;}
.index_pro .kj-table table thead tr th{background:none;height:46px;line-height:46px;font-size:15px;color:#333333;border-bottom:2px solid #99d6ec;padding:0 13px;}
.index_pro .kj-table table tbody tr td{font-size:14px;color:#333333;line-height:28px;border-bottom:1px solid #e3e3e3;padding:16px 13px;transition:all 0.2s linear 0s;}
.index_pro .kj-table table thead tr th:last-child,.index_pro .kj-table table tbody tr td:last-child{text-align:right;}
.index_pro .kj-table table tbody tr:nth-child(odd) td{background:#ebf7fa;}
.index_pro .kj-table table tbody tr td a{font-weight:bold;display:block;position:relative;}
.index_pro .kj-table table tbody tr td a img{position:absolute;margin-left:6px;bottom:13px;}
.index_pro .kj-table table tbody tr td a:hover{text-decoration:underline;color:var(--fontColor);}
.index_pro .kj-table table tbody tr td span{display:block;line-height:20px;}
.index_pro .kj-table table tbody tr:hover td{background:#e2f6fb;}

/*绉戠爺鏂囩尞*/
.index_literature{padding:35px 0 65px 0;background:#f2f2f2}
.index_literature .index_title{border-bottom:0;}
.index_literature_list ul{display:flex;flex-wrap: wrap;}
.index_literature_list ul li{display:flex;background:#fcfcfc;align-items:center;height:132px;margin-bottom:32px;margin-right:40px;width:calc((100% - 80px)/3);}
.index_literature_list ul li:nth-child(3n){margin-right:0;}
.index_literature_list ul li .img_box{display:block;width:100px;}
.index_literature_list ul li .img_box img{max-width:100%;}
.index_literature_list ul li .right_info{width:calc(100% - 100px);padding-left:18px;padding-right:50px;}
.index_literature_list ul li .right_info .name_title{display:block;font-size:14px;color:#333333;line-height:18px;margin-bottom:10px;width:100%;height:18px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;font-weight:bold;font-family: Arial;}
.index_literature_list ul li:hover .right_info .name_title{color:var(--fontColor);text-decoration:underline;}
.index_literature_list ul li .right_info span{width:100%;font-size:14px;color:#666666;line-height:18px;font-family: Arial;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.index_middle_banner{margin-top:20px;}
.index_middle_banner img{max-width:100%;}

/*闈㈠寘灞�*/
.page_map{color:#666666;line-height:24px;padding-top:12px;padding-bottom:12px;font-size:13px;}
.page_map .breadcrumb{background:none;padding:0;margin:0;display:inline-block;}
.page_map .breadcrumb a{color:#666666;}
.page_map .breadcrumb a:hover{text-decoration:underline;}
.page_map .breadcrumb &gt; li + li:before{color:#666666;}
.page_map .breadcrumb .active{color:#333333;font-weight:bold;}

/*鍒嗛〉*/
.kj-page{text-align:center;}
.kj-page .pagination{margin:40px 0 20px 0;}
.kj-page .pagination &gt; li &gt; a,.kj-page .pagination &gt; li &gt; span{font-size:13px;margin:3px;padding:0;width:40px;height:28px;line-height:26px;border-radius:5px;color:#999;}
.kj-page .pagination &gt; li &gt; a:hover,.kj-page .pagination &gt; li &gt; span:hover{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.kj-page .pagination &gt; li.active &gt; a{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}

/*绛涢€�*/
.filter_box{background:#fff;border:1px solid #e5e5e5;padding:0 10px;margin-bottom:15px;}
.filter_box ul{display:block;width:100%;}
.filter_box ul li{display:flex;border-top:1px solid #f2f2f2;padding:8px 0;}
.filter_box ul li:first-child{border-top:0;}
.filter_box ul li label{width:150px;font-size:13px;color:#333333;line-height:24px;}
.filter_box ul li .filter_btn{width:calc(100% - 150px);display:flex;flex-wrap:wrap;}
.filter_box ul li .filter_btn a{height:24px;line-height:24px;font-size:13px;color:#333333;margin-right:22px;}
.filter_box ul li .filter_btn a:hover{color:#008aff;}
.filter_box ul li .filter_btn a.active{color:#008aff;font-weight:bold;}

/*鍐呴〉*/
.page_title{font-size:32px;color:#333333;font-weight:bold;line-height:60px;margin-bottom:12px;}
.page_nav{display:flex;margin-bottom:35px;flex-wrap: wrap;}
.page_nav a{margin-right:18px;padding:0 25px;height:40px;text-align:center;line-height:40px;border-radius:4px;font-size:16px;color:#333;font-weight:bold;background:#ecf5fa}
.page_nav a:hover{background:var(--bgColor);color:#fff;}
.page_nav a.active{background:var(--bgColor);color:#fff;}
.page_nav a:active{position:relative;top:2px;}
.page_summary{width:100%;font-size:15px;color:#333333;line-height:24px;margin-top:18px;}

/*淇冮攢娲诲姩*/
.promotion_list_box{display:flex;flex-wrap: wrap;margin-top:40px;}
.promotion_list_box .item_list{margin-right:70px;width:calc((100% - 70px)/2);margin-bottom:45px;}
.promotion_list_box .item_list:nth-child(2n){margin-right:0;}
.promotion_list_box .item_list .img_btn{display:flex;width:100%;height:240px;align-items:center;justify-content:center;}
.promotion_list_box .item_list .img_btn img{max-width:100%;height:240px;}
.promotion_list_box .item_list .name_btn{display:block;font-size:16px;color:#333333;line-height:22px;margin-top:20px;height:22px;width:100%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.promotion_list_box .item_list .name_btn:hover{color:#008aff;text-decoration:underline;}

/*鏂伴椈鍒楄〃*/
.news_list_box,.senior,.coupon_list{margin-bottom:120px;}
.news_list_box .news_list{display:block;width:100%;}
.news_list_box .news_list li{width:100%;padding:28px 24px;display:flex;transition:all 0.2s linear 0s;margin-bottom:25px;}
.news_list_box .news_list li .time{width:82px;height:82px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:14px;color:#777777;border:1px solid #dcdcdc;}
.news_list_box .news_list li .time em{font-size:36px;color:#777777;line-height:40px;}
.news_list_box .news_list li .img_btn{width:215px;height:135px;overflow:hidden;margin:0 30px;display:flex;}
.news_list_box .news_list li .img_btn img{max-width:100%;max-height:100%;}
.news_list_box .news_list li .right{width:calc(100% - 82px - 215px - 60px);overflow:hidden;}
.news_list_box .news_list li .right .name_btn{display:block;width:100%;font-size:20px;color:#333333;line-height:36px;height:36px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.news_list_box .news_list li:hover .right .name_btn{color:var(--fontColor);}
.news_list_box .news_list li .right .info{width:100%;font-size:15px;color:#666666;line-height:28px;height:56px;overflow:hidden;margin-top:5px;}
.news_list_box .news_list li .right .more_btn{display:block;font-size:16px;color:#666666;font-weight:bold;line-height:20px;height:22px;margin-top:15px;width:22px;background:#ecf5fa;text-align:center;}
.news_list_box .news_list li .right .more_btn:hover{background:var(--bgColor);color:#fff;}
.news_list_box .news_list li .right .more_btn:active{position:relative;top:2px;}
.news_list_box .news_list li:hover{box-shadow:0 0 10px rgba(169,169,169,0.2);}
.news_category_brieftext{margin-bottom:60px;padding-bottom:20px;border-bottom:1px solid var(--bgColor);position:relative;}
.news_category_brieftext .text_box{font-size:15px;color:#333;line-height:32px;max-height:96px;overflow:hidden;}
.news_category_brieftext .text_box img{max-width:100%;max-height:100%;}
.news_category_brieftext .text_box_hide{display:none;font-size:15px;color:#333;line-height:32px;}
.news_category_brieftext .more_btn{display:none;background:var(--bgColor);font-size:14px;position:absolute;bottom:-32px;left:50%;line-height:32px;padding:0 15px;color:#fff;transform:translateX(-50%);}
.news_category_brieftext .more_btn:hover{background:var(--bgHoverColor);}


/*鏂伴椈鍐呴〉*/
.kj_news_active{margin-top:25px;}
.kj_news_active .kj-main-articleinfo-title{font-size:28px;color:#333;margin-bottom:12px;line-height:32px;}
.kj_news_active .kj-article-time{color:#999;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px; margin-bottom: 20px; border-bottom: 1px solid rgb(242,242,242); line-height: 30px;margin-top:20px;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;}
.kj_news_active .kj-article-bottom span{display:block;line-height:32px;}
.kj_news_active .kj-article-bottom a{color:#333;}
.kj_news_active .kj-article-bottom a:hover{color:var(--fontColor);text-decoration:underline;}

/*鍙傝€冩枃鐚�*/
.reference_list{display:flex;flex-wrap: wrap;}
.reference_list li{margin-right:150px;width:calc((100% - 150px)/2);margin-bottom:50px;display:flex;align-items:center;}
.reference_list li:nth-child(2n){margin-right:0;}
.reference_list li .img_btn{display:flex;width:132px;height:175px;margin-right:30px;}
.reference_list li .img_btn img{max-width:100%;}
.reference_list li .right{width:calc(100% - 162px);}
.reference_list li .right .name_btn{font-family:Arial;margin-bottom:5px;display:block;font-size:16px;color:#333333;font-weight:bold;line-height:32px;height:32px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.reference_list li .right .info{font-family:Arial;font-size:14px;color:#666666;line-height:26px;height:52px;overflow:hidden;}
.reference_list li:hover .right .name_btn{color:var(--fontColor);text-decoration:underline;}

/*鍔犲叆鎴戜滑*/
.join_job .header_title{width:100%;height:58px;display:flex;align-items:center;}
.join_job .header_title span{font-size:16px;color:#333333;font-weight:bold;}
.join_job .name{width:20%;text-align:center;}
.join_job .num{width:10%;text-align:center;}
.join_job .record{width:30%;text-align:center;}
.join_job .experience{width:15%;text-align:center;}
.join_job .address{width:20%;text-align:center;}
.join_job .job_list{margin-bottom:8px;}
.join_job .job_info{display:flex;background:#e1f0f7;height:58px;align-items:center;width:100%;transition:all 0.2s linear 0s;}
.join_job .job_info span{font-size:16px;color:#333333;}
.join_job .job_info .opt a i{font-size:20px;display:inline-block;transition:all 0.2s linear 0s;font-weight:bold;color:#333;}
.join_job .job_info .opt a[aria-expanded="true"] i{transform: rotate(180deg);}
.join_job .job_info .opt a:hover i{color:var(--fontColor);}
.join_job .job_details{padding:30px 45px;font-size:16px;color:#333333;line-height:32px;}
.join_job .job_info:hover{background:var(--bgColor);}
.join_job .job_info:hover span{color:#fff;}
.join_job .job_info:hover .opt a i{color:#fff;}

/*浜у搧鍒嗙被*/
.product_brief_box{margin-top:12px;}
.product_brief_box h1{font-size:24px;color:#333333;font-weight:bold;line-height:42px;margin-bottom:7px;}
.product_brief_box .synopsis_text{font-size:14px;color:#666666;line-height:26px;width:100%;}

/*涓€绾у垎绫�*/
.top_category{display:flex;flex-wrap:wrap;margin-top:36px;margin-bottom:60px;}
.top_category .product_item{margin-right:40px;width:calc((100% - 120px)/4);margin-bottom:20px;transition:all 0.2s linear 0s;}
.top_category .product_item:nth-child(4n){margin-right:0;}
.top_category .product_item .img_btn{width:100%;height:170px;display:flex;align-items:center;justify-content:center;}
.top_category .product_item .img_btn img{width:100%;height:170px;}
.top_category .product_item .info_box{height:90px;padding:12px 10px 0 10px;}
.top_category .product_item .name_btn{margin-bottom:5px;display:block;font-size:18px;color:#3eb135;font-weight:bold;width:100%;height:28px;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.top_category .product_item .name_btn:hover{text-decoration:underline;}
.top_category span{display:block;width:100%;font-size:14px;color:#333333;line-height:22px;height:22px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.top_category .product_item:hover{box-shadow:0 0 5px rgba(0,0,0,0.2);}
/*浜岀骇鍒嗙被*/
.product_list_container{margin-top:12px;display:flex;}
.product_list_container .product_left{width:235px;margin-right:35px;}
.product_list_container .product_left .left_title{line-height:60px;font-size:18px;color:#333333;font-weight:bold;border-bottom:1px solid #aab0b3;}
.product_list_container .product_left ul{width:100%;}
.product_list_container .product_left ul li{width:100%;display:block;}
.product_list_container .product_left ul li &gt;.fat_btn{border-left:5px solid transparent;background:#fafafa;width:100%;height:54px;align-items:center;border-bottom:1px solid #e5e5e5;display:flex;padding:0 8px 0 20px;justify-content:space-between;transition:all 0.2s linear 0s;}
.product_list_container .product_left ul li &gt;.fat_btn &gt;.xhBtn{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;font-size:14px;color:#333;width:90%;}
.product_list_container .product_left ul li .fat_btn button{border:0;background:none;padding:0;}
.product_list_container .product_left ul li .fat_btn button[aria-expanded="true"]{transform:rotate(90deg);}
.product_list_container .product_left ul li .fat_btn i{color:#999;font-weight:bold;transition:all 0.2s linear 0s;}
.product_list_container .product_left ul li &gt;.fat_btn:hover{border-left-color:var(--bgColor);}
.product_list_container .product_left ul li &gt;.fat_btn:hover &gt;i{color:var(--fontColor);}
.product_list_container .product_left ul li &gt;.fat_btn:hover &gt;.xhBtn{color:var(--fontColor);}
.product_list_container .product_left ul li &gt;.fat_btn.active{border-left-color:var(--bgColor);}
.product_list_container .product_left ul li &gt;.fat_btn.active &gt; i{color:var(--fontColor);}
.product_list_container .product_left ul li &gt;.fat_btn.active &gt;.xhBtn{color:var(--fontColor);}
.product_list_container .product_left ul li &gt;.fat_btn.hoveractive{border-left-color:var(--bgColor);}
.product_list_container .product_left ul li &gt;.fat_btn.hoveractive &gt; i{color:var(--fontColor);}
.product_list_container .product_left ul li &gt;.fat_btn.hoveractive &gt;.xhBtn{color:var(--fontColor);}
.product_list_container .product_left ul li .sub_btn a{display:block;width:100%;font-size:14px;color:#666666;line-height:42px;height:42px;overflow:hidden;border-bottom:1px solid #ddd;padding-left:30px;}
.product_list_container .product_left ul li .sub_btn a:hover{color:var(--fontColor);background:#fafafa;}
.product_list_container .product_left ul li .sub_btn a.active{color:var(--fontColor);font-weight:bold;}
.product_list_container .product_left ul li .sub_btn .fat_btn{display:flex;justify-content: space-between;padding:0 8px 0 30px;border-bottom:1px solid #ddd;}
.product_list_container .product_left ul li .sub_btn .fat_btn a{padding:0;border:0;}
.product_list_container .product_left ul li .sub_btn .sub_btn a{padding-left:50px;}
.product_list_container .product_left ul li .sub_btn .fat_btn:hover{background:#fafafa;}
.product_list_container .product_left ul li .sub_btn .fat_btn.hoveractive{background:#fafafa;}
.product_list_container .product_left ul li .sub_btn .fat_btn.hoveractive a{color:var(--fontColor);}
.product_list_container .product_left ul li .sub_btn .fat_btn.active{background:#fafafa;}
.product_list_container .product_left ul li .sub_btn .fat_btn.active a{color:var(--fontColor);}
.product_list_container .product_left .all_category{font-size:13px;color:var(--fontHoverColor);line-height:42px;display:block;font-weight:bold;}
.product_list_container .product_left .all_category:hover{color:var(--fontColor);}
.product_list_container .product_right{width:calc(100% - 270px);overflow:hidden;}
.product_list_container .product_right.product_yzj_right{width:100%;}
.product_list_container .product_right h1{line-height:60px;font-size:18px;color:#333333;font-weight:bold;}
.product_list_container .product_right .synopsis_text{font-size:14px;color:#666666;line-height:32px;width:100%;margin-bottom:25px;}
.product_list_container .product_right h6{font-size:18px;color:#333333;font-weight:bold;line-height:40px;margin-bottom:15px;}
.product_list_table{width:100%;}
.product_list_table .kj-table thead tr th{border-bottom:0;font-size:14px;color:#333333;padding:0 14px;background:#e1f0f6;height:42px;line-height:42px;}
.product_list_table .kj-table tbody tr td{font-size:12px;color:#333333;padding:10px 14px;line-height:20px;vertical-align:middle;border-bottom:1px solid #e5e5e5;border-top:0;transition:all 0.2s linear 0s;}
.product_list_table .kj-table tbody tr:nth-child(2n) td{background:#fafafa;}
.product_list_table .kj-table tbody tr td a{color:var(--fontColor);font-weight:bold;display:block;}
.product_list_table .kj-table tbody tr td a.title_btn{color:#333333;}
.product_list_table .kj-table tbody tr td a:hover{text-decoration:underline;color:var(--fontColor);}
.product_list_table .kj-table tbody tr td span{display:block;font-size:12px;color:#333333;line-height:20px;}
.product_list_table .kj-table tbody tr:hover td{background:#f1f1f1}
/*淇″彿閫氳矾*/
.signal_btn_list{display:flex;flex-wrap: wrap;}
.signal_btn_list a{margin-right:25px;margin-bottom:18px;width:calc((100% - 50px)/3);height:44px;background:#ecf5f9;line-height:44px;display:block;align-items:center;font-size:14px;color:#333333;overflow:hidden;padding:0 20px;font-weight:bold;}
.signal_btn_list a:nth-child(3n){margin-right:0;}
.signal_btn_list a i{font-size:12px;color:#a4a4b0;margin-right:5px;transition:all 0.2s linear 0s;}
.signal_btn_list a:hover{background:var(--bgColor);color:#fff;}
.signal_btn_list a:hover i{color:#fff;}
.signal_btn_list a:active{position:relative;top:2px;}

/*鍖栧悎鐗╃瓫閫夊簱*/
.hhw_list{width:100%;margin-top:15px;}
.hhw_list li{width:100%;margin-bottom:20px;display:inline-block;vertical-align:bottom;}
.hhw_list li .title_box{width:100%;height:42px;background:#e1f0f6;padding:0 10px;display:flex;justify-content: space-between;align-items:center;}
.hhw_list li .title_box .title_btn{font-size:14px;color:#333333;font-weight:bold;width:80%;}
.hhw_list li .title_box:hover .title_btn{color:var(--fontColor);}
.hhw_list li .title_box .title_btn.active{color:var(--fontColor);}
.hhw_list li .title_box button{background:none;border:0;font-size:14px;color:var(--fontColor);padding:0;}
.hhw_list li .title_box button i{font-size:14px;margin-left:5px;}

.hhw_lis_table table{margin:0;}
.hhw_lis_table table thead tr th{border-bottom:0;font-size:14px;color:#333;padding:0 12px;background:#e1f0f6;height:42px;line-height:42px;}
.hhw_lis_table table tbody tr td{border-top:1px solid #e5e5e5;padding:18px 12px;font-size:14px;color:#333333;line-height:24px;transition:all 0.2s linear 0s;}
.hhw_lis_table table tbody tr:first-child  td{border:0;}
.hhw_lis_table table tbody tr td:last-child{text-align:right}
.hhw_lis_table table tbody tr td a{display:block;}
.hhw_lis_table table tbody tr td .num_btn{color:var(--fontColor);font-size:14px;font-weight:bold;font-family: Arial}
.hhw_lis_table table tbody tr td .name_btn{color:#333333;font-size:14px;font-weight:bold;}
.hhw_lis_table table tbody tr td span{color:#666666;font-size:14px;display:block;}
.hhw_lis_table table tbody tr:hover td{background:#f1f1f1;}
.hhw_lis_table table tbody tr td a:hover{text-decoration:underline;}

/*鎼滅储*/
.search_result{font-size:14px;color:#333333;line-height:30px;margin-bottom:20px;}
.search_result b{color:#3eb135;}
.kj-search-table thead tr th{border-bottom:2px solid #b5dbfc;font-size:14px;color:#333333;padding-top:0;padding-bottom:0;line-height:40px;}
.kj-search-table tbody tr td{font-size:12px;color:#333333;padding-top:20px;padding-bottom:20px;line-height:20px;border-bottom:1px solid #e5e5e5;}
.kj-search-table tbody tr:nth-child(2n) td{background:#f1f1f1;}
.kj-search-table tbody tr td a{color:#3eb135;font-weight:bold;margin-bottom:4px;display:block;}
.kj-search-table tbody tr td .name_btn{display:block;margin-bottom:10px;}
.kj-search-table tbody tr td a:hover{text-decoration:underline;}
.kj-search-table tbody tr td.research_area a{display:inline-block;}
.kj-search-table tbody tr td.research_area a:after{content:";";}
.kj-search-table tbody tr td.research_area a:last-child:after{content:"";}

/*浜у搧璇︽儏*/
.pro_desc_container{display:flex;}
.pro_desc_container .desc_left{width:100%;}
.pro_desc_container .product_title{font-size:24px;color:#333333;font-weight:bold;line-height:32px;margin:14px 0 12px 0;}
.pro_desc_container .product_title em{font-size:16px;font-weight:normal;}
.pro_desc_container .product_brief{font-size:14px;color:#333;line-height:20px;margin-bottom:5px;}
.product_base_info{display:flex;justify-content:space-between;border-bottom:2px solid #99d6ec;line-height:30px;}
.product_base_info .info_box span{font-size:14px;color:#333333;margin-right:30px;}
.product_base_info .info_box span em{color:var(--fontColor);font-weight:bold;}
.pro_desc_box{font-size:14px;color:#333333;line-height:30px;padding-top:7px;}
.pro_desc_box .tips{font-size:13px;color:#e80a0a;margin-top:10px;}
.product_detail_base{display:flex;margin:15px 0 40px 0;}
.product_detail_base .detail_lft{flex:1;display:flex;}
.product_detail_base .detail_lft .image_box{width:270px;text-align:center;display:flex;flex-direction: column;align-items:center;}
.product_detail_base .detail_lft .image_box img{max-width:100%;}
.product_detail_base .detail_lft .image_box .name_box{font-size:14px;color:#333333;line-height:22px;margin-top:10px;}
.product_detail_base .detail_lft .detail_price{flex:1;margin:0 45px 0 70px;}
.product_detail_base .detail_lft .detail_price .kj-table table{margin-bottom:0;border-bottom:2px solid #e1f0f7;}
.product_detail_base .detail_lft .detail_price .kj-table tr th{padding-top:0;padding-bottom:0;text-align:center;border-bottom:0;height:44px;line-height:44px;font-size:14px;color:#333333;}
.product_detail_base .detail_lft .detail_price .kj-table tbody tr td{border-top:0;text-align:center;font-size:14px;color:#333333;padding-top:0;padding-bottom:0;line-height:38px;vertical-align:middle;}
.product_detail_base .detail_lft .detail_price .kj-table tbody tr:nth-child(odd) td{background:#e1f0f7;}
.product_detail_base .detail_lft .detail_price .kj-table tbody tr td a{color:#e90b0f;}
.product_detail_base .detail_lft .detail_price .kj-table tbody tr td em{color:#f20000;}
.product_detail_base .detail_lft .detail_price .kj-table tbody tr td .kj-pro-num-box{background:#fff;width:62px;height:24px;overflow:hidden;margin:0 auto;border:1px solid #c9c9c9;vertical-align:middle;display:inline-flex;align-items:center;border-radius:3px;}
.product_detail_base .detail_lft .detail_price .kj-table tbody tr td .kj-pro-num-box button{width:20px;border:0;padding:0;height:22px;transition:all 0.2s linear 0s;background:none;font-size:14px;color:#333;font-weight:bold;line-height:22px;}
.product_detail_base .detail_lft .detail_price .kj-table tbody tr td .kj-pro-num-box input{width:calc(100% - 40px);border:0;font-size:14px;color:#333;text-align:center;}
.product_detail_base .detail_lft .detail_price .kj-table tbody tr td .kj-pro-num-box button:hover{background:#f1f1f1;}
.product_detail_base .detail_lft .detail_price .btn_box{display:flex;}
.product_detail_base .detail_lft .detail_price .btn_box a{height:35px;border-radius:3px;font-size:14px;color:#fff;font-weight:bold;margin-right:10px;width:146px;display:flex;align-items:center;justify-content:center;}
.product_detail_base .detail_lft .detail_price .btn_box a i{font-size:15px;margin-right:5px;font-weight:normal;}
.product_detail_base .detail_lft .detail_price .btn_box a.car_btn{background:var(--bgHoverColor);}
.product_detail_base .detail_lft .detail_price .btn_box a.car_btn:hover{background:var(--bgColor);}
.product_detail_base .detail_lft .detail_price .btn_box a.qq_btn{background:var(--bgColor);}
.product_detail_base .detail_lft .detail_price .btn_box a.qq_btn:hover{background:var(--bgHoverColor);}
.product_detail_base .detail_lft .detail_price .btn_box a.collection_btn{background:var(--bgColor);}
.product_detail_base .detail_lft .detail_price .btn_box a.collection_btn:hover{background:var(--bgHoverColor);}
.product_detail_base .detail_lft .detail_price .btn_box a.enquiry_btn{background:var(--bgColor);}
.product_detail_base .detail_lft .detail_price .btn_box a.enquiry_btn:hover{background:var(--bgHoverColor);}
.product_detail_base .detail_lft .detail_price .btn_box a:active{position:relative;top:2px;}
.product_detail_base .detail_lft .detail_price .tips{font-size:13px;color:#e90b0f;line-height:20px;padding:15px 0;}
.product_detail_base .detail_rgt{width:270px;margin-top:10px;}
.product_detail_base .detail_rgt img{max-width:100%;}
.product_detail_banner{width:100%;margin-bottom:20px;}
.product_detail_banner img{width:100%;}
.product_literature_box{margin-top:25px;}
.product_literature_box .title_box{display:flex;justify-content:space-between;border-bottom:1px solid #e0f3f9;height:48px;align-items:center;margin-bottom:12px;}
.product_literature_box h1{font-size:18px;color:#333333;font-weight:bold;display:flex;align-items:center;}
.product_literature_box h1 i{color:var(--fontColor);font-size:14px;font-weight:normal;margin-right:8px;}
.product_literature_box .title_box a{display:flex;align-items:center;color:var(--fontColor);font-size:14px;}
.product_literature_box .title_box a i{margin-left:5px;font-size:14px;}
.product_literature_box .title_box a:hover{color:var(--fontHoverColor);}


.product_literature_box .title_box button{display:flex;align-items:center;color:var(--fontColor);font-size:14px;padding:0;background:none;border:0;transition:all 0.2s linear 0s;}
.product_literature_box .title_box button i{margin-left:5px;font-size:14px;}
.product_literature_box .title_box button:hover{color:var(--fontHoverColor);}

.product_literature_box .descList_1{display:flex;flex-wrap: wrap;}
.product_literature_box .descList_1 li{width:calc((100% - 100px)/3);line-height:34px;margin-right:50px;}
.product_literature_box .descList_1 li:nth-child(3n){margin-right:0;}
.product_literature_box .descList_1 li a{font-size:13px;color:#333;display:block;width:100%;height:34px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.product_literature_box .descList_1 li a:hover{color:var(--fontColor);}
.product_literature_box .descList_2{display:flex;flex-wrap: wrap;}
.product_literature_box .descList_2 li{width:calc((100% - 40px)/3);line-height:44px;margin-right:20px;margin-bottom:8px;}
.product_literature_box .descList_2 li:nth-child(3n){margin-right:0;}
.product_literature_box .descList_2 li a{padding:0 20px;background:#ecf5fa;font-size:14px;color:var(--fontColor);display:block;width:100%;height:44px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;border-radius:3px;font-weight:bold;text-align:center;}
.product_literature_box .descList_2 li a:hover{color:#fff;background:var(--bgColor);}
.product_literature_box .descList_2 li a:active{position:relative;top:2px;}
.product_literature_box .descList_3{display:flex;flex-wrap: wrap;margin-top:22px;margin-bottom:60px;height:20px;overflow:hidden;}
.product_literature_box .descList_3 li a{font-size:14px;color:#333333;padding-right:22px;margin-right:22px;position:relative;display:inline-flex;height:20px;align-items:center;}
.product_literature_box .descList_3 li a:before{content:"|";position:absolute;top:0;right:0;}
.product_literature_box .descList_3 li a:hover{color:var(--fontColor);}
.product_literature_box .descList_4{display:flex;flex-wrap: wrap;}
.product_literature_box .descList_4 li{width:calc((100% - 40px)/3);margin-right:20px;margin-bottom:12px;}
.product_literature_box .descList_4 li:nth-child(3n){margin-right:0;}
.product_literature_box .descList_4 li a{padding:15px;border:1px solid #eeeeee;background:#f9f9f9;font-size:13px;color:#333333;display:block;width:100%;line-height:24px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;border-radius:3px;}
.product_literature_box .descList_4 li a em{display:block;color:var(--fontColor);margin-top:5px;}
.product_literature_box .descList_4 li a:hover{color:#fff;background:var(--bgColor);border-color:var(--bgColor);}
.product_literature_box .descList_4 li a:hover em{color:#fff;}
.product_literature_box .descList_4 li a:active{position:relative;top:2px;}
.product_literature_box .descList_5{display:flex;flex-wrap: wrap;margin-top:18px;margin-bottom:25px;}
.product_literature_box .descList_5 li{width:calc((100% - 60px)/4);line-height:44px;margin-right:20px;margin-bottom:8px;}
.product_literature_box .descList_5 li:nth-child(4n){margin-right:0;}
.product_literature_box .descList_5 li a{padding:0 20px;border:1px solid #eeeeee;background:#f9f9f9;font-size:14px;color:#333333;display:block;width:100%;height:44px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;border-radius:3px;}
.product_literature_box .descList_5 li a:hover{color:#fff;background:var(--bgColor);border-color:var(--bgColor);}
.product_literature_box .descList_5 li a:active{position:relative;top:2px;}
.product_literature_box .descList_6{display:flex;flex-wrap: wrap;margin-top:18px;margin-bottom:25px;}
.product_literature_box .descList_6 li{width:calc((100% - 60px)/3);margin-right:30px;margin-bottom:8px;}
.product_literature_box .descList_6 li:nth-child(3n){margin-right:0;}
.product_literature_box .descList_6 li a{font-size:14px;color:#333333;display:inline-block;width:100%;height:30px;line-height:30px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.product_literature_box .descList_6 li a img{height:22px;margin-right:5px;display:inline-block;vertical-align:middle;}
.product_literature_box .descList_6 li a:hover{color:var(--fontColor);}
.pro_description_article{font-size:14px;color:#333;line-height:24px;}
.pro_slide_box{margin-top:25px;margin-bottom:25px;}
.pro_slide_box .nav-tabs{border-bottom:1px solid var(--bgColor);}
.pro_slide_box .nav-tabs &gt; li{margin-bottom:0;height:30px;margin-right:3px;}
.pro_slide_box .nav-tabs &gt; li a{padding:0 35px;height:30px;line-height:30px;border:0;border-radius:0;width:100%;text-align:center;color:#333333;font-size:14px;background:#eaeaea}
.pro_slide_box .nav-tabs &gt; li:hover a{background:var(--bgColor);color:#fff;}
.pro_slide_box .nav-tabs &gt; li.active &gt; a,.pro_slide_box .nav-tabs &gt; li.active &gt; a:focus,.pro_slide_box .nav-tabs &gt; li.active &gt; a:hover{
    color:#fff;height:30px;font-weight:bold;background:var(--bgColor);border:0;
}
.pro_slide_box .table-responsive{margin-top:18px;}
.pro_slide_box .table-responsive table{margin-bottom:0;border:1px solid #e5e5e5;}
.pro_slide_box .table-responsive table tr th{border-right:1px solid #e5e5e5;font-size:13px;color:var(--fontColor);vertical-align:middle;padding-left:13px;padding-right:13px;}
.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;}
.pro_slide_box .table-responsive table tr td .table_article{font-size:13px;color:#333;line-height:23px;padding:0 15px;}

.pro_slide_box .table-responsive table{margin-bottom:0;border:1px solid #e5e5e5;}
.pro_slide_box .table-responsive table tr th{border-right:1px solid #e5e5e5;font-size:13px;color:#333;vertical-align:middle;padding-left:40px;padding-right:13px;}
.pro_slide_box .table-responsive table tr:first-child th{border-top:0;}
.pro_slide_box .table-responsive table tr th{width:calc(100% / 7);padding-right:0;padding-left:0;text-align:center;color:var(--fontColor);text-align:left;padding-left:12px;}
.pro_slide_box .table-responsive table tr:first-child td{border-top:0;}
.pro_slide_box .table-responsive table tr td{color:#333333;}
.pro_slide_box .table-responsive table tr td .table_article{font-size:13px;color:#333;line-height:23px;padding:0 15px;word-break:break-all;}
.pro_slide_box .table-responsive table tr td .table_article table tr th , .pro_slide_box .table-responsive table tr td .table_article table tr td{padding:8px;}
.pro_slide_box .table-responsive table tr td .table_article a{color:#333 !important;}
.pro_slide_box .table-responsive table tr td .table_article a:hover{color:#3eb135 !important;}
.pro_slide_box .table-responsive table tr td .table_article em,.pro_slide_box .table-responsive table tr td .table_article i{font-style: italic;}

.pro_slide_box .article_list{display:inline-block;border:1px solid #e5e5e5;margin-top:18px;width:100%;}
.pro_slide_box .article_list li{border-top:1px solid #e5e5e5;padding:15px;transition:all 0.2s linear 0s;}
.pro_slide_box .article_list li a{font-size:13px;color:#333;line-height:24px;}
.pro_slide_box .article_list li:first-child{border-top:0;}
.pro_slide_box .article_list li:hover{background:#f9f9f9;}
.pro_slide_box .article_list li:hover a{color:#3eb135;}
.pro_slide_box .activeBox{padding:30px;font-size:13px;color:#333;line-height:23px;}
.pro_slide_box .activeBox img{max-width:100%;}
.pro_slide_box .article_box{padding:15px;font-size:13px;color:#333;line-height:23px;border:1px solid #e5e5e5;margin-top:18px;}
.pro_slide_box .purity_box{display:inline-block;border:1px solid #e5e5e5;margin-top:18px;width:100%;padding:35px 18px 18px 24px;}
.pro_slide_box .purity_box .batch_box{margin-bottom:35px;display:flex;}
.pro_slide_box .purity_box .batch_box p#productDetailBatch_pdf_batch{font-size:14px;color:#3eb135;width:238px;line-height:33px;font-weight:bold;}
.pro_slide_box .purity_box .batch_box p#productDetailBatch_pdf_batch span{color:#333;}
.pro_slide_box .purity_box .batch_box label{font-size:13px;color:#333;font-weight:normal;margin-right:60px;}
.pro_slide_box .purity_box .batch_box select{height:33px;border:1px solid #bdbdbd;padding:0 3px;width:290px;margin-left:10px;}
.pro_slide_box .purity_box .pdf_btn{display:flex;flex-wrap:wrap;}
.pro_slide_box .purity_box .pdf_btn a{flex:1;height:34px;line-height:34px;font-size:13px;color:#333;margin-bottom:12px;}
.pro_slide_box .purity_box .pdf_btn a img{height:34px;margin-right:10px;}
.pro_slide_box .purity_box .pdf_btn a:hover{color:var(--fontColor);}
.pro_slide_box .form_tubiao{display:inline-block;border:1px solid #e5e5e5;margin-top:18px;width:100%;padding:35px 18px 18px 24px;}
.cpd-cal-con{margin-top:15px;}
.cpd-cal-con h6{font-size:14px;color:var(--fontColor);font-weight:bold;line-height:38px;}
.cpd-cal-con .brief_text{width:880px;background:#fbfbfb;font-size:14px;color:#333;font-weight:bold;line-height:20px;padding:20px;margin-bottom:22px;}
.cpd-cal-con .calculator-form{display:flex;align-items:center;justify-content:space-between;}
.cpd-cal-con .calculator-form.calculator_box{width:100%;}
.cpd-cal-con .calculator-form.calculator_box::-webkit-scrollbar{height:0;}
.cpd-cal-con .calculator-form .calculator_input{width:880px;background:#fbfbfb;padding:15px;overflow-x: scroll;}
.cpd-cal-con .calculator-form .calculator_input{display:flex;}
.cpd-cal-con .calculator-form .calculator_input span{color:#666;font-size:16px;margin:30px 8px 0 8px;line-height:28px;}
.cpd-cal-con .calculator-form .input_item label{width:100%;font-size:14px;color:#1B0808;line-height:16px;}
.cpd-cal-con .calculator-form .input_item label em{color:red;}
.cpd-cal-con .calculator-form .input_item .input_box{display:flex;align-items:center;margin-top:10px;}
.cpd-cal-con .calculator-form .input_item .input_box input{padding:0 8px;border:1px solid #bdbdbd;border-radius:4px;width:100px;margin-right:8px;font-size:14px;color:#1B0808;height:28px;}
.cpd-cal-con .calculator-form .input_item .input_box select{border:1px solid #bdbdbd;border-radius:4px;width:60px;font-size:14px;color:#1B0808;height:28px;padding:0;}
.cpd-cal-con .calculator-form .opt_box a{display:block;background:#b3b3b3;width:156px;height:36px;border-radius:3px;font-size:14px;color:#fff;font-weight:bold;margin:8px 0;text-align:center;line-height:36px;}
.cpd-cal-con .calculator-form .opt_box a:first-child{background:var(--bgColor);}
.cpd-cal-con .calculator-form .opt_box a:hover{background:#999;}
.cpd-cal-con .calculator-form .opt_box a:first-child:hover{background:var(--bgHoverColor);}
.cpd-cal-con .calculator-form .opt_box a:active{position:relative;top:2px;}

/*鍏充簬鎴戜滑*/
.aboutUs_content h1{font-size:26px;color:#333333;position:relative;line-height:54px;margin-bottom:30px;}
.aboutUs_content h1:after{
    content:"";width:44px;height:3px;background:var(--bgColor);position:absolute;left:0;bottom:-10px;
}
.aboutUs_content .about_article{display:flex;align-items: flex-start;flex-wrap: wrap;}
.aboutUs_content .about_article .about_left{flex:1;padding-right:50px;font-size:15px;color:#666666;line-height:32px;}
.aboutUs_content .about_article .about_right{width:475px;}
.aboutUs_content .about_article .about_right img{max-width:100%;}
.aboutUs_content .about_item{margin-top:60px;display:flex;flex-wrap: wrap;}
.aboutUs_content .about_item li{display:flex;align-items:center;margin-right:30px;margin-bottom:30px;width:calc((100% - 30px)/2);background:#ecf5fa;transition:all 0.2s linear 0s;height:154px;padding:0 60px;}
.aboutUs_content .about_item li:nth-child(2n){margin-right:0;}
.aboutUs_content .about_item li .icon{width:62px;height:80px;background-position:0 0;margin-right:50px;}
.aboutUs_content .about_item li .right{flex:1;}
.aboutUs_content .about_item li .right .name{font-size:24px;color:#333333;line-height:44px;}
.aboutUs_content .about_item li .right span{font-size:16px;color:#333333;display:block;line-height:36px;}
.aboutUs_content .about_item li:hover{background:var(--bgColor);}
.aboutUs_content .about_item li:hover .icon{background-position:-62px 0;}
.aboutUs_content .about_item li:hover .right .name{color:#fff;}
.aboutUs_content .about_item li:hover .right span{color:#fff;}

/*鏂囩珷*/
.customer_container{display:flex;}
.article_right{flex:1;}
.article_right h1{font-size:26px;color:#333333;line-height:26px;border-left:4px solid var(--bgColor);padding-left:20px;}
.article_content{font-size:15px;color:#666666;line-height:32px;}
.article_content img{max-width:100%;}

.contact_countries_list ul{display:flex;flex-wrap:wrap;margin-top:30px;}
.contact_countries_list ul li{margin-right:20px;margin-bottom:20px;width:calc((100% - 80px)/5);border:1px solid #d0d0d0;padding:15px;background:#fcfcfc;}
.contact_countries_list ul li:nth-child(5n){margin-right:0;}
.contact_countries_list ul li .title{display:flex;align-items:center;height:32px;}
.contact_countries_list ul li .title img{max-height:32px;}
.contact_countries_list ul li .title b{color:#333;margin-left:15px;font-size:15px;}
.contact_countries_list ul li .unit_name{font-size:12px;color:#333;font-weight:bold;line-height:15px;margin:12px 0;}
.contact_countries_list ul li .base_info{font-size:12px;color:#666;line-height:20px;}
.contact_countries_list ul li .base_info a{color:#666;}
.contact_countries_list ul li .base_info a:hover{text-decoration:underline;color:var(--fontColor);}


/*璁＄畻鍣�*/
.calculator_container{padding:20px 15px 25px 15px;background:#fafafa;width:100%;overflow:hidden;border:1px solid #e5e5e5;margin-top:15px;margin-bottom:60px;}
.calculator_container .formula_text{font-size:12px;color:#333;line-height:24px;margin-bottom:10px;}
.calculator_container .formula_text em{color:red;}
.calculator_container h2{font-size:15px;font-weight:bold;margin:18px 0 12px 0;}
.calculator_container h3{font-size:15px;font-weight:bold;margin:12px 0;}
.calculator_container .calculator-form.calculator_box{width:100%;margin-top:12px;}
.calculator_container .calculator-form.calculator_box::-webkit-scrollbar{height:0;}
.calculator_container .calculator-form .calculator_input{width:100%;overflow:hidden;overflow-x:auto;}
.calculator_container .calculator-form .calculator_input{display:flex;}
.calculator_container .calculator-form .calculator_input span{color:#ba0000;font-size:14px;margin:16px 5px 0 5px;line-height:32px;font-weight:bold;}
.calculator_container .calculator-form .input_item label{width:100%;font-size:12px;line-height:16px;display:inline-block;vertical-align:bottom;}
.calculator_container .calculator-form .input_item label em{color:red;}
.calculator_container .calculator-form .input_item .input_box{display:flex;align-items:center;}
.calculator_container .calculator-form .input_item .input_box input{padding:0 8px;border:1px solid #767676;width:180px;font-size:14px;color:#1B0808;height:28px;margin-right:2px;}
.calculator_container .calculator-form .input_item .input_box select{border:1px solid #767676;font-size:14px;color:#1B0808;height:28px;padding:0;border-radius:0;}
.calculator_container .calculator-form .opt_box{margin:12px 0;}
.calculator_container .calculator-form .opt_box a{
    display:inline-block;height:30px;border-radius:3px;font-size:13px;color:#fff;padding:0 25px;text-align:center;line-height:30px;
    background:var(--bgColor);
}
.calculator_container .calculator-form .opt_box a:hover{background:var(--bgHoverColor);}
.calculator_container .calculator-form .opt_box a:first-child{margin-right:10px;}
.calculator_container .calculator-form .opt_box a:active{position:relative;top:2px;}
.calculator_container .calculator_equation{display:flex;justify-content:space-between;}
.calculator_container .calculator_equation b{font-size:12px;margin-bottom:10px;display:block;}
.calculator_container .calculator_equation .input_box .form-group{margin-bottom:10px;display:flex;}
.calculator_container .calculator_equation .input_box .form-group label{width:65px;line-height:30px;font-size:12px;font-weight:normal;}
.calculator_container .calculator_equation .input_box .form-group input{border:1px solid #767676;padding:0 10px;font-size:12px;color:#333;}
.calculator_container .calculator_equation .input_box .form-group input[type=button] {border: 0; display: inline-block;height: 30px;border-radius: 3px; font-size: 13px;color: #fff;padding: 0 25px;text-align: center;line-height: 30px;margin-left: 65px;background: var(--bgColor);transition: all 0.2s linear 0s;}
.calculator_container .calculator_equation .input_box .form-group input[type=button]:hover {background: var(--bgHoverColor);}
.calculator_container .calculator_equation .input_box .form-group a{
    display:inline-block;height:30px;border-radius:3px;font-size:13px;color:#fff;padding:0 25px;text-align:center;line-height:30px;margin-left:65px;
    background:var(--bgColor);
}
.calculator_container .calculator_equation .input_box .form-group a:hover{background:var(--bgHoverColor);}
.calculator_container .calculator_equation .result_box{margin-left:50px;flex:1;}
.calculator_container .calculator_equation .result_box table{border:1px solid #e5e5e5}
.calculator_container .calculator_equation .result_box table tr th{padding:5px ;border:1px solid #e5e5e5;font-size:12px;}
.calculator_container .calculator_equation .result_box table tr td{padding:5px ;border:1px solid #e5e5e5;font-size:12px;}

/*鑱旂郴鎴戜滑*/
.contact_us_box .contact_info{display:flex;}
.contact_us_box .contact_info .item{margin-right:60px;padding:55px 0 65px 0;display:flex;flex-direction:column;align-items:center;flex:1;}
.contact_us_box .contact_info .item:nth-child(3){margin-right:0;}
.contact_us_box .contact_info .item i{width:90px;height:90px;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,0.3);text-align:center;line-height:90px;font-size:40px;color:var(--fontColor);margin-bottom:22px;transition:all 0.2s linear 0s;}
.contact_us_box .contact_info .item b{font-size:18px;color:#333333;line-height:30px;}
.contact_us_box .contact_info .item span{font-size:18px;color:#333333;line-height:32px;}
.contact_us_box .contact_info .item a{font-size:18px;color:#333333;line-height:32px;}
.contact_us_box .contact_info .item a:hover{color:var(--fontColor);}
.contact_us_box .contact_info .item:hover i{background:var(--bgColor);color:#fff;}
.contact_us_box .map_box{background:#f7f7fa;width:100%;height:375px;}

.kj-noproduct-search p {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.pro2 {
  background-color: #fff;
  padding: 10px 10px 20px;
  border:1px solid #ddd;
}
.pro2 .img {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 195px;
}
.pro2 .img img {
  max-width: 90%;
  transition-duration: 0.3s;
}
.pro2 .title {
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 20px;

}
.pro2 .info {
  line-height: 20px;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.pro2 .info i {
  font-style: normal;
  margin: 0 5px;
}
.pro2 .kj-pre-price {
  text-align: center;
  font-weight: bold;
  color: #eb3636;
}
.pro2:hover {
    border:1px solid #23A4D2;
}
.pro2:hover .img img {
  transform: scale(1.1);
}
.pro2:hover .title,
.pro2:hover a {
  color: var(--fontColor);
}
.kj-cheaper {
  margin-top: 25px;
  padding-top: 15px;
}
.kj-cheaper .kj-header {
  margin-bottom: 12px;
  font-size:24px;
}

.kj-cheaper .mySwiper .swiper-button-next {
  right: 0;
}
.kj-cheaper .mySwiper .swiper-button-prev {
  left: 0;
}
.kj-cheaper .mySwiper .swiper-button-next,
.kj-cheaper .mySwiper .swiper-button-prev {
  background-image: none;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #E3E3E3;
  color: #fff;
  transition-duration: 0.39s;
}
.kj-cheaper .mySwiper .swiper-button-next:hover,
.kj-cheaper .mySwiper .swiper-button-prev:hover {
  background-color: var(--bgColor);
  color: #fff;
}
.kj-cheaper .swiper-slide-active .pro {
  border-left: 0;
}
.kj-cheaper{
    margin-bottom:20px;
}
    .kj-cheaper .swiper-button-prev::after, .kj-cheaper .swiper-button-next::after{
        display:none;
    }






</pre></body></html>