﻿@charset "UTF-8";
html{
  font-size: 6.1728vw;
}
@media screen and  (min-width: 1920px){ /*主体宽度*/
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}
body::-webkit-scrollbar{ width: 5px;}
body::-webkit-scrollbar-track{ background-color: #F1F1F1;}
body::-webkit-scrollbar-thumb{ width: 5px;  background-color: #0024ac;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #0024ac;width: 20px;}
@media  screen and (max-width:1024px){
.slick-dots li{border-radius:6px;width:6px; height:6px; margin:0 1px;}
.slick-dots li.slick-active{width: 18px;}
}

.w_width{max-width:1620px; margin-right: auto; margin-left: auto;}
.w_1920{max-width:1920px; margin-right: auto; margin-left: auto;}
.w_1000{max-width:1000px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 100px;padding-right: 100px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 99999;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs{ width: 100%;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;padding: 0 54px 0 40px;position: relative;}
.t_navs .top::after{content: "";display: block;width: 100%;height: 1px; position: absolute;left: 0;bottom: 0;background: rgba(255,255,255,0.4);}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 40px;}
.t_navs .top .right{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu .l1{position: relative;padding: 0 12px;}
.t_navs .top .menu .l1 .a1{ display: block;color: #ffffff; position: relative;padding: 0 12px;line-height: 100px; font-size: 15px;}
.t_navs .top .menu .l1 .a1::after,.t_navs .top .menu .l1 .a1::after{ content: ""; display: block; width: 0; height: 1px; background: #fff; position: absolute; bottom: 0; left: 50%;transform: translate(-50%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .menu .l1.on .a1::after,.t_navs .top .menu .l1:hover .a1::after{width: 100%;}
.t_navs .top .u2::after{content: "";display: block;width: 100%;height: 11px;position: absolute;left: 0;bottom: 100%;}
.t_navs .top .u2{min-width: 140px; top:calc(100% + 10px); left: 50%;z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);height: auto;position: absolute;background: rgba(255,255,255,0.8);padding: 4px 0 26px 0;opacity: 0;visibility: hidden;border-radius: 12px;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.t_navs .top .l1:hover .u2{-webkit-transition: all .85s;opacity: 1;visibility: visible;}
.t_navs .top .u2 .l2{ width: 100%;}
.t_navs .top .u2 .l2 .a2{ display: block; text-align: center;font-size: 16px;line-height: 20px;padding: 16px 14px;white-space:nowrap;-webkit-transform: translateY(5px);opacity: 0;position: relative;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.t_navs .top .u2 .l2 .a2::after{content: "";display: block;width: 70px;height: 1px;background: #aaaaaa;position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .u2 .l2 .a2>div{color: #333333;
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;}
.t_navs .top .u2 .l2 .a2:hover::after{width: 100%;}
.t_navs .top .u2 .l2 .a2:hover>div{color: #0024ac;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .yyqh_box{margin-left: 72px;position: relative;}
.t_navs .top .yyqh_box::after{content: "";display: block;width: 1px;height: 12px;background: #fff;position: absolute;left: -50px;top: 50%;transform: translate(0,-50%);}
.t_navs .top .yyqh_box ._t{cursor: pointer;}
.t_navs .top .yyqh_box .icobox{display: flex;justify-content: center;align-items: center;height: 100px;}
.t_navs .top .yyqh_box .icobox .ico1{width: 24px;display: block;}
.t_navs .top .yyqh_box .icobox .ico2{width: 24px;display: block;margin-left: 4px;}
.t_navs .top .yyqh_box .icobox2{display: none;}
.t_navs .top .yyqh_box ._b{display: none; width: 140px;position: absolute;left: 50%;transform: translate(-50%,0);top: calc(100% + 10px);background: #f9f7f7;border-radius: 12px;padding: 4px 20px 26px 20px;}
.t_navs .top .yyqh_box ._b a{display: block;padding-top: 16px;padding-bottom: 16px;position: relative;font-size: 16px;color: #333333;line-height: 20px;text-align: center;}
.t_navs .top .yyqh_box ._b a::after{content: "";display: block;width: 70px;height: 1px;background: #aaaaaa;position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .yyqh_box ._b a:hover::after{width: 100%;}
.t_navs .top .yyqh_box ._b a:hover{color: #0024ac;}
.wyb_s.on{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .menu .l1 .a1{color: #333;}
.wyb_s.on .t_navs .top .yyqh_box::after{background: #333;}
.wyb_s.on .t_navs .top .yyqh_box .icobox1{display: none;}
.wyb_s.on .t_navs .top .yyqh_box .icobox2{display: flex;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 0;opacity: 0;}
@media screen and (max-width:1490px) {
.t_navs .top .menu .l1{padding: 0 8px;}
.t_navs .top .menu .l1 .a1{ padding: 0 8px;font-size: 14px;}
.t_navs .top .yyqh_box{margin-left: 50px;}
.t_navs .top .yyqh_box::after{left: -40px;}
.t_navs .top .logo img{height: 34px;}
}
@media screen and (max-width:1240px) {
.t_navs .top .menu .l1{padding: 0 6px;}
.t_navs .top .menu .l1 .a1{ padding: 0 6px;}
.t_navs .top .yyqh_box{margin-left: 40px;}
.t_navs .top .yyqh_box::after{left: -30px;}
.t_navs .top .logo img{height: 32px;}
.t_navs .top .yyqh_box .icobox .ico1{width: 20px;}
.t_navs .top .yyqh_box .icobox .ico2{width: 20px;}
}
@media screen and (max-width:1140px) {
.t_navs .top .menu .l1{padding: 0 6px;}
.t_navs .top .menu .l1 .a1{ padding: 0;}
.t_navs .top .yyqh_box{margin-left: 32px;}
.t_navs .top .yyqh_box::after{left: -20px;}
.t_navs .top .logo img{height: 30px;}
.t_navs .top .yyqh_box .icobox .ico1{width: 18px;}
.t_navs .top .yyqh_box .icobox .ico2{width: 18px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .top .pcSs_box{display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_nav_zw{height: 50px;}
.t_navs .top{ padding: 0 8px 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .top .logo{ margin: 10px 0;}
.t_navs .top .logo img{ height: 30px;}
.t_navs .top .yyqh_box{margin-left: 0;margin-right: 14px;}
.t_navs .top .yyqh_box::after{display: none;}
.t_navs .top .yyqh_box .icobox{height: 50px;}
.t_navs .top .yyqh_box .icobox .ico1{width: 20px;}
.t_navs .top .yyqh_box .icobox .ico2{width: 20px;}
.t_navs .top .yyqh_box .icobox1{display: none;}
.t_navs .top .yyqh_box .icobox2{display: flex;}
.t_navs .top .yyqh_box ._b{width: 120px;padding: 0 12px 12px 12px;}
.t_navs .top .yyqh_box ._b a{padding-top: 12px;padding-bottom: 12px;font-size: 14px;line-height: 18px;}
.t_navs .top .yyqh_box ._b a::after{width: 50px;}
.t_navs .menuph{float: right; width: 40px; height: 40px; cursor: pointer; text-align: center; margin: 5px 0;}
.t_navs .menuph .menu-toggle {width: 40px;height: 40px;position: absolute;overflow: hidden;z-index: 111;}
.t_navs .menuph .cd-nav-trigger {display: block;width: 40px;height: 40px;}
.t_navs .menuph .menu-toggle span.hamburger {content:"";display:block;width:18px;height:2px;background:#0024ac;position:absolute;top:50%;margin-top:-1px;left: 8px;margin-left:0;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.t_navs .menuph .menu-toggle span.hamburger:after,
.t_navs .menuph .menu-toggle span.hamburger:before{content:"";display:block;width:24px;height:2px;background:#0024ac;position:absolute;top:50%;margin-top:-1px;left:0;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.t_navs .menuph .menu-toggle span.hamburger:after {margin-top:-8px;top:0;transition-delay:0.27s;}
.t_navs .menuph .menu-toggle span.hamburger:before {margin-top:8px;top:0;transition-delay:0.2s;}
.t_navs .menuph .menu-toggle span.hamburger span{width: 2px;height: 2px;display: block;background: #0024ac;position: absolute;right: 20px;top:50%;margin-top:-1px;}
.t_navs .menuph .menu-toggle span.hamburger .span1{margin-top: -9px;}
.t_navs .menuph .menu-toggle span.hamburger .span3{margin-top: 7px;}
.t_navs .menuph .menu-toggle span.cross:before,
.t_navs .menuph .menu-toggle span.cross:after {content:"";display:block;width:24px;height:2px;background:#0024ac;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.t_navs .menuph .menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.t_navs .menuph .menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.t_navs .menuph .cross::before,
.t_navs .menuph .cross::after {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.t_navs .menuph.active .menu-toggle span.hamburger,
.t_navs .menuph.active .menu-toggle span.hamburger:after,
.t_navs .menuph.active .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;}
.t_navs .menuph.active .menu-toggle span.hamburger:after {transition-delay:0s;}
.t_navs .menuph.active .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.t_navs .menuph.active .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background: #333;}
.t_navs .menuph.active .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #333;}
.t_navs .xialaph{ position: fixed; right: 0; top: 50px;width: 100%; height: calc(100vh - 50px);overflow: scroll; padding: 10px 20px 60px 20px;z-index:9999; background: #fff;display: none;}
.t_navs .xialaph .a1box,
.t_navs .xialaph .a2box{position: relative;}
.t_navs .xialaph .icobox{width: 40px;height: 40px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .xialaph .ico{height: 28px;position: absolute;right: 0;top: 50%;margin-top: -14px;z-index: 4;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .xialaph .ico img{height: 100%;display: block;}
.t_navs .xialaph .ico img.img2{display: none;}
.t_navs .xialaph .icobox.on img.img1{display: none;}
.t_navs .xialaph .icobox.on img.img2{display: block;}
.t_navs .xialaph .icobox.on .ico{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);}
.t_navs .xialaph .u1{width: 100%;margin-bottom: 20px;}
.t_navs .xialaph .l1{width: 100%;}
.t_navs .xialaph .a1{width: 100%;font-size: 16px;color: #333;line-height: 26px;position: relative;padding: 12px 40px 12px 0;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);}
.t_navs .xialaph .u2{width: 100%;padding-left: 20px;padding-right: 20px;border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l2{width: 100%;}
.t_navs .xialaph .a2{width: 100%;font-size: 16px;color: #333;line-height: 22px;position: relative;padding: 10px 40px 10px 0;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);}
.t_navs .xialaph .u3{padding-left: 20px;padding-right: 20px; border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l2:last-child .u3{border-bottom: 0;}
.t_navs .xialaph .l2:last-child .a2{border-bottom: 0;}
.t_navs .xialaph .l3{width: 100%;}
.t_navs .xialaph .a3{font-size: 14px;color: #333;line-height: 20px;padding-top: 8px;padding-bottom: 8px;border-bottom: 1px solid rgba(0,0,0,0.1);display: block;}
.t_navs .xialaph .l3:last-child .a3{border-bottom: 0;}
}

/*底部*/
.b_nav{width: 100%;padding-top: 84px;padding-bottom: 58px;}
.b_nav .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .left{width: calc(65.4320987654321% - 80px);}
.b_nav .left .u1{margin-bottom: 76px;display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .left .u1 .yj a{display: block;font-size: 16px;color: #ffffff;line-height: 20px;}
.b_nav .left .u1 .line{width: 70px;height: 1px;background: #ffffff;margin: 20px 0;}
.b_nav .left .u1 .ej a{display: block;margin-bottom: 10px;font-size: 14px;color: #ffffff;line-height: 18px;}
.b_nav .left .u1 .ejbox{display: flex;justify-content: flex-start;align-items: flex-start;}
.b_nav .left .u1 .ejbox .ejs{padding-right: 48px;}
.b_nav .left .u1 .ejbox .ejs:last-child{padding-right: 0;}
.b_nav .left .u1 .ejbox .ejs a{display: block;margin-bottom: 10px;font-size: 14px;color: #ffffff;line-height: 18px;}
.b_nav .left .u1 .yj a:hover,
.b_nav .left .u1 .ej a:hover,
.b_nav .left .u1 .ejbox .ejs a:hover{text-decoration: underline;}
.b_nav .left .cont1{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 30px;}
.b_nav .left .cont1 .logo{margin-right: 64px;}
.b_nav .left .cont1 .logo img{height: 40px;display: block;}
.b_nav .left .cont1 .u2{display: flex;justify-content: flex-start;align-items: center;}
.b_nav .left .cont1 .u2 li{margin-right: 18px;width: 30px;}
.b_nav .left .cont1 .u2 li:last-child{margin-right: 0;}
.b_nav .left .cont1 .u2 img{width: 100%;display: block;}
.b_nav .left .cont1 .u2 .ico2{display: none;}
.b_nav .left .cont1 .u2 a:hover .ico1{display: none;}
.b_nav .left .cont1 .u2 a:hover .ico2{display: block;}
.b_nav .left .banquan{font-size: 14px;color: #ffffff;line-height: 20px;}
.b_nav .left .banquan a{color: #fff;}
.b_nav .left .banquan .a1{margin-right: 12px;}
.b_nav .left .banquan .a2{margin-left: 48px;}
.b_nav .left .banquan .a2:hover{color: #0024ac;}
.b_nav .right{width: 34.5679012345679%;}
.b_nav .right .title{font-size: 30px;color: #ffffff;line-height: 34px;margin-bottom: 16px;}
.b_nav .right .u1{width: 100%;margin-bottom: 20px;}
.b_nav .right .u1 li{margin-bottom: 10px;}
.b_nav .right .u1 li:last-child{margin-bottom: 0;}
.b_nav .right .u1 .input input{width: 100%;height: 50px;display: block;padding: 0 22px;border-radius: 10px;background: #fff;}
.b_nav .right .u1 .textbox textarea{width: 100%;height: 100px;border-radius: 10px;background: #fff;padding: 22px;display: block;}
.b_nav .right .u1 .boxs{display: flex;justify-content: space-between;align-items: center;}
.b_nav .right .u1 .boxs ._l{width: 72.85714285714286%;padding-right: 50px;display: flex;justify-content: space-between;align-items: stretch;}
.b_nav .right .u1 .boxs ._l input{width: calc(100% - 160px);height: 50px;display: block;padding: 0 22px;border-radius: 10px;background: #fff;}
.b_nav .right .u1 .boxs ._l img{width: 150px;height: 50px;display: block;border-radius: 10px;background: #fff;cursor: pointer;}
.b_nav .right .u1 .boxs ._r{width: 27.14285714285714%;border: 1px solid #fff;border-radius: 10px;display: flex;justify-content: center;align-items: center;cursor: pointer;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.b_nav .right .u1 .boxs ._r .wz{font-size: 18px;color: #ffffff;line-height: 48px;}
.b_nav .right .u1 .boxs ._r img{width: 20px;display: block;margin-left: 6px;}
.b_nav .right .u1 .boxs ._r .ico2{display: none;}
.b_nav .right .u1 .boxs ._r:hover .wz{color: #0024ac;}
.b_nav .right .u1 .boxs ._r:hover{background: #fff;}
.b_nav .right .u1 .boxs ._r:hover .ico1{display: none;}
.b_nav .right .u1 .boxs ._r:hover .ico2{display: block;}
.b_nav .right .u1 .srk{font-size: 18px;color: #333;}
.b_nav .right .u1 .srk::-webkit-input-placeholder{font-size:18px;color:#999999;opacity: 1;}
.b_nav .right .u1 .srk::-moz-placeholder{font-size:18px;color:#999999;opacity: 1;}
.b_nav .right .u1 .srk::moz-placeholder{font-size:18px;color:#999999;opacity: 1;}
.b_nav .right .u1 .srk:-ms-input-placeholder{font-size:18px;color:#999999;opacity: 1;}
.b_nav .right .u2{display: flex;justify-content: flex-start;align-items: flex-start;margin: -10px -20px;width: calc(100% + 40px);}
.b_nav .right .u2 li{display: flex;justify-content: flex-start;align-items: center;width: 50%;padding: 10px 20px;}
.b_nav .right .u2 li img{width: 50px;display: block;}
.b_nav .right .u2 li .wz{font-size: 20px;color: #ffffff;line-height: 24px;padding-left: 12px;font-weight: bold;width: calc(100% - 50px);}
@media screen and (max-width:1680px) {
.b_nav .left{width: calc(62% - 40px);}
.b_nav .left .u1 .yj a{font-size: 14px;}
.b_nav .left .u1 .ej a{font-size: 12px;}
.b_nav .right{width: 38%;}
.b_nav .right .u1 .boxs ._l{width: 70%;padding-right: 20px;}
.b_nav .right .u1 .boxs ._l input{width: calc(100% - 132px);}
.b_nav .right .u1 .boxs ._l img{width: 120px;}
.b_nav .right .u1 .boxs ._r{width: 30%;}
.b_nav .right .u1 .boxs ._r .wz{font-size: 14px;}
.b_nav .right .u1 .srk{font-size: 14px;}
.b_nav .right .u1 .srk::-webkit-input-placeholder{font-size:14px;}
.b_nav .right .u1 .srk::-moz-placeholder{font-size:14px;}
.b_nav .right .u1 .srk::moz-placeholder{font-size:14px;}
.b_nav .right .u1 .srk:-ms-input-placeholder{font-size:14px;}
.b_nav .right .u2{margin: -10px;width: calc(100% + 20px);}
.b_nav .right .u2 li{padding: 10px;}
.b_nav .right .u2 li img{width: 32px;}
.b_nav .right .u2 li .wz{font-size: 14px;line-height: 20px;padding-left: 10px;font-weight: bold;width: calc(100% - 32px);}
}
@media screen and (max-width:1024px) {
.b_nav{padding-top: 30px;padding-bottom: 30px;margin-bottom: 60px;}
.b_nav .w_width{display: block;}
.b_nav .left{width: 100%;}
.b_nav .left .u1{display: none;}
.b_nav .left .cont1{display: block;margin-bottom: 14px;}
.b_nav .left .cont1 .logo{margin-right: 0;margin-bottom: 10px;}
.b_nav .left .cont1 .logo img{height: 30px;margin: 0 auto;}
.b_nav .left .cont1 .u2{justify-content: center;}
.b_nav .left .cont1 .u2 li{margin-right: 12px;width: 28px;}
.b_nav .left .banquan .a1{margin-right: 0;display: block;}
.b_nav .left .banquan .a2{margin-left: 12px;}
.b_nav .left .banquan .a2:hover{color: #0024ac;}
.b_nav .right{width: 100%;margin: 14px 0;}
.b_nav .right .title{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.b_nav .right .u1{margin-bottom: 20px;}
.b_nav .right .u1 .input input{height: 40px;padding: 0 12px;}
.b_nav .right .u1 .textbox textarea{height: 80px;padding: 10px 12px;}
.b_nav .right .u1 .boxs{display: block;}
.b_nav .right .u1 .boxs ._l{padding-right: 0;width: 100%;}
.b_nav .right .u1 .boxs ._l input{width: calc(100% - 100px);height: 40px;padding: 0 12px;}
.b_nav .right .u1 .boxs ._l img{width: 90px;height: 40px;}
.b_nav .right .u1 .boxs ._r{width: 40%;margin-top: 10px;}
.b_nav .right .u1 .boxs ._r .wz{font-size: 14px;line-height: 38px;}
.b_nav .right .u1 .boxs ._r img{width: 18px;margin-left: 4px;}
.b_nav .right .u1 .srk{font-size: 14px;}
.b_nav .right .u1 .srk::-webkit-input-placeholder{font-size:14px;}
.b_nav .right .u1 .srk::-moz-placeholder{font-size:14px;}
.b_nav .right .u1 .srk::moz-placeholder{font-size:14px;}
.b_nav .right .u1 .srk:-ms-input-placeholder{font-size:14px;}
.b_nav .right .u2{margin: -6px;width: calc(100% + 40px);}
.b_nav .right .u2 li{padding: 6px;}
.b_nav .right .u2 li img{width: 26px;}
.b_nav .right .u2 li .wz{font-size: 14px;line-height: 20px;padding-left: 10px;width: calc(100% - 26px);}
}

/*电脑端漂浮*/
.pf_right{width: 50px;position: fixed;right: 50px;bottom: 10%;opacity: 0;z-index: -1;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.pf_right.on{opacity: 1;z-index: 999;}
.pf_right ul li{margin-bottom: 10px;}
.pf_right ul li:last-child{margin-bottom: 0;}
.pf_right ul img{width: 100%;display: block;}
.pf_right ul a{display: block;border-radius: 100%;box-shadow: 0 0 12px rgba(0,0,0,0.1);}
.pf_right ul a:hover{opacity: 0.8;}
@media screen and (max-width:1680px) {
.pf_right{width: 40px;right: 30px;}
}
@media screen and (max-width:1024px) {
.pf_right{display: none;}
}

/*手机端底漂浮*/
.pf_down{ width: 100%; float: left; position: fixed; left: 0; background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 99;bottom: 0; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.pf_down li{ width:25%; float: left; text-align: center; padding:10px 0;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center;}
.pf_down li .ico7 img{ width:24px; height: 24px;}
.pf_down li .ico7 .show{ display: block;}
.pf_down li .ico7 .hide{ display: none;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #000; line-height: 14px;}
.pf_down li:hover .ico7{ background: #0024ac; width:44px; height:44px; border-radius: 50%; border:3px solid #fff; position: relative; margin-top:-18px;}
.pf_down li:hover .ico7 .show{ display: none;}
.pf_down li:hover .ico7 .hide{ display: block;}
.pf_down li:hover .ico7 img{ width:22px; height: 22px;}
.pf_down li:hover .d_name{ margin-top:0;}

/*首页*/
.sy_banner{width: 100%;overflow: hidden;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul .pcshow{width: 100%;height: 100vh;
transition: All 4s ease-in-out;
-webkit-transition: All 4s ease-in-out;
-moz-transition: All 4s ease-in-out;
-o-transition: All 4s ease-in-out;}
.sy_banner.on .ul .li.slick-current .pcshow{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);}
.sy_banner .ul .slick-prev{width: 48px;height: 48px;background: url(img/img19.svg) no-repeat center center; background-size: cover;left: 40px;top: 50%;}
.sy_banner .ul .slick-next{width: 48px;height: 48px;background: url(img/img20.svg) no-repeat center center; background-size: cover;right: 40px;top: 50%;}
.sy_banner .ul .slick-prev:hover,
.sy_banner .ul .slick-next:hover{opacity: 0.8;}
@media screen and (max-width:1024px) {
.sy_banner .ul .slick-prev{width: 32px;height: 32px;left: 20px;}
.sy_banner .ul .slick-next{width: 32px;height: 32px;right: 20px;}
}

.sy_tit{position: relative;padding-bottom: 4px;}
.sy_tit .title1{font-size: 150px;color: #f2f2f2;line-height: 120px;text-align: center;font-weight: bold;}
.sy_tit .title2{font-size: 40px;color: #0024ac;line-height: 44px;position: absolute;bottom: 32px;left: 0;width: 100%;text-align: center;}
.sy_tit .title3{font-size: 18px;color: #8d8d8d;line-height: 24px;position: absolute;bottom: 0;left: 0;width: 100%;text-align: center;}
@media screen and (max-width:1024px) {
.sy_tit .title1{font-size: 60px;line-height: 60px;}
.sy_tit .title2{font-size: 18px;line-height: 24px;bottom: 42px;}
.sy_tit .title3{font-size: 12px;line-height: 14px;position: static;margin-top: -8px;min-height: 28px;}
}

.sy_section1{width: 100%;padding-top: 100px;padding-bottom: 130px;}
.sy_section1 .content{margin-top: 76px;padding: 0 120px 0 140px;}
.sy_section1 .content ul{display: flex;justify-content: space-between;align-items: flex-start;}
.sy_section1 .content .numbox{display: flex;justify-content: center;align-items: flex-start;margin-bottom: 16px;}
.sy_section1 .content .numbox .num{font-size: 60px;color: #0024ac;line-height: 64px;font-weight: bold;margin-right: 14px;}
.sy_section1 .content .numbox .dw{font-size: 16px;color: #0024ac;line-height: 20px;}
.sy_section1 .content .wz{font-size: 16px;color: #555555;line-height: 24px;text-align: center;}
@media screen and (max-width:1680px) {
.sy_section1 .content{padding: 0;}
}
@media screen and (max-width:1024px) {
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .content{margin-top: 20px;padding: 0;}
.sy_section1 .content ul{flex-wrap: wrap;width: calc(100% + 12px);margin: -10px -6px;}
.sy_section1 .content ul li{width: 50%;padding: 10px 6px;}
.sy_section1 .content .numbox{margin-bottom: 10px;}
.sy_section1 .content .numbox .num{font-size: 30px;line-height: 34px;margin-right: 6px;}
.sy_section1 .content .numbox .dw{font-size: 14px;line-height: 18px;}
.sy_section1 .content .wz{font-size: 13px;line-height: 20px;}
}

._pop{ float:left; width:100%; height:100%; position:fixed; left:0; top:0; z-index:99999999; display:none;background-color: rgba(0,0,0,0.8);}
._col{ float:left;  font-size: 0; position:absolute; right:-60px; top:-44px; width:44px; height:44px; border-radius: 100%;color: #999;cursor: pointer;background: url(img/img46.png)no-repeat center center;background-size: cover;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);}
._htm{ float:left; width:800px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);background-color: rgba(255,255,255,0.5);padding: 40px;}
._htm video{width: 100%;display: block;margin: 0 auto;}
._htm img{width: 75%;display: block;margin: 0 auto;}
@media  screen and (max-width: 1680px){
._htm{ float:left; width:580px;padding: 30px;}
._htm img{width: 66%;display: block;margin: 0 auto;}
}
@media  screen and (max-width: 991px){
._col{ float:left;  font-size: 50px; position:absolute; right:-50px; top:0; width:34px; height:34px; border-radius: 100%;color: #999;cursor: pointer;background: url(images);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width:500px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}           
@media  screen and (max-width: 767px){
._col{ float:left;  font-size: 50px; position:absolute; right:10px; top:-55px; width:20px; height:20px; border-radius: 100%;color: #999;cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width: calc(100% - 30px);position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);padding: 16px;}
._htm img{width: 80%;}
}

.sy_section2{width: 100%;display: flex;justify-content: flex-start;align-items: stretch;}
.sy_section2 .left{width: 50%;padding: 20px 150px;display: flex;justify-content: flex-start;align-items: center;}
.sy_section2 .left .title{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 30px;}
.sy_section2 .left .info{font-size: 16px;color: #555555;line-height: 22px;margin-bottom: 30px;}
.sy_section2 .left .more a{display: block;width: 160px;font-size: 18px;color: #595959;line-height: 22px;border: 1px solid #777777;border-radius: 12px;text-align: center;}
.sy_section2 .left .more a:hover{background-color: #0024ac;color: #fff;border-color: #0024ac;}
.sy_section2 .right{width: 50%;height: 540px;position: relative;}
.sy_section2 .right .ico{width: 70px;display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;}
@media screen and (max-width:1680px) {
.sy_section2 .left{padding: 40px 100px;}
.sy_section2 .left .title{font-size: 26px;;line-height: 30px;margin-bottom:20px;}
.sy_section2 .left .info{font-size: 15px;line-height: 24px;margin-bottom: 30px;}
.sy_section2 .right{height: 440px;}
.sy_section2 .right .ico{width: 54px;}
}
@media screen and (max-width:1024px) {
.sy_section2{display: block;}
.sy_section2 .left{padding: 30px 15px;display: block;width: 100%;}
.sy_section2 .left .title{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.sy_section2 .left .info{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.sy_section2 .left .more a{width: 120px;font-size: 14px;}
.sy_section2 .right{width: 100%;height: auto;background: url()!important;}
.sy_section2 .right .pic img{width: 100%;display: block;}
.sy_section2 .right .ico{width: 30px;z-index: 5;}
}

.sy_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section3 .cont1{margin: 100px 0 60px 0;}
.sy_section3 .cont1 .ul{margin: 0 -11px;width: calc(100% + 22px);}
.sy_section3 .cont1 .ul .li{padding: 0 11px;}
.sy_section3 .cont1 .ul .libox{width: 100%;border: 1px solid #dddddd;border-radius: 12px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .cont1 .ul .libox:hover{background-color: #f7f7f7;}
.sy_section3 .cont1 .ul .libox a{display: block;width: 100%;padding: 76px 20px 22px 20px;}
.sy_section3 .cont1 .ul .libox a img{width: 56px;display: block;margin: 0 auto 16px auto;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .cont1 .ul .libox a:hover img{transform: rotateY(180deg) scale(1.25);}
.sy_section3 .cont1 .ul .libox a .line{width: 30px;height: 1px;background-color: #333333;margin: 0 auto 24px auto;}
.sy_section3 .cont1 .ul .libox a .wz{font-size: 20px;color: #555555;line-height: 24px;text-align: center;}
/*20250710start*/
.sy_section3 .cont1 .ul .slick-prev{width: 48px;height: 48px;background: url(img/zimg19.svg) no-repeat center center; background-size: cover;left: -50px;top: 50%;}
.sy_section3 .cont1 .ul .slick-next{width: 48px;height: 48px;background: url(img/zimg20.svg) no-repeat center center; background-size: cover;right: -50px;top: 50%;}
.sy_section3 .cont1 .ul .slick-prev:hover{background: url(img/zimg21.svg) no-repeat center center; background-size: cover;}
.sy_section3 .cont1 .ul .slick-next:hover{background: url(img/zimg22.svg) no-repeat center center; background-size: cover;}
/*20250710end*/
.sy_section3 .cont2{width: 100%;}
.sy_section3 .cont2 .ul{width: calc(100% + 10px);margin: 0 -10px;}
.sy_section3 .cont2 .ul .li{padding: 0 10px;}
.sy_section3 .cont2 .ul .pic{width: 100%;display: flex;justify-content: center;align-items: center;height: 80px;}
.sy_section3 .cont2 .ul img{display: block;}
.sy_section3 .cont2 .ul .slick-dots{margin-top: 20px;}
@media screen and (max-width:1680px) {
.sy_section3 .cont1 .ul{margin: 0 -8px;width: calc(100% + 16px);}
.sy_section3 .cont1 .ul .li{padding: 0 8px;}
.sy_section3 .cont1 .ul .libox a{padding: 40px 14px 14px 14px;}
.sy_section3 .cont1 .ul .libox a img{width: 40px;margin: 0 auto 12px auto;}
.sy_section3 .cont1 .ul .libox a .line{margin: 0 auto 14px auto;}
.sy_section3 .cont1 .ul .libox a .wz{font-size: 15px;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .cont1{margin: 20px 0;}
.sy_section3 .cont1 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section3 .cont1 .ul .li{padding: 0 6px;}
.sy_section3 .cont1 .ul .libox a{padding: 20px;}
.sy_section3 .cont1 .ul .libox a img{margin: 0 auto 12px auto;}
.sy_section3 .cont1 .ul .libox a .line{width: 24px;margin: 0 auto 12px auto;}
.sy_section3 .cont1 .ul .libox a .wz{font-size: 14px;line-height: 20px;}
.sy_section3 .cont1 .ul .slick-dots{margin-top: 14px;}
.sy_section3 .cont2 .ul{display: block;margin: 0 -6px;width: calc(100% + 12px);}
.sy_section3 .cont2 .ul .li{padding: 0 6px;}
.sy_section3 .cont2 .ul .li a{margin-bottom: 12px;display: block;}
.sy_section3 .cont2 .ul .li a:last-child{margin-bottom: 0;}
.sy_section3 .cont2 .ul .pic{height: 32px;display: flex;justify-content: center;align-items: center;}
.sy_section3 .cont2 .ul img{height: 100%;}
.sy_section3 .cont2 .ul .slick-dots{margin-top: 14px;}
}

.sy_section4{width: 100%;}
.sy_section4 .content{margin-top: 46px;}
.sy_section4 .content .ul{width: 100%;}
.sy_section4 .content .ul .pcshow{width: 100%;display: block;}
.sy_section4 .content .ul .wzbox{width: 100%;position: absolute;left: 0;bottom: 0;padding: 50px;background-color: rgba(0,0,0,0.1);}
.sy_section4 .content .ul .wzbox .wz{font-size: 30px;color: #ffffff;line-height: 50px;text-align: center;}
.sy_section4 .content .ul .slick-prev{width: 48px;height: 48px;background: url(img/img19.svg) no-repeat center center; background-size: cover;left: 40px;top: 50%;}
.sy_section4 .content .ul .slick-next{width: 48px;height: 48px;background: url(img/img20.svg) no-repeat center center; background-size: cover;right: 40px;top: 50%;}
.sy_section4 .content .ul .slick-prev:hover,
.sy_section4 .content .ul .slick-next:hover{opacity: 0.8;}
@media screen and (max-width:1680px) {
.sy_section4 .content .ul .wzbox{padding: 30px;;}
.sy_section4 .content .ul .wzbox .wz{font-size: 20px;line-height: 32px;}
}
@media screen and (max-width:1024px) {
.sy_section4 .content{margin-top: 20px;}
.sy_section4 .content .ul .wzbox{padding: 15px;}
.sy_section4 .content .ul .wzbox .wz{font-size: 15px;line-height: 20px;}
.sy_section4 .content .ul .slick-prev{width: 32px;height: 32px;left: 20px;top: 40%;}
.sy_section4 .content .ul .slick-next{width: 32px;height: 32px;right: 20px;top: 40%;}
}

.sy_section5{width: 100%;padding-top: 100px;padding-bottom: 120px;}
.sy_section5 .content{margin-top: 90px;}
/*20250808start*/
.sy_section5 .ul{width: 100%;display: flex;flex-wrap: wrap;margin: -38px 0;}
.sy_section5 .ul .li{width: 12.5%;padding: 38px 0;}
.sy_section5 .ul a{display: block;position: relative;}
.sy_section5 .ul a::after{content: "";display: block;width: 1px;height: 84px;background-color: #dddddd;position: absolute;right: 0;top: 0;}
.sy_section5 .ul .li:nth-child(8) a::after,
.sy_section5 .ul .li:nth-child(16) a::after,
.sy_section5 .ul .li:nth-child(24) a::after,
.sy_section5 .ul .li:nth-child(32) a::after,
.sy_section5 .ul .li:nth-child(40) a::after,
.sy_section5 .ul .li:nth-child(48) a::after,
.sy_section5 .ul .li:nth-child(56) a::after,
.sy_section5 .ul .li:nth-child(64) a::after,
.sy_section5 .ul .li:nth-child(72) a::after{display: none;}
/*20250808end*/
.sy_section5 .ul .icobox{width: 46px;margin: 0 auto 14px auto;}
.sy_section5 .ul .icobox img{width: 100%;display: block;}
.sy_section5 .ul .icobox .ico2{display: none;}
.sy_section5 .ul a:hover .icobox .ico1{display: none;}
.sy_section5 .ul a:hover .icobox .ico2{display: block;}
.sy_section5 .ul .wz{font-size: 18px;color: #333333;line-height: 24px;text-align: center;}
.sy_section5 .ul a:hover .wz{color: #0024ac;}
@media screen and (max-width:1680px) {
.sy_section5 .ul .icobox{width: 32px;;}
.sy_section5 .ul .wz{font-size: 14px;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.sy_section5{padding-top: 30px;padding-bottom: 30px;}
.sy_section5 .content{margin-top: 20px;}
/*20250808start*/
.sy_section5 .ul{margin: -7px 0;}
.sy_section5 .ul .li{width: 33.3333%;padding: 7px 0;}
.sy_section5 .ul a{margin-bottom: 14px;padding: 0 12px;}
.sy_section5 .ul a:last-child{margin-bottom: 0;}
.sy_section5 .ul a::after{height: 64px;}
.sy_section5 .ul .slick-dots li{margin: 0 6px;}
.sy_section5 .ul .li:nth-child(8) a::after,
.sy_section5 .ul .li:nth-child(16) a::after,
.sy_section5 .ul .li:nth-child(24) a::after,
.sy_section5 .ul .li:nth-child(32) a::after,
.sy_section5 .ul .li:nth-child(40) a::after,
.sy_section5 .ul .li:nth-child(48) a::after,
.sy_section5 .ul .li:nth-child(56) a::after,
.sy_section5 .ul .li:nth-child(64) a::after,
.sy_section5 .ul .li:nth-child(72) a::after{display: block;}
/*20250808end*/
.sy_section5 .ul .icobox{width: 32px;margin: 0 auto 10px auto;}
.sy_section5 .ul .wz{font-size: 14px;line-height: 20px;min-height: 40px;}
.sy_section5 .ul .wz br{display: none;}
.sy_section5 .ul .slick-dots{margin-top: 14px;}
}
.sy_section6{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f2f2f2;}
.sy_section6 .content{margin-top: 96px;overflow: hidden;}
.sy_section6 .content .ul{margin: 0 -7px;width: calc(100% + 14px);}
.sy_section6 .content .ul .li{padding: 0 7px;width: 205px!important;}
.sy_section6 .content .cont1,
.sy_section6 .content .cont2{margin-bottom: 14px;}
.sy_section6 .content .ul a{display: block;width: 100%;margin-bottom: 12px;}
.sy_section6 .content .ul a:last-child{margin-bottom: 0;}
.sy_section6 .content .ul .pic{ width: 100%; padding-bottom:73.68%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section6 .content .ul .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section6 .content .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section6 .content .ul .slick-dots{margin-top: 20px;}
@media screen and (max-width:1024px) {
.sy_section6{padding-top: 30px;padding-bottom: 30px;}
.sy_section6 .content{margin-top: 20px;}
.sy_section6 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section6 .content .ul .li{padding: 0 6px;width: 120px!important;}
.sy_section6 .content .ul a{margin-bottom: 10px;}
.sy_section6 .content .ul .slick-dots{margin-top: 14px;}
.sy_section6 .content .cont1,
.sy_section6 .content .cont2{margin-bottom: 12px;}
}

.sy_section7{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section7 .content{margin-top: 100px;}
.sy_section7 .content .ul{margin: -20px -15px;width: calc(100% + 30px);}
.sy_section7 .content .ul .li{padding:20px 15px;}
.sy_section7 .content .ul a{display: block;width: 100%;background-color: #f2f2f2;border-radius: 12px;padding: 50px 64px 38px 50px;}
.sy_section7 .content .ul a:hover{
transform: scale(1.03);
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);}
.sy_section7 .content .ul a img{width: 29px;display: block;margin-bottom: 36px;}
.sy_section7 .content .ul a .info{font-size: 18px;color: #000000;line-height: 22px;margin-bottom: 24px;}
.sy_section7 .content .ul a .info2{font-size: 18px;color: #aaaaaa;line-height: 22px;font-style: italic;}
.sy_section7 .content .ul a .info2 span{display: block;font-weight: bold;}
.sy_section7 .content .ul .slick-dots{margin-top: 50px;}
.sy_section7 .content .ul .slick-dots li{border-radius:12px;width:12px; height:12px;margin:0 4px;background: #f3f3f3;}
.sy_section7 .content .ul .slick-dots li.slick-active{ background: #989898;width: 12px;}
.sy_section7 .content .ul .slick-prev{width: 48px;height: 48px;background: url(img/img128.svg) no-repeat center center; background-size: cover;left: -85px;top: 40%;}
.sy_section7 .content .ul .slick-next{width: 48px;height: 48px;background: url(img/img129.svg) no-repeat center center; background-size: cover;right: -85px;top: 40%;}
.sy_section7 .content .ul .slick-prev:hover,
.sy_section7 .content .ul .slick-next:hover{opacity: 0.8;}
@media  screen and (max-width:1680px){
.sy_section7 .content .ul .slick-prev{left: -60px;}
.sy_section7 .content .ul .slick-next{right: -60px;}
}
@media  screen and (max-width:1024px){
.sy_section7{padding-top: 30px;padding-bottom: 30px;}
.sy_section7 .content{margin-top: 20px;}
.sy_section7 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section7 .content .ul .li{padding: 0 6px;}
.sy_section7 .content .ul a{padding: 20px;}
.sy_section7 .content .ul a img{width: 24px;margin-bottom: 12px;}
.sy_section7 .content .ul a .info{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.sy_section7 .content .ul a .info2{font-size: 15px;line-height: 20px;}
.sy_section7 .content .ul .slick-dots{margin-top: 14px;}
.sy_section7 .content .ul .slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 4px;}
.sy_section7 .content .ul .slick-dots li.slick-active{ width: 8px;}
.sy_section7 .content .ul a:hover{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
}

.sy_section8{width: 100%;padding-top: 100px;padding-bottom: 90px;background-color: #f2f2f2;}
.sy_section8 .content{margin-top: 96px;}
.sy_section8 .content .ul{margin: -10px -10px;width: calc(100% + 20px);}
.sy_section8 .content .ul .li{padding: 10px 10px;}
.sy_section8 .content .ul a{display: block;background-color: #fff;border-radius: 12px;display: flex;justify-content: flex-start;align-items: center;padding: 20px 42px 20px 20px;margin-bottom: 20px;}
.sy_section8 .content .ul a:last-child{margin-bottom: 0;}
.sy_section8 .content .ul a:hover{
transform: scale(1.01);
-webkit-transform: scale(1.01);
-moz-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);}
.sy_section8 .content .ul a .left{width: 300px;}
.sy_section8 .content .ul a .left .pic{ width: 100%; padding-bottom: 56.666%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section8 .content .ul a .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section8 .content .ul a:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section8 .content .ul a .right{width: calc(100% - 300px);padding-left: 40px;}
.sy_section8 .content .ul a .bt{font-size: 22px;color: #000000;line-height: 27px;margin-bottom: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section8 .content .ul a .date{font-size: 16px;color: #999999;line-height: 20px;margin-bottom: 8px;}
.sy_section8 .content .ul a .info{font-size: 14px;color: #555555;line-height: 18px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section8 .content .ul a:hover .bt{color: #0024ac;}
.sy_section8 .content .ul .slick-dots{margin-top: 20px;}
.sy_section8 .more a{display: block;width: 160px;font-size: 18px;color: #595959;line-height: 22px;border: 1px solid #777777;border-radius: 12px;text-align: center;margin: 30px auto 0 auto;}
.sy_section8 .more a:hover{background-color: #0024ac;color: #fff;border-color: #0024ac;}
@media  screen and (max-width:1680px){
.sy_section8 .content .ul a .left{width: 220px;}
.sy_section8 .content .ul a .right{width: calc(100% - 220px);padding-left: 20px;}
.sy_section8 .content .ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.sy_section8 .content .ul a .date{font-size: 14px;line-height: 18px;margin-bottom: 6px;}
.sy_section8 .content .ul a .info{font-size: 13px;line-height: 16px;;}
}
@media  screen and (max-width:1024px){
.sy_section8{padding-top: 30px;padding-bottom: 30px;}
.sy_section8 .content{margin-top: 20px;}
.sy_section8 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section8 .content .ul .li{padding: 0 6px;}
.sy_section8 .content .ul a{padding: 20px;margin-bottom: 12px;display: block;}
.sy_section8 .content .ul a .left{width: 100%;}
.sy_section8 .content .ul a .left .pic{ width: 100%;}
.sy_section8 .content .ul a .right{width: 100%;padding-left: 0;margin-top: 14px;}
.sy_section8 .content .ul a .bt{font-size: 16px;color: #000000;line-height: 20px;margin-bottom: 10px;-webkit-line-clamp:1;}
.sy_section8 .content .ul a .date{font-size: 14px;color: #999999;line-height: 18px;margin-bottom: 6px;}
.sy_section8 .content .ul a .info{font-size: 14px;color: #555555;line-height: 18px;-webkit-line-clamp:2;}
.sy_section8 .content .ul .slick-dots{margin-top: 14px;}
.sy_section8 .content .ul a:hover{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
.sy_section8 .more a{width: 120px;font-size: 14px;margin: 20px auto 0 auto;}
}

.sy_section9{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section9 .content{margin-top: 90px;}
.sy_section9 .content ul{margin: -12px -32px;width: calc(100% + 64px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section9 .content ul li{width: 33.333%;padding: 12px 32px;}
.sy_section9 .content ul a{padding-top: 12px;padding-bottom: 12px;border-bottom: 1px solid #dddddd;display: flex;justify-content: space-between;align-items: flex-start;}
.sy_section9 .content ul a .left{width: calc(100% - 40px);}
.sy_section9 .content ul a .wz{font-size: 20px;color: #555555;line-height: 24px;min-height: 48px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section9 .content ul a .right{width: 24px;}
.sy_section9 .content ul a .right img{width: 100%;display: block;}
.sy_section9 .content ul a .right .ico2{display: none;}
.sy_section9 .content ul a:hover .wz{color: #0024ac;}
.sy_section9 .content ul a:hover .right .ico1{display: none;}
.sy_section9 .content ul a:hover .right .ico2{display: block;}
.sy_section9 .more a{display: block;width: 160px;font-size: 18px;color: #595959;line-height: 22px;border: 1px solid #777777;border-radius: 12px;text-align: center;margin: 30px auto 0 auto;}
.sy_section9 .more a:hover{background-color: #0024ac;color: #fff;border-color: #0024ac;}
@media  screen and (max-width:1024px){
.sy_section9{padding-top: 30px;padding-bottom: 30px;}
.sy_section9 .content{margin-top: 6px;}
.sy_section9 .content ul{margin: -0;width: 100%;}
.sy_section9 .content ul li{width:100%;padding: 0;}
.sy_section9 .content ul a{padding-top: 14px;padding-bottom: 14px;}
.sy_section9 .content ul a .left{width: calc(100% - 32px);}
.sy_section9 .content ul a .wz{font-size: 14px;line-height: 20px;min-height: 1px;}
.sy_section9 .content ul a .right{width: 20px;}
.sy_section9 .more a{width: 120px;font-size: 14px;margin: 20px auto 0 auto;}

}

/* 内页banner */
.ny_banner{width: 100%;position: relative;}
.ny_banner img{width: 100%;display: block;}
.ny_banner .wzbox{width: 100%;position: absolute;left: 0;top: 60%;transform: translate(0,-50%);}
.ny_banner .wzbox .titbox{width: 100%;position: relative;margin-bottom: 32px;}
.ny_banner .wzbox .titbox .tit1{font-size: 150px;color: #f2f2f2;line-height: 120px;text-align: center;font-weight: bold;}
.ny_banner .wzbox .titbox .tit2{font-size: 40px;color: #000000;line-height: 44px;text-align: center;position: absolute;left: 0;bottom: 24px;width: 100%;}
.ny_banner .wzbox .dq_sec{display: flex;justify-content: center;align-items: center;}
.ny_banner .wzbox .dq_sec a{display: block;font-size: 16px;color: #ffffff;line-height: 20px;}
.ny_banner .wzbox .dq_sec span{display: block;font-size: 16px;color: #ffffff;line-height: 20px;margin: 0 4px;}
.ny_banner .wzbox .dq_sec a:hover,
.ny_banner .wzbox .dq_sec a.on{text-decoration: underline;}
@media  screen and (max-width:1024px){
.ny_banner .wzbox{top: 50%;}
.ny_banner .wzbox .titbox{margin-bottom: 0;}
.ny_banner .wzbox .titbox .tit1{font-size:42px;line-height: 50px;}
.ny_banner .wzbox .titbox .tit2{font-size: 14px;line-height: 20px;bottom: 10px;}
.ny_banner .wzbox .dq_sec{display: none;}
}

/* 内页标题 */
.ny_tit .title{font-size: 40px;color: #0024ac;line-height: 44px;text-align: center;margin-bottom: 16px;}
.ny_tit .line{width: 70px;height: 1px;background-color: #000000;margin: 0 auto;}
@media  screen and (max-width:1024px){
.ny_tit .title{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.ny_tit .line{width: 36px;}
}

/* PROFILE */
/*20250528start*/
.file_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.file_section1 .content{margin-top: 48px;display: flex;justify-content: space-between;align-items: flex-start;}
.file_section1 .content .left{width: 50.61728395061728%;padding-right: 58px;}
.file_section1 .content .left .info{font-size: 18px;color: #545454;line-height: 32px;padding-right: 50px;overflow: hidden;overflow-y: auto;max-height: 480px;}
.file_section1 .content .left .info::-webkit-scrollbar{ width: 3px;}
.file_section1 .content .left .info::-webkit-scrollbar-track{background-color: #d9d9d9;}
.file_section1 .content .left .info::-webkit-scrollbar-thumb{width: 3px;background-color: #0024ac;}
.file_section1 .content .right{width: 49.38271604938272%;}
.file_section1 .content .right .ul .slick-prev{width: 30px;height: 60px;background-color: rgba(0,0,0,0.4); left: 30px;top: 50%;border-radius: 8px;}
.file_section1 .content .right .ul .slick-prev::after{content: "";display: block;max-width: 40px; width: 40px;height: 40px;background: url(img/img19.svg) no-repeat center center; background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.file_section1 .content .right .ul .slick-next{width: 30px;height: 60px;background-color: rgba(0,0,0,0.4); right: 30px;top: 50%;border-radius: 8px;}
.file_section1 .content .right .ul .slick-next::after{content: "";display: block;max-width: 40px; width: 40px;height: 40px;background: url(img/img20.svg) no-repeat center center; background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.file_section1 .content .right .ul .slick-prev:hover,
.file_section1 .content .right .ul .slick-next:hover{background-color: #0024ac;}
.file_section1 .content .right .pic{ padding-bottom: 62.5%; position: relative; overflow: hidden;border-radius: 12px;}
.file_section1 .content .right .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
@media  screen and (max-width:1680px){
.file_section1 .content .left{padding-right: 32px;}
.file_section1 .content .left .info{font-size: 16px;line-height: 26px;padding-right: 30px;max-height: 410px;}
}
@media  screen and (max-width:1400px){
.file_section1 .content .left{padding-right: 24px;}
.file_section1 .content .left .info{font-size: 14px;line-height: 22px;padding-right: 20px;max-height: 330px;}
}
@media  screen and (max-width:1024px){
.file_section1{padding-top: 30px;padding-bottom: 30px;}
.file_section1 .content{margin-top: 20px;display: block;}
.file_section1 .content .left{width: 100%;padding-right: 0;margin-bottom: 20px;}
.file_section1 .content .left .info{font-size: 14px;line-height: 24px;padding-right: 0;max-height: 100000px;}
.file_section1 .content .left .info .wz{height: 240px;overflow: hidden;}
.file_section1 .content .left .info.on .wz{height: auto;overflow: auto;}
.file_section1 .content .left .info .btn{width: 24px;margin: 8px auto 0 auto;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.file_section1 .content .left .info.on .btn{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.file_section1 .content .left .info .btn img{width: 100%;display: block;}
.file_section1 .content .left .info::-webkit-scrollbar{ width: 0;}
.file_section1 .content .left .info::-webkit-scrollbar-track{background-color: rgba(255,255,255,0);}
.file_section1 .content .left .info::-webkit-scrollbar-thumb{width: 0;background-color: rgba(255,255,255,0);}
.file_section1 .content .left .info::-webkit-scrollbar{ display: none;}
.file_section1 .content .right{width: 100%;}
.file_section1 .content .right .slick-dots{margin-top: 20px;}
}
/*20250528end*/

.file_section2{width: 100%;}
.file_section2 .w_width{position: relative;}
.file_section2 .ny_tit{width: 100%;position: absolute;left: 0;top: 98px;z-index: 20;}
.file_section2 ul{display: flex;justify-content: flex-start;align-items: stretch;border-right: 1px solid rgba(255,255,255,0.5);}
.file_section2 ul li{width: 33.333%;border-left: 1px solid rgba(255,255,255,0.5);padding: 200px 60px 136px 60px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.file_section2 ul li img{width: 60px;display: block;margin: 0 auto 24px auto;}
.file_section2 ul li .tit{font-size: 30px;color: #ffffff;line-height: 36px;text-align: center;margin-bottom: 22px;}
.file_section2 ul li .line{width: 30px;height: 1px;background-color: #ffffff;margin: 0 auto 24px auto;}
.file_section2 ul li .info{font-size: 20px;color: #ffffff;line-height: 24px;text-align: center;}
.file_section2 ul li:hover{background-color: rgba(255,255,255,0.1);}
@media  screen and (max-width:1680px){
.file_section2 .ny_tit{top: 50px;}
.file_section2 ul li{padding: 140px 30px 100px 30px;}
.file_section2 ul li img{width: 48px;margin: 0 auto 20px auto;}
.file_section2 ul li .tit{font-size: 24px;line-height: 30px;margin-bottom: 16px;}
.file_section2 ul li .line{width: 26px;margin: 0 auto 16px auto;}
.file_section2 ul li .info{font-size: 16px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.file_section2{width: 100%;padding-top: 30px;padding-bottom: 30px;position: relative;}
.file_section2::after{content: "";display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);position: absolute;left: 0;top: 0;}
.file_section2 .ny_tit{position: static;margin-bottom: 20px;position: relative;left: 0;top: 0; z-index: 5;}
.file_section2 .content{position: relative;z-index: 5;}
.file_section2 ul{display: block;border-top: 1px solid rgba(255,255,255,0.5);border-right: 0;}
.file_section2 ul li{width: 100%;border-bottom: 1px solid rgba(255,255,255,0.5);border-left: 0; padding: 20px;display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.file_section2 ul li img{width: 36px;margin: 0;}
.file_section2 ul li .tit{width: calc(100% - 36px); font-size: 18px;line-height: 24px;text-align: left;margin-bottom: 0;padding-left: 12px;}
.file_section2 ul li .line{display: none;}
.file_section2 ul li .info{font-size: 14px;line-height: 22px;text-align: left;}
}

.file_section3{width: 100%;padding-top: 80px;padding-bottom: 70px;background-color: #f2f2f2;}
.file_section3 .content{margin-top: 48px;}
.file_section3 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.file_section3 .content .ul .li{padding: 0 6px;}
.file_section3 .content .ul a{display: block;width: 100%;background-color: #ffffff;border-radius: 12px;padding: 10px;}
.file_section3 .content .ul a .pic{ padding-bottom: 141.666%; position: relative; overflow: hidden;}
.file_section3 .content .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.file_section3 .content .ul .slick-prev{width: 30px;height: 60px;background-color: #797979; left: -56px;top: 50%;border-radius: 8px;}
.file_section3 .content .ul .slick-prev::after{content: "";display: block;max-width: 40px; width: 40px;height: 40px;background: url(img/img19.svg) no-repeat center center; background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.file_section3 .content .ul .slick-next{width: 30px;height: 60px;background-color: #797979; right: -56px;top: 50%;border-radius: 8px;}
.file_section3 .content .ul .slick-next::after{content: "";display: block;max-width: 40px; width: 40px;height: 40px;background: url(img/img20.svg) no-repeat center center; background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.file_section3 .content .ul .slick-prev:hover,
.file_section3 .content .ul .slick-next:hover{background-color: #0024ac;}
@media  screen and (max-width:1024px){
.file_section3{padding-top: 30px;padding-bottom: 30px;}
.file_section3 .content{margin-top: 20px;}
.file_section3 .content .slick-dots{margin-top: 14px;}
}

.file_section4{width: 100%;padding-top: 100px;padding-bottom: 168px;}
.file_section4 .content{margin-top: 142px;}
.file_section4 .info{font-size: 20px;color: #ffffff;line-height: 24px;text-align: center;}
@media  screen and (max-width:1024px){
.file_section4{padding-top: 50px;padding-bottom: 50px;}
.file_section4 .content{margin-top: 30px;}
.file_section4 .info{font-size: 14px;line-height: 22px;text-align: left;}
}

/* PRODUCT */
.cp_section{width: 100%;padding-top: 50px;padding-bottom: 100px;background-color: #f2f2f2;}
.cp_section .w_width{display: flex;justify-content: space-between;align-items: flex-start;position: relative;}
.cp_section .left{width: 300px;position: sticky; left: 0;top: 120px;}
.cp_section .left .title{font-size: 18px;color: #fff;line-height: 60px;padding: 0 22px;background-color: #0024ac;border-radius: 12px;margin-bottom: 10px;}
.cp_section .left .ulbox{width: 100%;padding: 30px 0;background-color: #d9d9d9;border-radius: 12px;}
.cp_section .left .ulbox a{padding: 10px 20px 10px 30px;display: flex;justify-content: flex-start;align-items: center;}
.cp_section .left .ulbox a:hover{
transform: scale(1.03);
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);}
.cp_section .left .ulbox a .icobox{width: 20px;}
.cp_section .left .ulbox a .icobox img{width: 100%;display: block;}
.cp_section .left .ulbox a .icobox .ico2{display: none;}
.cp_section .left .ulbox a .wz{font-size: 18px;color: #333333;line-height: 22px;padding-left: 12px;width: calc(100% - 20px);}
.cp_section .left .ulbox li.on a .icobox .ico1{display: none;}
.cp_section .left .ulbox li.on a .icobox .ico2{display: block;}
.cp_section .left .ulbox a:hover .wz{color: #0024ac;}
.cp_section .left .ulbox li.on a .wz{color: #fff!important;}
.cp_section .left .ulbox li.on a{background-color: #c3c3c3;}
.cp_section .right{width: calc(100% - 340px);}
.cp_section .right .title{font-size: 24px;color: #000000;line-height: 59px;margin-bottom: 10px;border-bottom: 1px solid #d9d9d9;font-weight: bold;background-color: #f2f2f2;position: sticky; left: 0;top: 120px;z-index: 99;}
.cp_section .right .title::after{content: "";display: block;width: 100%;height: 50px;background-color: #f2f2f2;position: absolute;left: 0;bottom: 100%;}
.cp_section .right ul{margin: -15px -13px;width: calc(100% + 26px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.cp_section .right ul li{padding: 15px 13px;width: 25%;}
.cp_section .right ul a{display: block;width: 100%;background-color: #fff;border-radius: 12px;overflow: hidden;}
.cp_section .right ul a .picbox{padding: 0!important;}
.cp_section .right ul a .pic{ width: 100%; padding-bottom: 83.6%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cp_section .right ul a .pic img{ max-width: 100%; position: absolute; left: 50%; top: 50%; max-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.cp_section .right ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.cp_section .right ul a .wzbox{background-color: #f9f9f9;border-radius: 12px;padding: 16px 20px;}
.cp_section .right ul a .bt{font-size: 16px;color: #0024ac;line-height: 20px;min-height: 40px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cp_section .right ul a .line{width: 100%;height: 1px;background-color: #cccccc;margin: 12px 0 8px 0;}
.cp_section .right ul a .jj{font-size: 14px;color: #555555;line-height: 18px;min-height: 54px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.cp_section .right ul a:hover .bt{color: #000000;}
@media  screen and (max-width:1680px){
.cp_section .left{width: 240px;}
.cp_section .left .title{font-size: 16px;padding: 0 14px;}
.cp_section .left .ulbox{padding: 20px 0;}
.cp_section .left .ulbox a{padding: 8px 14px 8px 20px;}
.cp_section .left .ulbox a .wz{font-size: 14px;line-height: 20px;padding-left: 8px;}
.cp_section .right{width: calc(100% - 260px);}
.cp_section .right .title{font-size: 18px;}
.cp_section .right ul{margin: -8px;width: calc(100% + 16px);}
.cp_section .right ul li{padding:8px;}
.cp_section .right ul a .wzbox{padding: 14px;}
.cp_section .right ul a .bt{font-size: 14px;;}
.cp_section .right ul a .line{margin: 8px 0;}
}
@media  screen and (max-width:1024px){
.cp_section{padding-top: 30px;padding-bottom: 30px;}
.cp_section .w_width{display: block;}
.cp_section .left{width: 100%;z-index: 999;top: 60px;}
.cp_section .left .title{font-size: 16px;line-height: 50px;padding: 0 12px;}
.cp_section .left .title.phshow{display: flex!important;display: flex;justify-content: space-between;align-items: center;}
.cp_section .left .title .span2{display: none;}
.cp_section .left .title ._r img{width: 24px;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.cp_section .left .title.on .span1{display: none;}
.cp_section .left .title.on .span2{display: block;}
.cp_section .left .title.on ._r img{
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);}
.cp_section .left .ulbox{display: none;}
.cp_section .right{width: 100%;margin-top: 20px;}
.cp_section .right .title{font-size: 18px;line-height: 24px;padding-bottom: 10px;}
.cp_section .right .title::after{content: "";display: block;width: 100%;height: 100px;background-color: #f2f2f2;position: absolute;left: 0;bottom: 100%;}
.cp_section .right ul{margin: -6px;width: calc(100% + 12px);}
.cp_section .right ul li{padding: 6px;width: 50%;}
.cp_section .right ul a .picbox{padding: 14px 0;}
.cp_section .right ul a .wzbox{padding: 14px;}
.cp_section .right ul a .bt{font-size: 15px;min-height: 40px;-webkit-line-clamp:2;}
.cp_section .right ul a .line{margin: 10px 0;}
.cp_section .right ul a .jj{min-height: 1px;-webkit-line-clamp:2;}
}

/* 产品详情 */
.cpxq_section{width: 100%;padding-top: 50px;padding-bottom: 100px;background-color: #f2f2f2;}
.cpxq_section .w_width{display: flex;justify-content: space-between;align-items: flex-start;position: relative;}
.cpxq_section .left{width: 300px;position: sticky; left: 0;top: 120px;}
.cpxq_section .left .title{font-size: 18px;color: #fff;line-height: 60px;padding: 0 22px;background-color: #0024ac;border-radius: 12px;margin-bottom: 10px;}
.cpxq_section .left .ulbox{width: 100%;padding: 30px 0;background-color: #d9d9d9;border-radius: 12px;}
.cpxq_section .left .ulbox a{padding: 10px 20px 10px 30px;display: flex;justify-content: flex-start;align-items: center;}
.cpxq_section .left .ulbox a:hover{
transform: scale(1.03);
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);}
.cpxq_section .left .ulbox a .icobox{width: 20px;}
.cpxq_section .left .ulbox a .icobox img{width: 100%;display: block;}
.cpxq_section .left .ulbox a .icobox .ico2{display: none;}
/*20250715start*/
.cpxq_section .left .ulbox a .wz{font-size: 18px;color: #333333;line-height: 22px;padding-left: 12px;width: calc(100% - 20px);}
/*20250715end*/
.cpxq_section .left .ulbox li.on a .icobox .ico1{display: none;}
.cpxq_section .left .ulbox li.on a .icobox .ico2{display: block;}
.cpxq_section .left .ulbox a:hover .wz{color: #0024ac;}
.cpxq_section .left .ulbox li.on a .wz{color: #fff!important;}
.cpxq_section .left .ulbox li.on a{background-color: #c3c3c3;}
.cpxq_section .right{width: calc(100% - 340px);}
.cpxq_section .right .title{ font-size: 24px;color: #000000;line-height: 59px;margin-bottom: 10px;border-bottom: 1px solid #d9d9d9;font-weight: bold;background-color: #f2f2f2;position: sticky; left: 0;top: 120px;z-index: 99;}
.cpxq_section .right .title::after{content: "";display: block;width: 100%;height: 50px;background-color: #f2f2f2;position: absolute;left: 0;bottom: 100%;}
.cpxq_section .right .cont1{width: calc(100% - 1px); margin-bottom: 50px;background-color: #ffffff;border-radius: 12px;padding: 50px 50px 40px 40px;display: flex;justify-content: flex-start;align-items: stretch;}
.cpxq_section .right .cont1 ._left{width: 52.734375%;padding-right: 36px;}
.cpxq_section .right .cont1 ._left .qh_t{margin-bottom: 40px;padding: 0!important;}
.cpxq_section .right .cont1 ._left .qh_t li{width: 100%;}
.cpxq_section .right .cont1 ._left .qh_t .pic{ padding-bottom: 78.5625%; position: relative; overflow: hidden;}
.cpxq_section .right .cont1 ._left .qh_t .pic img{ max-width: 100%; position: absolute; left: 50%; top: 50%; max-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.cpxq_section .right .cont1 ._left .qh_b{margin: 0 -6.5px;width: calc(100% + 13px);}
.cpxq_section .right .cont1 ._left .qh_b li{padding: 0 6.5px;}
.cpxq_section .right .cont1 ._left .qh_b a{width: 100%;border-radius: 12px;background-color: #f4f4f4;border: 1px solid #f4f4f4;display: block; overflow: hidden;}
.cpxq_section .right .cont1 ._left .qh_b .picbox{padding: 0!important;}
.cpxq_section .right .cont1 ._left .qh_b .pic{ padding-bottom: 100%; position: relative; overflow: hidden;}
.cpxq_section .right .cont1 ._left .qh_b .pic img{ max-width: 100%; position: absolute; left: 50%; top: 50%; max-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.cpxq_section .right .cont1 ._left .qh_b li.slick-current a{background-color: #ffffff;border-color: #ababab;}
.cpxq_section .right .cont1 ._right{width: 47.265625%;padding-left: 34px;border-left: 1px solid #d9d9d9;}
.cpxq_section .right .cont1 ._right .r_ts{margin-bottom: 50px;min-height: 554px;}
.cpxq_section .right .cont1 ._right .bt{font-size: 22px;color: #0024ac;line-height: 26px;margin-bottom: 20px;font-weight: bold;}
.cpxq_section .right .cont1 ._right .info{font-size: 18px;color: #333333;line-height: 24px;}
.cpxq_section .right .cont1 ._right .info span{color: #0024ac;font-weight: bold;}
.cpxq_section .right .cont1 ._right .more{display: flex;justify-content: flex-start;align-items: flex-start;}
.cpxq_section .right .cont1 ._right .more a{display: flex;justify-content: center;align-items: center;padding: 0 20px 0 8px;background-color: #0024ac;border-radius: 12px;}
.cpxq_section .right .cont1 ._right .more a img{width: 24px;display: block;}
.cpxq_section .right .cont1 ._right .more a .wz{font-size: 18px;color: #ffffff;line-height: 40px;padding-left: 6px;}
.cpxq_section .right .cont1 ._right .more a:hover{opacity: 0.8;}
.cpxq_section .right .cont2{width: calc(100% - 1px);margin-bottom: 48px;background-color: #fff;border-radius: 12px;padding: 104px 80px 130px 90px;font-size: 17px;color: #333333;line-height: 22px;}
.cpxq_section .right .cont3{width: calc(100% - 1px);overflow: hidden;}
.cpxq_section .right .cont3 .title2{font-size: 24px;color: #000000;line-height: 30px;margin-bottom: 36px;font-weight: bold;}
.cpxq_section .right .cont3 .ul{margin: 0 -13px;width: calc(100% + 26px);}
.cpxq_section .right .cont3 .ul .li{padding: 0 13px;}
.cpxq_section .right .cont3 .ul a{display: block;width: 100%;background-color: #fff;border-radius: 12px;overflow: hidden;}
.cpxq_section .right .cont3 .ul a .picbox{padding: 63px 0 28px 0;}
.cpxq_section .right .cont3 .ul a .pic{ width: 100%; padding-bottom: 53.333%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cpxq_section .right .cont3 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.cpxq_section .right .cont3 .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.cpxq_section .right .cont3 .ul a .wzbox{background-color: #f9f9f9;border-radius: 12px;padding: 16px 20px;}
.cpxq_section .right .cont3 .ul a .bt{font-size: 16px;color: #000000;line-height: 20px;min-height: 40px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cpxq_section .right .cont3 .ul a .line{width: 100%;height: 1px;background-color: #cccccc;margin: 12px 0 8px 0;}
.cpxq_section .right .cont3 .ul a .jj{font-size: 14px;color: #555555;line-height: 18px;min-height: 54px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.cpxq_section .right .cont3 .ul a:hover .bt{color: #0024ac;}
.cpxq_section .right .cont3 .ul .slick-dots{margin-top: 20px;}
@media  screen and (max-width:1680px){
.cpxq_section .left{width: 240px;}
.cpxq_section .left .title{font-size: 16px;padding: 0 14px;}
.cpxq_section .left .ulbox{padding: 20px 0;}
.cpxq_section .left .ulbox a{padding: 8px 14px 8px 20px;}
.cpxq_section .left .ulbox a .wz{font-size: 14px;line-height: 20px;padding-left: 8px;}
.cpxq_section .right{width: calc(100% - 260px);}
.cpxq_section .right .title{font-size: 18px;}
.cpxq_section .right .cont1{padding: 30px;}
.cpxq_section .right .cont1 ._left{padding-right: 20px;}
.cpxq_section .right .cont1 ._left .qh_t{margin-bottom: 30px;}
.cpxq_section .right .cont1 ._right{padding-left: 30px;}
.cpxq_section .right .cont1 ._right .r_ts{margin-bottom: 30px;min-height: 496px;}
.cpxq_section .right .cont1 ._left .qh_b .picbox{padding: 24px 0;}
.cpxq_section .right .cont1 ._right .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.cpxq_section .right .cont1 ._right .info{font-size: 14px;line-height: 18px;}
.cpxq_section .right .cont2{margin-bottom: 40px;padding: 60px;}
.cpxq_section .right .cont3 .ul{margin: -8px;width: calc(100% + 16px);}
.cpxq_section .right .cont3 .ul .li{padding:8px;}
.cpxq_section .right .cont3 .ul a .wzbox{padding: 14px;}
.cpxq_section .right .cont3 .ul a .bt{font-size: 14px;;}
.cpxq_section .right .cont3 .ul a .line{margin: 8px 0;}
}
@media  screen and (max-width:1280px){
.cpxq_section .right .cont1 ._right .r_ts{margin-bottom: 20px;min-height: 420px;}
}
@media  screen and (max-width:1024px){
.cpxq_section{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section .w_width{display: block;}
.cpxq_section .left{width: 100%;z-index: 999999;top: 60px;}
.cpxq_section .left .title{font-size: 16px;line-height: 50px;padding: 0 12px;}
.cpxq_section .left .title.phshow{display: flex!important;display: flex;justify-content: space-between;align-items: center;}
.cpxq_section .left .title .span2{display: none;}
.cpxq_section .left .title ._r img{width: 24px;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.cpxq_section .left .title.on .span1{display: none;}
.cpxq_section .left .title.on .span2{display: block;}
.cpxq_section .left .title.on ._r img{
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);}
.cpxq_section .left .ulbox{display: none;}
.cpxq_section .right{width: 100%;margin-top: 20px;}
.cpxq_section .right .title{font-size: 18px;line-height: 24px;padding-bottom: 10px;}
.cpxq_section .right .title::after{content: "";display: block;width: 100%;height: 100px;background-color: #f2f2f2;position: absolute;left: 0;bottom: 100%;}
.cpxq_section .right .cont1{margin-bottom: 14px;padding: 20px;display: block;}
.cpxq_section .right .cont1 ._left{width: 100%;padding-right: 0;}
.cpxq_section .right .cont1 ._left .qh_t{margin-bottom: 12px;padding: 30px 20px;}
.cpxq_section .right .cont1 ._left .qh_b{margin: 0 -5px;width: calc(100% + 12px);}
.cpxq_section .right .cont1 ._left .qh_b .picbox{padding: 12px 0;}
.cpxq_section .right .cont1 ._left .qh_b li{padding: 0 5px;}
.cpxq_section .right .cont1 ._right{width: 100%;padding-left: 0;border-left: 0;margin-top: 14px;}
.cpxq_section .right .cont1 ._right .r_ts{margin-bottom: 12px;min-height: 1px;}
.cpxq_section .right .cont1 ._right .bt{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.cpxq_section .right .cont1 ._right .info{font-size: 14px;line-height: 20px;}
.cpxq_section .right .cont1 ._right .more a{padding: 0 14px 0 8px;}
.cpxq_section .right .cont1 ._right .more a img{width: 20px;}
.cpxq_section .right .cont1 ._right .more a .wz{font-size: 14px;line-height: 36px;}
.cpxq_section .right .cont2{margin-bottom: 14px;padding: 20px;font-size: 14px;line-height: 20px;}
.cpxq_section .right .cont3 .title2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.cpxq_section .right .cont3 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.cpxq_section .right .cont3 .ul .li{padding: 0 6px;}
.cpxq_section .right .cont3 .ul a .picbox{padding: 14px 0;}
.cpxq_section .right .cont3 .ul a .wzbox{padding: 14px;}
.cpxq_section .right .cont3 .ul a .bt{font-size: 15px;min-height: 1px;-webkit-line-clamp:1;}
.cpxq_section .right .cont3 .ul a .line{margin: 10px 0;}
.cpxq_section .right .cont3 .ul a .jj{min-height: 1px;-webkit-line-clamp:2;}
.cpxq_section .right .cont3 .ul .slick-dots{margin-top: 14px;}
.cpxq_section .right .cont1 ._left .qh_b a{border-radius: 6px;}
}

/* CAPABILITIES */
.capa_section1{padding-top: 100px;padding-bottom: 100px;width: 100%;}
.capa_section1 .content{margin-top: 46px;}
.capa_section1 .bt{font-size: 24px;color: #000000;line-height: 30px;margin-bottom: 22px;text-align: center;}
.capa_section1 .info{font-size: 18px;color: #555555;line-height: 25px;}
@media  screen and (max-width:1024px){
.capa_section1{padding-top: 30px;padding-bottom: 30px;}
.capa_section1 .content{margin-top: 20px;}
.capa_section1 .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.capa_section1 .info{font-size: 14px;line-height: 22px;}
}

.capa_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.capa_section2 .content{margin-top: 48px;}
.capa_section2 .ul{margin: -20px -12px;width: calc(100% + 24px);}
.capa_section2 .ul .li{padding: 20px 12px;}
.capa_section2 .ul a{display: block;width: 100%;background-color: #ffffff;border-radius: 12px;padding: 40px 22px 36px 22px;position: relative;}
.capa_section2 .ul a:hover{
transform: scale(1.03);
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);}
.capa_section2 .ul a::after{content: "";display: block;width: 100%;height: 1px;border-bottom: 1px dashed #0024ac;position: absolute;left: 0;top: 65px;}
.capa_section2 .ul .li:first-child a::after{width: calc(50% - 10px);left: auto;right: 0;}
.capa_section2 .ul .li:last-child a::after{width: calc(50% - 10px);}
.capa_section2 .ul a .numbox{position: relative;margin-bottom: 26px;}
.capa_section2 .ul a .numbox img{height: 50px;display: block;margin: 0 auto;position: relative;left: 4px;z-index: 2;}
/*20250710start*/
/* .capa_section2 .ul .li:last-child a .numbox img{left: 0;} */
/*20250710end*/
.capa_section2 .ul a .numbox .wz{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 16px;color: #fff;line-height: 50px;z-index: 5;}
.capa_section2 .ul a .bt{font-size: 20px;color: #000000;line-height: 24px;text-align: center;min-height: 48px;}
.capa_section2 .ul a .line{width: 30px;height: 1px;background-color: #333333;margin: 12px auto 26px auto;}
.capa_section2 .ul a .jj{font-size: 16px;color: #333333;line-height: 20px;text-align: center;}
.capa_section2 .ul a:hover .bt{color: #0024ac;}
@media  screen and (max-width:1680px){
.capa_section2 .ul{margin: -20px -10px;width: calc(100% + 20px);}
.capa_section2 .ul .li{padding: 20px 10px;}
.capa_section2 .ul a{padding: 20px 12px;}
.capa_section2 .ul a::after{top: 44px;}
.capa_section2 .ul a .numbox{margin-bottom: 18px;}
.capa_section2 .ul a .bt{font-size: 15px;line-height: 20px;;min-height: 40px;}
.capa_section2 .ul a .line{margin: 10px auto 14px auto;}
.capa_section2 .ul a .jj{font-size: 14px;line-height: 18px;}
.capa_section2 .ul a:hover{
transform: scale(1.02);
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-o-transform: scale(1.02);
-ms-transform: scale(1.02);}
}
@media  screen and (max-width:1024px){
.capa_section2{padding-top: 30px;padding-bottom: 30px;}
.capa_section2 .content{margin-top: 20px;}
.capa_section2 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.capa_section2 .ul .li{padding: 0 6px;}
.capa_section2 .ul a{padding: 20px;}
.capa_section2 .ul a::after{top: 35px;}
.capa_section2 .ul a .numbox{margin-bottom: 12px;}
.capa_section2 .ul a .numbox img{height: 32px;left: 2px;}
.capa_section2 .ul a .numbox .wz{font-size: 14px;line-height: 32px;}
.capa_section2 .ul a .bt{font-size: 14px;line-height: 20px;min-height: 40px;}
.capa_section2 .ul a .bt br{display: none;}
.capa_section2 .ul a .line{width: 24px;margin: 10px auto;}
.capa_section2 .ul a .jj{font-size: 13px;line-height: 18px;}
.capa_section2 .ul .slick-dots{margin-top: 14px;}
.capa_section2 .ul .slick-dots li{background: #fff;}
.capa_section2 .ul a:hover{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
}

.capa_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f2f2f2;}
.capa_section3 .cont1{margin: 66px 0;}
.capa_section3 .cont1 ul{display: flex;justify-content: flex-start;align-items: flex-start;}
.capa_section3 .cont1 ul li{width: 25%;padding: 0 30px;}
.capa_section3 .cont1 ul .num{font-size: 60px;color: #0024ac;line-height: 64px;margin-bottom: 22px;text-align: center;font-weight: bold;}
.capa_section3 .cont1 ul .info{font-size: 16px;color: #545454;line-height: 24px;text-align: center;}
.capa_section3 .cont2 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.capa_section3 .cont2 .ul .li{padding: 0 6px;}
.capa_section3 .cont2 .ul a{display: block;width: 100%;background-color: #ffffff;border-radius: 12px;padding: 10px;}
.capa_section3 .cont2 .ul a .pic{ padding-bottom: 141.666%; position: relative; overflow: hidden;}
.capa_section3 .cont2 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.capa_section3 .cont2 .ul .slick-prev{width: 30px;height: 60px;background-color: #797979; left: -56px;top: 50%;border-radius: 8px;}
.capa_section3 .cont2 .ul .slick-prev::after{content: "";display: block;max-width: 40px; width: 40px;height: 40px;background: url(img/img19.svg) no-repeat center center; background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.capa_section3 .cont2 .ul .slick-next{width: 30px;height: 60px;background-color: #797979; right: -56px;top: 50%;border-radius: 8px;}
.capa_section3 .cont2 .ul .slick-next::after{content: "";display: block;max-width: 40px; width: 40px;height: 40px;background: url(img/img20.svg) no-repeat center center; background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.capa_section3 .cont2 .ul .slick-prev:hover,
.capa_section3 .cont2 .ul .slick-next:hover{background-color: #0024ac;}
@media  screen and (max-width:1024px){
.capa_section3{padding-top: 30px;padding-bottom: 30px;;}
.capa_section3 .cont1{margin: 20px 0;}
.capa_section3 .cont1 ul{flex-wrap: wrap;margin: -6px;width: calc(100% + 12px);}
.capa_section3 .cont1 ul li{width:50%;padding: 6px;}
.capa_section3 .cont1 ul .num{font-size: 20px;line-height: 30px;margin-bottom: 0;width: 100%;}
.capa_section3 .cont1 ul .info{font-size: 14px;line-height: 20px;width: 100%;text-align: center;}
.capa_section3 .cont1 ul .info br{display: none;}
.capa_section3 .cont2{margin-top: 20px;}
.capa_section3 .cont2 .slick-dots{margin-top: 14px;}
}

/* MANUFACTURING_CAPABILITY */
.manu_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.manu_section1 .bt{font-size: 24px;color: #000000;line-height: 30px;text-align: center;margin: 46px 0 22px 0;}
.manu_section1 .info{font-size: 18px;color: #525252;line-height: 25px;}
@media  screen and (max-width:1024px){
.manu_section1{padding-top: 30px;padding-bottom: 30px;}
.manu_section1 .bt{font-size: 18px;line-height: 24px;margin: 20px 0 12px 0;}
.manu_section1 .info{font-size: 14px;line-height: 20px;}
}

.manu_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f2f2f2;}
.manu_section2 .content{margin-top: 48px;}
.manu_section2 ul{margin: -10px -15px;width: calc(100% + 30px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.manu_section2 ul li{width: 33.333%;padding: 10px 15px;}
.manu_section2 ul a{display: block;width: 100%;background-color: #ffffff;padding: 20px 20px 40px 20px;border-radius: 12px;}
.manu_section2 ul a .pic{ width: 100%; padding-bottom: 56.25%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.manu_section2 ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.manu_section2 ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.manu_section2 ul a .wzbox{padding-top: 28px;}
.manu_section2 ul a .wz{font-size: 16px;color: #000000;line-height: 20px;
/*overflow:hidden;display:-webkit-box;*/ text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.manu_section2 ul a:hover{background-color: #0024ac;}
.manu_section2 ul a:hover .wz{color: #fff;}
@media  screen and (max-width:1024px){
.manu_section2{padding-top: 30px;padding-bottom: 30px;}
.manu_section2 .content{margin-top: 20px;}
.manu_section2 ul{margin: -6px;width: calc(100% + 12px);}
.manu_section2 ul li{width: 100%;padding: 6px;}
.manu_section2 ul a{padding: 20px;}
.manu_section2 ul a .wzbox{padding-top: 12px;}
.manu_section2 ul a .wz{font-size: 16px;line-height: 20px;min-height: 1px;-webkit-line-clamp:2;}
}

.system_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f2f2f2;}
.system_section1 .cont1{margin: 60px 0 70px 0;}
.system_section1 .cont1 ul{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.system_section1 .cont1 ul a{display: block;font-size: 24px;color: #000000;line-height: 30px;}
.system_section1 .cont1 ul span{display: block;font-size: 24px;color: #000000;line-height: 30px;margin: 0 8px;}
.system_section1 .cont1 ul a:hover{color: #0024ac;}
.system_section1 .cont2{margin-bottom: 56px;}
.system_section1 .cont2 .ul{display: flex;justify-content: space-between;align-items: center;}
.system_section1 .cont2 .ul img{height: 80px;display: block;}
.system_section1 .cont3 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.system_section1 .cont3 .ul .li{padding: 0 6px;}
.system_section1 .cont3 .ul a{display: block;width: 100%;background-color: #ffffff;border-radius: 12px;padding: 10px;}
.system_section1 .cont3 .ul a .pic{ padding-bottom: 141.666%; position: relative; overflow: hidden;}
.system_section1 .cont3 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.system_section1 .cont3 .ul .slick-prev{width: 30px;height: 60px;background-color: #797979; left: -56px;top: 50%;border-radius: 8px;}
.system_section1 .cont3 .ul .slick-prev::after{content: "";display: block;max-width: 40px; width: 40px;height: 40px;background: url(img/img19.svg) no-repeat center center; background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.system_section1 .cont3 .ul .slick-next{width: 30px;height: 60px;background-color: #797979; right: -56px;top: 50%;border-radius: 8px;}
.system_section1 .cont3 .ul .slick-next::after{content: "";display: block;max-width: 40px; width: 40px;height: 40px;background: url(img/img20.svg) no-repeat center center; background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.system_section1 .cont3 .ul .slick-prev:hover,
.system_section1 .cont3 .ul .slick-next:hover{background-color: #0024ac;}
@media screen and (max-width:1680px) {
.system_section1 .cont1 ul a{font-size: 18px;}
.system_section1 .cont1 ul span{font-size: 18px;margin: 0 5px;}
.system_section1 .cont1 ul a:hover{color: #0024ac;}
.system_section1 .cont2 .ul img{height: 60px;}
}
@media screen and (max-width:1024px) {
.system_section1{padding-top: 30px;padding-bottom: 30px;}
.system_section1 .cont1{margin: 20px 0;}
.system_section1 .cont1 ul{flex-wrap: wrap;justify-content: center;}
.system_section1 .cont1 ul a{font-size: 13px;line-height: 24px;}
.system_section1 .cont1 ul span{font-size: 13px;line-height: 24px;margin: 0 3px;}
.system_section1 .cont2{margin-bottom: 20px;}
.system_section1 .cont2 .ul{display: block;margin: 0 -6px;width: calc(100% + 12px);}
.system_section1 .cont2 .ul .li{padding: 0 6px;}
.system_section1 .cont2 .ul .pic{height: 32px;display: flex;justify-content: center;align-items: center;}
.system_section1 .cont2 .ul img{height: 100%;}
.system_section1 .cont2 .ul .slick-dots{margin-top: 14px;}
.system_section1 .cont3 .slick-dots{margin-top: 14px;}
}

.system_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.system_section2 .cont1{margin: 46px 0 56px 0;}
.system_section2 .cont1 ul{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.system_section2 .cont1 ul a{display: block;font-size: 24px;color: #000000;line-height: 30px;}
.system_section2 .cont1 ul span{display: block;font-size: 24px;color: #000000;line-height: 30px;margin: 0 8px;}
.system_section2 .cont1 ul a:hover{color: #0024ac;}
.system_section2 .cont2 ul{margin: -16px;width: calc(100% + 32px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.system_section2 .cont2 ul li{width: 25%;padding: 16px;}
.system_section2 .cont2 ul a{display: flex;justify-content: center;align-items: center;padding: 32px;border: 1px solid #dddddd;border-radius: 12px;}
.system_section2 .cont2 ul a img{width: 29px;display: block;}
.system_section2 .cont2 ul a .wzbox{max-width: calc(100% - 29px);padding-left: 10px;}
.system_section2 .cont2 ul a .wz{font-size: 20px;color: #333333;line-height: 30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.system_section2 .cont2 ul a:hover{background-color: #f7f7f7;}
@media screen and (max-width:1680px) {
.system_section2 .cont2 ul{margin: -10px;width: calc(100% + 20px);}
.system_section2 .cont2 ul li{padding: 10px;}
.system_section2 .cont2 ul a{padding: 20px;}
.system_section2 .cont2 ul a img{width: 24px;}
.system_section2 .cont2 ul a .wzbox{max-width: calc(100% - 20px);}
.system_section2 .cont2 ul a .wz{font-size: 16px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.system_section2{padding-top: 30px;padding-bottom: 30px;}
.system_section2 .cont1{margin: 20px 0;}
.system_section2 .cont1 ul{flex-wrap: wrap;justify-content: center;}
.system_section2 .cont1 ul a{font-size: 13px;line-height: 24px;}
.system_section2 .cont1 ul span{font-size: 13px;line-height: 24px;margin: 0 3px;}
.system_section2 .cont2 ul{margin: -6px;width: calc(100% + 12px);}
.system_section2 .cont2 ul li{width: 50%;padding: 6px;}
.system_section2 .cont2 ul a{padding: 12px;border-radius: 8px;}
.system_section2 .cont2 ul a img{width: 20px;}
.system_section2 .cont2 ul a .wzbox{max-width: calc(100% - 20px);}
.system_section2 .cont2 ul a .wz{font-size: 14px;line-height: 20px;}
}

/* BLOGS */
.bolgs_section{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f2f2f2;}
.bolgs_section ul{margin: -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.bolgs_section ul li{padding: 10px;width: 50%;}
.bolgs_section ul a{display: block;background-color: #fff;border-radius: 12px;display: flex;justify-content: flex-start;align-items: center;padding: 20px 42px 20px 20px;}
.bolgs_section ul a:hover{
transform: scale(1.01);
-webkit-transform: scale(1.01);
-moz-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);}
.bolgs_section ul a .left{width: 300px;}
.bolgs_section ul a .left .pic{ width: 100%; padding-bottom: 56.666%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.bolgs_section ul a .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.bolgs_section ul a:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.bolgs_section ul a .right{width: calc(100% - 300px);padding-left: 40px;}
.bolgs_section ul a .bt{font-size: 22px;color: #000000;line-height: 27px;margin-bottom: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.bolgs_section ul a .date{font-size: 16px;color: #999999;line-height: 20px;margin-bottom: 8px;}
.bolgs_section ul a .info{font-size: 14px;color: #555555;line-height: 18px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.bolgs_section ul a:hover .bt{color: #0024ac;}
.bolgs_section ul .slick-dots{margin-top: 20px;}
.bolgs_section .page_section{margin-top: 100px;}
@media  screen and (max-width:1680px){
.bolgs_section ul a .left{width: 220px;}
.bolgs_section ul a .right{width: calc(100% - 220px);padding-left: 20px;}
.bolgs_section ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.bolgs_section ul a .date{font-size: 14px;line-height: 18px;margin-bottom: 6px;}
.bolgs_section ul a .info{font-size: 13px;line-height: 16px;;}
}
@media  screen and (max-width:1024px){
.bolgs_section{padding-top: 30px;padding-bottom: 30px;}
.bolgs_section ul{margin: -6px;width: calc(100% + 12px);}
.bolgs_section ul li{padding: 6px;width: 100%;}
.bolgs_section ul a{padding: 20px;display: block;}
.bolgs_section ul a .left{width: 100%;}
.bolgs_section ul a .left .pic{ width: 100%;}
.bolgs_section ul a .right{width: 100%;padding-left: 0;margin-top: 14px;}
.bolgs_section ul a .bt{font-size: 16px;color: #000000;line-height: 20px;margin-bottom: 10px;-webkit-line-clamp:1;}
.bolgs_section ul a .date{font-size: 14px;color: #999999;line-height: 18px;margin-bottom: 6px;}
.bolgs_section ul a .info{font-size: 14px;color: #555555;line-height: 18px;-webkit-line-clamp:2;}
.bolgs_section .page_section{margin-top: 20px;}
}

/* 分页 */
.page_section{width: 100%;}
.page_section .phpage{display: none;}
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage .btn{width: 70px;height: 50px;background: #ffffff;border-radius: 10px;display: flex;justify-content: center;align-items: center;}
.page_section .pcpage .btn img{width: 40px;display: block;}
.page_section .pcpage .btn .ico2{display: none;}
.page_section .pcpage a{display: block;width: 50px;font-size: 16px;color: #888888;line-height: 50px;background: #fff;border-radius: 10px;text-align: center;margin: 0 5px;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{background: #0024ac;color: #fff;}
.page_section .pcpage .btn:hover .ico1{display: none;}
.page_section .pcpage .btn:hover .ico2{display: block;}
@media screen and (max-width:1024px){
.page_section .pcpage{display: none;}
.page_section .phpage{display: flex;justify-content: center;align-items: center;}
.page_section .phpage span{font-size: 16px;color: #333;line-height: 20px;margin: 0 20px;}
.page_section .phpage a{width: 40px;height: 30px;background: #ffffff;border-radius: 6px;display: flex;justify-content: center;align-items: center;}
.page_section .phpage a img{width: 24px;display: block;}
.page_section .phpage a .ico2{display: none;}
}

/* 新闻详情 */
.xwxq_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f2f2f2;}
.xwxq_section1 .date{margin-top: 36px;font-size: 16px;color: #333333;line-height: 20px;text-align: center;}
@media screen and (max-width:1024px){
.xwxq_section1{padding-top: 30px;padding-bottom: 30px;}
.xwxq_section1 .date{margin-top: 20px;font-size: 14px;line-height: 20px;}
}

.xwxq_section2{padding-top: 56px;padding-bottom: 100px;}
.xwxq_section2 .content{font-size: 18px;color: #333333;line-height: 22px;}
@media screen and (max-width:1024px){
.xwxq_section2{padding-top: 30px;padding-bottom: 30px;}
.xwxq_section2 .content{font-size: 14px;line-height: 20px;}
.xwxq_section2 .content img{height: auto!important;}
}

.xwxq_section3{width: 100%;padding-top: 56px;padding-bottom: 64px;background-color: #f2f2f2;}
.xwxq_section3 ul li{margin-bottom: 26px;}
.xwxq_section3 ul li:last-child{margin-bottom: 0;}
.xwxq_section3 ul a{display: flex;justify-content: flex-start;align-items: flex-start;}
.xwxq_section3 ul a .wz_l{width: 110px;font-size: 18px;color: #cccccc;line-height: 24px;}
.xwxq_section3 ul a .wz_r{width: calc(100% - 110px);font-size: 20px;color: #333333;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xwxq_section3 ul a:hover .wz_r{color: #0024ac;}
@media screen and (max-width:1024px){
.xwxq_section3{padding-top: 20px;padding-bottom: 20px;}
.xwxq_section3 ul li{margin-bottom: 12px;}
.xwxq_section3 ul a .wz_l{width: 70px;font-size: 14px;line-height: 20px;}
.xwxq_section3 ul a .wz_r{width: calc(100% - 70px);font-size: 14px;line-height: 20px;}
}

/* 常见问题 */
.faq_section{width: 100%;padding-top: 80px;padding-bottom: 100px;background-color: #f2f2f2;}
.faq_section .dl{margin-bottom: 100px;}
.faq_section .dl .dd{margin-bottom: 90px;}
.faq_section .dl .dd:last-child{margin-bottom: 0;}
.faq_section .dl .dd ul{margin: -12px -32px;width: calc(100% + 64px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.faq_section .dl .dd ul li{width: 33.333%;padding: 12px 32px;}
.faq_section .dl .dd ul a{padding-top: 12px;padding-bottom: 12px;border-bottom: 1px solid #dddddd;display: flex;justify-content: space-between;align-items: flex-start;}
.faq_section .dl .dd ul a .left{width: calc(100% - 40px);}
.faq_section .dl .dd ul a .wz{font-size: 20px;color: #555555;line-height: 24px;min-height: 48px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.faq_section .dl .dd ul a .right{width: 24px;}
.faq_section .dl .dd ul a .right img{width: 100%;display: block;}
.faq_section .dl .dd ul a .right .ico2{display: none;}
.faq_section .dl .dd ul a:hover .wz{color: #0024ac;}
.faq_section .dl .dd ul a:hover .right .ico1{display: none;}
.faq_section .dl .dd ul a:hover .right .ico2{display: block;}
@media  screen and (max-width:1024px){
.faq_section{padding-top: 30px;padding-bottom: 30px;}
.faq_section .dl{margin-bottom: 30px;}
.faq_section .dl .dd{margin-bottom: 20px;}
.faq_section .dl .dd ul{margin: -0;width: 100%;}
.faq_section .dl .dd ul li{width:100%;padding: 0;}
.faq_section .dl .dd ul a{padding-top: 14px;padding-bottom: 14px;}
.faq_section .dl .dd ul a .left{width: calc(100% - 32px);}
.faq_section .dl .dd ul a .wz{font-size: 14px;line-height: 20px;min-height: 1px;}
.faq_section .dl .dd ul a .right{width: 20px;}
}

/* 联系我们 */
.lxwm_section{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f2f2f2;}
.lxwm_section .info{font-size: 24px;color: #000000;line-height: 30px;text-align: center;margin: 46px 0 42px 0;}
.lxwm_section .content ul{margin: -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.lxwm_section .content ul li{width: 25%;padding: 10px;}
.lxwm_section .content ul a{display: block;width: 100%;border: 1px solid #dfdfdf;border-radius: 12px;padding: 38px 20px 30px 20px;background-color: #fff;}
.lxwm_section .content ul a:hover{
transform: scale(1.01);
-webkit-transform: scale(1.01);
-moz-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);}
.lxwm_section .content ul a .ico{width: 50px;height: 50px;background-color: #0024ac;border-radius: 100%;margin: 0 auto;display: flex;justify-content: center;align-items: center;}
.lxwm_section .content ul a .ico img{width: 30px;display: block;}
.lxwm_section .content ul a .line{width: 30px;height: 1px;background-color: #333333;margin: 30px auto 26px auto;}
.lxwm_section .content ul a .jj{font-size: 20px;color: #000000;line-height: 24px;text-align: center;}
@media  screen and (max-width:1024px){
.lxwm_section{padding-top: 30px;padding-bottom: 30px;}
.lxwm_section .info{font-size: 16px;line-height: 20px;margin: 14px 0;}
.lxwm_section .content ul{margin: -6px;width: calc(100% + 12px);}
.lxwm_section .content ul li{width: 100%;padding: 6px;}
.lxwm_section .content ul a{padding: 20px;}
.lxwm_section .content ul a>div{display: flex;justify-content: flex-start;align-items: center;}
.lxwm_section .content ul a .ico{width: 40px;height: 40px;margin: 0;}
.lxwm_section .content ul a .ico img{width: 24px;}
.lxwm_section .content ul a .line{display: none;}
.lxwm_section .content ul a .jj{font-size: 15px;line-height: 20px;text-align: left;width: calc(100% - 40px);padding-left: 14px;}
.lxwm_section .content ul a .jj br{display: none;}
}


.pagecon{padding-top:50px; padding-bottom:50px;}
.pagecon .content{line-height:28px;}
@media  screen and (max-width:1024px){
.pagecon{padding-top:20px; padding-bottom:20px; line-height:20px;}
.pagecon .content{line-height:24px;}
}


/*250723start*/
.sy_banner .box{ position: absolute; left: 0; top:40%; z-index: 10; width: 100%; z-index: 10; transform: translateY(-50%); -ms-transform: translateY(-50%); font-weight:bold; }
.sy_banner .tit1{ display: block; width: 100%;text-align: center;color: #fff; font-size: 0.8rem;line-height: 0.9rem;font-family: 'NotoSans-Bold'; letter-spacing: 0.08rem;}
.sy_banner .tit2{ display: block; width: 100%;text-align: center;color: #fff; font-size: 0.3rem;line-height: 0.6rem; text-transform: uppercase; margin-top:0.2rem;font-family: 'NotoSans-lighter'; font-weight: lighter; letter-spacing: 2px; }


@media  screen and (max-width:1920px){
.sy_banner .tit1{ font-size: 0.6rem;line-height: 0.7rem;}
.sy_banner .tit2{ font-size: 0.2rem;line-height: 0.4rem;}

}
@media  screen and (max-width:1024px){
.sy_banner .box{ padding:0 60px;}	
.sy_banner .tit1{font-size: 18px;line-height: 28px; }
.sy_banner .tit2{font-size: 14px;line-height: 24px;margin-top:5px; }

}



@font-face {
    font-family: 'NotoSans-Bold';
    src: url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.eot');
    src: url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol?#iefix') format('embedded-opentype'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.woff') format('woff'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.ttf') format('truetype'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans-lighter';
    src: url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-lighter.eot');
    src: url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-lighter?#iefix') format('embedded-opentype'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-lighter.woff') format('woff'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-lighter.ttf') format('truetype'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-lighter.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*250723end*/









/*250728start*/

@media  screen and (max-width:1024px){
.cp_section{ position: relative; z-index: 1;}
.t_navs .top{z-index:9999;}
.cp_section .left{z-index:10;  top:0; position: relative;}
.cp_section .right .title{z-index:9; top:0; position: relative;}
.cp_section .left .ulbox{z-index:10;}
.ny_banner .wzbox .titbox .tit2{position: static;font-size: 16px;}
.cpxq_section{position: relative;
    z-index: 1;}
.cpxq_section .left{z-index:10;  top:0; position: relative;}	
.cpxq_section .right .title{z-index:9; top:0; position: relative;}

}

/*250728end*/








