@charset "utf-8";:root{--zt-ys:#1e9fff;--djxg:#0974c3;--primary-color: #1e9fff;
    --primary-dark: #0e7cd3;
    --primary-light: #4db8ff;
    --primary-hover: #0d6db3;
    --bg-primary: #1e9fff;
    --bg-gray: #f7f7f7;
    --bg-white: #ffffff;
    --text-primary: #333333;
    --text-secondary: #666666;
    --text-light: #999999;
    --border-color: #e5e8eb;
    --border-light: #f0f2f5;
    --shadow-sm: 0 2px 8px rgba(30, 159, 255, 0.06);
    --shadow-md: 0 4px 16px rgba(30, 159, 255, 0.1);
    --shadow-lg: 0 8px 24px rgba(30, 159, 255, 0.14);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-full: 20px;}
*{padding:0px;margin:0px}
*,*::before,*::after{box-sizing:border-box}
body{font-size:16px;color:#333;font-family:"PingFang SC","Source Han Sans CN","Microsoft YaHei",Arial,sans-serif}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0;padding:0;font-style:normal}
h1,h2,h3,h4,h5,h6{list-style:none}
input,select,button,textarea{font-size:16px;border:0;background:none;outline:none;vertical-align:middle;font-family:"PingFang SC","Source Han Sans CN","Microsoft YaHei",Arial,sans-serif}
button{overflow:visible}
img{border:none}
li{list-style:none}
a{color:#222;text-decoration:none;transition:all .5s;-webkit-transition:all .5s}
a:hover{color:var(--zt-ys);text-decoration:none !important}
.clear{overflow:hidden;clear:both;height:0px}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container,.container-sm{max-width:540px}
}@media (min-width:768px){.container,.container-sm,.container-md{max-width:720px}
}@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}
}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}
}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1320px}
}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
@media only screen and (max-width:1400px){body{font-size:15px}
input,select,button,textarea{font-size:15px}
}@media only screen and (max-width:1100px){body{font-size:14px}
input,select,button,textarea{font-size:14px}
.container{padding:0 25px}
}@media only screen and (max-width:768px){.container{padding:0 20px}
}@media only screen and (max-width:375px){.container{padding:0 15px}
}@media only screen and (max-width:1100px){html.on{width:100%;height:100vh;overflow:hidden}
}.header{width:100%;background-color: rgba(255,255,255,.95);position:fixed;top:0;left:0;z-index:999;transition:all .5s;-webkit-transition:all .5s}
.header.on{background-color: rgba(255,255,255,.95);box-shadow:0 0 15px rgba(0,0,0,.1)}
.header .row{margin:0;align-items:center;justify-content:space-between;position:relative}
.header .logo{display:flex;align-items:center}
.header .logo span{font-size:18px;color:#444;font-weight:lighter;line-height:26px;margin-left:15px;display:none}
.header .logo img{width:180px;height:auto}
.header .logo_text{
    font-size: 19px;
    font-weight: bold;
    color: rgb(85, 85, 85);
    padding-left: 15px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
.header .tel{display: none;}
.header .tel_mfth{display:flex;align-items:center}
.header .tel_mfth img{display: block;width: 40px;height: 40px;box-sizing: border-box; margin-right: 7px;
}
.header .tel_mfth strong{
   color: var(--zt-ys);
}
.header .logo_text{
    display: none;;
}
.header .tel_mfth{
    display: none;
}
@media (min-width:1200px){
    .header .logo_text{
    display: block;
    }
}
@media (min-width:1400px){
    .header .tel_mfth{
     display: flex;
     margin-left: 17px;
    }
}
.header .an{height:17px;width:32px;display:none;position:relative}
.header .an span{width:32px;height:2px;background-color:#333;display:block;position:absolute;transition:all .5s;-webkit-transition:all .5s}
.header .an span.a1{top:0;left:0}
.header .an span.a2{top:8px;left:0}
.header .an span.a3{top:16px;left:0}
.header .an.n span.a2{display:none}
.header .an.n span.a1{top:10px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}
.header .an.n span.a3{top:10px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}
.header .nav{display:flex;align-items:center;justify-content:space-between}
.header .nav ul{display:flex}
.header .nav ul li{position:relative;margin-left:5px}
.header .nav .y_j{min-width:100px;text-align:center;position:relative}
.header .nav .y_j i{display:none}
.header .nav .y_j a{display:block;font-size:18px;color:#000;line-height:100px;position:relative;z-index:99}
.header .nav ul li:hover .y_j a{color:#fff}
.header .nav ul li.on .y_j a{color:#fff}
.header .nav .y_j:after{width:100%;height:0;border-radius:5px;background-color:var(--zt-ys);position:absolute;top:50%;left:0;margin-top:-25px;content:"";transition:all .5s;-webkit-transition:all .5s}
.header .nav ul li:hover .y_j:after{height:50px}
.header .nav ul li.on .y_j:after{height:50px}
.header .nav .e_j{width:200px;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.1);position:absolute;top:100px;left:0;opacity:0;visibility:hidden;transform:translateY(10px);-webkit-transform:translateY(10px);pointer-events: none;}
.header .nav ul li:hover .e_j{opacity:1;visibility:inherit;transition:all .2s;-webkit-transition:all .2s;transform:translateY(0);-webkit-transform:translateY(0);pointer-events: auto;}
.header .nav .tel{font-size:18px;color:var(--zt-ys);margin-left:11px}
@media only screen and (max-width:1200px){.header .nav .tel{display:none}
}@media only screen and (max-width:768px){.header .nav .tel{display:none}
}.header .nav .f_l{width:100%;position:relative}
.header .nav .f_l i{position:absolute;top:50%;right:10px;line-height:26px;margin-top:-13px}
.header .nav .f_l a{padding:15px 18px;border-bottom:1px solid #eee;color:#000;line-height:22px;display:block}
.header .nav .f_l:last-child a{border-bottom:0}
.header .nav .f_l a:hover{color:#fff;background-color:var(--zt-ys)}
.header .nav .s_b{display:none}
.header .s_ch{line-height:36px;color:#555;margin-left:25px;cursor:pointer;display:none;transition:all .5s;-webkit-transition:all .5s}
.header .s_ch:hover{color:var(--zt-ys)}
.header .s_ch i{font-weight:bold}
@media only screen and (max-width:1400px){.header .logo span{font-size:17px;margin-left:10px}
.header .logo img{width:140px}
.header .nav .y_j{min-width:100px}
.header .nav .y_j a{font-size:17px;line-height:90px}
.header .nav .e_j{top:90px}
.header .nav .f_l a{padding:12px 20px}
}@media only screen and (max-width:1100px){.header{width:100%;left:0;top:0;border-radius:0}
.header .logo{margin:15px 0}
.header .logo img{width:120px}
.header .an{display:block}
.header .nav{width:100%;display:block;height:calc(100% - 77px);padding:10px 5% 20px;margin:0;background-color:#fafafa;position:fixed;top:77px;right:-100%;z-index:9999;overflow:auto;transition:all .5s;-webkit-transition:all .5s}
.header .nav.on{right:0}
.header .nav ul{width:100%;float:none;display:block;margin-bottom:20px}
.header .nav ul li{width:100%;height:auto;text-align:left;border-bottom:1px solid #ddd;float:none;padding:0;margin:0}
.header .nav .y_j{min-width:100%;text-align:left}
.header .nav .y_j:after{display:none}
.header .nav .y_j i{display:block;width:60%;position:absolute;top:0;right:0;font-size:16px;font-weight:bold;text-align:right;line-height:60px;z-index:999}
.header .nav .y_j a{color:#333;font-size:16px;line-height:60px;display:block}
.header .nav .y_j a:hover{color:#333}
.header .nav ul li:hover .y_j a{color:#333;background:none}
.header .nav ul li.on .y_j a{color:#333;background:none}
.header .nav .e_j{width:100%;height:calc(100% - 88px);padding:20px 5%;box-shadow:none;background-color:#fafafa;opacity:1;position:fixed;top:88px;left:auto;right:-100%;z-index:9999;overflow:auto;display:block;visibility:inherit;transition:all .5s;-webkit-transition:all .5s;transform:none;-webkit-transform:none}
.header .nav .e_j.on{right:0}
.header .nav .e_j:after{display:none}
.header .nav .f_l{margin:0;border-bottom:1px solid #ddd}
.header .nav .f_l i{display:none}
.header .nav .f_l a{padding:18px 0;background:none;font-size:15px;text-align:left;border-bottom:0;color:#555}
.header .nav .f_l a:hover{background:none;color:#555;}
.header .nav .s_j{width:100%;position:relative;left:auto;top:auto;border-left:0;opacity:1;visibility:inherit;transform:translateY(0);-webkit-transform:translateY(0)}
.header .nav .s_j a{padding:0 0 20px 20px;border-bottom:0;position:relative}
.header .nav .s_j a:after{width:6px;height:6px;border-radius:50%;background-color:#aaa;position:absolute;top:8px;left:6px;content:""}
.header .nav .s_b{display:block;line-height:44px}
.header .nav .s_b i{font-size:16px;font-weight:bold}
}@media only screen and (max-width:640px){.header .logo img{width:110px}
.header .logo span{display:none}
.header a.tel{font-size:22px;color:var(--zt-ys);font-family:"dinpro";display:block}
.header .nav{height:calc(100% - 60px);top:63px}
.header .nav .e_j{height:calc(100% - 60px);top:63px}
}.head_h{width:100%;height:100px;background-color:#fff;overflow:hidden}
@media only screen and (max-width:1400px){.head_h{height:90px}
}@media only screen and (max-width:1100px){.head_h{height:77px;display:block}
}@media only screen and (max-width:640px){.head_h{height:68px}
}.search{width:100%;height:calc(100vh - 100px);background-color:rgba(0,0,0,.5);position:fixed;top:100px;left:0;z-index:9999999999;display:none}
.search .sc_bj{width:100%;padding:150px 0;border-top:1px solid #eee;background-color:#fff;position:relative}
.search .sc_gb{position:absolute;top:35px;right:55px;cursor:pointer;color:#999;transition:all .5s;-webkit-transition:all .5s}
.search .sc_gb:hover{color:var(--zt-ys);transform:rotate(360deg);-webkit-transform:rotate(360deg)}
.search .sc_gb i{font-size:28px}
.search .sc_nr{width:500px;border-bottom:1px solid #ddd;margin:0 auto}
.search input{width:430px;height:60px;line-height:60px;color:#555;float:left}
.search input::placeholder{color:#aaa}
.search button{height:60px;line-height:60px;text-align:center;color:#000;float:right;outline:none;transition:all .5s;-webkit-transition:all .5s}
.search button:hover{color:var(--zt-ys)}
.search button i{font-weight:bold}
@media only screen and (max-width:1400px){.search{height:calc(100vh - 90px);top:90px}
}@media only screen and (max-width:1100px){.search{height:calc(100vh - 88px);top:88px}
}@media only screen and (max-width:768px){.search .sc_bj{padding:100px 0}
.search .sc_gb{top:20px;right:20px}
.search .sc_gb i{font-size:26px;font-weight:lighter}
.search .sc_nr{width:90%}
.search input{width:85%;font-size:15px}
.search button{width:15%}
.search button i{font-size:24px;font-weight:lighter}
}.pc_banner{width:100%;height:calc(77vh - 100px);min-height:456px;position:relative;overflow:hidden;position: relative;}
.pc_banner .glide__track{width:100%;height:100%}
.pc_banner .glide__slides{position:relative;width:100%;height:100%;flex-shrink:0;box-sizing:border-box}
.pc_banner .glide__slide{position:relative;width:100%;height:100%;flex-shrink:0;box-sizing:border-box}
.pc_banner .tp_bj{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;z-index:1}
.pc_banner .glide__bullets .glide__bullet--active{background-color:var(--zt-ys)}
.pc_banner .glide__arrow--left,.pc_banner .glide__arrow--right{width:46px;height:46px;line-height:46px;text-align:center;border-radius:50%;background-color:rgba(0,0,0,.3);top:50%;right:3%;margin-top:-23px;transition:all .5s;-webkit-transition:all .5s;border:0}
.glide__slide .video video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pc_banner .mobile-img{display:none}
.pc_banner .glide__slide:first-child .pc-only{display:block}
.pc_banner .container{position:absolute;z-index:1;color:#fff;text-align:center;text-shadow:0 0 10px rgba(0,0,0,0.3);top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%;padding:0 15px;box-sizing:border-box}
.pc_banner .z_s{text-align:left}
.pc_banner .w_z h4{font-size:26px;line-height:36px;text-transform:uppercase;margin:0}
.pc_banner .w_z h2{font-size:78px;font-weight:bold;line-height:78px;margin:27px 0}
.pc_banner .w_z h6{font-size:38px;font-weight:bold;line-height:38px;text-transform:uppercase;margin: 20px 0;}
.pc_banner .b_q{margin:25px 0 20px}
.pc_banner .b_q span{
    display: inline-block;
    border-radius: 3px;
    background-color: #ffffff;
    color: #1e9fff;
    font-size: 20px;
    font-weight: bold;
    padding: 11px 20px;
    margin: 7px 0;
    margin-right: 44px;
    text-shadow: 0 0 10px rgb(231 226 226 / 30%);}
.pc_banner .w_z h5{font-size:33px;line-height:33px;margin:0}
.pc_banner .glide__bullets{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);text-align:center;z-index:2}
.pc_banner .glide__bullet{display:inline-block;width:10px;height:10px;border-radius:10px;background-color:#ccc;margin:0 5px;border:none;opacity:0.6;cursor:pointer}
.pc_banner .glide__bullet--active{width:30px;opacity:1;}
@media only screen and (max-width:1400px){
.pc_ban{height:calc(77vh - 90px)}
.pc_banner .glide__arrow--left{width:40px;height:40px;line-height:38px;margin-top:-20px}
.pc_banner .glide__arrow--right{width:40px;height:40px;line-height:38px;margin-top:-20px;text-align:center}
.pc_banner .glide__arrow--left:hover,.pc_banner .glide__arrow--right:hover{background-color:var(--zt-ys)}
.pc_banner .w_z h1{font-size:40px;line-height:52px}
.pc_banner .w_z h2{font-size:70px;line-height:70px;margin:27px 0}
.pc_banner .w_z h4{font-size:22px;line-height:32px}
.pc_banner .w_z h5{font-size:18px;line-height:26px}
.pc_banner .b_q{margin:8px 0 20px}
.pc_banner i{font-size:22px}
}
@media only screen and (max-width:1100px){
.pc_ban{height:450px;min-height:inherit}
.pc_banner .glide__arrow--left{display:none}
.pc_banner .glide__arrow--right{display:none}
.pc_banner .swiper-pagination{bottom:10px}
.pc_banner .w_z h1{font-size:34px;line-height:40px}
.pc_banner .w_z h2{font-size:57px;line-height:57px;margin:15px 0}
.pc_banner .w_z h4{font-size:30px;line-height:30px}
.pc_banner .w_z h5{font-size:24px;line-height:24px}
.pc_banner .w_z h6{font-size:24px;line-height:24px}
.pc_banner .b_q{margin:5px 0 15px}
}
@media only screen and (max-width:768px){
.pc_ban{height:430px}
.pc_banner{height:430px!important;min-height:inherit}
.pc_banner .pc-img{display:none}
.pc_banner .mobile-img{display:block}
.pc_banner .swiper-pagination{bottom:10px}
.pc_banner .swiper-pagination-bullet{width:8px;height:8px;border-radius:8px}
.pc_banner .swiper-pagination-bullet-active{width:20px}
.pc_banner .w_z h1{font-size:30px;line-height:38px;margin-bottom:5px}
.pc_banner .w_z h2{font-size:48px;line-height:48px;margin:26px 0}
.pc_banner .w_z h4{font-size:18px;line-height:26px}
}

@media only screen and (max-width:640px){
.pc_banner{height:290px !important;min-height:inherit}
.pc_banner .z_s{padding-bottom:50px}
.pc_banner .w_z h1{font-size:26px;line-height:34px}
.pc_banner .w_z h2{font-size:22px;line-height:30px;margin:0}
.pc_banner .w_z h4{font-size:16px;line-height:22px}
.pc_banner .w_z h5{font-size:14px;line-height:20px}
.pc_banner .w_z h6{font-size:13px;line-height:20px;margin:10px 0;}
.pc_banner .b_q{margin:5px 0 10px}
.pc_banner .b_q span{font-size:14px;line-height:26px;padding:0 15px;margin-right:5px}}
@media only screen and (max-width:768px){
.pc_ban{height:430px}
.pc_banner .w_z h4{font-size:18px;line-height:26px}
}
.sy_bt{text-align:center;margin-bottom:50px;position:relative}
.sy_bt h3{font-size:40px;font-weight:bold;color:#000;line-height:50px}
.sy_bt h4{font-size:32px;font-weight:bold;color:#aba6a6;font-family:"dinpro";text-transform:uppercase;line-height:40px}
.sy_bt span{color:var(--zt-ys)}
.sy_bt a.m_r{width:123px;height:38px;display:block;border:1px solid #ddd;border-radius:50px;color:#555;line-height:38px;text-align:center;position:absolute;right:0;top:50%;margin-top:-23px}
.sy_bt a.m_r:hover{background-color:var(--zt-ys);border:1px solid var(--zt-ys);color:#fff}
.sy_bt i{display:inline-block;vertical-align:middle;margin-left:5px;margin-top:-2px;color:#555;transition:all .5s;-webkit-transition:all .5s}
.sy_bt a.m_r:hover i{margin-left:15px;color:#fff}
@media only screen and (max-width:1400px){.sy_bt{margin-bottom:40px}
.sy_bt h3{font-size:34px;line-height:44px}
.sy_bt h4{font-size:28px;line-height:36px}
.sy_bt a.m_r{width:126px;height:40px;border-radius:40px;line-height:38px;margin-top:-20px}
.sy_bt i{font-size:20px}
.sy_bt a.m_r:hover i{margin-left:10px}
}@media only screen and (max-width:1100px){.sy_bt{margin-bottom:40px}
.sy_bt h3{font-size:30px;line-height:40px}
.sy_bt h4{font-size:22px;line-height:30px}
.sy_bt a.m_r{width:116px}
}@media only screen and (max-width:768px){.sy_bt{margin-bottom:35px}
.sy_bt h3{font-size:26px;line-height:36px}
.sy_bt h4{font-size:18px;line-height:26px}
}@media only screen and (max-width:640px){.sy_bt{margin-bottom:30px}
}.sy_cp{width:100%;padding:90px 0;overflow:hidden}
.sy_cp .cp_tj{position:relative}
.sy_cp .swiper-cp{padding-bottom:30px}
.sy_cp .glide__slide{background-color:#f7f7f7;padding:20px;position:relative}
.sy_cp .swiper-pagination-progressbar-fill{background-color:var(--zt-ys)}
.sy_cp .glide__arrow--left{width:46px;height:46px;border-radius:5px;border:1px solid #ddd;left:-66px;transition:all .5s;-webkit-transition:all .5s}
.sy_cp .glide__arrow--left:hover{background-color:var(--zt-ys);border:1px solid var(--zt-ys)}
.sy_cp .glide__arrow--right{width:46px;height:46px;border-radius:5px;border:1px solid #ddd;right:-66px;transition:all .5s;-webkit-transition:all .5s}
.sy_cp .glide__arrow--right:hover{background-color:var(--zt-ys);border:1px solid var(--zt-ys)}
.sy_cp i{font-size:26px;color:#777;display:block;transition:all .5s;-webkit-transition:all .5s}
.sy_cp .glide__arrow--left:hover i{color:#fff}
.sy_cp .glide__arrow--right:hover i{color:#fff}
.sy_cp .t_p{overflow:hidden}
.sy_cp .t_p img{width:100%;height:auto;display:block;transition:all 1s;-webkit-transition:all 1s}
.sy_cp .glide__slide:hover .t_p img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.sy_cp .w_z{margin-top:15px;text-align:center}
.sy_cp .w_z h3{font-size:20px;font-weight:bold;line-height:30px;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.sy_cp .w_z h4{font-size:15px;line-height:22px;color:#777;font-family:"dinpro-Regular";text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.sy_cp .c_k{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgb(30 159 255 / 40%);opacity:0;transition:all .5s;-webkit-transition:all .5s}
.sy_cp .glide__slide:hover .c_k{opacity:1}
.sy_cp .c_k span{display:inline-block;width:60px;height:60px;border-radius:50%;border:2px solid #fff;line-height:56px;text-align:center;position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px}
.sy_cp .c_k i{color:#fff;font-size:30px}
.sy_cp .progress-bar-container{width:100%;height:10px;background-color:#e0e0e0;border-radius:36px;overflow:hidden;margin-top:20px}
.sy_cp .progress-bar{height:100%;background-color:var(--zt-ys);width:0%;transition:width 0.3s ease;border-radius:2px}
@media only screen and (max-width:1400px){.sy_cp{padding:70px 0}
.sy_cp .swiper-cp{padding-bottom:30px}
.sy_cp .glide__slide{padding:15px}
.sy_cp .glide__arrow--left{width:40px;height:40px;left:-55px}
.sy_cp .glide__arrow--right{width:40px;height:40px;right:-55px}
.sy_cp i{font-size:22px}
.sy_cp .w_z h3{font-size:18px;line-height:28px}
.sy_cp .w_z h4{font-size:14px}
.sy_cp .c_k span{width:54px;height:54px;line-height:50px;margin:-27px 0 0 -27px}
.sy_cp .c_k i{font-size:26px}
}@media only screen and (max-width:1100px){.sy_cp{padding:60px 0}
.sy_cp .glide__slide{padding:10px}
.sy_cp .glide__arrow--left{display:none}
.sy_cp .glide__arrow--right{display:none}
}@media only screen and (max-width:768px){.sy_cp{padding:50px 0}
.sy_cp .glide__slide:hover .c_k{opacity:0}
}.sy_hy{width:100%;overflow:hidden;position:relative}
.sy_hy .sy_bt{position:absolute;top:90px;left:50%;z-index:99;transform:translateX(-50%);-webkit-transform:translateX(-50%)}
.sy_hy .sy_bt h3{color:#fff}
.sy_hy .hy_zs ul{display:flex}
.sy_hy .hy_zs ul li{flex:1;height:82vh;overflow:hidden;transition:all .5s;-webkit-transition:all .5s}
.sy_hy .hy_zs ul li:hover{flex:1 1 23%}
.hy_zs_nr{display:block;position:relative}
.hy_zs_nr:after{width:100%;height:100%;position:absolute;top:0;left:0;content:"";background-color:rgba(0,0,0,.3);transition:all .5s;-webkit-transition:all .5s}
.hy_zs_nr:hover:after{opacity:0}
.hy_zs_nr:before{width:100%;height:50%;position:absolute;bottom:0;left:0;content:"";background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.8));background-image:linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.8))}
.sy_hy .hy_zs ul li img{width:auto;height:82vh;display:block}
.sy_hy .hy_zs .w_z{width:80%;position:absolute;bottom:10%;left:10%;color:#fff;z-index:99}
.sy_hy .hy_zs .w_z p{line-height:24px;height:0;color:#fff;overflow:hidden;display:-webkit-box;opacity:0;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:all .5s;-webkit-transition:all .5s}
.sy_hy .hy_zs ul li:hover .w_z p{height:48px;opacity:1}
.sy_hy .hy_zs .w_z span{width:146px;height:46px;display:none;border:1px solid #fff;margin-top:15px;border-radius:50px;color:#fff;line-height:44px;text-align:center;transition:all .5s;-webkit-transition:all .5s}
.sy_hy .hy_zs .w_z span a{color:#fff}
.sy_hy .hy_zs ul li:hover .w_z span{display:block}
.sy_hy .hy_zs .w_z span:hover{background-color:var(--zt-ys);border:1px solid var(--zt-ys)}
.sy_hy .hy_zs .w_z i{display:inline-block;vertical-align:middle;margin-left:5px;margin-top:-2px;transition:all .5s;-webkit-transition:all .5s}
.sy_hy .hy_zs .w_z span:hover i{margin-left:15px}
.sy_hy .hy_zs .t_b{width:90px;margin:0 auto 5px}
.sy_hy .hy_zs ul li:hover .t_b{display:none}
.sy_hy .hy_zs .t_b img{width:100%;height:auto}
.sy_hy .hy_zs .l_m{font-size:22px;font-weight:bold;line-height:32px;text-align:center;margin-bottom:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.sy_hy .hy_zs ul li:hover .l_m{text-align:left}
.sy_hy .glide__bullets button{width:30px;height:6px;display:inline-block;border-radius:3px;background:#fff;opacity:.6;outline:none;transition:all .5s;-webkit-transition:all .5s}
.sy_hy .glide__bullets .glide__bullet--active{background-color:var(--zt-ys)}
@media only screen and (max-width:1400px){.sy_hy .sy_bt{top:70px}
.sy_hy .hy_zs ul li{height:86vh}
.sy_hy .hy_zs ul li:hover{flex:1 1 22%}
.sy_hy .hy_zs ul li img{height:86vh}
.sy_hy .hy_zs .w_z{bottom:7%}
.sy_hy .hy_zs .w_z span{width:126px;height:40px;margin-top:10px;border-radius:40px;line-height:38px}
.sy_hy .hy_zs .w_z i{font-size:20px}
.sy_hy .hy_zs .w_z span:hover i{margin-left:10px}
.sy_hy .hy_zs .t_b{width:70px}
.sy_hy .hy_zs .l_m{font-size:20px;line-height:30px}
}@media only screen and (max-width:1100px){.sy_hy .sy_bt{top:60px}
.sy_hy .hy_zs .w_z span{width:116px}
.sy_hy .hy_zs .t_b{width:60px}
.sy_hy .hy_zs .l_m{font-size:18px;line-height:28px}
}@media only screen and (max-width:768px){.sy_hy .sy_bt{position:relative;top:auto;left:auto;z-index:99;transform:none;-webkit-transform:none}
.sy_hy .sy_bt h3{color:#000}
.sy_hy .hy_zs ul{display:flex;flex-wrap:wrap}
.sy_hy .hy_zs ul li{width:33.33333333%;flex:none;height:30vh}
.sy_hy .hy_zs ul li:hover{flex:none}
.sy_hy .hy_zs ul li img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none}
.sy_hy .hy_zs .w_z{width:90%;left:5%;bottom:10%}
.sy_hy .hy_zs ul li:hover .w_z p{height:0;opacity:0}
.sy_hy .hy_zs ul li:hover .w_z span{display:none}
.sy_hy .hy_zs ul li:hover .t_b{display:block}
.sy_hy .hy_zs .l_m{margin-bottom:0}
.sy_hy .hy_zs ul li:hover .l_m{text-align:center}
}@media only screen and (max-width:640px){.sy_hy .hy_zs ul li{width:50%;height:22vh}
.sy_hy .hy_zs ul li img{height:22vh}
.sy_hy .hy_zs .l_m{font-size:17px;line-height:26px}
}.sy_gy{width:100%;padding:90px 0 180px;background:url(../picture/sy_bj1.webp) no-repeat center / cover;overflow:hidden}
.sy_gy .row{justify-content:space-between;align-items:center;margin:0}
.sy_gy .sy_bt{text-align:left;margin-bottom:40px}
.sy_gy .gy_wz{width:48%}
.sy_gy .gy_wz .w_z{line-height:36px;color:#555;text-align:justify;height:180px;overflow:hidden;display:-webkit-box;line-clamp:5;-webkit-line-clamp:5;-webkit-box-orient:vertical}
.sy_gy .gy_wz a{width:160px;height:50px;display:block;background-color:var(--zt-ys);margin-top:25px;border-radius:50px;color:#fff;line-height:50px;text-align:center}
.sy_gy .gy_wz a:hover{background-color:var(--djxg)}
.sy_gy .gy_wz i{display:inline-block;vertical-align:middle;margin-left:5px;margin-top:-2px;transition:all .5s;-webkit-transition:all .5s}
.sy_gy .gy_wz a:hover i{margin-left:15px}
.sy_gy .gy_sp{width:48%;position:relative;border-radius:10px;overflow:hidden}
.sy_gy .gy_sp img{width:100%;height:auto;display:block}
.sy_gy .gy_sp i{position:absolute;top:50%;left:50%;color:#fff;font-size:56px;line-height:56px;margin:-28px 0 0 -28px;cursor:pointer}
.sy_gy .vd_nr{display:none}
@media only screen and (max-width:1400px){.sy_gy{padding:70px 0 130px}
.sy_gy .sy_bt{margin-bottom:25px}
.sy_gy .gy_wz .w_z{line-height:30px;height:150px}
.sy_gy .gy_wz a{width:126px;height:40px;margin-top:15px;border-radius:40px;line-height:38px}
.sy_gy .gy_wz i{font-size:20px}
.sy_gy .gy_wz a:hover i{margin-left:10px}
.sy_gy .gy_sp i{font-size:50px;line-height:50px;margin:-25px 0 0 -25px}
}@media only screen and (max-width:1100px){.sy_gy{padding:60px 0 110px}
.sy_gy .gy_wz .w_z{line-height:28px;height:112px}
.sy_gy .gy_wz a{width:116px}
.sy_gy .gy_sp i{font-size:40px;line-height:40px;margin:-20px 0 0 -20px}
}@media only screen and (max-width:768px){.sy_gy{padding:50px 0 90px}
.sy_gy .sy_bt{margin-bottom:15px}
.sy_gy .gy_wz .w_z{line-height:26px;height:104px}
.sy_gy .gy_wz a{width:106px;height:32px;border-radius:32px;line-height:32px}
.sy_gy .gy_wz i{font-size:18px}
.sy_gy .gy_wz a:hover i{margin-left:5px}
}@media only screen and (max-width:640px){.sy_gy{padding:50px 0}
.sy_gy .sy_bt{text-align:center}
.sy_gy .gy_wz{width:100%}
.sy_gy .gy_wz a{margin:20px auto 0}
.sy_gy .gy_sp{width:100%;margin-top:30px}
}.sy_sj{width:100%;margin-top:-90px;position:relative;z-index:9}
.sy_sj .sj_zs{width:100%;padding:35px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:5px}
.sy_sj .sj_zs ul{margin:0}
.sy_sj .sj_zs ul li{width:25%;border-right:1px solid #ddd;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}
.sy_sj .sj_zs ul li:last-child{border-right:0}
.sy_sj .sj_zs .t_b{width:80px;margin-right:15px}
.sy_sj .sj_zs .t_b img{width:100%;height:auto;display:block}
.sy_sj .sj_zs .s_z{font-size:30px}
.sy_sj .sj_zs .s_z b{font-size:52px;color:var(--zt-ys);line-height:52px;font-family:"dinpro";display:inline-block;vertical-align:middle;margin-right:6px;margin-top:-2px}
.sy_sj .sj_zs .x_j{color:#999;font-size:15px;line-height:22px}
@media only screen and (max-width:1400px){.sy_sj{margin-top:-60px}
.sy_sj .sj_zs{padding:25px}
.sy_sj .sj_zs .t_b{width:66px}
.sy_sj .sj_zs .s_z{font-size:26px}
.sy_sj .sj_zs .s_z b{font-size:44px;line-height:44px}
.sy_sj .sj_zs .x_j{font-size:14px}
}@media only screen and (max-width:1100px){.sy_sj{margin-top:-50px}
.sy_sj .sj_zs{padding:20px}
.sy_sj .sj_zs .t_b{width:60px}
.sy_sj .sj_zs .s_z{font-size:22px}
.sy_sj .sj_zs .s_z b{font-size:40px;line-height:40px}
}@media only screen and (max-width:768px){.sy_sj{margin-top:-40px}
.sy_sj .sj_zs{padding:20px 10px}
.sy_sj .sj_zs .t_b{width:50px}
.sy_sj .sj_zs .s_z{font-size:20px}
.sy_sj .sj_zs .s_z b{font-size:36px;line-height:36px}
}@media only screen and (max-width:640px){.sy_sj{margin-top:0px}
.sy_sj .sj_zs{padding:25px 0;box-shadow:0 0 15px rgba(0,0,0,.1)}
.sy_sj .sj_zs ul li{display:block;padding:6px;width:50%}
.sy_sj .sj_zs .t_b{width:40px;margin:0 auto 10px}
.sy_sj .sj_zs .s_z{font-size:16px;text-align:center}
.sy_sj .sj_zs .s_z b{font-size:30px;line-height:30px}
}.sy_xw{width:100%;padding:90px 0;overflow:hidden}
.sy_xw .sy_bt{text-align:left}
.sy_xw .row{margin:0 -20px}
.sy_xw .tw_zs{width:calc(50% - 40px);margin:0 20px;padding:25px;background-color:#f7f7f7;transition:all .5s;-webkit-transition:all .5s}
.sy_xw .tw_zs:hover{background-color:var(--zt-ys)}
.sy_xw .tw_zs .t_p{overflow:hidden}
.sy_xw .tw_zs .t_p img{width:100%;height:auto;display:block;transition:all 1s;-webkit-transition:all 1s}
.sy_xw .tw_zs:hover .t_p img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.sy_xw .tw_zs .w_z h3{font-size:20px;font-weight:bold;line-height:30px;margin-top:10px;margin-bottom:5px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:all .5s;-webkit-transition:all .5s}
.sy_xw .tw_zs:hover .w_z h3{color:#fff}
.sy_xw .tw_zs .w_z p{line-height:22px;color:#777;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:all .5s;-webkit-transition:all .5s}
.sy_xw .tw_zs:hover .w_z p{color:#fff}
.sy_xw .lb_zs{width:calc(50% - 40px);margin:0 20px;border-top:1px solid #ddd}
.sy_xw .lb_zs ul li{padding:35px 0;border-bottom:1px solid #ddd;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.sy_xw .lb_zs .n_r{width:calc(100% - 120px);padding-right:70px;position:relative}
.sy_xw .lb_zs .n_r h3{font-size:22px;font-weight:bold;line-height:32px;margin-bottom:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.sy_xw .lb_zs ul li:hover .n_r h3 a{color:var(--zt-ys)}
.sy_xw .lb_zs .n_r p{line-height:26px;height:52px;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.sy_xw .lb_zs .n_r p a{color:#aaa}
.sy_xw .lb_zs .n_r a.m_r{position:absolute;bottom:-20px;right:0;color:#777}
.sy_xw .lb_zs ul li:hover .n_r a.m_r{color:var(--zt-ys)}
.sy_xw .lb_zs .n_r i{font-size:32px}
.sy_xw .lb_zs .r_q{width:100px;height:100px;padding:20px 0;border-radius:5px;font-size:18px;font-family:"dinpro-Regular";line-height:24px;text-align:center;background-color:#f7f7f7;transition:all .5s;-webkit-transition:all .5s}
.sy_xw .lb_zs .r_q strong{font-size:32px;font-family:"dinpro";font-weight:normal;line-height:36px;display:block}
.sy_xw .lb_zs ul li:hover .r_q{color:#fff;background-color:var(--zt-ys)}
@media only screen and (max-width:1400px){.sy_xw{padding:70px 0}
.sy_xw .row{margin:0 -15px}
.sy_xw .tw_zs{width:calc(50% - 30px);margin:0 15px;padding:20px}
.sy_xw .tw_zs .w_z h3{font-size:18px;line-height:28px}
.sy_xw .lb_zs{width:calc(50% - 30px);margin:0 15px}
.sy_xw .lb_zs ul li{padding:27px 0}
.sy_xw .lb_zs .n_r{width:calc(100% - 110px);padding-right:60px}
.sy_xw .lb_zs .n_r h3{font-size:20px;line-height:30px}
.sy_xw .lb_zs .n_r p{line-height:24px;height:48px}
.sy_xw .lb_zs .n_r a.m_r{bottom:-15px}
.sy_xw .lb_zs .n_r i{font-size:26px}
.sy_xw .lb_zs .r_q{width:90px;height:90px;padding:15px 0;font-size:16px}
.sy_xw .lb_zs .r_q strong{font-size:28px}
}@media only screen and (max-width:1100px){.sy_xw{padding:60px 0}
.sy_xw .row{margin:0 -10px}
.sy_xw .tw_zs{width:calc(50% - 20px);margin:0 10px}
.sy_xw .lb_zs{width:calc(50% - 20px);margin:0 10px}
.sy_xw .lb_zs ul li{padding:25px 0}
.sy_xw .lb_zs .n_r{width:calc(100% - 100px);padding-right:50px}
.sy_xw .lb_zs .n_r h3{font-size:18px;line-height:28px}
.sy_xw .lb_zs .n_r p{line-height:22px;height:44px}
.sy_xw .lb_zs .n_r a.m_r{bottom:-12px}
.sy_xw .lb_zs .n_r i{font-size:22px}
.sy_xw .lb_zs .r_q{width:80px;height:80px;padding:15px 0;font-size:15px;line-height:22px}
.sy_xw .lb_zs .r_q strong{font-size:26px;line-height:28px}
}@media only screen and (max-width:768px){.sy_xw{padding:50px 0}
.sy_xw .tw_zs{padding:15px}
.sy_xw .lb_zs ul li{padding:15px 0}
.sy_xw .lb_zs .n_r{width:calc(100% - 90px);padding-right:40px}
.sy_xw .lb_zs .n_r h3{font-size:17px;line-height:26px;margin-bottom:5px}
.sy_xw .lb_zs .n_r i{font-size:20px}
.sy_xw .lb_zs .r_q{width:76px;height:76px;padding:13px 0;font-size:15px;line-height:22px}
.sy_xw .lb_zs .r_q strong{font-size:22px;line-height:28px}
}@media only screen and (max-width:640px){.sy_xw .row{margin:0}
.sy_xw .tw_zs{width:100%;margin:0}
.sy_xw .lb_zs{width:100%;margin:0;border-top:0}
.sy_xw .lb_zs ul li{padding:20px 0}
.sy_xw .lb_zs .n_r{padding-right:0}
.sy_xw .lb_zs .n_r a.m_r{display:none}
}.sy_hz{width:100%;padding:90px 0 60px;background:#f7f7f7 url(../images/dt.png) no-repeat center / auto 90% !important;overflow:hidden}
.sy_hz .hz_zs{position:relative;overflow:hidden;margin-bottom:30px}
.sy_hz .hz_zs:before{width:160px;height:100%;position:absolute;top:0;left:0;content:"";z-index:9;background-image:-webkit-linear-gradient(left,#f7f7f7,rgba(247,247,247,0));background-image:linear-gradient(left,#f7f7f7,rgba(247,247,247,0))}
.sy_hz .hz_zs:after{width:160px;height:100%;position:absolute;top:0;right:0;content:"";z-index:9;background-image:-webkit-linear-gradient(left,rgba(247,247,247,0),#f7f7f7);background-image:linear-gradient(left,rgba(247,247,247,0),#f7f7f7)}
.sy_hz .hz_zs ul li{width:16.15%;border-radius:5px;margin-right:25px;overflow:hidden}
.sy_hz .hz_zs img{width:100%;height:auto;display:block;box-sizing:border-box}
.sy_hz .hz_zs{overflow:hidden;width:100%;margin-bottom:20px}
.sy_hz .hz_zs ul.bd{display:flex;list-style:none;padding:0;margin:0;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:30s}
.sy_hz .hz_zs ul.bd li{flex-shrink:0;margin-right:20px}
.sy_hz .hz_zs ul.bd li img{display:block;max-width:100%;height:auto;pointer-events: none;}
@keyframes scroll-left{0%{transform:translateX(0)}
100%{transform:translateX(calc(-100% - 20px))}
}@keyframes scroll-right{0%{transform:translateX(calc(-100% - 20px))}
100%{transform:translateX(0)}
}.sy_hz .scroll-left ul.bd{animation-name:scroll-left}
.sy_hz .scroll-right ul.bd{animation-name:scroll-right}
@media only screen and (max-width:1400px){.sy_hz{padding:70px 0 50px}
.sy_hz .hz_zs{margin-bottom:20px}
.sy_hz .hz_zs ul li{margin-right:20px}
}@media only screen and (max-width:1100px){.sy_hz{padding:60px 0 40px}
}@media only screen and (max-width:768px){.sy_hz{padding:50px 0 35px}
.sy_hz .hz_zs{margin-bottom:15px}
}@media only screen and (max-width:640px){.sy_hz{background:#f7f7f7 url(../images/dt.png) no-repeat center / 100% auto !important}
.sy_hz .hz_zs ul li{width:130px;margin-right:10px}
}.sy_gg{width:100%;padding:45px 0;background:url(../images/sy_ftbj.webp) no-repeat center / cover;color:#fff;overflow:hidden}
.sy_gg .row{justify-content:space-between;align-items:center;margin:0}
.sy_gg .gg_wz h3{font-size:40px;font-weight:bold;line-height:50px}
.sy_gg .gg_wz h4{font-size:32px;font-weight:bold;line-height:42px}
.sy_gg .gg_wz a{width:146px;height:46px;display:block;border:1px solid #fff;margin-top:15px;border-radius:50px;color:#fff;line-height:44px;text-align:center}
.sy_gg .gg_wz a:hover{background-color:#fff;border:1px solid #fff;color:var(--zt-ys)}
.sy_gg .gg_wz i{display:inline-block;vertical-align:middle;margin-left:5px;margin-top:-2px;color:#fff;transition:all .5s;-webkit-transition:all .5s}
.sy_gg .gg_wz a:hover i{margin-left:15px;color:var(--zt-ys)}
.sy_gg .gg_tb ul li{margin-left:35px;text-align:center}
.sy_gg .gg_tb .t_b{width:78px;border:2px solid #fff;border-radius:25px;margin:0 auto}
.sy_gg .gg_tb .t_b img{width:100%;height:auto;display:block}
.sy_gg .gg_tb .w_z{font-size:20px;line-height:30px;margin-top:5px}
@media only screen and (max-width:1400px){.sy_gg{padding:35px 0}
.sy_gg .gg_wz h3{font-size:36px;line-height:44px}
.sy_gg .gg_wz h4{font-size:28px;line-height:36px}
.sy_gg .gg_wz a{width:126px;height:40px;margin-top:10px;border-radius:40px;line-height:38px}
.sy_gg .gg_wz i{font-size:20px}
.sy_gg .gg_wz a:hover i{margin-left:10px}
.sy_gg .gg_tb ul li{margin-left:30px}
.sy_gg .gg_tb .t_b{width:66px;border:1px solid #fff;border-radius:20px}
.sy_gg .gg_tb .w_z{font-size:17px;line-height:28px}
}@media only screen and (max-width:1100px){.sy_gg{padding:30px 0}
.sy_gg .gg_wz h3{font-size:30px;line-height:38px}
.sy_gg .gg_wz h4{font-size:22px;line-height:30px}
.sy_gg .gg_wz a{width:116px}
.sy_gg .gg_tb .t_b{width:60px}
.sy_gg .gg_tb .w_z{font-size:15px;line-height:26px}
}@media only screen and (max-width:768px){.sy_gg{padding:25px 0}
.sy_gg .gg_wz h3{font-size:26px;line-height:32px}
.sy_gg .gg_wz h4{font-size:18px;line-height:26px}
.sy_gg .gg_wz a{width:106px;height:32px;border-radius:32px;line-height:30px}
.sy_gg .gg_wz i{font-size:18px}
.sy_gg .gg_wz a:hover i{margin-left:5px}
.sy_gg .gg_tb ul li{margin-left:25px}
.sy_gg .gg_tb .t_b{width:56px}
.sy_gg .gg_tb .w_z{font-size:14px;line-height:22px}
}@media only screen and (max-width:640px){.sy_gg{text-align:center;padding:58px 6px 28px}
.sy_gg .row{flex-direction:column-reverse}
.sy_gg .gg_wz{width:100%}
.sy_gg .gg_wz h3{font-size:22px;line-height:30px}
.sy_gg .gg_wz h4{font-size:17px}
.sy_gg .gg_wz a{margin:10px auto 0}
.sy_gg .gg_tb{width:100%;margin-bottom:20px}
.sy_gg .gg_tb ul{flex-direction:initial}
.sy_gg .gg_tb ul li{margin:0 7px}
}.tc_sp{width:100%;height:100%;background-color:rgba(0,0,0,.6);position:fixed;top:0;left:0;z-index:99999;display:none}
.tc_sp .g_b{position:absolute;top:50px;right:50px;cursor:pointer;color:#eee;transition:all .5s;-webkit-transition:all .5s}
.tc_sp .g_b:hover{color:var(--zt-ys);transform:rotate(360deg);-webkit-transform:rotate(360deg)}
.tc_sp .g_b i{font-size:26px}
.tc_sp .vd_nr{width:100%;max-width:1200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}
.tc_sp .vd_nr video{width:100%;height:auto;display:block}
@media only screen and (max-width:1400px){.tc_sp .g_b{top:30px;right:30px}
.tc_sp .g_b i{font-size:22px}
.tc_sp .vd_nr{max-width:1000px}
}@media only screen and (max-width:1100px){.tc_sp .g_b{top:50px;right:50px}
.tc_sp .vd_nr{max-width:86%}
}@media only screen and (max-width:768px){.tc_sp .g_b{top:30px;right:30px}
.tc_sp .vd_nr{max-width:96%}
}.ny_ban{width:100%;height:300px;background-color:#000;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative}
.ny_ban .container{position:absolute;top:50%;left:50%;text-shadow:0 0 20px rgbba(0,0,0,.2);color:#fff;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}
.ny_ban .container h2{font-size:28px;text-transform:uppercase;line-height:50px;margin-bottom:5px}
.ny_ban .container h3{font-size:18px;line-height:30px}
.ny_ban .wz_nr{padding:35px 40px 45px;background-color:rgb(30 159 255 / 60%);border-radius:5px;display:inline-block}
.fw_kh{color:#f9ff17}
@media only screen and (max-width:1400px){.ny_ban{height:300px}
.ny_ban .container h2{font-size:28px;line-height:50px}
.ny_ban .container h3{font-size:18px;line-height:28px}
.ny_ban .wz_nr{padding:25px 25px 30px}
}@media only screen and (max-width:1100px){.ny_ban{height:300px}
.ny_ban .container{top:50%}
.ny_ban .container h2{font-size:30px;line-height:36px}
.ny_ban .container h3{font-size:16px;line-height:26px}
.ny_ban .wz_nr{padding:25px}
}@media only screen and (max-width:768px){.ny_ban{height:220px}
.ny_ban .container h2{font-size:26px;line-height:30px}
.ny_ban .container h3{font-size:16px;line-height:22px}
}@media only screen and (max-width:640px){.ny_ban{height:150px}
.ny_ban .container{top:15%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0)}
.ny_ban .container h2{font-size:22px;line-height:24px}
.ny_ban .container h3{font-size:15px;line-height:20px}
.ny_ban .wz_nr{padding:15px}
}.ny_lm{width:100%;padding:20px 0;font-size:15px;line-height:46px;color:#777;background-color:#f7f7f7;transition:all .5s;-webkit-transition:all .5s}
.ny_lm.on{position:fixed;top:100px;left:0;z-index:99;box-shadow:0 0 10px rgba(0,0,0,.05);background-color:#fff}
.ny_lm.xq_lm{background-color:#fff}
.ny_lm .row{margin:0;justify-content:space-between}
.ny_lm .cp_fl{display:none}
.ny_lm .lm_fl ul{display:flex;flex-wrap:wrap}
.ny_lm .lm_fl ul li{margin-right:15px}
.ny_lm .lm_fl a{display:inline-block;padding:0 25px;border-radius:46px;line-height:46px;background-color:#fff}
.ny_lm.xq_lm .lm_fl a{background-color:#f7f7f7}
.ny_lm.on .lm_fl a{background-color:#f7f7f7}
.ny_lm .lm_fl ul li:hover a{background-color:var(--zt-ys);color:#fff}
.ny_lm .lm_fl ul li.on a{background-color:var(--zt-ys);color:#fff}
.ny_lm .lm_an{display:none}
.ny_lm .lm_wz a{color:#777}
.ny_lm .lm_wz i{font-size:26px;font-weight:bold;margin-top:-2px;display:inline-block;vertical-align:middle}
@media (min-width:769px){.ny_lm .lm_fl ul{display:flex !important}
}@media only screen and (max-width:1400px){.ny_lm{padding:15px 0;font-size:14px;line-height:40px}
.ny_lm.on{top:90px}
.ny_lm .lm_fl ul li{margin-right:13px}
.ny_lm .lm_fl a{padding:0 20px;border-radius:40px;line-height:40px}
.ny_lm .lm_wz i{font-size:22px}
}@media only screen and (max-width:1100px){.ny_lm{padding:13px 0;font-size:13px;line-height:36px}
.ny_lm.on{top:88px}
.ny_lm .lm_fl ul li{margin-right:12px}
.ny_lm .lm_fl a{padding:0 15px;border-radius:36px;line-height:36px}
.ny_lm .lm_wz i{font-size:20px}
}@media only screen and (max-width:768px){.ny_lm{position:relative;height:62px}.lm_wz{width: 74%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_lm.on{top:auto;left:auto;position:relative}
.ny_lm .lm_an{display:block;font-size:15px;color:#333}
.ny_lm .lm_an i{display:inline-block;margin-left:5px;margin-top:-2px;font-size:18px;transition:all .3s;-webkit-transition:all .3s}
.ny_lm .lm_an.on i{transform:rotateX(180deg);-webkit-transform:rotateX(180deg)}
.ny_lm .lm_fl ul{width:100%;padding:25px 20px 10px;background-color:#f7f7f7;border-top:1px solid #ddd;border-bottom:1px solid #ddd;display:none;position:absolute;left:0;top:62px;z-index:998}
.ny_lm .lm_fl ul li{float:left;margin:0 10px 12px 0}
.ny_lm .lm_fl ul li:hover a{background-color:#fff;color:#222}
}@media only screen and (max-width:640px){.ny_lm.xq_lm{background-color:#f7f7f7}
.ny_lm .cp_fl{display:block}
.ny_lm.xq_lm .lm_fl a{background-color:#fff}
}.lm_gd{width:100%;height:87px;display:none}
.lm_gd.on{display:block}
@media only screen and (max-width:1400px){.lm_gd{height:71px}
}@media only screen and (max-width:1100px){.lm_gd{height:62px}
}@media only screen and (max-width:768px){.lm_gd.on{display:none}
}.scroll-floor{width:100%;padding:90px 0;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden}
.scroll-floor .sy_bt{margin-bottom:40px}
.scroll-floor .sy_bt h3{font-size:36px;line-height:50px}
.scroll-floor .sy_bt h4{font-size:28px;line-height:34px}
@media only screen and (max-width:1400px){.scroll-floor{padding:70px 0}
.scroll-floor .sy_bt{margin-bottom:30px}
.scroll-floor .sy_bt h3{font-size:32px;line-height:44px}
.scroll-floor .sy_bt h4{font-size:22px;line-height:30px}
}@media only screen and (max-width:1100px){.scroll-floor{padding:60px 0}
.scroll-floor .sy_bt{margin-bottom:25px}
.scroll-floor .sy_bt h3{font-size:28px;line-height:36px}
.scroll-floor .sy_bt h4{font-size:20px;line-height:28px}
}@media only screen and (max-width:768px){.scroll-floor{padding:50px 0}
.scroll-floor .sy_bt{margin-bottom:20px}
.scroll-floor .sy_bt h3{font-size:26px;line-height:34px}
.scroll-floor .sy_bt h4{font-size:18px;line-height:26px}
}.ab_js .sy_bt{text-align:left}
.ab_js .js_wz{line-height:32px}
.js_wz p{padding:3px 0}
@media only screen and (max-width:1400px){.ab_js .js_wz{line-height:28px}
}@media only screen and (max-width:1100px){.ab_js .js_wz{line-height:26px}
}.qy_wh{background-color:#f7f7f7;color:#fff;text-align:center}
.qy_wh .row{margin:0 -5px;background:url(../images/wh_bj.webp) no-repeat center / cover}
.qy_wh .yj_nr{width:55%;border:5px solid #f7f7f7;padding:80px 50px;display:flex;flex-wrap:wrap;align-items:center;background-color:rgba(0,0,0,.3);transition:all .5s;-webkit-transition:all .5s}
.qy_wh .yj_nr:hover{background-color:rgba(0,0,0,0)}
.qy_wh .yj_nr .n_r{width:100%}
.qy_wh .yj_qt{width:45%}
.qy_wh .yj_qt ul{display:flex;flex-wrap:wrap}
.qy_wh .yj_qt ul li{width:100%;border:5px solid #f7f7f7;padding:66px 50px;background-color:rgba(0,0,0,.3);transition:all .5s;-webkit-transition:all .5s}
.qy_wh .yj_qt ul li:hover{background-color:rgba(0,0,0,0)}
.qy_wh .t_b{width:70px;margin:0 auto;transition:all .5s;-webkit-transition:all .5s}
.qy_wh .yj_nr:hover .t_b{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}
.qy_wh .yj_qt ul li:hover .t_b{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}
.qy_wh .t_b img{width:100%;height:auto;display:block}
.qy_wh .b_t{font-size:22px;font-weight:bold;line-height:32px;margin:6px 0}
.qy_wh .w_z{text-align:center}
@media only screen and (max-width:1400px){.qy_wh .yj_nr{padding:50px 30px}
.qy_wh .yj_qt ul li{padding:50px 30px}
.qy_wh .t_b{width:60px}
.qy_wh .b_t{font-size:20px;line-height:30px}
}@media only screen and (max-width:1100px){.qy_wh .yj_nr{padding:50px 20px}
.qy_wh .yj_qt ul li{padding:50px 20px}
.qy_wh .t_b{width:56px}
.qy_wh .b_t{font-size:18px;line-height:28px}
}@media only screen and (max-width:768px){.qy_wh .yj_nr{padding:40px 15px}
.qy_wh .yj_qt ul li{padding:40px 15px}
.qy_wh .t_b{width:50px}
.qy_wh .b_t{font-size:17px}
}@media only screen and (max-width:640px){.qy_wh .row{margin:0 -3px;background:url(../images/wh_bj.webp) no-repeat 85% center / cover}
.qy_wh .yj_nr{width:100%;padding:20px 10px;border:3px solid #f7f7f7}
.qy_wh .yj_qt{width:100%}
.qy_wh .yj_qt ul li{padding:20px 10px;border:3px solid #f7f7f7}
.qy_wh .b_t{margin:8px 0}
}.fz_lc{position:relative;padding:0}
.fz_lc .row{margin:0}
.fz_lc .lc_tp{width:50%;position:relative}
.fz_lc .lc_tp img{width:100%;height:100%;display:block;position:absolute;top:0;left:0;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none}
.fz_lc .lc_nr{width:50%;background-color:#f7f7f7;overflow:hidden}
.fz_lc .lc_zs{width:calc(100% - 80px);position:relative;background-color:#fff;padding:70px;border-radius:0 0 25px 0}
.fz_lc .lc_zs .t_b{width:auto;height:80%;position:absolute;top:10%;right:-40px}
.fz_lc .lc_zs .t_b img{width:auto;height:100%;display:block}
.fz_lc .lc_zs .n_f{font-size:38px;font-family:"dinpro";font-weight:bold;color:var(--zt-ys);line-height:46px;margin-bottom:25px}
.fz_lc .lc_zs .w_z{width:75%;line-height:26px;color:#777}
.fz_lc .lc_zs .w_z h3{font-size:24px;font-weight:bold;color:#000;margin-bottom:15px}
.fz_lc .lc_zs .glide__arrow--left{width:46px;height:46px;line-height:44px;color:#555;text-align:center;border-radius:50%;border:1px solid #ddd;top:auto;bottom:0;left:0;margin-top:0;transition:all .5s;-webkit-transition:all .5s}
.fz_lc .lc_zs .glide__arrow--left:hover{background-color:var(--zt-ys);border:1px solid var(--zt-ys);color:#fff}
.fz_lc .lc_zs .glide__arrow--right{width:46px;height:46px;line-height:44px;color:#555;text-align:center;border-radius:50%;border:1px solid #ddd;top:auto;bottom:0;right:auto;left:56px;margin-top:0;transition:all .5s;-webkit-transition:all .5s}
.fz_lc .lc_zs .glide__arrow--right:hover{background-color:var(--zt-ys);border:1px solid var(--zt-ys);color:#fff}
.fz_lc .lc_zs i{font-size:24px;font-weight:bold}
.fz_lc .lc_zs i.icon-zuojiantou{margin-left:3px}
.fz_lc .swiper-lc{width:100%;margin-top:80px;padding-bottom:120px}
.fz_lc .sy_bt{text-align:left}
.fz_lc .nf_xz{width:calc(100% - 80px);padding:25px 50px;position:relative}
.fz_lc .nf_xz  .glide__slide{text-align:center;line-height:38px;font-size:18px}
.fz_lc .nf_xz .glide__slide span{width:100px;height:38px;border-radius:5px;display:inline-block;cursor:pointer}
.fz_lc .nf_xz .glide__slide--active span{color:#fff;background-color:var(--zt-ys)}
@media only screen and (max-width:1400px){.fz_lc .lc_zs{width:calc(100% - 60px);padding:50px}
.fz_lc .lc_zs .t_b{right:-30px}
.fz_lc .lc_zs .n_f{font-size:30px;line-height:40px;margin-bottom:20px}
.fz_lc .lc_zs .w_z{width:90%;line-height:22px}
.fz_lc .lc_zs .w_z h3{font-size:20px}
.fz_lc .lc_zs .glide__arrow--left{width:40px;height:40px;line-height:38px}
.fz_lc .lc_zs .glide__arrow--right{width:40px;height:40px;line-height:38px}
.fz_lc .lc_zs i{font-size:20px}
.fz_lc .swiper-lc{margin-top:50px;padding-bottom:90px}
.fz_lc .nf_xz{width:calc(100% - 60px);padding:20px}
.fz_lc .nf_xz  .glide__slide{line-height:36px;font-size:16px}
.fz_lc .nf_xz .glide__slide span{width:90px;height:36px}
}@media only screen and (max-width:1100px){.fz_lc .lc_zs{width:calc(100% - 50px);padding:40px}
.fz_lc .lc_zs .n_f{font-size:26px;line-height:36px;margin-bottom:15px}
.fz_lc .lc_zs .w_z h3{font-size:18px}
.fz_lc .lc_zs .glide__arrow--left{width:36px;height:36px;line-height:34px}
.fz_lc .lc_zs .glide__arrow--right{width:36px;height:36px;line-height:34px;left:46px}
.fz_lc .lc_zs i{font-size:18px}
.fz_lc .swiper-lc{margin-top:35px;padding-bottom:70px}
.fz_lc .nf_xz{width:calc(100% - 50px);padding:15px 20px}
.fz_lc .nf_xz  .glide__slide{line-height:32px;font-size:15px}
.fz_lc .nf_xz .glide__slide span{width:80px;height:32px}
}@media only screen and (max-width:768px){.fz_lc .lc_zs{width:calc(100% - 40px);padding:30px}
.fz_lc .lc_zs .t_b{display:none}
.fz_lc .lc_zs .n_f{font-size:22px;line-height:32px}
.fz_lc .lc_zs .w_z{width:100%}
.fz_lc .lc_zs .w_z h3{font-size:17px;margin-bottom:10px}
.fz_lc .swiper-lc{margin-top:25px;padding-bottom:50px}
.fz_lc .nf_xz{width:calc(100% - 50px);padding:15px 20px}
.fz_lc .nf_xz  .glide__slide{line-height:32px;font-size:15px}
.fz_lc .nf_xz .glide__slide span{width:auto;height:32px;padding:0 10px;display:inline-block}
}@media only screen and (max-width:640px){.fz_lc .lc_tp{width:100%}
.fz_lc .lc_tp img{position:relative;top:auto;left:auto}
.fz_lc .lc_nr{width:100%}
.fz_lc .lc_zs{width:100%;padding:30px 20px;border-radius:0}
.fz_lc .nf_xz{width:100%}
}.qy_hj .swiper-hj{padding-bottom:40px}
.glide__bullet:hover,.glide__bullet:focus{border:0;background-color:transparent}
.qy_hj .glide__slide{background-color:#1e9fff8a;overflow:hidden}
.qy_hj .glide__slide img{width:100%;height:auto;display:block;opacity:.6;transition:all 1s;-webkit-transition:all 1s}
.qy_hj .glide__slide-active img{opacity:1}
.qy_hj .glide__slide:hover img{transform: none;}
.qy_hj .glide__arrow--left{width:40px;height:66px;line-height:66px;text-align:center;border-radius:0 5px 5px 0;background-color:rgba(0,0,0,.6);top:55%;left:0;margin-top:-66px;transition:all .5s;-webkit-transition:all .5s}
.qy_hj .glide__arrow--left:hover{background-color:var(--zt-ys)}
.qy_hj .glide__arrow--right{width:40px;height:66px;line-height:66px;text-align:center;border-radius:5px 0 0 5px;background-color:rgba(0,0,0,.6);top:55%;right:0;margin-top:-66px;transition:all .5s;-webkit-transition:all .5s}
.qy_hj .glide__arrow--right:hover{background-color:var(--zt-ys)}
.qy_hj .glide__arrow--left,.qy_hj .glide__arrow--right{border:0}
.qy_hj .glide__bullets{bottom:0!important}
.qy_hj .glide__bullet{width:10px;height:10px;border-radius:10px;background-color:#aaa}
.qy_hj .glide__bullet--active{width:30px;background-color:var(--zt-ys)}
.qy_hj i{font-size:24px;font-weight:bold;color:#fff}
.qy_hj i.icon-zuojiantou{margin-left:3px}
.qy_hj_js{text-align: center;background: #fff;padding: 8px 12px;box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);}
@media only screen and (max-width:1400px){.qy_hj .swiper-hj{padding-bottom:30px}
.qy_hj .glide__slide{width:60%}
.qy_hj .glide__arrow--left{width:30px;height:60px;line-height:60px;margin-top:-16px}
.qy_hj .glide__arrow--right{width:30px;height:60px;line-height:60px;margin-top:-16px}
.qy_hj i{font-size:20px}
}@media only screen and (max-width:1100px){.qy_hj .glide__slide{width:70%}
.qy_hj .glide__arrow--left{display:none}
.qy_hj .glide__arrow--right{display:none}
}@media only screen and (max-width:640px){.qy_hj .glide__slide{width:100%}
}.yg_fc .swiper-fc{padding-bottom:40px}
.yg_fc  .glide__slide{background-color:#fff}
.yg_fc  .glide__arrow--left{width:40px;height:66px;line-height:66px;text-align:center;border-radius:0 5px 5px 0;background-color:rgba(0,0,0,.6);top:50%;left:0;margin-top:-66px;transition:all .5s;-webkit-transition:all .5s}
.yg_fc  .glide__arrow--left:hover{background-color:var(--zt-ys)}
.yg_fc  .glide__arrow--right{width:40px;height:66px;line-height:66px;text-align:center;border-radius:5px 0 0 5px;background-color:rgba(0,0,0,.6);top:50%;right:0;margin-top:-66px;transition:all .5s;-webkit-transition:all .5s}
.yg_fc  .glide__arrow--right:hover{background-color:var(--zt-ys)}
.yg_fc  .glide__arrow--left,.yg_fc  .glide__arrow--right{border:0}
.yg_fc .swiper-pagination{bottom:0}
.yg_fc .glide__bullet{width:10px;height:10px;border-radius:10px;background-color:#aaa}
.yg_fc .glide__bullet--active{width:30px;background-color:var(--zt-ys)}
.yg_fc .glide__bullet--active:hover{background-color:transparent;border-radius:0}
.yg_fc .glide__bullets{bottom:0}
.yg_fc .t_p{overflow:hidden}
.yg_fc .t_p img{width:100%;height:auto;display:block;transition:all 1s;-webkit-transition:all 1s}
.yg_fc  .glide__slide:hover .t_p img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.yg_fc .w_z{padding:20px 10px;font-size:18px;text-align:center;line-height:28px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.yg_fc i{font-size:24px;font-weight:bold;color:#fff}
.yg_fc i.icon-zuojiantou{margin-left:3px}
@media only screen and (max-width:1400px){.yg_fc .swiper-hj{padding-bottom:30px}
.yg_fc  .glide__arrow--left{width:30px;height:60px;line-height:60px;margin-top:-60px}
.yg_fc  .glide__arrow--right{width:30px;height:60px;line-height:60px;margin-top:-60px}
.yg_fc .w_z{padding:15px 10px;font-size:16px;line-height:26px}
.yg_fc i{font-size:20px}
}@media only screen and (max-width:1100px){.yg_fc  .glide__arrow--left{display:none}
.yg_fc  .glide__arrow--right{display:none}
}.ry_zz .sy_bt{text-align:left}
.ry_zz .zz_zs{position:relative}
.ry_zz .zz_cz{width:180px;position:absolute;top:-100px;right:0;height:46px}
.ry_zz .glide__arrow--left{width:46px;height:46px;border:1px solid #ddd;line-height:46px;color:#555;text-align:center;border-radius:50%;top:100%;left:0;margin-top:-23px;transition:all .5s;-webkit-transition:all .5s}
.ry_zz .glide__arrow--left:hover{background-color:var(--zt-ys);border:1px solid var(--zt-ys);color:#fff}
.ry_zz .glide__arrow--right{width:46px;height:46px;border:1px solid #ddd;line-height:46px;color:#555;text-align:center;border-radius:50%;top:100%;right:0;margin-top:-23px;transition:all .5s;-webkit-transition:all .5s}
.ry_zz .glide__arrow--right:hover{background-color:var(--zt-ys);border:1px solid var(--zt-ys);color:#fff}
.ry_zz .glide__slide{background-color:#f7f7f7;overflow:hidden}
.ry_zz .pagination-info{font-size:22px;font-family:"dinpro-Regular";line-height:46px;bottom:0;text-align:center}
.ry_zz .t_p{overflow:hidden}
.ry_zz .t_p img{width:100%;height:auto;display:block;transition:all 1s;-webkit-transition:all 1s}
.ry_zz .glide__slide:hover .t_p img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.ry_zz .w_z{padding:20px 10px;font-size:18px;text-align:center;line-height:28px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.ry_zz i{font-size:24px;font-weight:bold}
.ry_zz i.icon-zuojiantou{margin-left:3px}
@media only screen and (max-width:1400px){.ry_zz .zz_cz{width:150px;top:-90px;height:40px}
.ry_zz .glide__arrow--left{width:40px;height:40px;line-height:38px;margin-top:-20px}
.ry_zz .glide__arrow--right{width:40px;height:40px;line-height:38px;margin-top:-20px}
.ry_zz .pagination-info{font-size:18px;line-height:40px;text-align:center}
.ry_zz .w_z{padding:15px 10px;font-size:16px;line-height:26px}
.ry_zz i{font-size:20px}
}@media only screen and (max-width:1100px){.ry_zz .zz_cz{top:-78px}
}@media only screen and (max-width:768px){.ry_zz .zz_cz{top:-70px}
}@media only screen and (max-width:640px){.ry_zz .sy_bt{text-align:center}
.ry_zz .zz_zs{padding-bottom:60px}
.ry_zz .zz_cz{width:150px;top:auto;bottom:-60px;right:50%;margin-right:-75px}
}

.product{position: relative;width:100%;padding:50px 0;overflow:hidden}
.product .row{margin:0;justify-content:space-between;position:relative}
.product .cp_lm{width:280px;position:relative}
.product .cp_lm .b_t{padding:25px 20px 25px 35px;background-color:var(--zt-ys);font-size:20px;line-height:30px;color:#fff;position:relative}
.product .cp_lm .b_t:after{width:6px;height:20px;position:absolute;top:50%;margin-top:-10px;left:20px;content:"";background-color:#fff;border-radius:6px}
.product .cp_lm ul li{border-bottom:1px solid #eee;background-color:#f7f7f7}
.product .cp_lm ul li:last-child{border-bottom:0}
.product .cp_lm a{display:block;padding:15px 20px;font-size:16px;line-height:28px;position:relative;color:#000}
.product .cp_lm ul li:hover a{color:var(--zt-ys)}
.product .cp_lm ul li.on a{color:var(--zt-ys)}
.product .cp_lm i{position:absolute;top:15px;right:20px;display:block;font-size:16px;line-height:28px}
.product .lm_nr{width:280px}
.product .lm_nr.on{position:fixed;top:120px}
.product .cp_zs{width:calc(100% - 320px);overflow:hidden}
.product .cp_zs .t_p{overflow:hidden}
.product .cp_zs .t_p img{width:100%;height:auto;display:block;transition:all 1s;-webkit-transition:all 1s}
.product .cp_zs ul li:hover .t_p img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.product .cp_zs .w_z{margin-top:15px;text-align:center}
.product .cp_zs .w_z h3{font-size:20px;font-weight:bold;line-height:30px;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.product .cp_zs .w_z h4{font-size:15px;line-height:22px;color:#777;font-family:"dinpro-Regular";text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.product .cp_zs .c_k{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgb(30 159 255 / 10%);opacity:0;transition:all .5s;-webkit-transition:all .5s}
.product .cp_zs ul li:hover .c_k{opacity:1}
.product .cp_zs .c_k span{display:inline-block;width:60px;height:60px;border-radius:50%;border:2px solid #fff;line-height:56px;text-align:center;position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px}
.product .cp_zs .c_k i{color:#fff;font-size:30px}
.product .zs_lb ul{display:flex;flex-wrap:wrap;margin:0 -10px}
.product .zs_lb ul li{width:calc(33.33333333% - 20px);margin:0 10px 20px;background-color:#f7f7f7;padding:15px;position:relative}
.product .cp_xq{width:100%;padding:25px;background-color:#f7f7f7;overflow:hidden}
.product .xq_tw{width:100%;background-color:#fff;margin-bottom:30px}
.product .tp_zs{width:calc(46% - 25px)}
.product .tp_zs img{width:100%;height:auto;display:block;overflow: hidden;}
.product .tp_zs .glide__slide{background: #dbbcbc66;}
.product .tp_zs .glide__slides .glide__slide img{width:100%;height:auto;display:block;opacity: .7;}
.product .tp_zs .glide__slides .glide__slide img.active{width:100%;height:auto;display:block;opacity: 1;}
.product .zs_dt{margin-bottom:10px;overflow:hidden}
.product .swiper-xt{padding:0 25px}
.product .glide__arrows i{font-weight:bold}
.product .wz_js{width:calc(54% - 25px)}
.product .wz_js .b_t{font-size:33px;font-weight:bold;line-height:36px;padding-bottom:20px;border-bottom:2px solid #eee}
.product .wz_js .h_y{border-bottom:1px solid #eee;line-height:26px;color:#333;padding:25px 0}
.product .wz_js .h_y span{color:#999}
.product .wz_js .h_y h5{color:#999;font-size:16px;line-height:26px;margin-bottom:5px}
.product .wz_js .h_j {
  background: #f8fbff;
  border-radius: 14px;
  padding: 22px;
  margin: 26px 0;
}
.product .wz_js .h_j p {
  font-size: 15px;
  color: #333;
  margin: 0 0 27px 0;
  display: flex;
  align-items: center;
}
.product .wz_js .h_j p:last-child {
  margin-bottom: 0;
}
.product .wz_js .h_j strong {
  min-width: 80px;
  color: #168bff;
  font-weight: 600;
}

/* 咨询按钮 */
.product .wz_js .a_n {
  margin-top: 6px;
}
.product .wz_js .a_n .z_x {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 56px;
  background: var(--zt-ys);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.product .row{justify-content:space-between}
.cp-tab-nr{width:49%}
.nav-tabs{display:flex;list-style:none;padding:0;margin:0;border-bottom:2px solid #ddd}
.nav-tabs .nav-link{display:inline-block;padding:12px 20px;background-color:#fff;color:#333;text-decoration:none;font-weight:500;border:none;transition:all 0.3s ease;border-radius:4px;position:relative;cursor:pointer;transition:all 0.3s ease}
.nav-tabs .nav-link.active{border:1px solid #ccc;border-bottom:none;z-index:2}
.nav-tabs .nav-link.active::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:#fff;z-index:1}
.tab-content{padding:20px;background-color:#fff;border:1px solid #ddd;border-top:none;min-height:200px}
.tab-pane{display:none}
.tab-pane.active{display:block}
.cp-cj-bj{padding:20px;background-color:#ffffff;margin-bottom:20px}
.cp-cj-bj h3{font-size:20px;font-weight:bold;margin-bottom:10px}
.cp-cj-bj h4{font-size:17px;font-weight:bold;color:#1e9fff;margin-bottom:10px}
.cp-cj-bj h4:nth-last-child(2){color:#ff5722}
@media (max-width:767px){.cp-cj-bj{padding:1px}
.cp-cj-bj h3{font-size:17px;font-weight:bold;margin-bottom:10px}
.cp-cj-bj h4{font-size:15px;font-weight:bold;margin-bottom:10px}
}.product .xq_zs:last-child{margin-bottom:0}
.product .xq_zs .b_t{width:100%;border-bottom:1px solid #ddd;padding:20px 30px 20px 50px;position:relative;font-size:22px;font-weight:bold;line-height:32px;color:#333}
.product .xq_zs .b_t:after{width:6px;height:22px;border-radius:6px;position:absolute;left:30px;top:50%;margin-top:-9px;content:"";background-color:var(--zt-ys)}
.product .xq_zs .n_r{min-height:350px;padding:30px 18px 50px}
.product .xq_zs .n_r .img_p{margin:6px 0}
.cp-nr{padding:17px 2px}
.cp-nr p{margin:5px 0}
.cp-nr img{margin:5px 0;max-width:100%;height:auto;object-fit:cover}
.cp-sh{display:flex;align-items:center;margin:10px 0}
.cp-sh img{width:38px;height:38px;margin-right:10px}
.product .xq_zs .n_r h2,.product .xq_zs .n_r h3{font-size:17px;line-height:32px;font-weight:bold;margin:12px 0;color:var(--zt-ys)}
.product .xq_zs .n_r .b_g{position:relative;overflow-y:hidden;overflow-x:auto;width:100%}
#hiddenData{background:#f5f5f5}
.product .xq_zs .j_s{font-size:15px;line-height:28px;color:#777;text-align:justify;margin-bottom:30px;overflow-y:hidden;overflow-x:auto}
.product .xq_zs .j_s:last-child{margin-bottom:0}
.product .xq_zs .j_s img{max-width:100%;height:auto;display:block}
.product .xq_zs .j_s img.mg_c{margin:0 auto}
.pz-aaa img{max-width:100%;border-radius:11px;margin:10px 0}
.product .xq_zs .j_s ul{padding-left:20px}
.product .xq_zs .j_s ul li{list-style:disc;margin-bottom:15px;font-size:15px;line-height:26px}
.product .xq_zs .j_s h3{font-size:16px;line-height:28px;color:#333;margin-bottom:5px}
.product .xq_zs .z_h{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}
.product .xq_zs .z_c{width:calc(100% - 400px)}
.product .xq_zs .y_c{width:380px}
.product .xq_zs .t_z{width:47%}
.product .xq_zs .t_z p{margin-top:6px;text-align:center}
.product .xq_zs .t_s{font-family:"Microsoft YaHei",Arial,sans-serif;font-size:12px;line-height:18px;text-align:right;margin-top:10px}
.product .xq_zs table{border:1px solid #ccc;font-family:"Microsoft YaHei",Arial,sans-serif;font-size:16px;line-height:22px;text-align:center;color:#555}
.product .xq_zs table th{padding:7px;background-color:#fef0e9;font-size:17px;color:var(--zt-ys)}
.product .xq_zs table td{padding:6px 10px;min-width:50px}
.cpjz{display:block;width:100%;text-align:center}
.product .xg_tj{width:100%;padding:30px}
.product .xg_tj ul{display:flex;flex-wrap:wrap;margin:0 -10px}
.product .xg_tj ul li{width:calc(25% - 20px);margin:5px 10px}
.product .xg_tj .t_p{overflow:hidden;border:1px solid #ddd}
.product .xg_tj .t_p img{width:100%;height:auto;display:block;transition:all 1s;-webkit-transition:all 1s}
.product .xg_tj ul li:hover .t_p img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.product .xg_tj .w_z{margin-top:15px;text-align:center}
.bg_bz{text-align:initial}
.bg_zs{writing-mode:vertical-rl;letter-spacing:8px}
@media only screen and (max-width:1400px){.product{padding:20px 0}
.product .cp_lm{width:230px}
.product .cp_lm .b_t{padding:15px 15px 15px 30px;font-size:18px;line-height:28px}
.product .cp_lm .b_t:after{width:5px;left:15px}
.product .cp_lm a{padding:13px 15px;font-size:15px;line-height:26px}
.product .cp_lm i{top:13px;right:15px;line-height:26px}
.product .lm_nr{width:230px}
.product .lm_nr.on{top:110px}
.product .cp_zs{width:calc(100% - 260px)}
.product .cp_zs .w_z{margin-top:13px}
.product .cp_zs .w_z h3{font-size:18px;line-height:28px}
.product .cp_zs .w_z h4{font-size:14px}
.product .cp_zs .c_k span{width:50px;height:50px;line-height:46px;margin:-25px 0 0 -25px}
.product .cp_zs .c_k i{font-size:22px}
.product .zs_lb ul{margin:0 -8px}
.product .zs_lb ul li{width:calc(33.33333333% - 16px);margin:0 8px 16px;padding:10px}
.product .cp_xq{padding:15px}
.product .xq_tw{margin-bottom:20px}
.product .wz_js .b_t{font-size:22px;line-height:30px;padding-bottom:15px}
.product .wz_js .h_y{padding:15px 0}
.product .wz_js .h_y h5{font-size:15px}
.product .wz_js .a_n{margin-top:20px}
.product .wz_js .a_n a{height:40px;border-radius:40px;line-height:40px}
.product .wz_js .a_n i{font-size:22px}
.product .xq_zs{margin-bottom:20px}
.product .xq_zs .b_t{padding:15px 20px 15px 35px;font-size:20px}
.product .xq_zs .b_t:after{left:20px}
.product .xq_zs .n_r{min-height:300px;padding:20px}
.product .xg_tj{padding:20px}
.product .xg_tj ul{margin:0 -8px}
.product .xg_tj ul li{width:calc(25% - 16px);margin:0 8px}
.product .xg_tj .w_z{margin-top:10px}
}@media only screen and (max-width:1100px){.product .cp_lm{width:200px}
.product .lm_nr{width:200px}
.product .lm_nr.on{top:108px}
.product .cp_zs{width:calc(100% - 220px)}
.product .cp_zs .w_z h3{font-size:17px}
.product .cp_zs .w_z h4{font-size:13px}
.product .tp_zs{width:calc(40% - 10px)}
.product .wz_js{width:calc(50% - 10px)}
.product .wz_js .b_t{font-size:20px;line-height:28px}
.product .wz_js .h_y{padding:10px 0}
.product .wz_js .a_n{margin-top:15px}
.product .wz_js .a_n a{letter-spacing:0}
.product .xq_zs .b_t{font-size:19px}
.product .xq_zs .n_r h2,.product .xq_zs .n_r h3{font-size:17px;line-height:28px;margin-bottom:10px}
.product .xq_zs .j_s{font-size:14px;line-height:26px;margin-bottom:25px}
.product .xq_zs .j_s ul li{list-style:disc;margin-bottom:12px;font-size:14px;line-height:24px}
.product .xq_zs .j_s h3{font-size:15px;line-height:26px}
.product .xq_zs .j_s img.mg_c{margin:0}
.product .xq_zs .z_c{width:100%;margin-bottom:30px}
.product .xq_zs .y_c{width:100%}
.product .xq_zs table{min-width:310px}
.product .xq_zs table{font-size:14px}
.product .xq_zs table th{padding:12px;font-size:15px}
.product .xq_zs table td{padding:8px 12px}
.product .xg_tj ul{margin:0 -5px}
.product .xg_tj ul li{width:calc(25% - 10px);margin:0 5px}
.product .xg_tj .w_z{margin-top:8px}
}@media only screen and (max-width:768px){.product{padding:40px 0}
.product .zs_lb ul li{width:calc(50% - 16px)}
.product .tp_zs{width:100%}
.product .wz_js{width:100%;margin-top:15px}
.product .xg_tj{padding:20px 20px 0}
.product .xg_tj ul{margin:0 -10px}
.product .xg_tj ul li{width:calc(50% - 20px);margin:0 10px 20px}
}@media only screen and (max-width:640px){.product .cp_lm{display:none}
.product .cp_zs{width:100%}
.product .zs_lb ul{margin:0}
.product .zs_lb ul li{width:50%;margin:0 0 15px}
.product .cp_xq{padding:0;background:none}
.product .xq_tw{padding:0;margin-bottom:25px}
.product .tp_zs{width:100%}
.product .wz_js{width:100%;margin-top:25px}
.product .xq_zs{margin-bottom:25px}
.product .xq_zs .b_t{padding:10px 0 10px 15px;margin-bottom:20px}
.product .xq_zs .b_t:after{left:0}
.product .xq_zs .n_r{padding:0}
.product .xq_zs .n_r .img_p{margin:6px 0}
.product .xq_zs .n_r .img_p img{max-width:100%;height:auto;object-fit:cover}
.product .xq_zs .z_h{margin-bottom:25px}
.product .xq_zs .z_c{margin-bottom:25px}
.product .xg_tj{padding:0}
.product .xg_tj ul{margin:0 -5px}
.product .xg_tj ul li{width:calc(50% - 10px);margin:0 5px 10px}
}

/* 产品中心容器 */
.mszl-product-center {
    min-height: calc(100vh - 200px);
    background: #f5f5f5;
    padding: 24px 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* 内层白色背景容器 */
.mszl-product-inner {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

/* 面包屑导航 */
.mszl-breadcrumb {
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-light);
}
.mszl-breadcrumb-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.mszl-breadcrumb a {
    font-size: 13px;
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.25s ease;
}
.mszl-breadcrumb a:hover {
    color: var(--primary-color);
}
.mszl-breadcrumb-sep {
    font-size: 12px;
    color: var(--text-light);
}

/* 产品分类导航 */
.mszl-category {
    padding: 20px 24px;
    position: relative;
    border-bottom: 1px solid var(--border-light);
    box-sizing: border-box;
    width: 100%;
}
.mszl-category .mszl-cat-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 14px;
    display: none;
}
.mszl-category .mszl-cat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.mszl-category .mszl-cat-item {
    padding: 9px 20px;
    background: var(--bg-gray);
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.25s ease;
}
.mszl-category .mszl-cat-item:hover {
    background: rgba(30, 159, 255, 0.08);
    color: var(--primary-color);
}
.mszl-category .mszl-cat-item.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 3px 12px rgba(30, 159, 255, 0.35);
}

/* 筛选区域 */
.mszl-filter {
    padding: 18px 24px;
    border-bottom: 1px solid var(--border-light);
    box-sizing: border-box;
    width: 100%;
}
.mszl-filter .mszl-filter-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px dashed var(--border-color);
}
.mszl-filter .mszl-filter-header .mszl-filter-toggle {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mszl-filter .mszl-filter-header .mszl-filter-toggle::after {
    content: '▼';
    font-size: 11px;
    color: var(--primary-color);
    transition: transform 0.3s;
}
.mszl-filter .mszl-filter-header .mszl-filter-toggle.active::after {
    transform: rotate(180deg);
}
.mszl-filter .mszl-filter-header .mszl-clear-all {
    font-size: 13px;
    color: var(--primary-color);
    text-decoration: none;
    padding: 5px 16px;
    border: 1px solid var(--primary-color);
    border-radius: var(--radius-full);
    transition: all 0.3s;
}
.mszl-filter .mszl-filter-header .mszl-clear-all:hover {
    background: var(--primary-color);
    color: #fff;
}
.mszl-filter .mszl-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
}
.mszl-filter .mszl-filter-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 180px;
}
.mszl-filter .mszl-filter-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 6px;
}

.mszl-filter .mszl-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.mszl-filter .mszl-filter-option {
    padding: 7px 18px;
    background: var(--bg-gray);
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    font-size: 12px;
    font-weight: 500;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.25s ease;
}
.mszl-filter .mszl-filter-option:hover {
    background: rgba(30, 159, 255, 0.08);
    color: var(--primary-color);
}
.mszl-filter .mszl-filter-option.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 2px 8px rgba(30, 159, 255, 0.3);
}

/* 已选条件区域 */
.mszl-filter-tags {
    background: linear-gradient(90deg, rgba(30,159,255,0.06) 0%, rgba(30,159,255,0.02) 100%);
    padding: 10px 0;
    margin-top: 16px;
    border-top: 1px dashed var(--border-color);
    display: none;
}
.mszl-filter-tags.show {
    display: block;
}
.mszl-filter-tags .mszl-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding-left: 11px;
}
.mszl-filter-tags .mszl-tags-label {
    font-size: 13px;
    color: var(--text-light);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}
.mszl-filter-tags .mszl-tags-label::before {
    content: '✓';
    color: var(--primary-color);
    font-weight: 700;
}
.mszl-filter-tags .mszl-tag-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: var(--primary-color);
    color: #fff;
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(30, 159, 255, 0.3);
    transition: all 0.3s ease;
}
.mszl-filter-tags .mszl-tag-item:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 159, 255, 0.4);
}
.mszl-filter-tags .mszl-tag-close {
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.3s;
}
.mszl-filter-tags .mszl-tag-close:hover {
    opacity: 1;
}

/* 产品列表 */
.mszl-product-list {
    padding: 17px;
}
.mszl-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mszl-product-grid li {
    background: var(--bg-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    border: 1px solid rgba(240, 242, 245, 1);
}
.mszl-product-grid li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--bg-primary);
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 10;
}
.mszl-product-grid li:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-color: rgba(30, 159, 255, 0.15);
    transform: translateY(-2px);
}
.mszl-product-grid li:hover::before {
    opacity: 1;
}
.mszl-product-grid li a {
    text-decoration: none;
    display: block;
    height: 100%;
    position: relative;
}
@media (max-width: 1200px) {
    .mszl-product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 17px;
    }
}
@media (max-width: 992px) {
    .mszl-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
@media (max-width: 576px) {
    .mszl-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        padding: 6px;
    }
}

/* 产品图片 */
.mszl-t_p {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: linear-gradient(180deg, #f0f5ff 0%, #f8fafc 50%, #ffffff 100%);
    position: relative;
}
.mszl-t_p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(30, 159, 255, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(30, 159, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}
.mszl-t_p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(255,255,255,0.98), transparent);
    pointer-events: none;
    z-index: 1;
}
.mszl-t_p .mszl-img-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, rgba(30, 159, 255, 0.05) 0%, rgba(30, 159, 255, 0.02) 100%);
    border-radius: 50%;
    z-index: 0;
}
.mszl-t_p img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 2;
}
.mszl-product-grid li:hover .mszl-t_p img {
    transform: scale(1.08);
}

/* 产品内容 */
.mszl-w_z {
    padding: 24px 22px 28px;
    background: var(--bg-white);
    position: relative;
}
.mszl-w_z h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.mszl-product-grid li:hover .mszl-w_z h3 {
    color: var(--primary-color);
}
.mszl-w_z h4 {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.8;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 16px;
}
.mszl-w_z .mszl-product-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 0;
    padding-top: 14px;
    border-top: 1px solid var(--border-light);
}
.mszl-w_z .mszl-product-meta .mszl-meta-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 10px;
    background: var(--bg-gray);
    border-radius: 6px;
}
.mszl-w_z .mszl-product-meta .mszl-meta-item span:first-child {
    font-size: 10px;
    color: var(--text-light);
}
.mszl-w_z .mszl-product-meta .mszl-meta-item span:last-child {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-primary);
}
.mszl-w_z .mszl-product-meta .mszl-meta-highlight span:last-child {
    color: var(--primary-color);
}
.mszl-w_z .mszl-action {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mszl-w_z .mszl-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    background: var(--bg-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
    opacity: 1;
    transform: translateY(0);
}
.mszl-w_z .mszl-action-btn:hover {
    background: var(--primary-dark);
}
.mszl-w_z .mszl-action-btn::after {
    content: '→';
    font-size: 14px;
    transition: transform 0.3s;
}
.mszl-w_z .mszl-action-btn:hover::after {
    transform: translateX(3px);
}

/* ============ 移动端优化（768px以下） ============ */
@media (max-width: 768px) {
    .mszl-product-center {
        padding: 16px 0;
    }
    .mszl-category {
        padding: 18px 16px;
        margin-bottom: 12px;
        box-sizing: border-box;
        width: 100%;
    }
    .mszl-category .mszl-cat-title {
        display: block;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .mszl-category .mszl-cat-list {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        box-sizing: border-box;
    }
    .mszl-category .mszl-cat-list::-webkit-scrollbar {
        display: none;
    }
    .mszl-category .mszl-cat-item {
        padding: 7px 16px;
        font-size: 12px;
        border-radius: var(--radius-full);
        border-width: 1px;
        flex-shrink: 0;
    }
    
    .mszl-filter {
        padding: 18px 16px;
        margin-bottom: 12px;
        box-sizing: border-box;
        width: 100%;
        position: relative;
    }
    .mszl-filter .mszl-filter-header {
        display: none;
    }
    .mszl-filter .mszl-filter-row {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-top: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .mszl-filter .mszl-filter-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
        box-sizing: border-box;
    }
    .mszl-filter .mszl-filter-label {
        font-size: 13px;
        font-weight: 600;
        color: var(--text-primary);
        margin-bottom: 0;
        white-space: nowrap;
    }
    .mszl-filter .mszl-filter-options {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        box-sizing: border-box;
    }
    .mszl-filter .mszl-filter-options::-webkit-scrollbar {
        display: none;
    }
    .mszl-filter .mszl-filter-option {
        padding: 6px 16px;
        font-size: 13px;
        flex-shrink: 0;
        border-radius: var(--radius-full);
    }
    
    .mszl-filter-tags {
        padding: 12px 0;
        margin-top: 12px;
        border-top: 1px dashed var(--border-color);
        width: 100%;
        box-sizing: border-box;
    }
    .mszl-filter-tags .mszl-tags-wrap {
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        box-sizing: border-box;
    }
    .mszl-filter-tags .mszl-tags-wrap::-webkit-scrollbar {
        display: none;
    }
    .mszl-filter-tags .mszl-tag-item {
        padding: 4px 12px;
        font-size: 12px;
        flex-shrink: 0;
    }
    
    .mszl-product-list {
        padding: 24px 0;
    }
    
    .mszl-t_p {
        height: auto;
    }
    .mszl-t_p::before,
    .mszl-t_p::after {
        display: none;
    }
    .mszl-t_p img {
        padding: 0;
    }
    .mszl-t_p .mszl-img-bg {
        width: 100px;
        height: 100px;
    }
    
    .mszl-w_z {
        padding: 16px;
    }
    .mszl-w_z .mszl-badge {
        display: none;
    }
    .mszl-w_z h3 {
        font-size: 13px;
        margin-bottom: 6px;
        font-weight: 600;
        letter-spacing: 0;
    }
    .mszl-w_z h4 {
        font-size: 11px;
        line-height: 1.6;
        padding-bottom: 10px;
    }
    .mszl-w_z .mszl-product-meta {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        padding-top: 10px;
    }
    .mszl-w_z .mszl-product-meta .mszl-meta-item {
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding: 6px 10px;
        background: rgba(30, 159, 255, 0.05);
        border-radius: 8px;
        border: 1px solid rgba(30, 159, 255, 0.1);
    }
    .mszl-w_z .mszl-product-meta .mszl-meta-item span:first-child {
        font-size: 10px;
        color: var(--text-light);
        display: block;
    }
    .mszl-w_z .mszl-product-meta .mszl-meta-item span:last-child {
        font-size: 11px;
        font-weight: 600;
        color: var(--text-primary);
    }
    .mszl-w_z .mszl-action {
        display: none;
    }
    
    .mszl-pagination {
        padding: 20px 0;
    }
    .mszl-pagination .mszl-pagelist {
        padding: 6px;
    }
    .mszl-pagination .mszl-pagelist a {
        min-width: 36px;
        height: 32px;
        font-size: 12px;
    }
}

/* ============ 小屏移动端优化（480px以下） ============ */
@media (max-width: 480px) {
    .mszl-category {
        padding: 14px 16px;
        box-sizing: border-box;
        width: 100%;
    }
    .mszl-category .mszl-cat-item {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .mszl-filter {
        padding: 14px 16px;
        box-sizing: border-box;
        width: 100%;
    }
    
    .mszl-product-list {
        padding: 18px 0;
    }
    
    .mszl-t_p {
        height: auto;
    }
    .mszl-t_p::before,
    .mszl-t_p::after {
        display: none;
    }
    .mszl-t_p img {
        padding: 0;
    }
    .mszl-t_p .mszl-img-bg {
        width: 80px;
        height: 80px;
    }
    
    .mszl-w_z {
        padding: 12px;
    }
    .mszl-w_z .mszl-badge {
        display: none;
    }
    .mszl-w_z h3 {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 4px;
        letter-spacing: 0;
    }
    .mszl-w_z h4 {
        font-size: 10px;
        padding-bottom: 8px;
    }
    .mszl-w_z .mszl-product-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding-top: 8px;
    }
    .mszl-w_z .mszl-product-meta .mszl-meta-item {
        flex-direction: row;
        align-items: center;
        gap: 3px;
        font-size: 9px;
        padding: 2px 6px;
        background: rgba(30, 159, 255, 0.05);
        border-radius: 8px;
        border: 1px solid rgba(30, 159, 255, 0.1);
    }
    .mszl-w_z .mszl-product-meta .mszl-meta-item span:first-child {
        display: none;
    }
    .mszl-w_z .mszl-product-meta .mszl-meta-item span:last-child {
        font-size: 9px;
        font-weight: 500;
    }
    .mszl-w_z .mszl-action {
        display: none;
    }
    
    .mszl-pagination .mszl-pagelist a {
        min-width: 32px;
        height: 28px;
        font-size: 11px;
    }
}

.product{position: relative;width:100%;padding:50px 0;overflow:hidden}
.product .row{margin:0;justify-content:space-between;position:relative}
.product .lm_nr{width:280px}
.product .lm_nr.on{position:fixed;top:120px}
.product .zs_lb ul{display:flex;flex-wrap:wrap;margin:0 -10px}
.product .zs_lb ul li{width:calc(33.33333333% - 20px);margin:0 10px 20px;background-color:#f7f7f7;padding:15px;position:relative}
.product .cp_xq{width:100%;padding:25px;background-color:#f7f7f7;overflow:hidden}
.product .xq_tw{width:100%;background-color:#fff;margin-bottom:30px}
.product .tp_zs{width:calc(46% - 25px)}
.product .tp_zs img{width:100%;height:auto;display:block;overflow: hidden;}
.product .tp_zs .glide__slide{background: #dbbcbc66;}
.product .tp_zs .glide__slides .glide__slide img{width:100%;height:auto;display:block;opacity: .7;}
.product .tp_zs .glide__slides .glide__slide img.active{width:100%;height:auto;display:block;opacity: 1;}
.product .zs_dt{margin-bottom:10px;overflow:hidden}
.product .swiper-xt{padding:0 25px}
.product .glide__arrows i{font-weight:bold}
.product .wz_js{width:calc(54% - 25px)}
.product .wz_js .b_t{font-size:33px;font-weight:bold;line-height:36px;padding-bottom:20px;border-bottom:2px solid #eee}
.product .wz_js .h_y{border-bottom:1px solid #eee;line-height:26px;color:#333;padding:25px 0}
.product .wz_js .h_y span{color:#999}
.product .wz_js .h_y h5{color:#999;font-size:16px;line-height:26px;margin-bottom:5px}
.product .wz_js .h_j {
  background: #f8fbff;
  border-radius: 14px;
  padding: 22px;
  margin: 26px 0;
}
.product .wz_js .h_j p {
  font-size: 15px;
  color: #333;
  margin: 0 0 27px 0;
  display: flex;
  align-items: center;
}
.product .wz_js .h_j p:last-child {
  margin-bottom: 0;
}
.product .wz_js .h_j strong {
  min-width: 80px;
  color: #168bff;
  font-weight: 600;
}

/* 咨询按钮 */
.product .wz_js .a_n {
  margin-top: 6px;
}
.product .wz_js .a_n .z_x {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 56px;
  background: var(--zt-ys);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.product .row{justify-content:space-between}
.cp-tab-nr{width:49%}
.nav-tabs{display:flex;list-style:none;padding:0;margin:0;border-bottom:2px solid #ddd}
.nav-tabs .nav-link{display:inline-block;padding:12px 20px;background-color:#fff;color:#333;text-decoration:none;font-weight:500;border:none;transition:all 0.3s ease;border-radius:4px;position:relative;cursor:pointer;transition:all 0.3s ease}
.nav-tabs .nav-link.active{border:1px solid #ccc;border-bottom:none;z-index:2}
.nav-tabs .nav-link.active::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:#fff;z-index:1}
.tab-content{padding:20px;background-color:#fff;border:1px solid #ddd;border-top:none;min-height:200px}
.tab-pane{display:none}
.tab-pane.active{display:block}
.cp-cj-bj{padding:20px;background-color:#ffffff;margin-bottom:20px}
.cp-cj-bj h3{font-size:20px;font-weight:bold;margin-bottom:10px}
.cp-cj-bj h4{font-size:17px;font-weight:bold;color:#1e9fff;margin-bottom:10px}
.cp-cj-bj h4:nth-last-child(2){color:#ff5722}
@media (max-width:767px){.cp-cj-bj{padding:1px}
.cp-cj-bj h3{font-size:17px;font-weight:bold;margin-bottom:10px}
.cp-cj-bj h4{font-size:15px;font-weight:bold;margin-bottom:10px}
}.product .xq_zs:last-child{margin-bottom:0}
.product .xq_zs .b_t{width:100%;border-bottom:1px solid #ddd;padding:20px 30px 20px 50px;position:relative;font-size:22px;font-weight:bold;line-height:32px;color:#333}
.product .xq_zs .b_t:after{width:6px;height:22px;border-radius:6px;position:absolute;left:30px;top:50%;margin-top:-9px;content:"";background-color:var(--zt-ys)}
.product .xq_zs .n_r{min-height:350px;padding:30px 18px 50px}
.product .xq_zs .n_r .img_p{margin:6px 0}
.cp-nr{padding:17px 2px}
.cp-nr p{margin:5px 0}
.cp-nr img{margin:5px 0;max-width:100%;height:auto;object-fit:cover}
.cp-sh{display:flex;align-items:center;margin:10px 0}
.cp-sh img{width:38px;height:38px;margin-right:10px}
.product .xq_zs .n_r h2,.product .xq_zs .n_r h3{font-size:17px;line-height:32px;font-weight:bold;margin:12px 0;color:var(--zt-ys)}
.product .xq_zs .n_r .b_g{position:relative;overflow-y:hidden;overflow-x:auto;width:100%}
#hiddenData{background:#f5f5f5}
.product .xq_zs .j_s{font-size:15px;line-height:28px;color:#777;text-align:justify;margin-bottom:30px;overflow-y:hidden;overflow-x:auto}
.product .xq_zs .j_s:last-child{margin-bottom:0}
.product .xq_zs .j_s img{max-width:100%;height:auto;display:block}
.product .xq_zs .j_s img.mg_c{margin:0 auto}
.pz-aaa img{max-width:100%;border-radius:11px;margin:10px 0}
.product .xq_zs .j_s ul{padding-left:20px}
.product .xq_zs .j_s ul li{list-style:disc;margin-bottom:15px;font-size:15px;line-height:26px}
.product .xq_zs .j_s h3{font-size:16px;line-height:28px;color:#333;margin-bottom:5px}
.product .xq_zs .z_h{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}
.product .xq_zs .z_c{width:calc(100% - 400px)}
.product .xq_zs .y_c{width:380px}
.product .xq_zs .t_z{width:47%}
.product .xq_zs .t_z p{margin-top:6px;text-align:center}
.product .xq_zs .t_s{font-family:"Microsoft YaHei",Arial,sans-serif;font-size:12px;line-height:18px;text-align:right;margin-top:10px}
.product .xq_zs table{border:1px solid #ccc;font-family:"Microsoft YaHei",Arial,sans-serif;font-size:16px;line-height:22px;text-align:center;color:#555}
.product .xq_zs table th{padding:7px;background-color:#fef0e9;font-size:17px;color:var(--zt-ys)}
.product .xq_zs table td{padding:6px 10px;min-width:50px}
.cpjz{display:block;width:100%;text-align:center}
.product .xg_tj{width:100%;padding:30px}
.product .xg_tj ul{display:flex;flex-wrap:wrap;margin:0 -10px}
.product .xg_tj ul li{width:calc(25% - 20px);margin:5px 10px}
.product .xg_tj .t_p{overflow:hidden;border:1px solid #ddd}
.product .xg_tj .t_p img{width:100%;height:auto;display:block;transition:all 1s;-webkit-transition:all 1s}
.product .xg_tj ul li:hover .t_p img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.product .xg_tj .w_z{margin-top:15px;text-align:center}
.bg_bz{text-align:initial}
.bg_bz td{
    word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  line-height: 1.6;
  max-width: 100%;
}
.bg_zs{writing-mode:vertical-rl;letter-spacing:8px}
@media only screen and (max-width:1400px){.product{padding:20px 0}
.product .lm_nr{width:230px}
.product .lm_nr.on{top:110px}
.product .zs_lb ul{margin:0 -8px}
.product .zs_lb ul li{width:calc(33.33333333% - 16px);margin:0 8px 16px;padding:10px}
.product .cp_xq{padding:15px}
.product .xq_tw{margin-bottom:20px}
.product .wz_js .b_t{font-size:22px;line-height:30px;padding-bottom:15px}
.product .wz_js .h_y{padding:15px 0}
.product .wz_js .h_y h5{font-size:15px}
.product .wz_js .a_n{margin-top:20px}
.product .wz_js .a_n a{height:40px;border-radius:40px;line-height:40px}
.product .wz_js .a_n i{font-size:22px}
.product .xq_zs{margin-bottom:20px}
.product .xq_zs .b_t{padding:15px 20px 15px 35px;font-size:20px}
.product .xq_zs .b_t:after{left:20px}
.product .xq_zs .n_r{min-height:300px;padding:20px}
.product .xg_tj{padding:20px}
.product .xg_tj ul{margin:0 -8px}
.product .xg_tj ul li{width:calc(25% - 16px);margin:0 8px}
.product .xg_tj .w_z{margin-top:10px}
}@media only screen and (max-width:1100px){
.product .tp_zs{width:calc(40% - 10px)}
.product .wz_js{width:calc(50% - 10px)}
.product .wz_js .b_t{font-size:20px;line-height:28px}
.product .wz_js .h_y{padding:10px 0}
.product .wz_js .a_n{margin-top:15px}
.product .wz_js .a_n a{letter-spacing:0}
.product .xq_zs .b_t{font-size:19px}
.product .xq_zs .n_r h2,.product .xq_zs .n_r h3{font-size:17px;line-height:28px;margin-bottom:10px}
.product .xq_zs .j_s{font-size:14px;line-height:26px;margin-bottom:25px}
.product .xq_zs .j_s ul li{list-style:disc;margin-bottom:12px;font-size:14px;line-height:24px}
.product .xq_zs .j_s h3{font-size:15px;line-height:26px}
.product .xq_zs .j_s img.mg_c{margin:0}
.product .xq_zs .z_c{width:100%;margin-bottom:30px}
.product .xq_zs .y_c{width:100%}
.product .xq_zs table{min-width:310px}
.product .xq_zs table{font-size:14px}
.product .xq_zs table th{padding:12px;font-size:15px}
.product .xq_zs table td{padding:8px 12px}
.product .xg_tj ul{margin:0 -5px}
.product .xg_tj ul li{width:calc(25% - 10px);margin:0 5px}
.product .xg_tj .w_z{margin-top:8px}
}@media only screen and (max-width:768px){.product{padding:40px 0}
.product .zs_lb ul li{width:calc(50% - 16px)}
.product .tp_zs{width:100%}
.product .wz_js{width:100%;margin-top:15px}
.product .xg_tj{padding:20px 20px 0}
.product .xg_tj ul{margin:0 -10px}
.product .xg_tj ul li{width:calc(50% - 20px);margin:0 10px 20px}
}@media only screen and (max-width:640px){
.product .zs_lb ul{margin:0}
.product .zs_lb ul li{width:50%;margin:0 0 15px}
.product .cp_xq{padding:0;background:none}
.product .xq_tw{padding:0;margin-bottom:25px}
.product .tp_zs{width:100%}
.product .wz_js{width:100%;margin-top:25px}
.product .xq_zs{margin-bottom:25px}
.product .xq_zs .b_t{padding:10px 0 10px 15px;margin-bottom:20px}
.product .xq_zs .b_t:after{left:0}
.product .xq_zs .n_r{padding:0}
.product .xq_zs .n_r .img_p{margin:6px 0}
.product .xq_zs .n_r .img_p img{max-width:100%;height:auto;object-fit:cover}
.product .xq_zs .z_h{margin-bottom:25px}
.product .xq_zs .z_c{margin-bottom:25px}
.product .xg_tj{padding:0}
.product .xg_tj ul{margin:0 -5px}
.product .xg_tj ul li{width:calc(50% - 10px);margin:0 5px 10px}
}

.news{width:100%;padding:60px 0;overflow:hidden}
.news .xw_lb ul li{border-bottom:1px solid #eee;padding-bottom:35px;margin-bottom:35px;display:flex;flex-wrap:wrap;justify-content:space-between}
.news .xw_lb ul li:last-child{margin-bottom:0}
.news .xw_lb .t_p{width:26%;overflow:hidden}
.news .xw_lb .t_p img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;transition:all 1s;-webkit-transition:all 1s}
.news .xw_lb ul li:hover .t_p img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.news .xw_lb .w_z{width:63%}
.news .xw_lb .w_z h3{font-size:26px;line-height:36px;margin:15px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.news .xw_lb .w_z span{color:#999;font-family:"dinpro-Regular"}
.news .xw_lb .w_z p{line-height:28px;color:#777;height:56px;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news .xw_lb .w_z a.m_r{width:40px;height:40px;border-radius:50%;border:1px solid #ddd;line-height:38px;text-align:center;margin-top:35px;display:block}
.news .xw_lb ul li:hover .w_z a.m_r{background-color:var(--zt-ys);border:1px solid var(--zt-ys);color:#fff}
.news .xw_lb .w_z i{font-size:18px}
@media only screen and (max-width:1400px){.news{padding:50px 0}
.news .xw_lb ul li{padding-bottom:30px;margin-bottom:30px}
.news .xw_lb .t_p{width:28%}
.news .xw_lb .w_z{width:65%}
.news .xw_lb .w_z h3{font-size:22px;line-height:32px}
.news .xw_lb .w_z p{line-height:26px;height:52px}
.news .xw_lb .w_z a.m_r{margin-top:25px}
}@media only screen and (max-width:1100px){.news .xw_lb ul li{padding-bottom:25px;margin-bottom:25px}
.news .xw_lb .w_z h3{font-size:20px;line-height:30px}
.news .xw_lb .w_z p{line-height:24px;height:48px}
.news .xw_lb .w_z a.m_r{width:36px;height:36px;line-height:34px;margin-top:20px}
.news .xw_lb .w_z i{font-size:16px}
}@media only screen and (max-width:768px){.news{padding:40px 0}
.news .xw_lb .t_p{width:32%}
}@media only screen and (max-width:640px){.news .xw_lb ul li{flex-direction:column-reverse}
.news .xw_lb .t_p{width:100%;margin-bottom:20px}
.news .xw_lb .w_z{width:100%}
.news .xw_lb .w_z h3{margin:10px 0}
}.news_xq{width:100%;padding:60px 0;background-color:#f7f7f7;overflow:hidden}
.news_xq .row{margin:0;justify-content:space-between}
.news_xq .xq_nr{width:calc(100% - 390px);background-color:#fff;padding:50px}
.news_xq .xq_nr .b_t{font-size:32px;font-weight:bold;line-height:40px;color:#000;margin-bottom:10px}
.news_xq .xq_nr .b_q span{display:inline-block;margin-right:30px;color:#999;font-size:15px}
.news_xq .xq_nr .b_q i{font-size:16px;display:inline-block;vertical-align:middle;margin-right:6px;margin-top:-2px}
.news_xq .xq_nr .n_r{font-size:15px;line-height:28px;color:#555;padding:30px 0;margin:30px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}
.news_xq .xq_nr .n_r img{max-width:100%;margin:0 auto;display:block}
.news_xq .xq_nr .f_y{line-height:34px}
.news_xq .xq_nr .f_y span{color:#999}
.news_xq .xq_nr .f_y p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.news_xq .xq_yc{width:350px;position:relative}
.news_xq .xq_yc .b_t{border-bottom:1px solid #eee;position:relative;padding-left:17px;font-size:20px;line-height:68px;margin-bottom:15px}
.news_xq .xq_yc .b_t:after{width:6px;height:22px;position:absolute;top:50%;left:0;content:"";background-color:var(--zt-ys);border-radius:6px;margin-top:-11px}
.news_xq .xw_tj{padding:0 20px 20px;background-color:#fff;margin-bottom:20px}
.news_xq .xw_tj ul li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:relative;padding-left:17px;font-size:15px;line-height:34px}
.news_xq .xw_tj ul li:after{width:6px;height:6px;position:absolute;top:50%;left:0;content:"";background-color:#ddd;border-radius:6px;margin-top:-3px;transition:all .5s;-webkit-transition:all .5s}
.news_xq .xw_tj ul li:hover:after{background-color:var(--zt-ys)}
.news_xq .xw_tj a{color:#777}
.news_xq .xw_tj ul li:hover a{color:var(--zt-ys)}
.news_xq .xw_fx{padding:0 20px 20px;background-color:#fff}
.news_xq .xw_fx ul{display:flex;flex-wrap:wrap}
.news_xq .xw_fx ul li{margin-right:15px}
.news_xq .xw_fx a{width:40px;height:40px;border-radius:50%;border:1px solid #ddd;line-height:38px;text-align:center;display:block}
.news_xq .xw_fx a:hover{background-color:var(--zt-ys);border:1px solid var(--zt-ys);color:#fff}
.news_xq .xw_fx i{font-size:26px}
.news_xq .xw_fx i.icon-weixin1{font-size:19px}
.news_xq .yc_nr{width:350px}
.news_xq .yc_nr.on{position:fixed;top:120px}
.news_xq .yc_nr.on_a{position:absolute;top:auto;bottom:0}
@media only screen and (max-width:1400px){.news_xq{padding:50px 0}
.news_xq .xq_nr{width:calc(100% - 360px);padding:30px}
.news_xq .xq_nr .b_t{font-size:26px;line-height:32px}
.news_xq .xq_nr .b_q span{margin-right:20px;font-size:14px}
.news_xq .xq_nr .n_r{font-size:14px;line-height:26px;padding:25px 0;margin:25px 0}
.news_xq .xq_nr .f_y{line-height:30px}
.news_xq .xq_yc{width:330px}
.news_xq .xq_yc .b_t{padding-left:15px;font-size:18px;line-height:60px}
.news_xq .xq_yc .b_t:after{width:5px;height:20px;border-radius:5px;margin-top:-10px}
.news_xq .xw_tj{padding:0 15px 15px;margin-bottom:15px}
.news_xq .xw_tj ul li{padding-left:15px;font-size:14px;line-height:32px}
.news_xq .xw_fx{padding:0 15px 15px}
.news_xq .xw_fx ul li{margin-right:10px}
.news_xq .xw_fx a{width:36px;height:36px;line-height:34px}
.news_xq .xw_fx i{font-size:22px}
.news_xq .xw_fx i.icon-weixin1{font-size:17px}
.news_xq .yc_nr{width:330px}
.news_xq .yc_nr.on{top:110px}
}@media only screen and (max-width:1100px){.news_xq .xq_nr{width:calc(100% - 320px);padding:20px}
.news_xq .xq_nr .b_t{font-size:22px;line-height:28px}
.news_xq .xq_nr .b_q span{margin-right:15px}
.news_xq .xq_nr .n_r{padding:20px 0;margin:20px 0}
.news_xq .xq_yc{width:300px}
.news_xq .xq_yc .b_t{line-height:56px}
.news_xq .yc_nr{width:300px}
.news_xq .yc_nr.on{top:108px}
}@media only screen and (max-width:768px){.news_xq{padding:40px 0}
.news_xq .xq_nr{width:calc(100% - 280px);padding:20px}
.news_xq .xq_yc{width:260px}
.news_xq .yc_nr{width:260px}
}@media only screen and (max-width:640px){.news_xq{background-color:#fff}
.news_xq .xq_nr{width:100%;padding:0;background:none}
.news_xq .xq_nr .b_t{font-size:22px;line-height:28px}
.news_xq .xq_nr .b_q span{margin-right:10px;font-size:13px}
.news_xq .xq_nr .b_q i{font-size:14px;margin-right:5px}
.news_xq .xq_nr .n_r{padding:15px 0;margin:15px 0}
.news_xq .xq_nr .n_r img{width:100%}
.news_xq .xq_yc{display:none}
}.case{width:100%;padding:60px 0;position:relative;overflow:hidden}
.case .al_lb ul li{width:calc(25% - 30px);border-radius:3px;margin:0 15px 30px;background-color:#f7f7f7;overflow:hidden;transition:all .5s;-webkit-transition:all .5s}
.case .al_lb ul li:hover{background-color:var(--zt-ys)}
.case .t_p{overflow:hidden}
.case .t_p img{width:100%;height:auto;display:block;transition:all 1s;-webkit-transition:all 1s}
.case ul li:hover .t_p img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.case .w_z{width:100%;padding:15px 7px;font-size:17px;text-align:center;}
.case .al_lb ul li:hover .w_z{color:#fff}
.case .al_xq{max-width:1090px;margin:0 auto}
.case .al_bt{font-size:32px;color:#000;font-weight:bold;text-align:center}
.case .al_xt{font-size:22px;color:#777;text-align:center}
.case .xq_nr{margin-top:40px}
.case .xq_nr img{max-width:100%;height:auto;display:block;margin:0 auto 25px}
.case .f_y{display:flex;flex-wrap:wrap;justify-content:space-between}
.case .f_y p{width:45%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#aaa}
.case .f_y p:last-child{text-align:right}
@media only screen and (max-width:1400px){.case{padding:50px 0}
.case .al_lb ul{margin:0 -10px}
.case .al_lb ul li{width:calc(25% - 20px);margin:0 10px 20px}
.case .w_z{font-size:16px}
.case .al_xq{max-width:1060px}
.case .al_bt{font-size:28px}
.case .al_xt{font-size:20px}
.case .xq_nr{margin-top:35px}
.case .xq_nr img{margin:0 auto 20px}
}@media only screen and (max-width:1100px){.case .w_z{font-size:15px}
.case .al_xq{max-width:1000px}
.case .al_bt{font-size:26px}
.case .al_xt{font-size:18px}
}@media only screen and (max-width:768px){.case{padding:40px 0}
.case .al_lb ul{margin:0 -8px}
.case .al_lb ul li{width:calc(33.33333333% - 16px);margin:0 8px 16px}
.case .w_z{padding:15px 10px}
}@media only screen and (max-width:640px){.case .al_lb ul{margin:0}
.case .al_lb ul li{width:48%;margin: 2% 1%;}
.case .al_xq{max-width:100%}
.case .al_bt{font-size:22px}
.case .al_xt{font-size:16px}
.case .xq_nr{margin-top:30px}
.case .xq_nr img{margin:0 auto 15px}
}.contact{width:100%;padding:50px 0;overflow:hidden}
.contact .b_t{margin-bottom:30px}
.contact .b_t h3{font-size:30px;font-weight:bold;color:#000;line-height:40px}
.contact .b_t h4{font-size:26px;font-weight:bold;color:#aba6a6;font-family:"dinpro";text-transform:uppercase;line-height:32px;margin:13px 0}
.contact .b_t span{color:var(--zt-ys)}
.contact .row{margin:0;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.05)}
.contact .lx_fs{width:50%;padding:50px}
.contact .lx_fs ul li{position:relative;padding-left:60px;margin-bottom:35px}
.contact .lx_fs ul li:last-child{margin-bottom:0}
.contact .lx_fs h5{font-size:16px;color:#999;line-height:22px}
.contact .lx_fs p{font-size:20px;line-height:28px;color:#000}
.contact .lx_fs ul li span{width:46px;height:46px;background-color:#f2f2f2;border-radius:50%;position:absolute;top:50%;left:0;margin-top:-23px;line-height:46px;color:var(--zt-ys);text-align:center}
.contact .lx_fs i.icon-weizhi3{margin-left:4px}
.contact .lx_fs i.icon-zhandianwangzhanhulianwangie{font-size:26px}
.contact .zx_ly{width:50%;padding:50px;background-repeat:no-repeat;background-position:center;background-size:cover}
.contact .zx_ly ul{display:flex;flex-wrap:wrap;margin:0 -10px}
.contact .zx_ly ul li{width:calc(50% - 20px);margin:10px 10px 23px}
.contact .zx_ly ul li:nth-last-child(2){width:calc(100% - 20px)}
.contact .zx_ly ul li:last-child{width:calc(100% - 20px);margin:0 10px}
#ly_msglynr,#ly_msgxm,#ly_msgtel,#ly_lxwm{ color:red;font-size:12px;margin:3px 0;position:absolute;}
.contact .zx_ly input{width:100%;height:50px;background-color:#fff;border-radius:5px;padding:0 15px;line-height:50px;color:#333;display:block}
.contact .zx_ly input::placeholder{color:#bbb}
.contact .zx_ly textarea{width:100%;height:106px;background-color:#fff;border-radius:5px;padding:12px 15px;line-height:26px;color:#333;display:block;resize:none}
.contact .zx_ly textarea::placeholder{color:#bbb}
.contact .zx_ly button{width:150px;height:50px;background-color:var(--zt-ys);border-radius:5px;font-size:18px;line-height:50px;text-align:center;color:#fff;display:block;outline:none}
.contact .zx_ly button:hover{background-color:var(--djxg)}
@media only screen and (max-width:1400px){.contact{padding:50px 0}
.contact .b_t{margin-bottom:20px}
.contact .b_t h3{font-size:26px;line-height:34px}
.contact .b_t h4{font-size:22px;line-height:28px;margin:13px 0}
.contact .lx_fs{padding:35px}
.contact .lx_fs ul li{margin-bottom:30px}
.contact .lx_fs h5{font-size:15px}
.contact .lx_fs p{font-size:18px}
.contact .zx_ly{padding:35px}
.contact .zx_ly input{height:46px;padding:0 13px;line-height:46px}
.contact .zx_ly textarea{height:102px;padding:10px 13px}
.contact .zx_ly textarea::placeholder{color:#bbb}
.contact .zx_ly button{width:136px;height:46px;font-size:17px;line-height:46px}
}@media only screen and (max-width:1100px){.contact{padding:40px 0}
.contact .b_t{margin-bottom:15px}
.contact .b_t h3{font-size:22px;line-height:30px}
.contact .b_t h4{font-size:18px;line-height:26px}
.contact .lx_fs{padding:25px}
.contact .lx_fs ul li{margin-bottom:20px}
.contact .lx_fs h5{font-size:14px}
.contact .lx_fs p{font-size:16px}
.contact .zx_ly{padding:25px}
.contact .zx_ly textarea{height:76px}
.contact .zx_ly button{width:130px;font-size:16px}
}@media only screen and (max-width:768px){.contact{padding:50px 0}
.contact .lx_fs{width:100%}
.contact .zx_ly{width:100%}
}@media only screen and (max-width:640px){.contact{padding:20px 0}
.contact .b_t h3{font-size:20px;line-height:28px}
.contact .b_t h4{font-size:17px}
.contact .row{background:none;box-shadow:none}
.contact .lx_fs{padding:0;margin-bottom:20px}
.contact .lx_fs ul li span{width:40px;height:40px;margin-top:-20px;line-height:40px}
.contact .lx_fs i{font-size:20px}
.contact .lx_fs i.icon-weizhi3{margin-left:3px}
.contact .lx_fs i.icon-zhandianwangzhanhulianwangie{font-size:22px}
.contact .lx_fs p{font-size:15px;line-height:24px}
.contact .zx_ly{padding:0;background:none !important}
.contact .zx_ly ul{margin:0}
.contact .zx_ly ul li{width:100%;margin:0 0 23px}
.contact .zx_ly ul li:nth-last-child(2){width:100%}
.contact .zx_ly ul li:last-child{width:100%;margin:0}
.contact .zx_ly input{border:1px solid #eee;border-radius:3px;transition:all .3s;-webkit-transition:all .3s}
.contact .zx_ly input:focus{box-shadow:0 0 10px rgba(0,0,0,.05)}
.contact .zx_ly textarea{border:1px solid #eee;border-radius:3px;transition:all .3s;-webkit-transition:all .3s}
.contact .zx_ly textarea:focus{box-shadow:0 0 10px rgba(0,0,0,.05)}
.contact .zx_ly button{width:100%}
}.map{width:100%;height:600px;background-position:center;background-repeat:no-repeat;overflow:hidden}
@media only screen and (max-width:1400px){.map{height:500px}
}@media only screen and (max-width:1100px){.map{height:400px}
}@media only screen and (max-width:768px){.map{height:350px}
}@media only screen and (max-width:640px){.map{height:250px}
}.yema{width:100%;margin-top:35px;text-align:center}
.yema ul li{display:inline-block;margin:0 2px}
.yema ul li a{min-width:40px;padding:0 13px;background-color:#f2f2f2;border-radius:5px;line-height:40px;font-size:15px;text-align:center;color:#555;display:block}
.yema ul li a:hover{color:#fff;background-color:var(--zt-ys)}
.yema ul li a.on{color:#fff;background-color:var(--zt-ys)}
@media only screen and (max-width:1400px){.yema{margin-top:25px}
.yema ul li a{min-width:36px;padding:0 12px;line-height:36px;font-size:14px}
}@media only screen and (max-width:768px){.yema ul li a{min-width:32px;padding:0 8px;font-size:13px;line-height:32px}
}.footer{width:100%;padding-top:60px;background-color:#23292e;font-size:15px;line-height:30px;color:#aaa;overflow:hidden}
.footer .row{margin:0;justify-content:space-between}
.footer a{color:#aaa}
.footer a:hover{color:#fff}
.footer h3{font-size:20px;line-height:26px;color:#fff;margin-bottom:15px;position:relative;cursor:pointer}
.footer h3 a{color:#fff}
.footer h3 em{width:100%;height:100%;position:absolute;top:0;left:0;display:none}
.footer h3 em:after{width:12px;height:2px;background-color:#aaa;position:absolute;top:50%;margin-top:-1px;right:0;content:"";transition:all .5s;-webkit-transition:all .5s}
.footer h3 em.on:after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
.footer h3 em:before{width:2px;height:12px;background-color:#aaa;position:absolute;top:50%;margin-top:-6px;right:5px;content:"";transition:all .5s;-webkit-transition:all .5s}
.footer h3 em.on:before{transform:rotate(135deg);-webkit-transform:rotate(135deg)}
.footer .ft_lx{width:30%;margin-right:10%}
.footer .lx_tl{position:relative;padding-left:60px;margin-bottom:15px}
.footer .lx_tl i{font-size:52px;color:#fff;position:absolute;left:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.footer .lx_tl h4{font-size:15px;line-height:22px}
.footer .lx_tl strong{font-size:32px;color:#fff;font-family:"dinpro";line-height:40px}
.footer .lx_tl strong a{color:#fff}
.footer .lx_fs ul li{position:relative;padding:5px 0 5px 44px;line-height:22px;margin-top:10px}
.footer .lx_fs span{width:32px;height:32px;border:1px solid #aaa;border-radius:50%;position:absolute;top:0;left:0;line-height:30px;text-align:center;display:block}
.footer .lx_fs i{font-size:18px}
.footer .lx_fs i.icon-weizhi3{margin-left:4px;font-size:16px}
.footer .lx_fs i.icon-youxiang1{font-size:16px}
.footer .ft_dh{width:calc(60% - 120px);display:flex;flex-wrap:wrap;justify-content:space-between}
.footer .ft_fl{width:34%}
.footer .ft_fl:first-child{width:60%}
.footer .ft_fl:first-child .l_b{display:flex;flex-wrap:wrap}
.footer .ft_fl .l_b p{margin-bottom:6px}
.footer .ft_fl:first-child .l_b p{width:50%}
.footer .ft_fl .l_b a{line-height:22px}
.footer .ft_em{width:120px}
.footer .ft_em img{width:100%;height:auto;display:block;border-radius:6px}
.footer .ft_em .w_z{margin-top:5px;text-align:center}
@media only screen and (max-width:1100px){.footer{padding-top:40px;font-size:14px;line-height:26px}
.footer h3{font-size:17px;margin-bottom:15px}
.footer .ft_lx{width:30%}
.footer .lx_tl{padding-left:56px}
.footer .lx_tl i{font-size:44px}
.footer .lx_tl h4{font-size:14px}
.footer .lx_tl strong{font-size:26px;line-height:36px}
.footer .lx_fs ul li{padding:0 0 0 32px;line-height:22px;margin-top:10px}
.footer .lx_fs span{width:22px;height:22px;border:none;border-radius:none;line-height:22px}
.footer .ft_dh{width:calc(60% - 100px)}
.footer .ft_em{width:100px}
}@media only screen and (max-width:768px){.footer .ft_lx{width:30%;margin-right:5%}
.footer .ft_dh{width:calc(60% - 100px);margin-right:2%}
}@media only screen and (max-width:640px){.footer h3{font-size:16px;line-height:32px;margin-bottom:0}
.footer h3 em{display:block}
.footer .ft_lx{width:100%;margin-right:0;padding-bottom:30px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer .ft_dh{width:100%;margin-right:0}
.footer .ft_fl{width:100%;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer .ft_fl:first-child{width:100%}
.footer .ft_fl:first-child .l_b{display:none}
.footer .ft_fl:last-child{border-bottom:0;margin-bottom:0}
.footer .ft_fl a{font-size:13px;line-height:28px}
.footer .ft_fl .l_b{display:none;margin-top:10px;overflow:hidden}
.footer .ft_fl .l_b p{width:50%;float:left}
.footer .ft_em{display:none}
}.banquan{width:100%;border-top:1px solid rgba(255,255,255,.1);padding:25px 0;overflow:hidden}
.banquan span{display:inline-block;margin-right:15px}
@media only screen and (max-width:1100px){.banquan{padding:15px 0}
}@media only screen and (max-width:640px){.banquan{padding:20px 0 84px;margin-top:0;text-align:center}
.banquan .z_c{width:100%}
.banquan .y_c{width:100%}
.banquan span{margin:0 8px}
}.zx_kf{width:60px;position:fixed;bottom:10%;right:35px;z-index:999}
.zx_kf .kf_zs{background-color:var(--zt-ys);color:#fff;text-align:center;border-radius:60px;padding:5px 0}
.zx_kf .kf_zs a{color:#fff}
.zx_kf .kf_zs p{font-size:14px;line-height:16px}
.zx_kf .kf_zs ul li{position:relative;padding:10px 0;cursor:pointer}
.zx_kf .kf_zs ul li:after{width:30px;height:1px;background-color:rgba(255,255,255,.5);position:absolute;bottom:0;left:50%;margin-left:-15px;content:""}
.zx_kf .kf_zs ul li:last-child:after{display:none}
.zx_kf .kf_zs i{font-size:20px}
.zx_kf .kf_zs .t_b{width:100px;position:absolute;top:-108px;left:50%;margin-left:-50px}
.zx_kf .kf_zs .t_b img{width:100%;height:auto;display:block}
.zx_kf .tel{width:190px;padding:10px 25px;border-radius:5px;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.1);position:absolute;top:50%;margin-top:-38px;right:76px;opacity:0;visibility:hidden;transform:translateY(10px);-webkit-transform:translateY(10px);transition:all .5s;-webkit-transition:all .5s}
.zx_kf .kf_zs ul li:hover .tel{opacity:1;visibility:inherit;transform:translateY(0);-webkit-transform:translateY(0)}
.zx_kf .tel p{font-size:14px;line-height:26px;text-align:left;color:#777}
.zx_kf .tel strong{font-size:22px;line-height:36px;color:var(--zt-ys);font-family:"dinpro"}
.zx_kf .tel span{font-size:20px;line-height:30px;color:var(--zt-ys);font-family:"dinpro-Regular"}
.zx_kf .ewm{width:140px;padding:10px;border-radius:5px;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.1);position:absolute;top:50%;margin-top:-85px;right:76px;opacity:0;visibility:hidden;transform:translateY(10px);-webkit-transform:translateY(10px);transition:all .5s;-webkit-transition:all .5s}
.zx_kf .kf_zs ul li:hover .ewm{opacity:1;visibility:inherit;transform:translateY(0);-webkit-transform:translateY(0)}
.zx_kf .ewm img{width:100%;height:auto;display:block;border-radius:6px}
.zx_kf .ewm p{font-size:14px;line-height:22px;text-align:center;color:#777;margin-top:5px}
@media only screen and (max-width:1400px){.zx_kf{width:52px;right:20px}
.zx_kf .kf_zs{border-radius:52px;padding:7px 0}
.zx_kf .kf_zs p{font-size:13px}
.zx_kf .kf_zs ul li{padding:7px 0}
.zx_kf .kf_zs ul li:after{width:26px;margin-left:-13px}
.zx_kf .kf_zs .t_b{width:90px;top:-97px;margin-left:-45px}
.zx_kf .kf_zs i{font-size:18px}
.zx_kf .ewm{width:120px;padding:8px;margin-top:-72px;right:62px}
.zx_kf .ewm p{font-size:13px;line-height:20px}
}@media only screen and (max-width:768px){.zx_kf{bottom:30%}
}@media only screen and (max-width:640px){.zx_kf{display:none}
}.zx_kf .fh_top{width:50px;height:50px;border-radius:50%;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.1);border-radius:50%;cursor:pointer;text-align:center;line-height:50px;color:#333;margin:15px auto 0;display:none}
.zx_kf .fh_top:hover{background-color:var(--zt-ys);color:#fff}
.zx_kf .fh_top i{font-size:26px;margin-left:-2px}
@media only screen and (max-width:1400px){.zx_kf .fh_top{width:40px;height:40px;line-height:40px}
.zx_kf .fh_top i{font-size:22px}
}@media only screen and (max-width:768px){.zx_kf .fh_top{width:36px;height:36px}
}.sy_tw{position:relative;top:-3px;width:100%;height:calc(100% - 38px);padding:20px 18px;box-shadow:0 0 20px rgb(0 0 0 / 10%);background:#1f9fff17;border-radius:8px}
.sy_tw h4{font-size:16px;font-weight:bold;line-height:26px;padding:3px 0px 22px;color:#010101}
.sy_tw h4 span{font-size:16px;font-weight:bold}
.sy_tw h4 span:nth-of-type(1){color:var(--zt-ys)}
.sy_tw h4 span:nth-of-type(2){color:#0f0f10}
.sy_tw h4 span:nth-of-type(3){color:#ffb800}
.sy_tw h4 span:nth-of-type(4){color:#ff5722}
.sy_tw{max-width:600px;margin:0 auto;padding:8px 18px;background-color:#f9f9f9;border-radius:8px}
.sy_tw h4{font-size:18px;color:#333;margin-bottom:11px}
.sy_tw input[type="text"],.sy_tw textarea{width:100%;padding:12px 15px;margin-bottom:15px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:14px;transition:border-color 0.3s ease}
#syzxtw{width:100%}
#syzxtw input{width:100%;margin:0 0 7px}
#syzxtw textarea{width:100%;margin:0 0 7px}
#tip-msglynr,#tip-msgxm,#tip-msgtel{ color:red;font-size:12px;margin:3px 0;}
#resultTip{color:red;text-align:center; margin:5px 0; font-size:13px;}
.wt_tj{background:var(--zt-ys);padding:8px 0;color:#fff}
.wd_zl{justify-content:space-between}
.wz_left{width:66%}
.wz_right{width:30%}
@media only screen and (max-width:768px){.wz_left,.wz_right{width:100%}
}@media only screen and (max-width:768px){.sy_wd .sy_bt{text-align:left}
.sy_tw{position:relative;top:-3px;width:100%;height:calc(100% - 8px);padding:20px 18px;box-shadow:0 0 20px rgb(0 0 0 / 10%);background:#bec3c717;border-radius:8px}
}.wen-bg{background:#f7f7f7}
.list-ask{margin-bottom:38px}
.wen-bg .row{justify-content:space-between}
.list-ask:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.list-ask ul{display:flex;flex-wrap:wrap;justify-content:space-between}
.list-ask ul li{width:49%;margin-bottom:20px}
.list-ask ul li .box{padding:18px;background:#fff;border-radius:8px;border:1px dashed #1e9fff38}
.list-ask ul li p.wen{text-align:justify;margin-bottom:10px;font-weight:bold;font-size:20px;Position:relative;padding-left:34px;height:24px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#000}
.list-ask ul li span{Position:absolute;left:0;top:0;border-radius:100%;font-size:12px;color:#fff;display:block;width:24px;height:24px;line-height:24px;background:var(--zt-ys);text-align:center}
.list-ask ul li p.da{text-align:justify;color:#999;font-size:14px;Position:relative;padding-left:6px;height:23px;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.box:hover .wen{color:#3c5dc5}
.list-ask ul li p.wen:hover{color:#3c5dc5}
.list-ask ul li .box:hover{box-shadow:0 0 20px rgba(0,0,0,0.1)}
.wen-tj{background:#fff;padding:20px;margin-bottom:20px;border-radius:8px}
.wen-tj-h3{border-style:solid;border-width:4px;border-right:none !important;border-top:none !important;border-bottom:none !important;border-color:var(--zt-ys);font-size:20px;line-height:26px;padding-left:8px;font-weight:bold}
.wen-tj-ul{margin-top:26px}
.wen-tj-ul li{border-style:solid;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#f2f2f2;padding:12px 0}
@media only screen and (max-width:768px){.list-ask{margin-bottom:18px}
.list-ask ul li{width:100%;float:left;margin-bottom:10px}
.list-ask ul li p.wen{font-size:17px}
}.ask-xq{background:#fff;padding:20px;margin-bottom:20px;border-radius:8px}
.ask-xq h1{font-size:20px;font-weight:bold;padding:1px 0px 16px}
.info{color:#888888;line-height:24px;font-size:14px;margin-bottom:10px}
.miaoshu{color:#595959}
.ask-tj{background:#fff;padding:20px;margin-bottom:20px;border-radius:8px}
.spm{background:#fff;margin-bottom:15px;padding:0 15px;display:block;overflow:hidden}
.ask-zj{padding:15px 0;font-size:20px;font-weight:bold;border-bottom:1px solid #ebebeb}
.info2 .author img{float:left;margin-right:15px;width:50px;height:50px;border-radius:50%}
.info2 .author{width:280px;overflow:hidden;float:left;margin-bottom:10px;height:auto;margin-top:13px}
.info2 p.aut{color:#333333;font-size:16px;font-weight:bold}
.info2 p{color:#888888;line-height:25px}
.info2{position:relative;height:70px}
.info2 .zjhd{position:absolute;top:10px;right:0}
.info2 .zjhd span{font-size:12px;color:#ffffff}
.zjhdw{padding:16px 0;border-bottom:1px solid #ebebeb;font-size:15px;font-weight:bold}
.zjhd{position:absolute;top:0;right:0;width:78px;height:78px;overflow:hidden;border-top-right-radius:8px}
.zjhd .ask-tj{position:absolute;top:-8px;right:-30px;width:90px;height:45px;background:var(--zt-ys);transform:rotate(45deg);font-size:12px;color:#fff;line-height:24px;font-weight:700;box-sizing:border-box;padding-top:20px;text-align:center}
.ask-zqhd p{font-size:16px;color:#666;margin-top:10px;line-height:30px;padding:2px 12px}
.ask-zqhd h2,.ask-zqhd h3{font-size:16px;padding:10px 0;border-left:3px var(--zt-ys) solid;background:#f2f2f2;line-height:150%;padding:7px 10px 7px 16px;margin:20px 0;font-weight:bold}
.ask-zqhd{padding-bottom:20px;border-bottom:1px dashed #333}
.ask-zxtw{text-align:center;padding:10px 0}
.ask-zxtw h4{font-size:16px;font-weight:bolder;padding:18px 0}
.ask-tjbtn{display:block;width:78%;margin:0 auto;background:var(--zt-ys)}
.ask-logo{padding:6px 0}
.ask-qyjs{font-size:15px;color:#666}
.ask-twb{display:inline-block;padding:6px 50px;color:#fff;background-color:var(--zt-ys);font-size:15px;border-radius:2px}
#askwytw textarea{width:100%;padding:7px 7px 23px;border:1px solid #0f7ce9;font-size:14px;margin-bottom:10px}
#askwytw input{width:100%;padding:6px 10px;font-size:14px;line-height:28px;background-color:#f2f2f2;margin-bottom:10px}
#askwytw .form-group{margin-bottom:0}
.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000;overflow:auto}
.modal-dialog{position:relative;width:auto;max-width:800px;margin:1.75rem auto;transition:transform 0.3s ease-out}
@media (max-width:768px){.modal-dialog{margin:1rem}
}.modal-dialog.modal-lg{max-width:800px}
.modal-dialog.modal-dialog-centered{min-height:calc(100% - 3.5rem);display:flex;align-items:center}
.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:0.3rem;outline:0}
.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:0.3rem;border-top-right-radius:0.3rem}
.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto;background:none;border:none;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:0.5;cursor:pointer}
.modal-header .close:hover{opacity:0.75}
.modal-body{position:relative;flex:1 1 auto;padding:2rem;background-color:#f8f9fa;border-radius:0 0 0.3rem 0.3rem}
@media (max-width:768px){.modal-body{padding:1rem;margin:11px}
}.form-container{background-color:#ffffff;padding:2rem;border-radius:0.5rem;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.1)}
@media (max-width:768px){.form-container{padding:1rem}
}.form-group{margin-bottom:1.5rem}
.form-label{display:block;margin-bottom:0.5rem;font-weight:500;color:#343a40}
.form-control{display:block;width:100%;height:calc(1.8em + 0.75rem + 2px);padding:0.625rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #dee2e6;border-radius:0.375rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}
textarea.form-control{height:auto;min-height:77px}
.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff;padding:0.625rem 1.5rem;font-size:1rem;border-radius:0.375rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}
.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}
.btn-primary:focus{box-shadow:0 0 0 0.2rem rgba(38,143,255,0.5)}
.ask-qyjs{margin-top:1.5rem;line-height:1.6;color:#6c757d}
.ask-logo img{max-width:100%;height:auto}
table{width:100%;border-collapse:collapse;margin:1rem 0}
th,td{padding:0.75rem;text-align:left;border-bottom:1px solid #dee2e6}
th{background-color:#f8f9fa;font-weight:500}
@media (max-width:768px){table{display:block;overflow-x:auto;white-space:nowrap}
th,td{padding:0.5rem}
}@media (max-width:768px){.modal-body .row{flex-direction:column}
.modal-body .wz_left,.modal-body .wz_right{width:100%}
}.form-container{background-color:#ffffff;padding:2rem;border-radius:0.5rem;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.1);margin-bottom:2rem}
@media (max-width:768px){.form-container{padding:1rem;margin-bottom:1rem}
}table{width:100%;border-collapse:collapse;margin-top:2rem}
@media (max-width:768px){table{display:block;overflow-x:auto;white-space:nowrap;margin-top:1rem}
}.form-floating{margin-bottom:1.5rem;margin-top:0.5rem;position:relative}
@media (max-width:768px){.form-floating{margin-bottom:1rem;margin-top:0.3rem}
}.news-bg{background:#f7f7f7}
.news-r{background:#fff}
.news-bg .row{justify-content:space-between}
.news-it{overflow:hidden;margin-bottom:20px;padding:23px 0;border-bottom:1px dashed #eee;padding-left:18px}
.news-it:hover .news-title a{color:var(--zt-ys)}
.news-it:hover img{transform: scale(1.05);}
.news-thumb{float:left;width:172px;height:auto;margin-right:18px;border-radius:6px;border: 1px dashed #eee;object-fit:cover;transition: transform 0.5s ease;}
.news-content{overflow:hidden;padding: 3px 0px 6px;}
.news-title{font-size:18px;color:#333;margin-bottom:5px;font-weight:bold}
.news-summary{color:#888;font-size:16px;line-height:1.6;padding-right:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.news-meta{color:#888;font-size:14px;white-space:nowrap;line-height:2;padding-top:3px;display:inline-block}
.news-date,.news-views{display:inline-block}
.news-tj{background:#fff;padding:20px;margin-bottom:20px}
.news-tj-h3{border-style:solid;border-width:4px;border-right:none !important;border-top:none !important;border-bottom:none !important;border-color:var(--zt-ys);font-size:20px;line-height:26px;padding-left:8px;font-weight:bold}
.news-tj-ul{margin-top:26px}
.news-tj-ul li{border-style:solid;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#f2f2f2;line-height:26px}
.newsbg{background:#f7f7f7}
.newsbg .row{justify-content:space-between}
.news-nr-bg{background:#fff;padding:35px;margin-bottom:38px}
.news-h1{color:#000;margin-bottom:10px;font-size:24px;font-weight:bold}
.news-info{padding:18px 0}
.news-info span{color:#999;font-size:14px;line-height:31px;margin-right:17px}
.news-nr h2{
    font-size: 18px;
    line-height: 150%;
    padding: 10px 15px;
    margin: 35px 0 20px;
    font-weight: bold;

    color: #222;
    background: #f5f5f5;
    border-left: 5px solid var(--zt-ys);
}

.news-nr h3{
    font-size: 15px;
    line-height: 150%;
    padding: 8px 12px;
    margin: 20px 0 15px;
    font-weight: bold;

    color: #333;
    background: #fafafa;
    border-left: 3px solid var(--zt-ys);
}
.news-nr p{font-size:16px;line-height:1.6;margin:17px 0}
.news-nr img{display:block;height:auto;max-width:100%;margin:20px auto}
.news-tj{background:#fff;padding:20px;margin-bottom:20px}
.news-tj-h3{border-style:solid;border-width:4px;border-right:none !important;border-top:none !important;border-bottom:none !important;border-color:var(--zt-ys);font-size:20px;line-height:26px;padding-left:8px;font-weight:bold}
.news-tj-ul{margin-top:26px}
.news-tj-ul li{font-size:18px;border-style:solid;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#f2f2f2;padding:16px 0}
.pagebtn{padding-bottom:10px}
.moreNews a{color:#999;font-size:16px;display:block;line-height:3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}
.swiper-pagination-bullet-active{opacity:1;background:var(--zt-ys)}
@media only screen and (max-width:640px){.news-it{overflow:hidden;padding:13px 0;border-bottom:1px dashed #eee;padding-left:13px;margin-bottom:6px}
.news-content{overflow:hidden;padding:4px 0}
.news-title{font-size:15px}
.news-thumb{width:128px;height:85px;margin-right:13px}
.news-meta{display:none}
.news-summary{padding-right:13px;font-size:12px}
.news-tj-ul li{font-size:16px !important;padding:12px 0 !important}
.news-nr-bg{background:#fff;padding:15px;margin-bottom:38px}
.news-info span{margin-right:8px}
.pagebtn{padding-bottom:111px}
.pagebtn .moreBtn{width:100% !important}
.pagebtn .next{text-align:left !important}
}.pagelist{text-align:center;margin:27px 0}
.pagelist *{padding:8px 16px;margin-right:8px;margin-bottom:15px;border-radius:6px;line-height:1.5;font-size:14px;display:inline-block}
.pagelist *:nth-last-child(1){margin-right:0}
.pagelist b,.pagelist a:hover{color:#eef6ff;background:var(--zt-ys)}
.pagelist a{background:#f3f3f3;color:var(--zt-ys);transition:all .3s ease-in-out}
.tagls li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;flex-wrap:wrap}
.tagls li *{display:block;line-height:2.6}
@media screen and (min-width:768px){.move_bg .b_g{user-select:none;-moz-user-select:none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}
}.tabbarview{display:flex}
.tabbarview a{color:#fff!important}
.ftconsult{position:fixed;width:100%;bottom:0;background:#fff;z-index:999;box-shadow:1px 0 2px #ccc}
.ftconsult a{text-align:center;width:25%;display:block;background:var(--zt-ys);color:#fff;border-right:1px solid rgba(255,255,255,.3);padding:7px 0}
.overlay_center{width:88vw}
.overlay{position:fixed;top:0;left:0;z-index:1009;width:100vw;height:100vh;background:rgba(0,0,0,.4);transition:transform .3s;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}
.overlay_popup{width:100%;height:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}
.overlay_top{height:16.6667vw;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;top:0;left:0;width:100%}
.overlay_back{position:relative;width:15vw;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:72vw;top:16vw}
.overlay_backicon{font-size:7vw;color:var(--c33);transform:rotate(180deg)}
.overlay_back .icon{font-size:4vw}
.overlay_title{width:100%;font-size:6.8vw;font-weight:600;color:var(--c33);padding:0 13.3333vw;text-align:center;position:relative;top:6vw}
.overlay_content{background:#fff;border-radius:2vw;padding:5vw;position:relative}
.overlay_name{font-size:4vw;font-weight:700;color:#777777;text-align:center;line-height:8vw}
.overlay_group{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:5vw 0px 8vw 0px}
.overlay_groupNo{width:100%;height:1.33333rem;font-weight:500;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#f9f9f9;border-radius:3rem;font-size:.53333rem;color:#7f7f7f;line-height:.74667rem;font-size:4vw;padding:5vw}
.overlay_content_top{height:36vw;background:#fefefe;position:relative;border-radius:2vw 2vw 0 0;overflow:hidden;top:6.5vw}
.overlay_content_top_left{position:absolute;top:2.15rem;left:2rem;width:50vw;height:16vw;background-size:100% 100%;background-repeat:no-repeat;background-position:50%;z-index:3}
.overlay_content_top_right{position:absolute;top:2.5rem;right:2.8rem;width:20vw;height:10vw;background-size:100% 100%}
.overlay_close{z-index:10;position:absolute;width:2rem;height:2rem;background:url(../images/close.png) no-repeat;background-size:100% 100%}
.groupNo_copy{margin-left:2.6667vw;font-size:3.2vw;font-weight:400;line-height:3.2vw;color:var(--cdefault);background:transparent;border:none;outline:none}
.overlay_group_code{width:58vw;margin:0 auto}
.overlay_addgroup{font-size:3.7333vw;font-weight:400;color:var(--c93);text-align:center;margin:15px 0 15px 0}
.overlay_copywx{width:100%;height:12vw;background:var(--zt-ys);border-radius:6vw;font-size:4.2667vw;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border:none;outline:none}
.ask_questions_now{width:94%;height:12.8vw;border-radius:6.4vw;margin:0 auto;display:block;position:sticky;top:0;z-index:100}
.qmsg.qmsg-wrapper{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.55);font-size:4vw;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";position:fixed;top:0;left:0;bottom:0;right:0;top:50%;margin-top:-10vw;z-index:1010;width:100%;pointer-events:none}
.qmsg .qmsg-item{padding:3vw;text-align:center;-webkit-animation-duration:.3s;animation-duration:.3s;position:relative}
.qmsg .qmsg-item .qmsg-count{width:0;height:0;opacity:0;text-align:center;position:absolute;left:-4px;top:-4px;background-color:red;color:#fff;font-size:4vw;line-height:8vw;border-radius:1.5vw;display:inline-block;height:8vw}
.qmsg .qmsg-item:first-child{margin-top:-8px}
.qmsg .qmsg-content{text-align:left;position:relative;display:inline-block;padding:2.5vw 3vw;background:#fff;border-radius:1vw;box-shadow:0 1vw 3vw rgba(0,0,0,.15);pointer-events:all;max-width:80%;min-width:80px}
.qmsg .qmsg-content [class^="qmsg-content-"]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.qmsg .qmsg-content .qmsg-content-with-close{padding-right:20px}
.qmsg .qmsg-icon{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125vw;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;top:0px;margin-right:8px;width:4.8vw;height:4.8vw}
.qmsg .qmsg-icon svg{display:inline-block;font-size:4vw}
.qmsg .qmsg-content-info .qmsg-icon{color:#1890ff;user-select:none}
.qmsg .qmsg-icon-close{position:absolute;top:11px;right:5px;padding:0;overflow:hidden;font-size:4vw;line-height:22px;background-color:transparent;border:none;outline:none;cursor:pointer;color:rgba(0,0,0,.45);transition:color .3s}
.qmsg .qmsg-icon-close:hover>svg path{stroke:#555}
.qmsg .animate-turn{animation:MessageTurn 1s linear infinite;-webkit-animation:MessageTurn 1s linear infinite}
@keyframes MessageTurn{0%{-webkit-transform:rotate(0deg)}
25%{-webkit-transform:rotate(90deg)}
50%{-webkit-transform:rotate(180deg)}
75%{-webkit-transform:rotate(270deg)}
100%{-webkit-transform:rotate(360deg)}
}@-webkit-keyframes MessageTurn{0%{-webkit-transform:rotate(0deg)}
25%{-webkit-transform:rotate(90deg)}
50%{-webkit-transform:rotate(180deg)}
75%{-webkit-transform:rotate(270deg)}
100%{-webkit-transform:rotate(360deg)}
}@-webkit-keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}
to{max-height:0;padding:0;opacity:0}
}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}
to{max-height:0;padding:0;opacity:0}
}@-webkit-keyframes MessageMoveIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}
to{transform:translateY(0);transform-origin:0 0;opacity:1}
}@keyframes MessageMoveIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}
to{transform:translateY(0);transform-origin:0 0;opacity:1}
}@-webkit-keyframes MessageShake{0%,100%{transform:translateX(0px);opacity:1}
25%,75%{transform:translateX(-4px);opacity:0.75}
50%{transform:translateX(4px);opacity:0.25}
}@keyframes MessageShake{0%,100%{transform:translateX(0px);opacity:1}
25%,75%{transform:translateX(-4px);opacity:0.75}
50%{transform:translateX(4px);opacity:0.25}
}#max{width:100%;height:100%;align-items:center;margin-bottom:20vw}
.re{position:relative}
.re ul{list-style-type:none}
.re ul>li{width:100%;width:100%;position:absolute;transition:1s;opacity:0;padding:3.2vw}
.re ul>li img{position:relative;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0.05333rem;float:left}
#max ol{position:relative;display:grid;grid-template-columns:repeat(5,75px);grid-template-rows:auto;grid-gap:1em;gap:1em;float:right;list-style:none;top:0;left:0}
#max ol li{width:25px;height:10px;font-size:15px;line-height:20px;float:left;text-align:center;border-radius:2em}
.grouplist_cover{width:13%;border-radius:0.05333rem;position:relative}
.grouplist_center{-webkit-box-flex:1;-webkit-flex:1;flex:1;margin:0 0.32rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}
.grouplist_center p:first-child{height:0.53333rem;font-size:1rem;font-family:Microsoft YaHei;font-weight:700;line-height:.53333rem;color:#333;margin:2vw 0 1vw 3vw}
.grouplist_center p:nth-child(2){height:0.45333rem;font-size:0.9rem;font-family:Microsoft YaHei;font-weight:400;line-height:.45333rem;color:#999;margin:3vw 0 1vw 3vw}
.grouplist_cover .dot{position:absolute;right:-0.6rem;top:-0.6rem;width:1.2rem;height:1.2rem;background:#ff3b30;border-radius:50%;font-size:0.9rem;font-family:Microsoft YaHei;font-weight:400;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}
.grouplist_btn{background:#f86e21;border-radius:0.6rem;font-size:1rem;font-family:Microsoft YaHei;font-weight:400;color:#fff;padding:1.6vw 1.8vw;margin-top:-8vw;float:right;text-decoration:none}
@media (max-width:640px){.floating_ck{display:none}
}@media screen and (min-width:640px){.ftconsult{display:none}
}.nav-tabs .nav-link{margin-bottom:0;background-color:transparent;border:0;border-top-left-radius:0;border-top-right-radius:0}
.nav-tabs .nav-link{font-size:17px}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#1e9fff;background-color:#fff;border-color:#eaf2f7 #dee2e6 #fff;font-weight:bold}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate}
.b_t_a{float:right;font-size:16px}
.cha-ul{display:flex;flex-wrap:wrap}
.cha-list{padding:17px}
.links{margin-top:37px;color:#23292e}
.links a{padding:0 2px;color:#23292e}
.links a:hover{color:#454a4e}
.cslinks{color:#757575;opacity: 0;}
.cslinks a{padding:0 2px;color:#757575}
@media (max-width:768px){.links{display:none}
}.section{padding:60px 0}
.section-title{margin-bottom:60px;padding:0 20px;text-align:center;font-size:44px}
.section-title p{margin: 20px 0 0;
    font-size: 14px;
    color: #7f848b;
    letter-spacing: 1px;}
.section-title:after{display:block;content:'';width:38px;height:3px;margin:15px auto 0;background-color:var(--zt-ys)}
.section-title.text-colour-white,.section-title.text-colour-white p{color:#fff}
.rykh{width:100%;padding:69px 0;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden}
.rykh .container{padding: 50px 6px;}
.rykh .md-partners ul{display: grid;grid-template-columns: repeat(4,1fr);gap: 22px;}
.rykh .md-partners ul li{
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    transition: .3s;}
.rykh .md-partners ul li img{display:block;width:100%;height:auto;transition:transform .5s;object-fit:cover;}
.rykh .md-partners ul li:hover img{transform:scale(1.06)}
.rykh .image-shadow ul li{box-shadow:0 0 16px rgba(2,31,75,.12)}
.rykh .image-border ul li{border: 1px solid #edf2f7;}
.rykh .image-border ul li:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(30,159,255,.12);
}
.sy_hz .hz_zs{overflow:hidden;width:100%;margin-bottom:20px}
.sy_hz .hz_zs ul.bd{display:flex;list-style:none;padding:0;margin:0;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:30s}
.sy_hz .hz_zs ul.bd li{flex-shrink:0;margin-right:20px}
.sy_hz .hz_zs ul.bd li img{display:block;max-width:100%;height:auto}
@keyframes scroll-left{0%{transform:translateX(0)}
100%{transform:translateX(calc(-100% - 20px))}
}@keyframes scroll-right{0%{transform:translateX(calc(-100% - 20px))}
100%{transform:translateX(0)}
}.sy_hz .scroll-left ul.bd{animation-name:scroll-left}
.sy_hz .scroll-right ul.bd{animation-name:scroll-right}
@media (max-width:767px){.rykh{width:100%;padding:23px 0}
.rykh .md-partners ul{grid-template-columns: 1fr 1fr;gap: 12px;}
.rykh .md-partners ul li{background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 18px;
    padding: 15px;
    text-align: center;
    transition: .3s;}
.section-title{font-size:21px}
.section-title p{font-size:15px}
}.glide__arrow{padding:0!important}
.glide__bullet:hover,.glide__bullet:focus{border:2px solid var(--zt-ys)!important;background-color:var(--zt-ys)!important}

   /* =========================
新版产品详情页面
========================= */

    .product-page {
      background: #f3f5f9;
      overflow: hidden;
    }

    .product-section {
      padding: 90px 0;
    }

    .bg-white {
      background: #fff;
    }

    .bg-gray {
      background: #f5f7fb;
    }

    .bg-blue {
      background: linear-gradient(135deg, #3897dd, #1e9fff);
    }

    /* =========================
标题
========================= */

    .product-title {
      text-align: center;
      margin-bottom: 55px;
    }

    .product-title h2 {
      font-size: 48px;
      color: #111;
      margin-bottom: 18px;
      font-weight: 700;
    }

    .product-title p {
      font-size: 16px;
      color: #666;
      line-height: 1.9;
    }

    .product-title.white h2,
    .product-title.white p {
      color: #fff;
    }

    /* =========================
产品优势
========================= */

    .product-advantage {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 28px;
    }

    .adv-item {
      background: rgba(255, 255, 255, .12);
      border-radius: 30px;
      padding: 45px 35px;
      border: 1px solid rgba(255, 255, 255, .08);
      backdrop-filter: blur(10px);
      transition: .35s;
    }

    .adv-item:hover {
      transform: translateY(-8px);
      background: rgba(255, 255, 255, .16);
    }

    .adv-icon {
      width: 80px;
      height: 80px;
      border-radius: 22px;
      background: rgba(255, 255, 255, .12);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 28px;
    }

    .adv-icon img {
      width: 34px;
    }

    .adv-item h3 {
      font-size: 30px;
      color: #fff;
      margin-bottom: 16px;
    }

    .adv-item p {
      color: rgba(255, 255, 255, .88);
      font-size: 15px;
      line-height: 2;
    }

    /* =========================
行业应用
========================= */

    .application-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .application-item {
      position: relative;
      overflow: hidden;
      border-radius: 28px;
      background: #000;
    }

    .application-item img {
      width: 100%;
      height: 257px;
      object-fit: cover;
      display: block;
      transition: .6s;
    }

    .application-item:hover img {
      transform: scale(1.08);
    }

    .application-content {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 26px 22px;
      background: linear-gradient(to top, rgba(0, 0, 0, .82), transparent);
      color: #fff;
    }

    .application-content h3 {
      font-size: 24px;
      margin-bottom: 8px;
    }

    .application-content p {
      font-size: 14px;
      line-height: 1.8;
    }

    /* =========================
产品特点
========================= */

    .feature-box {
      background: #fff;
      border-radius: 35px;
      padding: 70px;
      box-shadow: 0 10px 35px rgba(0, 0, 0, .04);
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 45px;
    }

    .feature-item {
      display: flex;
      align-items: flex-start;
    }

    .feature-number {
      min-width: 68px;
      height: 68px;
      border-radius: 50%;
      background: linear-gradient(135deg, #168bff, #4ea7ff);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      font-weight: bold;
      margin-right: 22px;
    }

    .feature-text h3 {
      font-size: 28px;
      margin-bottom: 14px;
    }

    .feature-text p {
      color: #666;
      line-height: 2;
      font-size: 15px;
    }

    /* =========================
产品参数
========================= */

    .parameter-box {
      background: #fff;
      overflow: hidden;
      box-shadow: 0 10px 35px rgba(0, 0, 0, .04);
    }

    .parameter-box table {
      width: 100%;
      border-collapse: collapse;
      margin: 0;
      border: 1px solid #f1f1f1;
    }
    .parameter-box table tbody{
      border: 1px solid #f1f1f1;
    }
    .parameter-box table th {
      background: var(--zt-ys);
      color: #fff;
      padding: 24px 15px;
      font-size: 16px;
      text-align: center;
    }

    .parameter-box table td {
      padding: 22px 15px;
      text-align: center;
      border-bottom: 1px solid #f1f1f1;
      font-size: 15px;
    }

    .parameter-box table tr:nth-child(even) {
      background: #f8fbff;
    }

/* =========================
厂家实力
========================= */

    .company-box {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .company-item {
      background: #fff;
      border-radius: 30px;
      padding: 45px 35px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
      transition: .35s;
    }

    .company-item:hover {
      transform: translateY(-8px);
    }

    .company-number {
      font-size: 56px;
      color: #168bff;
      font-weight: bold;
      margin-bottom: 14px;
    }

    .company-item h3 {
      font-size: 26px;
      margin-bottom: 14px;
    }

    .company-item p {
      color: #666;
      line-height: 2;
      font-size: 15px;
    }

    /* =========================
工厂实拍
========================= */

    .factory-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .factory-item {
      overflow: hidden;
      border-radius: 28px;
      background: #fff;
    }

    .factory-item img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      display: block;
      transition: .6s;
    }

    .factory-item:hover img {
      transform: scale(1.06);
    }

    .factory-text {
      padding: 22px;
    }

    .factory-text h3 {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .factory-text p {
      color: #666;
      font-size: 14px;
      line-height: 1.8;
    }

    /* =========================
FAQ
========================= */

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 22px;
    }

    .faq-item {
      overflow: hidden;
      border-radius: 26px;
      background: #fff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    }

    .faq-question {
      display: flex;
      align-items: center;
      padding: 28px 35px;
      background: #fff;
    }

    .faq-q {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #168bff;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: bold;
      margin-right: 18px;
    }

    .faq-question h3 {
      font-size: 24px;
      color: #111;
    }

    .faq-answer {
      display: flex;
      align-items: flex-start;
      padding: 28px 35px;
      background: #f8fbff;
      border-top: 1px solid #eef4fb;
    }

    .faq-a {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #dbeeff;
      color: #168bff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: bold;
      margin-right: 18px;
    }

    .faq-answer p {
      color: #666;
      font-size: 15px;
      line-height: 2;
    }

    /* =========================
联系方式
========================= */

    .contact-box {
      position: relative;
      overflow: hidden;
      border-radius: 40px;
      background: #fff;
      padding: 80px;
      box-shadow: 0 15px 45px rgba(0, 0, 0, .05);
    }

    .contact-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .contact-left h2 {
      font-size: 51px;
      color: #111;
      margin-bottom: 18px;
    }

    .contact-left p {
      color: #666;
      font-size: 17px;
      line-height: 1.9;
    }

    .contact-right {
      text-align: right;
    }

    .contact-tag {
      display: inline-block;
      padding: 8px 18px;
      border-radius: 30px;
      background: #168bff;
      color: #fff;
      font-size: 14px;
      margin-bottom: 18px;
    }

    .contact-tel {
      font-size: 56px;
      font-weight: bold;
      color: #168bff;
      line-height: 1;
      margin-bottom: 14px;
    }

    .contact-desc {
      color: #666;
      font-size: 15px;
    }

    /* =========================
手机端
========================= */

    @media(max-width:768px) {

      .product-section {
        padding: 40px 0;
      }

      .product-title {
        margin-bottom: 28px;
      }

      .product-title h2 {
        font-size: 28px;
        line-height: 1.5;
      }
.parameter-box table th,
.parameter-box table td{
        padding: 10px;
        font-size: 12px;
}
      .product-title p {
        font-size: 13px;
      }

      .product-advantage,
      .application-grid,
      .company-box,
      .factory-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
      }

      .adv-item,
      .company-item {
        padding: 22px 18px;
        border-radius: 18px;
      }

      .adv-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        margin-bottom: 18px;
      }

      .adv-item h3 {
        font-size: 20px;
      }

      .adv-item p {
        font-size: 13px;
      }

      .application-item {
        border-radius: 16px;
      }

      .application-item img {
        height: 100px;
      }

      .application-content {
        padding: 14px;
      }

      .application-content h3 {
        font-size: 17px;
      }

      .application-content p {
        font-size: 12px;
      }

      .feature-box {
        padding: 26px 20px;
        border-radius: 18px;
      }

      .feature-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .feature-number {
        min-width: 48px;
        height: 48px;
        font-size: 18px;
        flex-shrink: 0; 
      }

      .feature-text h3 {
        font-size: 18px;
      }

      .feature-text p {
        font-size: 13px;
      }

      .parameter-box {
        overflow-x: auto;
      }

      .parameter-box table {
        min-width: 100%;
        border: 1px solid #f3f2f2;
      }

      .company-number {
        font-size: 30px;
      }

      .company-item h3 {
        font-size: 18px;
      }

      .company-item p {
        font-size: 12px;
      }

      .factory-item {
        border-radius: 16px;
      }

      .factory-item img {
        height: 150px;
      }

      .factory-text {
        padding: 14px;
      }

      .factory-text h3 {
        font-size: 16px;
      }

      .factory-text p {
        font-size: 12px;
      }

      .faq-question,
      .faq-answer {
        padding: 18px 16px;
      }

      .faq-q,
      .faq-a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-right: 10px;
        flex-shrink: 0; 
      }

      .faq-question h3 {
        font-size: 17px;
      }

      .faq-answer p {
        font-size: 13px;
      }

      .contact-box {
        padding: 35px 24px;
        border-radius: 22px;
      }

      .contact-content {
        flex-direction: column;
        align-items: flex-start;
      }

      .contact-left h2 {
        font-size: 28px;
      }

      .contact-left p {
        font-size: 13px;
        margin-bottom: 20px;
      }

      .contact-right {
        text-align: left;
      }

      .contact-tel {
        font-size: 36px;
      }
    }

/* =========================
   美森制冷 - 服务支持页
========================= */

.service-page{
    background:#fff;
}

/* ===== 通用 ===== */

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:42px;
    color:#1f2937;
    margin-bottom:15px;
    font-weight:700;
}

.section-title p{
    color:#64748b;
    font-size:16px;
    position:relative;
    padding-bottom:18px;
}

/* =========================
   Banner
========================= */

.service-banner{
    padding:90px 0;
    background:
    linear-gradient(
    135deg,
    #1e9fff 0%,
    #1578d3 100%
    );
}

.banner-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.banner-left{
    flex:1;
    color:#fff;
}

.banner-left h1{
    font-size:58px;
    line-height:1.2;
    margin-bottom:25px;
    font-weight:800;
}

.banner-left p{
    font-size:18px;
    line-height:2;
    opacity:.92;
}

.banner-btns{
    display:flex;
    gap:15px;
    margin-top:35px;
}

.btn-outline{
    color:#fff;
    border:1px solid rgba(255,255,255,.4);
    text-decoration:none;
    padding:14px 32px;
    border-radius:50px;
}

.banner-right{
    width:430px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.banner-stat{
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
    border-radius:18px;
    text-align:center;
    padding:30px 15px;
    color:#fff;
}

.banner-stat strong{
    display:block;
    font-size:34px;
    margin-bottom:8px;
}

/* =========================
   六大优势
========================= */

.service-power{
    padding:90px 0;
    background:#fff;
}

.power-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:18px;
}

.power-item{
    background:#fff;
    border:1px solid #e8eef5;
    border-radius:18px;
    padding:25px 15px;
    text-align:center;
    transition:.3s;
}

.power-item:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(30,159,255,.08);
}

.power-item img{
    width:56px;
    height:56px;
    object-fit:contain;
    margin-bottom:15px;
}

.power-item h3{
    font-size:18px;
    color:#1f2937;
    margin-bottom:8px;
}

.power-item span{
    font-size:13px;
    color:#64748b;
}

/* =========================
   服务流程
========================= */

.service-process{
    padding:90px 0;
    background:#f6f6f6;
}

.process-list{
    display:grid;
    grid-template-columns:repeat(8,1fr);
    gap:12px;
}

.process-item{
    position:relative;
    text-align:center;
}

.process-item:not(:last-child):after{
    content:'';
    position:absolute;
    top:26px;
    left:70%;
    width:60%;
    height:2px;
    background:#d8e5f5;
}

.process-item span{
    width:52px;
    height:52px;
    line-height:52px;
    display:inline-block;
    border-radius:50%;
    background:#1e9fff;
    color:#fff;
    font-weight:700;
    margin-bottom:12px;
    position:relative;
    z-index:2;
}

.process-item h3{
    font-size:14px;
    color:#1f2937;
    margin:0;
}

/* =========================
   按需设计
========================= */

.custom-service{
    padding:90px 0;
    background:#fff;
}

.custom-wrap{
    padding:60px;
    display:flex;
    justify-content:space-between;
    gap:50px;
}

.custom-left{
    flex:1;
}

.custom-label{
    display:inline-block;
    background:#1e9fff;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    margin-bottom:20px;
    font-size:14px;
}

.custom-left h2{
    font-size:42px;
    margin-bottom:20px;
    color:#1f2937;
}

.custom-left p{
    line-height:2;
    color:#64748b;
}

.custom-right{
    width:420px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.custom-item{
    background: linear-gradient( 135deg, #1e9fff 0%, #1578d3 100% );
    border:1px solid #e8eef5;
    padding:18px;
    border-radius:14px;
    text-align:center;
    font-size:14px;
    color:#fff;
}

/* =========================
   为什么选择美森
========================= */

.why-mission{
    padding:90px 0;
    background:#f7f7f7;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:18px;
}

.why-item{
    background:#fff;
    border-radius:18px;
    padding:30px 15px;
    text-align:center;
}

.why-item strong{
    display:block;
    font-size:34px;
    color:#1e9fff;
    margin-bottom:8px;
}

.why-item span{
    color:#64748b;
}

/* =========================
   售后保障
========================= */

.after-sale{
    padding:90px 0;
}

.after-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.after-card{
    background:#fff;
    border:1px solid #e8eef5;
    border-radius:18px;
    padding:30px;
    transition:.3s;
}

.after-card:hover{
    box-shadow:0 12px 25px rgba(0,0,0,.05);
}

.after-card h3{
    margin-bottom:12px;
    font-size:20px;
    color:#1f2937;
}

.after-card p{
    color:#64748b;
    line-height:1.8;
}

/* =========================
   CTA
========================= */

.service-cta{
    padding:90px 0;
    background:#fff;
}

.cta-box{
    background:
    linear-gradient(
    135deg,
    #1e9fff,
    #1578d3
    );
    border-radius:30px;
    padding:80px 40px;
    text-align:center;
    color:#fff;
}

.cta-box h2{
    font-size:52px;
    margin-bottom:20px;
    font-weight:700;
}

.cta-box p{
    max-width:800px;
    margin:0 auto 35px;
    font-size:18px;
    line-height:2;
    opacity:.95;
}

.cta-btns{
    display:flex;
    justify-content:center;
    gap:15px;
}

.cta-btn{
    background:#fff;
    color:#1e9fff;
    text-decoration:none;
    padding:15px 38px;
    border-radius:50px;
    font-weight:600;
}

.cta-btn-white{
    color:#fff;
    text-decoration:none;
    border:1px solid rgba(255,255,255,.4);
    padding:15px 38px;
    border-radius:50px;
}

/* =========================
   Mobile
========================= */

@media(max-width:768px){

    .service-banner,
    .service-power,
    .service-process,
    .custom-service,
    .why-mission,
    .after-sale,
    .service-cta{
        padding:55px 0;
    }

    .section-title{
        margin-bottom:35px;
    }

    .section-title h2{
        font-size:30px;
    }

    .section-title p{
        font-size:13px;
    }

    /* Banner */

    .banner-content{
        flex-direction:column;
        gap:25px;
    }

    .banner-left h1{
        font-size:34px;
    }

    .banner-left p{
        font-size:14px;
        line-height:1.8;
    }

    .banner-btns{
        flex-direction:column;
    }

    .banner-right{
        width:100%;
        gap:10px;
    }

    .banner-stat{
        padding:15px;
    }

    .banner-stat strong{
        font-size:22px;
    }

    /* 六大优势 */

    .power-grid{
        grid-template-columns:repeat(3,1fr);
        gap:10px;
    }

    .power-item{
        padding:15px 8px;
    }

    .power-item img{
        width:36px;
        height:36px;
        margin-bottom:10px;
    }

    .power-item h3{
        font-size:13px;
        margin-bottom:5px;
    }

    .power-item span{
        font-size:11px;
    }

    /* 服务流程 */

    .process-list{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }

    .process-item{
        background:#fff;
        border-radius:12px;
        padding:15px;
        border:1px solid #e8eef5;
    }

    .process-item:after{
        display:none;
    }

    .process-item span{
        width:42px;
        height:42px;
        line-height:42px;
        margin-bottom:10px;
    }

    .process-item h3{
        font-size:13px;
    }

    /* 按需设计 */

    .custom-wrap{
        padding:25px;
        flex-direction:column;
    }

    .custom-left h2{
        font-size:28px;
    }

    .custom-left p{
        font-size:13px;
        line-height:1.8;
    }

    .custom-right{
        width:100%;
        gap:10px;
    }

    .custom-item{
        font-size:12px;
        padding:12px;
    }

    /* 为什么选择 */

    .why-grid{
        grid-template-columns:repeat(3,1fr);
        gap:10px;
    }

    .why-item{
        padding:15px 8px;
    }

    .why-item strong{
        font-size:22px;
    }

    .why-item span{
        font-size:12px;
    }

    /* 售后 */

    .after-grid{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }

    .after-card{
        padding:18px 15px;
    }

    .after-card h3{
        font-size:14px;
    }

    .after-card p{
        font-size:12px;
        line-height:1.6;
    }

    /* CTA */

    .cta-box{
        padding:40px 20px;
        border-radius:20px;
    }

    .cta-box h2{
        font-size:30px;
        line-height:1.4;
    }

    .cta-box p{
        font-size:13px;
        line-height:1.8;
    }

    .cta-btns{
        flex-direction:column;
    }
}


/* zlljsks */
.calculator-section {
    padding: 0;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}
.banner-section {
    background: linear-gradient(135deg, #1e9fff 0%, #0099ff 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.banner-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 50%);
}
.banner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.banner-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.3;
}
.banner-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin: 0 0 40px;
    line-height: 1.6;
}
.banner-formula {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    padding: 8px 24px;
    border-radius: 25px;
    font-family: 'Courier New', monospace;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.banner-btn {
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.banner-btn.primary {
    background: #fff;
    color: #1e9fff;
}
.banner-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.banner-btn.secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.banner-btn.secondary:hover {
    background: #fff;
    color: #1e9fff;
    transform: translateY(-3px);
}
.calculator-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(30 159 255 / 60%) 0%, #f7f7f7 50%, #f7f7f7 100%);
    opacity: 0.3;
    top: 220px;
}
.calculator-container {
    max-width: 1200px;
    margin: 40px auto;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(30, 159, 255, 0.15);
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 40px rgba(30, 159, 255, 0.08);
}
.calculator-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.calculator-left {
    padding: 40px;
    border-right: 1px solid rgba(30, 159, 255, 0.15);
}
.calculator-right {
    padding: 40px;
    background: #f7f7f7;
}
.calculator-right .result-section {
    display: block;
    background: #fff;
    border: 1px solid rgba(30, 159, 255, 0.15);
    min-height: 400px;
}
.quote-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #1e9fff 0%, #0099ff 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(30, 159, 255, 0.3);
}
.calculator-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    margin: 0;
}
.calculator-form {
    padding: 40px;
}
.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}
.form-group {
    position: relative;
}
.form-group label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
}
.form-group input {
    width: 100%;
    padding: 14px 4px 14px 6px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.form-group input:focus {
    outline: none;
    border-color: #1e9fff;
    box-shadow: 0 0 0 3px rgb(30 159 255 / 60%);
    background: #fff;
}
.form-group input::placeholder {
    color: #999;
}
.form-group .unit {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none;
}
.form-group .select-box {
    width: 100%;
    padding: 16px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    color: #333;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.form-group .select-box:focus {
    outline: none;
    border-color: #1e9fff;
    box-shadow: 0 0 0 3px rgb(30 159 255 / 60%);
}
.form-group .select-box option {
    background: #fff;
    color: #333;
}
.c-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.c-input-wrapper input {
    flex: 1;
    border-radius: 12px 0 0 12px;
}
.c-input-wrapper .preset-select {
    padding: 16px 12px;
    background: #1e9fff;
    border: 1px solid #1e9fff;
    border-left: none;
    border-radius: 0 12px 12px 0;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.c-input-wrapper .preset-select:hover {
    background: #0099ff;
}
.c-input-wrapper .preset-select option {
    background: #fff;
    color: #333;
}
.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-group input[type=number] {
    -moz-appearance: textfield;
}
.form-group.error input {
    border-color: #ff4d4f;
    background: rgba(255, 77, 79, 0.05);
}
.form-group .error-tip {
    display: none;
    color: #ff4d4f;
    font-size: 12px;
    margin-top: 6px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.form-group.error .error-tip {
    display: block;
}
.formula-box {
    background: rgb(30 159 255 / 60%);
    border: 1px solid #1e9fff;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 24px;
    text-align: center;
}
.formula-box p {
    margin: 0;
    font-family: 'Courier New', monospace;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.formula-box .label {
    color: #fff;
    margin-right: 8px;
}
.calculate-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #1e9fff 0%, #0099ff 100%);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.btn-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}
.consult-btn {
    width: 100%;
    padding: 18px;
    background: #f7f7f7;
    color: #1e9fff;
    border: 2px solid #1e9fff;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.consult-btn:hover {
    background: #1e9fff;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(30, 159, 255, 0.3);
}
.result-icon {
    width: 40px;
    height: 40px;
    margin-right: 7px;
}
.contact-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-right: 17px;
}
.calculate-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}
.calculate-btn:hover::before {
    left: 100%;
}
.calculate-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(30, 159, 255, 0.35);
}
.result-section {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 30px;
    display: none;
    border: 1px solid rgba(30, 159, 255, 0.15);
}
.result-section.show {
    display: block;
    animation: fadeInUp 0.5s ease;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.result-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(30, 159, 255, 0.15);
}
.result-header .icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1e9fff 0%, #0099ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 24px;
    box-shadow: 0 8px 25px rgba(30, 159, 255, 0.3);
}
.result-header h3 {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.result-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
}
.result-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.result-list .result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    text-align: left;
}
.result-list .result-item .value {
    font-size: 28px;
    margin: 0;
}
.result-list .result-item .label {
    margin: 0;
}
.result-item {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    text-align: center;
    border: 1px solid rgba(30, 159, 255, 0.15);
    transition: all 0.3s ease;
}
.result-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(30, 159, 255, 0.1);
}
.result-item.main {
    background: linear-gradient(135deg, #1e9fff 0%, #0099ff 100%);
    border-color: #1e9fff;
}
.result-item .value {
    font-size: 32px;
    font-weight: 700;
    color: #1e9fff;
    margin: 0 0 8px;
}
.result-item.main .value {
    font-size: 40px;
    color: #fff;
}
.result-item .label {
    font-size: 13px;
    color: #666;
    margin: 0;
    font-weight: 500;
}
.result-item.main .label {
    color: rgba(255, 255, 255, 0.9);
}
.result-grid.small {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    margin-top: 20px;
}
.result-grid.small .result-item {
    padding: 16px;
}
.result-grid.small .result-item .value {
    font-size: 24px;
}
.info-box {
    background: rgb(30 159 255 / 60%);
    border: 1px solid #1e9fff;
    border-radius: 12px;
    padding: 20px;
    margin-top: 24px;
}
.info-box h4 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.info-box h4::before {
    content: '💡';
    margin-right: 8px;
}
.info-box ul {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #fff;
}
.info-box li {
    margin-bottom: 8px;
    line-height: 1.6;
}
.info-box strong {
    color: #fff;
}
.contact-form {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    margin-top: 30px;
    box-shadow: 0 8px 30px rgba(30, 159, 255, 0.08);
}
.contact-header {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 2px solid rgba(30, 159, 255, 0.1);
}
.contact-header .icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #1e9fff 0%, #0099ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 26px;
    box-shadow: 0 6px 20px rgba(30, 159, 255, 0.3);
}
.contact-header .text h3 {
    margin: 0 0 5px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.contact-header .text p {
    margin: 0;
    color: #666;
    font-size: 14px;
}
.contact-form .form-row.full {
    grid-column: span 2;
}
.contact-form .form-group {
    margin-bottom: 22px;
}
.contact-form .form-group label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
}
.contact-form input[type="text"] {
    width: 100%;
    padding: 15px 18px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.contact-form input[type="text"]:focus {
    outline: none;
    border-color: #1e9fff;
    box-shadow: 0 0 0 3px rgb(30 159 255 / 60%);
    background: #fff;
}
.contact-form input[type="text"]::placeholder {
    color: #999;
}
.contact-form textarea {
    width: 100%;
    padding: 15px 18px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    color: #333;
    font-size: 14px;
    min-height: 120px;
    resize: vertical;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-family: inherit;
}
.contact-form textarea:focus {
    outline: none;
    border-color: #1e9fff;
    box-shadow: 0 0 0 3px rgb(30 159 255 / 60%);
    background: #fff;
}
.contact-form textarea::placeholder {
    color: #999;
}
.contact-form .form-tip {
    color: #ff4d4f;
    font-size: 12px;
    margin-top: 6px;
    min-height: 16px;
}
.submit-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #1e9fff 0%, #0099ff 100%);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}
.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}
.submit-btn:hover::before {
    left: 100%;
}
.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(30, 159, 255, 0.35);
}
.privacy-text {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
    text-align: center;
}
@media (max-width: 768px) {
    .calculator-section {
        padding: 15px 10px;
    }
    .banner-section {
        padding: 40px 0;
    }
    .banner-title {
        font-size: 24px;
    }
    .banner-subtitle {
        font-size: 15px;
    }
    .banner-formula {
        font-size: 16px;
        padding: 6px 16px;
    }
    .banner-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
    .calculator-header {
        padding: 25px;
    }
    .calculator-header h2 {
        font-size: 24px;
    }
    .calculator-form {
        padding: 25px;
    }
    .calculator-wrapper {
        grid-template-columns: 1fr;
    }
    .calculator-left {
        padding: 25px;
        border-right: none;
        border-bottom: 1px solid rgba(30, 159, 255, 0.15);
    }
    .calculator-right {
        padding: 25px;
    }
    .form-row {
        gap: 16px;
    }
    .result-grid {
        gap: 12px;
    }
    .result-item .value {
        font-size: 24px;
    }
    .result-item.main .value {
        font-size: 32px;
    }
}
/* zlljsjs */