﻿@charset "UTF-8";
html{
  font-size: 6.172vw;
}
@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: #fdd23e;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #fdd23e;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_width{max-width:1620px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 100px;padding-right: 100px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 99999;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs{ width: 100%;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;padding: 0 40px 0 20px;}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 78px;}
.t_navs .top .logo .img2{display: none;}
.t_navs .top .logo .img3{display: none;}
.t_navs .top .right{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu .l1{position: relative;padding: 30px 0;}
.t_navs .top .menu .l1 .a1{ display: block;color: #ffffff; position: relative;padding: 0 40px;line-height: 50px; font-size: 18px;border-radius: 25px;}
.t_navs .top .menu .l1.on .a1{ color: #ea5539!important;background: #fdd23e;}
.t_navs .top .menu .l1:hover .a1{color: #fdd23e;}
.t_navs .top .u2{min-width: 140px; top:100%; left: 50%;z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);height: auto;position: absolute;background: rgba(0, 0, 0, .2);backdrop-filter: blur(5px);padding: 10px 0px;border-radius: 5px;opacity: 0;visibility: hidden;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.t_navs .top .l1:hover .u2{-webkit-transition: all .85s;opacity: 1;visibility: visible;}
.t_navs .top .u2 .l2{ width: 100%;}
.t_navs .top .u2 .l2 .a2{ display: block; text-align: center;font-size: 16px;line-height: 35px;padding: 0 30px;white-space:nowrap;-webkit-transform: translateY(5px);opacity: 0;position: relative;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.t_navs .top .u2 .l2 .a2::after{width: 0px;height: 1px;position: absolute;left: 50%;margin-left: 0px;content: '';bottom: 0px;background: rgba(255, 255, 255, .3);-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);}
.t_navs .top .u2 .l2 .a2>div{color: rgba(255, 255, 255, .75);
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;}
.t_navs .top .u2 .l2 .a2:hover::after{width: 60px;margin-left: -30px;}
.t_navs .top .u2 .l2 .a2:hover>div{color: #fdd23e;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .dh_box{margin: 0 20px 0 10px;background: #44403f;display: flex;justify-content: flex-start;align-items: center;padding: 0 20px;border-radius: 25px;}
.t_navs .top .dh_box .ico{width: 30px;height: 30px;border-radius: 100%;border: 1.8px solid #fdd23e;margin-right: 6px;display: flex;justify-content: center;align-items: center;}
.t_navs .top .dh_box .ico img{width: 20px;display: block;}
.t_navs .top .dh_box .wz{font-size: 24px;color: #fdd23e;line-height: 50px;font-weight: bold;}
.t_navs .top .yyqh_box{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .yyqh_box a{display: block;margin-right: 10px;width: 30px;height: 30px;background: #fff;border-radius: 100%;position: relative;}
.t_navs .top .yyqh_box a:last-child{margin-right: 0;}
.t_navs .top .yyqh_box img{display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.t_navs .top .yyqh_box a:hover{opacity: 0.8;}
.wyb_s.on{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .logo .img1{display: none;}
.wyb_s.on .t_navs .top .logo .img2{display: block;}
.wyb_s.on .t_navs .top .logo img{height: 50px;}
.wyb_s.on .t_navs .top .menu .l1{padding: 15px 0;}
.wyb_s.on .t_navs .top .menu .l1 .a1{color: #333;}
.wyb_s.on .t_navs .top .yyqh_box a{box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 0;opacity: 0;}
@media screen and (max-width:1660px) {
.t_navs .top .logo img{ height: 60px;}
.t_navs .top .menu .l1 .a1{padding: 0 30px; font-size: 16px;line-height: 40px;border-radius: 20px;}
.t_navs .top .dh_box{padding: 0 16px;border-radius: 20px;}
.t_navs .top .dh_box .ico{width: 26px;height: 26px;}
.t_navs .top .dh_box .ico img{width: 18px;}
.t_navs .top .dh_box .wz{font-size: 20px;line-height: 40px;}
}
@media screen and (max-width:1380px) {
.t_navs .top .logo img{ height: 50px;}
.t_navs .top .menu .l1 .a1{padding: 0 20px; font-size: 14px;}
.t_navs .top .dh_box{padding: 0 14px;border-radius: 20px;margin: 0 12px 0 8px;}
.t_navs .top .dh_box .ico{width: 24px;height: 24px;}
.t_navs .top .dh_box .ico img{width: 16px;}
.t_navs .top .dh_box .wz{font-size: 18px;}
}
@media screen and (max-width:1130px) {
.t_navs .top .logo img{ height: 40px;}
.t_navs .top .menu .l1 .a1{padding: 0 16px; font-size: 13px;}
.t_navs .top .dh_box{padding: 0 14px;border-radius: 20px;margin: 0 12px 0 8px;}
.t_navs .top .dh_box .ico{width: 24px;height: 24px;}
.t_navs .top .dh_box .ico img{width: 16px;}
.t_navs .top .dh_box .wz{font-size: 16px;}
.wyb_s.on .t_navs .top .logo img{height: 40px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_navs .top .dh_box{display: none;}
.t_nav_zw{height: 50px;}
.t_navs .top{ padding: 0 8px 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4;background: #ea5539;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .top .logo{ margin: 10px 0;}
.t_navs .top .logo img{ height: 30px;}
.t_navs .top .logo .img1{display: none;}
.t_navs .top .logo .img2{display: none;}
.t_navs .top .logo .img3{display: block;}
.t_navs .top .yyqh_box{margin-right: 20px;}
.t_navs .top .yyqh_box a{box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.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:#fdd23e;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:#fdd23e;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: #fdd23e;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:#fdd23e;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;}
}

/*底部*/
.b_nav{width: 100%;margin-top: -110px;z-index: 20;position: relative;}
.b_nav .cont1{padding-top: 110px;padding-bottom: 20px;}
.b_nav .cont1 .w_width{display: flex;justify-content: flex-start;align-items: flex-start;}
.b_nav .cont1 .left{width: 53.7037037037037%;padding-right: 40px;}
.b_nav .cont1 .left .logo img{height: 78px;display: block;}
.b_nav .cont1 .left ul{margin-top: 30px;}
.b_nav .cont1 .left ul li{margin-bottom: 30px;display: flex;justify-content: flex-start;align-items: center;}
.b_nav .cont1 .left ul li:last-child{margin-bottom: 0;}
.b_nav .cont1 .left ul .yj{width: 182px; padding-left: 24px;position: relative;}
.b_nav .cont1 .left ul .yj a{display: block;font-size: 24px;color: #000000;line-height: 50px;position: relative;z-index: 5;font-weight: bold;}
.b_nav .cont1 .left ul .yj::after{content: "";display: block;width: 50px;height: 50px;background: #fdd23c;position: absolute;left: 0;top: 0;border-radius: 18px;}
.b_nav .cont1 .left ul .yj a:hover{text-decoration: underline;}
.b_nav .cont1 .left ul .ej{display: flex;justify-content: flex-start;align-items: center;}
.b_nav .cont1 .left ul .ej a{display: block;font-size: 18px;color: #ffffff;line-height: 24px;margin-right: 16px;}
.b_nav .cont1 .left ul .ej a:last-child{margin-right: 0;}
.b_nav .cont1 .left ul .ej a:hover{text-decoration: underline;}
.b_nav .cont1 .right{width: 46.2962962962963%;display: flex;justify-content: flex-start;align-items: flex-start;}
.b_nav .cont1 .right .ewm{width: 110px;}
.b_nav .cont1 .right .ewm img{width: 100%;display: block;}
.b_nav .cont1 .right .pic{width: calc(100% - 110px);padding-top: 10px;}
.b_nav .cont1 .right .pic img{width: 100%;display: block;}
.b_nav .cont2{width: 100%;background: #44403f;}
.b_nav .cont2 .w_width{display: flex;justify-content: space-between;align-items: center;padding-top: 20px;padding-bottom: 20px;}
.b_nav .cont2 .left{display: flex;justify-content: flex-start;align-items: center;}
.b_nav .cont2 .left .dd{padding-right: 10px;margin-right: 8px;position: relative;font-size: 16px;color: #ffffff;line-height: 40px;}
.b_nav .cont2 .left .dd::after{content: "";display: block;width: 2px;height: 18px;background: #fff;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.b_nav .cont2 .left .dd:last-child{padding-right: 0;margin-right: 0;}
.b_nav .cont2 .left .dd:last-child::after{display: none;}
.b_nav .cont2 .left .dd a{color: #fff;}
/*.b_nav .cont2 .left .dd a:hover{color: #fdd23e;}*/
.b_nav .cont2 .right a{display: block;font-size: 16px;color: #ffffff;line-height: 20px;}
.b_nav .cont2 .right a:hover{color: #fdd23e;}
@media screen and (max-width:1400px) {
.b_nav{width: 100%;}
.b_nav .cont1 .left{width: 54%;}
.b_nav .cont1 .left ul .yj{width: 160px;}
.b_nav .cont1 .left ul .yj a{font-size: 20px;}
.b_nav .cont1 .left ul .ej a{font-size: 16px;line-height: 20px;margin-right: 12px;}
.b_nav .cont1 .right{width: 46%;}
.b_nav .cont2 .left .dd{padding-right: 6px;margin-right: 4px;font-size: 14px;}
.b_nav .cont2 .right a{font-size: 14px;}
}
@media screen and (max-width:1230px) {
.b_nav .cont1 .left{width: 60%;}
.b_nav .cont1 .left ul .yj{width: 140px;}
.b_nav .cont1 .left ul .yj a{font-size: 18px;}
.b_nav .cont1 .left ul .ej a{font-size: 14px;line-height: 20px;margin-right: 10px;}
.b_nav .cont1 .right{width: 40%;}
.b_nav .cont2 .left .dd{font-size: 12px;}
.b_nav .cont2 .right a{font-size: 12px;}
}
@media screen and (max-width:1080px) {
.b_nav .cont1 .left ul li{margin-bottom: 14px;}
.b_nav .cont1 .left ul .yj{width: 120px;}
.b_nav .cont1 .left ul .yj a{font-size: 16px;}
.b_nav .cont1 .left ul .ej a{font-size: 13px;line-height: 20px;margin-right: 10px;}
.b_nav .cont2 .left .dd{font-size: 10px;}
.b_nav .cont2 .right a{font-size: 10px;}
}
@media screen and (max-width:1024px) {
.b_nav{background: #ea5539!important;margin-bottom: 60px;margin-top: 0;}
.b_nav .cont1{padding-top: 30px;padding-bottom: 20px;}
.b_nav .cont1 .w_width{display: block;}
.b_nav .cont1 .left{width:100%;margin-bottom: 20px; padding-right: 0;}
.b_nav .cont1 .left .logo img{height: 40px;}
.b_nav .cont1 .left ul{display: none;}
.b_nav .cont1 .right{width:100%;}
.b_nav .cont1 .right .ewm{width: 100px;}
.b_nav .cont1 .right .pic{width: calc(100% - 100px);padding-top: 0;}
.b_nav .cont2 .w_width{display: block;}
.b_nav .cont2 .left{display: block;text-align: center;}
.b_nav .cont2 .left .dd{padding-right: 0;margin-right: 0;font-size: 14px;line-height: 24px;}
.b_nav .cont2 .left .dd::after{display: none;}
.b_nav .cont2 .left .dd a{color: #fff;}
/*.b_nav .cont2 .left .dd a:hover{color: #fdd23e;}*/
.b_nav .cont2 .right a{font-size: 14px;text-align: center;line-height: 24px;}
}

/*电脑端漂浮*/
.pf_right{width: 50px;position: fixed;right: 37px;top: 74%;transform: translate(0,-50%);opacity: 0;display: flex;justify-content: space-between;align-items: flex-start;z-index: 9999;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.pf_right.on{opacity: 1;}
.pf_right ul{width: 100%;}
.pf_right li{width: 100%;margin-bottom: 10px;position: relative;}
.pf_right li:last-child{margin-bottom: 0;}
.pf_right ul a{display: block;width: 100%;box-shadow: 0 0 12px rgba(0,0,0,0.1);border-radius: 100%;overflow: hidden;}
.pf_right ul a img{width: 100%;display: block;}
.pf_right ul .dh{width: 240px;background: #fff;position: absolute;right: calc(100% + 12px);top: 50%;font-size: 24px;color: #333;line-height: 30px;text-align: center;padding: 12px 12px;box-shadow: 0 0 20px rgba(0,0,0,0.1);margin-top: -27px;
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;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);}
.pf_right ul li:hover .dh{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
.pf_right ul .ewm{width: 120px;position: absolute;right: calc(100% + 12px);top: 50%;margin-top: -60px;box-shadow: 0 0 20px rgba(0,0,0,0.1);padding: 6px;
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;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);}
.pf_right ul .ewm img{width: 100%;display: block;}
.pf_right ul li:hover .ewm{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
@media screen and (max-width:1680px) {
.pf_right{width: 40px;right: 20px;}
.pf_right li{margin-bottom: 8px;}
.pf_right ul .dh{width: 200px;right: calc(100% + 12px);font-size: 20px;line-height: 24px;padding: 10px 10px;margin-top: -22px;}
.pf_right ul .ewm{width: 100px;right: calc(100% + 12px);margin-top: -50px;padding: 4px;}
}
@media screen and (max-width:1024px) {
.pf_right{display: none;}
}

/*手机端底漂浮*/
.pf_down{ width: 100%; float: left; position: fixed; left: 0; background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 99;bottom: 0; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.pf_down li{ width:25%; float: left; text-align: center; padding:10px 0;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center;}
.pf_down li .ico7 img{ width:24px; height: 24px;}
.pf_down li .ico7 .show{ display: block;}
.pf_down li .ico7 .hide{ display: none;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #ea5539; line-height: 14px;}
.pf_down li:hover .ico7{ background: #fdd23e; 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{position: relative;}
.sy_banner .back_img{width: 100%;}
.sy_banner .back_img img{width: 100%;display: block;}
.sy_banner .ul{width: 100%;position: absolute;left: 0;top: 0;z-index: 99;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul img{width: 100%;display: block;}
.sy_banner .ul .slick-dots{width: 100%;position: absolute;left: 0;bottom: 50px;}
.sy_banner .ul .slick-dots li{border-radius:5px;width:50px; height:10px;margin:0 5px;background: #999;}
.sy_banner .ul .slick-dots li.slick-active{ background: #fdd23e;width: 100px;}
@media  screen and (max-width:1024px){
.sy_banner .ul .slick-dots{bottom: 20px;}
.sy_banner .ul .slick-dots li{border-radius:2px;width:12px; height:5px;margin:0 4px;}
.sy_banner .ul .slick-dots li.slick-active{;width: 20px;}
}

.sy_tit{position: relative;padding-bottom: 24px;}
.sy_tit .title1{font-size: 30px;color: #44403f;line-height: 34px;position: relative;z-index: 3;}
.sy_tit .title2{font-size: 50px;color: #ea5539;line-height: 50px;font-weight: bold;position: relative;z-index: 3;font-family: "微软雅黑";}
.sy_tit::after{content: "";display: block;width: 200px;height: 50px;background: #fdd23e;position: absolute;left: 0;bottom: 0;z-index: 1;border-radius: 25px;}
@media  screen and (max-width:1024px){
.sy_tit{padding-bottom: 6px;}
.sy_tit .title1{font-size: 16px;line-height: 20px;}
.sy_tit .title2{font-size: 20px;line-height: 24px;}
.sy_tit::after{width: 80px;height: 24px;border-radius: 12px;}
}

.sy_sec1_sec2_box{margin-top: -110px;position: relative;z-index: 5;}
@media  screen and (max-width:1024px){
.sy_sec1_sec2_box{margin-top: 0;background: url(img/img48.jpg)no-repeat center center!important;background-size: cover!important;}
}

.sy_section1{width: 100%;padding-top: 150px;padding-bottom: 80px;}
.sy_section1 .content{margin-top: 30px;position: relative;}
.sy_section1 .content .butLeft{width: 50px;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);cursor: pointer;}
.sy_section1 .content .butRight{width: 50px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);cursor: pointer;}
.sy_section1 .content .qh_btn img{width: 100%;display: block;}
.sy_section1 .content .qh_btn .ico2{display: none;}
.sy_section1 .content .qh_btn:hover .ico1{display: none;}
.sy_section1 .content .qh_btn:hover .ico2{display: block;}
.sy_section1 .content .slideOut{ position: relative;overflow: hidden;}
.sy_section1 .content .slide{ width: 100%; min-height: 100px; position: relative;}
.sy_section1 .content .slide .img{ position: absolute; transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;}
.sy_section1 .content .slide .img .posi_ico{width: 120px;display: block;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 30px;}
.sy_section1 .content .slide .img .wzbox{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 5;font-size: 24px;color: #443f3f;line-height: 30px;text-align: center;}
.sy_section1 .content .slide .img .pic{ padding-bottom: 95.83333333333333%; position: relative; overflow: hidden;}
.sy_section1 .content .slide .img .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_section1 .content .slide .img1{ width: 14.81481481481481%; height: 68.88888888888889%; top: 15.55555555555556%; left: 4.444444444444444%; z-index: 1;}
.sy_section1 .content .slide .img2{ width: 14.81481481481481%; height: 68.88888888888889%; top: 22.22222222222222%; left: 20.98765432098765%; z-index: 2;}
.sy_section1 .content .slide .img3{ width: 24.69135802469136%; height: 100%; top: 0; left: 37.65432098765432%; z-index: 3;}
.sy_section1 .content .slide .img3 .pic{ padding-bottom: 90%; position: relative; overflow: hidden;}
.sy_section1 .content .slide .img3 .pic img{min-height: auto;top: 0;
-webkit-transform: translate(-50%, 0); 
-moz-transform: translate(-50%, 0); 
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);}
.sy_section1 .content .slide .img4{ width: 14.81481481481481%; height: 68.88888888888889%; top: 22.22222222222222%; left: 64.19753086419753%; z-index: 2;}
.sy_section1 .content .slide .img5{ width: 14.81481481481481%; height: 68.88888888888889%; top: 15.55555555555556%; left: 80.8641975308642%; z-index: 1;}
.sy_section1 .content .slide .img6{ width: 14.81481481481481%; height: 68.88888888888889%; top: 15.55555555555556%; left: 100%; z-index: 1;}
@media  screen and (max-width:1680px){
.sy_section1 .content .slide .img .wzbox{font-size: 16px;line-height: 20px;}
.sy_section1 .content .butLeft{width: 36px;}
.sy_section1 .content .butRight{width: 36px;}
}
@media  screen and (max-width:1024px){
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .content{margin-top: 20px;}
.sy_section1 .content .butLeft{width: 34px;}
.sy_section1 .content .butRight{width: 34px;}
.sy_section1 .content .slide{height: 260px!important;min-height: 260px!important;}
.sy_section1 .content .slide .img .posi_ico{width: 100px;bottom: 12px;}
.sy_section1 .content .slide .img .wzbox{font-size: 18px;line-height: 24px;}
.sy_section1 .content .slide .img1{ left: -40%;}
.sy_section1 .content .slide .img2{ left: -40%;}
.sy_section1 .content .slide .img3{ width: calc(100% - 140px);left: 70px;}
.sy_section1 .content .slide .img4{ left: 100%;}
.sy_section1 .content .slide .img5{ left: 100%;}
.sy_section1 .content .slide .img6{ left: 100%;}
}

.sy_section2{width: 100%;padding-bottom: 205px;}
.sy_section2 .bt_box{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 10px;}
.sy_section2 .bt_box .more{width: 50px;}
.sy_section2 .bt_box .more img{width: 100%;display: block;}
.sy_section2 .bt_box .more .ico2{display: none;}
.sy_section2 .bt_box .more:hover .ico1{display: none;}
.sy_section2 .bt_box .more:hover .ico2{display: block;}
.sy_section2 .content{width: 100%;margin: 0 -30px;width: calc(100% + 60px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section2 .content .cont1box{width: 25%;padding: 0 30px;}
.sy_section2 .content .cont1box .cont1{width: 100%;padding-right: 60px;position: relative;}
.sy_section2 .content .cont1box .cont1 .dl{width: 100%;padding: 30px 146px 30px 30px;min-height: 610px;background: #ea5539;border-radius: 24px;}
.sy_section2 .content .cont1box .cont1 .dd{margin-bottom: 10px;}
.sy_section2 .content .cont1box .cont1 .dd:last-child{margin-bottom: 0;}
.sy_section2 .content .cont1box .cont1 .dd .yjwz{padding-left: 12px;position: relative;}
.sy_section2 .content .cont1box .cont1 .dd .yjwz::after{content: "";display: block;width: 50px;height: 50px;background: #f4943b;position: absolute;left: 0;top: 0;border-radius: 20px;
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 .cont1box .cont1 .dd .yjwz a{font-size: 22px;color: #ffffff;line-height: 50px;position: relative;z-index: 5;display: block;width: 100%;}
.sy_section2 .content .cont1box .cont1 .dd.on .yjwz{padding-left: 24px;}
.sy_section2 .content .cont1box .cont1 .dd.on .yjwz::after{width: 100%;background: #fdd23e;border-radius: 20px 0 0 20px;}
.sy_section2 .content .cont1box .cont1 .dd.on .yjwz a{color: #000000;}
.sy_section2 .content .cont1box .cont1 .ej_posi{position: absolute;right: 0;top: 30px;background: #fdd23e;width: calc(100% - 152px);border-radius: 0 20px 20px 20px;padding: 50px 20px 20px 30px;min-height: 550px;opacity: 0;z-index: -1;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
/*20250610start*/
.sy_section2 .content .cont1box .cont1 .dd.on .ej_posi{opacity: 1;z-index: 20;}
/*20250610end*/
.sy_section2 .content .cont1box .cont1 .ej_posi .od{margin-bottom: 36px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od:last-child{margin-bottom: 0;}
/*20250730start*/
.sy_section2 .content .cont1box .cont1 .ej_posi .od>a{display: flex;justify-content: space-between;align-items: center;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od>a .wz{font-size: 22px;color: #ea5339;line-height: 24px;width: calc(100% - 20px);
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 .cont1box .cont1 .ej_posi .od>a .ico{width: 20px;display: block;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_section2 .content .cont1box .cont1 .ej_posi .od.on>a .wz{color: #000000;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od.on>a .ico{opacity: 1;}

.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul{padding-left: 20px;margin-top: 15px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul .sj_li{margin-bottom: 10px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul .sj_li:last-child{margin-bottom: 0;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul a{display: block;font-size: 22px;color: #ea5339;line-height: 28px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul .sj_li.on a,
.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul .sj_li:hover a{color: #000;text-decoration: underline;}




/*20250730end*/
.sy_section2 .ulbox{width: 75%;padding: 0 30px;}
.sy_section2 .ulbox .ulbox2{width: 100%;position: relative;overflow: hidden;}
.sy_section2 .ulbox .ulbox2 .ulcont{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_section2 .ulbox .ulbox2 .ulcont.on{position: relative;z-index: 5;opacity: 1;}
.sy_section2 .content ul{margin: -78px -30px;width: calc(100% + 60px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section2 .content ul li{width: 33.33333%;padding: 78px 30px;}
.sy_section2 .content ul .cont2{width: 100%;}
.sy_section2 .content ul .cont2 a{display: block;width: 100%;}
.sy_section2 .content ul .cont2 a .picbox{width: 100%;margin-bottom: 60px;position: relative;}
.sy_section2 .content ul .cont2 a .pic{ padding-bottom: 152.77%; position: relative; overflow: hidden;border-radius: 20px;}
.sy_section2 .content ul .cont2 a .pic::after{content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.7);position: absolute;left: 0;top: 0;z-index: 3;opacity: 0;
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;}
.sy_section2 .content ul .cont2 a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;z-index: 1;
-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_section2 .content ul .cont2 a:hover .pic::after{opacity: 1;}
.sy_section2 .content ul .cont2 a .posi_img{width: 82.22222222222222%;position: absolute;left: 50%;transform: translate(-50%,0);bottom: -76px;z-index: 10;}
.sy_section2 .content ul .cont2 a .img{ padding-bottom: 80.4%; position: relative; overflow: hidden;border-radius: 20px;}
.sy_section2 .content ul .cont2 a .img img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;z-index: 1;
-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_section2 .content ul .cont2 a .wzbox{padding: 0 20px;}
.sy_section2 .content ul .cont2 a .wzbox .wz{font-size: 20px;color: #333333;line-height: 24px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section2 .content ul .cont2 a:hover .wzbox .wz{color: #ea5539;}
@media  screen and (max-width:1680px){
.sy_section2{padding-bottom: 180px;}
.sy_section2 .content{;margin: 0 -12px;width: calc(100% + 24px);}
.sy_section2 .content .cont1box{padding: 0 12px;}
.sy_section2 .ulbox{padding: 0 12px;}
.sy_section2 .content ul{margin: -30px -12px;width: calc(100% + 24px);}
.sy_section2 .content ul li{padding: 30px 12px;}
.sy_section2 .content .cont1box .cont1{padding-right: 30px;}
.sy_section2 .content .cont1box .cont1 .dl{padding: 20px 100px 20px 20px;min-height: 560px;}
.sy_section2 .content .cont1box .cont1 .dd .yjwz{padding-left: 10px;}
.sy_section2 .content .cont1box .cont1 .dd .yjwz::after{width: 40px;height: 40px;}
.sy_section2 .content .cont1box .cont1 .dd .yjwz a{font-size: 14px;line-height: 40px;}
.sy_section2 .content .cont1box .cont1 .dd.on .yjwz{padding-left: 16px;}
.sy_section2 .content .cont1box .cont1 .ej_posi{top: 20px;width: calc(100% - 116px);padding: 30px 12px 12px 12px;min-height: 520px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od{margin-bottom: 20px;}
/*20250730start*/
.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul{padding-left: 12px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od>a .wz{font-size: 14px;line-height: 20px;width: calc(100% - 18px);}
.sy_section2 .content .cont1box .cont1 .ej_posi .od>a .ico{width: 18px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul a{font-size: 14px;}
/*20250730end*/
.sy_section2 .content ul .cont2 a .wzbox{padding: 0 14px;}
.sy_section2 .content ul .cont2 a .wzbox .wz{font-size: 16px;}
}
@media  screen and (max-width:1400px){
.sy_section2 .content .cont1box .cont1 .dl{padding: 20px 100px 20px 20px;min-height: 450px;}
.sy_section2 .content .cont1box .cont1 .ej_posi{min-height: 410px;}
}
@media  screen and (max-width:1024px){
.sy_section2{padding-bottom: 30px;}
.sy_section2 .bt_box .more{width: 32px;}
.sy_section2 .content{;margin: 0;width: 100%;display: block;}
.sy_section2 .content .cont1box{padding: 0;width: 100%;margin-bottom: 20px;}
.sy_section2 .ulbox{padding: 0;width: 100%;}
.sy_section2 .content ul{margin: -8px;width: calc(100% + 16px);}
.sy_section2 .content ul li{width: 50%;padding: 8px;}
.sy_section2 .content .cont1box .cont1{padding-right: 50px;}
.sy_section2 .content .cont1box .cont1 .dl{padding: 20px 170px 20px 20px;min-height: 240px;}
.sy_section2 .content .cont1box .cont1 .dd .yjwz{padding-left: 12px;}
.sy_section2 .content .cont1box .cont1 .dd .yjwz::after{width: 30px;height: 30px;border-radius: 14px;}
.sy_section2 .content .cont1box .cont1 .dd .yjwz a{font-size: 16px;line-height: 30px;}
.sy_section2 .content .cont1box .cont1 .dd.on .yjwz{padding-left: 24px;}
.sy_section2 .content .cont1box .cont1 .dd.on .yjwz::after{border-radius: 14px 0 0 14px;}
.sy_section2 .content .cont1box .cont1 .ej_posi{top: 20px;width: calc(100% - 145px);border-radius: 0 14px 14px 14px;padding: 14px 14px 14px 14px;min-height: 200px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od{margin-bottom: 14px;}
/*20250730start*/
.sy_section2 .content .cont1box .cont1 .ej_posi .od>a .wz{font-size: 15px;line-height: 20px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od>a .ico{width: 14px;}

.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul{padding-left: 12px;margin-top: 10px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul .sj_li{margin-bottom: 8px;}
.sy_section2 .content .cont1box .cont1 .ej_posi .od .sj_ul a{font-size: 14px;line-height: 18px;}
.sy_section2 .content .cont1box .cont1 .dd.on .ej_posi .ol{overflow: hidden;overflow-y: auto;height: 172px}
.sy_section2 .content .cont1box .cont1 .dd.on .ej_posi .ol::-webkit-scrollbar{ display: none;}
/*20250730end*/
.sy_section2 .content ul .cont2 a .picbox{margin-bottom: 20px;}
.sy_section2 .content ul .cont2 a .pic{border-radius: 14px;}
.sy_section2 .content ul .cont2 a .posi_img{width: 80%;bottom: -40px;}
.sy_section2 .content ul .cont2 a .wzbox{padding: 0 12px;}
.sy_section2 .content ul .cont2 a .wzbox .wz{font-size: 14px;line-height: 20px;}
}

.sy_sec3_sec4_box{margin-top: -110px;position: relative;z-index: 6;}
@media  screen and (max-width:1024px){
.sy_sec3_sec4_box{margin-top: 0;background: url(img/img54.jpg)no-repeat center center!important;background-size: cover!important;}
}

.sy_section3{width: 100%;padding-top: 140px;padding-bottom: 60px;}
.sy_section3 .bt_box{display: flex;justify-content: space-between;align-items: flex-start;}
.sy_section3 .bt_box .more{width: 50px;}
.sy_section3 .bt_box .more img{width: 100%;display: block;}
.sy_section3 .bt_box .more .ico2{display: none;}
.sy_section3 .bt_box .more:hover .ico1{display: none;}
.sy_section3 .bt_box .more:hover .ico2{display: block;}
.sy_section3 .content{width: 100%;margin-top: -6px;}
.sy_section3 .content img{width: 100%;display: block;}
@media  screen and (max-width:1024px){
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .bt_box{margin-bottom: 10px;}
.sy_section3 .bt_box .more{width: 32px;}
.sy_section3 .content{margin-top: 0;}
}

.sy_section4{width: 100%;padding-bottom: 400px;position: relative;}
.sy_section4 .bt_box{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 32px;}
.sy_section4 .bt_box .more{width: 50px;}
.sy_section4 .bt_box .more img{width: 100%;display: block;}
.sy_section4 .bt_box .more .ico2{display: none;}
.sy_section4 .bt_box .more:hover .ico1{display: none;}
.sy_section4 .bt_box .more:hover .ico2{display: block;}
.sy_section4 .content{display: flex;justify-content: flex-start;align-items: flex-start;position: relative;z-index: 3;}
.sy_section4 .content .left{width: 47.53086419753086%;padding-right: 50px;font-size: 20px;color: #535353;line-height: 28px;}
.sy_section4 .content .right{width: 52.46913580246914%;}
.sy_section4 .content .right ul{margin: 0 -15px;width: calc(100% + 30px);display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section4 .content .right ul li{width: 33.333%;padding: 0 15px;}
.sy_section4 .content .right ul .libox{width: 100%;position: relative;display: block;transition: all 1.5s;}
.sy_section4 .content .right ul .libox:hover{transform: rotateY(360deg);}
.sy_section4 .content .right ul .pic img{width: 100%;display: block;}
.sy_section4 .content .right ul .wzbox{width: 100%;position: absolute;left: 0;top: 38.46153846153846%;}
.sy_section4 .content .right ul .wzbox .numbox{display: flex;justify-content: center;align-items: flex-start;margin-bottom: 12px;}
.sy_section4 .content .right ul .wzbox .num{font-size: 50px;color: #f05927;line-height: 54px;font-weight: bold;font-family: "微软雅黑";}
.sy_section4 .content .right ul .wzbox .danwei{font-size: 20px;color: #f05927;line-height: 24px;font-weight: bold;margin-left: 10px;font-family: "微软雅黑";}
.sy_section4 .content .right ul .wzbox .wz{font-size: 20px;color: #f05926;line-height: 24px;text-align: center;}
.sy_section4 .posi_img{max-width: 1750px;display: block;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 210px;}
@media  screen and (max-width:1680px){
.sy_section4 .content .left{padding-right:40px;font-size: 16px;line-height: 22px;}
.sy_section4 .content .right ul{margin: 0 -10px;width: calc(100% + 20px);}
.sy_section4 .content .right ul li{padding: 0 10px;}
.sy_section4 .content .right ul .wzbox{top: 30%;}
.sy_section4 .content .right ul .wzbox .num{font-size: 30px;line-height: 34px;}
.sy_section4 .content .right ul .wzbox .danwei{font-size: 16px;line-height: 20px;margin-left: 6px;}
.sy_section4 .content .right ul .wzbox .wz{font-size: 14px;line-height: 20px;}
.sy_section4 .posi_img{max-width: 100%;bottom: 300px;}
}
@media  screen and (max-width:1024px){
.sy_section4{padding-bottom: 50px;}
.sy_section4 .bt_box{margin-bottom: 20px;}
.sy_section4 .bt_box .more{width: 32px;}
.sy_section4 .content{display: block;}
.sy_section4 .content .left{width: 100%;padding-right: 0;font-size: 14px;line-height: 22px;margin-bottom: 12px;}
.sy_section4 .content .right{width: 100%;}
.sy_section4 .content .right ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section4 .content .right ul li{padding: 0 6px;}
.sy_section4 .content .right ul .wzbox{top: 26%;}
.sy_section4 .content .right ul .wzbox .numbox{margin-bottom: 0;}
.sy_section4 .content .right ul .wzbox .num{font-size: 20px;line-height: 24px;}
.sy_section4 .content .right ul .wzbox .danwei{font-size: 12px;line-height: 14px;margin-left: 2px;}
.sy_section4 .content .right ul .wzbox .wz{font-size: 12px;line-height: 18px;}
.sy_section4 .posi_img{max-width: 100%;bottom: 100px;}
}

.sy_sec5_sec6_sec7_box{margin-top: -328px;position: relative;z-index: 6;}
.sy_sec5_sec6_sec7_box .w_width{position: relative;z-index: 5;}
@media  screen and (max-width:1680px){
}
@media  screen and (max-width:1024px){
.sy_sec5_sec6_sec7_box{margin-top: -30px;}
}

.sy_section5{width: 100%;padding-top: 540px;padding-bottom: 78px;}
.sy_section5 .content{padding: 0 74px;position: relative;z-index: 99;}
.sy_section5 .ul{margin: 0 -20px;width: calc(100% + 40px);}
.sy_section5 .ul .li{padding: 0 20px;}
.sy_section5 .ul .pic{ width: 100%; padding-bottom: 66.043%; 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;}
.sy_section5 .ul .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section5 .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section5 .ul .slick-prev{width: 50px;height: 50px;background: url(img/img60.png) no-repeat center center; background-size: cover;left: -54px;top: 50%;}
.sy_section5 .ul .slick-next{width: 50px;height: 50px;background: url(img/img61.png) no-repeat center center; background-size: cover;right: -54px;top: 50%;}
.sy_section5 .ul .slick-prev:hover{background: url(img/img42.png) no-repeat center center; background-size: cover;}
.sy_section5 .ul .slick-next:hover{background: url(img/img44.png) no-repeat center center; background-size: cover;}
@media  screen and (max-width:1680px){
.sy_section5{padding-top: 360px;}
}
@media  screen and (max-width:1024px){
.sy_section5{padding-top: 100px;padding-bottom: 30px;}
.sy_section5 .content{padding: 0;}
.sy_section5 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section5 .ul .li{padding: 0 6px;}
.sy_section5 .ul .slick-dots{margin-top: 20px;}
}

.sy_section6{width: 100%;padding-bottom: 90px;}
.sy_section6 .bt_box{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 36px;}
.sy_section6 .bt_box .more{width: 50px;}
.sy_section6 .bt_box .more img{width: 100%;display: block;}
.sy_section6 .bt_box .more .ico2{display: none;}
.sy_section6 .bt_box .more:hover .ico1{display: none;}
.sy_section6 .bt_box .more:hover .ico2{display: block;}
.sy_section6 .content{width: 100%;}
.sy_section6 .content .ul{margin: 0 -30px;width: calc(100% + 60px);}
.sy_section6 .content .ul .li{padding: 0 30px;}
.sy_section6 .content .ul a{display: block;width: 100%;}
.sy_section6 .content .ul a .date{font-size: 18px;color: #999999;line-height: 24px;margin-bottom: 18px;}
.sy_section6 .content .ul a .bt{font-size: 26px;color: #44403f;line-height: 32px;margin-bottom: 36px;min-height: 64px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section6 .content .ul a .info{font-size: 14px;color: #999999;line-height: 22px;margin-bottom: 22px;min-height: 88px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.sy_section6 .content .ul a .pic{ width: 100%; padding-bottom: 56%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section6 .content .ul 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_section6 .content .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section6 .content .ul a:hover .bt{color: #ea5539;}
.sy_section6 .content .ul .slick-dots{margin-top: 30px;}
@media  screen and (max-width:1024px){
.sy_section6{padding-bottom: 30px;padding-top: 50px;}
.sy_section6 .bt_box{margin-bottom: 20px;}
.sy_section6 .bt_box .more{width: 32px;}
.sy_section6 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section6 .content .ul .li{padding: 0 6px;}
.sy_section6 .content .ul a .date{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.sy_section6 .content .ul a .bt{font-size: 16px;line-height: 22px;margin-bottom: 12px;min-height: 44px;}
.sy_section6 .content .ul a .info{font-size: 14px;line-height: 20px;margin-bottom: 12px;min-height: 60px;-webkit-line-clamp:3;}
.sy_section6 .content .ul .slick-dots{margin-top: 14px;}
}

.sy_section7{width: 100%;padding-bottom: 190px;}
.sy_section7 .content{margin-top: 40px;}
.sy_section7 .content .ul{margin: 0 -7px;width: calc(100% + 14px);}
.sy_section7 .content .li{padding: 0 7px;}
.sy_section7 .content .ul a{display: block;width: 100%;margin-bottom: 12px;}
.sy_section7 .content .ul a:last-child{margin-bottom: 0;}
.sy_section7 .content .ul a .pic{ width: 100%; padding-bottom: 73.68%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section7 .content .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-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_section7 .content .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section7 .content .ul .slick-dots{margin-top: 30px;}
@media  screen and (max-width:1024px){
.sy_section7{padding-bottom: 30px;}
.sy_section7 .content{margin-top: 20px;}
.sy_section7 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section7 .content .li{padding: 0 6px;}
.sy_section7 .content .ul a{margin-bottom: 10px;}
.sy_section7 .content .ul .slick-dots{margin-top: 14px;}
}

/*内页banner*/
.ny_banner{width: 100%;position: relative;}
.ny_banner .img{width: 100%;display: block;}
.ny_banner .wzbox{width: 100%;position: absolute;left: 0;top: 41.42857142857143%;z-index: 3;}
.ny_banner .wzbox .title{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 16px;}
.ny_banner .wzbox .dq_sec{display: flex;justify-content: flex-start;align-items: center;}
.ny_banner .wzbox .dq_sec a{display: block;font-size: 18px;color: #ffffff;line-height: 24px;}
.ny_banner .wzbox .dq_sec span{display: block;font-size: 18px;color: #ffffff;line-height: 24px;margin: 0 5px;}
.ny_banner .wzbox .dq_sec a:hover,
.ny_banner .wzbox .dq_sec a.on{color: #fdd23e;}
.ny_banner .ej_section{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 99;}
.ny_banner .ej_section ul{display: flex;justify-content: center;align-items: center;}
.ny_banner .ej_section li{margin-right: 10px;}
.ny_banner .ej_section li:last-child{margin-right: 0;}
.ny_banner .ej_section li a{display: block;font-size: 18px;color: #ffffff;line-height: 50px;border-radius: 25px;padding: 0 40px;background: #ea5539;}
.ny_banner .ej_section2 li a{background: #555555;}
.ny_banner .ej_section li.on a,
.ny_banner .ej_section li:hover a{background: #fdd23e;color: #ea5539;}
@media  screen and (max-width:1024px){
.ny_banner::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.1);z-index: 2;}
.ny_banner .wzbox{top: 40%;}
.ny_banner .wzbox .title{font-size: 20px;line-height: 24px;margin-bottom: 0;}
.ny_banner .wzbox .dq_sec{display: none;}
.ny_banner .ej_section{bottom: 20px;}
.ny_banner .ej_section ul{display: block;font-size: 0;text-align: center;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.ny_banner .ej_section ul::-webkit-scrollbar{ display: none;}
.ny_banner .ej_section li{display: inline-block;vertical-align: middle;}
.ny_banner .ej_section li a{font-size: 14px;line-height: 36px;border-radius: 18px;padding: 0 24px;box-shadow: 0 0 12px rgba(0,0,0,0.1);}
}

/*关于我们*/
.gy_section1{width: 100%;padding-top: 204px;padding-bottom: 100px;margin-top: -110px;position: relative;z-index: 3;}
.gy_section1::after{content: "";display: block;width: 100%;height: calc(100% - 100px);background: #eeeeee;position: absolute;left: 0;bottom: 0;z-index: -1;}
.gy_section1 .back_img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
.gy_section1 .w_width{display: flex;justify-content: flex-start;align-items: flex-start;position: relative;z-index: 3;}
.gy_section1 .left{width: 60.49382716049383%;padding-right: 240px;}
.gy_section1 .left .info{margin-top: 114px;font-size: 20px;color: #535353;line-height: 28px;}
.gy_section1 .right{width: 39.50617283950617%;}
.gy_section1 .right img{width: 100%;display: block;}
@media  screen and (max-width:1680px){
.gy_section1 .left{width: 60.49382716049383%;padding-right: 100px;}
.gy_section1 .left .info{margin-top: 60px;font-size: 16px;line-height: 24px;}
}
@media  screen and (max-width:1024px){
.gy_section1{padding-top: 30px;padding-bottom: 30px;margin-top: 0;}
.gy_section1::after{height: 100%;}
.gy_section1 .w_width{display: block;position: relative;}
.gy_section1 .left{width: 100%;padding-right: 0;position: relative;z-index: 3;}
.gy_section1 .left .info{margin-top: 14px;font-size: 14px;line-height: 22px;}
.gy_section1 .right{width: 50%;margin: 12px auto 0 auto;}
}

.gy_section2{width: 100%;padding-top: 100px;}
.gy_section2 .content{margin-top: 40px;}
.gy_section2 .ul{margin: 0 -68px;width: calc(100% + 136px);}
.gy_section2 .ul .li{padding: 0 68px;}
.gy_section2 .ul a{display: block;width: 100%;}
.gy_section2 .ul a .picbox{width: 100%;position: relative;z-index: 1;}
.gy_section2 .ul a .pic{ padding-bottom: 133.333%; position: relative; overflow: hidden;z-index: 1;}
.gy_section2 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.gy_section2 .ul a .ico{width: 45.33333333333333%;position: absolute;left: 50%;transform: translate(-50%,0);bottom: -128px;z-index: 3;}
.gy_section2 .ul a .wzbox{padding-top: 24px;padding-bottom: 40px;position: relative;z-index: 2;display: flex;justify-content: flex-start;align-items: flex-start;}
.gy_section2 .ul a .wzbox .wz1{font-size: 70px;color: #fdd23e;line-height: 74px;width: 68.88888888888889%;font-weight: bold;font-family: "微软雅黑";}
.gy_section2 .ul a .wzbox .wz2{font-size: 40px;color: #333333;line-height: 44px;width: 31.11111111111111%;font-weight: bold;font-family: "微软雅黑";
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;}
.gy_section2 .ul a:hover .wzbox .wz2{padding-left: 20px;color: #fdd23e;}
@media  screen and (max-width:1024px){
.gy_section2{padding-top: 30px;}
.gy_section2 .content{margin-top: 20px;}
.gy_section2 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.gy_section2 .ul .li{padding: 0 6px;}
.gy_section2 .ul a .ico{;bottom: -50px;width: 38%;}
.gy_section2 .ul a .wzbox{padding-top: 14px;padding-bottom: 14px;}
.gy_section2 .ul a .wzbox .wz1{font-size: 24px;line-height: 30px;width: 63.88888888888889%;}
.gy_section2 .ul a .wzbox .wz2{font-size: 16px;line-height: 20px;width: 36.11111111111111%;}
.gy_section2 .ul a:hover .wzbox .wz2{padding-left: 10px;}
.gy_section2 .ul .slick-dots{margin-top: 14px;}
}

.gy_section3{width: 100%;padding-top: 186px;padding-bottom: 186px;background: #eeeeee;}
.gy_section3 .w_width{width: 100%;position: relative;}
.gy_section3 .sy_tit{position: absolute;left: 0;top: -40px;padding-bottom: 0;}
.gy_section3 .sy_tit::after{bottom: 12px;}
.gy_section3 .sy_tit .title2{line-height: 40px;}
.gy_section3 ul{width: 100%;}
.gy_section3 ul li{margin-bottom: 100px;display: flex;justify-content: flex-start;align-items: center;position: relative;}
.gy_section3 ul li:last-child{margin-bottom: 0;}
.gy_section3 ul li:nth-child(odd){justify-content: flex-end;}
.gy_section3 ul .left{width: 70.98765432098765%;}
.gy_section3 ul .left .pic img{max-width: 100%;display: block;}
.gy_section3 ul .right{width: 30.8641975308642%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);background: #e95439;padding: 30px 68px 28px 50px;border-radius: 24px 24px 0 24px;min-height: 200px;}
.gy_section3 ul .right .bt{font-size: 30px;color: #fdd23e;line-height: 34px;margin-bottom: 22px;}
.gy_section3 ul .right .info{font-size: 20px;color: #ffffff;line-height: 28px;}
.gy_section3 ul .right::after{content: "";display: block;width: 20px;height: 20px;background: url(img/img103.png)no-repeat center center;background-size: cover;position: absolute;right: 0;top: calc(100% - 1px);}
.gy_section3 ul li:nth-child(even) .right{right: 0;left: auto;border-radius: 24px 24px 24px 0;}
.gy_section3 ul li:nth-child(even) .right::after{content: "";display: block;width: 20px;height: 20px;background: url(img/img104.png)no-repeat center center;background-size: cover;position: absolute;left: 0;top: calc(100% - 1px);}
@media  screen and (max-width:1680px){
.gy_section3 ul .right{padding: 20px 50px 20px 30px;min-height: 160px;}
.gy_section3 ul .right .bt{font-size: 24px;line-height: 30px;margin-bottom: 14px;}
.gy_section3 ul .right .info{font-size: 16px;line-height: 22px;}
}
@media  screen and (max-width:1024px){
.gy_section3{padding-top: 30px;padding-bottom: 30px;}
.gy_section3 .sy_tit{position: relative;left: 0;top: 0;margin-bottom: 20px;padding-bottom: 6px;}
.gy_section3 .sy_tit::after{bottom: 0;}
.gy_section3 .sy_tit .title2{line-height: 24px;}
.gy_section3 .sy_tit .title2 br{display: none;}
.gy_section3 ul li{margin-bottom: 20px;display: block;}
.gy_section3 ul .left{width: 100%;}
.gy_section3 ul .right{width: 100%;position: static;transform: translate(0,0);padding: 20px;border-radius: 12px;min-height: 1px;margin-top: 6px;}
.gy_section3 ul .right .bt{font-size: 18px;line-height: 24px;margin-bottom: 6px;}
.gy_section3 ul .right .info{font-size: 14px;line-height: 22px;}
.gy_section3 ul .right::after{display: none!important;}
.gy_section3 ul li:nth-child(even) .right{right: 0;left: auto;border-radius: 12px;}
}

.gy_section4{width: 100%;padding-bottom: 206px;background: #eeeeee;}
.gy_section4 .title{font-size: 30px;color: #e95439;line-height: 34px;margin-bottom: 36px;}
.gy_section4 .content{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.gy_section4 .content .left{width: calc(51.66666666666667% - 15px);padding: 0 102px;}
.gy_section4 .content .left .ul{margin: 0 -27px;width: calc(100% + 54px);}
.gy_section4 .content .left .li{padding: 0 27px;}
.gy_section4 .content .left a{display: block;}
.gy_section4 .content .left a .pic{ padding-bottom: 142.85%; position: relative; overflow: hidden;}
.gy_section4 .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%);}
.gy_section4 .content .left .ul .slick-prev{width: 60px;height: 60px;background: url(img/img109.png) no-repeat center center; background-size: cover;left: -75px;top: 50%;}
.gy_section4 .content .left .ul .slick-next{width: 60px;height: 60px;background: url(img/img108.png) no-repeat center center; background-size: cover;right: -75px;top: 50%;}
.gy_section4 .content .left .ul .slick-prev:hover,
.gy_section4 .content .left .ul .slick-next:hover{opacity: 0.8;}
.gy_section4 .content .right{width: calc(48.33333333333333% - 15px);}
.gy_section4 .content .right .ul{width: 100%;padding: 0 118px;}
.gy_section4 .content .right .li{width: 100%;}
.gy_section4 .content .right .pic{ padding-bottom: 74.9%; position: relative; overflow: hidden;}
.gy_section4 .content .right .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.gy_section4 .content .right .ul .slick-prev{width: 60px;height: 60px;background: url(img/img109.png) no-repeat center center; background-size: cover;left: 0;top: 50%;}
.gy_section4 .content .right .ul .slick-next{width: 60px;height: 60px;background: url(img/img108.png) no-repeat center center; background-size: cover;right: 0;top: 50%;}
.gy_section4 .content .right .ul .slick-prev:hover,
.gy_section4 .content .right .ul .slick-next:hover{opacity: 0.8;}
@media  screen and (max-width:1680px){
.gy_section4 .content .left{padding: 0 60px;}
.gy_section4 .content .left .ul{margin: 0 -12px;width: calc(100% + 24px);}
.gy_section4 .content .left .li{padding: 0 12px;}
.gy_section4 .content .left .ul .slick-prev{width: 40px;height: 40px;left: -48px;}
.gy_section4 .content .left .ul .slick-next{width: 40px;height: 40px;right: -48px;}
.gy_section4 .content .right .ul{padding: 0 64px;}
.gy_section4 .content .right .ul .slick-prev{width: 40px;height: 40px;}
.gy_section4 .content .right .ul .slick-next{width: 40px;height: 40px;}
}
@media  screen and (max-width:1024px){
.gy_section4{padding-bottom: 30px;}
.gy_section4 .title{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.gy_section4 .content{display: block;}
.gy_section4 .content .left{width: 100%;padding: 0;margin-bottom: 20px;}
.gy_section4 .content .left .ul{margin: 0 -6px;width: calc(100% + 12px);}
.gy_section4 .content .left .li{padding: 0 6px;}
.gy_section4 .content .right{width: 100%;}
.gy_section4 .content .right .ul{width: calc(100% + 12px);margin: 0 -6px; padding: 0;}
.gy_section4 .content .right .li{padding: 0 6px;}
.gy_section4 .content .slick-dots{margin-top: 14px;}
}

._pop{ float:left; width:100%; height:100%; position:fixed; left:0; top:0; z-index:99999999; display:none;background-color: rgba(0,0,0,0.8);}
._col{ float:left;  font-size: 0; position:absolute; right:-60px; top:-44px; width:44px; height:44px; border-radius: 100%;color: #999;cursor: pointer;background: url(img/img110.png)no-repeat center center;background-size: cover;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);}
._htm{ float:left; width:800px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);background-color: rgba(255,255,255,0.5);padding: 40px;}
._htm video{width: 100%;display: block;margin: 0 auto;}
._htm img{width: 100%;display: block;margin: 0 auto;}
._htm .img2{width: 64%;margin: 0 auto;}
@media  screen and (max-width: 1680px){
._htm{ float:left; width:600px;}
}
@media  screen and (max-width: 991px){
._col{ float:left;  font-size: 50px; position:absolute; right:-50px; top:0; width:34px; height:34px; border-radius: 100%;color: #999;cursor: pointer;background: url(images);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width:500px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}           
@media  screen and (max-width: 767px){
._col{ float:left;  font-size: 50px; position:absolute; right:10px; top:-55px; width:20px; height:20px; border-radius: 100%;color: #999;cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width: calc(100% - 30px);position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
._htm .img2{width: 100%;margin: 0 auto;}
}

/*新闻中心*/
.xw_section{width: 100%;padding-top: 206px;padding-bottom: 206px;position: relative;z-index: 3;margin-top: -110px;}
.xw_section .ul{margin: -75px -30px;width: calc(100% + 60px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.xw_section .ul .li{padding: 75px 30px;width: 33.333%;}
.xw_section .ul a{display: block;width: 100%;}
.xw_section .ul a .date{font-size: 18px;color: #999999;line-height: 24px;margin-bottom: 18px;}
.xw_section .ul a .bt{font-size: 26px;color: #44403f;line-height: 32px;margin-bottom: 36px;min-height: 64px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xw_section .ul a .info{font-size: 14px;color: #999999;line-height: 22px;margin-bottom: 22px;min-height: 88px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.xw_section .ul a .pic{ width: 100%; padding-bottom: 56%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xw_section .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;}
.xw_section .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);}
.xw_section .ul a:hover .bt{color: #ea5539;}
.xw_section .page_section{margin-top: 100px;}
@media  screen and (max-width:1680px){
.xw_section .ul{margin: -30px;width: calc(100% + 60px);}
.xw_section .ul .li{padding: 30px;width: 33.333%;}
.xw_section .page_section{margin-top: 60px;}
}
@media  screen and (max-width:1024px){
.xw_section{padding-top: 30px;padding-bottom: 30px;margin-top: 0;}
.xw_section .ul{margin: -14px -10px;width: calc(100% + 20px);}
.xw_section .ul .li{padding: 14px 10px;width: 50%;}
.xw_section .ul a .date{font-size: 14px;line-height: 20px;margin-bottom: 6px;}
.xw_section .ul a .bt{font-size: 16px;line-height: 22px;margin-bottom: 6px;min-height: 44px;}
.xw_section .ul a .info{font-size: 14px;line-height: 20px;margin-bottom: 12px;min-height: 60px;-webkit-line-clamp:3;}
.xw_section .page_section{margin-top: 20px;}
}

/*分页*/
.page_section{width: 100%;}
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{display: block;width: 50px;font-size: 14px;color: #878787;line-height: 50px;text-align: center;background: #ffffff;border-radius: 12px;margin-right: 10px;}
.page_section .pcpage a:last-child{margin-right: 0;}
.page_section .pcpage .btn{width: 70px;display: flex;justify-content: center;align-items: center;height: 50px;}
.page_section .pcpage .btn img{width: 36px;display: block;}
.page_section .pcpage .btn .ico2{display: none;}
.page_section .pcpage .btn:hover .ico1{display: none;}
.page_section .pcpage .btn:hover .ico2{display: block;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{color: #fff;background: #f05a28;}
.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 .btn{width: 40px;display: flex;justify-content: center;align-items: center;height: 30px;background: #fff;border-radius: 4px;}
.page_section .phpage .btn img{width: 24px;}
.page_section .phpage .btn .ico2{display: none;}
.page_section .phpage .btn:hover .ico1{display: none;}
.page_section .phpage .btn:hover .ico2{display: block;}
.page_section .phpage .btn:hover{background: #f05a28;}
.page_section .phpage span{font-size: 16px;color: #333;line-height: 24px;margin: 0 20px;}
}

.xwxq_section1{width: 100%;padding-top: 210px;padding-bottom: 124px;margin-top: -110px;position: relative;z-index: 3;}
.xwxq_section1 .title{font-size: 40px;color: #000000;line-height: 44px;text-align: center;margin-bottom: 70px;}
.xwxq_section1 .date{font-size: 16px;color: #333333;line-height: 20px;text-align: center;margin-bottom: 70px;}
.xwxq_section1 .content{font-size: 20px;color: #525252;line-height: 36px;padding-top: 64px;border-top: 1px solid #cccccc;}
/*.xwxq_section1 .content p{text-align: center;}*/
@media  screen and (max-width:1024px){
.xwxq_section1{padding-top: 30px;padding-bottom: 30px;margin-top: 0;}
.xwxq_section1 .title{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.xwxq_section1 .date{font-size: 14px;margin-bottom: 14px;}
.xwxq_section1 .content{font-size: 14px;line-height: 24px;padding-top: 14px;}
}

.xwxq_section2{width: 100%;padding-top: 80px;padding-bottom: 194px;background: #eeeeee;}
.xwxq_section2 ul{width: 100%;}
.xwxq_section2 ul li{width: 100%;margin-bottom: 36px;}
.xwxq_section2 ul li:last-child{margin-bottom: 0;}
.xwxq_section2 ul a{display: flex;justify-content: flex-start;align-items: flex-start;font-size: 20px;color: #ea5539;line-height: 24px;}
.xwxq_section2 ul a span{display: block;color: #545454;width: 90px;}
.xwxq_section2 ul a:hover{text-decoration: underline;}
@media  screen and (max-width:1024px){
.xwxq_section2{padding-top: 24px;padding-bottom: 24px;}
.xwxq_section2 ul li{margin-bottom: 12px;}
.xwxq_section2 ul a{font-size: 15px;line-height: 20px;}
.xwxq_section2 ul a span{width: 70px; min-width:70px;}
}

.cptx_section{width: 100%;padding-top: 212px;padding-bottom: 250px;margin-top: -106px;position: relative;z-index: 3;}
.cptx_section .posi_pic{width: 54.01041666666667%;position: absolute;left: 50%;transform: translate(-50%,0);top: -290px;}
.cptx_section .posi_pic img{width: 100%;display: block;}
.cptx_section ul{margin: -78px -30px;width: calc(100% + 60px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.cptx_section ul li{width: 25%;padding: 78px 30px;}
.cptx_section ul .cont1{width: 100%;padding-right: 60px;position: relative;}
.cptx_section ul .cont1 .dl{width: 100%;padding: 30px 146px 30px 30px;min-height: 610px;background: #ea5539;border-radius: 24px;}
.cptx_section ul .cont1 .dd{margin-bottom: 10px;}
.cptx_section ul .cont1 .dd:last-child{margin-bottom: 0;}
.cptx_section ul .cont1 .dd .yjwz{padding-left: 12px;position: relative;}
.cptx_section ul .cont1 .dd .yjwz::after{content: "";display: block;width: 50px;height: 50px;background: #f4943b;position: absolute;left: 0;top: 0;border-radius: 20px;
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;}
.cptx_section ul .cont1 .dd .yjwz a{font-size: 22px;color: #ffffff;line-height: 50px;position: relative;z-index: 5;display: block;width: 100%;}
.cptx_section ul .cont1 .dd.on .yjwz{padding-left: 24px;}
.cptx_section ul .cont1 .dd.on .yjwz::after{width: 100%;background: #fdd23e;border-radius: 20px 0 0 20px;}
.cptx_section ul .cont1 .dd.on .yjwz a{color: #000000;}
.cptx_section ul .cont1 .ej_posi{position: absolute;right: 0;top: 30px;background: #fdd23e;width: calc(100% - 152px);border-radius: 0 20px 20px 20px;padding: 50px 20px 20px 30px;min-height: 550px;opacity: 0;z-index: -1;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
/*20250610start*/
.cptx_section ul .cont1 .dd.on .ej_posi{opacity: 1;z-index: 20;}
/*20250610end*/
.cptx_section ul .cont1 .ej_posi .od{margin-bottom: 36px;}
.cptx_section ul .cont1 .ej_posi .od:last-child{margin-bottom: 0;}
/*20250730START*/
.cptx_section ul .cont1 .ej_posi .od>a{display: flex;justify-content: space-between;align-items: center;}
.cptx_section ul .cont1 .ej_posi .od>a .wz{font-size: 22px;color: #ea5339;line-height: 24px;width: calc(100% - 20px);
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;}
.cptx_section ul .cont1 .ej_posi .od>a .ico{width: 20px;display: block;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;}
.cptx_section ul .cont1 .ej_posi .od>a:hover .wz,
.cptx_section ul .cont1 .ej_posi .od.on>a .wz{color: #000000;}
.cptx_section ul .cont1 .ej_posi .od>a:hover .ico,
.cptx_section ul .cont1 .ej_posi .od.on>a .ico{opacity: 1;}
.cptx_section ul .cont1 .ej_posi  .od .sj_ul{padding-left: 20px;margin-top: 15px;}
/*20250731start*/
.cptx_section ul .cont1 .ej_posi  .od .sj_ul .sj_li{margin-bottom: 10px;position: relative;padding-right: 5px;}
.cptx_section ul .cont1 .ej_posi  .od .sj_ul .sj_li.on::after{content: "";display: block;width: 20px;height: 18px;background: url(img/img40.png)no-repeat center center;background-size: cover;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
/*20250731end*/
.cptx_section ul .cont1 .ej_posi  .od .sj_ul .sj_li:last-child{margin-bottom: 0;}
.cptx_section ul .cont1 .ej_posi  .od .sj_ul a{display: block;font-size: 22px;color: #ea5339;line-height: 30px;}
.cptx_section ul .cont1 .ej_posi  .od .sj_ul .sj_li.on a,
.cptx_section ul .cont1 .ej_posi  .od .sj_ul .sj_li:hover a{color: #000;text-decoration: underline;}
/*20250730end*/
.cptx_section ul .cont2{width: 100%;}
.cptx_section ul .cont2 a{display: block;width: 100%;}
.cptx_section ul .cont2 a .picbox{width: 100%;margin-bottom: 80px;position: relative;}
.cptx_section ul .cont2 a .pic{ padding-bottom: 152.77%; position: relative; overflow: hidden;border-radius: 20px;}
.cptx_section ul .cont2 a .pic::after{content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.7);position: absolute;left: 0;top: 0;z-index: 3;opacity: 0;
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;}
.cptx_section ul .cont2 a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;z-index: 1;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.cptx_section ul .cont2 a:hover .pic::after{opacity: 1;}
.cptx_section ul .cont2 a .posi_img{width: 82.22222222222222%;position: absolute;left: 50%;transform: translate(-50%,0);bottom: -76px;z-index: 10;}
.cptx_section ul .cont2 a .img{ padding-bottom: 80.4%; position: relative; overflow: hidden;border-radius: 20px;}
.cptx_section ul .cont2 a .img img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;z-index: 1;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.cptx_section ul .cont2 a .wzbox{padding: 0 20px;}
.cptx_section ul .cont2 a .wzbox .wz{font-size: 20px;color: #333333;line-height: 24px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cptx_section ul .cont2 a:hover .wzbox .wz{color: #ea5539;}
@media  screen and (max-width:1680px){
.cptx_section{padding-bottom: 180px;}
.cptx_section .posi_pic{top: -160px;}
.cptx_section ul{margin: -30px -12px;width: calc(100% + 24px);}
.cptx_section ul li{padding: 30px 12px;}
.cptx_section ul .cont1{padding-right: 30px;}
.cptx_section ul .cont1 .dl{padding: 20px 100px 20px 20px;min-height: 560px;}
.cptx_section ul .cont1 .dd .yjwz{padding-left: 10px;}
.cptx_section ul .cont1 .dd .yjwz::after{width: 40px;height: 40px;}
.cptx_section ul .cont1 .dd .yjwz a{font-size: 14px;line-height: 40px;}
.cptx_section ul .cont1 .dd.on .yjwz{padding-left: 16px;}
.cptx_section ul .cont1 .ej_posi{top: 20px;width: calc(100% - 116px);padding: 30px 12px 12px 12px;min-height: 520px;}
.cptx_section ul .cont1 .ej_posi .od{margin-bottom: 20px;}
/*20250731start*/
.cptx_section ul .cont1 .ej_posi .od .sj_ul .sj_li{padding-right: 10px;}
.cptx_section ul .cont1 .ej_posi .od>a .wz{font-size: 14px;line-height: 20px;width: calc(100% - 18px);}
.cptx_section ul .cont1 .ej_posi .od>a .ico{width: 18px;}
.cptx_section ul .cont1 .ej_posi .od .sj_ul{padding-left: 12px;}
.cptx_section ul .cont1 .ej_posi .od .sj_ul a{font-size: 14px;}
.cptx_section ul .cont1 .ej_posi  .od .sj_ul .sj_li::after{width: 18px;height: 16px;}

/*20250731end*/
.cptx_section ul .cont2 a .wzbox{padding: 0 14px;}
.cptx_section ul .cont2 a .wzbox .wz{font-size: 16px;}
}
@media  screen and (max-width:1400px){
.cptx_section ul .cont1 .dl{padding: 20px 100px 20px 20px;min-height: 450px;}
.cptx_section ul .cont1 .ej_posi{min-height: 410px;}
}
@media  screen and (max-width:1024px){
.cptx_section{padding-top: 100px;padding-bottom: 30px;margin-top: 0;}
.cptx_section .posi_pic{width: calc(100% - 30px);top: -76px;}
.cptx_section ul{margin: -8px;width: calc(100% + 16px);}
.cptx_section ul li:nth-child(1){width: 100%;}
.cptx_section ul li{width: 50%;padding: 8px;}
.cptx_section ul .cont1{padding-right: 50px;}
.cptx_section ul .cont1 .dl{padding: 20px 170px 20px 20px;min-height: 240px;}
.cptx_section ul .cont1 .dd .yjwz{padding-left: 12px;}
.cptx_section ul .cont1 .dd .yjwz::after{width: 30px;height: 30px;border-radius: 14px;}
.cptx_section ul .cont1 .ej_posi  .od .sj_ul .sj_li::after{width: 14px;height: 12.5px;}
.cptx_section ul .cont1 .dd .yjwz a{font-size: 16px;line-height: 30px;}
.cptx_section ul .cont1 .dd.on .yjwz{padding-left: 24px;}
.cptx_section ul .cont1 .dd.on .yjwz::after{border-radius: 14px 0 0 14px;}
.cptx_section ul .cont1 .ej_posi{top: 20px;width: calc(100% - 145px);border-radius: 0 14px 14px 14px;padding: 14px 14px 14px 14px;min-height: 200px;}
.cptx_section ul .cont1 .ej_posi .od{margin-bottom: 14px;}
/*20250730start*/
.cptx_section ul .cont1 .ej_posi .od>a .wz{font-size: 15px;line-height: 20px;}
.cptx_section ul .cont1 .ej_posi .od>a .ico{width: 14px;}


.cptx_section ul .cont1 .ej_posi .od .sj_ul{padding-left: 12px;margin-top: 10px;}
.cptx_section ul .cont1 .ej_posi .od .sj_ul .sj_li{margin-bottom: 8px;}
.cptx_section ul .cont1 .ej_posi .od .sj_ul a{font-size: 14px;line-height: 18px;}
.cptx_section ul .cont1 .ej_posi .ol{overflow: hidden;overflow-y: auto;height: 172px}
.cptx_section ul .cont1 .ej_posi .ol::-webkit-scrollbar{ display: none;} 
/*20250730end*/
.cptx_section ul .cont2 a .picbox{margin-bottom: 50px;}
.cptx_section ul .cont2 a .pic{border-radius: 14px;}
.cptx_section ul .cont2 a .posi_img{width: 80%;bottom: -40px;}
.cptx_section ul .cont2 a .wzbox{padding: 0 12px;}
.cptx_section ul .cont2 a .wzbox .wz{font-size: 14px;line-height: 20px;}
}

.cptxxq_section{width: 100%;padding-top: 210px;padding-bottom: 195px;margin-top: -110px;position: relative;z-index: 4;}
.cptxxq_section .boxs1{margin-bottom: 60px;display: flex;justify-content: space-between;align-items: stretch;}
.cptxxq_section .boxs1 .left{width: 22.22222222222222%;}
.cptxxq_section .boxs1 .left .cont1{width: 100%;padding-right: 60px;position: relative;}
.cptxxq_section .boxs1 .left .cont1 .dl{width: 100%;padding: 30px 146px 30px 30px;min-height: 610px;background: #ea5539;border-radius: 24px;}
.cptxxq_section .boxs1 .left .cont1 .dd{margin-bottom: 10px;}
.cptxxq_section .boxs1 .left .cont1 .dd:last-child{margin-bottom: 0;}
.cptxxq_section .boxs1 .left .cont1 .dd .yjwz{padding-left: 12px;position: relative;}
.cptxxq_section .boxs1 .left .cont1 .dd .yjwz::after{content: "";display: block;width: 50px;height: 50px;background: #f4943b;position: absolute;left: 0;top: 0;border-radius: 20px;
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;}
.cptxxq_section .boxs1 .left .cont1 .dd .yjwz a{font-size: 24px;color: #ffffff;line-height: 50px;position: relative;z-index: 5;display: block;width: 100%;}
.cptxxq_section .boxs1 .left .cont1 .dd.on .yjwz{padding-left: 24px;}
.cptxxq_section .boxs1 .left .cont1 .dd.on .yjwz::after{width: 100%;background: #fdd23e;border-radius: 20px 0 0 20px;}
.cptxxq_section .boxs1 .left .cont1 .dd.on .yjwz a{color: #000000;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi{position: absolute;right: 0;top: 30px;background: #fdd23e;width: calc(100% - 152px);border-radius: 0 20px 20px 20px;padding: 50px 20px 20px 30px;min-height: 550px;opacity: 0;z-index: -1;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
/*20250610start*/
.cptxxq_section .boxs1 .left .cont1 .dd.on .ej_posi{opacity: 1;z-index: 20;}
/*20250610end*/
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od{margin-bottom: 36px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od:last-child{margin-bottom: 0;}
/*20250730start*/
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od>a{display: flex;justify-content: space-between;align-items: center;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od>a .wz{font-size: 24px;color: #ea5339;line-height: 24px;width: calc(100% - 20px);
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;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od>a .ico{width: 20px;display: block;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;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od>a:hover .wz,
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od.on>a .wz{color: #000000;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od>a:hover .ico,
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od.on>a .ico{opacity: 1;}

.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul{padding-left: 10px;margin-top: 15px;}

/*20250731start*/
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul .sj_li{margin-bottom: 10px;position: relative;padding-right: 30px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul .sj_li.on::after{content: "";display: block;width: 20px;height: 18px;background: url(img/img40.png)no-repeat center center;background-size: cover;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
/*20250731end*/

.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul .sj_li:last-child{margin-bottom: 0;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul a{display: block;font-size: 24px;color: #ea5339;line-height: 28px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul .sj_li.on a,
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul .sj_li:hover a{color: #000;text-decoration: underline;}
/*20250730start*/
.cptxxq_section .boxs1 .right{width: calc(77.77777777777778% - 60px);background: #ffffff;padding: 90px 50px 30px 40px;border-radius: 24px;display: flex;justify-content: flex-start;align-items: flex-start;}
.cptxxq_section .boxs1 .right ._l{width: 57.56756756756757%;}
.cptxxq_section .boxs1 .right ._l .qh_t{margin-bottom: 26px;}
.cptxxq_section .boxs1 .right ._l .qh_t .pic{ padding-bottom: 49.29%; position: relative; overflow: hidden;}
.cptxxq_section .boxs1 .right ._l .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%);}
.cptxxq_section .boxs1 .right ._l .qh_b ul{margin: 0 -11px;width: calc(100% + 22px);}
.cptxxq_section .boxs1 .right ._l .qh_b ul li{padding: 0 11px;}
.cptxxq_section .boxs1 .right ._l .qh_b ul a{display: block;width: 100%;border-radius: 12px;overflow: hidden;border: 1px solid #f4f4f4;padding-top: 16px;}
.cptxxq_section .boxs1 .right ._l .qh_b ul a .pic{ width: 100%; padding-bottom: 49.29%; 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;}
.cptxxq_section .boxs1 .right ._l .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;}
.cptxxq_section .boxs1 .right ._l .qh_b 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);}
.cptxxq_section .boxs1 .right ._l .qh_b ul li.slick-current a{border-color: #ea5539;background: rgba(255,255,255,0);}
.cptxxq_section .boxs1 .right ._r{width: 42.43243243243243%;padding-left: 80px;}
.cptxxq_section .boxs1 .right ._r .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 34px;}
.cptxxq_section .boxs1 .right ._r .jj{font-size: 18px;color: #555555;line-height: 25px;}
.cptxxq_section .boxs2{margin-bottom: 88px; font-size: 20px;color: #525252;line-height: 36px;}
/*.cptxxq_section .boxs2 img{display: block;width: 100%;border-radius: 24px;}*/



.cptxxq_section .boxs3 ul{width: 100%;}
.cptxxq_section .boxs3 ul li{width: 100%;margin-bottom: 36px;}
.cptxxq_section .boxs3 ul li:last-child{margin-bottom: 0;}
.cptxxq_section .boxs3 ul a{display: flex;justify-content: flex-start;align-items: flex-start;font-size: 20px;color: #ea5539;line-height: 24px;}
.cptxxq_section .boxs3 ul a span{display: block;color: #545454;width: 90px;}
.cptxxq_section .boxs3 ul a:hover{text-decoration: underline;}
@media  screen and (max-width:1680px){
.cptxxq_section .boxs1 .left .cont1{padding-right: 30px;}
.cptxxq_section .boxs1 .left .cont1 .dl{padding: 20px 100px 20px 20px;min-height: 560px;}
.cptxxq_section .boxs1 .left .cont1 .dd .yjwz{padding-left: 10px;}
.cptxxq_section .boxs1 .left .cont1 .dd .yjwz::after{width: 40px;height: 40px;}
.cptxxq_section .boxs1 .left .cont1 .dd .yjwz a{font-size: 14px;line-height: 40px;}
.cptxxq_section .boxs1 .left .cont1 .dd.on .yjwz{padding-left: 16px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi{top: 20px;width: calc(100% - 106px);padding: 30px 12px 12px 12px;min-height: 520px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od{margin-bottom: 20px;}
/*20250731start*/
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul{padding-left: 12px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od>a .wz{font-size: 14px;line-height: 20px;width: calc(100% - 18px);}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od>a .ico{width: 18px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul .sj_li{padding-right: 20px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul a{font-size: 14px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul .sj_li.on::after{width: 18px;height: 16px;}
/*20250731end*/
.cptxxq_section .boxs1 .right{padding: 60px 40px;}
.cptxxq_section .boxs1 .right ._r{padding-left: 40px;}
.cptxxq_section .boxs1 .right ._r .bt{font-size: 24px;line-height: 30px;margin-bottom: 20px;}
.cptxxq_section .boxs1 .right ._r .jj{font-size: 16px;line-height: 24px;}
.cptxxq_section .boxs1 .right ._l .qh_b ul a{padding-top: 12px;}
}
@media  screen and (max-width:1400px){
.cptxxq_section .boxs1 .left .cont1 .dl{padding: 20px 100px 20px 20px;min-height: 450px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi{min-height: 410px;}
}
@media  screen and (max-width:1024px){
.cptxxq_section{padding-top: 30px;padding-bottom: 30px;margin-top: 0;}
.cptxxq_section .boxs1{display: block;margin-bottom: 20px;}
.cptxxq_section .boxs1 .left{width: 100%;margin-bottom: 14px;}
.cptxxq_section .boxs1 .left .cont1{padding-right: 50px;}
.cptxxq_section .boxs1 .left .cont1 .dl{padding: 20px 170px 20px 20px;min-height: 240px;}
.cptxxq_section .boxs1 .left .cont1 .dd .yjwz{padding-left: 12px;}
.cptxxq_section .boxs1 .left .cont1 .dd .yjwz::after{width: 30px;height: 30px;border-radius: 14px;}
.cptxxq_section .boxs1 .left .cont1 .dd .yjwz a{font-size: 16px;line-height: 30px;}
.cptxxq_section .boxs1 .left .cont1 .dd.on .yjwz{padding-left: 24px;}
.cptxxq_section .boxs1 .left .cont1 .dd.on .yjwz::after{border-radius: 14px 0 0 14px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi{top: 20px;width: calc(100% - 145px);border-radius: 0 14px 14px 14px;padding: 14px 14px 14px 14px;min-height: 200px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od{margin-bottom: 14px;}
/*20250730start*/
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od>a .wz{font-size: 15px;line-height: 20px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od>a .ico{width: 14px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul .sj_li.on::after{width: 14px;height: 12.5px;}

.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul{padding-left: 12px;margin-top: 10px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul .sj_li{margin-bottom: 8px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .od .sj_ul a{font-size: 14px;line-height: 18px;}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .ol{overflow: hidden;overflow-y: auto;height: 172px}
.cptxxq_section .boxs1 .left .cont1 .ej_posi .ol::-webkit-scrollbar{ display: none;}


/*20250730end*/
.cptxxq_section .boxs1 .right{width: 100%;padding: 20px;border-radius: 14px;display: block;}
.cptxxq_section .boxs1 .right ._l{width: 100%;}
.cptxxq_section .boxs1 .right ._l .qh_t{margin-bottom: 12px;}
.cptxxq_section .boxs1 .right ._l .qh_t .pic{ padding-bottom: 63.956%; position: relative; overflow: hidden;}
.cptxxq_section .boxs1 .right ._l .qh_b ul{margin: 0 -6px;width: calc(100% + 12px);}
.cptxxq_section .boxs1 .right ._l .qh_b ul li{padding: 0 6px;}
.cptxxq_section .boxs1 .right ._l .qh_b ul a{border-radius: 10px;}
.cptxxq_section .boxs1 .right ._l .qh_b ul a .pic{ padding-bottom: 63.956%;}
.cptxxq_section .boxs1 .right ._r{width: 100%;padding-left: 0;margin-top: 14px;}
.cptxxq_section .boxs1 .right ._r .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.cptxxq_section .boxs1 .right ._r .jj{font-size: 14px;line-height: 20px;}
.cptxxq_section .boxs2{margin-bottom: 20px; font-size: 14px;line-height: 24px;}
/*.cptxxq_section .boxs2 img{border-radius: 14px;}*/
.cptxxq_section .boxs3 ul li{margin-bottom: 12px;}
.cptxxq_section .boxs3 ul a{font-size: 15px;line-height: 20px;}
.cptxxq_section .boxs3 ul a span{width: 70px;}
.cptxxq_section .boxs1 .right ._l .qh_b ul a{padding: 6px;}
}

.qqbj_section{width: 100%;padding-top: 210px;padding-bottom: 210px;margin-top: -110px;position: relative;z-index: 4;}
.qqbj_section .dd{margin-bottom: 96px;display: flex;justify-content: flex-start;align-items: flex-start;}
.qqbj_section .dd:last-child{margin-bottom: 0;}
.qqbj_section .left{width: 426px;}
.qqbj_section .left .sy_tit .title2{line-height: 40px;}
.qqbj_section .left .sy_tit::after{bottom: auto;top: 60px;}
.qqbj_section .right{width: calc(100% - 426px);}
.qqbj_section .right ul{margin: -10px -14px;width: calc(100% + 28px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.qqbj_section .right ul li{width: 33.333%;padding: 10px 14px;}
.qqbj_section .right ul .libox{width: 100%;background: #ffffff;border-radius: 12px;padding: 36px 40px;min-height: 200px;cursor: pointer;
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;}
.qqbj_section .right ul .libox:hover{background: #ea5539;}
.qqbj_section .right ul .libox .bt{font-size: 24px;color: #000000;line-height: 30px;margin-bottom: 22px;
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;}
.qqbj_section .right ul .libox .od a{display: block;font-size: 18px;color: #535353;line-height: 22px;}
.qqbj_section .right ul .libox .od a:hover{text-decoration: underline;}
.qqbj_section .right ul .libox:hover .bt,
.qqbj_section .right ul .libox:hover .od a{color: #fff;}
@media  screen and (max-width:1680px){
.qqbj_section .right ul{margin: -8px;width: calc(100% + 16px);}
.qqbj_section .right ul li{width: 33.333%;padding: 8px;}
.qqbj_section .right ul .libox{padding: 24px 16px;min-height: 160px;}
.qqbj_section .right ul .libox .bt{font-size: 18px;line-height: 24px;margin-bottom: 22px;}
.qqbj_section .right ul .libox .od a{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width:1400px){
.qqbj_section .right ul .libox{padding: 20px 14px;min-height: 140px;}
.qqbj_section .right ul .libox .bt{font-size: 16px;line-height: 20px;margin-bottom: 16px;}
.qqbj_section .right ul .libox .od a{font-size: 12px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.qqbj_section{padding-top: 30px;padding-bottom: 30px;margin-top: 0;}
.qqbj_section .dd{margin-bottom: 20px;display: block}
.qqbj_section .left{width: 100%;margin-bottom: 16px;}
.qqbj_section .left .sy_tit .title2{line-height: 24px;}
.qqbj_section .left .sy_tit .title2 br{display: none;}
.qqbj_section .left .sy_tit::after{bottom: 0;top: auto;}
.qqbj_section .right{width: 100%;}
.qqbj_section .right ul{margin: -6px;width: calc(100% + 12px);}
.qqbj_section .right ul li{width: 100%;padding: 6px;}
.qqbj_section .right ul .libox{border-radius: 8px;padding: 14px;min-height: 1px;}
.qqbj_section .right ul .libox .bt{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.qqbj_section .right ul .libox .od a{font-size: 14px;line-height: 20px;}
}

.pagecon.xwxq_section1{padding-top:160px;}
.pagecon.xwxq_section1 .content{padding-top:0; border:0; text-align:left;}
.pagecon.xwxq_section1 .content p {text-align:left;}
@media  screen and (max-width:1024px){
    .pagecon.xwxq_section1{padding-top:30px;}
.pagecon.xwxq_section2{padding-top:0;}
}