﻿@charset "UTF-8";
html{
  font-size: 6.25vw;
}
@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: #e60312;}

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


.w_1162{max-width:1162px; margin-right: auto; margin-left: auto;}
.w_width{max-width:1600px; 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;background: rgba(0, 0, 0, 0.29);}
.t_navs{ width: 100%;position: relative;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 0.96rem;}
.t_navs .top .logo .img2{display: none;}
.t_navs .top .right{width: 66%;}
.t_navs .top .right_top{display: flex;justify-content: flex-end;align-items: center;}
.t_navs .top .right_top img{width: 0.32rem;display: block;margin-right: 0.08rem;}
.t_navs .top .right_top .ico2{display: none;}
.t_navs .top .right_top .wz1{font-size: 0.15rem;color: #fff;line-height: 0.66rem;padding-right: 0.15rem;margin-right: 0.14rem;position: relative;}
.t_navs .top .right_top .wz1::after{content: "";display: block;width: 1px;height: 0.3rem;background-color: rgba(234, 234, 234, 0.2);position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .top .right_top .wz2{font-size: 0.24rem;color: #fff;line-height: 0.66rem;font-weight: bold;}
.t_navs .top .menu{display: flex;justify-content: flex-start;align-items: center; justify-content: space-between; border-top: 2px solid rgba(255,255,255,0.2);}
/*260126start*/
.t_navs .top .menu .l1{/* position: relative; */}
.t_navs .top .menu .l1 .a1{ display: block;color: #fff; position: relative;line-height: 0.66rem; font-size: 0.18rem;font-weight: bold;}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ color: #e60312!important;}
.t_navs .top .u2box{width: 100%;position: fixed;left: 0;top: 1.34rem;background-color: rgba(255,255,255,0.94);display: none;}
.t_navs .top .u2box>div{width: 100%;display: flex;justify-content: flex-start;align-items: stretch;}
.t_navs .top .u2box .u2_left{width: 360px;background-color: #f4f9fd;}
.t_navs .top .u2box .u2_left .dd{cursor: pointer;display: flex;justify-content: space-between;align-items: center;padding: 20px 30px 20px 60px;}
.t_navs .top .u2box .u2_left .dd .wz{font-size: 16px;color: #333;line-height: 30px;width: calc(100% - 40px);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.t_navs .top .u2box .u2_left .dd .icobox{width: 20px;}
.t_navs .top .u2box .u2_left .dd .icobox img{width: 100%;display: block;}
.t_navs .top .u2box .u2_left .dd .icobox .ico2{display: none;}
.t_navs .top .u2box .u2_left .dd.on{background-color: #e60312;}
.t_navs .top .u2box .u2_left .dd.on .wz{color: #fff;}
.t_navs .top .u2box .u2_left .dd.on .icobox .ico1{display: none;}
.t_navs .top .u2box .u2_left .dd.on .icobox .ico2{display: block;}
.t_navs .top .u2box .u2_right{width: calc(100% - 360px);position: relative;overflow: hidden;}
.t_navs .top .u2box .u2_right .dd{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;padding: 50px 50px 20px 50px;
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 .u2box .u2_right .dd.on{opacity: 1;z-index: 5;position: relative;}
.t_navs .top .u2box .u2_right .ol{margin: -20px;width: calc(100% + 40px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.t_navs .top .u2box .u2_right .ol .od{width: 25%;padding: 20px;}
.t_navs .top .u2box .u2_right .ol .od a{display: block;}
.t_navs .top .u2box .u2_right .ol .od a .pic{ width: 100%; padding-bottom: 100%; position: relative; overflow: hidden;border-radius: 0;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.t_navs .top .u2box .u2_right .ol .od 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;}
.t_navs .top .u2box .u2_right .ol .od 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);}
.t_navs .top .u2box .u2_right .ol .od a .wzbox{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 16px;}
.t_navs .top .u2box .u2_right .ol .od a .wzbox .wz{font-size: 16px;color: rgba(51, 51, 51, 1);line-height: 30px;width: calc(100% - 30px);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.t_navs .top .u2box .u2_right .ol .od a .wzbox img{width: 16px;display: block;}
.t_navs .top .u2box .u2_right .ol .od a .wzbox .ico2{display: none;}
.t_navs .top .u2box .u2_right .ol .od a:hover .wzbox .wz{color: #e60312;}
.t_navs .top .u2box .u2_right .ol .od a:hover .wzbox .ico1{display: none;}
.t_navs .top .u2box .u2_right .ol .od a:hover .wzbox .ico2{display: block;}
.t_navs .top .u2box .u2_right .more{margin-top: 50px;}
.t_navs .top .u2box .u2_right .more a{display: block;font-size: 14px;color:#e60312;line-height: 38px;text-align: center;border: 1px solid rgba(230, 3, 18, 0.1);border-radius: 8px;}
.t_navs .top .u2box .u2_right .more a:hover{background-color:#e60312;color: #fff;}
.t_navs .top .u2{ display: flex; flex-wrap: wrap; width: 100%; justify-content:center;padding:21px 40px;}
.t_navs .top .l1:hover .u2{-webkit-transition: all .85s;opacity: 1;visibility: visible;}
.t_navs .top .u2 .l2{ display: flex;padding: 0 0.6rem; position: relative; }
.t_navs .top .u2 .l2::after{width:1px;height: 16px;position: absolute;left:0;top:50%; margin-top: -8px; background: rgba(255, 255, 255, .3); content: '';background:rgba(0, 0, 0, 0.1);}
.t_navs .top .u2 .l2:first-child::after{ display: none;}
.t_navs .top .u2 .l2 .a2{ display: block; text-align: center;color: #333;  font-size: 16px;line-height: 30px;}
.t_navs .top .u2 .l2 .a2:hover{color: #e60312;}
/*260126end*/
.wyb_s:hover,
.wyb_s.on{background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.wyb_s.om{background-color: #fff;}
.wyb_s:hover .t_navs .top .logo .img1,
.wyb_s.on .t_navs .top .logo .img1,
.wyb_s.om .t_navs .top .logo .img1{display: none;}
.wyb_s:hover .t_navs .top .logo .img2,
.wyb_s.on .t_navs .top .logo .img2,
.wyb_s.om .t_navs .top .logo .img2{display: block;}
.wyb_s:hover .t_navs .top .right_top .ico1,
.wyb_s.on .t_navs .top .right_top .ico1,
.wyb_s.om .t_navs .top .right_top .ico1{display: none;}
.wyb_s:hover .t_navs .top .right_top .ico2,
.wyb_s.on .t_navs .top .right_top .ico2,
.wyb_s.om .t_navs .top .right_top .ico2{display: block;}
.wyb_s:hover .t_navs .top .right_top .wz1,
.wyb_s.on .t_navs .top .right_top .wz1,
.wyb_s.om .t_navs .top .right_top .wz1{color: #000;}
.wyb_s:hover .t_navs .top .right_top .wz1::after,
.wyb_s.on .t_navs .top .right_top .wz1::after,
.wyb_s.om .t_navs .top .right_top .wz1::after{background-color: #9A9A9A;}
.wyb_s:hover .t_navs .top .right_top .wz2,
.wyb_s.on .t_navs .top .right_top .wz2,
.wyb_s.om .t_navs .top .right_top .wz2{color: #E60312;}
.wyb_s:hover .t_navs .top .menu,
.wyb_s.on .t_navs .top .menu,
.wyb_s.om .t_navs .top .menu{border-top-color: #9A9A9A;}
.wyb_s:hover .t_navs .top .menu .l1 .a1,
.wyb_s.on .t_navs .top .menu .l1 .a1,
.wyb_s.om .t_navs .top .menu .l1 .a1{color: #000;}


.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 1.34rem;opacity: 0;}
@media screen and (max-width:1650px) {
.t_navs .top .logo img{height: 0.76rem;}
.t_navs .top .menu .l1 .a1{  line-height: 0.56rem;}
.t_navs .top .right_top .wz2{ line-height: 0.56rem;}
.t_nav_zw{  height: 1.14rem;}
.t_navs .top .u2box{top: 1.14rem;}
}

@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .top .pcSs_box{display: none;}
.t_navs .top .right_top{display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_nav_zw{height: 60px;}
.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: 7.5px 0;}
.t_navs .top .logo img{ height: 45px;}
.t_navs .top .logo .img1{display: none;}
.t_navs .top .logo .img2{display: block;}
.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:#e60312;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:#e60312;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: #e60312;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:#e60312;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:3; 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;}
.t_navs .xialaph .input_box{width: 100%;border-bottom: 1px solid rgba(0,0,0,0.1);margin-bottom: 20px;position: relative;}
.t_navs .xialaph .input_box input{width: 100%;height: 40px;padding-right: 60px;font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::-webkit-input-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::-moz-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::moz-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input:-ms-input-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box img{width: 24px;cursor: pointer;position: absolute;right: 14px;top: 50%;margin-top: -12px;}
.t_navs .xialaph .yyqh_box{width: 100%;font-size: 0;text-align: center;}
.t_navs .xialaph .yyqh_box a{display: inline-block;vertical-align: middle;font-size: 16px;color: #5a5a5a;line-height: 20px;margin-right: 14px;}
.t_navs .xialaph .yyqh_box a:last-child{margin-right: 0;}
.t_navs .xialaph .yyqh_box a.on,
.t_navs .xialaph .yyqh_box a:hover{color: #333;}
}

/* 底部 */
.b_nav{width: 100%;padding-top: 1rem;padding-bottom: 20px;background: url(img/img31.jpg)no-repeat center center;background-size: cover;}
.b_nav .cont1{margin-bottom: 50px;display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont1 .left{width: 20.3125%;}
.b_nav .cont1 .left .logo{margin-bottom: 0.4rem;}
.b_nav .cont1 .left .logo a{display: flex;justify-content: flex-start;align-items: center;}
.b_nav .cont1 .left .logo a img{height: 72.7px;display: block;margin-right: 12px;}
.b_nav .cont1 .left .logo a .wz{font-size: 14px;color: #e60312;line-height: 20px;padding-left: 13px;position: relative;}
.b_nav .cont1 .left .logo a .wz::after{content: "";display: block;width: 1px;height: 40px;background-color: rgba(0,0,0,0.1);position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.b_nav .cont1 .left .ewmbox{display: flex;margin-bottom:  0.4rem;}
.b_nav .cont1 .left .ewmbox .ewm{width: 110px;margin-right: 0.48rem;}
.b_nav .cont1 .left .ewmbox .ewm:last-child{margin-right: 0;}
.b_nav .cont1 .left .ewmbox .ewm img{width: 100%;display: block;}
.b_nav .cont1 .left .ewmbox .ewm .wz{font-size: 16px;color: #fff;line-height: 20px;text-align: center;margin-top: 8px;}
.b_nav .cont1 .left .xbt{font-size: 16px;color: #fff;line-height: 30px;margin-bottom: 4px;}
.b_nav .cont1 .left .tel{font-size: 30px;color: #e60312;line-height: 34px;margin-bottom: 16px;font-weight: bold;}
.b_nav .cont1 .left .dz{display: flex;align-items: flex-start;}
.b_nav .cont1 .left .dz img{width: 18px;display: block;margin-top: 6px;}
.b_nav .cont1 .left .dz .wz{font-size: 16px;color: #fff;line-height: 30px;width: calc(100% - 18px);padding-left: 8px;}
.b_nav .cont1 .center{width: 41.25%;}
.b_nav .cont1 .center ul{display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont1 .center ul .yj a{display: block;font-size: 18px;color: #fff;line-height: 26px;font-weight: bold;}
.b_nav .cont1 .center ul .ej{margin-top: 30px;}
.b_nav .cont1 .center ul .ej a{display: block;font-size: 16px;color: #fff;line-height: 30px;margin-bottom: 12px;}
.b_nav .cont1 .center ul .ej a:last-child{margin-bottom: 0;}
.b_nav .cont1 .center ul .yj a:hover,
.b_nav .cont1 .center ul .ej a:hover{color: #e60312;}
.b_nav .cont1 .right{width: 22.375%;}
.b_nav .cont1 .right .bt{font-size: 18px;color: #fff;line-height: 27px;margin-bottom: 10px;font-weight: bold;}
.b_nav .cont1 .right .li{padding: 20px 0;border-bottom: 1px solid rgba(255,255,255,0.15);}
.b_nav .cont1 .right .li .wz1{font-size: 16px;color: #fff;line-height: 30px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.b_nav .cont1 .right .li .wz2{font-size: 16px;color: #fff;line-height: 30px;min-height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.b_nav .cont2{background-color: rgba(255,255,255,0.07);padding: 17px 55px;border-radius: 8px;}
.b_nav .cont2 ul{display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont2 ul li .picbox{width: 120px;margin: 0 auto 6px auto;}
.b_nav .cont2 ul li .pic{ padding-bottom: 63.333%; position: relative; overflow: hidden;}
.b_nav .cont2 ul li .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%);}
.b_nav .cont2 ul li .wz{font-size: 16px;color: #fff;line-height: 30px;text-align: center;}
.b_nav .cont2 ul li:hover .wz{color: #e60312;}
.b_nav .cont3{display: flex;justify-content: space-between;align-items: center;margin-top: 20px;}
.b_nav .cont3 .banquan{font-size: 16px;color: #fff;line-height: 24px;}
.b_nav .cont3 .banquan a{color: #fff;margin-left: 6px;}
.b_nav .cont3 .abox{display: flex;align-items: center;justify-content: flex-end;}
.b_nav .cont3 .abox a{display: block;padding-right: 13px;margin-right: 12px;font-size: 16px;color: #fff;line-height: 24px;position: relative;}
.b_nav .cont3 .abox a:last-child{padding-right: 0;margin-right: 0;}
.b_nav .cont3 .abox a::after{content: "";display: block;width: 1px;height: 12px; background-color: rgba(255,255,255,0.15);position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.b_nav .cont3 .abox a:last-child::after{display: none;}
.b_nav .cont3 .abox a:hover{color: #e60312;}
@media screen and (max-width:1680px) {
.b_nav .cont1{margin-bottom: 30px;}
.b_nav .cont1 .left{width: 26.3125%;}
.b_nav .cont1 .left .logo{margin-bottom: 24px;}
.b_nav .cont1 .left .logo a img{height: 40px;margin-right: 10px;}
.b_nav .cont1 .left .logo a .wz{font-size: 13px;line-height: 18px;padding-left: 12px;}
.b_nav .cont1 .left .ewmbox{margin-bottom: 24px;}
.b_nav .cont1 .left .ewmbox .ewm{width: 90px;margin-right: 24px;}
.b_nav .cont1 .left .ewmbox .ewm .wz{font-size: 14px;line-height: 18px;margin-top: 6px;}
.b_nav .cont1 .left .xbt{font-size: 14px;line-height: 24px;}
.b_nav .cont1 .left .tel{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.b_nav .cont1 .left .dz img{width: 16px;margin-top: 9px;}
.b_nav .cont1 .left .dz .wz{font-size: 14px;line-height: 24px;width: calc(100% - 16px);padding-left: 6px;}
.b_nav .cont1 .center ul .yj a{font-size: 16px;line-height: 20px;}
.b_nav .cont1 .center ul .ej{margin-top: 20px;}
.b_nav .cont1 .center ul .ej a{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.b_nav .cont1 .right .bt{font-size: 15px;line-height: 20px;margin-bottom: 8px;}
.b_nav .cont1 .right .li{padding: 14px 0;}
.b_nav .cont1 .right .li .wz1{font-size: 14px;line-height: 24px;}
.b_nav .cont1 .right .li .wz2{font-size: 14px;line-height: 24px;min-height: 48px;}
.b_nav .cont2{padding: 14px 40px;}
.b_nav .cont2 ul li .picbox{width: 80px;}
.b_nav .cont2 ul li .wz{font-size: 14px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.b_nav{padding-top: 30px;padding-bottom: 30px;margin-bottom: 60px;}
.b_nav .cont1{margin-bottom: 20px;display: block;}
.b_nav .cont1 .left{width: 100%;}
.b_nav .cont1 .left .logo{margin-bottom: 12px;}
.b_nav .cont1 .left .logo a{justify-content: center;}
.b_nav .cont1 .left .logo a img{height: 50px;margin-right: 0;}
.b_nav .cont1 .left .logo a .wz{font-size: 13px;line-height: 18px;padding-left: 9px;}
.b_nav .cont1 .left .logo a .wz::after{height: 32px;}
.b_nav .cont1 .left .ewmbox{margin-bottom: 12px;justify-content: center;}
.b_nav .cont1 .left .ewmbox .ewm{width: 100px;margin-right: 14px;}
.b_nav .cont1 .left .ewmbox .ewm .wz{font-size: 14px;line-height: 18px;}
.b_nav .cont1 .left .xbt{font-size: 14px;line-height: 20px;margin-bottom: 4px;text-align: center;}
.b_nav .cont1 .left .tel{font-size: 18px;line-height: 24px;margin-bottom: 10px;text-align: center;}
.b_nav .cont1 .left .dz{justify-content: center;width: 70%;margin: 0 auto;}
.b_nav .cont1 .left .dz img{width: 16px;margin-top: 2px;display: none;}
.b_nav .cont1 .left .dz .wz{font-size: 14px;line-height: 20px;text-align: center; width: calc(100% - 16px);padding-left: 6px;}
.b_nav .cont1 .center{display: none;}
.b_nav .cont1 .right{width: 100%;margin-top: 20px;}
.b_nav .cont1 .right .bt{font-size: 16px;line-height: 20px;margin-bottom: 6px;}
.b_nav .cont1 .right .li{padding: 12px 0;}
.b_nav .cont1 .right .li .wz1{font-size: 14px;line-height: 22px;}
.b_nav .cont1 .right .li .wz2{font-size: 14px;line-height: 22px;min-height: 44px;}
.b_nav .cont2{padding: 14px}
.b_nav .cont2 ul{flex-wrap: wrap;margin: -6px;width: calc(100% + 12px);justify-content: center;}
.b_nav .cont2 ul li{width: 33.333%;padding: 6px;}
.b_nav .cont2 ul li .picbox{width: 70px;}
.b_nav .cont2 ul li .wz{font-size: 14px;line-height: 20px;}
.b_nav .cont3{display: block;margin-top: 20px;}
.b_nav .cont3 .banquan{font-size: 14px;line-height: 20px;text-align: center;margin-bottom: 6px;}
.b_nav .cont3 .banquan a{display: block; margin-left: 0;}
.b_nav .cont3 .abox{justify-content: center;}
.b_nav .cont3 .abox a{padding-right: 9px;margin-right: 8px;font-size: 14px;line-height: 20px;}
.b_nav .cont3 .abox a::after{height: 10px;}
}

/*手机端底漂浮*/
.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: #e60312; 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%;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul .li a{display: block;width: 100%;position: relative;}
.sy_banner .ul .li a::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 3;background: rgba(0, 0, 0, 0.64);}
.sy_banner .ul .li .pcshow{width: 100%;height: 100vh;position: relative;z-index: 1;}
.sy_banner .ul .li .posi_box{width: 100%;position: absolute;left: 0;top: 59%;transform: translate(0,-50%);z-index: 5;}
.sy_banner .ul .li .posi_box .title{font-size: 0.64rem;color: #fff;line-height: 0.96rem;font-weight: bold; text-align: center;}
.sy_banner .ul .li .posi_box .info{font-size: 0.48rem;color: #fff;line-height: 0.82rem;text-align: center;margin-bottom: 0.34rem;}
.sy_banner .ul .li .posi_box .dlbox{width: 7.3rem;margin-bottom: 1.18rem;}
.sy_banner .ul .li .posi_box .dl{margin: -0.26rem -0.1rem;width: calc(100% + 0.2rem);display: flex;justify-content: flex-start;align-items: stretch;flex-wrap: wrap;}
.sy_banner .ul .li .posi_box .dl .dd{width: 33.333%;padding: 0.26rem 0.1rem;display: flex;justify-content: flex-start;align-items: center;}
.sy_banner .ul .li .posi_box .dl .dd img{width: 0.48rem;display: block;}
.sy_banner .ul .li .posi_box .dl .dd .wzbox{width: calc(100% - 0.48rem);padding-left: 0.16rem;}
.sy_banner .ul .li .posi_box .dl .dd .wz1{font-size: 0.3rem;color: #fff;line-height: 0.45rem;font-weight: bold;}
.sy_banner .ul .li .posi_box .dl .dd .wz2{font-size: 0.18rem;color: #fff;line-height: 0.27rem;}
.sy_banner .ul .li .posi_box .more{width: 1.84rem;margin: 0 auto;font-size: 0.2;color: #fff;line-height: 0.47rem;background-color: #e60412;text-align: center;border-radius: 4px; padding-bottom: 1px;}
.sy_banner .ul .li .posi_box .more:hover{background-color: #003aff;}
.sy_banner .ul .li.slick-current .posi_box .title{transform: translate(0,0);animation: fadeInDown 0.4s linear forwards;animation-delay: 0.1s;}
.sy_banner .ul .li.slick-current .posi_box .info{transform: translate(0,0);animation: fadeInDown 0.6s linear forwards;animation-delay: 0.3s;}
.sy_banner .ul .li.slick-current .posi_box .dl .dd{transform: translate(0,0);animation: fadeInDown 0.8s linear forwards;animation-delay: 0.5s;}
.sy_banner .ul .li.slick-current .posi_box .more{transform: translate(0,0);animation: fadeInDown 1s linear forwards;animation-delay: 0.7s;}
.sy_banner .ul .slick-dots{position: absolute;left:50%; margin-left: -800px; bottom: 0.55rem;justify-content: flex-start; width: auto;}
.sy_banner .ul .slick-dots li{border-radius:5px;width:0.4rem; height:5px;margin:0 6.5px;background: rgba(255,255,255,0.42);}
.sy_banner .ul .slick-dots li.slick-active{ background: #fff;}


@media  screen and (max-width:1800px){
.sy_banner .ul .slick-dots{left:100px; margin-left:0;}	
}	
@media  screen and (max-width:1680px){
.sy_banner .ul .li .posi_box .title{font-size: 0.54rem;line-height: 0.74rem;}
.sy_banner .ul .li .posi_box .info{font-size: 0.3rem;line-height: 0.46rem;margin-bottom: 0.24rem;}
.sy_banner .ul .li .posi_box .dlbox{width: 7rem;margin-bottom: 0.6rem;}
.sy_banner .ul .li .posi_box .dl{margin: -0.1rem -0.1rem;width: calc(100% + 0.2rem);}
.sy_banner .ul .li .posi_box .dl .dd{padding: 0.1rem 0.1rem;}
}
@media  screen and (max-width:1024px){
.sy_banner .ul .li .posi_box{top: 48%;}
.sy_banner .ul .li .posi_box .title{font-size: 20px;line-height: 30px;}
.sy_banner .ul .li .posi_box .info{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.sy_banner .ul .li .posi_box .dlbox{width: 100%;margin-bottom: 20px;}
.sy_banner .ul .li .posi_box .dl{margin: -6px;width: calc(100% + 12px);}
.sy_banner .ul .li .posi_box .dl .dd{padding: 6px;}
.sy_banner .ul .li .posi_box .dl .dd img{width: 24px;}
.sy_banner .ul .li .posi_box .dl .dd .wzbox{width: calc(100% - 24px);padding-left: 12px;}
.sy_banner .ul .li .posi_box .dl .dd .wz1{font-size: 14px;line-height: 20px;}
.sy_banner .ul .li .posi_box .dl .dd .wz2{font-size: 12px;line-height: 20px;}
.sy_banner .ul .li .posi_box .more{width: 120px;font-size: 15px;line-height: 36px;}
.sy_banner .ul .li.slick-current .posi_box .title{transform: translate(0,0);animation: fadeInDown 0s linear forwards;animation-delay: 0s;}
.sy_banner .ul .li.slick-current .posi_box .info{transform: translate(0,0);animation: fadeInDown 0s linear forwards;animation-delay: 0s;}
.sy_banner .ul .li.slick-current .posi_box .dl .dd{transform: translate(0,0);animation: fadeInDown 0s linear forwards;animation-delay: 0s;}
.sy_banner .ul .li.slick-current .posi_box .more{transform: translate(0,0);animation: fadeInDown 0s linear forwards;animation-delay: 0s;}
.sy_banner .ul .slick-dots{bottom: 20px;justify-content: center;left:15px; margin-left:0;}
.sy_banner .ul .slick-dots li{border-radius:2px;width:20px; height:2px;margin:0 4px;}
.sy_banner .ul .slick-dots li.slick-active{width: 20px;}
}

.sy_tit .title{font-size: 0.48rem;color: rgba(17, 17, 43, 1);line-height: 0.52rem;text-align: center;margin-bottom: 16px;font-weight: bold;}
.sy_tit .border{width: 2.1rem;height: 3px;background-color: #E60312;margin: 0 auto;}

@media  screen and (max-width:1024px){
.sy_tit .title{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.sy_tit .border{width: 60px;height: 2px;}
}

.sy_btnbox{display: flex;justify-content: center;align-items: center;}
.sy_btnbox .btn{margin-right: 16px;}
.sy_btnbox .btn:last-child{margin-right: 0;}
.sy_btnbox .btn a{display: block;font-size: 0.18rem;color: #E60312;line-height: 0.46rem;text-align: center;width: 1.76rem;border: 1px solid #E60312;border-radius: 4px;}
.sy_btnbox .btn:last-child a{background-color: #E60312;color: #fff;}
.sy_btnbox .btn a:hover{background-color: #003aff;border-color: #003aff;color: #fff;}
@media  screen and (max-width:1024px){
.sy_btnbox .btn{margin-right: 12px;}
.sy_btnbox .btn a{font-size: 14px;line-height: 36px;width: 110px;}
}

.sy_section1{width: 100%;padding-top: 1.2rem;padding-bottom: 0.6rem;}
.sy_section1 .content{margin-top: 0.64rem;margin-bottom: 12px;}
.sy_section1 .qh_tbox{margin-bottom: 0.64rem;}
.sy_section1 .qh_t{display: flex;justify-content: flex-start;flex-wrap: wrap; align-items: flex-start;margin: -0.12rem;width: calc(100% + 0.24rem);}
.sy_section1 .qh_t .dd{width: 20%;padding: 0.12rem;}
.sy_section1 .qh_t .dd a{display: flex;justify-content: center;align-items: center;border-radius: 4px;background: rgba(231, 231, 231, 1);}
.sy_section1 .qh_t .dd a .wz{font-size: 0.24rem;color: #000;line-height: 68px;margin-right: 8px;font-weight: bold;}
.sy_section1 .qh_t .dd a img{width: 24px;display: block;}
.sy_section1 .qh_t .dd a .ico2{display: none;}

.sy_section1 .qh_b{width: 100%;position: relative;}
.sy_section1 .qh_b .dd{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;
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_section1 .qh_b .dd .left{width: 50.75%;padding-right: 1.1rem; margin-top:5%;}
.sy_section1 .qh_b .dd .left .info{font-size: 0.18rem;color: #000;line-height: 0.3rem;margin-bottom: 0.4rem;}
.sy_section1 .qh_b .dd .left ul{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;margin: -6.5px;width: calc(100% + 13px);}
.sy_section1 .qh_b .dd .left ul li{padding: 6.5px;}
.sy_section1 .qh_b .dd .left ul a{display: block;font-size: 20px;color: #E60312;line-height: 46px;padding: 0 28px;border-radius: 4px;background: rgba(231, 231, 231, 1);}
.sy_section1 .qh_b .dd .right{width: 49.25%;}
.sy_section1 .qh_b .dd .right img{width: 100%;display: block;}

@media  screen and (min-width:1024px){
.sy_section1 .qh_t .dd.on a{background-color: #E60312;}
.sy_section1 .qh_t .dd.on a .wz{color: #fff;}
.sy_section1 .qh_t .dd.on a .ico1{display: none;}
.sy_section1 .qh_t .dd.on a .ico2{display: block;}	
.sy_section1 .qh_b .dd{position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;}
.sy_section1 .qh_b .dd.on{position: relative;z-index: 3;opacity: 1;}	
}	
@media  screen and (max-width:1680px){
.sy_section1 .qh_t .dd a .wz{font-size: 17px;line-height: 50px;}
.sy_section1 .qh_b .dd .left{padding-right: 0.5rem;}
.sy_section1 .qh_b .dd .left .info{font-size: 15px;line-height: 24px;margin-bottom: 24px;}
.sy_section1 .qh_b .dd .left ul a{font-size: 15px;line-height: 40px;padding: 0 20px;}
}
@media  screen and (max-width:1260px){
.sy_section1 .qh_t .dd a .wz{font-size: 16px;line-height: 50px;  margin-right: 6px;}

}
@media  screen and (max-width:1024px){
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .content{margin-top: 20px;margin-bottom: 12px;}
.sy_section1 .qh_tbox{margin-bottom:15px;}
.sy_section1 .qh_t{display: block;margin:0 -10px 0 0;width:calc(100% + 10px);/* white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%; */}
/* .sy_section1 .qh_t::-webkit-scrollbar{ display: none;} */
.sy_section1 .qh_t .dd{width: auto;display: inline-block; padding: 0;margin-right: 10px;}
.sy_section1 .qh_t .dd:last-child{margin-right: 0;}
.sy_section1 .qh_t .dd a{padding: 0 0;}
.sy_section1 .qh_t .dd a .wz{font-size: 15px;line-height: 36px;margin-right: 8px;}
.sy_section1 .qh_t .dd a img{width: 20px;}
.sy_section1 .qh_b .dd{display: block;}
.sy_section1 .qh_b .dd .left{width: 100%;padding-right: 0;margin:0 0  30px 0;}
.sy_section1 .qh_b .dd .left .info{font-size: 15px;line-height: 22px;margin-bottom: 15px;}
.sy_section1 .qh_b .dd .left ul{margin: -6px;width: calc(100% + 12px);}
.sy_section1 .qh_b .dd .left ul li{padding: 6px;}
.sy_section1 .qh_b .dd .left ul a{font-size: 14px;line-height: 36px;padding: 0 16px;}
.sy_section1 .qh_b .dd .right{width: 100%;}

.sy_section1 .qh_t .dd.slick-current a{background-color: #E60312;}
.sy_section1 .qh_t .dd.slick-current a .wz{color: #fff;}
.sy_section1 .qh_t .dd.slick-current a .ico1{display: none;}
.sy_section1 .qh_t .dd.slick-current a .ico2{display: block;}	
.sy_section1 .qh_b .dd.on{position: relative;z-index: 3;opacity: 1;}	

}

/* 260126start */
.sy_section2{padding-top: 1.2rem;padding-bottom:  1.2rem;}
.sy_section2 .content{margin-top: 0.56rem;}
.sy_section2 .content ul{margin: 0 -5px;width: calc(100% + 10px);display: flex;}
.sy_section2 .content ul li{padding: 0 5px;width: 17.5625%;  transition: width .4s;}
.sy_section2 .content ul a{display: block;width: 100%;height: 5.66rem;position: relative;overflow: hidden; }
.sy_section2 .content ul a .pic{display: block;width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index:1;transition: All 0.4s ease-in-out;
-webkit-transition: All 0.4 ease-in-out;
-moz-transition: All 0.4 ease-in-out;
-o-transition: All 0.4 ease-in-out;}
.sy_section2 .content ul a::after{content: "";display: block;width: 100%;height: 60%;position: absolute;left: 0;bottom: 0;z-index:2;background: linear-gradient(180.00deg, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);}
.sy_section2 .content ul a .boxs1{width: 100%;position: absolute;left: 0;bottom: 0;padding: 0.3rem;z-index: 3;
/* 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_section2 .content ul a .boxs1 img{width: 48px;display: block;margin: 0 auto 10px auto;}
.sy_section2 .content ul a .boxs1 .wz{font-size: 0.24rem;color: #fff;line-height: 0.32rem;text-align: center;font-weight: bold;}
.sy_section2 .content ul a .boxs2{position: absolute;left: 0;bottom: 0;padding: 0.4rem 0.78rem 0.3rem 0.4rem;z-index:4;bottom:0;  transform: translateY(100%);
transition: opacity .4s,transform .4s; height:0;
  transition-delay: 0;}
.sy_section2 .content ul a .boxs2 .btbox{display: flex;align-items: center;margin-bottom: 20px;}
.sy_section2 .content ul a .boxs2 .btbox img{width: 48px;display: block;margin-right: 8px;}
.sy_section2 .content ul a .boxs2 .btbox .wz{font-size: 24px;color: #fff;line-height: 32px;font-weight: bold;}
.sy_section2 .content ul a .boxs2 .info{font-size: 0.18rem;color: #fff;line-height: 0.3rem;font-weight: bold;margin-bottom: 24px;}
.sy_section2 .content ul a .boxs2 .more{display: flex;justify-content: center;align-items: center;width: 1.46rem;border: 1px solid #fff;border-radius: 4px;}
.sy_section2 .content ul a .boxs2 .more .wz{font-size:  0.18rem;color: #fff;line-height: 0.44rem;margin-right: 0.1rem;}
.sy_section2 .content ul a .boxs2 .more img{width: 16px;display: block;}
.sy_section2 .content ul a .boxs2 .more:hover{background-color: #e60312;border-color: #e60312;}
.sy_section2 .content ul li.on{width: 47.3125%;}
.sy_section2 .content ul li.on a .boxs1{opacity: 0;}
.sy_section2 .content ul li.on a .boxs2{opacity: 1;
  height: auto;
  transition-delay: .2s;
  transform: translateY(0);}
@media  screen and (max-width:1680px){
.sy_section2 .content ul a{height: 5.2rem;}	
.sy_section2 .content ul a .boxs1 img{width: 36px;}
.sy_section2 .content ul a .boxs1 .wz{font-size: 18px;line-height: 24px;}
.sy_section2 .content ul a .boxs2{padding: 0.3rem;}
.sy_section2 .content ul a .boxs2 .btbox{margin-bottom: 14px;}
.sy_section2 .content ul a .boxs2 .btbox img{width: 36px;}
.sy_section2 .content ul a .boxs2 .btbox .wz{font-size: 18px;line-height: 24px;}
.sy_section2 .content ul a .boxs2 .info{font-size: 14px;line-height: 24px;margin-bottom: 14px;}
}
@media  screen and (max-width:1024px){
.sy_section2{padding-top: 30px;padding-bottom: 30px;}
.sy_section2 .content{margin-top: 20px;}
.sy_section2 .content ul{margin: 0 ;width: 100%;display: block;}
.sy_section2 .content ul li{padding: 0;width: 100%;margin-bottom: 12px;}
.sy_section2 .content ul li:last-child{margin-bottom: 0;}
.sy_section2 .content ul a{height: auto;}
.sy_section2 .content ul a::after{height: 100%;background: rgba(0,0,0,0.5);}
.sy_section2 .content ul a .boxs1{display: none;}
.sy_section2 .content ul a .boxs2{position: relative;padding:80px 20px 40px 20px;bottom: 0;}
.sy_section2 .content ul a .boxs2 .btbox{margin-bottom: 12px;}
.sy_section2 .content ul a .boxs2 .btbox img{width: 26px;}
.sy_section2 .content ul a .boxs2 .btbox .wz{font-size: 16px;line-height: 20px;}
.sy_section2 .content ul a .boxs2 .info{font-size: 14px;line-height: 22px;margin-bottom:15px;}
.sy_section2 .content ul a .boxs2 .more{width: 110px;}
.sy_section2 .content ul a .boxs2 .more .wz{font-size: 14px;line-height: 36px;margin-right: 8px;}
.sy_section2 .content ul a .boxs2 .more img{width: 14px;}
.sy_section2 .content ul li.on{width: 100%;}
}

/* 260126end */

.sy_section3{width: 100%;padding-top: 1.2rem;padding-bottom: 1.68rem;}
.sy_section3 .content{margin-top: 0.56rem;}
.sy_section3 .qh_tbox{margin-bottom: 0.72rem;}
.sy_section3 .qh_t{display: flex;justify-content: flex-start;flex-wrap: wrap; align-items: flex-start;margin: -20px;width: calc(100% + 40px);}
.sy_section3 .qh_t .dd{width: 25%;padding: 0.2rem;}
.sy_section3 .qh_t .dd a{display: flex;justify-content: center;align-items: center;border-radius: 4px;background: rgba(231, 231, 231, 1);}
.sy_section3 .qh_t .dd a .wz{font-size: 0.24rem;color: #000;line-height: 0.68rem;margin-right: 8px;font-weight: bold;}
.sy_section3 .qh_t .dd a img{width: 24px;display: block;}
.sy_section3 .qh_t .dd a .ico2{display: none;}
.sy_section3 .qh_b{width: 100%;position: relative;}
.sy_section3 .qh_b .dd{flex-direction:row-reverse;width: 100%;display: flex;justify-content: flex-start;align-items: center;
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 .qh_b .dd .left{width: 48.4375%;}
.sy_section3 .qh_b .dd .left .pic{ padding-bottom: 52.903%; position: relative; overflow: hidden;border-radius: 8px;}
.sy_section3 .qh_b .dd .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%);}
.sy_section3 .qh_b .dd .right{width: 51.5625%;padding-right: 0.95rem;}
.sy_section3 .qh_b .dd .right .bt{font-size: 0.44rem;color: #E60312;line-height: 0.58rem;margin-bottom: 0.32rem;font-weight: bold;}
.sy_section3 .qh_b .dd .right .info{font-size: 0.18rem;color: #000;line-height: 0.3rem;margin-bottom: 1.3rem;}
.sy_section3 .qh_b .dd .right a{display: block;width: 1.76rem;font-size: 0.18rem;color: #fff;line-height: 0.48rem;text-align: center;background-color: #E60312;border-radius: 4px;}
.sy_section3 .qh_b .dd .right a:hover{background-color: #003aff;}


@media  screen and (min-width:1024px){
.sy_section3 .qh_t .dd.on a{background-color: #E60312;}
.sy_section3 .qh_t .dd.on a .wz{color: #fff;}
.sy_section3 .qh_t .dd.on a .ico1{display: none;}
.sy_section3 .qh_t .dd.on a .ico2{display: block;}	
.sy_section3 .qh_b .dd{position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;}	
.sy_section3 .qh_b .dd.on{position: relative;z-index: 3;opacity: 1;}
}
@media  screen and (max-width:1680px){
.sy_section3 .qh_t .dd a .wz{font-size: 17px;line-height: 50px;}
.sy_section3 .qh_b .dd .right{padding-right: 0.5rem;}
.sy_section3 .qh_b .dd .right .info{font-size: 14px;line-height: 24px;margin-bottom: 40px;}

}
@media  screen and (max-width:1024px){
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .content{margin-top: 20px;}
.sy_section3 .qh_tbox{margin-bottom: 30px;}
.sy_section3 .qh_t{display: block; margin:0 -10px 0 0;width:calc(100% + 10px);/* white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%; */}
/* .sy_section3 .qh_t::-webkit-scrollbar{ display: none;} */
.sy_section3 .qh_t .dd{width: auto;display: inline-block; padding: 0;margin-right: 10px;}
.sy_section3 .qh_t .dd:last-child{margin-right: 0;}
.sy_section3 .qh_t .dd a{padding: 0;}
.sy_section3 .qh_t .dd a .wz{font-size: 15px;line-height: 36px;margin-right: 8px;}
.sy_section3 .qh_t .dd a img{width: 20px;}
.sy_section3 .qh_b .dd{display: block;}
.sy_section3 .qh_b .dd .left{width: 100%;}
.sy_section3 .qh_b .dd .right{width: 100%;padding-right: 0;margin-top: 20px;}
.sy_section3 .qh_b .dd .right .bt{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.sy_section3 .qh_b .dd .right .info{font-size: 14px;line-height: 22px;margin-bottom: 20px;}
.sy_section3 .qh_b .dd .right a{width: 120px;font-size: 14px;line-height: 36px;}

.sy_section3 .qh_t .dd.slick-current a{background-color: #E60312;}
.sy_section3 .qh_t .dd.slick-current a .wz{color: #fff;}
.sy_section3 .qh_t .dd.slick-current a .ico1{display: none;}
.sy_section3 .qh_t .dd.slick-current a .ico2{display: block;}	

.sy_section3 .qh_t .slick-arrow{ border-radius: 50%; width:24px; height:24px; background: url(img/img5.png) center no-repeat #fff; background-size:80% auto !important; box-shadow:0 0 3px rgba(0,0,0,0.1); }
.sy_section3 .qh_t .slick-prev{ left:-9px;-webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);}
.sy_section3 .qh_t .slick-next{ right:0;}


}


.Industry_Solutions ul { display: block; width: 100%;}
.Industry_Solutions ul li:hover .circle .storey1 {
  animation: stob 1.5s linear;
  animation-iteration-count: infinite;
}
.Industry_Solutions ul li:hover .circle .storey2 {
  animation: stob 1.5s linear;
  animation-iteration-count: infinite;
}
.Industry_Solutions {
  overflow: hidden;
  width: 100%;
  height: 8.44rem;
}
.Industry_Solutions ul li {
  width: 20%;
  float: left;
  height: 8.44rem;
  padding: 0 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.Industry_Solutions ul li .circle {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #e60012;
  position: relative;
  margin: 0 auto;
  margin-top: 4.2rem;
  transition: all 0.5s ease;
}
.Industry_Solutions ul li .circle .storey1 {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Industry_Solutions ul li .circle .storey2 {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Industry_Solutions ul li .icon {
  height: 0.72rem;
  text-align: center;
  margin: 0.35rem 0 0.3rem 0;
}
.Industry_Solutions ul li .icon img {
  max-height: 100%;
}
.Industry_Solutions ul li .tit {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.4rem; text-align: center;
  margin: 0.25rem 0 0.2rem 0;
}

.Industry_Solutions ul li .info {
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #fff;
  text-align: center;
}
.Industry_Solutions ul li .more {
  height: 48px;
  line-height:48px;
  width: 1.76rem;
  color: #E60312;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  display: block;
  background: #fff;
  margin: 0.6rem auto 0 auto;
  opacity: 0;
}
.Industry_Solutions ul li:hover {
  background: linear-gradient(180.00deg, rgba(230, 3, 18, 0),rgba(230, 3, 18, 0.76) 100%);
}
.Industry_Solutions ul li:hover .circle {
  margin-top: 3.2rem;
}
.Industry_Solutions ul li:hover .more {
  opacity: 1;
}

.Industry_Solutions ul li .more {
  transition: all 0.5s ease;
}
.Industry_Solutions ul li .more:hover {
  background: #E60312;
  color: #fff;
}
.Industry_Solutions .index_tit {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 1rem;
}
.Industry_Solutions > div {
  position: relative;
}

@media  screen and (max-width:1600px){
.Industry_Solutions {
  height: 7.44rem;
}
.Industry_Solutions ul li {
  height: 7.44rem;
}
.Industry_Solutions ul li .circle{  margin-top: 3.2rem;}
.Industry_Solutions ul li:hover .circle {
  margin-top:2.6rem;
}
.Industry_Solutions ul li .more{  margin: 0.4rem auto 0 auto;}
.Industry_Solutions ul li .more {
  height: 40px;
  line-height: 40px;
  width: 1.5rem;}
}
@media  screen and (max-width:1300px){
.Industry_Solutions ul li .more {
    height: 34px;
    width: 1.3rem;
    font-size: 14px;
    line-height: 34px;
  }
}
@media  screen and (max-width:1024px){
.Industry_Solutions,
  .Industry_Solutions ul li {
    height: 400px;
    padding: 0 12px;
  }
  .Industry_Solutions ul li .circle {
    margin-top: 120px;
  }
  .Industry_Solutions .index_tit {
    top: 30px;
  }
  .Industry_Solutions ul li:hover .circle {
    margin-top: 90px;
  }
  .Industry_Solutions ul li .tit {
    font-size: 16px;
    line-height: 20px;
  }
  .Industry_Solutions ul li .icon {
    margin: 35px 0 15px 0;
    height: 40px;
  }
  .Industry_Solutions ul li .more {
    margin-top: 15px;
  }
  .Industry_Solutions .slick-prev {
    left: 10px !important;
  }
  .Industry_Solutions .slick-next {
    right: 10px !important;
  }
  .Industry_Solutions ul li .info {
    font-size: 14px;
    line-height: 20px;
  }
}

.sy_section4{width: 100%;padding-top: 1.26rem;padding-bottom: 0.9rem;}
.sy_section4 .cont1{margin-top: 0.56rem;margin-bottom: 0.34rem;}
.sy_section4 .cont1 .pic{width: 70.625%;margin: 0 auto 0.18rem auto;}
.sy_section4 .cont1 .pic img{width: 100%;display: block;}
.sy_section4 .cont1 .wz{font-size: 0.18rem;color: #666;line-height: 0.3rem;text-align: center;}
.sy_section4 .cont2{width: 100%;border-radius: 12px;box-shadow: 0px 4px 0.39rem 0px rgba(0, 0, 0, 0.07);padding: 0.38rem;background-color: #fff; overflow: hidden;}
.sy_section4 .cont2 ul{margin: 0 -10px;width: calc(100% + 20px);display: flex;}
.sy_section4 .cont2 ul li{width: 14.28571428571429%;padding: 0 10px;position: relative;}
.sy_section4 .cont2 ul .ico{width: 78px;margin: 0 auto 8px auto;border: 1px solid rgba(227, 226, 226, 1);border-radius: 4px;overflow: hidden;}
.sy_section4 .cont2 ul .ico img{width: 100%;display: block;}
.sy_section4 .cont2 ul .wz{font-size: 0.2rem;color: rgba(17, 17, 43, 1);line-height: 0.32rem;text-align: center;font-weight: bold;}
.sy_section4 .cont2 ul .posi_img{width: 86px;display: block;position: absolute;left: calc(100% - 42px);top: 29px;}
.sy_section4 .cont2 ul li:last-child .posi_img{display: none;}
@media  screen and (max-width:1680px){
.sy_section4 .cont2{padding: 0.2rem;}
.sy_section4 .cont2 ul{margin: 0;width: 100%;}
.sy_section4 .cont2 ul li{width: 14.28571428571429%;padding: 0;}
.sy_section4 .cont2 ul .ico{width: 60px;}
.sy_section4 .cont2 ul .wz{font-size: 14px;}
.sy_section4 .cont2 ul .posi_img{width: 40px;left: calc(100% - 22px);top: 26px;}
}
@media  screen and (max-width:1260px){
/* .sy_section4 .cont2 ul .wz{font-size: 14px;} */
.sy_section4 .cont2{padding: 0.2rem 0;}
}
@media  screen and (max-width:1024px){
.sy_section4{padding-top: 30px;padding-bottom: 30px;}
.sy_section4 .cont1{margin-top: 20px;margin-bottom: 20px;}
.sy_section4 .cont1 .pic{width: 100%;margin: 0 auto 10px auto;}
.sy_section4 .cont1 .wz{font-size: 14px;line-height: 20px;}
.sy_section4 .cont2{padding: 14px;}
.sy_section4 .cont2 ul{margin: -6px;width: calc(100% + 12px);flex-wrap: wrap; justify-content: flex-start;}
.sy_section4 .cont2 ul li{width: 25%;padding: 6px 0;}
/* .sy_section4 .cont2 ul li:nth-child(5),
.sy_section4 .cont2 ul li:nth-child(6),
.sy_section4 .cont2 ul li:nth-child(7){width: 33.333%;} */
.sy_section4 .cont2 ul .ico{width: 40px;}
.sy_section4 .cont2 ul .wz{font-size: 12px;line-height: 18px;}
/* .sy_section4 .cont2 ul .posi_img{display: none;} */
}

.sy_section5{width:100%;padding-top: 1.2rem;padding-bottom: 1.4rem;}
.sy_section5 .content{margin-top: 0.55rem;margin-bottom: 20.2rem0px;position: relative;}
.sy_section5 .content .ba_img{width: 26.4375%;margin: 0 auto;}
.sy_section5 .content li .btbox{display: flex;justify-content: flex-start;}
.sy_section5 .content li .bt{padding: 0 0.3rem; background-color: #fff;border-radius: 21px;box-shadow: 0 0 12px rgba(0,0,0,0.1);display: flex;justify-content: flex-start;align-items: center;}
.sy_section5 .content li .bt .num{font-size: 0.48rem;color: #E60312;line-height:0.68rem;margin-right: 0.18rem;font-family: 'YouSheBiaoTiHei';font-weight: bold;font-style: italic;}
.sy_section5 .content li .bt .wz{font-size: 0.32rem;color: #000;line-height:0.68rem;}
.sy_section5 .content li .bt .wz span{color: #E60312;}
.sy_section5 .content li .info{font-size: 0.18rem;color: #000;line-height: 0.3rem;margin-top: 0.24rem;}
.sy_section5 .content li .info2{margin-top:  0.24rem;}
.sy_section5 .content li .info2 .dd{margin-bottom: 10px;display: flex;align-items: flex-start;justify-content: flex-end;}
.sy_section5 .content li .info2 .dd:last-child{margin-bottom: 0;}
.sy_section5 .content li .info2 .dd .ico{width: 0.08rem;height: 0.08rem;background-color: #e60412;border-radius: 100%; margin:0.11rem;}
.sy_section5 .content li .info2 .dd .wz{font-size: 0.18rem;color: #000;line-height: 0.3rem;padding-left: 8px;}
.sy_section5 .content li{position: absolute;width: 29.5%;}
.sy_section5 .content li:nth-child(1){left: 0;top: 0.2rem;} 
.sy_section5 .content li:nth-child(1) .btbox{justify-content: flex-end;}
.sy_section5 .content li:nth-child(2){right: 0;top:  0.2rem;} 
.sy_section5 .content li:nth-child(3){left: 0;bottom: 0.7rem;} 
.sy_section5 .content li:nth-child(3) .btbox{justify-content: flex-end;}
.sy_section5 .content li:nth-child(3) .info{text-align: right;}
.sy_section5 .content li:nth-child(4){right: 0;bottom: 0.7rem;} 
@media  screen and (max-width:1680px){
.sy_section5 .content li .bt .num{font-size: 28px;line-height:40px;margin-right: 12px;}
.sy_section5 .content li .bt .wz{font-size: 20px;line-height:40px;}
.sy_section5 .content li .info{font-size: 14px;line-height: 22px;margin-top: 14px;}
.sy_section5 .content li .info2{margin-top: 14px;}
.sy_section5 .content li .info2 .dd{margin-bottom: 6px;}
.sy_section5 .content li .info2 .dd .wz{font-size: 14px;line-height: 22px;padding-left: 6px;}
.sy_section5 .content li{width: 29.5%;}
.sy_section5 .content li:nth-child(1){left: 0;top: 20px;} 
.sy_section5 .content li:nth-child(2){right: 0;top: 20px;} 
.sy_section5 .content li:nth-child(3){left: 0;bottom: 20px;} 
.sy_section5 .content li:nth-child(4){right: 0;bottom: 20px;} 
}
@media  screen and (max-width:1260px){
.sy_section5 .content li{width: 31.5%;}	
.sy_section5 .content li .bt .num{font-size: 24px;line-height:36px;margin-right:8px;}
.sy_section5 .content li .bt .wz{font-size:18px;line-height:36px;}	
.sy_section5 .content li .info{    margin-top: 10px;}
}	
@media  screen and (max-width:1024px){
.sy_section5{padding-top: 40px;padding-bottom: 40px;}
.sy_section5 .content{margin-top: 20px;}
.sy_section5 .content .ba_img{display: none;}
.sy_section5 .content li .bt{padding: 0 20px; border-radius: 10px;}
.sy_section5 .content li .bt .num{font-size: 20px;line-height:40px;margin-right: 12px;}
.sy_section5 .content li .bt .wz{font-size: 14px;line-height:40px;}
.sy_section5 .content li .info{font-size: 14px;line-height: 20px;margin-top: 14px;}
.sy_section5 .content li .info2{margin-top: 14px;}
.sy_section5 .content li .info2 .dd{margin-bottom: 6px;justify-content: flex-start;}
.sy_section5 .content li .info2 .dd .ico{width: 6px;height: 6px; margin:7px;}
.sy_section5 .content li .info2 .dd .wz{font-size: 14px;line-height: 20px;padding-left: 5px;}
.sy_section5 .content li{position: static;width: 100%;margin-bottom: 20px;}
.sy_section5 .content li:last-child{margin-bottom: 0;}
.sy_section5 .content li:nth-child(1) .btbox{justify-content: flex-start;}
.sy_section5 .content li:nth-child(3) .btbox{justify-content: flex-start;}
.sy_section5 .content li:nth-child(3) .info{text-align: left;}
}

.Partners li .partner_li.shadow .flip-box-front {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.Partners {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #f9f9f9;
  overflow: hidden;
}
.Partners .partners_list {
  margin-top: 0.64rem;
}
.Partners .more {
  height: 40px;
  line-height: 40px;
  width: 140px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 15px;
  display: block;
  float: left;
  margin-top: 0.45rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: linear-gradient(to bottom, #004bb5, #01409a);
}
.Partners li {
  width: 100%;
  float: left;
}
.Partners li .partner_li {
  width: 16.66666666%;
  float: left;
  height: 130px;
}
.Partners li .partner_li.shadow .flip-box-front {
  box-shadow: 0 0 35px 0 rgba(111, 111, 111, 0.16);
}
.Partners .flip-box {
  perspective: 1000px;
  /* 设置透视效果 */
  width: 100%;
  height: 1.3rem;
  position: relative;
}
.Partners .flip-box-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  /* 设置3D转换父容器 */
  transition: transform 0.5s;
  /* 设置过渡效果 */
}
.Partners .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
  /* 设置鼠标经过时翻转效果 */
}
.Partners .flip-box-back {
  transition: all 0.5s ease;
}
.Partners .flip-box:hover .flip-box-back {
  transform: rotateY(180deg) scale(1.1);
  /* 设置鼠标经过时翻转效果 */
}
.Partners .flip-box-front,
.Partners .flip-box-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  /* 隐藏背面 */
}
.Partners .flip-box-front {
  transform: rotateY(0deg);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.Partners .flip-box-front img {
  max-width: 60%;
}
.Partners .flip-box-back {
  transform: rotateY(180deg);
  background: #003aff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.Partners li .partner_li:hover {
  position: relative;
  z-index: 2 !important;
}
.Partners .slick-prev {
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translate(0, -50%);
  left: -50px;
  background: url(img/arrow_left1.png) center no-repeat;
}
.Partners .slick-next {
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translate(0, -50%);
  right: -50px;
  background: url(img/arrow_right2.png) center no-repeat;
}
.index_product .products_content li .more {
  transition: all 0.5s ease;
}
.index_product .products_content li .more:hover {
  background-image: linear-gradient(to bottom, #01409a, #004bb5);
}
.Industry_Solutions ul li .more {
  transition: all 0.5s ease;
}
.Industry_Solutions ul li .more:hover {
  background: #014099;
  color: #fff;
}
.Partners .more,
.index_news .more {
  transition: all 0.5s ease;
}
.Partners .more:hover,
.index_news .more:hover {
  background-image: linear-gradient(to bottom, #01409a, #004bb5);
}
.Partners li .partner_li:hover {
  cursor: pointer;
}
.Partners li .partner_li.shadow {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
.Partners .flip-box,
  .Partners li .partner_li {
    height: 110px;
  }
}
@media screen and (max-width: 1300px) {
.Partners {
    padding-top: 70px;padding-bottom: 70px;
  }
  .Partners .more {
    height: 30px;
    line-height: 30px;
    width: 120px;
    border-radius: 15px;
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
.Partners {
    padding: 30px 15px 60px 15px;
  }
   .Partners .flip-box,
  .Partners li .partner_li {
    height: 80px;
  }
  .Partners li .partner_li {
    width: 33.3%;
  }
  .Partners .flip-box-back {
    font-size: 14px;
  }
  .Partners .flip-box,
  .Partners li .partner_li {
    height: 60px;
  }
  .Partners li .partner_li:nth-child(2) .flip-box-front,
  .Partners li .partner_li:nth-child(3) .flip-box-front,
  .Partners li .partner_li:nth-child(6) .flip-box-front,
  .Partners li .partner_li:nth-child(7) .flip-box-front,
  .Partners li .partner_li:nth-child(10) .flip-box-front,
  .Partners li .partner_li:nth-child(11) .flip-box-front {
    box-shadow: 0 0 20px 0 rgba(111, 111, 111, 0.16);
  }
  .Partners li .partner_li:nth-child(2),
  .Partners li .partner_li:nth-child(3),
  .Partners li .partner_li:nth-child(6),
  .Partners li .partner_li:nth-child(7) ,
  .Partners li .partner_li:nth-child(10),
  .Partners li .partner_li:nth-child(11) {
    position: relative;
    z-index: 1;
  }
  .Partners li .partner_li {
    width: 50%;
  }
  .pc_show {
    display: none;
  }
  .wap_show {
    display: block;
  }
  .Partners .flip-box,
  .Partners li .partner_li {
    height: 80px;
  }
  .Partners .slick-dots {
    position: absolute;
    bottom: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Partners .slick-dots li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 6px;
    background: #E60312;
    opacity: 0.5;
  }
  .Partners .slick-dots li.slick-active {
    opacity: 1;
  }
  .advantage {
    background-attachment: inherit !important;
  }
  .Partners .more {
    margin-top: 50px;
  }
  .Partners .partners_list {
  box-shadow: 0 0 35px 0 rgba(111, 111, 111, 0.16);margin-top: 20px;
}
}

.sy_section6{width: 100%;padding-top: 1.2rem;padding-bottom: 1.9rem;}
.sy_section6 .content{margin-top: 0.62rem;display: flex;justify-content: space-between;align-items: flex-start;}
.sy_section6 .content .qh_l{width: 2.68rem;border-radius: 4px;box-shadow: 0px 17px 36px 0px rgba(230, 0, 18, 0.21);backdrop-filter: blur(9px);background: rgba(0, 0, 0, 0.10);padding: 0.24rem 0.34rem;  display: flex;  justify-content: center;}
.sy_section6 .content .qh_l .dl{ display: inline-flex; flex-direction: column;}
.sy_section6 .content .qh_l .dd{margin-bottom: 0.28rem;cursor: pointer; display: inline-flex;flex-direction: column; }
.sy_section6 .content .qh_l .dd:last-child{margin-bottom: 0;}
.sy_section6 .content .qh_l .wz{font-size: 0.2rem;color: #fff;line-height: 0.32rem;margin-bottom: 4px;font-weight: bold;}
.sy_section6 .content .qh_l .line{width: 0.48rem;height: 0.05rem;background-color: #E60312;margin: 0;opacity: 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;}
.sy_section6 .content .qh_l .dd.on .line{opacity: 1;}
.sy_section6 .content .qh_r{width: calc(100% - 3.98rem);position: relative;}
.sy_section6 .content .qh_r .dd{width: 100%;position: absolute;left: 0;top: 0;z-index: 1;opacity: 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;}
.sy_section6 .content .qh_r .dd.on{position: relative;z-index: 4;opacity: 1;}
.sy_section6 .content .qh_r .logo{margin-bottom: 0.38rem;width: 2.41rem;}
.sy_section6 .content .qh_r .logo img{width: 100%;display: block;}
.sy_section6 .content .qh_r .btbox{margin-bottom: 0.18rem;display: flex;align-items: center;}
.sy_section6 .content .qh_r .btbox .name{font-size: 0.24rem;color: #fff;line-height: 0.32rem;margin-right: 10px;font-weight: bold;}
.sy_section6 .content .qh_r .btbox .zw{font-size: 0.18rem;color: #fff;line-height: 0.32rem;}
.sy_section6 .content .qh_r .info{font-size: 0.2rem;color: #fff;line-height: 0.32rem; height:1.6rem;font-weight: bold;margin-bottom: 0.36rem;}
.sy_section6 .content .qh_r .sy_btnbox{justify-content: flex-start;padding-left: 2.16rem;}
.sy_section6 .content .qh_r .sy_btnbox .btn a{color: #fff;}
@media  screen and (max-width:1680px){
.sy_section6 .content .qh_r{width: calc(100% - 3.2rem);}
.sy_section6 .content .qh_r .info{margin-bottom: 0.3rem;}
.sy_section6 .content .qh_r .sy_btnbox{padding-left: 1.2rem;}
}
@media  screen and (max-width:1024px){
.sy_section6{padding-top: 30px;padding-bottom: 30px;}
.sy_section6 .content{margin-top: 20px;display: block;}
.sy_section6 .content .qh_l{width: 100%;padding:14px;margin-bottom: 20px;}
.sy_section6 .content .qh_l .dl{font-size: 0;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%; display: block;}
.sy_section6 .content .qh_l .dl::-webkit-scrollbar{ display: none;}
.sy_section6 .content .qh_l .dd{margin-right: 14px;margin-bottom: 0;display: inline-block;}
.sy_section6 .content .qh_l .dd:last-child{margin-right: 0;}
.sy_section6 .content .qh_l .wz{font-size: 16px;line-height: 20px;text-align: left;margin-bottom: 0;}
.sy_section6 .content .qh_l .line{display: none;}
.sy_section6 .content .qh_l .dd.on .wz{color: #E60312;}
.sy_section6 .content .qh_r{width: 100%;}
.sy_section6 .content .qh_r .logo{ width: 180px;margin: 0 0 2vh 0;}
.sy_section6 .content .qh_r .btbox{margin-bottom: 2vh; /* justify-content: center; */}
.sy_section6 .content .qh_r .btbox .name{font-size: 16px;line-height: 24px;margin-right: 8px;}
.sy_section6 .content .qh_r .btbox .zw{font-size: 14px;line-height: 24px;}
.sy_section6 .content .qh_r .info{font-size: 14px;line-height: 26px; min-height:88px; margin-bottom:3vh;}
.sy_section6 .content .qh_r .sy_btnbox{padding-left: 0;justify-content: center;}
}

.sy_section7{width: 100%;padding-top: 1.34rem;}
.sy_section7 .cont1 .sy_tit{margin-bottom: 0.28rem;}
.sy_section7 .cont1 .ul{display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section7 .cont1 .ul .li{width: 20%;position: relative;}
.sy_section7 .cont1 .ul .li .top{transition: all 0.5s ease; font-size: 0.64rem;color: #E60312;line-height: 0.7rem;font-weight: bold;height: 1.48rem;display: flex;justify-content: center;align-items: flex-end;padding-bottom: 0.32rem;}
.sy_section7 .cont1 .ul .li .line{width: 43px;height: 3px;background-color: #E60312;margin: 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;}
.sy_section7 .cont1 .ul .li .bottom{font-size: 0.2rem;color: #000;line-height: 0.3rem;padding: 0.26rem;text-align: center;height:  1.48rem;background-image: linear-gradient(to bottom, rgba(230, 3, 18, 0.2), rgba(230, 3, 18, 0));transition: all 0.5s ease;}
.sy_section7 .cont1 .ul .li:hover .top{ background-image:linear-gradient(to bottom, rgba(0, 58, 255, 0.4), rgba(0, 58, 255, 0));padding-bottom: 0.46rem;}
.sy_section7 .cont1 .ul .li:hover .bottom{background-image: none;}
.sy_section7 .cont1 .ul .li:hover .line{opacity: 0;width: 1px;}
.sy_section7 .cont2 img{width: 100%;display: block;}
@media  screen and (max-width:1024px){
.sy_section7{padding-top: 30px;}
.sy_section7 .cont1 .sy_tit{margin-bottom: 20px;}
.sy_section7 .cont1 .ul{display: block;}
.sy_section7 .cont1 .ul .li .top{font-size: 30px;line-height: 34px;height: 80px;padding-bottom: 14px;}
.sy_section7 .cont1 .ul .li .line{width: 40px;height: 2px;}
.sy_section7 .cont1 .ul .li .bottom{font-size: 14px;line-height: 20px;padding: 14px;height: 80px;}
.sy_section7 .cont1 .ul .li:hover .top{ padding-bottom: 30px;}
.sy_section7 .cont1 .ul .slick-dots{margin-bottom: 20px;}
}

.sy_section8{width: 100%;padding-top: 1.28rem;padding-bottom: 1.2rem;}
.sy_section8 .content{margin-top: 0.64rem;margin-bottom: 0.52rem;display: flex;justify-content: space-between;align-items: flex-start;}
.sy_section8 .content .left{width: 32%;}
.sy_section8 .content .left a{display: block;padding: 0.4rem;border-radius: 8px;background: rgba(245, 245, 245, 1);}
.sy_section8 .content .left a .pic{ width: 100%; padding-bottom: 61.111%; position: relative; overflow: hidden;border-radius: 8px;
-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 .left 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;}
.sy_section8 .content .left 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_section8 .content .left a .wzbox{padding-top: 0.24rem;}
.sy_section8 .content .left a .wzbox .date{font-size: 0.18rem;color: rgba(154, 154, 154, 1);line-height: 0.3rem;margin-bottom: 0.16rem;}
.sy_section8 .content .left a .wzbox .bt{font-size: 0.2rem;color: rgba(29, 33, 41, 1);line-height: 0.32rem;margin-bottom: 0.16rem;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section8 .content .left a .wzbox .info{font-size: 0.18rem;color: #666666;line-height: 0.3rem;min-height: 0.6rem;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section8 .content .left a:hover .wzbox .bt{color: #e60312;}
.sy_section8 .content .right{width: 66%;}
.sy_section8 .content .right .date{font-size: 0.18rem;color: rgba(154, 154, 154, 1);line-height: 0.3rem;}
.sy_section8 .content .right .bt{font-size: 0.2rem;color: #000;line-height: 0.32rem;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section8 .content .right a:hover .bt{color: #e60312;}
.sy_section8 .content .right .info{font-size: 0.18rem;color: #666666;line-height: 0.3rem;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section8 .content .right .more{display: flex;justify-content: flex-start;align-items: center;}
.sy_section8 .content .right .more .wz{font-size: 0.16rem;color: #666;line-height: 0.4rem;margin-right: 0.16rem;}
.sy_section8 .content .right a:hover .more .wz{color: #e60312;}
.sy_section8 .content .right .more img{width: 0.24rem;display: block;}
.sy_section8 .content .right .cont1{margin-bottom: 0.32rem;}
.sy_section8 .content .right .cont1 a{display: block;padding: 0.34rem 0.4rem;border-radius: 8px;background: rgba(245, 245, 245, 1);}
.sy_section8 .content .right .cont1 a .date{margin-bottom: 0.32rem;}
.sy_section8 .content .right .cont1 a .bt{margin-bottom: 0.16rem;}
.sy_section8 .content .right .cont1 a .info{margin-bottom: 0.16rem;}
.sy_section8 .content .right .cont2 .dl{margin: 0 -0.19rem;width: calc(100% + 0.38rem);display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section8 .content .right .cont2 .dl .dd{width: 50%;padding: 0 0.19rem;}
.sy_section8 .content .right .cont2 .dl .dd a{display: block;padding: 0.4rem;border-radius: 8px;background: rgba(245, 245, 245, 1);}
.sy_section8 .content .right .cont2 .dl .dd a .date{margin-bottom: 0.22rem;}
.sy_section8 .content .right .cont2 .dl .dd a .bt{margin-bottom: 0.22rem;}

@media  screen and (max-width:1680px){
.sy_section8 .content .right .cont1 a .date{margin-bottom: 0.17rem;}
.sy_section8 .content .right .cont1 a .bt{margin-bottom: 0.12rem;}
.sy_section8 .content .right .cont1 a .info{margin-bottom: 0.12rem;}
.sy_section8 .content .right .cont2 .dl .dd a{padding: 0.35rem;}
.sy_section8 .content .right .cont2 .dl .dd a .date{margin-bottom: 0.17rem;}
.sy_section8 .content .right .cont2 .dl .dd a .bt{margin-bottom: 0.17rem;}
}
@media  screen and (max-width:1440px){
.sy_section8 .content .right .cont1 a .date{margin-bottom: 0.16rem;}
.sy_section8 .content .right .cont1 a .bt{margin-bottom: 0.1rem;}
.sy_section8 .content .right .cont1 a .info{margin-bottom: 0.1rem;}
.sy_section8 .content .right .cont2 .dl .dd a{padding: 0.35rem;}
.sy_section8 .content .right .cont2 .dl .dd a .date{margin-bottom: 0.16rem;}
.sy_section8 .content .right .cont2 .dl .dd a .bt{margin-bottom: 0.16rem;}
}
@media  screen and (max-width:1260px){
.sy_section8 .content .right .cont1{margin-bottom: 0.22rem;}	
}	
@media  screen and (max-width:1024px){
.sy_section8{padding-top: 30px;padding-bottom: 30px;}
.sy_section8 .content{margin-top: 20px;margin-bottom: 20px;display: block;}
.sy_section8 .content .left{width: 100%;margin-bottom: 14px;}
.sy_section8 .content .left a{padding: 14px;}
.sy_section8 .content .left a .wzbox{padding-top: 14px;}
.sy_section8 .content .left a .wzbox .date{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.sy_section8 .content .left a .wzbox .bt{font-size: 16px;line-height: 24px;margin-bottom: 10px;}
.sy_section8 .content .left a .wzbox .info{font-size: 14px;line-height: 22px;min-height: 1px;}
.sy_section8 .content .right{width: 100%;}
.sy_section8 .content .right .date{font-size: 14px;line-height: 20px;}
.sy_section8 .content .right .bt{font-size: 16px;line-height: 24px;}
.sy_section8 .content .right .info{font-size: 14px;line-height: 22px;}
.sy_section8 .content .right .more .wz{font-size: 14px;line-height: 20px;margin-right: 10px;}
.sy_section8 .content .right .more img{width: 22px;}
.sy_section8 .content .right .cont1{margin-bottom: 14px;}
.sy_section8 .content .right .cont1 a{padding: 14px;}
.sy_section8 .content .right .cont1 a .date{margin-bottom: 10px;}
.sy_section8 .content .right .cont1 a .bt{margin-bottom: 10px;}
.sy_section8 .content .right .cont1 a .info{margin-bottom: 10px;}
.sy_section8 .content .right .cont2 .dl{margin: 0 -7px;width: calc(100% + 14px);}
.sy_section8 .content .right .cont2 .dl .dd{padding: 0 7px;}
.sy_section8 .content .right .cont2 .dl .dd a{padding: 14px;}
.sy_section8 .content .right .cont2 .dl .dd a .date{margin-bottom: 10px;}
.sy_section8 .content .right .cont2 .dl .dd a .bt{margin-bottom: 10px;-webkit-line-clamp:2;min-height: 48px;}
}





.posi_backImg{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;height: 100%;}
.posi_backImg>div{opacity: 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;}
.posi_backImg .on{opacity: 1;}

.zx_right{width: 68px;display: none;position: fixed;right: 30px;bottom:16vh;z-index: 9999;}
.zx_right .btn{position: relative;}
.zx_right .btn::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(img/img96.png)no-repeat center center;background-size: cover; border-radius: 100%;transform: translate(-50%,-50%);
-webkit-animation-name: 'ripple';
 -webkit-animation-duration: 1s;
 -webkit-animation-timing-function: ease; 
 -webkit-animation-delay: 0s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-direction: alternate;}
 @keyframes ripple {
 0% {transform: scale(1.3)}
 100% {transform: scale(1.6);}
}
.zx_right:hover .btn::after{display: none;}
.zx_right .btn img{width: 100%;display: block;cursor: pointer;position: relative;z-index: 3; border-radius: 50%;/* border:1px solid #E60312; */}
.zx_right ._close{width:20px; height:20px; border:1px solid #bbb;right: -24px; border-radius: 50%; transform: rotate(45deg); -ms-transform: rotate(45deg);
  top: 4px;position: absolute;z-index: 99; display: block; cursor: pointer; }
.zx_right ._close::after,
.zx_right ._close::before{position: absolute;z-index:1; content: ''; display: block; left: 50%; top: 50%;background: #bbb; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); }
.zx_right ._close::after{ width:9px; height:1px; }
.zx_right ._close::before{ height:9px; width:1px; }
.zx_right .posi_box{width: 240px;right: 0;bottom:-10vh;position: absolute;z-index: 99; display: none;border-radius: 16px; box-shadow:0 0 10px rgba(0,0,0,0.1);}
.zx_right .posi_box .boxs1{width: 100%;padding: 16px;background-color: #fff;border-radius: 16px 16px 0 0;}
.zx_right .posi_box .boxs1 .bt1{font-size: 20px;color:#E60312;line-height: 30px;margin-bottom: 4px;text-align: center;font-weight: bold;}
.zx_right .posi_box .boxs1 .bt2{font-size: 14px;color: #333;line-height: 20px;margin-bottom: 16px;text-align: center;}
.zx_right .posi_box .boxs1 .ewm{width: 110px;margin: 0 auto 8px auto;}
.zx_right .posi_box .boxs1 .ewm img{width: 100%;display: block;}
.zx_right .posi_box .boxs1 .wz{font-size: 16px;color: #555;line-height: 20px;text-align: center;}
.zx_right .posi_box .boxs2{width: 100%;padding: 16px;background:#E9E9E9;border-radius:0 0 16px 16px;}
.zx_right .posi_box .boxs2 .dh{display: flex;justify-content: center;align-items: center;margin-bottom: 16px;}
.zx_right .posi_box .boxs2 .dh img{width: 16px;display: block;margin-right: 5px;}
.zx_right .posi_box .boxs2 .dh .wz{font-size: 14px;color: #333;line-height: 24px;}
.zx_right .posi_box .boxs2 .dh .wz span{color:#E60312;font-weight: bold;}
.zx_right .posi_box .boxs2 .more a{margin: 0 auto; display: block;font-size: 16px;color: #fff;line-height: 40px;text-align: center;width: 130px;background-color:#E60312; border-radius: 4px;}
.zx_right .posi_box .boxs2 .more a:hover{background-color: #003aff;}
.zx_right .posi_box .none{width: 20px;display: block;cursor: pointer;position: absolute;left: 100%;bottom: 100%;}
@media screen and (max-width:1680px) {
.zx_right{width: 50px;right: 20px;bottom: 24%;}
.zx_right .btn::after{content: "";display: block;}
 @keyframes ripple {
 0% {transform: scale(1.3)}
 100% {transform: scale(1.6);}
}
.zx_right ._close{right:-15px; top:-20px;}
.zx_right .posi_box{width: 200px;}
.zx_right .posi_box .boxs1{padding: 14px;border-radius: 12px 12px 0 0;}
.zx_right .posi_box .boxs1 .bt1{font-size: 16px;line-height: 24px;margin-bottom: 4px;}
.zx_right .posi_box .boxs1 .bt2{font-size: 12px;line-height: 16px;margin-bottom: 10px;}
.zx_right .posi_box .boxs1 .ewm{width: 80px;margin: 0 auto 6px auto;}
.zx_right .posi_box .boxs1 .wz{font-size: 14px;line-height: 18px;}
.zx_right .posi_box .boxs2{padding: 14px;border-radius:0 0 12px 12px;}
.zx_right .posi_box .boxs2 .dh{margin-bottom: 12px;}
.zx_right .posi_box .boxs2 .dh img{width: 14px;margin-right:4px;}
.zx_right .posi_box .boxs2 .dh .wz{font-size: 12px;line-height: 20px;}
.zx_right .posi_box .boxs2 .more a{font-size: 14px;line-height: 36px;width: 110px;}
}
@media screen and (max-width:1024px) {
.zx_right{display: none;}
}








.ny_banner{width: 100%;position: relative; overflow: hidden;}
.ny_banner::after{ content: ''; width: 100%;position: absolute;left: 0;top:0; height: 100%; z-index: 1;background: rgba(0, 0, 0, 0.31);}
.ny_banner .ba_img{width: 100%;display: block;}
.ny_banner .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%); -ms-transform: translate(0,-50%); z-index: 6;}
.ny_banner .wzbox h1{font-size: 0.56rem;color: #fff;line-height: 0.72rem;text-align: center;font-weight: bold;}
@media screen and (max-width:1024px) {
.ny_banner .wzbox h1{font-size: 24px;line-height: 40px;}
.ny_banner .wzbox{ margin-top:25px;}
}

.dq_section{width: 100%;padding-top: 18px;}
.dq_section .w_width{display: flex;justify-content: flex-start;align-items: center;}
.dq_section span{font-size: 16px;color: rgba(136, 136, 136, 1);line-height: 20px;display: block;margin-right: 4px;}
.dq_section a{font-size: 16px;color: rgba(136, 136, 136, 1);line-height: 20px;display: block;}
.dq_section img{width: 16px;display: block;margin: 0 2px;}
.dq_section a:hover,
.dq_section a.on{color: #E60312;}
@media screen and (max-width:1024px) {
.dq_section{display: none;}
}

.ej_section{width: 100%;padding-top: 0.58rem;}
.ej_section ul{font-size: 0;text-align: center;}
.ej_section ul li{margin-right: 0.42rem;display: inline-block;vertical-align: middle;}
.ej_section ul li:last-child{margin-right: 0;}
.ej_section ul a{display: block;font-size: 0.2rem;color: #000;line-height: 0.24rem;padding-bottom:0.14rem;position: relative;font-weight: bold;}
.ej_section ul a::after{content: "";display: block;width:100%;height: 0.05rem;background-color: #E60312;position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0);display: none;}
.ej_section ul li.on a::after{display: block;}
.ej_section ul li:hover a,
.ej_section ul li.on a{color: #E60312;}
@media screen and (max-width:1680px) {
.ej_section ul li{margin-right: 24px;}
.ej_section ul a{font-size: 16px;}
}
@media screen and (max-width:1024px) {
.ej_section{padding: 30px 0 0 0;}
.ej_section ul{white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%; padding:0 7px;}
.ej_section ul::-webkit-scrollbar{ display: none;}
.ej_section ul li{margin:0 8px;}
.ej_section ul a{font-size: 15px;line-height: 20px;padding-bottom:10px;}
.ej_section ul li.on a::after{height:3px;}
}

.cpxz_section1{width: 100%;padding-top: 0.6rem;padding-bottom:1.2rem;}
.cpxz_section1 ul{margin: -0.3rem -0.2rem;width: calc(100% + 0.4rem);display: flex;flex-wrap: wrap;}
.cpxz_section1 ul li{width: 25%;padding: 0.3rem 0.2rem;}
.cpxz_section1 ul a{display: block;width: 100%;}
.cpxz_section1 ul a .pic{ width: 100%; padding-bottom: 100%; position: relative; overflow: hidden;border-radius: 0;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cpxz_section1 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;}
.cpxz_section1 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);}
.cpxz_section1 ul a .wzbox{width: 100%;display: flex;justify-content: space-between;align-items: center;padding-top:16px;}
.cpxz_section1 ul a .wzbox .wz{font-size: 20px;color: #000;line-height: 30px;width: calc(100% - 50px);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxz_section1 ul a .wzbox .img{width: 24px;height:24px; display: block; background: url(img/img103.svg) center no-repeat; background-size: 100% 100% !important;
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;}
.cpxz_section1 ul a:hover .wzbox .wz{color: #E60312;}
.cpxz_section1 ul a:hover .wzbox .img{ background: url(img/img103.1.svg) center no-repeat;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.cpxz_section1 .page_section{margin-top: 0.6rem;}

@media screen and (max-width:1024px) {
.cpxz_section1{padding-top: 25px;padding-bottom: 30px;}
.cpxz_section1 ul{margin: -8px -7px;width: calc(100% + 14px);}
.cpxz_section1 ul li{padding: 8px 7px;}
.cpxz_section1 ul a .wzbox{padding-top: 12px;}
.cpxz_section1 ul a .wzbox .wz{font-size: 15px;line-height: 24px;width: calc(100% - 40px);}
.cpxz_section1 ul a .wzbox .img{width:16px;}
.cpxz_section1 .page_section{margin-top: 25px;}
}
@media screen and (max-width:767px) {
.cpxz_section1 ul li{width: 50%;}
}


.page_section{width: 100%;}
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{display: flex;justify-content: center;align-items: center;margin-right: 10px; width: 40px;font-size: 16px;color: #333;height: 40px;border: 1px solid rgba(229, 229, 229, 1);border-radius: 4px;background-color: #fff;}
.page_section .pcpage a img{width: 24px;display: block;}
.page_section .pcpage a .ico2{display: none;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{background-color: #E60312;border-color: #E60312;color: #fff;}
.page_section .pcpage a:hover .ico1{display: none;}
.page_section .pcpage a:hover .ico2{display: block;}

.page_section .pcpage a.on .ico1{display: none;}
.page_section .pcpage a.on .ico2{display: block;}
.page_section .pcpage a:nth-child(1){margin-right: 30px;}
.page_section .pcpage a:last-child{margin-left: 20px;}
.page_section .phpage{display: none;}
@media screen and (max-width:1024px) {
.page_section{width: 100%;}
.page_section .pcpage{display: none;}
.page_section .phpage{display: flex;justify-content: center;align-items: center;}
.page_section .phpage a{display: flex;justify-content: center;align-items: center; width: 34px;height: 34px;border: 1px solid rgba(229, 229, 229, 1);border-radius: 4px;background-color: #fff;}
.page_section .phpage a img{width: 22px;display: block;}
.page_section .phpage a .ico2{display: none;}
.page_section .phpage a:hover,
.page_section .phpage a.on{background-color: #E60312;border-color: #E60312;}
.page_section .phpage a:hover .ico1{display: none;}
.page_section .phpage a:hover .ico2{display: block;}
.page_section .phpage span{font-size: 16px;color: #333;line-height: 20px;margin: 0 24px;}
}

.cpxz_section2{width: 100%;padding-top: 120px;padding-bottom: 120px;}
.cpxz_section2 h3{font-size: 46px;color: #fff;line-height: 56px;font-weight: bold;margin-bottom: 16px;text-align: center;}
.cpxz_section2 .info{font-size: 20px;color: #fff;line-height: 30px;margin-bottom: 40px;text-align: center;}
.cpxz_section2 .more a{display: flex;justify-content: center;align-items: center;width: 188px;background-color: #fff;border-radius: 60px;margin: 0 auto;}
.cpxz_section2 .more a .wz{font-size: 18px;color: #E60312;line-height: 60px;margin-right: 16px;}
.cpxz_section2 .more a img{width: 20px;display: block;}
.cpxz_section2 .more a .ico2{display: none;}
.cpxz_section2 .more a:hover{background-color: #FF0000;}
.cpxz_section2 .more a:hover .wz{color: #fff;}
.cpxz_section2 .more a:hover .ico1{display: none;}
.cpxz_section2 .more a:hover .ico2{display: block;}
@media screen and (max-width:1024px) {
.cpxz_section2{padding-top: 50px;padding-bottom: 50px;}
.cpxz_section2 h3{font-size: 24px;line-height: 30px;margin-bottom: 12px;}
.cpxz_section2 .info{font-size: 15px;line-height: 20px;margin-bottom: 20px;}
.cpxz_section2 .more a{width: 130px;border-radius: 40px;}
.cpxz_section2 .more a .wz{font-size: 14px;line-height: 40px;margin-right: 10px;}
.cpxz_section2 .more a img{width: 18px;}
}

.spzx_section{width: 100%;padding-top: 0.6rem;padding-bottom: 1.2rem;}
.spzx_section ul{margin: -0.2rem -0.2rem;width: calc(100% + 0.4rem);display: flex;flex-wrap: wrap;}
.spzx_section ul li{width: 33.333%;padding: 0.2rem 0.2rem;}
.spzx_section ul a{display: block;width: 100%;background-color: rgba(245, 245, 245, 1);border-radius: 8px;overflow: hidden;}
.spzx_section ul a .picbox{width: 100%;position: relative;}
.spzx_section ul a .picbox .pic{ width: 100%; padding-bottom: 56.1%; 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;}
.spzx_section ul a .picbox .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;}
.spzx_section ul a:hover .picbox .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);}
.spzx_section ul a .picbox .ico{width: 56px;display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.spzx_section ul a .wzbox{width: 100%;height: 1.08rem;padding: 0.24rem;display: flex;justify-content: center;align-items: center;}
.spzx_section ul a .wzbox .wz{font-size: 0.2rem;color: #333;line-height: 0.3rem;text-align: center;width: 100%;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.spzx_section ul a:hover .wzbox .wz{color: #E60312;}
.spzx_section .page_section{margin-top: 0.6rem;}
@media screen and (max-width:1024px) {
.spzx_section{padding-top: 25px;padding-bottom: 30px;}
.spzx_section ul{margin: -8px -7px;width: calc(100% + 14px);}
.spzx_section ul li{width:50%;padding: 8px 7px;}
.spzx_section ul a .picbox .ico{width: 32px;}
.spzx_section ul a .wzbox{height: 60px;padding: 10px;}
.spzx_section ul a .wzbox .wz{font-size: 15px;line-height: 20px;}
.spzx_section .page_section{margin-top: 25px;}
}

.nysp_tc{width: 100%;height: 100vh;position: fixed;left: 0;top: 0;z-index: 9999999;background-color: #000;display: none;}
.nysp_tc .content{display: flex;justify-content: center;align-items: center;height: 100vh;}
.nysp_tc .content video{max-width: 100%;max-height: 100%;display: block;object-fit: cover;}
.nysp_tc .content .none{width: 48px;display: block;cursor: pointer;position: absolute;right: 36px;top: 26px;}
.nysp_tc .content .none:hover{opacity: 0.8;}
@media screen and (max-width:1024px) {
.nysp_tc .content .none{width: 30px;right: 16px;top: 16px;}
}


.z6{ position: relative; z-index: 6;}
.xq_content{width: 100%;position: relative; overflow: hidden;}
.xq_content .baimg{width: 100%;display: block;position: absolute;left: 0;top: 0;z-index: 1;/* background: linear-gradient(180.00deg, rgba(159, 159, 159, 0.21),rgba(255, 255, 255, 1) 100%); */height: 13.78rem;}

@media screen and (max-width:1024px) {
.xq_content .baimg{height:60%;}

}

.cpxq_section1{padding-top: 24px;padding-bottom: 24px;border: 1px solid rgba(255, 255, 255, 0.1);}
.cpxq_section1 .w_width{display: flex;justify-content: space-between;align-items: center;}
.cpxq_section1 .dq_section{display: flex;justify-content: flex-start;align-items: center;width: auto;padding-top: 0;}
.cpxq_section1 .dq_section a{color: #888;}
.cpxq_section1 .dq_section span{color: #888;}
/* .cpxq_section1 .dq_section a.on{color: #E60312;} */
.cpxq_section1 .dq_section a:hover{color: #E60312;}
.cpxq_section1 .back a{display: flex;align-items: center; padding-left: 30px; background: url(img/img154.svg) left center no-repeat; background-size:20px auto !important; font-size: 16px;color: #333;line-height: 30px;}
.cpxq_section1 .back a:hover{color: #E60312; background: url(img/img153.svg) left center no-repeat;}

@media screen and (max-width:1024px) {
.cpxq_section1{padding-top: 14px;padding-bottom: 14px;}
.cpxq_section1 .w_width{justify-content: flex-end;}
.cpxq_section1 .dq_section{display: none;}
.cpxq_section1 .back a{font-size: 14px;line-height: 24px;}
}

.cpxq_section2{padding-top: 1.12rem;padding-bottom:  1.12rem;}
.cpxq_section2 .w_width{display: flex;justify-content: space-between;align-items: center;flex-direction:row-reverse;}
.cpxq_section2 .left{width: 38.25%;}
.cpxq_section2 .left .qh_t{margin-bottom: 14px;}
.cpxq_section2 .left .qh_t .pic{ width: 100%; padding-bottom: 100%; position: relative; overflow: hidden;border-radius: 16px;
-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_section2 .left .qh_t .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_section2 .left .qh_b{padding: 0 30px;}
.cpxq_section2 .left .qh_b ul{width:100%;}
.cpxq_section2 .left .qh_b ul li{padding: 0 8px;}
.cpxq_section2 .left .qh_b ul a{display: block;width: 100%;position: relative;}
.cpxq_section2 .left .qh_b ul a::after{content: "";display: block;width: 100%;height: 100%;border: 1px solid rgba(0, 0, 0, 0);border-radius: 8px; background-color: rgba(0, 0, 0, 0.4);position: absolute;left: 0;top: 0;z-index: 3;
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_section2 .left .qh_b ul li.slick-current a::after{background-color: rgba(0,0,0,0);border-color: #E60312;}
.cpxq_section2 .left .qh_b ul a .pic{ width: 100%; padding-bottom: 100%; position: relative; overflow: hidden;border-radius: 8px;z-index: 1;
-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_section2 .left .qh_b 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_section2 .left .qh_b ul .slick-prev{width: 30px;height: 30px;background: url(img/img140.svg) no-repeat center center; background-size: cover;left: -36px;top: 50%;}
.cpxq_section2 .left .qh_b ul .slick-next{width: 30px;height: 30px;background: url(img/img141.svg) no-repeat center center; background-size: cover;right: -36px;top: 50%;}
.cpxq_section2 .left .qh_b ul .slick-prev:hover{background: url(img/img142.svg) no-repeat center center; background-size: cover;}
.cpxq_section2 .left .qh_b ul .slick-next:hover{background: url(img/img143.svg) no-repeat center center; background-size: cover;}
.cpxq_section2 .right{width: 44.375%;}
.cpxq_section2 .right .bt{font-size: 0.46rem;color: #000;line-height: 0.56rem;font-weight: bold;}
.cpxq_section2 .right .line{width: 100%;height: 1px;margin: 0.48rem 0;background-color: rgba(0, 0, 0, 0.15);}
.cpxq_section2 .right .info{font-size: 20px;color: #000;line-height: 45px;margin-bottom: 0.8rem;}
.cpxq_section2 .right .btnbox{display: flex;}
.cpxq_section2 .right .btn{margin-right:16px;}
.cpxq_section2 .right .btn:last-child{margin-right: 0;}
.cpxq_section2 .right .btn a{display: flex;justify-content: center;align-items: center;background: #E60312; border:1px solid #E60312; border-radius:4px;font-size: 18px;color: #fff;line-height:46px; padding:0 0.52rem;}
.cpxq_section2 .right .btn.on a{background: none;color: #E60312;}
.cpxq_section2 .right .btn a:hover{background: #003aff; border:1px solid #003aff;color: #fff;}


@media screen and (max-width:1680px) {
.cpxq_section2 .right .line{margin: 0.35rem 0;}
.cpxq_section2 .right .info{font-size: 16px;line-height: 32px;margin-bottom: 0.6rem;}
}
@media screen and (max-width:1024px) {
.cpxq_section2{padding-top: 0;padding-bottom: 30px;}
.cpxq_section2 .w_width{display: block;}
.cpxq_section2 .left{width: 100%;margin: 0 auto 20px auto;}
.cpxq_section2 .left .qh_t{margin-bottom: 12px;}
.cpxq_section2 .left .qh_b{padding: 0 40px;}
.cpxq_section2 .left .qh_b ul .slick-prev{width: 26px;height: 26px;left: -34px;}
.cpxq_section2 .left .qh_b ul .slick-next{width: 26px;height: 26px;right: -34px;}
.cpxq_section2 .right{width: 100%;padding-right: 0;}
.cpxq_section2 .right .bt{font-size: 20px;line-height: 30px;}
.cpxq_section2 .right .line{margin: 14px 0;}
.cpxq_section2 .right .info{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
.cpxq_section2 .right .btn{margin-right: 12px;}
.cpxq_section2 .right .btn a{width: 100px;font-size: 14px;line-height: 30px;}

}

.cpxq_section3{width: 100%;padding-bottom: 1.2rem;}
.cpxq_section3 .w_width{background-color: #fff;border-radius: 8px;overflow: hidden;}
.cpxq_section3 .cont1{width: 100%;padding: 0 0.5rem;background:#F9F9F9;}
.cpxq_section3 .cont1 ul{font-size: 0;text-align: center;}
.cpxq_section3 .cont1 ul li{display: inline-block;margin-right: 0.72rem;position: relative;}
.cpxq_section3 .cont1 ul li a{display: block;font-size: 0.2rem;color: #000;line-height: 0.3rem;padding: 0.25rem 0;position: relative;}
.cpxq_section3 .cont1 ul li.on::after{content: "";display: block;width: 100%;height:2px;background:#E60312;position: absolute;left: 50%;transform: translate(-50%,0);bottom: -1px; z-index: 6;}
.cpxq_section3 .cont1 ul li.on::before{content: "";display: block;position: absolute;left: 50%;transform: translate(-50%,0);bottom: -8px; z-index: 6; border-left: 6px solid transparent; border-right:6px solid transparent;border-top: 7px solid #E60312; }
.cpxq_section3 .cont1 ul li.on a{color: #E60312;}
.cpxq_section3 .cont2{padding: 0.6rem 0.5rem;font-size: 18px;color: #333;line-height: 36px;position: relative;border-top: 1px solid #E9E9E9;}
.cpxq_section3 .cont2 .span{width: 100%; font-size: 0.32rem;color: #000;}
.cpxq_section3 .cont2 .w100{width: 100%; margin-top: 30px;}
.cpxq_section3 .cont2 .mt80{ margin-top: 0.8rem;}
.cpxq_section3 .cont2 img{max-width: 100%;}
.cpxq_section3 .cont2::after{content: "";display: block;width: calc(100% - 100px);height: 1px;background-color: rgba(0,0,0,0.1);position: absolute;left: 50px;bottom: 0;}
.cpxq_section3 .cont3{width: 100%;padding: 20px 0.5rem;display: flex;justify-content: space-between;align-items: flex-start;}
.cpxq_section3 .cont3 a{display: block;width: calc(50% - 30px);font-size: 16px;color: #555;line-height: 30px;}
.cpxq_section3 .cont3 a:last-child{text-align: right;}
.cpxq_section3 .cont3 a:hover{color: #E60312;}
@media screen and (max-width:1024px) {
.cpxq_section3{padding-bottom: 30px;}
.cpxq_section3 .cont1{padding: 0 15px;}
.cpxq_section3 .cont1 ul{text-align: left;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.cpxq_section3 .cont1 ul::-webkit-scrollbar{ display: none;}
.cpxq_section3 .cont1 ul li{margin-right: 14px;}
.cpxq_section3 .cont1 ul li a{font-size: 15px;line-height: 20px;padding: 10px 0;}
.cpxq_section3 .cont1 ul li.on::after{}
.cpxq_section3 .cont2{padding:25px 15px;font-size: 14px;line-height: 24px;}
.cpxq_section3 .cont2 .span{font-size: 18px;}
.cpxq_section3 .cont2 .w100{ margin-top:10px;}
.cpxq_section3 .cont2::after{width: calc(100% - 28px);left: 14px;}
.cpxq_section3 .cont3{padding: 15px;}
.cpxq_section3 .cont3 a{width: calc(50% - 10px);font-size: 14px;line-height: 22px;}
}

.cpxq_section4{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.cpxq_section4 h2{font-size: 0.46rem;color: #000;line-height: 0.56rem;text-align: center;font-weight: bold;margin-bottom: 0.5rem;}
.cpxq_section4 .ul{margin: 0 -0.2rem;width: calc(100% + 0.4rem);}
.cpxq_section4 .ul .li{width: 25%;padding: 0 0.2rem;}
.cpxq_section4 .ul a{display: block;width: 100%;}
.cpxq_section4 .ul a .pic{ width: 100%; padding-bottom: 100%; position: relative; overflow: hidden;border-radius: 0;
-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_section4 .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_section4 .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_section4 .ul a .wzbox{width: 100%;display: flex;justify-content: space-between;align-items: center;padding-top: 22px;}
.cpxq_section4 .ul a .wzbox .wz{font-size: 20px;color: #000;line-height: 30px;width: calc(100% - 50px);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxq_section4 .ul a .wzbox .img{width: 24px;height:24px; display: block; background: url(img/img103.svg) center no-repeat; background-size: 100% 100% !important;
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_section4 .ul a:hover .wzbox .wz{color: #E60312;}
.cpxq_section4 .ul a:hover .wzbox .img{ background: url(img/img103.1.svg) center no-repeat;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.cpxq_section4 .ul .slick-dots{margin-top: 0.5rem;}
@media screen and (max-width:1024px) {
.cpxq_section4{padding-top: 25px;padding-bottom: 30px;}
.cpxq_section4 h2{font-size: 20px;line-height: 30px;margin-bottom: 20px;}
.cpxq_section4 .ul{margin: -8px -7px;width: calc(100% + 14px);}
.cpxq_section4 .ul .li{padding: 8px 7px;}
.cpxq_section4 .ul a .wzbox{padding-top: 12px;}
.cpxq_section4 .ul a .wzbox .wz{font-size: 15px;line-height: 24px;width: calc(100% - 40px);}
.cpxq_section4 .ul a .wzbox .img{width: 20px;}
.cpxq_section4 .ul .slick-dots{margin-top: 20px;}
}
@media screen and (max-width:767px) {
.cpxq_section4 .ul .li{width: 50%;}
}

.mtbd_section{width: 100%;padding-top: 0.6rem;padding-bottom: 1.2rem;}
.mtbd_section ul{margin: -0.15rem;width: calc(100% + 0.3rem);display: flex;flex-wrap: wrap;}
.mtbd_section ul li{width: 50%;padding: 0.15rem;}
.mtbd_section ul a{display: flex;justify-content: flex-start;align-items: center;padding: 0.24rem;background: rgba(245, 245, 245, 1);position: relative;}
.mtbd_section ul a::after{content: "";display: block;width: 0;height: 6px;background-color: #E60312;position: absolute;left: 0;bottom: 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;}
.mtbd_section ul a .left{width: 264px;}
.mtbd_section ul a .left .pic{ width: 100%; padding-bottom: 61.742%; position: relative; overflow: hidden;border-radius: 8px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.mtbd_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;}
.mtbd_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);}
.mtbd_section ul a .right{width: calc(100% - 264px);padding-left: 0.24rem;}
.mtbd_section ul a .right .date{font-size: 18px;color: #333;line-height: 24px;margin-bottom: 8px;padding-bottom: 9px;position: relative;}
.mtbd_section ul a .right .date::after{content: "";display: block;width: 30px;height: 1px;background-color: rgba(0, 0, 0, 0.2);position: absolute;left: 0;bottom: 0;}
.mtbd_section ul a .right .info{font-size: 20px;color: #000;line-height: 30px;margin-bottom: 0.24rem;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.mtbd_section ul a .right .more{font-size: 18px;color: #E60312;line-height: 38px;width: 132px;border: 1px solid #E60312;text-align: center;border-radius: 4px;}
.mtbd_section ul a:hover{box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);background: #fff;}
.mtbd_section ul a:hover::After{width: 100%;}
.mtbd_section ul a:hover .right .info{color: #E60312;}
.mtbd_section ul a:hover .right .more{background-color: #E60312;color: #fff;}
.mtbd_section .page_section{margin-top: 0.6rem;}
@media screen and (max-width:1680px) {
.mtbd_section ul a .left{width: 200px;}
.mtbd_section ul a .right{width: calc(100% - 200px);}
.mtbd_section ul a .right .date{font-size: 14px;line-height: 20px;}
.mtbd_section ul a .right .info{font-size: 16px;line-height: 22px;margin-bottom: 12px;}
.mtbd_section ul a .right .more{font-size: 15px;line-height: 28px;width: 100px;}
}
@media screen and (max-width:1024px) {
.mtbd_section{padding-top: 25px;padding-bottom: 30px;}
.mtbd_section ul{margin: -0;width: 100%;display: block;}
.mtbd_section ul li{width: 100%;padding: 0;margin-bottom:15px;}
.mtbd_section ul li:last-child{margin-bottom: 0;}
.mtbd_section ul a{padding: 15px;display: block;}
.mtbd_section ul a::after{height: 3px;}
.mtbd_section ul a .left{width: 100%;}
.mtbd_section ul a .right{width: 100%;padding-left: 0;margin-top: 16px;}
.mtbd_section ul a .right .date{font-size: 14px;line-height: 18px;margin-bottom: 10px;padding-bottom: 0;}
.mtbd_section ul a .right .date::after{display: none;}
.mtbd_section ul a .right .info{font-size: 16px;line-height: 20px;margin-bottom: 15px;}
.mtbd_section ul a .right .more{font-size: 14px;line-height: 30px;width: 80px;}
.mtbd_section .page_section{margin-top: 25px;}
}

.mtbdxq_section1{padding-top: 24px;padding-bottom: 24px;border: 1px solid rgba(255, 255, 255, 0.1);}
.mtbdxq_section1 .w_width{display: flex;justify-content: space-between;align-items: center;}
.mtbdxq_section1 .dq_section{display: flex;justify-content: flex-start;align-items: center;width: auto;padding-top: 0;}
.mtbdxq_section1 .dq_section a{color: #888;}
.mtbdxq_section1 .dq_section span{color: #888;}
/* .mtbdxq_section1 .dq_section a.on{color: #E60312;} */
.mtbdxq_section1 .dq_section a:hover{color: #E60312;}
.mtbdxq_section1 .back a{display: flex;align-items: center; padding-left: 30px; background: url(img/img154.svg) left center no-repeat; background-size:20px auto !important; font-size: 16px;color: #333;line-height: 30px;}
.mtbdxq_section1 .back a:hover{color: #E60312; background: url(img/img153.svg) left center no-repeat;}

@media screen and (max-width:1024px) {
.mtbdxq_section1{padding-top: 14px;padding-bottom: 14px;}
.mtbdxq_section1 .w_width{justify-content: flex-end;}
.mtbdxq_section1 .dq_section{display: none;}
.mtbdxq_section1 .back a{font-size: 14px;line-height: 24px;;}
}

.mtbdxq_section2{width: 100%;padding-bottom: 1.2rem;}
.mtbdxq_section2 .w_width{display: flex;justify-content: space-between;align-items: flex-start;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 16px;background: #fff;overflow: hidden;}
.mtbdxq_section2 .left{width: 71.75%;padding: 0.5rem;}
.mtbdxq_section2 .left h2{font-size: 0.36rem;color: #000;line-height: 0.4rem;margin-bottom: 16px;}
.mtbdxq_section2 .left .dl{display: flex;align-items: center;margin-bottom: 30px;}
.mtbdxq_section2 .left .dl .dd{margin-right: 40px;display: flex;align-items: center;}
.mtbdxq_section2 .left .dl .dd:last-child{margin-right: 0;}
.mtbdxq_section2 .left .dl .dd img{width: 24px;display: block;margin-right: 8px;}
.mtbdxq_section2 .left .dl .dd .wz{font-size: 16px;color: rgba(136, 136, 136, 1);line-height: 30px;}
.mtbdxq_section2 .left .cont{font-size: 16px;color: #555;line-height: 30px;padding-top: 30px;border-top: 1px solid rgba(0, 0, 0, 0.1);margin-bottom: 30px;}
.mtbdxq_section2 .left .cont span{color: #333;font-weight: bold;}
.mtbdxq_section2 .left .cont img{max-width: 100%;}
.mtbdxq_section2 .left .page_box{border-radius: 8px;background:#F9F9F9;padding: 20px 30px;display: flex;justify-content: space-between;align-items: flex-start;}
.mtbdxq_section2 .left .page_box a{display: block;font-size: 16px;color: #555;line-height: 30px;width: calc(50% - 20px);}
.mtbdxq_section2 .left .page_box a:last-child{text-align: right;}
.mtbdxq_section2 .left .page_box a:hover{color: #E60312;}
.mtbdxq_section2 .right{width: 28.25%;}
.mtbdxq_section2 .right h3{font-size: 0.3rem;color: #000;line-height: 0.88rem;background: rgba(249, 249, 249, 1);text-align: center;}
.mtbdxq_section2 .right ul{display: block;width: 100%;}
.mtbdxq_section2 .right li{display: block;width: 100%;border-top: 1px solid rgba(236, 235, 235, 1); margin-bottom: 0.35rem;}
.mtbdxq_section2 .right a{display: block;width: 100%;padding: 0.36rem;
background: linear-gradient(0.00deg, rgba(255, 255, 255, 1) 0.102%,rgba(249, 249, 249, 1) 97.7%);
}
.mtbdxq_section2 .right a .wzbox{padding-bottom: 0.3rem;}
.mtbdxq_section2 .right a .wzbox .boxs{width: 100%;display: flex;justify-content: space-between;align-items: center;font-size: 16px;color: #555;line-height: 20px;margin-bottom: 0.3rem;}
.mtbdxq_section2 .right a .wzbox .bt{font-size: 20px;color: #000;line-height: 30px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.mtbdxq_section2 .right a .wzbox .info{font-size: 16px;color: #555;line-height: 30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.mtbdxq_section2 .right a:hover .wzbox .bt{color: #E60312;}
.mtbdxq_section2 .right a .pic{ width: 100%; padding-bottom: 61.57%; position: relative; overflow: hidden;border-radius: 8px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.mtbdxq_section2 .right 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;}
.mtbdxq_section2 .right 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);}
@media screen and (max-width:1680px) {
.mtbdxq_section2 .left .page_box{padding: 20px;}
.mtbdxq_section2 .left .page_box a{font-size: 14px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.mtbdxq_section2{padding-top: 0;padding-bottom: 30px;}
.mtbdxq_section2 .w_width{display: block;border-radius: 12px;}
.mtbdxq_section2 .left{width: 100%;padding: 20px;}
.mtbdxq_section2 .left h2{font-size: 18px;line-height: 30px;margin-bottom: 10px;text-align: center;}
.mtbdxq_section2 .left .dl{margin-bottom: 12px;justify-content: center;}
.mtbdxq_section2 .left .dl .dd{margin-right: 12px;}
.mtbdxq_section2 .left .dl .dd img{width: 22px;margin-right: 6px;}
.mtbdxq_section2 .left .dl .dd .wz{font-size: 14px;line-height: 20px;}
.mtbdxq_section2 .left .cont{font-size: 14px;line-height: 22px;padding-top: 12px;margin-bottom: 12px;}
.mtbdxq_section2 .left .page_box{padding: 14px;display: block;}
.mtbdxq_section2 .left .page_box a{display: block;font-size: 14px;margin-bottom: 10px; line-height: 22px;width: 100%;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.mtbdxq_section2 .left .page_box a:last-child{margin-bottom: 0;}
.mtbdxq_section2 .left .page_box a br{display: none;}
.mtbdxq_section2 .left .page_box a:last-child{text-align: left;}
.mtbdxq_section2 .right{display: none;}
}





.slide1{ display: flex; flex-wrap: wrap;width:100%; overflow: hidden;background: rgba(249, 249, 249, 1);}
.slide1 .ul{ display: flex; flex-wrap: wrap;width:100%;box-sizing: border-box; height:0.65rem;
border-bottom: 1px solid rgba(236, 235, 235, 1);
}
.slide1 .li{ display: flex; flex-wrap: wrap;}
.slide1 .li .la{ position: relative; z-index: 6; display: flex; flex-wrap: wrap; align-items:center; color:#E60312;
font-size: 18px;
font-weight: 400;
line-height: 1;
 height:0.65rem; padding:0 0.51rem;border-right: 1px solid rgba(236, 235, 235, 1);}
.slide1 .li:last-child .la{border-right: 0;}
.slide1 .li .la::after{ display: block; content:''; position: absolute; left:0; top:0; width:0; height:0.05rem; content:''; background:#E60312; -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;  }
.slide1 .li:hover .la{ color:#E60312;;}
.slide1 .li.on .la{background-color: #fff;color: #E60312;; font-weight: bold;}
.slide1 .li.on .la::after{width:100%;}
.slide1 .li.on:last-child .la{border-right: 1px solid rgba(236, 235, 235, 1);}
.slide1 .li:hover .la::after{width:100%;}


@media screen and (max-width:1024px) {
.slide1 .ul{height:40px;}	
.slide1 .li .la{ padding:0 20px; font-size:14px; height:40px;}
.slide1 .li .la::after{height:2px;  }
}
@media screen and (max-width:767px) {

}


.about1{ display: block; width: 100%; background: #fff; padding:24px 24px;color:rgba(51, 51, 51, 1);
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.about1 .info{display: block; width: 100%; margin-top: 8px; margin-bottom:12px;}
.about1 .title{display: block; width: 100%;color:rgba(32, 32, 32, 1);
font-size: 16px;
font-weight: bold;
line-height: 30px;
}
.about1 .down{display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; width: 100%;}
.about1 .adrr{display: block; width: 47.43%;color: rgba(51, 51, 51, 1);
font-size: 14px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0px;
text-align: left;}

.mapbox{ display: block; width:49.68%; position: relative;}
.mapbox .a{ position: relative; display: block; width:100%; height:237px;}


@media screen and (max-width:1024px) {
.mapbox{ width:100%;}
.about1{padding:20px 15px;}
.about1 .title{line-height: 26px;}
.about1 .adrr{ width:100%; margin-top: 12px; line-height: 24px;}
}





.lits02{ display: block; width: 100%; }
.lits02 .ul{display: block; width: 100%;}
.lits02 .ul .li{ display:flex; flex-wrap: wrap; padding-bottom: 0.24rem; width:100%;}
.lits02 .ul .li .tit{ display: block; position:relative; cursor:pointer; width:100%;color: rgba(32, 32, 32, 1);
font-size: 0.2rem;
font-weight: 700;
line-height: 0.34rem;
letter-spacing: 0px;
text-align: left; padding: 0.16rem 0.16rem 0.16rem 0.52rem; 
border-radius: 12px 12px 0px 0px;
background: rgba(250, 250, 250, 1);
-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;  

}
.lits02 .ul .li .donw{ display: block; position: relative; width:100%;
 color:rgba(51, 51, 51, 1);
 font-size: 16px;
 font-weight: 400;
 line-height: 30px;
 letter-spacing: 0px;
 text-align: left;
 padding:0.24rem 0.16rem 0.24rem 0.52rem;
box-sizing: border-box;
border-top: 1px solid rgba(241, 241, 241, 1);
border-radius: 0px 0px 12px 12px;
background: rgba(250, 250, 250, 1);
-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;  

}
.lits02 .ul .li .da{display: flex; align-items: flex-start; justify-content: center; position: absolute; left:0.16rem; top:50%; transform: translateY(-50%); -ms-transform: translateY(-50%); z-index:6; border-radius: 50%;
width: 24px;
height: 24px;color: #FFFFFF;
font-size: 18px;
font-weight: 400;
line-height: 21px; background:#F8B42D;
}
.lits02 .ul .li .donw .da{ background:#E60312;}
/* .lits02 .ul .li:hover .tit{ color:#E60312;
}
.lits02 .ul .li:hover .donw{ color:#E60312;
} */

@media  screen and (max-width:1024px){
.lits02 .ul .li{ padding-bottom:16px; }	
.lits02 .ul .li .tit{padding:12px 15px 12px 50px;font-size: 16px; line-height:26px;}
.lits02 .ul .li .donw{ padding:15px 15px 15px 50px;font-size: 14px; line-height:24px;}
.lits02 .ul .li .da{ left:15px;
width: 24px;
height: 24px;
font-size: 14px;
line-height: 21px; 
}
}




/* 分页 */
.wack1{ width:100%;}
.wack1 .pz_fy{ display:flex; flex-wrap: wrap; justify-content: center; width:100%;}
.wack1 .pz_fy span{ display:inline-flex;color: rgb(0, 0, 0);line-height:32px;
font-size: 14px;
font-weight: 400;}
.wack1 .pz_fy a{ position: relative; display:flex; margin:0 3px; justify-content: center;
border: 1px solid rgba(238, 238, 238, 1);
min-width: 32px;
height: 32px;
border-radius: 2px;
background: rgba(255, 255, 255, 1);
color: rgb(0, 0, 0);
font-size: 14px;
font-weight: 400;
line-height:30px;
}
.wack1 .pz_fy a:hover,
.wack1 .pz_fy a.on{ color: #fff;background:#E60312;border: 1px solid #E60312;}
.wack1 .pz_fy .prev,
.wack1 .pz_fy .next{ width:11px;}
.wack1 .pz_fy .prev::after,
.wack1 .pz_fy .next::after{ display: block; content:''; position: absolute; left:50%; top:50%; width:8px; height:8px; border-top:2px solid #99A19F; border-right:2px solid #99A19F; transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); }
.wack1 .pz_fy .prev{ transform:rotate(180deg); -ms-transform:rotate(180deg);}
.wack1 .pz_fy .prev:hover::after,
.wack1 .pz_fy .next:hover::after,
.wack1 .pz_fy .prev.on::after,
.wack1 .pz_fy .next.on::after{ border-top:2px solid #fff; border-right:2px solid #fff;}
.wack1 .pz_fy .toll{ margin-right: 22px;}
.wack1 .pz_fy .tz{ margin-left: 8px;}
.wack1 input{ display:inline-flex; height:32px; line-height:30px; width:44px; margin:0 8px;background: rgba(255, 255, 255, 1);
border: 1px solid rgba(238, 238, 238, 1);color: rgb(0, 0, 0);font-size: 14px;
border-radius: 2px;
text-align: center;
padding: 0 3px;
}
.wack1 input::placeholder{ color:rgb(31, 31, 31); opacity:1 !important;}
.wack1 .fy_pc{ display:none; flex-wrap: wrap; width:100%; justify-content: center; align-items: center;
color: rgb(31, 31, 31);
font-size: 14px;
font-weight: 400;
line-height:28px;
}
.wack1 .fy_pc .prev,
.wack1 .fy_pc .next{ display: flex; position: relative; height:32px; width:32px;border: 1px solid rgba(238, 238, 238, 1);border-radius: 2px;}
.wack1 .fy_pc .prev::after,
.wack1 .fy_pc .next::after{ display: block; content:''; position: absolute; left:50%; top:50%; width:8px; height:8px; border-top:1px solid #99A19F; border-right:1px solid #99A19F; transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); margin-left: -0.04rem;}
.wack1 .fy_pc .prev{ transform:rotate(180deg); -ms-transform:rotate(180deg);}
.wack1 .fy_pc .next{ margin-right: 10px;}
.wack1 .fy_pc .tool{ padding:0 15px;}


@media  screen and (max-width:1024px){
.wack1 .pz_fy{ display: none;}
.wack1 .fy_pc{ display: flex;}
}




.back4{ width: 100%; padding-top: 40px; padding-bottom: 1.2rem; background: url(img/bg1.png) center no-repeat; background-size: 100% 100%; }
.back2{ width: 100%; padding-top: 0.6rem; padding-bottom: 1.2rem; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.boxs3{width: 72.625%;
border: 1px solid #E9E9E9;padding: 0.4rem;
border-radius: 12px;
background: rgba(255, 255, 255, 1);}
.boxs0{width: 25.5%;border: 1px solid #E9E9E9; overflow: hidden;
border-radius: 12px;
background: rgba(255, 255, 255, 1);}
.boxs0 .title{width: 100%;border-bottom: 1px solid #E9E9E9;background: rgba(249, 249, 249, 1); padding:0.22rem 0.2rem;color:#000;
font-style: Bold; display: flex; align-items: center;
font-size: 20px;
font-weight: 700;
line-height: 32px;}
.boxs0 .title img{
 margin-right: 12px;
min-width: 24px;
height: 24px;}
.boxs0 .ul{width: 100%; padding:0.12rem 0.24rem;}
.boxs0 .ul li{width: 100%; padding:0.12rem 0;}
.boxs0 .ul a{width: 100%; display: flex; align-items: center;color:#000;
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0px;
text-align: left;}
.boxs0 .ul a:hover{color:#E60312;}
.boxs0 .ul .num{color: #666; display: flex; align-items: center; justify-content: center;
font-size: 16px;
font-weight: 500;background:#E9E9E9;
line-height: 1; margin-right: 8px; border-radius: 50%;
min-width: 24px; padding-bottom: 2px;
height: 24px;}
.boxs0 .ul .tit{width: 100%; overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.boxs0 .ul li:nth-child(1) .num{background:#E60312;color:#fff;}
.boxs0 .ul li:nth-child(2) .num{background:#F8B42D;color:#fff;}
.boxs0 .ul li:nth-child(3) .num{background:#666666;color:#fff;}


@media screen and (max-width:1024px) {
.back4{ padding-top: 20px; padding-bottom:40px;}
.back2{ padding-top: 25px; padding-bottom:40px; }
.boxs3{width: 100%;padding:24px 15px;}
.boxs0{width: 100%; margin-top: 24px;}
.boxs0 .title{ padding:12px 15px;
font-size:18px;
line-height:28px;}
.boxs0 .ul{ padding:12px 15px;}
.boxs0 .ul li{ padding:6px 0;}
}



.cj_zcdz{ padding-top:1.2rem;}
.cj_zcdz .info{color:rgba(0, 0, 0, 1); margin-top: 12px;width: 100%;
font-style: Bold;
font-size: 0.2rem;
font-weight: 700;
line-height: 0.32rem;
text-align: center;}
.cj_zcdz .box{color:rgba(0, 0, 0, 1); margin-top: 0.64rem;background:#F9F9F9;width: 100%; display: flex; flex-wrap: wrap;border-radius: 0px 8px 8px 0px;
overflow: hidden;
font-size: 0.18rem;
font-weight: 500;
line-height: 0.33rem;
}
.cj_zcdz .box .cont{width: 59.5%; display: block; padding:0.41rem 0.53rem 0.41rem 0.42rem;}
.cj_zcdz .box .img{width: 40.5%; line-height: 0; display: block;aspect-ratio: 100 / 60.18;}


@media screen and (max-width:1024px) {
.cj_zcdz{ padding-top: 30px;}
.cj_zcdz .info{ font-size:16px; line-height:26px;}
.cj_zcdz .box{ font-size:14px; line-height:24px;}
.cj_zcdz .box .cont{width: 100%;padding:20px 15px; }
.cj_zcdz .box .img{width: 100%; }
}


.cj_csxl{ padding-top: 57px; padding-bottom:1.2rem; position: relative; overflow: hidden;}
.cj_csxl .bg{ display: block; width: 100%; position: absolute; left: 0; top: 0; z-index: 1; height: 6.79rem;}
.cj_csxl .qh_tbox{display: block; width: 100%;}
.cj_csxl .qh_t .dd{width: 20%;padding: 0.15rem;}
.cj_csxl .qh_t .dd a{display: flex;justify-content: center;align-items: center;font-size: 0.24rem;color: #fff;line-height: 0.68rem;font-weight: bold;
border: 1px solid rgba(255, 255, 255, 1);
border-radius: 4px;
backdrop-filter: blur(7px);
background: rgba(255, 255, 255, 0.1);}
.cj_csxl .title{ display: block; width: 100%; color:#FFFFFF; margin-top: 1.46rem;
font-size: 0.72rem;
font-weight: 700;
line-height: 0.88rem;
text-align: center;}
.cj_csxl .qh_b{ display: block; width: 100%; margin-top: 1.46rem;border-radius: 12px;
padding: 0.4rem 0.12rem;
box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.06);
background: rgba(255, 255, 255, 1);}
.cj_csxl .qh_box{ display: block; width: 100%; position: relative;}

.cj_csxl .slick-dots{ margin-top: 0.12rem;}


@media  screen and (min-width:1024px){
.cj_csxl .qh_t{display: flex;justify-content: flex-start;flex-wrap: wrap; align-items: flex-start;margin: -0.15rem;width: calc(100% + 0.3rem);}	
.cj_csxl .list01{ z-index: 1; opacity:0; position: absolute; left: 0; top: 0;-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;  
}
.cj_csxl .list01.on{ z-index: 6; opacity:1; position: relative;}
.cj_csxl .qh_t .dd.on a{background-color: #E60312; border: 1px solid #E60312;}
}	
@media  screen and (max-width:1680px){
.cj_csxl .qh_t .dd a .wz{font-size: 0.18rem;line-height: 0.5rem;}
}
@media  screen and (max-width:1024px){
.cj_csxl{padding-top:30px;padding-bottom: 30px;}
.cj_csxl .bg{ height:240px;}
/* .cj_csxl .qh_t::-webkit-scrollbar{ display: none;} */
.cj_csxl .qh_t .dd{width: auto;display: inline-block; padding: 0;margin-right:8px;}
.cj_csxl .qh_t .dd:last-child{margin-right: 0;}
.cj_csxl .qh_t .dd a{padding: 0 18px;font-size: 15px;line-height: 32px;}
.cj_csxl .qh_b{ margin-top:30px;
padding:20px 7px;
box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.06);}
.cj_csxl .title{ margin-top:30px;}
.cj_csxl .slick-dots{ margin-top:5px;}
}
@media  screen and (max-width:767px){
/* .cj_csxl .qh_t{display: block; margin: -0;width: 100%;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;} */
.cj_csxl .qh_t .dd.swiper-slide-thumb-active a{background-color: #E60312; border: 1px solid #E60312;}
.cj_csxl .qh_b{ opacity:1 !important; left:0 !important;}
.cj_csxl .title{ opacity:1 !important;}
.cj_csxl .qh_t{position: relative; z-index: 1; display: flex; justify-content: center; box-sizing: content-box; flex-wrap: wrap; width:calc(100% + 10px); margin:0 -5px;}
.cj_csxl .qh_t .dd{flex-shrink: 0; position: relative; transition-property: transform; line-height: 0; margin:0 !important; padding:5px 5px;width: 33.33%;}
.cj_csxl ._w100{position: relative; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box;flex-wrap: nowrap !important; }
.cj_csxl .list01{flex-shrink: 0; position: relative; transition-property: transform; line-height: 0; width: 100%; padding:0 15px;}
.cj_csxl  .mySwiper2 {display: block;width:calc(100% + 30px); margin:0 -15px;}
}


.list01{ display: block; width: 100%;}
.list01 .ul{ display:block; width: 100%;}
.list01 .ul .li{ width: 25%; padding:0 0.2rem; margin-bottom:0.32rem;}
.list01 .ul .a{ width: 100%;}
.list01 .ul .img{ width: 100%;aspect-ratio: 100 / 100; overflow: hidden; line-height: 0;
}
.list01 .ul .img img{ width: 100%; height: 100%; object-fit: cover;}
.list01 .ul .cont{ width: 100%; margin-top: 0.24rem;color: rgba(17, 17, 43, 1);border-bottom: 2px solid #E9E9E9;border-top: 3px solid #E9E9E9;
font-size: 0.18rem;
font-weight: 500;
line-height: 0.3rem;}
.list01 .ul .div{ width: 100%; display: flex; justify-content: space-between; padding: 12px 0;border-bottom: 1px solid #E9E9E9; }
.list01 .ul .gg{ min-width:0.76rem;}
.list01 .ul .cm{ width: 100%;}
.list01 .ul .cm .p{ width: 100%; text-align: right;border-bottom: 1px solid #E9E9E9;}
.list01 .ul .cm .p:last-child{ border-bottom: 0;}


@media  screen and (max-width:1024px){
.list01 .ul .li{ padding:0 7px; margin-bottom:16px; }
.list01 .ul .cont{ margin-top:14px;border-bottom: 1px solid #E9E9E9;border-top: 2px solid #E9E9E9;
font-size: 14px;
line-height:28px;}
.list01 .ul .div{ padding:8px 0;}
.list01 .ul .gg{ min-width:42px;}
}
@media  screen and (max-width:767px){
.list01 .ul .li{ width: 50%;}

}



.cj_box1{ padding:16px 0 0 0; overflow: hidden;width: 100%;}
.cj_box1 ._box1{ padding:1.73rem 0; position: relative; display: flex; justify-content: center; align-items: center; }
.cj_box1 ._box1::after{ content: ''; position: absolute; left:50%; top:50%; z-index: 1; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); width: 15.49rem; height: 15.49rem; background: url(img/cj5.png) center no-repeat; background-size:100% 100%;}
.cj_box1 .w591{ width:5.91rem; line-height: 0; display: block;}
.cj_box1 .box{ width:100%; display: flex; flex-wrap: wrap; justify-content: space-between; position: absolute; left:0; top:50%; z-index:4; transform: translateY(-50%); -ms-transform: translateY(-50%);color:#FFFFFF;
font-size: 0.2rem;
font-weight: 500;
line-height: 0.39rem; }
.cj_box1 .info{ width:calc(50% - 2.02rem); display: block; flex-direction: column; flex-wrap: wrap; align-content: center;}
.cj_box1 .dian{ position:relative; padding-right: 16px; display: block;}
.cj_box1 .dian::after{ content: ''; position:absolute; top:0.18rem; right: 0; display: block;background:#FFFFFF; border-radius: 50%;
width: 6px;
height: 6px;}
.cj_box1 .info:nth-child(1){background: linear-gradient(270.00deg, rgba(102, 102, 102, 1),rgba(102, 102, 102, 0.41) 100%); padding:0.51rem 1.2rem 0.45rem 27px; text-align: right;}
.cj_box1 .info:nth-child(2){background: linear-gradient(90.00deg, rgba(230, 3, 18, 1) 0%,rgba(230, 3, 18, 0.19) 98%); padding:0.51rem 27px 0.45rem 1.2rem;}


@media  screen and (max-width:1024px){
.cj_box1{ padding:0;}	
.cj_box1 .box{position:static; flex-wrap: wrap-reverse; margin-top:0;
font-size: 14px;
line-height:24px;transform: translateY(0);
  -ms-transform: translateY(0);}
.cj_box1 .dian{ text-align: left;padding:0 0 0 16px;}
.cj_box1 .dian::after{ right: auto; left: 0; top:9px; }
.cj_box1 .info{ width: 100%;padding:30px 20px !important; }
.cj_box1 ._box1{flex-wrap: wrap; padding:0;}
.cj_box1 ._box1::after{ top:-98px; transform: translate(-50%,0); -ms-transform: translate(-50%,0); width:600px; height:600px;}
.cj_box1 .w591{ width:280px; display: none;  }
}





.cj_sysm{ padding-top:1.2rem; padding-bottom: 1.2rem;}
.cj_sysm .box {width: 100%; margin-top: 0.64rem;

}

.cj_sysm .box .section-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.32rem;
}

.cj_sysm .box .section-card {
 width:49%;
border: 1px solid #E9E9E9;
border-radius:4px; overflow: hidden;
}


.cj_sysm .box .section-header { padding:0.18rem 0.18rem;
  display: flex; justify-content: center;
  align-items: center;background:#F9F9F9;border-bottom: 1px solid #E9E9E9;
}

.cj_sysm .box .section-header img {
  width:0.32rem;
  height: 0.32rem;
  margin-right:0.16rem;
}

.cj_sysm .box .section-header .h3 {
color:#000;
font-style: Bold;
font-size: 0.24rem;
font-weight: 700;
line-height: 0.32rem;
}

.cj_sysm .box .icon-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; padding:0.22rem 0.48rem;
}
.cj_sysm .box .section-card:nth-child(2) .icon-grid{
	 padding:0.22rem 0.29rem;
}
.cj_sysm .box .icon-item {
  text-align: center;
  margin:0.1rem 0 0 0;
}

.cj_sysm .box .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.08rem auto;
}

.cj_sysm .box .icon-circle img {
  width: 0.48rem;
  height: 0.48rem;
}

.cj_sysm .box .icon-label {
color:#000;
font-size: 0.16rem;
font-weight: 400;
line-height: 0.32rem;
text-align: center;
}

.cj_sysm .box .icon-note {
line-height: 0.2rem;
}

.cj_sysm .box .notice-section {
border: 1px solid #E9E9E9;
border-radius:4px; overflow: hidden;
}

.cj_sysm .box .notice-content {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.cj_sysm .box .notice-card {
  padding:0.43rem 0 0.4rem 0;
  border-right: 1px solid #e0e0e0;
}
.cj_sysm .box .notice-card:last-child{
	border:0 !important;
}
.cj_sysm .box .notice-card:nth-child(1){
	width:48.9%;
}
.cj_sysm .box .notice-card:nth-child(1) .icon-grid{
	 padding:0.22rem 0.75rem 0 19px;
}
.cj_sysm .box .notice-card:nth-child(2){
	width:18.6%;
}
.cj_sysm .box .notice-card:nth-child(2) .icon-grid{
	 padding:0.22rem 0.4rem 0 0.4rem;
}
.cj_sysm .box .notice-card:nth-child(3){
	min-width:5.2rem;
}
.cj_sysm .box .notice-card .h4 {
  margin-left: 0.36rem; display: inline-flex;
  border-radius: 50px;
  background: #E60312;
color:#FFFFFF;
font-style: Bold;
font-size: 0.2rem;
font-weight: 700;
line-height: 0.31rem;
text-align: left; padding:0 0.14rem 1px 0.14rem;
}

.cj_sysm .box .notice-list {
  
  padding:0.21rem 0.34rem 0 0.34rem;
}

.cj_sysm .box .notice-list li {
  margin-top: 0.13rem;
  display: flex;
  align-items: flex-start;border-radius:0.32rem;
background:#F9F9F9;
}

.cj_sysm .box .notice-number {
  display: flex; align-items: center; justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background:#E60312;
  color: #fff;
  line-height: 1;font-size: 0.16rem;
  flex-shrink: 0;
}

.cj_sysm .box .notice-text {
color:#000; padding:1px 0.12rem;
font-size: 0.16rem;
font-weight: 400;
line-height: 0.3rem;
letter-spacing: 0px;
text-align: left;
  flex: 1;
}

@media screen and (max-width: 1800px) {
.cj_sysm .box .notice-card:nth-child(1) .icon-grid{
	 padding:0.22rem 0.3rem 0 19px;
}
.cj_sysm .box .notice-card:nth-child(2) .icon-grid{
	 padding:0.22rem 0.3rem 0 0.3rem;
}
.cj_sysm .box .notice-card:nth-child(3){
	min-width:5.1rem;
}
}
@media screen and (max-width: 1024px) {
.cj_sysm{ padding-top: 30px; padding-bottom:30px;}	
.cj_sysm .box{ margin-top:30px;}
  .cj_sysm .box .section-row {
    flex-direction: column;
  }
  .cj_sysm .box .section-header{ padding:10px 14px;}
  .cj_sysm .box .section-header img {
    width:22px;
    height: 22px;
    margin-right:8px;
  }
  
  .cj_sysm .box .section-header .h3 {
  font-size:16px;
  line-height:26px;
  }
  .cj_sysm .box .section-card { justify-content: space-around;
    margin: 0 0 10px 0 !important; width:100% !important;
  }
  .cj_sysm .box .icon-label{  font-size:14px;
  line-height:24px;}
  .cj_sysm .box .icon-circle {
    margin: 0 auto 4px auto;
  }
  .cj_sysm .box .icon-grid{ padding:0 15px 18px 15px !important; justify-content: space-around; }
  .cj_sysm .box .icon-circle img {
    width: 32px;
    height:32px;
  }

  .cj_sysm .box .notice-content{ flex-wrap: wrap;}
  .cj_sysm .box .notice-card { width:100% !important;
 border-right:0;   border-bottom: 1px solid #e0e0e0;
  }
  .cj_sysm .box .notice-card .h4 {
    margin-left:0;
  font-size:15px;
  line-height:25px;
 padding:0 12px 1px 12px;
  }
  
  .cj_sysm .box .notice-list {
    
    padding:14px 0 0 0;
  }
  .cj_sysm .box .notice-card{ padding:20px 15px;}
  .cj_sysm .box .notice-list li {
    margin-top:12px;border-radius:10px;  align-items: center; padding:10px 15px;
  }
  .cj_sysm .box .notice-card:nth-child(1) .icon-grid{
  	 padding:0 !important;
  }
  .cj_sysm .box .notice-card:nth-child(2) .icon-grid{
  	 padding:0 !important;
  }
  .cj_sysm .box .notice-number {
    width:30px;
    height:30px;font-size:14px;
  }
  
  .cj_sysm .box .notice-text {padding:0 0 0 14px;
  font-size:14px;
  line-height:22px;
  }
.cj_sysm .box .icon-item{ margin-top:18px;}
  
}
@media screen and (max-width: 767px) {
.cj_sysm .box .icon-item{width:25%;}	
.cj_sysm .box  .notice-card .icon-item{ width:50%;}
	
}	




@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;
}


.sy_tit .title{font-family: 'NotoSans-Bold';}



/*260126start*/
.sy_section6{ position: relative;}
.sy_section6 .bg{width: 100%;position: absolute;left: 0;top: 0;z-index: 1;height: 100%; background: #000;}
.sy_section6 .bg .div{opacity: 0;position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;
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_section6 .bg .div.on{opacity:0.80;}


.cpxq_section3 .bd{ width:100%; }
.cpxq_section3 .w100{ width:100%; }
.cpxq_section3  .cont5{ background: #fff; width:100%; padding:0.57rem 0.5rem 0.67rem 0.5rem;color: rgba(0, 0, 0, 1);
font-style: Regular;
font-size: 0.18rem;
font-weight: 400;
line-height: 0.3rem;
}
.cpxq_section3  .cont5  .tit5{width: 100%; color:#000;
font-style: Regular;
font-size: 0.32rem;
font-weight: 400;
line-height: 0.36rem;
letter-spacing: 0px;
text-align: left; margin-bottom: 0.3rem;}
.cpxq_section3  .cont5  .spec-grid{width: 100%; display: grid;grid-template-columns: repeat(2, 1fr); gap:0 0.8rem;}
.cpxq_section3  .cont5  .spec-item{width: 100%; display: flex; align-items: center; justify-content: space-between;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding:0.16rem 0px;
}
.cpxq_section3  .cont5  .feature-title{ color: #555;}

@media screen and (max-width:1024px) {
.cpxq_section3  .cont5{  padding:20px 15px 30px 15px;
font-size:14px;
line-height: 24px;
}
.cpxq_section3  .cont5  .tit5{
font-size:18px;
line-height:24px;
 margin-bottom: 20px;}
.cpxq_section3  .cont5  .spec-grid{ gap:0 16px;}
.cpxq_section3  .cont5  .spec-item{padding:10px 0px;
}	
}	

@media screen and (max-width:767px) {
.cpxq_section3  .cont5  .spec-grid{ grid-template-columns: repeat(1, 1fr);}
	
}	

.cpxq_section3  .cont6{ background: #fff; width:100%; padding:0.57rem 0.5rem 0.62rem 0.5rem;color: rgba(0, 0, 0, 1);
font-style: Regular;
font-size: 0.18rem;
font-weight: 400;
line-height: 0.3rem;
}
.cpxq_section3  .cont6  .tit5{width: 100%; color:#000;
font-style: Regular;
font-size: 0.32rem;
font-weight: 400;
line-height: 0.36rem;
letter-spacing: 0px;
text-align: left; margin-bottom: 0.3rem;}
._table01{width: 100%;}
._table01 table{width: 100%;}
._table01 table th{border: 1px solid rgba(255, 255,255, 1);padding:0.19rem 0.1rem;
 color:#fff; font-weight: bold;
background:rgba(230, 3, 18, 1);
}
._table01  table th.firs-child{ position: relative; overflow: hidden;
}
._table01  table th .line{ position: absolute; left:50%; top: 50%; display: block;
width:1000px; height: 1px; background: #fff;
transform:translate(-50%,-50%) rotate(18.5deg);}
._table01 table td{border: 1px solid rgba(0, 0, 0, 0.1);padding:0.13rem 0.1rem; text-align:center;
}
._table01  table td.firs-child{ color:rgba(230, 3, 18, 1);background:#FFF7F7;
}

@media screen and (max-width:1024px) {
.cpxq_section3  .cont6{  padding:20px 15px 30px 15px;
font-size:14px;
line-height: 24px;
}
.cpxq_section3  .cont6  .tit5{
font-size:18px;
line-height:24px;
 margin-bottom: 20px;}
._table01 table th{ padding:10px 10px;}
._table01 table td{padding:10px 10px;
}	
._table01 table td.firs-child{ width:90px;min-width:90px;max-width:90px;}
}	

@media screen and (max-width:420px) {
._table01{ overflow-x: auto;}
._table01 table{ width:420px;} 	

}	

/*260126end*/



.sitemap{ width:100%; overflow:hidden;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}
.sitemap li a:hover{color:#e60312;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}

.pagecon{padding-bottom:40px;}


/* 260129start */
@media screen and (max-width:1024px) {

.page_section .phpage a.on .ico1{display: none;}
.page_section .phpage a.on .ico2{display: block;}

}


@media  screen and (max-width:1024px){

.sy_section2 .content ul a .boxs2{opacity: 1;
height: auto;
transition-delay: .2s;
transform: translateY(0);}
}

.cj_csxl ._w100{ display: flex; flex-wrap: wrap; width: 100%;}



/* 260129end */


/* 260206start */

.pf_down1{ width: 100%; align-items:center; justify-content: center; display: none; 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_down1 .tel{ float: left; width:43.5%; padding:10px 0;}
.pf_down1 .tel a{ display: flex; width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #e60412;font-size:16px; color: #e60412; line-height: 1;height: 40px;
  border-radius: 4px;}
.pf_down1 .tel .ico7{ width: 22px; height: 22px; margin-right: 8px; line-height:0; display: flex; justify-content: center; align-items: center;}
.pf_down1 .tel .ico7 img{ width:22px; height: 22px;}
.pf_down1 .yyys{  float: left;width:43.5%; padding:10px 0; margin-left:4%;}
.pf_down1 .yyys a{display: flex;justify-content: center;align-items: center; width: 100%;background:#e60412;border-radius: 4px;width: 100%;font-size:16px; color: #fff; line-height: 1;height: 40px;}


@media (max-width:1024px) {
.pf_down1{ display: flex;}		
	
}	

@media (max-width:1024px) {
.sy_banner .ul .li .phshow { height:calc(100vh - 120px);}
}
@media (max-width:1024px) {
.sy_banner .ul .li .posi_box .dl .dd .wzbox{padding-left: 6px;}
.sy_banner .ul .li.slick-current .posi_box .info{ margin:2vh 0 4.5vh 0;}
.sy_banner .ul .li .posi_box .dlbox{ margin-bottom: 8vh;}
.sy_banner .ul .li .posi_box .dl .dd{    padding:1vh 6px;}
}

@media (max-width:767px) {
.sy_section1 .qh_b .dd .left ul a {
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
  }
.sy_section1 .qh_b .dd .right{ padding:0 10%;}  
}	



@media (max-width:1024px) {
.b_nav .cont1 .left .logo{ margin-bottom: 15px;}	
.b_nav .cont1 .right{ display: none;}	
.b_nav .cont1 .left .ewmbox .ewm{ width:90px;}
.b_nav .cont1 .left .xbt {
font-size: 15px;
line-height: 23px;
}
.b_nav .cont1 .left .tel {
font-size: 18px;
line-height: 24px;
margin-bottom: 15px;
} 
.b_nav .cont1 .left .ewmbox .ewm .wz {
font-size: 15px;
line-height: 23px;
margin-top: 10px;
}
.b_nav .cont2{ display: none;}
.b_nav .cont3 .banquan{font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;}
.b_nav .cont1 .left .dz .wz{line-height: 22px;}	
}


.fh_right{position: fixed;  right: 20px; bottom:12%; z-index: 10; }
.fh_down{position: absolute;  left: 50%; top: 0; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
.fh_top{ width:50px; height: 50px; background:#e60412; border-radius: 50%; color: #fff; text-transform: uppercase; font-size: 12px; line-height: 1.2; display: none; align-items: center; justify-content: center; flex-direction: column;  }
.fh_top img{ width:6px; object-fit: contain; transform: rotate(-90deg); -ms-transform: rotate(-90deg); }
.fh_top span{ margin-top:2px;}

@media (max-width:1024px) {
.b_nav{ position: relative; z-index: 6;}
.fh_top{ display: flex;}
.zx_right{width: 60px;}
}


@media (max-width:767px) {
.sy_section6 .w_width { min-height: calc(100vh - 200px);}

}

.links{ display: none; width: 100%;justify-content: center; padding-bottom:6px;}
.links .tit{ white-space: nowrap; display: inline-flex; color: #fff; font-size:14px; line-height:22px;}
.links .ul{ display: inline-block;color: #fff; font-size:14px; line-height:22px;}
.links .ul a{ display: inline; color: #fff;}
.links .ul i{ display: inline; margin:0 5px;}
.links .ul a:hover{ color:  #e60412;}



@media  screen and (max-width: 1024px){
.links{ display: flex;}
.zx_right .posi_box{ display: block;}
}


@media  screen and (max-width: 767px){
.zx_right .posi_box{ width:240px;  bottom: -13vh;}
.zx_right .posi_box .boxs1 .bt2{font-size: 14px;}
.zx_right .posi_box .boxs2 .dh .wz{font-size: 14px;
line-height: 24px;}
.zx_right .posi_box .boxs2 .dh img{ width:16px;}
.zx_right .posi_box .boxs1 .bt1{font-size:18px; line-height:28px;}
.zx_right .posi_box .boxs1 .ewm {
width: 110px;
}
}

/* 260206end */


/* 260209start */
.ej_section.nav-height{ height:0.96rem;}
.ej_section .nav-wrap{ height:2.65rem;}

@media  screen and (max-width: 1024px){
.ej_section.nav-height{ height:60px;}
.ej_section .nav-wrap{ height:110px;}
}


@media  screen and (max-width:767px){
.sy_section6{ display: flex; flex-wrap: wrap; align-items: center;min-height: calc(100vh - 120px); }
.sy_section6 .w_width{ width:100%;   min-height: initial;}
.sy_section6 .content{ margin-top: 4vh;}
.sy_section3{ display: flex; flex-wrap: wrap; align-items: center;min-height: calc(100vh - 120px); }
.sy_section3 .w_width{ width:100%;   min-height: initial;}
.sy_section3 .content{ margin-top: 4vh;}
.Industry_Solutions, 
.Industry_Solutions ul li{height: 500px;}
.Industry_Solutions .index_tit{top: 50px;}
.Industry_Solutions ul li .circle{margin-top: 160px;}
.Industry_Solutions ul li:hover .circle {margin-top:150px; }
}


@media  screen and (max-width: 1024px){
.b_nav{  margin-top:25px;  padding-top: 50px;}
.sy_section4{padding-top: 50px;  padding-bottom: 50px;}
.Partners{  padding: 50px 15px 80px 15px;}
.Partners .partners_list{ margin-top: 4vh;}

}

.Partners .flip-box-front img{object-fit: contain; height:70%;}

@media  screen and (max-width: 1024px){
.Partners .flip-box, 
.Partners li .partner_li{height: 70px;}
.Partners li .partner_li:nth-child(4n+1) .flip-box-front,
.Partners li .partner_li:nth-child(4n+4) .flip-box-front{
  box-shadow: 0 0 35px 0 rgba(111, 111, 111, 0.16);
}
.b_nav .cont2{ display: block;}
.b_nav .cont1 .right{ display: block;}
}


/* 260209end */



.sy_section5 .sy_btnbox{margin-top:50px;}
@media  screen and (max-width: 1024px){
.sy_section5 .sy_btnbox{margin-top:30px;}
}