@charset "UTF-8";
html{
  font-size: 6.172vw;
}
@media screen and  (min-width: 1620px){ /*主体宽度*/
  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: #fba31a;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #fba31a;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;}
.t_navs{ width: 100%;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;padding-left: 20px;position: relative;}
.t_navs .top::after{content: "";display: block;width: 100%;height: 1px;background-color: rgba(255,255,255,0.6);position: absolute;left: 0;bottom: 0;}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 55px;}
.t_navs .top .right{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu .l1{position: relative;padding: 0 14px;}
.t_navs .top .menu .l1 .a1{ display: block;color: #ffffff; position: relative;line-height: 100px; font-size: 20px;display: flex;align-items: center;}
.t_navs .top .menu .l1 .a1 img{width: 22px;display: block;margin-left: 10px;}
.t_navs .top .menu .l1 .a1 .ico2{display: none;}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ color: #fba31a!important;}
.t_navs .top .menu .l1 .a1::after,.t_navs .top .menu .l1 .a1::after{ content: ""; display: block; width: 0; height: 2px; background: #fba31a; position: absolute; bottom: 0; left: 50%;transform: translate(-50%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .menu .l1.on .a1::after,.t_navs .top .menu .l1:hover .a1::after{width: 100%;}
.t_navs .top .u2{min-width: 100%; top:100%; left: 50%;z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);height: auto;position: absolute;background: #fff;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: 18px;line-height: 50px;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: #333;
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: #fba31a;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .yyqh_box{margin-left: 30px;position: relative;}
.t_navs .top .yyqh_box ._t{background-color: #fba31a;display: flex;justify-content: center;align-items: center;width: 100px;height: 100px;cursor: pointer;}
.t_navs .top .yyqh_box ._t .wz{font-size: 18px;color: #ffffff;line-height: 20px;}
.t_navs .top .yyqh_box ._t img{width: 22px;display: block;margin-left: 4px;}
.t_navs .top .yyqh_box ._b{width: 100px;position: absolute;left: 0;top: 100%;background-color: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);padding: 20px 0;display: none;}
.t_navs .top .yyqh_box ._b a{display: block;font-size: 16px;color: #333;line-height: 20px;margin-bottom: 16px;text-align: center;font-weight: bold;}
.t_navs .top .yyqh_box ._b a:last-child{margin-bottom: 0;}
.t_navs .top .yyqh_box ._b a:hover{color: #fba31a;}
.wyb_s.on{background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .menu .l1 .a1{color: #333;}
.wyb_s.on .t_navs .top .menu .l1 .a1 .ico1{display: none;}
.wyb_s.on .t_navs .top .menu .l1 .a1 .ico2{display: block;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 0;opacity: 0;}
@media screen and (max-width:1890px) {
.t_navs .top .menu .l1{padding: 0 10px;}
.t_navs .top .menu .l1 .a1{font-size: 18px;}
}
@media screen and (max-width:1740px) {
.t_navs .top .logo img{ height: 46px;}
.t_navs .top .menu .l1{padding: 0 8px;}
.t_navs .top .menu .l1 .a1{font-size: 16px;}
}
@media screen and (max-width:1530px) {
.t_navs .top .logo img{ height: 40px;}
.t_navs .top .menu .l1{padding: 0 7px;}
.t_navs .top .menu .l1 .a1{font-size: 15px;}
.t_navs .top .menu .l1 .a1 img{width: 20px;margin-left: 8px;}
.t_navs .top .yyqh_box{margin-left: 20px;}
.t_navs .top .yyqh_box ._t{width: 80px;}
.t_navs .top .yyqh_box ._t .wz{font-size: 16px;}
.t_navs .top .yyqh_box ._t img{width: 20px;}
}
@media screen and (max-width:1360px) {
.t_navs .top .logo img{ height: 32px;}
.t_navs .top .menu .l1{padding: 0 6px;}
.t_navs .top .menu .l1 .a1{font-size: 14px;}
.t_navs .top .yyqh_box{margin-left: 16px;}
.t_navs .top .yyqh_box ._t{width: 70px;}
.t_navs .top .yyqh_box ._t .wz{font-size: 14px;}
}
@media screen and (max-width:1200px) {
.t_navs .top .logo img{ height: 28px;}
.t_navs .top .menu .l1{padding: 0 6px;}
.t_navs .top .menu .l1 .a1{font-size: 13px;}
.t_navs .top .yyqh_box{margin-left: 12px;}
.t_navs .top .yyqh_box ._t{width: 60px;}
.t_navs .top .yyqh_box ._t .wz{font-size: 13px;}
}
@media screen and (max-width:1100px) {
.t_navs .top .logo img{ height: 24px;}
.t_navs .top .menu .l1{padding: 0 4px;}
.t_navs .top .menu .l1 .a1{font-size: 13px;}
.t_navs .top .yyqh_box{margin-left: 12px;}
.t_navs .top .yyqh_box ._t{width: 60px;}
.t_navs .top .yyqh_box ._t .wz{font-size: 13px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .top .pcSs_box{display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_navs .top .yyqh_box{margin-right: 24px;}
.t_navs .top .yyqh_box ._t{width: 70px;height: 32px;}
.t_navs .top .yyqh_box ._t .wz{font-size: 15px;line-height: 20px;}
.t_navs .top .yyqh_box ._t img{width: 20px;}
.t_navs .top .yyqh_box ._b{left: 50%;transform: translate(-50%,0); top: calc(100% + 9px);}
.t_navs .top .yyqh_box ._b a{font-size: 14px;margin-bottom: 12px;}
.t_nav_zw{height: 50px;}
.t_navs .top{ padding: 0 8px 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .top .logo{ margin: 5px 0;}
.t_navs .top .logo img{ height: 40px;}
.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:#fba31a;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:#fba31a;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: #fba31a;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:#fba31a;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%;padding-top: 100px;padding-bottom: 76px;}
.b_nav .title{font-size: 50px;color: #ffffff;line-height: 56px;margin-bottom: 80px;font-weight: bold;}
.b_nav .cont1{margin-bottom: 234px;display: flex;justify-content: flex-start;align-items: flex-start;flex-direction:row-reverse;}
.b_nav .cont1 .left{width: 45.06172839506173%;padding-right: 76px;}
.b_nav .cont1 .left ul li{margin-bottom: 20px;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 img{width: 50px;display: block;}
.b_nav .cont1 .left ul .wz{width: calc(100% - 50px);padding-left: 12px;}
.b_nav .cont1 .left ul .wz1{font-size: 26px;color: #ffffff;line-height: 30px;}
.b_nav .cont1 .left ul .wz2{font-size: 20px;color: #ffffff;line-height: 24px;}
.b_nav .cont1 .right{width: 54.93827160493827%;font-size: 40px;color: #ffffff;line-height: 45px;text-align: right;font-weight: bold;font-style: italic;}
.b_nav .cont2{display: flex;justify-content: space-between;align-items: flex-start;font-size: 20px;color: #ffffff;line-height: 30px;text-align: center;}
.b_nav .cont2 a{color: #fff;}
@media screen and (max-width:1024px) {
.b_nav{padding-top: 30px;padding-bottom: 30px;margin-bottom: 60px;}
.b_nav .title{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.b_nav .cont1{margin-bottom: 20px;display: block;}
.b_nav .cont1 .left{width:100%;padding-right: 0;margin-top: 14px;}
.b_nav .cont1 .left ul li{margin-bottom: 10px;}
.b_nav .cont1 .left ul img{width: 36px;}
.b_nav .cont1 .left ul .wz{width: calc(100% - 36px);padding-left: 10px;}
.b_nav .cont1 .left ul .wz1{font-size: 16px;line-height: 20px;}
.b_nav .cont1 .left ul .wz2{font-size: 14px;line-height: 20px;}
.b_nav .cont1 .right{width: 100%;font-size: 18px;line-height: 24px;text-align: left;}
.b_nav .cont2{display: block;font-size: 15px;line-height: 20px;}
.b_nav .cont2 .left{margin-bottom: 6px;}
}

/* 电脑端漂浮 */
.pf_right{width: 50px;position: fixed;right: 40px;top: 50%;transform: translate(0,-50%);opacity: 0;z-index: 999;
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 li{margin-bottom: 10px;}
.pf_right ul li:last-child{margin-bottom: 0;}
.pf_right ul a{display: block;width: 100%;position: relative;}
.pf_right ul a .ico{width: 100%;display: block;border-radius: 100%;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.pf_right ul a .posi_wz{font-size: 24px;color: #333;box-shadow: 0 0 20px rgba(0,0,0,0.1); line-height: 30px;padding: 10px 30px;background-color: #fff;position: absolute;right: calc(100% + 12px);top: 50%;margin-top: -25px;white-space:nowrap;font-weight: bold;
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 a:hover .posi_wz{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
.pf_right ul a .posi_ewm{width: 120px;box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: #fff;position: absolute;right: calc(100% + 12px);top: 50%;margin-top: -60px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);}
.pf_right ul a .posi_ewm img{width: 100%;display: block;}
.pf_right ul a:hover .posi_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: 30px;}
}

/*手机端底漂浮*/
.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:33.3333%; float: left; text-align: center; padding:10px 0;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center;}
.pf_down li .ico7 img{ width:24px; height: 24px;}
.pf_down li .ico7 .show{ display: block;}
.pf_down li .ico7 .hide{ display: none;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #000; line-height: 14px;}
.pf_down li:hover .ico7{ background: #fba31a; width:44px; height:44px; border-radius: 50%; border:3px solid #fff; position: relative; margin-top:-18px;}
.pf_down li:hover .ico7 .show{ display: none;}
.pf_down li:hover .ico7 .hide{ display: block;}
.pf_down li:hover .ico7 img{ width:22px; height: 22px;}
.pf_down li:hover .d_name{ margin-top:0;}

/* 首页 */
.sy_banner{width: 100%;position: relative;}
.sy_banner .li a .pcshow{width: 100%;height: 100vh;}
.sy_banner .li a img{display: block;width: 100%;}
.sy_banner .li a .wzbox{position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_banner .li a .info{font-size: 46px;color: #ffffff;line-height: 60px;font-weight: bold;font-style: italic;}
.sy_banner .li a .info span{color: #fba31a;}

.sy_banner .slick-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.4);left: 50px;top: auto;transform: translate(0,0);bottom: 50px;border-radius: 100%;}
.sy_banner .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img29.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .slick-next{width: 50px;height: 50px;background: rgba(0,0,0,0.4);right: 50px;top: auto;transform: translate(0,0);bottom: 50px;border-radius: 100%;}
.sy_banner .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img30.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .slick-prev:hover,
.sy_banner .slick-next:hover{background-color: #fba31a;}
@media screen and (max-width:1024px) {
.sy_banner .li a .wzbox{top: 45%;}
.sy_banner .li a .info{font-size: 20px;line-height: 30px;}
.sy_banner .slick-prev{width: 36px;height: 36px;left: 20px;bottom: 20px;}
.sy_banner .slick-prev::after{width: 20px;height: 20px;}
.sy_banner .slick-next{width: 36px;height: 36px;right: 20px;bottom: 20px;}
.sy_banner .slick-next::after{width: 20px;height: 20px;}
}

.sy_section1{width: 100%;padding-top: 100px;padding-bottom: 130px;padding-left: 150px;display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.sy_section1 .title{font-size: 50px;color: #ffffff;line-height: 56px;margin-bottom: 86px;font-weight: bold;width: 100%;}
.sy_section1 .left{width: 45.3257790368272%;padding-right: 60px;font-size: 20px;color: #ffffff;line-height: 28px;}
.sy_section1 .right{width: 54.6742209631728%;}
.sy_section1 .right .pic img{width: 100%;display: block;}
@media screen and (max-width:1680px) {
.sy_section1 .title{margin-bottom: 50px;}
.sy_section1 .left{padding-right: 40px;font-size: 14px;line-height: 18px;}
}
@media screen and (max-width:1024px) {
.sy_section1{padding: 30px 15px; display: block;}
.sy_section1 .title{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.sy_section1 .left{width: 100%;padding-right: 0;font-size: 14px;line-height: 22px;margin-bottom: 14px;}
.sy_section1 .right{width: 100%;}
.sy_section1 .right .pic img{width: 100%;display: block;border-radius: 100px;}
}

.sy_section2{width: 100%;padding-top: px;padding-bottom: px;position: relative;padding-top: 92px;}
.sy_section2 .title{font-size: 50px;color: #ffffff;line-height: 60px;margin-bottom: 466px;font-weight: bold;position: relative;z-index: 3;}
.sy_section2 .back_img{width: 100%;position: absolute;left: 0;top: 0;z-index: 1;height: 100%;}
.sy_section2 .back_img div{width: 100%;z-index: -1;opacity: 0;height: 100%;position: absolute;left: 0;top: 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 .back_img .on{opacity: 1;z-index: 5;}
.sy_section2 .qh_box{width: 100%;position: relative;z-index: 5;}
.sy_section2 .qh_box ul{display: flex;align-items: stretch;}
.sy_section2 .qh_box ul li{flex: 1;border-right: 1px solid #1c2628;background-color: rgba(0,0,0,0.3);}
.sy_section2 .qh_box ul li:last-child{border-right: 0;}
.sy_section2 .qh_box ul a{display: flex;justify-content: center;align-items: center;flex-direction: column;height: 280px;}
.sy_section2 .qh_box ul a img{height: 70px;display: block;margin-bottom: 16px;}
.sy_section2 .qh_box ul a .wz1{font-size: 24px;color: #ffffff;line-height: 30px;margin-bottom: 10px;font-weight: bold;}
.sy_section2 .qh_box ul a .wz2{font-size: 18px;color: #ffffff;line-height: 24px;min-height: 24px;}
.sy_section2 .qh_box ul li.on{background-color: #060c0e;}
@media screen and (max-width:1680px) {
.sy_section2 .title{margin-bottom: 360px;}
.sy_section2 .qh_box ul a{height: 200px;}
.sy_section2 .qh_box ul a img{height: 5cqw;margin-bottom: 14px;}
.sy_section2 .qh_box ul a .wz1{font-size: 17px;line-height: 24px;margin-bottom: 8px;}
.sy_section2 .qh_box ul a .wz2{font-size: 14px;line-height: 20px;min-height: 20px;}
}
@media screen and (max-width:1024px) {
.sy_section2{padding-top: 30px;}
.sy_section2 .title{font-size: 20px;line-height: 24px;margin-bottom: 200px;}
.sy_section2 .qh_box ul{display: flex;flex-wrap: wrap;}
.sy_section2 .qh_box ul li{width: 33.3333%;flex: auto; }
.sy_section2 .qh_box ul li:nth-child(1),
.sy_section2 .qh_box ul li:nth-child(2){width: 50%;border-bottom: 1px solid #1c2628;}
.sy_section2 .qh_box ul a{height: 140px;padding: 0 14px;}
.sy_section2 .qh_box ul a img{height: 36px;margin-bottom: 10px;}
.sy_section2 .qh_box ul a .wz1{font-size: 15px;line-height: 20px;margin-bottom: 4px;text-align: center;}
.sy_section2 .qh_box ul a .wz2{font-size: 13px;line-height: 20px;min-height: 20px;text-align: center;}
}

.sy_section3{width: 100%;padding-top: 100px;padding-bottom: 90px;}
.sy_section3 .w_width{display: flex;justify-content: space-between;align-items: stretch;}
.sy_section3 .left{width: 28.39506172839506%;padding-right: 70px;position: relative;}
.sy_section3 .left .title{font-size: 50px;color: #555555;line-height: 60px;margin-bottom: 6px;font-weight: bold;}
.sy_section3 .left .fbt{font-size: 18px;color: #999999;line-height: 24px;}
.sy_section3 .left .info{font-size: 18px;color: #333333;line-height: 25px;width: 100%;position: absolute;left: 0;bottom: 0;width: 100%;padding-right: 70px;}
.sy_section3 .right{width: 71.60493827160494%;}
.sy_section3 .right .ul{margin: -5px;width: calc(100% + 10px);display: flex;flex-wrap: wrap;}
.sy_section3 .right .ul .li{width: 33.33%;padding: 5px;}
.sy_section3 .right .ul a{display: block;width: 100%;border-radius: 12px;overflow: hidden;position: relative;}
.sy_section3 .right .ul a .pic{ width: 100%; padding-bottom: 60.526%; position: relative; overflow: hidden;z-index: 1;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section3 .right .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_section3 .right .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section3 .right .ul a::after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);position: absolute;left: 0;top: 0;z-index: 3;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .right .ul a .wzbox{position: absolute;left: 0;top: 50%;transform: translate(0,-50%);padding: 0 12px;z-index: 5;width: 100%;}
.sy_section3 .right .ul a .wz{font-size: 24px;color: #ffffff;line-height: 32px;text-align: center;font-weight: bold;}
.sy_section3 .right .ul a:hover::after{opacity: 0;}
@media screen and (max-width:1800px) {
.sy_section3 .left .fbt{margin-bottom: 80px;}
}
@media screen and (max-width:1680px) {
.sy_section3 .left{padding-right: 40px;}
.sy_section3 .left .title{font-size: 42px;line-height: 46px;}
.sy_section3 .left .fbt{margin-bottom: 60px;font-size: 16px;line-height: 24px;}
.sy_section3 .left .info{font-size: 14px;line-height: 18px;padding-right: 40px;}
.sy_section3 .right .ul a .wz{font-size: 15px;line-height: 26px;}
}
@media screen and (max-width:1024px) {
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .w_width{display: block;}
.sy_section3 .left{width: 100%;padding-right: 0;margin-bottom: 20px;}
.sy_section3 .left .title{font-size: 20px;line-height: 30px;}
.sy_section3 .left .fbt{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.sy_section3 .left .info{font-size: 14px;line-height: 20px;position: static;padding-right: 0px;}
.sy_section3 .right{width: 100%;}
.sy_section3 .right .ul .li{width:50%;}
.sy_section3 .right .ul a .wz{font-size: 15px;line-height: 24px;}
.sy_section3 .right .ul .slick-dots{margin-top: 14px;}
}

.sy_section4{padding-top: 90px;padding-bottom: 168px;}
.sy_section4 .cont1{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 110px;}
.sy_section4 .cont1 .title{font-size: 50px;color: #ffffff;line-height: 60px;font-weight: bold;}
.sy_section4 .cont1 .info{font-size: 18px;color: #ffffff;line-height: 25px;width: 61.7283950617284%;}
.sy_section4 .cont2{width: 100%;}
.sy_section4 .cont2 ul{margin: -5px;width: calc(100% + 10px);display: flex;flex-wrap: wrap;}
.sy_section4 .cont2 ul li{width: 12.5%;padding: 5px;}
.sy_section4 .cont2 ul a{display: block;width: 100%;height: 190px;display: flex;justify-content: center;align-items: center;flex-direction: column;background-color: rgba(255,255,255,0.2);border-radius: 12px;}
.sy_section4 .cont2 ul img{width: 72px;display: block;margin-bottom: 8px;}
.sy_section4 .cont2 ul .jj{font-size: 20px;color: #ffffff;line-height: 24px;text-align: center;font-weight: bold;min-height: 72px;}
.sy_section4 .cont2 ul a:hover{background-color: #fba31a;}
@media screen and (max-width:1680px) {
.sy_section4 .cont1{margin-bottom: 80px;}
.sy_section4 .cont1 .title{font-size: 40px;line-height: 50px;}
.sy_section4 .cont1 .info{font-size: 16px;line-height: 22px;}
.sy_section4 .cont2 ul a{height: 150px;}
.sy_section4 .cont2 ul img{width: 50px;margin-bottom: 6px;}
.sy_section4 .cont2 ul .jj{font-size: 16px;line-height: 20px;min-height: 60px;}
}
@media screen and (max-width:1024px) {
.sy_section4{padding-top: 30px;padding-bottom: 30px;}
.sy_section4 .cont1{display: block;margin-bottom: 20px;}
.sy_section4 .cont1 .title{font-size: 20px;line-height: 30px;margin-bottom: 8px;}
.sy_section4 .cont1 .info{font-size: 14px;line-height: 22px;width: 100%;}
.sy_section4 .cont2{width: 100%;}
.sy_section4 .cont2 ul li{width: 50%;}
.sy_section4 .cont2 ul a{height: 120px;border-radius: 10px;}
.sy_section4 .cont2 ul img{width: 32px;margin-bottom:6px;}
.sy_section4 .cont2 ul .jj{font-size: 16px;line-height: 22px;min-height: 66px;}
}

.sy_section5{padding-top: 90px;padding-bottom: 168px;}
.sy_section5 .cont1{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 92px;}
.sy_section5 .cont1 .title{font-size: 50px;color: #555555;line-height: 60px;font-weight: bold;}
.sy_section5 .cont1 .info{font-size: 18px;color: #333333;line-height: 25px;width: 61.7283950617284%;}
.sy_section5 .cont2 ul{margin: -16px;width: calc(100% + 32px);display: flex;flex-wrap: wrap;}
.sy_section5 .cont2 ul li{width: 25%;padding: 16px;}
.sy_section5 .cont2 ul a{display: block;width: 100%;border-radius: 12px;overflow: hidden;position: relative;}
.sy_section5 .cont2 ul a .pic{ width: 100%; padding-bottom: 60.526%; 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 .cont2 ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-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 .cont2 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 .cont2 ul a .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);padding: 0 12px;text-align: center;}
.sy_section5 .cont2 ul a .wzbox .bt{font-size: 24px;color: #ffffff;line-height: 30px;font-weight: bold;margin-bottom: 14px;}
.sy_section5 .cont2 ul a .wzbox .info{font-size: 18px;color: #ffffff;line-height: 24px;min-height: 48px;}
@media screen and (max-width:1680px) {
.sy_section5 .cont1{margin-bottom: 80px;}
.sy_section5 .cont1 .title{font-size: 40px;line-height: 50px;}
.sy_section5 .cont1 .info{font-size: 16px;line-height: 22px;}
.sy_section5 .cont2 ul a .wzbox .bt{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.sy_section5 .cont2 ul a .wzbox .info{font-size: 15px;line-height: 20px;min-height: 60px;}
.sy_section5 .cont2 ul a .wzbox .info br{display: none;}
}
@media screen and (max-width:1024px) {
.sy_section5{padding-top: 30px;padding-bottom: 30px;}
.sy_section5 .cont1{display: block;margin-bottom: 20px;}
.sy_section5 .cont1 .title{font-size: 20px;line-height: 30px;margin-bottom: 8px;}
.sy_section5 .cont1 .info{font-size: 14px;line-height: 22px;width: 100%;}
.sy_section5 .cont2 ul{margin: -6px;width: calc(100% + 12px);}
.sy_section5 .cont2 ul li{width: 50%;padding: 6px;}
.sy_section5 .cont2 ul a .wzbox .bt{font-size: 14px;line-height: 18px;margin-bottom: 6px;}
.sy_section5 .cont2 ul a .wzbox .info{font-size: 13px;line-height: 18px;min-height: 54px;}
}

.sy_section6{width: 100%;padding-top: 100px;padding-bottom: 110px;}
.sy_section6 .title{font-size: 50px;color: #ffffff;line-height: 60px;font-weight: bold;margin-bottom: 8px;}
.sy_section6 .fbt{font-size: 18px;color: #ffffff;line-height: 24px;margin-bottom: 26px;}
.sy_section6 .ul{margin: 0 -16px;width: calc(100% + 32px);}
.sy_section6 .ul .li{padding: 0 16px;}
.sy_section6 .ul a{display: block;width: 100%;background-color: #fff;border-radius: 12px;overflow: hidden;}
.sy_section6 .ul a .pic{ width: 100%; padding-bottom: 60.526%; 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_section6 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%) scale(1.02); 
-moz-transform: translate(-50%, -50%) scale(1.02); 
-ms-transform: translate(-50%, -50%) scale(1.02);
-o-transform: translate(-50%, -50%) scale(1.02);
transform: translate(-50%, -50%) scale(1.02);
-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 .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 .ul a .pic .bt{font-size: 22px;color: #ffffff;line-height: 30px;width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);font-weight: bold;text-align: center;padding: 0 12px;}
.sy_section6 .ul a:hover .pic .bt{color: #fba31a;}
.sy_section6 .ul a .info{padding: 24px 50px 40px 50px;font-size: 18px;color: #333333;line-height: 32px;}
.sy_section6 .ul .slick-dots{margin-top: 30px;}
@media screen and (max-width:1680px) {
.sy_section6 .ul a .info{padding: 24px;font-size: 15px;line-height: 26px;}
}
@media screen and (max-width:1680px) {
.sy_section6{padding-top: 30px;padding-bottom: 30px;}
.sy_section6 .title{font-size: 40px;line-height: 50px;}
.sy_section6 .fbt{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.sy_section6 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section6 .ul .li{padding: 0 6px;}
.sy_section6 .ul a .pic .bt{font-size: 16px;line-height: 20px;}
.sy_section6 .ul a .info{padding: 14px;font-size: 14px;line-height: 22px;}
.sy_section6 .ul .slick-dots{margin-top: 16px;}
}

.sy_section7{width: 100%;padding-top: 100px;padding-bottom: 236px;}
.sy_section7 .title{font-size: 50px;color: #999999;line-height: 60px;font-weight: bold;margin-bottom: 8px;}
.sy_section7 .fbt{font-size: 18px;color: #999999;line-height: 24px;margin-bottom: 92px;}
.sy_section7 ul{margin: -5px;width: calc(100% + 10px);display: flex;flex-wrap: wrap;}
.sy_section7 ul li{width: 12.5%;padding: 5px;}
.sy_section7 ul a{display: block;width: 100%;border-radius: 12px;overflow: hidden;position: relative;}
.sy_section7 ul a .pic{ width: 100%; padding-bottom: 100%; position: relative; overflow: hidden;z-index: 1;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section7 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 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 ul a::after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);position: absolute;left: 0;top: 0;z-index: 3;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section7 ul a .wzbox{position: absolute;left: 0;top: 50%;transform: translate(0,-50%);padding: 0 12px;z-index: 5;width: 100%;}
.sy_section7 ul a .wz{font-size: 22px;color: #ffffff;line-height: 26px;text-align: center;font-weight: bold;}
.sy_section7 ul a:hover::after{opacity: 0;}
@media screen and (max-width:1680px) {
.sy_section7 ul a .wz{font-size: 16px;line-height: 22px;}
}
@media screen and (max-width:1024px) {
.sy_section7{padding-top: 30px;padding-bottom: 30px;}
.sy_section7 .title{font-size: 20px;line-height: 30px;}
.sy_section7 .fbt{font-size: 14px;line-height: 20px;margin-bottom: 20px;}
.sy_section7 ul li{width: 50%;}
.sy_section7 ul a .wz{font-size: 16px;line-height: 22px;}
}