﻿@charset "UTF-8";
html{
  font-size: 6.25vw;
}
@media screen and  (min-width: 1600px){ /*主体宽度*/
  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: #eaaf25;}

/* Dots*/
.slick-dots{margin-top: 40px;}
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #eaaf25;width: 20px;}
@media  screen and (max-width:1024px){
.slick-dots{margin-top: 20px;}
.slick-dots li{border-radius:6px;width:6px; height:6px; margin:0 4px;}
.slick-dots li.slick-active{width: 18px;}
}

.w_1920{max-width: 1920px;margin-left: auto;margin-right: auto;}
.w_width{max-width:1600px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 100px;padding-right: 100px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}

.zws_section{width: 100%;margin-top: -70px;opacity: 0;height: 70px;position: relative;z-index: -99;}
@media  screen and (max-width: 1680px){
.zws_section{margin-top: -56px;height: 56px;}
}
@media  screen and (max-width: 1680px){
.zws_section{margin-top: -50px;height: 50px;}
}

/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 99999;background: #fff;
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{ width: 100%;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;padding-left: 20px;}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 62px;
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 .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: #535353; position: relative;padding: 0 10px;line-height: 100px; font-size: 18px;
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 .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ color: #eaaf25;}
.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; color: rgba(255, 255, 255, .75);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:hover{color: #eaaf25;-webkit-transition: all .5s ease .1s!important;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .pc_dh{background: #eaaf25;display: flex;justify-content: flex-start;align-items: center;padding: 0 24px 0 30px;margin-left: 32px;}
.t_navs .top .pc_dh img{width: 26px;display: block;margin-right: 8px;}
.t_navs .top .pc_dh .wz{font-size: 18px;color: #ffffff;line-height: 100px;
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 .pc_yyqh{position: relative;}
.t_navs .top .pc_yyqh .top{display: flex;justify-content: flex-start;align-items: center;padding: 0 20px 0 10px;background: #999999;cursor: pointer;}
.t_navs .top .pc_yyqh .top .ico1{width: 24px;display: block;}
.t_navs .top .pc_yyqh .top .ico2{width: 24px;display: block;}
.t_navs .top .pc_yyqh .top .wz{font-size: 18px;color: #545454;line-height: 100px;margin: 0 12px 0 10px;
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 .pc_yyqh .bottom{width: 100%; top:100%; left: 0;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;}
.t_navs .top .pc_yyqh:hover .bottom{-webkit-transition: all .85s;opacity: 1;visibility: visible;}
.t_navs .top .pc_yyqh .bottom a{ display: block; color: rgba(255, 255, 255, .75);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 .pc_yyqh .bottom a:hover{color: #eaaf25;-webkit-transition: all .5s ease .1s!important;}
.t_navs .top .pc_yyqh:hover .bottom a{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .pc_yyqh:hover .bottom a:nth-child(2){-webkit-transition: all .5s ease .1s;}
.t_navs .top .pc_yyqh:hover .bottom a:nth-child(3){-webkit-transition: all .5s ease .2s;}
.t_navs .top .pc_yyqh:hover .bottom a:nth-child(4){-webkit-transition: all .5s ease .3s;}
.t_navs .top .pc_yyqh:hover .bottom a:nth-child(5){-webkit-transition: all .5s ease .4s;}
.t_nav_zw{width: 100%;height: 100px;opacity: 0;}
.wyb_s.on{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .logo img{height: 50px;}
.wyb_s.on .t_navs .top .menu .l1 .a1{line-height: 70px;}
.wyb_s.on .t_navs .top .pc_dh .wz{line-height: 70px;}
.wyb_s.on .t_navs .top .pc_yyqh .top .wz{line-height: 70px;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_navs .ph_yyqh{display: none;}
@media screen and (max-width:1680px) {
.t_nav_zw{height: 70px;}
.t_navs .top .logo img{height: 50px;}
.t_navs .top .menu .l1 .a1{line-height: 70px;}
.t_navs .top .pc_dh .wz{line-height: 70px;}
.t_navs .top .pc_yyqh .top .wz{line-height: 70px;}
.wyb_s.on .t_navs .top .logo img{height: 40px;}
.wyb_s.on .t_navs .top .menu .l1 .a1{line-height: 56px;}
.wyb_s.on .t_navs .top .pc_dh .wz{line-height: 56px;}
.wyb_s.on .t_navs .top .pc_yyqh .top .wz{line-height: 56px;}
}
@media screen and (max-width:1360px) {
.t_navs .top .menu .l1{padding: 0 10px;}
.t_navs .top .menu .l1 .a1{padding: 0 6px;font-size: 16px;}
.t_navs .top .pc_dh{margin-left: 20px;}
}
@media screen and (max-width:1230px) {
.t_navs .top .logo img{height: 52px;}
.t_navs .top .menu .l1{padding: 0 6px;}
.t_navs .top .menu .l1 .a1{padding: 0 4px;font-size: 16px;}
.t_navs .top .pc_dh{margin-left: 20px;padding: 0 16px 0 20px;}
.t_navs .top .pc_yyqh .top{padding: 0 16px 0 8px;}
}
@media screen and (max-width:1080px) {
.t_navs .top .menu .l1 .a1{font-size: 14px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .top .pc_dh{ display: none;}
.t_navs .top .pc_yyqh{ display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_nav_zw{height: 50px;}
.t_navs .top{ padding: 0 8px 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .top .logo{ margin: 10px 0;}
.t_navs .top .logo img{ height: 30px;}
.t_navs .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:#eaaf25;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:#eaaf25;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: #eaaf25;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:#eaaf25;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.t_navs .menuph .menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.t_navs .menuph .menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.t_navs .menuph .cross::before,
.t_navs .menuph .cross::after {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.t_navs .menuph.active .menu-toggle span.hamburger,
.t_navs .menuph.active .menu-toggle span.hamburger:after,
.t_navs .menuph.active .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;}
.t_navs .menuph.active .menu-toggle span.hamburger:after {transition-delay:0s;}
.t_navs .menuph.active .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.t_navs .menuph.active .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background: #333;}
.t_navs .menuph.active .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #333;}
.t_navs .xialaph{ position: fixed; right: 0; top: 50px;width: 100%; height: calc(100vh - 50px);overflow: scroll; padding: 10px 20px 60px 20px;z-index:3; background: #fff;display: none;}
.t_navs .xialaph .a1box,
.t_navs .xialaph .a2box{position: relative;}
.t_navs .xialaph .icobox{width: 40px;height: 40px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .xialaph .ico{height: 28px;position: absolute;right: 0;top: 50%;margin-top: -14px;z-index: 4;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .xialaph .ico img{height: 100%;display: block;}
.t_navs .xialaph .ico img.img2{display: none;}
.t_navs .xialaph .icobox.on img.img1{display: none;}
.t_navs .xialaph .icobox.on img.img2{display: block;}
.t_navs .xialaph .icobox.on .ico{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);}
.t_navs .xialaph .u1{width: 100%;margin-bottom: 20px;}
.t_navs .xialaph .l1{width: 100%;}
.t_navs .xialaph .a1{width: 100%;font-size: 16px;color: #333;line-height: 26px;position: relative;padding: 12px 40px 12px 0;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);}
.t_navs .xialaph .u2{width: 100%;padding-left: 20px;padding-right: 20px;border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l2{width: 100%;}
.t_navs .xialaph .a2{width: 100%;font-size: 16px;color: #333;line-height: 22px;position: relative;padding: 10px 40px 10px 0;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);}
.t_navs .xialaph .u3{padding-left: 20px;padding-right: 20px; border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l2:last-child .u3{border-bottom: 0;}
.t_navs .xialaph .l2:last-child .a2{border-bottom: 0;}
.t_navs .xialaph .l3{width: 100%;}
.t_navs .xialaph .a3{font-size: 14px;color: #333;line-height: 20px;padding-top: 8px;padding-bottom: 8px;border-bottom: 1px solid rgba(0,0,0,0.1);display: block;}
.t_navs .xialaph .l3:last-child .a3{border-bottom: 0;}
.t_navs .xialaph .dh_box{width: 100%;display: flex;justify-content: center;align-items: center;margin-top: 20px;}
.t_navs .xialaph .dh_box img{width: 30px;display: block;}
.t_navs .xialaph .dh_box .wz{font-size: 24px;color: #eaaf25;line-height: 30px;margin-left: 4px;font-weight: bold;}
.t_navs .ph_yyqh{display: block;margin-right: 26px;}
.t_navs .ph_yyqh a{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .ph_yyqh a img{width: 22px;display: block;margin-right: 6px;}
.t_navs .ph_yyqh a .wz{font-size: 16px;color: #545454;line-height: 20px;}
}

/*底部*/
.b_nav{width: 100%;background: #003088;padding-top: 78px;padding-bottom: 24px;}
.b_nav .logo{margin-bottom: 46px;}
.b_nav .logo img{height: 82px;display: block;}
.b_nav .cont1{width: 100%;display: flex;justify-content: space-between;align-items: stretch;margin-bottom: 26px;}
.b_nav .cont1 .left{width: 81.25%;background: #00266d;border-radius: 12px;padding: 50px 100px 40px 80px;}
.b_nav .cont1 .left ul{display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont1 .left .yj a{display: block;font-size: 18px;color: #ffffff;line-height: 24px;}
.b_nav .cont1 .left .ej{margin-top: 36px;}
.b_nav .cont1 .left .ej a{display: block;font-size: 16px;color: #ffffff;line-height: 20px;margin-bottom: 10px;}
.b_nav .cont1 .left .ej a:last-child{margin-bottom: 0;}
.b_nav .cont1 .left .yj a:hover,
.b_nav .cont1 .left .ej a:hover{color: #eaaf25;}
.b_nav .cont1 .right{width: 16.75%;background: #00266d;border-radius: 12px;display: flex;justify-content: center;align-items: center;}
.b_nav .cont1 .right li{margin-bottom: 24px;}
.b_nav .cont1 .right li:last-child{margin-bottom: 0;}
.b_nav .cont1 .right li .libox{background: #fff;width: 100px;}
.b_nav .cont1 .right li .libox img{width: 100%;display: block;}
.b_nav .cont1 .right li .libox .wz{font-size: 14px;color: #4d658f;line-height: 18px;text-align: center;padding: 2px 0 4px 0;}
.b_nav .cont2{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.b_nav .cont2 a{display: block;font-size: 16px;color: #ffffff;line-height: 20px;margin-right: 24px;position: relative;}
.b_nav .cont2 a::after{content: "";display: block;width: 2px;height: 14px;background: #fff;position: absolute;right: -12px;top: 3px;}
@media screen and (max-width:1680px) {
.b_nav .logo{margin-bottom: 40px;}
.b_nav .logo img{height: 60px;}
.b_nav .cont1{margin-bottom: 20px;}
.b_nav .cont1 .left{padding: 40px 60px;}
.b_nav .cont1 .left .yj a{font-size: 16px;line-height: 20px;}
.b_nav .cont1 .left .ej{margin-top: 26px;}
.b_nav .cont1 .left .ej a{font-size: 14px;margin-bottom: 8px;}
.b_nav .cont1 .right li{margin-bottom: 20px;}
.b_nav .cont1 .right li .libox{width: 80px;}
.b_nav .cont2 a{font-size: 14px;line-height: 18px;margin-right: 16px;}
.b_nav .cont2 a::after{width: 1px;height: 12px;right: -8px;}
}
@media screen and (max-width:1024px) {
.b_nav{padding-top: 30px;padding-bottom: 30px;margin-bottom: 50px;}
.b_nav .logo{margin-bottom: 20px;}
.b_nav .logo img{height: 50px;}
.b_nav .cont1{display: block;margin-bottom: 10px;}
.b_nav .cont1 .left{display: none;}
.b_nav .cont1 .right{width: 100%;border-radius: 12px;display: block;padding: 20px 40px;}
.b_nav .cont1 .right ul{margin: 0 -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.b_nav .cont1 .right li{margin-bottom: 0;width: 50%;padding: 0 10px;}
.b_nav .cont1 .right li .libox{width: 100px;margin: 0 auto;}
.b_nav .cont1 .right li .libox .wz{font-size: 13px;line-height: 16px;}
.b_nav .cont2{justify-content: center;}
.b_nav .cont2 a{font-size: 14px;margin-right: 16px;margin-top: 8px;}
.b_nav .cont2 a::after{width: 2px;height: 10px;right: -8px;top: 4px;}
.b_nav .cont2 a:nth-child(1)::after,
.b_nav .cont2 a:nth-child(2)::after,
.b_nav .cont2 a:nth-child(3)::after,
.b_nav .cont2 a:nth-child(5)::after{display: none;}
}

/*电脑端侧悬浮*/
.pf_right{width: 50px;position: fixed;right: 40px;top: 30%;transform: translate(0,-50%);z-index: 999;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;}
.pf_right.on{opacity: 1;}
.pf_right ul{width: 100%;}
.pf_right li{margin-bottom: 5px;position: relative;}
.pf_right li:last-child{margin-bottom: 0;}
.pf_right a{display: block;width: 100%;height: 50px; border: 5px solid #fff;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.pf_right a img{width: 24px;display: block;}
.pf_right li:nth-child(1) a{background: #6f7fff;}
.pf_right li:nth-child(2) a{background: #3164af;}
.pf_right li:nth-child(3) a{background: #2ba246;}
.pf_right li:nth-child(4) a{background: #6f7fff;}
.pf_right li:nth-child(5) a{background: #190c0c;}
.pf_right li:nth-child(3) a img{width: 28px;}
.pf_right li .wz_posi{min-width: 240px;text-align: center;font-weight: bold; font-size: 20px;color: #eaaf25;line-height: 30px;padding: 10px 20px;background: rgba(255,255,255,0.8);box-shadow: 0 0 20px rgba(0,0,0,0.1);position: absolute;right: calc(100% + 20px);top: 50%;transform: translate(0,-50%) scale(0);border-radius: 8px;
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 li:hover .wz_posi{transform: translate(0,-50%) scale(1);}
.pf_right li .ewm{width: 120px;position: absolute;right: calc(100% + 20px);top: 50%;transform: translate(0,-50%) scale(0);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);border-radius: 8px;overflow: hidden;
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 li .ewm img{width: 100%;display: block;}
.pf_right li:hover .ewm{transform: translate(0,-50%) scale(1);}
@media screen and (max-width:1680px) {
.pf_right{width: 40px;right: 20px;}
.pf_right a{height: 40px; border: 3px solid #fff;}
.pf_right a img{width: 20px;}
.pf_right li:nth-child(3) a img{width: 24px;}
.pf_right li .wz_posi{min-width: 200px; font-size: 16px;line-height: 26px;padding: 6px 20px;}
.pf_right li .ewm{width: 100px;}
}
@media screen and (max-width:1024px) {
.pf_right{display: none!important;}
}

/*手机端底漂浮*/
.pf_down{ width: 100%; float: left; position: fixed; left: 0; background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 99;bottom: 0; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.pf_down li{ width:25%; float: left; text-align: center; padding:10px 0;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center;}
.pf_down li .ico7 img{ width:24px; height: 24px;}
.pf_down li .ico7 .show{ display: block;}
.pf_down li .ico7 .hide{ display: none;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #000; line-height: 14px;}
.pf_down li:hover .ico7{ background: #eaaf25; 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;}

/*弹窗*/
._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/img34.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: 12px;}
._htm video{width: 100%;display: block;margin: 0 auto;height: 400px;object-fit: cover;}
._htm img{width: 56%;display: block;margin: 40px auto;}
@media  screen and (max-width: 1680px){
._htm{ float:left; width:600px;}
._htm img{width: 50%;margin: 20px auto;}
}
@media  screen and (max-width: 991px){
._col{ float:left;  font-size: 50px; position:absolute; right:-50px; top:0; width:34px; height:34px; border-radius: 100%;color: #999;cursor: pointer;background: url(images);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width:500px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}           
@media  screen and (max-width: 767px){
._col{ float:left;  font-size: 50px; position:absolute; right:10px; top:-55px; width:20px; height:20px; border-radius: 100%;color: #999;cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width: calc(100% - 30px);position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
._htm video{height: 200px;}
._htm img{width: 70%;}
}

/*首页*/
.sy_banner{width: 100%;}
.sy_banner .ul{width: 100%;}
.sy_banner .li{width: 100%;}
.sy_banner .li a{display: block;width: 100%;}
.sy_banner .li .pcshow{width: 100%;height: calc(100vh - 100px);}
.sy_banner .slick-prev{width: 50px;height: 50px;background: #eaaf25;left: 50px;top: auto;transform: translate(0,0);bottom: 50px;border-radius: 100%;}
.sy_banner .slick-next{width: 50px;height: 50px;background: #eaaf25;right: 50px;top: auto;transform: translate(0,0);bottom: 50px;border-radius: 100%;}
.sy_banner .slick-prev::after{content: "←";display: block;font-size: 20px;color: #fff;line-height: 30px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .slick-next::after{content: "→";display: block;font-size: 20px;color: #fff;line-height: 30px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .slick-prev:hover,
.sy_banner .slick-next:hover{background: #1266ff;}
@media screen and (max-width:1024px) {
.sy_banner .li .phshow{width: 100%;display: block;}
.sy_banner .slick-dots{width: 100%;position: absolute;left: 0;bottom: 20px;}
}

.more_btn{width: 50px;}
.more_btn a{width: 50px;height: 50px;border: 1px solid #999999;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.more_btn a img{width: 26px;display: block;}
.more_btn a .ico2{display: none;}
.more_btn a:hover{background: #eaaf24;border-color: #eaaf24;}
.more_btn a:hover .ico1{display: none;}
.more_btn a:hover .ico2{display: block;}
@media screen and (max-width:1680px) {
.more_btn{width: 40px;}
.more_btn a{width: 40px;height: 40px;}
.more_btn a img{width: 24px;}
}
@media screen and (max-width:1024px) {
.more_btn{width: 36px;}
.more_btn a{width: 36px;height: 36px;}
.more_btn a img{width: 22px;}
}

.sy_section1{width: 100%;padding-top: 44px;padding-bottom: 120px;}
.sy_section1 .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.sy_section1 .left{width: 42.5%;padding-right: 20px;}
.sy_section1 .btbox{margin-bottom: 18px;display: flex;justify-content: flex-start;align-items: center;}
.sy_section1 .btbox .wz{font-size: 40px;color: #333333;line-height: 44px;margin-right: 18px;}
.sy_section1 .btbox .sp_btn{width: 50px;height: 50px;margin-right: 10px;border: 1px solid #999999;border-radius: 100%;display: flex;justify-content: center;align-items: center;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;}
.sy_section1 .btbox .sp_btn img{width: 26px;display: block;}
.sy_section1 .btbox .sp_btn .ico2{display: none;}
.sy_section1 .btbox .sp_btn:hover{background: #eaaf24;border-color: #eaaf24;}
.sy_section1 .btbox .sp_btn:hover .ico1{display: none;}
.sy_section1 .btbox .sp_btn:hover .ico2{display: block;}
.sy_section1 .btbox .more a{width: 50px;height: 50px;border: 1px solid #999999;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section1 .btbox .more a img{width: 26px;display: block;}
.sy_section1 .btbox .more a .ico2{display: none;}
.sy_section1 .btbox .more a:hover{background: #eaaf24;border-color: #eaaf24;}
.sy_section1 .btbox .more a:hover .ico1{display: none;}
.sy_section1 .btbox .more a:hover .ico2{display: block;}
.sy_section1 .fbt{font-size: 30px;color: #333333;line-height: 34px;}
.sy_section1 .right{width: 57.5%;}
.sy_section1 .right ul{display: flex;justify-content: space-between;align-items: flex-start;}
.sy_section1 .right .top{font-size: 16px;color: #1266ff;line-height: 20px;font-weight: bold;font-family: "微软雅黑"; margin-bottom: 8px;display: flex;justify-content: center;align-items: flex-start;}
.sy_section1 .right .top span{font-size: 56px;color: #1266ff;line-height: 60px;display: block;font-weight: bold;font-family: "微软雅黑";margin-right: 8px;}
.sy_section1 .right .bottom{font-size: 16px;color: #000000;line-height: 20px;text-align: center;}
@media screen and (max-width:1680px) {
.sy_section1 .left{width: 46%;}
.sy_section1 .btbox{margin-bottom: 12px;}
.sy_section1 .btbox .wz{font-size: 26px;line-height: 32px;margin-right: 12px;}
.sy_section1 .btbox .sp_btn{width: 40px;height: 40px;}
.sy_section1 .btbox .sp_btn img{width: 24px;}
.sy_section1 .btbox .more a{width: 40px;height: 40px;}
.sy_section1 .btbox .more a img{width: 24px;}
.sy_section1 .fbt{font-size: 20px;color: #333333;line-height: 24px;}
.sy_section1 .right{width: 54%;}
.sy_section1 .right .top{font-size: 14px;line-height: 20px;}
.sy_section1 .right .top span{font-size: 40px;line-height: 44px;margin-right: 4px;}
.sy_section1 .right .bottom{font-size: 14px;}
}
@media screen and (max-width:1024px) {
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .w_width{display: block;}
.sy_section1 .left{width: 100%;padding-right: 0;margin-bottom: 14px;}
.sy_section1 .btbox{margin-bottom: 10px;}
.sy_section1 .btbox .wz{font-size: 20px;line-height: 24px;margin-right: 12px;}
.sy_section1 .btbox .sp_btn{width: 36px;height: 36px;}
.sy_section1 .btbox .sp_btn img{width: 22px;}
.sy_section1 .btbox .more a{width: 36px;height: 36px;}
.sy_section1 .btbox .more a img{width: 22px;}
.sy_section1 .fbt{font-size: 16px;line-height: 24px;}
.sy_section1 .right{width: 100%;}
.sy_section1 .right ul{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;width: calc(100% + 12px);margin: -6px;}
.sy_section1 .right li{width: 50%;padding: 6px;}
.sy_section1 .right .top{font-size: 14px;line-height: 18px;}
.sy_section1 .right .top span{font-size: 20px;line-height: 24px;margin-right: 4px;}
.sy_section1 .right .bottom{font-size: 14px;line-height: 18px;}
}

.sy_section2{width: 100%;position: relative;margin-top: -50px;}
.sy_section2::after{content: "";display: block;width: 100%;height: 100px;background: #db9f15;position: absolute;left: 0;top: 50px;z-index: 1;}
.sy_section2 .cont1{width: 100%;position: relative;z-index: 5;}
.sy_section2 .cont1 .w_width{position: relative;z-index: 4;}
.sy_section2 .cont1 .qh_t{width: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section2 .cont1 .list{margin-right: 10px;background: #eaaf25;padding: 30px 20px 40px 20px;min-width: 330px;display: flex;justify-content: center;align-items: center;border-radius: 12px 12px 0 0;cursor: pointer;}
.sy_section2 .cont1 .list:last-child{margin-right: 0;}
.sy_section2 .cont1 img{width: 80px;display: block;margin-right: 12px;}
.sy_section2 .cont1 .wz{font-size: 30px;color: #ffffff;line-height: 40px;}
.sy_section2 .cont1 .list.on{background: #1266ff;}
.sy_section2 .cont2{width: 100%;position: relative;z-index: 3;background: #1266ff;padding-top: 50px;padding-bottom: 60px;box-shadow: 0px -20px 10px 0px rgba(0,0,0,0.1);}
.sy_section2 .cont2 .qh_b{width: 100%;position: relative;overflow: hidden;margin-bottom: 38px;}
.sy_section2 .cont2 .list{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 .cont2 .list.on{z-index: 5;opacity: 1;position: relative;}
.sy_section2 .cont2 .ul{margin: 0 -13px;width: calc(100% + 26px);}
.sy_section2 .cont2 .ul .li{padding: 0 13px;}
.sy_section2 .cont2 .ul a{display: block;width: 100%;margin-bottom: 30px;background: #ffffff;border-radius: 12px;overflow: hidden;}
.sy_section2 .cont2 .ul a:last-child{margin-bottom: 0;}
.sy_section2 .cont2 .ul a .pic{ width: 100%; padding-bottom: 78.9473%; 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_section2 .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_section2 .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_section2 .cont2 .ul a .wzbox{width: 100%;padding: 20px 20px 50px 20px;}
.sy_section2 .cont2 .ul a .wz{font-size: 26px;color: #005d9b;line-height: 30px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section2 .cont2 .more{width: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section2 .cont2 .more a{width: 50px;height: 50px;border: 1px solid #fff;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section2 .cont2 .more a img{width: 26px;display: block;}
.sy_section2 .cont2 .more a:hover{background: #eaaf24;border-color: #eaaf24;}
@media screen and (max-width:1680px) {
.sy_section2{margin-top: -40px;}
.sy_section2::after{height: 60px;top: 40px;}
.sy_section2 .cont1 .list{padding: 20px;min-width: 240px;}
.sy_section2 .cont1 img{width: 60px;margin-right: 10px;}
.sy_section2 .cont1 .wz{font-size: 24px;line-height: 30px;}
.sy_section2 .cont2 .ul{margin: 0 -10px;width: calc(100% + 20px);}
.sy_section2 .cont2 .ul .li{padding: 0 10px;}
.sy_section2 .cont2 .ul a{margin-bottom: 20px;}
.sy_section2 .cont2 .ul a .wzbox{padding: 14px 14px 30px 14px;}
.sy_section2 .cont2 .ul a .wz{font-size: 20px;line-height: 30px;}
.sy_section2 .cont2 .more a{width: 40px;height: 40px;}
.sy_section2 .cont2 .more a img{width: 24px;}
}
@media screen and (max-width:1024px) {
.sy_section2{margin-top: 0;}
.sy_section2::after{height: 34px;top: 30px;}
.sy_section2 .cont1 .qh_t{display: block;font-size: 0;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.sy_section2 .cont1 .qh_t::-webkit-scrollbar{ display: none;}
.sy_section2 .cont1 .list{padding: 12px 20px;min-width: 1px;display: inline-flex;vertical-align: top;}
.sy_section2 .cont1 img{width: 40px;margin-right: 8px;}
.sy_section2 .cont1 .wz{font-size: 16px;line-height: 24px;}
.sy_section2 .cont2{padding-top: 30px;padding-bottom: 30px;;}
.sy_section2 .cont2 .qh_b{margin-bottom: 20px;}
.sy_section2 .cont2 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section2 .cont2 .ul .li{padding: 0 6px;}
.sy_section2 .cont2 .ul a{margin-bottom: 12px;}
.sy_section2 .cont2 .ul a .wzbox{padding: 12px;}
.sy_section2 .cont2 .ul a .wz{font-size: 15px;line-height: 20px;}
.sy_section2 .cont2 .more a{width: 36px;height: 36px;}
.sy_section2 .cont2 .more a img{width: 22px;}
}

.sy_section3{width: 100%;padding-top: 106px;padding-bottom: 146px;}
.sy_section3 h2{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 62px;}
.sy_section3 .content{width: 100%;}
.sy_section3 .ul{width: 100%;position: relative;display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section3 .ul::after{content: "";display: block;width: 1px;height: 130px;background: #8195ad;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_section3 .ul .li{width: 14.28571428571429%;position: relative;padding: 0 12px;}
.sy_section3 .ul .li::after{content: "";display: block;width: 1px;height: 130px;background: #8195ad;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.sy_section3 .ul img{width: 60px;display: block;margin: 0 auto 32px auto;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .ul .li:hover img{transform: rotateY(180deg);}
.sy_section3 .ul .wz{font-size: 30px;color: #ffffff;line-height: 34px;text-align: center;}
@media screen and (max-width:1024px) {
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 h2{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.sy_section3 .ul{display: block;}
.sy_section3 .ul::after{display: none;}
.sy_section3 .ul .li{padding: 0 10px;}
.sy_section3 .ul .li::after{display: none;}
.sy_section3 .ul img{width: 40px;margin: 0 auto 12px auto;}
.sy_section3 .ul .wz{font-size: 15px;line-height: 24px;}
}

.sy_section4{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section4 .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.sy_section4 .left{width: calc(50% - 30px);}
.sy_section4 .right{width: calc(50% - 30px);}
.sy_section4 .btbox{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.sy_section4 .btbox .bt{font-size: 40px;color: #333333;line-height: 44px;}
.sy_section4 .btbox ._r{display: flex;justify-content: flex-start;align-items: center;}
.sy_section4 .btbox .num{width: 50px;height: 50px;font-size: 20px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999;border-radius: 100%;margin-right: 10px;}
.sy_section4 .btbox .qh_btn{width: 50px;height: 50px;font-size: 20px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999;border-radius: 100%;margin-right: 10px;cursor: pointer;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section4 .btbox .qh_btn:hover{background: #eaaf25;color: #fff;border-color: #eaaf25;}
.sy_section4 .left .cont{margin-top: 40px;}
.sy_section4 .left .cont .ul{width: 100%;}
.sy_section4 .left .cont .li{width: 100%;}
.sy_section4 .left .cont a{display: block;width: 100%;position: relative;border-radius: 12px;overflow: hidden;}
.sy_section4 .left .cont a .pic{ width: 100%; padding-bottom: 58.441%; 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_section4 .left .cont 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_section4 .left .cont 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_section4 .left .cont a .wzbox{width: 100%;position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.5);padding: 35px 22px;}
.sy_section4 .left .cont a .wz{font-size: 20px;color: #f6f6f6;line-height: 28px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section4 .left .cont a:hover .wz{color: #eaaf25;}
.sy_section4 .right .cont{margin-top: 40px;}
.sy_section4 .right .cont ul{width: 100%;}
.sy_section4 .right .cont li{padding-top: 30px;padding-bottom: 30px;border-bottom: 1px solid #dddddd;}
.sy_section4 .right .cont li:last-child{border-bottom: 0;}
.sy_section4 .right .cont a{display: flex;justify-content: space-between;align-items: center;}
.sy_section4 .right .cont a ._l{font-size: 20px;color: #525252;line-height: 30px;width: calc(100% - 40px);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section4 .right .cont a ._r{font-size: 20px;color: #9a9a9a;line-height: 30px;width: 40px;text-align: right;}
.sy_section4 .right .cont a:hover ._l,
.sy_section4 .right .cont a:hover ._r{color: #eaaf25;}
@media screen and (max-width:1680px) {
.sy_section4 .btbox .bt{font-size: 26px;line-height: 30px;}
.sy_section4 .btbox .num{width: 40px;height: 40px;font-size: 16px;line-height: 38px;}
.sy_section4 .btbox .qh_btn{width: 40px;height: 40px;font-size: 16px;line-height: 38px;}
.sy_section4 .left .cont a .wzbox{padding: 30px 20px;}
.sy_section4 .left .cont a .wz{font-size: 16px;line-height: 24px;}
.sy_section4 .right .cont li{padding-top: 16px;padding-bottom: 16px;}
.sy_section4 .right .cont a ._l{font-size: 16px;line-height: 24px;}
.sy_section4 .right .cont a ._r{font-size: 16px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.sy_section4{padding-top: 30px;padding-bottom: 30px;}
.sy_section4 .w_width{display: block;}
.sy_section4 .left{width: 100%;margin-bottom: 20px;}
.sy_section4 .right{width: 100%}
.sy_section4 .btbox .bt{font-size: 20px;line-height: 24px;}
.sy_section4 .btbox .num{width: 36px;height: 36px;font-size: 16px;line-height: 34px;}
.sy_section4 .btbox .qh_btn{width: 36px;height: 36px;font-size: 16px;line-height: 34px;}
.sy_section4 .left .cont{margin-top: 14px;}
.sy_section4 .left .cont a .wzbox{padding: 12px 14px;}
.sy_section4 .left .cont a .wz{font-size: 14px;line-height: 20px;}
.sy_section4 .right .cont{margin-top: 0;}
.sy_section4 .right .cont li{padding-top: 14px;padding-bottom: 14px;}
.sy_section4 .right .cont a ._l{font-size: 16px;line-height: 20px;}
.sy_section4 .right .cont a ._r{font-size: 16px;line-height: 20px;}
}

.sy_section5{width: 100%;padding-top: 108px;padding-bottom: 100px;background: #eeeeee;}
.sy_section5 h5{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 44px;}
.sy_section5 .content{width: 100%;}
.sy_section5 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section5 .ul .li{padding: 0 6px;}
.sy_section5 .ul a{display: block;width: 100%;margin-bottom: 12px;}
.sy_section5 .ul a:last-child{margin-bottom: 0;}
.sy_section5 .ul a .pic{ width: 100%; padding-bottom: 73.684%; 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_section5 .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 .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);}
@media screen and (max-width:1024px) {
.sy_section5{padding-top: 30px;padding-bottom: 30px;}
.sy_section5 h5{font-size: 20px;;line-height: 24px;margin-bottom: 20px;}
}

/*关于我们*/
.gy_section1{width: 100%;position: relative;}
.gy_section1 .pic{width: 100%;display: block;}
.gy_section1 .posi{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;}
.gy_section1 .posi img{width: 100px;display: block;margin: 0 auto 20px auto;}
.gy_section1 .posi .wz{font-size: 20px;color: #fff;line-height: 24px;text-align: center;}
@media screen and (max-width:1024px) {
.gy_section1 .posi img{width: 40px;margin: 0 auto 10px auto;}
.gy_section1 .posi .wz{font-size: 15px;line-height: 20px;}
}

.gy_section2{width: 100%;padding-top: 100px;padding-bottom: 110px;}
.gy_section2 .cont1{width: 100%;display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 80px;}
.gy_section2 .cont1 .left{width: 50%;padding-right: 110px;}
.gy_section2 .cont1 .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 32px;}
.gy_section2 .cont1 .jj{font-size: 18px;color: #545454;line-height: 25px;}
.gy_section2 .cont1 .right{width: 50%;}
.gy_section2 .cont1 .right .ul{width: 100%;}
.gy_section2 .cont1 .right .li{width: 100%;}
.gy_section2 .cont1 .right a{display: block;width: 100%;}
.gy_section2 .cont1 .right a .pic{ width: 100%; padding-bottom: 56.25%; position: relative; overflow: hidden;border-radius: 20px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.gy_section2 .cont1 .right a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.gy_section2 .cont1 .right a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.gy_section2 .cont1 .slick-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.8);left: 30px;top: 50%;border-radius: 100%;}
.gy_section2 .cont1 .slick-next{width: 50px;height: 50px;background: rgba(0,0,0,0.8);right: 30px;top: 50%;border-radius: 100%;}
.gy_section2 .cont1 .slick-prev::after{content: "←";display: block;font-size: 20px;color: #fff;line-height: 30px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.gy_section2 .cont1 .slick-next::after{content: "→";display: block;font-size: 20px;color: #fff;line-height: 30px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.gy_section2 .cont1 .slick-prev:hover,
.gy_section2 .cont1 .slick-next:hover{background: #eaaf25;}
.gy_section2 .cont2{width: 100%;}
.gy_section2 .cont2 ul{margin: -13px;width: calc(100% + 26px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.gy_section2 .cont2 li{width: 25%;padding: 13px;}
.gy_section2 .cont2 .line{border-top: 5px solid #eaaf25;padding-top: 26px;}
.gy_section2 .cont2 .btbox{width: 100%;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 38px;}
.gy_section2 .cont2 .btbox img{width: 40px;display: block;}
.gy_section2 .cont2 .btbox .wz{font-size: 30px;color: #333333;line-height: 34px;padding-left: 16px;}
.gy_section2 .cont2 .info{font-size: 20px;color: #535353;line-height: 28px; padding-left:56px;}
@media screen and (max-width:1680px) {
.gy_section2 .cont1 .left{padding-right: 60px;}
.gy_section2 .cont1 .bt{font-size: 30px;line-height: 34px;margin-bottom: 20px;}
.gy_section2 .cont1 .jj{font-size: 14px;line-height: 20px;}
.gy_section2 .cont2 .btbox{margin-bottom: 26px;}
.gy_section2 .cont2 .btbox img{width: 34px;}
.gy_section2 .cont2 .btbox .wz{font-size: 24px;line-height: 30px;padding-left: 12px;}
.gy_section2 .cont2 .info{font-size: 16px; padding-left:46px;}
}
@media screen and (max-width:1024px) {
.gy_section2{padding-top: 30px;padding-bottom: 30px;}
.gy_section2 .cont1{margin-bottom: 20px;display: block;}
.gy_section2 .cont1 .left{width: 100%;padding-right: 0;margin-bottom: 14px;}
.gy_section2 .cont1 .bt{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.gy_section2 .cont1 .jj{font-size: 14px;line-height: 20px;}
.gy_section2 .cont1 .right{width: 100%;}
.gy_section2 .cont1 .right a .pic{border-radius: 12px;}
.gy_section2 .cont1 .slick-prev{width: 36px;height: 36px;left: 20px;}
.gy_section2 .cont1 .slick-next{width: 36px;height: 36px;right: 20px;}
.gy_section2 .cont1 .slick-prev::after{font-size: 16px;line-height: 24px;}
.gy_section2 .cont1 .slick-next::after{font-size: 16px;line-height: 24px;}
.gy_section2 .cont2{width: 100%;}
.gy_section2 .cont2 ul{margin: -6px;width: calc(100% + 12px);}
.gy_section2 .cont2 li{width: 50%;padding: 6px;}
.gy_section2 .cont2 .line{border-top: 3px solid #eaaf25;padding-top: 14px;}
.gy_section2 .cont2 .btbox{margin-bottom: 12px;}
.gy_section2 .cont2 .btbox img{width: 32px;}
.gy_section2 .cont2 .btbox .wz{font-size: 18px;line-height: 24px;padding-left: 10px;}
.gy_section2 .cont2 .info{font-size: 14px;line-height: 24px; padding-left:42px;}
.gy_section2 .cont2 .info br{display: none;}
}

.gy_section3{width: 100%;padding-top: 90px;padding-bottom: 100px;background: #1266ff;}
.gy_section3 .btbox{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.gy_section3 .btbox h3{font-size: 40px;color: #ffffff;line-height: 44px;}
.gy_section3 .btbox ._r{display: flex;justify-content: flex-end;align-items: center;}
.gy_section3 .btbox .num{width: 50px;height: 50px;font-size: 20px;color: #fff;line-height: 48px;text-align: center;border: 1px solid #fff;border-radius: 100%;margin-right: 10px;}
.gy_section3 .btbox .qh_btn{width: 50px;height: 50px;font-size: 20px;color: #fff;line-height: 48px;text-align: center;border: 1px solid #fff;border-radius: 100%;margin-right: 10px;cursor: pointer;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.gy_section3 .btbox .qh_btn:hover{background: #eaaf25;color: #fff;border-color: #eaaf25;}
.gy_section3 .content{margin-top: 44px;}
.gy_section3 .content .ul{margin: 0 -14px;width: calc(100% + 28px);}
.gy_section3 .content .li{padding: 0 14px;}
.gy_section3 .content a{display: block;width: 100%;background: #ffffff;padding: 40px 40px 30px 40px;border-radius: 12px;}
.gy_section3 .content a .pic{ padding-bottom: 144%; position: relative; overflow: hidden;}
.gy_section3 .content 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_section3 .content a .wzbox{margin-top: 28px;}
.gy_section3 .content a .wz{font-size: 26px;color: #545454;line-height: 30px;text-align: center;}
@media screen and (max-width:1680px) {
.gy_section3 .content .ul{margin: 0 -10px;width: calc(100% + 20px);}
.gy_section3 .content .li{padding: 0 10px;}
.gy_section3 .content a{padding: 30px;}
.gy_section3 .content a .wz{font-size: 20px;line-height: 26px;}
}
@media screen and (max-width:1024px) {
.gy_section3{padding-top: 30px;padding-bottom: 30px;}
.gy_section3 .btbox h3{font-size: 20px;line-height: 24px;}
.gy_section3 .btbox .num{width: 36px;height: 36px;font-size: 16px;line-height: 34px;}
.gy_section3 .btbox .qh_btn{width: 36px;height: 36px;font-size: 16px;line-height: 34px;}
.gy_section3 .content{margin-top: 20px;}
.gy_section3 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.gy_section3 .content .li{padding: 0 6px;}
.gy_section3 .content a{padding: 12px;}
.gy_section3 .content a .wzbox{margin-top: 12px;}
.gy_section3 .content a .wz{font-size: 15px;line-height: 20px;}
}

.gy_section4{width: 100%;padding-top: 90px;padding-bottom: 100px;background: #eeeeee;}
.gy_section4 h4{font-size: 40px;color: #545454;line-height: 44px;margin-bottom: 54px;}
.gy_section4 ul{margin: -13px;width: calc(100% + 26px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.gy_section4 ul li{width: 25%;padding: 13px;}
.gy_section4 ul a{display: block;background: #ffffff;border-radius: 12px;padding: 30px 20px 40px 40px;position: relative;}
.gy_section4 ul a::before{content: "";display: block;width: 100%;height: 100%;background: #fff;border-radius: 12px;position: absolute;left: 0;top: 0;z-index: 2;}
.gy_section4 ul a::after{content: "";display: block;width: 100%;height: 50px;border-radius: 12px;position: absolute;left: 0;top: -5px;background: #eaaf25;z-index: 1;}
.gy_section4 ul a .wzbox{position: relative;z-index: 2;margin-bottom: 40px;}
.gy_section4 ul a .bt{font-size: 30px;color: #1266ff;line-height: 34px;margin-bottom: 16px;}
.gy_section4 ul a .jj{font-size: 20px;color: #555555;line-height: 40px;}
.gy_section4 ul a .more{position: relative;z-index: 2;width: 50px;height: 50px;border: 1px solid #999;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.gy_section4 ul a .more img{width: 26px;display: block;}
.gy_section4 ul a .more .ico2{display: none;}
.gy_section4 ul a:hover .more{background: #eaaf24;border-color: #eaaf24;}
.gy_section4 ul a:hover .more .ico1{display: none;}
.gy_section4 ul a:hover .more .ico2{display: block;}
@media screen and (max-width:1680px) {
.gy_section4 ul a{padding: 30px 20px 30px 30px;}
.gy_section4 ul a .wzbox{margin-bottom: 30px;}
.gy_section4 ul a .bt{font-size: 24px;line-height: 30px;margin-bottom: 12px;}
.gy_section4 ul a .jj{font-size: 16px;line-height: 30px;}
.gy_section4 ul a .more{width: 40px;height: 40px;}
.gy_section4 ul a .more img{width: 24px;}
}
@media screen and (max-width:1024px) {
.gy_section4{padding-top: 30px;padding-bottom: 30px;}
.gy_section4 h4{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.gy_section4 ul{margin: 0;width: 100%;}
.gy_section4 ul li{width: 100%;padding: 0;margin-bottom: 12px;padding-top: 6px;}
.gy_section4 ul a{padding: 20px;}
.gy_section4 ul a .abox{display: flex;justify-content: space-between;align-items: flex-start;}
.gy_section4 ul a .wzbox{width: calc(100% - 50px); margin-bottom: 0;}
.gy_section4 ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.gy_section4 ul a .jj{font-size: 14px;line-height: 24px;}
.gy_section4 ul a .more{width: 32px;height: 32px;}
.gy_section4 ul a .more img{width: 20px;}
}

/*产品*/
.cp_section1{width: 100%;padding-top: 34px;padding-bottom: 34px;}
.cp_section1 .ul{width: 100%;padding-left: 160px;padding-right: 120px;}
.cp_section1 .li{width: 100%;}
.cp_section1 .ul a{display: flex;justify-content: flex-start;align-items: center;}
.cp_section1 .ul a .left{width: 310px;}
.cp_section1 .ul a .pic{ padding-bottom: 134.19%; position: relative; overflow: hidden;}
.cp_section1 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.cp_section1 .ul a .right{width: calc(100% - 310px);padding-left: 44px;}
.cp_section1 .ul a .bt{font-size: 50px;color: #ffffff;line-height: 54px;margin-bottom: 20px;}
.cp_section1 .ul a .jj{font-size: 18px;color: #ffffff;line-height: 25px;margin-bottom: 40px;}
.cp_section1 .ul a .qh_btnbox{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
.cp_section1 .ul a .qh_btn{width: 50px;height: 50px;background: #051e4c;border-radius: 100%;font-size: 20px;color: #fff;line-height: 50px;text-align: center;border-radius: 100%;margin-right: 10px;}
.cp_section1 .ul a .qh_btn:last-childs{margin-right: 0;}
.cp_section1 .ul a .qh_btn:hover{background: #eaaf25;}
@media screen and (max-width:1680px) {
.cp_section1 .ul{padding-left: 0;padding-right: 0;}
}
@media screen and (max-width:1024px) {
.cp_section1{padding-top: 30px;padding-bottom: 50px;}
.cp_section1 .ul{padding-left: 0;padding-right: 0;}
.cp_section1 .ul a{display: block;position: relative;}
.cp_section1 .ul a .left{width: 120px;margin: 0 auto 12px auto;}
.cp_section1 .ul a .right{width: 100%;padding-left: 0;}
.cp_section1 .ul a .bt{font-size: 20px;line-height: 24px;margin-bottom: 10px;text-align: center;}
.cp_section1 .ul a .jj{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.cp_section1 .ul a .jj br{display: none;}
.cp_section1 .ul a .qh_btnbox{justify-content: center;}
.cp_section1 .ul a .qh_btn{width: 36px;height: 36px;font-size: 16px;line-height:36px;}
}

.cp_section2{width: 100%;position: relative;margin-top: -10px;}
.cp_section2::after{content: "";display: block;width: 100%;height: calc(100% - 10px);background: #1059db;position: absolute;left: 0;bottom: 0;z-index: 1;}
.cp_section2 .w_width{position: relative;z-index: 2;}
.cp_section2 ul{display: flex;justify-content: center;align-items: center;}
.cp_section2 ul li{margin-right: 20px;}
.cp_section2 ul li:last-child{margin-right: 0;}
.cp_section2 ul a{display: flex;justify-content: flex-start;align-items: center;border-radius: 20px 20px 0 0;padding:30px 68px 30px 40px;}
.cp_section2 ul a .ico{width: 82px;border: 1px solid #1059db;border-radius: 100%;}
.cp_section2 ul a .ico img{width: 100%;display: block;}
.cp_section2 ul a .wz{font-size: 30px;color: #ffffff;line-height: 40px;margin-left: 12px;}
.cp_section2 ul li.on a,
.cp_section2 ul li:hover a{background: #eee;}
.cp_section2 ul li.on a .wz,
.cp_section2 ul li:hover a .wz{color: #1059db;}
@media screen and (max-width:1680px) {
.cp_section2 ul li{margin-right: 16px;}
.cp_section2 ul a{padding:20px 40px 20px 30px;}
.cp_section2 ul a .ico{width: 62px;}
.cp_section2 ul a .wz{font-size: 20px;line-height: 30px;margin-left: 10px;}
}
@media screen and (max-width:1024px) {
.cp_section2{background: #1059db;}
.cp_section2 ul{display: block;font-size: 0;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.cp_section2 ul::-webkit-scrollbar{ display: none;}
.cp_section2 ul li{margin-right: 20px;display: inline-block;vertical-align: middle;}
.cp_section2 ul a{border-radius: 12px 12px 0 0;padding: 11px 0;}
.cp_section2 ul a .ico{width: 42px;}
.cp_section2 ul a .wz{font-size: 16px;line-height: 24px;margin-left: 10px;}
.cp_section2 ul li:hover a,
.cp_section2 ul li.on a{padding: 11px 20px;}
}

.cp_section3{width: 100%;padding-top: 48px;padding-bottom: 110px;background: #eeeeee;}
.cp_section3 ul{margin: -15px -13px;width: calc(100% + 26px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.cp_section3 ul li{padding: 15px 13px;width: 25%;}
.cp_section3 ul a{display: block;width: 100%;background: #ffffff;border-radius: 12px;overflow: hidden;}
.cp_section3 ul a:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.cp_section3 ul a .pic{ width: 100%; padding-bottom: 78.9473%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cp_section3 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;}
.cp_section3 ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.cp_section3 ul a .wzbox{width: 100%;padding: 20px 20px 50px 20px;}
.cp_section3 ul a .wz{font-size: 26px;color: #005d9b;line-height: 30px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
@media screen and (max-width:1680px) {
.cp_section3 ul{margin: -10px;width: calc(100% + 20px);}
.cp_section3 ul li{padding: 10px;}
.cp_section3 ul a .wzbox{padding: 14px 14px 30px 14px;}
.cp_section3 ul a .wz{font-size: 20px;line-height: 30px;}
}
@media screen and (max-width:1024px) {
.cp_section3{padding-top: 30px;padding-bottom: 30px;;}
.cp_section3 ul{margin: -6px;width: calc(100% + 12px);}
.cp_section3 ul li{padding: 6px;width: 50%;}
.cp_section3 ul a .wzbox{padding: 12px;}
.cp_section3 ul a .wz{font-size: 15px;line-height: 20px;}
}

/*产品详情*/
.cpxq_section1{width: 100%;background: #1266ff;padding-top: 70px;padding-bottom: 100px;}
.cpxq_section1 .w_width{display: flex;justify-content: flex-start;align-items: flex-start;}
.cpxq_section1 .left{width: 49.375%;display: flex;justify-content: flex-start;align-items: center;}
.cpxq_section1 .left .qh_l{width: 79.74683544303797%;}
.cpxq_section1 .left .qh_l .pic{ padding-bottom: 100%; position: relative; overflow: hidden;background: #fff;border-radius: 12px;}
.cpxq_section1 .left .qh_l .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%);}
.cpxq_section1 .left .qh_r{width: 20.25316455696203%;padding-left: 10px;margin: -5px 0;}
.cpxq_section1 .left .qh_r li{padding: 5px 0;}
.cpxq_section1 .left .qh_r .pic{ padding-bottom: 100%; position: relative; overflow: hidden;background: #fff;border-radius: 12px;}
.cpxq_section1 .left .qh_r .pic::after{content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.1);position: absolute;left: 0;top: 0;}
.cpxq_section1 .left .qh_r .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%);}
.cpxq_section1 .left .qh_r li.slick-current .pic::after{display: none;}
.cpxq_section1 .right{width: 50.625%;padding-left: 50px;}
.cpxq_section1 .right .bt{font-size: 70px;color: #ffffff;line-height: 80px;padding-bottom: 50px;margin-bottom: 60px;border-bottom: 1px solid #ffffff;}
.cpxq_section1 .right ul{width: 100%;}
.cpxq_section1 .right li{display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 10px;}
.cpxq_section1 .right li:last-child{margin-bottom: 0;}
.cpxq_section1 .right li .wz_l{width: 130px;font-size: 20px;color: #ffffff;line-height: 30px;padding: 10px 12px;border-radius: 12px;background: #75a6ff;display: block;}
.cpxq_section1 .right li .con_r{width: calc(100% - 130px);padding-left: 20px;font-size: 20px;color: #ffffff;line-height: 40px;margin-top: 5px;}

.cpxq_section1 .left .qh_l .pic .intro{position:absolute; width:100%; bottom:0px; padding:10px 20px; color:#fff;  background:rgba(0,0,0,0.3); font-size: 16px; line-height:26px; text-align: center;}

@media screen and (max-width:1680px) {
.cpxq_section1 .left{width: 40%;}
.cpxq_section1 .right{width: 100%;padding-left: 30px;}
.cpxq_section1 .right .bt{font-size: 30px;line-height: 42px;padding-bottom: 20px;margin-bottom: 30px;}
.cpxq_section1 .right li .wz_l{width: 120px;font-size: 16px;line-height: 24px;padding: 8px 10px;}
.cpxq_section1 .right li .con_r{width: calc(100% - 120px);padding-left: 14px;font-size: 16px;line-height: 26px;margin-top: 5px;}



}
@media screen and (max-width:1024px) {
.cpxq_section1{padding-top: 30px;padding-bottom: 40px;}
.cpxq_section1 .w_width{display: block;}
.cpxq_section1 .left{width: 100%;}
.cpxq_section1 .left .qh_l{width: 79.74683544303797%;}
.cpxq_section1 .left .qh_l .pic{ padding-bottom: 100%; position: relative; overflow: hidden;background: #fff;border-radius: 12px;}
.cpxq_section1 .left .qh_l .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%);}
.cpxq_section1 .left .qh_r{width: 20.25316455696203%;padding-left: 10px;margin: -5px 0;}
.cpxq_section1 .left .qh_r li{padding: 5px 0;}
.cpxq_section1 .left .qh_r .pic{ padding-bottom: 100%; position: relative; overflow: hidden;background: #fff;border-radius: 12px;}
.cpxq_section1 .left .qh_r .pic::after{content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.1);position: absolute;left: 0;top: 0;}
.cpxq_section1 .left .qh_r .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%);}
.cpxq_section1 .right{width: 100%;padding-left: 0;margin-top: 20px;}
.cpxq_section1 .right .bt{font-size: 20px;line-height: 30px;padding-bottom: 14px;margin-bottom: 14px;}
.cpxq_section1 .right li{display: block;margin-bottom: 10px;}
.cpxq_section1 .right li .wz_l{width: 100px;font-size: 14px;line-height: 20px;padding: 8px 10px;border-radius: 6px;}
.cpxq_section1 .right li .con_r{padding-left: 0;font-size: 14px;line-height: 24px;margin-top: 6px;width: 100%;}

.cpxq_section1 .left .qh_l .pic .intro{padding:5px 10px; font-size: 14px;line-height: 20px;}

}

.cpxq_section2{width: 100%;margin-top: -10px;position: relative;}
.cpxq_section2::after{content: "";display: block;width: 100%;height: calc(100% - 10px);background: #004fdf;position: absolute;left: 0;bottom: 0;}
.cpxq_section2 .w_width{position: relative;z-index: 5;}
.cpxq_section2 ul{display: flex;justify-content: flex-start;align-items: flex-start;}
.cpxq_section2 ul li{margin-right: 5px;}
.cpxq_section2 ul li:last-child{margin-right: 0;}
.cpxq_section2 ul a{display: block;font-size: 30px;color: #1266ff;line-height: 40px;padding: 35px 70px;background: #ffffff;border-radius: 12px 12px 0 0;}
.cpxq_section2 ul li:hover a,
.cpxq_section2 ul li.on a{background: #eeeeee;color: #555555;}
@media screen and (max-width:1680px) {
.cpxq_section2 ul a{font-size: 24px;line-height: 30px;padding: 26px 50px;}
}
@media screen and (max-width:1024px) {
.cpxq_section2 ul{display: flex;justify-content: flex-start;align-items: flex-start;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%}
.cpxq_section2 ul::-webkit-scrollbar{ display: none;}
.cpxq_section2 ul li{width: calc(33.3333% - 5px);}
.cpxq_section2 ul a{font-size: 16px;line-height: 20px;padding: 10px 12px;text-align: center; border-radius: 6px 6px 0 0;width: 100%;}
}

.cpxq_section3{width: 100%;padding-top: 50px;padding-bottom: 100px;background: #eeeeee;}
.cpxq_section3 .cont1{margin-bottom: 50px;}
.cpxq_section3 .cont2{margin-bottom: 50px;}
.cpxq_section3 .cont{width: 100%;background: #ffffff;border-radius: 20px;overflow: hidden;display: flex;justify-content: flex-start;align-items: stretch;}
.cpxq_section3 .cont .left{width: 18.75%;background: #dddddd;padding: 50px 20px 50px 50px;}
.cpxq_section3 .cont .left .bt{font-size: 40px;color: #545454;line-height: 44px;margin-bottom: 34px;}
.cpxq_section3 .cont .left .line{width: 100px;height: 5px;background: #eaaf25;}
.cpxq_section3 .cont .right{width: 81.25%;padding: 50px 150px 70px 150px;}
.cpxq_section3 .cont .right .r_box1{font-size: 16px;color: #545454;line-height: 28px;}
.cpxq_section3 .cont .right .r_box1 img{max-width: 100%;}
.cpxq_section3 .cont .tit{font-size: 20px;color: #545454;line-height: 24px;margin-bottom: 56px;}
.cpxq_section3 .cont .tit2{font-size: 20px;color: #545454;line-height: 24px;margin-bottom: 24px;}
.cpxq_section3 .cont .jj{font-size: 20px;color: #545454;line-height: 28px;}
/*20240711start*/
.cpxq_section3 .cont table{width: 100%;margin-bottom: 66px;border: 1px solid #000000;}
.cpxq_section3 .cont table tr{border-bottom: 1px solid #000000;}
.cpxq_section3 .cont table .first_tr td{font-size: 18px;color: #fff;line-height: 24px;padding: 8px 20px;border-right: 1px solid #000;text-align: center;background: #0070c0;}
/*.cpxq_section3 .cont table .first_tr td:nth-child(1){width: 23.3695652173913%;}
.cpxq_section3 .cont table .first_tr td:nth-child(2){width: 15.54347826086957%;}
.cpxq_section3 .cont table .first_tr td:nth-child(3){width: 30.43478260869565%;}*/
.cpxq_section3 .cont table .first_tr td:nth-child(4){/*width: 30.65217391304348%;*/border-right: 0;}
.cpxq_section3 .cont table td{font-size: 16px;color: #000;line-height: 20px;padding: 16px;text-align: center;border-right: 1px solid #000;}
/*.cpxq_section3 .cont table td:nth-child(1){width: 23.3695652173913%;}
.cpxq_section3 .cont table td:nth-child(2){width: 15.54347826086957%;}
.cpxq_section3 .cont table td:nth-child(3){width: 30.43478260869565%;}*/
.cpxq_section3 .cont table td:nth-child(4){/*width: 30.65217391304348%;*/border-right: 0;}
/*20240711end*/
.cpxq_section3 .cont4{margin-top: 100px;}
.cpxq_section3 .cont4 h5{font-size: 40px;color: #555555;line-height: 44px;margin-bottom: 44px;}
.cpxq_section3 .cont4 .ul{margin: 0 -13px;width: calc(100% + 26px);}
.cpxq_section3 .cont4 .ul .li{padding: 0 13px;}
.cpxq_section3 .cont4 .ul a{display: block;width: 100%;background: #ffffff;border-radius: 12px;overflow: hidden;}
.cpxq_section3 .cont4 .ul a .pic{ width: 100%; padding-bottom: 78.9473%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cpxq_section3 .cont4 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.cpxq_section3 .cont4 .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.cpxq_section3 .cont4 .ul a .wzbox{width: 100%;padding: 20px 20px 50px 20px;}
.cpxq_section3 .cont4 .ul a .wz{font-size: 26px;color: #005d9b;line-height: 30px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
@media screen and (max-width:1680px) {
.cpxq_section3 .cont1{margin-bottom: 40px;}
.cpxq_section3 .cont2{margin-bottom: 40px;}
.cpxq_section3 .cont .left{width: 20%;padding: 40px 16px 40px 40px;}
.cpxq_section3 .cont .left .bt{font-size: 30px;line-height: 34px;margin-bottom: 20px;}
.cpxq_section3 .cont .left .line{width: 80px;height: 4px;}
.cpxq_section3 .cont .right{width: 80%;padding: 40px 100px 60px 100px;}
.cpxq_section3 .cont .right .r_box1{font-size: 16px;line-height: 24px;}
.cpxq_section3 .cont .tit{font-size: 16px;line-height: 20px;margin-bottom: 40px;}
.cpxq_section3 .cont .tit2{font-size: 16px;line-height: 20px;margin-bottom: 20px;}
.cpxq_section3 .cont .jj{font-size: 16px;line-height: 24px;}
.cpxq_section3 .cont .tab_box{padding-left: 0;padding-right: 0;margin-bottom: 40px;}
.cpxq_section3 .cont .tab_con .top .list{font-size: 16px;line-height: 20px;padding: 8px 12px;}
.cpxq_section3 .cont .tab_con .bottom .list{font-size: 14px;line-height: 18px;padding: 14px;}
/*20240711start*/
.cpxq_section3 .cont table{margin-bottom: 40px;}
.cpxq_section3 .cont table th{font-size: 16px;line-height: 20px;padding: 8px 12px;}
.cpxq_section3 .cont table td{font-size: 14px;line-height: 18px;padding: 14px;}
/*20240711end*/
.cpxq_section3 .cont4 .ul{margin: 0 -10px;width: calc(100% + 20px);}
.cpxq_section3 .cont4 .ul .li{padding: 0 10px;}
.cpxq_section3 .cont4 .ul a .wzbox{padding: 14px 14px 30px 14px;}
.cpxq_section3 .cont4 .ul a .wz{font-size: 20px;line-height: 30px;}
}
@media screen and (max-width:1024px) {
.cpxq_section3{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section3 .cont1{margin-bottom: 20px;}
.cpxq_section3 .cont2{margin-bottom: 20px;}
.cpxq_section3 .cont{border-radius: 12px;display: block;}
.cpxq_section3 .cont .left{width: 100%;padding: 20px;}
.cpxq_section3 .cont .left .bt{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.cpxq_section3 .cont .left .line{width: 40px;height: 3px;}
.cpxq_section3 .cont .right{width: 100%;padding: 20px;}
.cpxq_section3 .cont .right .r_box1{font-size: 14px;line-height: 24px;}
.cpxq_section3 .cont .tit{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.cpxq_section3 .cont .tit2{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.cpxq_section3 .cont .jj{font-size: 14px;line-height: 24px;}

/*20240711start*/
.cpxq_section3 .cont table{margin-bottom: 12px;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;display: block;height: auto!important;}
.cpxq_section3 .cont table::-webkit-scrollbar{ display: none;}
.cpxq_section3 .cont table th{font-size: 14px;line-height: 18px;padding: 6px 12px;}
.cpxq_section3 .cont table td{font-size: 14px;line-height: 18px;padding: 6px 12px;}
/*20240711end*/
.cpxq_section3 .cont4{margin-top: 20px;}
.cpxq_section3 .cont4 h5{font-size: 20px;line-height: 24px;margin-bottom: 14px;}
.cpxq_section3 .cont4 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.cpxq_section3 .cont4 .ul .li{padding: 0 6px;width: 50%;}
.cpxq_section3 .cont4 .ul a .wzbox{padding: 12px;}
.cpxq_section3 .cont4 .ul a .wz{font-size: 15px;line-height: 20px;}
}

/*服务案例*/
.fwal_section1{padding-top: 180px;padding-bottom: 180px;}
@media screen and (max-width:1024px) {
.fwal_section1{padding-top: 40px;padding-bottom: 40px;}
}

.fwal_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #eeeeee;}
.fwal_section2 .page_section{margin-top: 50px;}
.fwal_section2 ul{margin: -25px;width: calc(100% + 50px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.fwal_section2 ul li{width: 33.3333%;padding: 25px;}
.fwal_section2 ul a{display: block;width: 100%;}
.fwal_section2 ul a .wzbox{margin-bottom: 26px;}
.fwal_section2 ul a .date{font-size: 18px;color: #999999;line-height: 24px;margin-bottom: 20px;}
.fwal_section2 ul a .bt{font-size: 30px;color: #535353;line-height: 34px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.fwal_section2 ul a .jj{font-size: 18px;color: #999999;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.fwal_section2 ul a:hover .bt{color: #eaaf25;}
.fwal_section2 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;}
.fwal_section2 ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.fwal_section2 ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
@media screen and (max-width:1024px) {
.fwal_section2{padding-top: 30px;padding-bottom: 30px;}
.fwal_section2 .page_section{margin-top: 20px;}
.fwal_section2 ul{margin: -10px -6px;width: calc(100% + 12px);}
.fwal_section2 ul li{width: 50%;padding: 10px 6px;}
.fwal_section2 ul a .wzbox{margin-bottom: 10px;}
.fwal_section2 ul a .date{font-size: 14px;line-height: 18px;margin-bottom: 4px;}
.fwal_section2 ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 6px;}
.fwal_section2 ul a .jj{font-size: 14px;line-height: 18px;-webkit-line-clamp:2;min-height: 36px;}
}

/*分页*/
.page_section{width: 100%;}
.page_section .phpage{display: none;}
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{display: block;margin-right: 10px;width: 50px;height: 50px;background: #fff;border-radius: 10px;border: 1px solid #888888;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #888888;line-height: 20px;}
.page_section .pcpage a img{width: 50px;display: block;}
.page_section .pcpage .btn{width: 70px;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{background: rgba(255,255,255,0);}
@media screen and (max-width:1024px) {
.page_section .phpage{display: flex;justify-content: center;align-items: center;}
.page_section .phpage a{display: block;width: 36px;height: 36px;border: 1px solid #000;border-radius: 6px;display: flex;justify-content: center;align-items: center;background: #fff;}
.page_section .phpage a img{width: 26px;}
.page_section .phpage span{font-size: 16px;color: #000;line-height: 20px;margin: 0 20px;}
.page_section .pcpage{display: none;}
}

/*服务案例_详情*/
.fwalxq_section{width: 100%;position: relative;overflow: hidden;}
.fwalxq_section .w_width{display: flex;justify-content: flex-start;align-items: stretch;}
.fwalxq_section .left{width: 75.625%;padding: 100px 60px 120px 0;position: relative;}
.fwalxq_section .left::after{content: "";display: block;width: 2000px;height: 100%;background: #eeeeee;position: absolute;left: 100%;top: 0;}
.fwalxq_section .left h2{font-size: 50px;color: #000000;line-height: 54px;margin-bottom: 26px;}
.fwalxq_section .left .jj{font-size: 20px;color: #545454;line-height: 24px;margin-bottom: 26px;}
.fwalxq_section .left .date{font-size: 18px;color: #aaaaaa;line-height: 24px;margin-bottom: 30px;}
.fwalxq_section .left .content{width: 100%;padding-top: 50px;border-top: 1px solid #dddddd;font-size: 20px;color: #545454;line-height: 28px;}
.fwalxq_section .left .content img{max-width: 100%;}
.fwalxq_section .right{width: 24.375%;padding: 100px 0 60px 90px;position: relative;z-index: 3;}
.fwalxq_section .right ul{width: 100%;}
.fwalxq_section .right ul li{width: 100%;margin-bottom: 38px;}
.fwalxq_section .right ul li:last-child{margin-bottom: 0;}
.fwalxq_section .right ul a{display: block;width: 100%;}
.fwalxq_section .right ul a .wzbox{margin-bottom: 30px;}
.fwalxq_section .right ul a .wz1{font-size: 24px;color: #525252;line-height: 30px;margin-bottom: 22px;}
.fwalxq_section .right ul a .wz2{font-size: 18px;color: #999999;line-height: 24px;margin-bottom: 20px;}
.fwalxq_section .right ul a .wz3{font-size: 30px;color: #545454;line-height: 34px;margin-bottom: 18px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.fwalxq_section .right ul a .wz4{font-size: 18px;color: #999999;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.fwalxq_section .right ul a:hover .wz1,
.fwalxq_section .right ul a:hover .wz3{color: #eaaf25;}
.fwalxq_section .right ul a .pic{ width: 100%; padding-bottom: 56.66%; 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;}
.fwalxq_section .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;}
.fwalxq_section .right ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
@media screen and (max-width:1680px) {
.fwalxq_section .right{padding: 100px 0 60px 40px;}
.fwalxq_section .right ul a .wz1{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.fwalxq_section .right ul a .wz2{font-size: 14px;line-height: 20px;margin-bottom: 16px;}
.fwalxq_section .right ul a .wz3{font-size: 24px;line-height: 30px;margin-bottom: 14px;}
.fwalxq_section .right ul a .wz4{font-size: 14px;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.fwalxq_section{padding: 0!important;}
.fwalxq_section .w_width{display: block;}
.fwalxq_section .left{width: 100%;padding: 30px 15px;}
.fwalxq_section .left::after{display: none;}
.fwalxq_section .left h2{font-size: 18px;line-height: 24px;margin-bottom: 8px;font-weight: bold;}
.fwalxq_section .left .jj{font-size: 14px;line-height: 20px;margin-bottom: 8px;}
.fwalxq_section .left .date{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.fwalxq_section .left .content{padding-top: 12px;font-size: 14px;line-height: 24px;}
.fwalxq_section .right{width: 100%;padding: 20px 15px;background: #eeeeee;}
.fwalxq_section .right ul{margin: 0 -6px;width: calc(100% + 12px);display: flex;justify-content: flex-start;align-items: flex-start;}
.fwalxq_section .right ul li{margin-bottom: 0;width: 50%;padding: 0 6px;}
.fwalxq_section .right ul li:nth-child(2){text-align: right;}
.fwalxq_section .right ul a .wzbox{margin-bottom: 0;}
.fwalxq_section .right ul a .wz1{font-size: 14px;line-height: 18px;margin-bottom: 10px;}
.fwalxq_section .right ul a .wz2{display: none;}
.fwalxq_section .right ul a .wz3{font-size: 16px;line-height: 20px;margin-bottom: 0;}
.fwalxq_section .right ul a .wz4{display: none;}
.fwalxq_section .right ul a .pic{display: none;}
}

/*内页banner*/
.ny_banner{width: 100%;position: relative;}
.ny_banner img{width: 100%;display: block;}
.ny_banner .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.ny_banner h1{font-size: 50px;color: #fff;line-height: 54px;}
.ny_banner .fbt{font-size: 40px;color: #fff;line-height: 44px;}
@media screen and (max-width:1680px) {
.ny_banner h1{font-size: 40px;line-height: 44px;}
.ny_banner .fbt{font-size: 30px;line-height: 34px;}
}
@media screen and (max-width:1024px) {
.ny_banner h1{font-size: 24px;line-height: 30px;}
.ny_banner .fbt{font-size: 18px;line-height: 24px;}
}

/*资讯动态*/
.xw_section{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #eeeeee;}
.xw_section .page_section{margin-top: 50px;}
.xw_section ul{margin: -16px -20px;width: calc(100% + 40px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.xw_section ul li{width: 50%;padding: 16px 20px;}
.xw_section ul a{display: block;width: 100%;background: #fff;padding: 20px 70px 20px 20px;display: flex;justify-content: flex-start;align-items: center;border-radius: 20px;}
.xw_section ul a .left{width: 43.47826086956522%;}
.xw_section ul a .pic{ width: 100%; padding-bottom: 56.666%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.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 .right{width: 56.52173913043478%;padding-left: 12px;}
.xw_section ul a .date{font-size: 18px;color: #999999;line-height: 24px;margin-bottom: 20px;}
.xw_section ul a .bt{font-size: 24px;color: #545454;line-height: 33px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xw_section ul a:hover .bt{color: #eaaf25;}
@media screen and (max-width:1680px) {
.xw_section ul{margin: -12px;width: calc(100% + 24px);}
.xw_section ul li{padding: 12px;}
.xw_section ul a{padding: 14px 40px 14px 14px;}
.xw_section ul a .date{font-size: 16px;line-height: 20px;margin-bottom: 16px;}
.xw_section ul a .bt{font-size: 20px;line-height: 26px;}
}
@media screen and (max-width:1024px) {
.xw_section{padding-top: 30px;padding-bottom: 30px;}
.xw_section .page_section{margin-top: 20px;}
.xw_section ul{margin: 0;width: 100%;}
.xw_section ul li{width: 100%;padding: 0;margin-bottom: 12px;}
.xw_section ul li:last-child{margin-bottom: 0;}
.xw_section ul a{padding: 10px;border-radius: 12px;}
.xw_section ul a .left{width: 140px;}
.xw_section ul a .pic{ border-radius: 8px;}
.xw_section ul a .right{width: calc(100% - 140px);padding-left: 10px;padding-top: 0;}
.xw_section ul a .date{font-size: 13px;line-height: 18px;margin-bottom: 8px;}
.xw_section ul a .bt{font-size: 15px;line-height: 20px;}
}

/*联系我们*/
.lxwm_section{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.lxwm_section .cont1{margin-bottom: 50px;position: relative;}
.lxwm_section .cont1 .pic{width: 100%;display: block;border-radius: 12px;}
.lxwm_section .cont1 .content{width: 37.5%;position: absolute;right: 6.25%;top: 50%;transform: translate(0,-50%);background-color: #fff;border-radius: 12px;padding: 40px 12px 44px 40px;box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.lxwm_section .cont1 .bt{font-size: 40px;color: #555555;line-height: 44px;margin-bottom: 24px;}
.lxwm_section .cont1 ul{width: 100%;}
.lxwm_section .cont1 ul li{width: 100%;margin-bottom: 14px;display: flex;justify-content: flex-start;align-items: flex-start;}
.lxwm_section .cont1 ul li:last-child{margin-bottom: 0;}
.lxwm_section .cont1 ul img{width: 24px;display: block;}
.lxwm_section .cont1 ul .wz{font-size: 20px;color: #999999;line-height: 24px;width: calc(100% - 24px);padding-left: 16px;}
.lxwm_section .cont2{width: 100%;}
.lxwm_section .cont2 ul{margin: -25px;width: calc(100% + 50px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.lxwm_section .cont2 li{padding: 25px;width: 33.333%;}
.lxwm_section .cont2 a{display: block;width: 100%;background: #eeeeee;padding: 30px 30px 40px 30px;border-radius: 12px;}
.lxwm_section .cont2 a .bt{font-size: 34px;color: #545454;line-height: 38px;margin-bottom: 22px;}
.lxwm_section .cont2 a .dl{width: 100%;}
.lxwm_section .cont2 a .dd{margin-bottom: 14px;display: flex;justify-content: flex-start;align-items: flex-start;}
.lxwm_section .cont2 a .dd:last-childs{margin-bottom: 0;}
.lxwm_section .cont2 a .dd .ico{width: 24px;display: block;}
.lxwm_section .cont2 a .dd .wz{width: calc(100% - 24px);padding-left: 12px;display: flex;justify-content: flex-start;align-items: flex-start;font-size: 20px;color: #999999;line-height: 24px;}
.lxwm_section .cont2 a .dd .wz span{display: block;white-space:nowrap;}
@media screen and (max-width:1680px) {
.lxwm_section .cont1 .content{width: 45%;padding: 26px 12px 26px 26px;}
.lxwm_section .cont1 .bt{font-size: 24px;line-height: 30px;margin-bottom: 16px;}
.lxwm_section .cont1 ul li{margin-bottom: 10px;}
.lxwm_section .cont1 ul img{width: 20px;}
.lxwm_section .cont1 ul .wz{font-size: 16px;line-height: 20px;width: calc(100% - 20px);padding-left: 12px;}
.lxwm_section .cont2 ul{margin: -16px;width: calc(100% + 32px);}
.lxwm_section .cont2 li{padding: 16px;}
.lxwm_section .cont2 a{padding: 24px;}
.lxwm_section .cont2 a .bt{font-size: 24px;line-height: 30px;margin-bottom: 16px;}
.lxwm_section .cont2 a .dd{margin-bottom: 12px;}
.lxwm_section .cont2 a .dd .ico{width: 20px;}
.lxwm_section .cont2 a .dd .wz{width: calc(100% - 20px);padding-left: 10px;font-size: 16px;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.lxwm_section{padding-top: 30px;padding-bottom: 30px;}
.lxwm_section .cont1{margin-bottom: 20px;border-radius: 12px;overflow: hidden;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.lxwm_section .cont1 .pic{border-radius: 0;}
.lxwm_section .cont1 .content{width: 100%;position: static;transform: translate(0,0);border-radius: 0;padding: 20px;}
.lxwm_section .cont1 .bt{font-size: 18px;margin-bottom: 24px;margin-bottom: 12px;}
.lxwm_section .cont1 ul li{margin-bottom: 10px;}
.lxwm_section .cont1 ul img{width: 20px;}
.lxwm_section .cont1 ul .wz{font-size: 14px;line-height: 20px;width: calc(100% - 20px);padding-left: 10px;}
.lxwm_section .cont2 ul{margin: 0;width: 100%;}
.lxwm_section .cont2 li{padding: 0;width: 100%;margin-bottom: 12px;}
.lxwm_section .cont2 li:last-child{margin-bottom: 0;}
.lxwm_section .cont2 a{padding: 20px;}
.lxwm_section .cont2 a .bt{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.lxwm_section .cont2 a .dd{margin-bottom: 10px;}
.lxwm_section .cont2 a .dd:last-childs{margin-bottom: 0;}
.lxwm_section .cont2 a .dd .ico{width: 20px;}
.lxwm_section .cont2 a .dd .wz{width: calc(100% - 20px);padding-left: 10px;font-size: 14px;line-height: 20px;}
}
