﻿@charset "UTF-8";
html{
  font-size: 5.813vw;
}
@media screen and  (min-width: 1720px){ /*主体宽度*/
  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: #002fa5;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #002fa5;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:1720px; margin-right: auto; margin-left: auto;}
.w_1920{max-width:1920px; margin-right: auto; margin-left: auto;}
.w_1520{max-width:1520px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 80px;padding-right: 80px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 99999;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs{ width: 100%;padding-left: 30px;padding-right: 30px;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 59px;}
.t_navs .top .logo .img2{display: none;}
.t_navs .top .right{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu .l1{position: relative;padding: 30px 0;margin-right: 30px;
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:last-child{margin-right: 0;}
.t_navs .top .menu .l1 .a1{ display: block;color: #ffffff; position: relative;z-index: 10; padding: 0 12px;line-height: 50px; font-size: 18px;border-radius: 25px;min-width: 150px;text-align: center;}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ color: #fff!important;background: #002fa5!important;}

.t_navs .top .menu .l1.on:hover .a1,.t_navs .top .menu .l1:hover .a1{color: #333333!important;background: #fff!important;}

.t_navs .top .u2{min-width: 190px; top:0; left: 50%;z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);height: auto;position: absolute;background: rgba(0,47,165,0.6);/*backdrop-filter: blur(5px);*/padding: 100px 0px 40px 0;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::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:hover::after{width: 60px;margin-left: -30px;}
.t_navs .top .u2 .l2 .a2:hover{color: rgba(255, 255, 255, 1);-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 .sy_btn{margin-left: 20px;}
.t_navs .top .sy_btn a{display: flex;justify-content: flex-start;align-items: center;background: #002fa5;padding: 10px 16px 10px 10px;border-radius: 25px;}
.t_navs .top .sy_btn a:hover{opacity: 0.8;}
.t_navs .top .sy_btn a .ico{width: 30px;height: 30px;background: #fff;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.t_navs .top .sy_btn a .ico img{width: 18px;display: block;}
.t_navs .top .sy_btn a .wz{font-size: 18px;color: #ffffff;line-height: 30px;margin-left: 6px;}
.wyb_s.on{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .logo img{ width: auto; height: 40px;}
.wyb_s.on .t_navs .top .logo .img1{display: none;}
.wyb_s.on .t_navs .top .logo .img2{display: block;}
.wyb_s.on .t_navs .top .menu .l1{padding: 14px 0;}
.wyb_s.on .t_navs .top .menu .l1 .a1{line-height: 44px;border-radius: 22px;color: #333;}
.wyb_s.on .t_navs .top .u2{}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;opacity: 0;}
@media screen and (max-width:1320px) {
.t_navs .top .logo img{height: 50px;}
.t_navs .top .menu .l1 .a1{padding: 0 8px;font-size: 16px;min-width: 130px;line-height: 40px;border-radius: 20px;}
.t_navs .top .menu .l1{margin-right: 20px;}
.t_navs .top .sy_btn{margin-left: 16px;}
.t_navs .top .sy_btn a .wz{font-size: 16px;}
}
@media screen and (max-width:1140px) {
.t_navs .top .menu .l1 .a1{padding: 0 6px;font-size: 14px;min-width: 110px;line-height: 40px;border-radius: 20px;}
.t_navs .top .menu .l1{margin-right: 14px;}
.t_navs .top .sy_btn{margin-left: 14px;}
.t_navs .top .sy_btn a .wz{font-size: 14px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_nav_zw{height: 50px;}
.t_navs .top{ padding: 0 8px 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .top .logo{ margin: 10px 0;}
.t_navs .top .logo img{ height: 30px;}
.t_navs .top .logo .img1{display: none;}
.t_navs .top .logo .img2{display: block;}
.t_navs .top .sy_btn{margin-left: 0;margin-right: 20px;}
.t_navs .top .sy_btn a{padding: 8px 12px 8px 8px;border-radius: 25px;}
.t_navs .top .sy_btn a .ico{width: 22px;height: 22px;}
.t_navs .top .sy_btn a .ico img{width: 14px;}
.t_navs .top .sy_btn a .wz{font-size: 13px;line-height: 22px;margin-left: 4px;}
.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:#002fa5;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:#002fa5;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: #002fa5;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:#002fa5;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;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);}
.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: 80px;padding-bottom: 70px;background: #ffffff;}
.b_nav .cont1{width: 100%;display: flex;justify-content: space-between;align-items: stretch;margin-bottom: 26px;}
.b_nav .cont1 .left{width: calc(100% - 170px);padding: 45.5px 84px 45.5px 50px;background: #7f7f7f;border-radius: 16px;display: flex;justify-content: space-between;align-items: center;}
.b_nav .cont1 .left .logo img{height: 59px;display: block;}
.b_nav .cont1 .left .nav ul{display: flex;justify-content: flex-start;align-items: center;}
.b_nav .cont1 .left .nav li{margin-right: 88px;}
.b_nav .cont1 .left .nav li:last-child{margin-right: 0;}
.b_nav .cont1 .left .nav a{display: block;font-size: 18px;color: #ffffff;line-height: 24px;}
.b_nav .cont1 .left .nav a:hover{color: #002fa5;}
.b_nav .cont1 .right{width: 150px;background: #7f7f7f;display: flex;justify-content: center;align-items: center;border-radius: 16px;min-height: 150px;}
.b_nav .cont1 .right img{width: 110px;display: block;}
.b_nav .cont2{width: 100%;}
.b_nav .cont2 ul{display: flex;justify-content: flex-start;align-items: center;}
.b_nav .cont2 li{margin-right: 32px;position: relative;}
.b_nav .cont2 li:last-child{margin-right: 0;}
.b_nav .cont2 a{display: block;font-size: 16px;color: #545454;line-height: 20px;}
.b_nav .cont2 li::after{content: "";display: block;width: 2px;height: 16px;background: #8b8b8b;position: absolute;right: -16px;top: 50%;transform: translate(0,-50%);}
.b_nav .cont2 li:last-child::after{display: none;}
.b_nav .cont2 .fir:hover{color: #002fa5;}
@media screen and (max-width:1680px) {
.b_nav{padding-top: 60px;padding-bottom: 60px;}
.b_nav .cont1{margin-bottom: 20px;}
.b_nav .cont1 .left .logo img{height: 50px;}
.b_nav .cont1 .left{width: calc(100% - 170px);padding: 45.5px 50px;}
.b_nav .cont1 .left .nav li{margin-right: 40px;}
.b_nav .cont1 .left .nav a{font-size: 16px;line-height: 20px;}
.b_nav .cont2 li{margin-right: 20px;}
.b_nav .cont2 a{font-size: 14px}
.b_nav .cont2 li::after{right: -10px;}
}
@media screen and (max-width:1200px) {
.b_nav .cont1 .left .logo img{height: 40px;}
.b_nav .cont1 .left .nav li{margin-right: 20px;}
.b_nav .cont1 .left .nav a{font-size: 14px;}
.b_nav .cont2 li{margin-right: 16px;}
.b_nav .cont2 a{font-size: 12px}
.b_nav .cont2 li::after{right: -8px;}
}
@media screen and (max-width:1050px) {
.b_nav .cont2 li{margin-right: 10px;}
.b_nav .cont2 li::after{right: 0;display: none;}
}
@media screen and (max-width:1024px) {
.b_nav{padding-top: 30px;padding-bottom: 30px;margin-bottom: 50px;}
.b_nav .cont1{margin-bottom: 14px;display: block;padding-right: 112px;position: relative;}
.b_nav .cont1 .left{width: 100%;padding: 12px;border-radius: 12px;display: block;min-height:116px}
.b_nav .cont1 .left .logo img{height: 30px;}
.b_nav .cont1 .left .nav{display: block;margin-top: 12px;}
.b_nav .cont1 .left .nav ul{flex-wrap: wrap;margin: -5px;width: calc(100% + 10px);}
.b_nav .cont1 .left .nav li{margin-right: 0;padding: 5px;}
.b_nav .cont1 .left .nav a{font-size: 13px;line-height: 20px;}
.b_nav .cont1 .right{width: 100px;border-radius: 12px;min-height: 100px;position: absolute;right: 0;top: 0;height: 116px;}
.b_nav .cont1 .right img{width: 80px;}
.b_nav .cont2{width: 100%;padding-right: 0;}
.b_nav .cont2 ul{display: block;}
.b_nav .cont2 li{margin-right: 0;margin-bottom: 10px;}
.b_nav .cont2 a{font-size: 14px;line-height: 18px;}
.b_nav .cont2 li::after{display: none;}
}

/*电脑端漂浮*/
.pf_right{width: 40px;position: fixed;right: 40px;top: 60%;transform: translate(0,-50%);opacity: 0;z-index: -5;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.pf_right.on{opacity: 1;z-index: 999;}
.pf_right ul{width: 100%;}
.pf_right li{margin-bottom: 20px;position: relative;}
.pf_right li:last-child{margin-bottom: 0;}
.pf_right a{display: block;width: 100%;height: 40px;display: flex;justify-content: center;align-items: center;}
.pf_right a img{width: 26px;}
.pf_right li:nth-child(1) a{background: #3164af;border-radius: 100%;}
.pf_right li:nth-child(2) a{background: #2ba246;border-radius: 100%;}
.pf_right li:nth-child(3) a{background: #6f7fff;border-radius: 100%;}
.pf_right li:nth-child(4) a{background: #190c0c;border-radius: 100%;}
.pf_right .wz_posi{position: absolute;right: calc(100% + 12px);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);top: 50%;transform: translate(0,-50%) scale(0);white-space:nowrap;font-size: 20px;color: #333;line-height: 30px;padding: 10px 40px;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;}
.pf_right li:hover .wz_posi{transform: translate(0,-50%) scale(1);}
.pf_right .ewm_posi{width: 140px;position: absolute;right: calc(100% + 12px);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);top: 50%;transform: translate(0,-50%) scale(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 .ewm_posi img{width: 100%;display: block;}
.pf_right li:hover .ewm_posi{transform: translate(0,-50%) scale(1);}
@media screen and (max-width:1680px) {
.pf_right{width: 32px;right: 20px}
.pf_right li{margin-bottom: 14px;}
.pf_right a{height: 32px;}
.pf_right a img{width: 20px;}
.pf_right .wz_posi{font-size: 16px;line-height: 24px;padding: 10px 30px;}
.pf_right .ewm_posi{width: 120px;}
}
@media screen and (max-width:1024px) {
.pf_right{display: none;}
}

/*手机端底漂浮*/
.pf_down{ width: 100%; float: left; position: fixed; left: 0; background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 99;bottom: 0; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.pf_down li{ width:25%; float: left; text-align: center; padding:10px 0;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center;}
.pf_down li .ico7 img{ width:24px; height: 24px;}
.pf_down li .ico7 .show{ display: block;}
.pf_down li .ico7 .hide{ display: none;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #000; line-height: 14px;}
.pf_down li:hover .ico7{ background: #002fa5; width:44px; height:44px; border-radius: 50%; border:3px solid #fff; position: relative; margin-top:-18px;}
.pf_down li:hover .ico7 .show{ display: none;}
.pf_down li:hover .ico7 .hide{ display: block;}
.pf_down li:hover .ico7 img{ width:22px; height: 22px;}
.pf_down li:hover .d_name{ margin-top:0;}

/*首页*/
.sy_banner{width: 100%;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul img{width: 100%;display: block;}
.sy_banner .slick-dots{position: absolute;left: 0;bottom: 65px;}
.sy_banner .slick-dots li{border-radius:10px;width:10px; height:10px;margin:0 10px;background: #ffffff;position: relative;}
.sy_banner .slick-dots li.slick-active{ background: #ffffff;width: 10px;}
.sy_banner .slick-dots li.slick-active::after{content: "";display: block;width: 20px;height: 20px;background: rgba(255,255,255,0.4);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 100%;}
.sy_banner .slick-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.6);border: 1px solid rgba(255,255,255,0.8); left: 50px;top: auto;transform: translate(0,0);bottom: 50px;border-radius: 100%;}
.sy_banner .slick-next{width: 50px;height: 50px;background: rgba(0,0,0,0.6);border: 1px solid rgba(255,255,255,0.8); 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: #002fa5;border-color: #002fa5;}
.sy_banner .slick-prev:hover::after,
.sy_banner .slick-next:hover::after{color: #fff;}
@media  screen and (max-width:1024px){
.sy_banner .slick-dots{bottom: 30px;padding-left: 15px;justify-content: flex-start;}
.sy_banner .slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 6px;}
.sy_banner .slick-dots li.slick-active{width: 8px;}
.sy_banner .slick-dots li.slick-active::after{width: 16px;height: 16px;}
}

.sy_section1{width: 100%;}
.sy_section1 .w_1920{display: flex;justify-content: flex-start;align-items: stretch;}
.sy_section1 .left{width: 23.95833333333333%;background: #dde4ec;position: relative;padding: 98px 40px 160px 100px;}
.sy_section1 .left::after{content: "";display: block;width: 10000px;height: 100%;position: absolute;right: 0;top: 0;background: #dde4ec;}
.sy_section1 .left h1{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 76px;position: relative;z-index: 2;}
.sy_section1 .left .qh_l{position: relative;z-index: 2;margin-bottom: 210px;}
.sy_section1 .left .qh_l .list{margin-bottom: 20px;position: relative;}
.sy_section1 .left .qh_l .list a{font-size: 24px;color: #555555;line-height: 30px;padding: 10px 30px;border-radius: 25px;cursor: pointer;display: block;}
.sy_section1 .left .qh_l .list:last-child{margin-bottom: 0;}
.sy_section1 .left .qh_l .list.on a{background: #777777;color: #fff;}
.sy_section1 .left .qh_l .list::after{content: "";display: block;width: 0;height: 2px;background: #002fa5;position: absolute;left: calc(100% + 25px);top: 50%;transform: translate(0,-50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section1 .left .qh_l .list.on::after{width: 30px;}
.sy_section1 .left .tiyan_btn{position: relative;z-index: 2;}
.sy_section1 .left .tiyan_btn a{display: flex;justify-content: flex-start;align-items: center;background: #002fa5;padding: 10px;border-radius: 25px;}
.sy_section1 .left .tiyan_btn a .ico{width: 30px;height: 30px;background: #fff;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section1 .left .tiyan_btn a img{width: 18px;display: block;}
.sy_section1 .left .tiyan_btn a .wz{font-size: 18px;color: #ffffff;line-height: 30px;margin-left: 6px;}
.sy_section1 .left .tiyan_btn a:hover{opacity: 0.8;}
.sy_section1 .center{width: 23.95833333333333%;background: #e8edf2;padding: 220px 70px 70px 70px;}
.sy_section1 .center .qh_c{width: 100%;position: relative;}
.sy_section1 .center .qh_c li{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;overflow: hidden;overflow-y: auto;max-height: 500px;padding-right: 20px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section1 .center .qh_c li.on{opacity: 1;z-index: 5;position: relative;}
.sy_section1 .center .qh_c li::-webkit-scrollbar{ width: 3px;}
.sy_section1 .center .qh_c li::-webkit-scrollbar-track{background-color: #e5e5e5;border-radius: 3px;}
.sy_section1 .center .qh_c li::-webkit-scrollbar-thumb{width: 3px;background-color: #002fa5;border-radius: 3px;}
.sy_section1 .center .qh_c .list{margin-bottom: 20px;}
.sy_section1 .center .qh_c .list a{cursor: pointer;font-size: 18px;color: #555555;line-height: 30px;padding: 10px 32px;border-radius: 25px;display: block;}
.sy_section1 .center .qh_c .list:last-child{margin-bottom: 0;}
.sy_section1 .center .qh_c .list.on a{background: #aaaaaa;color: #fff;}
.sy_section1 .right{width: 52.08333333333334%;}
.sy_section1 .right .qh_r{width: 100%;padding-right: 94px;padding-top: 210px;padding-bottom:80px;}
.sy_section1 .right .list{width: 100%;margin-left: 0;padding-left: 40px;}
.sy_section1 .right .list img{width: 100%;display: block;}
@media  screen and (max-width:1680px){
.sy_section1 .left{;padding: 60px 24px 60px 80px;width: 28%;}
.sy_section1 .left h1{font-size: 26px;line-height: 30px;margin-bottom: 50px;}
.sy_section1 .left .qh_l{margin-bottom: 80px;}
.sy_section1 .left .qh_l .list a{font-size: 18px;line-height: 24px;padding: 6px 20px;border-radius: 18px;}
.sy_section1 .left .qh_l .list::after{left: calc(100% + 10px);}
.sy_section1 .left .tiyan_btn a{border-radius: 25px;}
.sy_section1 .left .tiyan_btn a .ico{width: 24px;height: 24px;}
.sy_section1 .left .tiyan_btn a img{width: 16px;}
.sy_section1 .left .tiyan_btn a .wz{font-size: 14px;line-height: 20px;margin-left: 6px;width: calc(100% - 24px);}
.sy_section1 .center{width: 20%;padding: 138px 30px 30px 30px;}
.sy_section1 .center .qh_c li{max-height: 330px;}
.sy_section1 .center .qh_c .list a{font-size: 14px;line-height: 24px;padding: 6px 20px;border-radius: 18px;}
.sy_section1 .right{width: 50%;}
.sy_section1 .right .qh_r{padding-right: 80px;padding-top: 138px;padding-left: 80px;}
.sy_section1 .right .list{width: 100%;margin-left: 0;}
}
@media  screen and (max-width:1280px){
.sy_section1 .right .qh_r{padding-left: 40px;}
}
@media  screen and (max-width:1024px){
.sy_section1 .w_1920{display: block;}
.sy_section1 .left{width: 100%;padding: 20px 15px;position: relative;}
.sy_section1 .left::after{display: none;}
.sy_section1 .left h1{font-size: 20px;line-height: 40px;margin-bottom: 14px;}
.sy_section1 .left .qh_l{margin-bottom: 0;display: flex;justify-content: flex-start;align-items: flex-start;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.sy_section1 .left .qh_l::-webkit-scrollbar{ display: none;}
.sy_section1 .left .qh_l .list{margin-bottom: 0;width: auto;}
.sy_section1 .left .qh_l .list a{font-size: 15px;line-height: 20px;padding: 10px 26px;border-radius: 20px;width: auto;}
.sy_section1 .left .qh_l .list::after{display: none;}
.sy_section1 .left .tiyan_btn{position: absolute;right: 15px;top: 20px;display: none;}
.sy_section1 .left .tiyan_btn a{padding: 8px;border-radius: 25px;}
.sy_section1 .left .tiyan_btn a .ico{width: 24px;height: 24px;}
.sy_section1 .left .tiyan_btn a img{width: 14px;}
.sy_section1 .left .tiyan_btn a .wz{font-size: 14px;line-height: 24px;margin-left: 4px;}
.sy_section1 .center{width: 100%;padding: 20px 15px;}
.sy_section1 .center .qh_c li{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.sy_section1 .center .qh_c li::-webkit-scrollbar{ display: none;}
.sy_section1 .center .qh_c .list{margin-bottom: 0;}
.sy_section1 .center .qh_c .list a{font-size: 15px;line-height: 20px;padding: 10px 26px;border-radius: 20px;}
.sy_section1 .right{width: 100%;}
.sy_section1 .right .qh_r{padding: 20px 15px;}
.sy_section1 .right .list{width: 100%;margin-left: 0;padding-left: 0;}
}

.sy_section2{width: 100%;padding-top: 100px;padding-bottom: 150px;}
.sy_section2 .w_width{display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section2 .left{width: 44.18604651162791%;padding-right: 90px;}
.sy_section2 .left h2{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 220px;}
.sy_section2 .left .qh_l{margin: -20px -6px;width: calc(100% + 12px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section2 .left .qh_l li{width: 33.3333%;padding: 20px 6px;}
.sy_section2 .left .qh_l a{display: flex;justify-content: flex-start;align-items: center;}
.sy_section2 .left .qh_l a img{width: 36px;display: block;}
.sy_section2 .left .qh_l a .ico2{display: none;}
.sy_section2 .left .qh_l a .wz{font-size: 24px;color: #ffffff;line-height: 36px;width: calc(100% - 36px);padding-left: 8px;}
.sy_section2 .left .qh_l li.on a .ico1{display: none;}
.sy_section2 .left .qh_l li.on a .ico2{display: block;}
.sy_section2 .left .qh_l li.on a .wz{color: #002fa5;}
.sy_section2 .right{width: 55.81395348837209%;}
.sy_section2 .right .top{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 44px;}
.sy_section2 .right .top .tit{font-size: 30px;color: #ffffff;line-height: 34px;width: 26.04166666666667%;}
.sy_section2 .right .top .info{width: 73.95833333333333%;font-size: 18px;color: #ffffff;line-height: 32px;}
.sy_section2 .right .bottom{width: 100%;}
.sy_section2 .right .bottom img{width: 100%;display: block;}
@media  screen and (max-width:1680px){
.sy_section2{padding-top: 80px;padding-bottom: 120px;}
.sy_section2 .left{width: 40%;padding-right: 50px;}
.sy_section2 .left h2{font-size: 30px;line-height: 34px;margin-bottom: 120px;}
.sy_section2 .left .qh_l{margin: -16px -5px;width: calc(100% + 10px);}
.sy_section2 .left .qh_l li{padding: 16px 5px;}
.sy_section2 .left .qh_l a img{width: 26px;}
.sy_section2 .left .qh_l a .wz{font-size: 16px;line-height: 26px;width: calc(100% - 26px);}
.sy_section2 .right{width: 60%;}
.sy_section2 .right .top{margin-bottom: 30px;}
.sy_section2 .right .top .tit{font-size: 22px;line-height: 30px;}
.sy_section2 .right .top .info{font-size: 16px;line-height: 26px;}
}
@media  screen and (max-width:1280px){
.sy_section2 .left .qh_l a img{width: 22px;}
.sy_section2 .left .qh_l a .wz{font-size: 13px;width: calc(100% - 22px);line-height: 22px;}
.sy_section2 .right .top .tit{font-size: 20px;line-height: 26px;}
.sy_section2 .right .top .info{font-size: 14px;line-height: 24px;}
}
@media  screen and (max-width:1024px){
.sy_section2{padding-top: 30px;padding-bottom: 30px;}
.sy_section2 .w_width{display: block;}
.sy_section2 .left{width: 100%;padding-right: 0;}
.sy_section2 .left h2{font-size: 20px;line-height: 24px;margin-bottom: 14px;}
.sy_section2 .left .qh_l{margin: -5px;width: calc(100% + 10px);}
.sy_section2 .left .qh_l li{padding: 5px;}
.sy_section2 .left .qh_l a{align-items: flex-start;}
.sy_section2 .left .qh_l a img{width: 24px;}
.sy_section2 .left .qh_l a .wz{font-size: 13px;line-height: 24px;width: calc(100% - 24px);padding-left: 6px;}
.sy_section2 .right{width: 100%;margin-top: 14px;}
.sy_section2 .right .top{margin-bottom: 12px;display: block;}
.sy_section2 .right .top .tit{font-size: 20px;line-height: 24px;width: 26.04166666666667%;width: 100%;margin-bottom: 8px;}
.sy_section2 .right .top .info{width: 73.95833333333333%;font-size: 14px;line-height: 24px;width: 100%;}
}

.sy_section3{width: 100%;padding-top: 80px;padding-bottom: 100px;}
.sy_section3 .btbox{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 120px;}
.sy_section3 .btbox h3{font-size: 40px;color: #333333;line-height: 44px;}
.sy_section3 .btbox ._r{display: flex;justify-content: space-between;align-items: center;}
.sy_section3 .btbox ._r .qh_num{width: 50px;height: 50px;font-size: 20px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;}
.sy_section3 .btbox ._r .qh_prev{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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_section3 .btbox ._r .qh_next{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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_section3 .btbox ._r .more a{width: 50px;height: 50px;border: 1px solid #999999;border-radius: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #999999;}
.sy_section3 .btbox ._r .more img{width: 30px;display: block;}
.sy_section3 .btbox ._r .more .ico2{display: none;}
.sy_section3 .btbox ._r .more a:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.sy_section3 .btbox ._r .more a:hover .ico1{display: none;}
.sy_section3 .btbox ._r .more a:hover .ico2{display: block;}
.sy_section3 .btbox ._r .qh_prev:hover,
.sy_section3 .btbox ._r .qh_next:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.sy_section3 .content{width: 100%;}
.sy_section3 .content .ul{margin: 0 -55px;width: calc(100% + 110px);}
.sy_section3 .content .li{padding: 0 55px;}
.sy_section3 .content .ul a{display: block;width: 100%;}
.sy_section3 .content .ul a .wzbox{margin-bottom: 20px;}
.sy_section3 .content .ul a .bt{font-size: 24px;color: #333333;line-height: 33px;margin-bottom: 14px;min-height: 99px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section3 .content .ul a .date{font-size: 16px;color: #aaaaaa;line-height: 20px;}
.sy_section3 .content .ul a .pic{ width: 100%; padding-bottom: 56%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section3 .content .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-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 .content .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section3 .content .ul a:hover .bt{color: #002fa5;}
@media  screen and (max-width:1680px){
.sy_section3 .btbox{margin-bottom: 80px;}
.sy_section3 .content .ul{margin: 0 -30px;width: calc(100% + 60px);}
.sy_section3 .content .li{padding: 0 30px;}
}
@media  screen and (max-width:1024px){
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .btbox{margin-bottom: 20px;}
.sy_section3 .btbox h3{font-size: 20px;line-height: 24px;}
.sy_section3 .btbox ._r .qh_num{width: 32px;height: 32px;font-size: 14px;line-height: 30px;margin-right: 8px;}
.sy_section3 .btbox ._r .qh_prev{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.sy_section3 .btbox ._r .qh_next{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.sy_section3 .btbox ._r .more a{width: 32px;height: 32px;font-size: 10px;}
.sy_section3 .btbox ._r .more img{width: 22px;}
.sy_section3 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section3 .content .li{padding: 0 6px;}
.sy_section3 .content .ul a .wzbox{margin-bottom: 14px;}
.sy_section3 .content .ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;min-height: 40px;-webkit-line-clamp:2;}
.sy_section3 .content .ul a .date{font-size: 14px;line-height: 18px;}
}

.sy_section4{width: 100%;padding-top: 90px;padding-bottom: 110px;}
.sy_section4 .w_width{position: relative;}
.sy_section4 .content{width: 43.02325581395349%;}
.sy_section4 h4{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 50px;}
.sy_section4 h5{font-size: 30px;color: #555555;line-height: 34px;margin-bottom: 40px;}
.sy_section4 .info{font-size: 18px;color: #555555;line-height: 32px;margin-bottom: 40px;}
.sy_section4 ul{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 54px;}
.sy_section4 ul li a{cursor:default;}
.sy_section4 ul .top{display: flex;justify-content: center;align-items: flex-start;font-size: 16px;color: #1266ff;line-height: 20px;font-weight: bold;}
.sy_section4 ul .top .num{font-size: 40px;color: #1266ff;line-height: 44px;}
.sy_section4 ul .top .dw{margin-left: 8px;margin-top: 4px;}
.sy_section4 ul .bottom{font-size: 16px;color: #555555;line-height: 20px;text-align: center;margin-top: 20px;}
.sy_section4 .more{margin-bottom: 50px;}
.sy_section4 .more a{width: 50px;height: 50px;border: 1px solid #999999;border-radius: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #999999;}
.sy_section4 .more img{width: 30px;display: block;}
.sy_section4 .more .ico2{display: none;}
.sy_section4 .more a:hover{background: #002fa5;border-color: #002fa5;}
.sy_section4 .more a:hover .ico1{display: none;}
.sy_section4 .more a:hover .ico2{display: block;}
.sy_section4 .zp_btn{display: flex;justify-content: flex-start;align-items: flex-start;position: absolute;right: 0;bottom: 0;}
.sy_section4 .zp_btn a{display: flex;justify-content: center;align-items: center;background: #002fa5;padding: 24px 40px 24px 30px;border-radius: 12px;}
.sy_section4 .zp_btn a .ico{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;background: #fff;border-radius: 100%;}
.sy_section4 .zp_btn a .ico img{width: 20px;display: block;}
.sy_section4 .zp_btn a .wz{font-size: 20px;color: #ffffff;line-height: 30px;margin-left: 10px;}
.sy_section4 .zp_btn a:hover{opacity: 0.8;}
@media  screen and (max-width:1680px){
.sy_section4 h4{font-size: 30px;line-height: 34px;margin-bottom: 40px;}
.sy_section4 h5{font-size: 20px;line-height: 24px;margin-bottom: 30px;}
.sy_section4 .info{font-size: 16px;line-height: 26px;margin-bottom: 30px;}
.sy_section4 ul .bottom{font-size: 14px;margin-top: 16px;}
.sy_section4 .more{margin-bottom: 40px;}
.sy_section4 .zp_btn a{padding: 16px 30px;}
}
@media  screen and (max-width:1024px){
.sy_section4{padding-top: 30px;padding-bottom: 30px;background: #dde4ec!important;}
.sy_section4 .content{width: 100%;position: relative;}
.sy_section4 h4{font-size: 20px;line-height: 32px;margin-bottom: 10px;}
.sy_section4 h5{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.sy_section4 .info{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.sy_section4 ul{margin: -6px;width: calc(100% + 12px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section4 ul li{width: 50%;padding: 6px;}
.sy_section4 ul .top{font-size: 14px;}
.sy_section4 ul .top .num{font-size: 24px;line-height: 30px;}
.sy_section4 ul .top .dw{margin-left: 6px;margin-top: 0;}
.sy_section4 ul .bottom{font-size: 14px;margin-top: 10px;}
.sy_section4 .more{margin-bottom: 0;position: absolute;right: 0;top: 0;}
.sy_section4 .more a{width: 32px;height: 32px;font-size: 10px;}
.sy_section4 .more img{width: 22px;}
.sy_section4 .zp_btn{margin-top: 12px;display: flex;justify-content: center;align-items: flex-start;position: static;}
.sy_section4 .zp_btn a{padding: 12px 20px;border-radius: 10px;}
.sy_section4 .zp_btn a .ico{width: 24px;height: 24px;}
.sy_section4 .zp_btn a .ico img{width: 16px;}
.sy_section4 .zp_btn a .wz{font-size: 14px;line-height: 24px;margin-left: 8px;}
.sy_section4 .pic{margin-top: 20px;}
}

/*内页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 .wzbox .w_width{display: flex;justify-content: space-between;align-items: center;}
.ny_banner .wzbox .left{padding-right: 40px;}
.ny_banner .wzbox .left h1{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 18px;}
.ny_banner .wzbox .left h3{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 30px;font-style: italic;}
.ny_banner .wzbox .left .dq_sec{display: flex;justify-content: flex-start;align-items: center;font-size: 18px;color: #ffffff;line-height: 24px;flex-wrap: wrap;}
.ny_banner .wzbox .left .dq_sec a{color: #fff;}
.ny_banner .wzbox .left .dq_sec span{margin: 0 5px;}
.ny_banner .wzbox .left .dq_sec a:hover,
.ny_banner .wzbox .left .dq_sec a.on{opacity: 0.8;}
.ny_banner .wzbox .right .wz1{font-size: 140px;color: #fff;line-height: 140px;margin-bottom: 30px;text-align-last: justify;}
.ny_banner .wzbox .right .wz2{font-size: 24px;color: #fff;line-height: 28px;margin-bottom: 30px;text-align-last: justify;}
.ny_banner .wzbox .right .wz3{font-size: 46px;color: #fff;line-height: 50px;margin-bottom: 20px;text-align-last: justify;}
.ny_banner .wzbox .right .wz4{font-size: 20px;color: #fff;line-height: 26px;text-align-last: justify;}
@media  screen and (max-width:1900px){
.ny_banner .wzbox .left .dq_sec{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width:1680px){
.ny_banner .wzbox .left{width: calc(100% - 400px);padding-right: 30px;}
.ny_banner .wzbox .left h1{font-size: 26px;line-height: 32px;margin-bottom: 14px;}
.ny_banner .wzbox .left h3{font-size: 26px;line-height: 32px;margin-bottom: 20px;}
.ny_banner .wzbox .left .dq_sec{font-size: 14px;line-height: 20px;}
.ny_banner .wzbox .right .wz1{font-size: 100px;line-height: 104px;margin-bottom: 16px;}
.ny_banner .wzbox .right .wz2{font-size: 18px;line-height: 24px;margin-bottom: 16px;}
.ny_banner .wzbox .right .wz3{font-size: 40px;line-height: 50px;margin-bottom: 12px;}
.ny_banner .wzbox .right .wz4{font-size: 16px;line-height: 26px;}
}
@media  screen and (max-width:1460px){
.ny_banner .wzbox .left .dq_sec{font-size: 12px;line-height: 20px;}
}
@media  screen and (max-width:1280px){
.ny_banner .wzbox .left .dq_sec{font-size: 10px;line-height: 20px;}
}
@media  screen and (max-width:1280px){
.ny_banner .wzbox .left{width: calc(100% - 320px);}
.ny_banner .wzbox .right .wz1{font-size: 90px;line-height: 94px;margin-bottom: 16px;}
.ny_banner .wzbox .right .wz2{font-size: 16px;line-height: 20px;margin-bottom: 16px;}
.ny_banner .wzbox .right .wz3{font-size: 36px;line-height: 40px;margin-bottom: 12px;}
.ny_banner .wzbox .right .wz4{font-size: 16px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.ny_banner .wzbox .w_width{display: block;}
.ny_banner .wzbox .left{width: 100%;padding-right: 0;}
.ny_banner .wzbox .left h1{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.ny_banner .wzbox .left h3{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.ny_banner .wzbox .left .dq_sec{font-size: 14px;line-height: 20px;display: none;}
.ny_banner .wzbox .left .dq_sec span{margin: 0 4px;}
.ny_banner .wzbox .right{width: 100%;margin-top: 16px;display: none;}
.ny_banner .wzbox .right .wz1{font-size: 26px;line-height: 30px;margin-bottom: 10px;}
.ny_banner .wzbox .right .wz2{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
.ny_banner .wzbox .right .wz3{font-size: 14px;line-height: 40px;margin-bottom: 10px;}
.ny_banner .wzbox .right .wz4{font-size: 12px;line-height: 22px;}
}

/*产品中心*/
.cp_section{width: 100%;padding: 50px;padding-bottom: 0;}
.cp_section .listbox{width: 100%;}
.cp_section .list{margin-bottom: 60px;background: #e8edf2;border-radius: 12px;overflow: hidden;display: flex;justify-content: flex-start;align-items: stretch;}
.cp_section .list:last-child{margin-bottom: 0;}
.cp_section .left{width: 28.57142857142857%;padding: 96px 90px 40px 100px;}
.cp_section .left .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 110px;}
.cp_section .left ul{width: 100%;}
.cp_section .left li{margin-bottom: 20px;}
.cp_section .left li:last-child{margin-bottom: 0;}
.cp_section .left a{display: block;font-size: 24px;color: #555555;line-height: 30px;padding: 10px 20px 10px 30px;border-radius: 25px;}
.cp_section .left li:hover a{color:#002fa5;}
.cp_section .left li.on a{color: #fff;background: #aaaaaa;}
.cp_section .right{width: 71.42857142857143%;background: #f6f8fa;padding: 96px 50px 96px 176px;}
.cp_section .right .infobox{margin-bottom: 46px;padding-right: 140px;overflow: hidden;overflow-y: auto;max-height: 120px;}
.cp_section .right .infobox::-webkit-scrollbar{ width: 20px;}
.cp_section .right .infobox::-webkit-scrollbar-track{background-color: #eeeeee;}
.cp_section .right .infobox::-webkit-scrollbar-thumb{width: 20px;background-color: #cccccc;}
.cp_section .right .info{font-size: 20px;color: #545454;line-height: 40px;}
.cp_section .right .btn{margin-bottom:30px;}
.cp_section .right .btn a{display:block;font-size:17px;color:#fff;line-height:40px;text-align:center;border-radius:22px;background:#002fa5;width:150px;height:44px;}
.cp_section .right .btn a:hover{opacity:0.6;}
.cp_section .right .pic{width: 100%;padding-right: 115px;}
.cp_section .right .pic img{width: 100%;display: block;}
.cp_section .right .qh_r{width:100%;position:relative;}
.cp_section .right .qh_r .dd{width:100%;position:absolute;left:0;top:0;z-index:-5;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;}
.cp_section .right .qh_r .dd.on{opacity:1;z-index:3;position:relative;}
@media  screen and (max-width:1680px){
.cp_section .list{margin-bottom: 50px;}
.cp_section .left{width: 30%;padding: 60px;}
.cp_section .left .bt{font-size: 26px;line-height: 30px;margin-bottom: 60px;}
.cp_section .left a{font-size: 18px;line-height: 28px;padding: 6px 20px 6px 20px;border-radius: 20px;}
.cp_section .right{width: 70%;padding: 60px 100px;}
.cp_section .right .infobox{margin-bottom: 30px;padding-right: 100px;max-height: 90px;}
.cp_section .right .infobox::-webkit-scrollbar{ width: 14px;}
.cp_section .right .infobox::-webkit-scrollbar-thumb{width: 14px;}
.cp_section .right .info{font-size: 16px;line-height: 30px;}
.cp_section .right .btn{margin-bottom:20px;}
.cp_section .right .btn a{font-size:16px;line-height:36px;border-radius:20px;width:140px;height:40px;}
.cp_section .right .pic{padding-right: 90px;}
}
@media  screen and (max-width:1280px){
.cp_section .left{width: 34%;padding: 50px;}
.cp_section .left .bt{font-size: 24px;line-height: 30px;margin-bottom: 40px;}
.cp_section .left a{font-size: 16px;}
.cp_section .right{width: 66%;padding: 50px 80px;}
.cp_section .right .infobox{padding-right: 80px;}
.cp_section .right .pic{padding-right: 90px;}
}
@media  screen and (max-width:1024px){
.cp_section{padding: 30px 15px;padding-bottom: 0;}
.cp_section .list{margin-bottom: 20px;display: block;}
.cp_section .left{width: 100%;padding: 20px;}
.cp_section .left .bt{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.cp_section .left ul{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;margin: 0;width: 100%;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.cp_section .left ul::-webkit-scrollbar{ display: none;}
.cp_section .left li{margin-bottom: 0;padding: 0;margin-right: 12px;}
.cp_section .left li:last-child{margin-right: 0;}
.cp_section .left a{font-size: 16px;line-height: 20px;padding: 8px 24px;border-radius: 18px;}
.cp_section .right{width: 100%;padding: 20px;}
.cp_section .right .infobox{margin-bottom: 20px;padding-right: 0;max-height: 96px;}
.cp_section .right .infobox::-webkit-scrollbar{ width: 4px;}
.cp_section .right .infobox::-webkit-scrollbar-thumb{width: 4px;}
.cp_section .right .info{font-size: 14px;line-height: 24px;}
.cp_section .right .info br{display: none;}
.cp_section .right .btn{margin-bottom:14px;}
.cp_section .right .btn a{font-size:14px;line-height:34px;border-radius:18px;width:110px;height:36px;margin:0 auto;}
.cp_section .right .pic{padding-left: 20px; padding-right: 20px;}
}

/*产品详情*/
.cpxq_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #f6f8fa;}
.cpxq_section1 .w_width{display: flex;justify-content: flex-start;align-items: flex-start;}
.cpxq_section1 .left{width: 46.51162790697674%;padding: 12px 40px 40px 100px;}
.cpxq_section1 .left h2{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 120px;}
.cpxq_section1 .left .info{font-size: 20px;color: #555555;line-height: 40px;}
.cpxq_section1 .right{width: 53.48837209302326%;}
.cpxq_section1 .right img{width: 100%;display: block;}
@media  screen and (max-width:1680px){
.cpxq_section1 .left{padding: 12px 40px 40px 0;}
.cpxq_section1 .left h2{font-size: 30px;line-height: 34px;margin-bottom: 80px;}
.cpxq_section1 .left .info{font-size: 16px;line-height: 30px;}
}
@media  screen and (max-width:1680px){
.cpxq_section1{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section1 .w_width{display: block;}
.cpxq_section1 .left{width: 100%;padding: 0;margin-bottom: 20px;}
.cpxq_section1 .left h2{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.cpxq_section1 .left .info{font-size: 14px;line-height: 24px;}
.cpxq_section1 .right{width: 100%;}
}

.cpxq_section2{width: 100%;padding-top: 96px;padding-bottom: 96px;}
.cpxq_section2 .content{width: 100%;padding-left: 100px;padding-right: 100px;}
.cpxq_section2 .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 24px;}
.cpxq_section2 .jj{font-size: 20px;color: #555555;line-height: 40px;}
.cpxq_section2 .pic{display: flex;justify-content: center;align-items: center;}
.cpxq_section2 .pic img{max-width: 100%;}
@media  screen and (max-width:1680px){
.cpxq_section2 .content{padding-left: 0;padding-right: 0;}
}
@media  screen and (max-width:1024px){
.cpxq_section2{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section2 .content{padding-left: 0;padding-right: 0;}
.cpxq_section2 .bt{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.cpxq_section2 .jj{font-size: 14px;line-height: 24px;}
}

/*行业解决方案*/
.hyjjfa_section{width: 100%;padding-top: 100px;padding-bottom: 100px;position: relative;}
.hyjjfa_section::after{content: "";display: block;width: 56%;height: 100%;background: linear-gradient(to right,rgba(221,228,236,0),#dde4ec);position: absolute;right: 0;top: 0;z-index: 1;}
.hyjjfa_section .w_width{display: flex;justify-content: space-between;align-items: flex-start;position: relative;z-index: 2;}
.hyjjfa_section .left{width: 40.11627906976744%;padding-right: 60px;}
.hyjjfa_section .left h2{font-size: 40px;color: #ffffff;line-height: 44px;}
.hyjjfa_section .right{width: 59.88372093023256%;padding-right: 100px;}
.hyjjfa_section .info{font-size: 20px;color: #555555;line-height: 40px;margin-bottom: 220px;}
.hyjjfa_section ul{margin: -18px -88px;width: calc(100% + 176px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.hyjjfa_section ul li{width: 50%;padding: 18px 88px;}
.hyjjfa_section ul a{display: flex;justify-content: flex-start;align-items: flex-start; font-size: 20px;color: #545454;line-height: 24px;}
.hyjjfa_section ul a:hover{opacity: 0.8;}
@media  screen and (max-width:1680px){
.hyjjfa_section{padding-top: 80px;padding-bottom: 80px;}
.hyjjfa_section::after{width: 50%;}
.hyjjfa_section .left{width: 40%;padding-right: 40px;}
.hyjjfa_section .left h2{font-size: 30px;line-height: 34px;}
.hyjjfa_section .right{width: 60%;padding-right: 0;}
.hyjjfa_section .info{font-size: 16px;line-height: 30px;margin-bottom: 120px;}
.hyjjfa_section ul{margin: -12px -60px;width: calc(100% + 120px);}
.hyjjfa_section ul li{padding: 12px 60px;}
.hyjjfa_section ul a{font-size: 16px;line-height: 20px;}
}
@media  screen and (max-width:1280px){
.hyjjfa_section{padding-top: 70px;padding-bottom: 70px;}
.hyjjfa_section .left h2{font-size: 24px;line-height: 30px;}
.hyjjfa_section .info{font-size: 14px;line-height: 26px;margin-bottom: 80px;}
.hyjjfa_section ul{margin: -10px -40px;width: calc(100% + 80px);}
.hyjjfa_section ul li{padding: 10px 40px;}
.hyjjfa_section ul a{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.hyjjfa_section{padding-top: 30px;padding-bottom: 30px;background: #dde4ec!important;}
.hyjjfa_section .w_width{display: block;}
.hyjjfa_section .left{width: 100%;padding-right: 0;margin-bottom: 14px;margin-bottom: 12px;}
.hyjjfa_section .left .pic{ padding-bottom: 72.41%; position: relative; overflow: hidden;margin-bottom: 12px;}
.hyjjfa_section .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.hyjjfa_section .left h2{font-size: 20px;line-height: 24px;color: #333;}
.hyjjfa_section .right{width: 100%;padding-right: 0;}
.hyjjfa_section .info{font-size: 14px;line-height: 24px;margin-bottom: 14px;}
.hyjjfa_section ul{margin: -6px;width: calc(100% + 12px);}
.hyjjfa_section ul li{padding: 6px;}
.hyjjfa_section ul a{font-size: 14px;line-height: 20px;}
}

/*新闻*/
.xw_section{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #eeeeee;}
.xw_section ul{margin: -46px -55px;width: calc(100% + 110px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.xw_section li{padding: 46px 55px;width: 33.333%;}
.xw_section ul a{display: block;width: 100%;}
.xw_section ul a .wzbox{margin-bottom: 20px;}
.xw_section ul a .bt{font-size: 24px;color: #333333;line-height: 33px;margin-bottom: 14px;min-height: 99px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.xw_section ul a .date{font-size: 16px;color: #aaaaaa;line-height: 20px;}
.xw_section ul a .pic{ width: 100%; padding-bottom: 56%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xw_section ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xw_section ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.xw_section ul a:hover .bt{color: #002fa5;}
.xw_section .page_section{margin-top: 50px;}
@media  screen and (max-width:1680px){
.xw_section ul{margin: -30px;width: calc(100% + 60px);}
.xw_section li{padding: 30px;}
}
@media  screen and (max-width:1024px){
.xw_section{padding-top: 30px;padding-bottom: 30px;}
.xw_section ul{margin: -10px;width: calc(100% + 20px);}
.xw_section li{padding: 10px;width: 50%;}
.xw_section ul a .wzbox{margin-bottom: 10px;}
.xw_section ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 4px;min-height: 40px;-webkit-line-clamp:2;}
.xw_section ul a .date{font-size: 14px;line-height: 18px;}
.xw_section .page_section{margin-top: 20px;}
}

/*分页*/
.page_section{width: 100%;}
.page_section .phpage{display: none;}
.page_section .pcpage{width: 100%;display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{display: block;width: 50px;height: 50px;font-size: 16px;color: #888888;line-height: 50px;text-align: center;border-radius: 10px;margin-right: 10px;display: flex;justify-content: center;align-items: center;background: #fff;}
.page_section .pcpage a:last-child{margin-right: 0;}
.page_section .pcpage a img{width: 36px;display: block;}
.page_section .pcpage .btn{width: 70px;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{background: #002fa5;color: #fff;}
.page_section .pcpage a .ico2{display: none;}
.page_section .pcpage a:hover .ico1{display: none;}
.page_section .pcpage a:hover .ico2{display: block;}
@media screen and (max-width:1024px) {
.page_section .pcpage{display: none;}
.page_section .phpage{display: flex;justify-content: center;align-items: center;}
.page_section .phpage a{display: block;width: 54px;height: 36px;border-radius: 8px;display: flex;justify-content: center;align-items: center;background: #fff;}
.page_section .phpage span{font-size: 16px;color: #333;line-height: 36px;margin: 0 20px;}
}

/*新闻详情*/
.xwxq_section{width: 100%;padding-top: 100px;padding-bottom: 50px;}
.xwxq_section h2{font-size: 40px;color: #333333;line-height: 56px;text-align: center;margin-bottom: 30px;}
.xwxq_section .date{font-size: 18px;color: #aaaaaa;line-height: 24px;text-align: center;}
.xwxq_section .cont{margin-bottom: 100px;padding-bottom: 90px;border-bottom: 1px solid #dddddd;border-top: 1px solid #dddddd;padding-top: 50px;margin-top: 30px;font-size: 20px;color: #535353;line-height: 40px;}
.xwxq_section .cont .pic{display: flex;justify-content: center;align-items: flex-start;}
.xwxq_section .page{width: 100%;}
.xwxq_section .page ul{display: flex;justify-content: flex-start;align-items: flex-start;width: calc(100% + 100px);margin: 0 -50px;}
.xwxq_section .page li{width: 50%;padding: 0 50px;}
.xwxq_section .page a{display: flex;justify-content: flex-start;align-items: center;}
.xwxq_section .page a .left{width: 300px;}
.xwxq_section .page a .left .pic{ width: 100%; padding-bottom: 56.666%; position: relative; overflow: hidden;border-radius: 10px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xwxq_section .page a .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xwxq_section .page a:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.xwxq_section .page a .right{width: calc(100% - 300px);padding-left: 30px;}
.xwxq_section .page a .wz1{font-size: 18px;color: #525252;line-height: 24px;margin-bottom: 26px;}
.xwxq_section .page a .wz2{font-size: 18px;color: #999999;line-height: 24px;margin-bottom: 20px;}
.xwxq_section .page a .wz3{font-size: 24px;color: #525252;line-height: 33px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xwxq_section .page a:hover .wz3{color: #002fa5;}
@media screen and (max-width:1680px) {
.xwxq_section .page ul{width: calc(100% + 80px);margin: 0 -40px;}
.xwxq_section .page li{padding: 0 40px;}
.xwxq_section .page a .left{width: 260px;}
.xwxq_section .page a .right{width: calc(100% - 260px);padding-left: 20px;}
.xwxq_section .page a .wz1{font-size: 14px;line-height: 20px;margin-bottom: 20px;}
.xwxq_section .page a .wz2{font-size: 14px;line-height: 20px;margin-bottom: 14px;}
.xwxq_section .page a .wz3{font-size: 18px;line-height: 24px;}
}
@media screen and (max-width:1280px) {
.xwxq_section .page ul{width: calc(100% + 60px);margin: 0 -30px;}
.xwxq_section .page li{padding: 0 30px;}
.xwxq_section .page a .left{width: 200px;}
.xwxq_section .page a .right{width: calc(100% - 200px);padding-left: 20px;}
}
@media screen and (max-width:1024px) {
.xwxq_section{padding-top: 30px;padding-bottom: 0;}
.xwxq_section h2{font-size: 18px;line-height: 24px;margin-bottom: 10px;text-align: left;}
.xwxq_section .date{font-size: 14px;line-height: 20px;text-align: left;}
.xwxq_section .cont{margin-bottom: 20px;padding-bottom: 20px;padding-top: 20px;margin-top: 20px;font-size: 14px;line-height: 24px;}
.xwxq_section .page ul{width: 100%;margin: 0;display: block;}
.xwxq_section .page li{width: 100%;padding: 0 0;margin-bottom: 14px;}
.xwxq_section .page a{display: block;}
.xwxq_section .page a .left{display: none;}
.xwxq_section .page a .right{width: 100%;padding-left: 0;}
.xwxq_section .page a .wz1{font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.xwxq_section .page a .wz2{font-size: 14px;line-height: 18px;margin-bottom: 8px;display: none;}
.xwxq_section .page a .wz3{font-size: 16px;line-height: 20px;-webkit-line-clamp:1;}
}

/*关于我们*/
.gy_section1{width: 100%;padding-top: 96px;padding-bottom: 96px;}
.gy_section1 h2{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 30px;}
.gy_section1 .info{font-size: 20px;color: #535353;line-height: 40px;}
@media screen and (max-width:1024px) {
.gy_section1{padding-top: 30px;padding-bottom: 30px;}
.gy_section1 h2{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.gy_section1 .info{font-size: 14px;line-height: 24px;}
}

.gy_section2{width: 100%;padding-top: 100px;padding-bottom: 130px;background: #e8edf2;}
.gy_section2 .w_width{display: flex;justify-content: space-between;align-items: flex-end;}
.gy_section2 .left{width: calc(50% - 60px);}
.gy_section2 .right{width: calc(50% - 60px);}
.gy_section2 .titbox{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.gy_section2 .titbox .tit{font-size: 40px;color: #333333;line-height: 50px;}
.gy_section2 .titbox ._r{display: flex;justify-content: flex-start;}
.gy_section2 .titbox .sec2_num{width: 50px;height: 50px;font-size: 20px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;}
.gy_section2 .titbox .sec2_qh_prev{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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;}
.gy_section2 .titbox .sec2_qh_next{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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;}
.gy_section2 .titbox .sec2_qh_prev:hover,
.gy_section2 .titbox .sec2_qh_next:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.gy_section2 .left a{width: 100%;position: relative;}
.gy_section2 .left a .pic{ width: 100%; padding-bottom: 540px; 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;}
.gy_section2 .left a .pic .img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.gy_section2 .left a:hover .pic .img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.gy_section2 .left a .wzbox{width: 100%;position: absolute;left: 0;bottom: 0;padding: 24px 30px;}
.gy_section2 .left a .bt{font-size: 20px;color: #ffffff;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.gy_section2 .left a:hover .bt{opacity: 0.6;}
.gy_section2 .right .top{width: 100%;padding: 44px 50px;min-height: 310px;border-radius: 12px;margin-bottom: 30px;}
.gy_section2 .right .bottom{width: 100%;padding: 44px 50px 20px 50px;min-height: 200px;border-radius: 12px;}
.gy_section2 .right .bt{font-size: 30px;color: #ffffff;line-height: 34px;margin-bottom: 24px;}
.gy_section2 .right .jj{font-size: 18px;color: #ffffff;line-height: 32px;}
@media screen and (max-width:1680px) {
.gy_section2 .left{width: calc(50% - 30px);}
.gy_section2 .right{width: calc(50% - 30px);}
.gy_section2 .left a .pic{padding-bottom: 440px;}
.gy_section2 .left a .wzbox{padding: 16px 26px;}
.gy_section2 .left a .bt{font-size: 16px;line-height: 20px;}
.gy_section2 .right .top{padding: 32px 40px;min-height: 260px;margin-bottom: 20px;}
.gy_section2 .right .bottom{padding: 32px 40px 20px 40px;min-height: 160px;}
.gy_section2 .right .bt{font-size: 26px;line-height: 30px;margin-bottom: 16px;}
.gy_section2 .right .jj{font-size: 16px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.gy_section2{padding-top: 30px;padding-bottom: 30px;}
.gy_section2 .w_width{display: block;}
.gy_section2 .left{width: 100%;margin-bottom: 20px;}
.gy_section2 .right{width: 100%;}
.gy_section2 .titbox{margin-bottom: 14px;}
.gy_section2 .titbox .tit{font-size: 18px;line-height: 22px;}
.gy_section2 .titbox .sec2_num{width: 32px;height: 32px;font-size: 14px;line-height: 30px;margin-right: 8px;}
.gy_section2 .titbox .sec2_qh_prev{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section2 .titbox .sec2_qh_next{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section2 .left a .pic{padding-bottom: 67.5%;}
.gy_section2 .left a .wzbox{padding: 14px;}
.gy_section2 .left a .bt{font-size: 15px;line-height: 20px;}
.gy_section2 .right .top{padding: 14px;min-height: 1px;margin-bottom: 12px;}
.gy_section2 .right .bottom{padding: 20px;min-height: 1px;}
.gy_section2 .right .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.gy_section2 .right .jj{font-size: 14px;line-height: 24px;}
}

.gy_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;overflow: hidden;}
.gy_section3 .btbox{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 64px;}
.gy_section3 .btbox h4{font-size: 40px;color: #ffffff;line-height: 44px;}
.gy_section3 .btbox .qh_box{display: flex;justify-content: flex-start;align-items: center;}
.gy_section3 .btbox .sec3_qh_prev{width: 50px;height: 50px;font-size: 24px;color: #fff;line-height: 48px;text-align: center;border: 1px solid rgba(255,255,255,0.6);background: rgba(0,0,0,0.6); border-radius: 100%;margin-right: 10px;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;}
.gy_section3 .btbox .sec3_qh_next{width: 50px;height: 50px;font-size: 24px;color: #fff;line-height: 48px;text-align: center;border: 1px solid rgba(255,255,255,0.6);background: rgba(0,0,0,0.6); border-radius: 100%;margin-right: 10px;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;}
.gy_section3 .btbox .sec3_qh_prev:hover,
.gy_section3 .btbox .sec3_qh_next:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.gy_section3 .content{width: 100%;position: relative;}
.gy_section3 .content::after{content: "";display: block;width: 4000px;height: 5px;background: rgba(255,255,255,0.6);position: absolute;left: 50%;top: 50px;transform: translate(-50%,0);}
.gy_section3 ul{margin: 0 -20px;will-change: calc(100% + 40px);}
.gy_section3 ul li{padding: 0 20px;}
.gy_section3 ul a{display: block;width: 100%;position: relative;}
.gy_section3 ul a::after{content: "";display: block;width: 1px;height: 50px;background: rgba(255,255,255,0.6);position: absolute;left: 0;top: 0;}
.gy_section3 ul a .year{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 30px;padding-left: 12px;}
.gy_section3 ul a .dl{width: 100%;}
.gy_section3 ul a .dl .dd{margin-bottom: 16px;font-size: 18px;color: #ffffff;line-height: 22px;}
.gy_section3 ul a .dl .dd:last-child{margin-bottom: 0;}
@media screen and (max-width:1680px) {
.gy_section3{padding-top: 80px;padding-bottom: 80px;}
.gy_section3 .btbox{margin-bottom: 40px;}
.gy_section3 .btbox h4{font-size: 30px;line-height: 40px;}
.gy_section3 .content::after{top: 40px;}
.gy_section3 ul{margin: 0 -12px;will-change: calc(100% + 24px);}
.gy_section3 ul li{padding: 0 12px;}
.gy_section3 ul a::after{height: 40px;}
.gy_section3 ul a .year{font-size: 26px;line-height: 30px;margin-bottom: 20px;padding-left: 10px;}
.gy_section3 ul a .dl .dd{margin-bottom: 12px;font-size: 16px;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.gy_section3{padding-top: 30px;padding-bottom: 30px;}
.gy_section3 .btbox{margin-bottom: 20px;}
.gy_section3 .btbox h4{font-size: 20px;line-height: 24px;}
.gy_section3 .btbox .sec3_qh_prev{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section3 .btbox .sec3_qh_next{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section3 .content::after{height: 3px;top: 30px;}
.gy_section3 ul{margin: 0 -6px;will-change: calc(100% + 12px);}
.gy_section3 ul li{padding: 0 6px;}
.gy_section3 ul a::after{height: 30px;}
.gy_section3 ul a .year{font-size: 18px;line-height: 30px;margin-bottom: 14px;padding-left: 10px;}
.gy_section3 ul a .dl{overflow: hidden;overflow-y: auto;max-height: 210px;}
.gy_section3 ul a .dl::-webkit-scrollbar{ display: none;}
.gy_section3 ul a .dl .dd{margin-bottom: 10px;font-size: 14px;line-height: 20px;}
}

.gy_section4{width: 100%;background: #e8edf2;overflow: hidden;}
.gy_section4 .w_width{display: flex;justify-content: flex-start;align-items: stretch;}
.gy_section4 .left{width: 20.93023255813953%;padding: 100px 40px 40px 0;background: #dde4ec;position: relative;}
.gy_section4 .left::after{content: "";display: block;width: 3000px;height: 100%;background: #dde4ec;position: absolute;right: 0;top: 0;}
.gy_section4 .left h4{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 64px;position: relative;z-index: 3;}
.gy_section4 .left .qh_l{width: 100%;position: relative;z-index: 3;}
.gy_section4 .left .list{font-size: 24px;color: #525252;line-height: 30px;padding: 10px 32px;margin-bottom: 20px;border-radius: 25px;cursor: pointer;}
.gy_section4 .left .list:last-child{margin-bottom: 0;}
.gy_section4 .left .list.on{background: #777777;color: #fff;}
.gy_section4 .right{width: 79.06976744186047%;padding: 100px 0 80px 70px;}
.gy_section4 .right .qh_r{width: 100%;position: relative;}
.gy_section4 .right .qh_r .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;}
.gy_section4 .right .qh_r .list.on{position: relative;z-index: 5;opacity: 1;}
.gy_section4 .right .qh_box{display: flex;justify-content: flex-end;align-items: center;}
.gy_section4 .right .qh_box .sec4_num{width: 50px;height: 50px;font-size: 20px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;}
.gy_section4 .right .qh_box .sec4_qh_prev{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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;}
.gy_section4 .right .qh_box .sec4_qh_next{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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;}
.gy_section4 .right .qh_box .sec4_qh_prev:hover,
.gy_section4 .right .qh_box .sec4_qh_next:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.gy_section4 .right .content{width: 100%;margin-top: 60px;}
.gy_section4 .right .content ul{margin: 0 -15px;width: calc(100% + 30px);}
.gy_section4 .right .content li{padding: 0 15px;}
.gy_section4 .right .content a{display: block;width: 100%;background: #ffffff;padding: 10px 10px 40px 10px;border-radius: 12px;}
.gy_section4 .right .content a .pic{ padding-bottom:142.857%; position: relative; overflow: hidden;}
.gy_section4 .right .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_section4 .right .content a .wzbox{padding-top: 26px;}
.gy_section4 .right .content a .wz{font-size: 18px;color: #333333;line-height: 24px;text-align: center;}
@media screen and (max-width:1680px) {
.gy_section4 .left{padding: 80px 30px 30px 0;}
.gy_section4 .left h4{font-size: 30px;line-height: 34px;margin-bottom: 40px;}
.gy_section4 .left .list{font-size: 18px;line-height: 24px;padding: 8px 26px;margin-bottom: 14px;border-radius: 20px;}
.gy_section4 .right{padding: 80px 0 60px 60px;}
.gy_section4 .right .content ul{margin: 0 -10px;width: calc(100% + 20px);}
.gy_section4 .right .content li{padding: 0 10px;}
.gy_section4 .right .content a{padding: 10px 10px 30px 10px;}
.gy_section4 .right .content a .wzbox{padding-top: 16px;}
.gy_section4 .right .content a .wz{font-size: 16px;line-height: 20px;;}
}
@media screen and (max-width:1280px) {
.gy_section4 .left{padding: 80px 20px 30px 0;}
.gy_section4 .left .list{font-size: 15px;line-height: 24px;padding: 8px 20px;margin-bottom: 14px;border-radius: 20px;}
}
@media screen and (max-width:1024px) {
.gy_section4 .w_width{display: block;}
.gy_section4 .left{width: 100%;padding: 30px 0 20px 0;}
.gy_section4 .left::after{right: auto;left: 50%;transform: translate(-50%,-50%); top: 50%;}
.gy_section4 .left h4{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.gy_section4 .left .qh_l{display: flex;justify-content: flex-start;align-items: flex-start;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.gy_section4 .left .qh_l::-webkit-scrollbar{ display: none;}
.gy_section4 .left .list{font-size: 15px;line-height: 20px;padding: 6px 20px;margin-bottom: 0;border-radius: 16px;}
.gy_section4 .left .list:last-child{margin-right: 0;}
.gy_section4 .right{width: 100%;padding: 20px 0 30px 0;}
.gy_section4 .right .qh_box .sec4_num{width: 32px;height: 32px;font-size: 14px;line-height: 30px;margin-right: 8px;}
.gy_section4 .right .qh_box .sec4_qh_prev{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section4 .right .qh_box .sec4_qh_next{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section4 .right .content{margin-top: 14px;}
.gy_section4 .right .content ul{margin: 0 -6px;width: calc(100% + 12px);}
.gy_section4 .right .content li{padding: 0 6px;}
.gy_section4 .right .content a{padding: 10px 10px 20px 10px;}
.gy_section4 .right .content a .wzbox{padding-top: 12px;}
.gy_section4 .right .content a .wz{font-size: 14px;line-height: 20px;width: 70%;margin: 0 auto;}
}

.gy_section5{width: 100%;padding-top: 100px;padding-bottom: 120px;overflow: hidden;}
.gy_section5 .btbox{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.gy_section5 .btbox h5{font-size: 40px;color: #ffffff;line-height: 44px;}
.gy_section5 .btbox .qh_box{display: flex;justify-content: flex-start;align-items: center;}
.gy_section5 .btbox .sec5_qh_prev{width: 50px;height: 50px;font-size: 24px;color: #fff;line-height: 48px;text-align: center;border: 1px solid rgba(255,255,255,0.6);background: rgba(0,0,0,0.6); border-radius: 100%;margin-right: 10px;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;}
.gy_section5 .btbox .sec5_qh_next{width: 50px;height: 50px;font-size: 24px;color: #fff;line-height: 48px;text-align: center;border: 1px solid rgba(255,255,255,0.6);background: rgba(0,0,0,0.6); border-radius: 100%;margin-right: 10px;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;}
.gy_section5 .btbox .sec5_qh_prev:hover,
.gy_section5 .btbox .sec5_qh_next:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.gy_section5 .content{width: 100%;margin-top: 54px;position: relative;}
.gy_section5 .content::after{content: "";display: block;width: 3000px;height: 5px;background: rgba(255,255,255,0.6);position: absolute;left: 50%;top: 66px;transform: translate(-50%,0);}
.gy_section5 .qh_t{margin: 0 -10px;width: calc(100% + 20px);margin-bottom: 60px;padding-right: 90px;z-index: 2;}
.gy_section5 .qh_t li{padding: 0 10px;}
.gy_section5 .qh_t .wz{font-size: 24px;color: #ffffff;line-height: 40px;margin-bottom: 14px;padding-left: 10px; white-space: nowrap;}
.gy_section5 .qh_t .ico{width: 30px;height: 30px;border-radius: 100%;position: relative;}
.gy_section5 .qh_t .ico::before{content: "";display: block;width: 20px;height: 20px;background: #fff;border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.gy_section5 .qh_t .ico::after{content: "";display: block;width: 10px;height: 10px;background: #0000ff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 100%;opacity: 0;}
.gy_section5 .qh_t li.slick-current .ico::before{width: 100%;height: 100%;}
.gy_section5 .qh_t li.slick-current .ico::after{opacity: 1;}
.gy_section5 .qh_b .dl{display: flex;justify-content: center;align-items: flex-start;width: calc(100% + 20px);margin: -10px;}
.gy_section5 .qh_b .dl .dd{width: 33.333333333333%;padding: 10px;}
.gy_section5 .qh_b .dl a{display: block;width: 100%;background: #ffffff;padding: 10px 10px 50px 10px;border-radius: 30px;}
.gy_section5 .qh_b .dl a .pic{ width: 100%; padding-bottom: 36.363%; position: relative; overflow: hidden;border-radius: 20px 20px 0 0;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.gy_section5 .qh_b .dl 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_section5 .qh_b .dl 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_section5 .qh_b .dl a .wzbox{padding: 28px 90px 0px 24px;}
.gy_section5 .qh_b .dl a .bt{font-size: 24px;color: #333333;line-height: 30px;margin-bottom: 30px;}
.gy_section5 .qh_b .dl a .listbox{width: 100%;}
.gy_section5 .qh_b .dl a .list{margin-bottom: 12px;display: flex;justify-content: flex-start;align-items: flex-start;}
.gy_section5 .qh_b .dl a .list:last-child{margin-bottom: 0;}
.gy_section5 .qh_b .dl a .list img{width: 24px;display: block;}
.gy_section5 .qh_b .dl a .list .wz{font-size: 20px;color: #999999;line-height: 24px;width: calc(100% - 24px);padding-left: 10px;display: flex;justify-content: flex-start;align-items: flex-start;}
.gy_section5 .qh_b .dl a .list span:nth-child(1){width: 60px;display: block;}
.gy_section5 .qh_b .dl a .list span:nth-child(2){width: calc(100% - 60px);display: block;}
@media screen and (max-width:1680px) {
.gy_section5{padding-top: 80px;padding-bottom: 80px;}
.gy_section5 .content{margin-top: 40px;}
.gy_section5 .content::after{top: 53px;}
.gy_section5 .qh_t{padding-right: 0;}
.gy_section5 .qh_t .wz{font-size: 20px;line-height: 30px;margin-bottom: 10px;padding-left: 6px;}
.gy_section5 .qh_b .dl a{padding: 10px 10px 30px 10px;}
.gy_section5 .qh_b .dl a .wzbox{padding: 20px 20px 0px 20px;}
.gy_section5 .qh_b .dl a .bt{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.gy_section5 .qh_b .dl a .list img{width: 20px;}
.gy_section5 .qh_b .dl a .list .wz{font-size: 14px;line-height: 20px;width: calc(100% - 20px);padding-left: 8px;}
.gy_section5 .qh_b .dl a .list span:nth-child(1){width: 46px;}
.gy_section5 .qh_b .dl a .list span:nth-child(2){width: calc(100% - 46px);}
}
@media screen and (max-width:1024px) {
.gy_section5{padding-top: 30px;padding-bottom: 30px;}
.gy_section5 .btbox h5{font-size: 20px;line-height: 24px;}
.gy_section5 .btbox .sec5_qh_prev{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section5 .btbox .sec5_qh_next{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section5 .content{margin-top: 20px;}
.gy_section5 .content::after{height: 3px;top: 46px;}
.gy_section5 .qh_t{margin: 0 -6px;width: calc(100% + 12px);margin-bottom: 14px;}
.gy_section5 .qh_t li{padding: 0 6px;}
.gy_section5 .qh_t .wz{font-size: 16px;line-height: 24px;margin-bottom: 12px;padding-left: 0;}
.gy_section5 .qh_t .ico{width: 24px;height: 24px;}
.gy_section5 .qh_t .ico::before{width: 14px;height: 14px;}
.gy_section5 .qh_t .ico::after{width: 6px;height: 6px;}
.gy_section5 .qh_b .dl{width: calc(100% + 12px);margin: -6px;}
.gy_section5 .qh_b .dl .dd{width: 100%;padding: 6px;}
.gy_section5 .qh_b .dl a{padding: 10px 10px 20px 10px;border-radius: 20px;}
.gy_section5 .qh_b .dl a .pic{ border-radius:12px 12px 0 0;}
.gy_section5 .qh_b .dl a .wzbox{padding: 12px 12px 0px 12px;}
.gy_section5 .qh_b .dl a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.gy_section5 .qh_b .dl a .list{margin-bottom: 10px;}
.gy_section5 .qh_b .dl a .list .wz{font-size: 14px;line-height: 20px;padding-left: 6px;}
.gy_section5 .qh_b .dl a .list span:nth-child(1){width: 44px;}
.gy_section5 .qh_b .dl a .list span:nth-child(2){width: calc(100% - 44px);}
}

.gy_section6{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.gy_section6 .w_width{display: flex;justify-content: flex-start;align-items: center;}
.gy_section6 .left{width: calc(100% - 370px);padding-right: 100px;}
.gy_section6 .left h5{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 42px;}
.gy_section6 .left .info{font-size: 18px;color: #333333;line-height: 32px;}
.gy_section6 .right{display: flex;justify-content: flex-start;align-items: flex-start;}
.gy_section6 .right a{display: flex;justify-content: center;align-items: center;background: #002fa5;padding: 24px 40px 24px 30px;border-radius: 12px;}
.gy_section6 .right a .ico{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;background: #fff;border-radius: 100%;}
.gy_section6 .right a .ico img{width: 20px;display: block;}
.gy_section6 .right a .wz{font-size: 20px;color: #ffffff;line-height: 30px;margin-left: 10px;}
.gy_section6 .right a:hover{opacity: 0.8;}
@media  screen and (max-width:1680px){
.gy_section6 .right a{padding: 16px 30px;}
}
@media  screen and (max-width:1024px){
.gy_section6{padding-top: 30px;padding-bottom: 30px;}
.gy_section6 .w_width{display: block;}
.gy_section6 .left{width: 100%;padding-right: 0;}
.gy_section6 .left h5{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.gy_section6 .left .info{font-size: 14px;line-height: 24px;}
.gy_section6 .right{margin-top: 12px;width: auto;}
.gy_section6 .right a{padding: 12px 20px;border-radius: 10px;}
.gy_section6 .right a .ico{width: 24px;height: 24px;}
.gy_section6 .right a .ico img{width: 16px;}
.gy_section6 .right a .wz{font-size: 14px;line-height: 24px;margin-left: 8px;}
}

/*人才招聘&行业解决方案详情*/
.rczpxq_section{width: 100%;padding-top: 100px;padding-bottom: 40px;}
.rczpxq_section .cont1{margin-bottom: 80px;}
.rczpxq_section .cont1 .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 46px;}
.rczpxq_section .cont1 .jj{font-size: 20px;color: #525252;line-height: 40px;}
.rczpxq_section .cont2{width: 100%;}
.rczpxq_section .cont2 .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 26px;padding-bottom: 16px;border-bottom: 1px solid #dddddd;}
.rczpxq_section .cont2 ul{width: 100%;}
.rczpxq_section .cont2 li{margin-bottom: 34px;padding-bottom: 24px;border-bottom: 1px solid #dddddd;}
.rczpxq_section .cont2 li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
.rczpxq_section .cont2 li .tit{font-size: 30px;color: #525252;line-height: 34px;margin-bottom: 10px;font-weight: bold;font-family: "微软雅黑";}
.rczpxq_section .cont2 li .info{font-size: 20px;color: #525252;line-height: 40px;}
.rczpxq_section .cont2 li .info span{font-weight: bold;font-family: "微软雅黑";}
@media  screen and (max-width:1024px){
.rczpxq_section{padding-top: 30px;padding-bottom: 30px;}
.rczpxq_section .cont1{margin-bottom: 20px;}
.rczpxq_section .cont1 .bt{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.rczpxq_section .cont1 .jj{font-size: 14px;line-height: 24px;}
.rczpxq_section .cont2 .bt{font-size: 18px;line-height: 24px;margin-bottom: 12px;padding-bottom: 12px;}
.rczpxq_section .cont2 li{margin-bottom: 12px;padding-bottom: 12px;}
.rczpxq_section .cont2 li .tit{font-size: 16px;line-height: 20px;margin-bottom: 6px;}
.rczpxq_section .cont2 li .info{font-size: 14px;line-height: 24px;}
}

/*免费申请试用*/
.mfsq_section{width: 100%;padding-top: 170px;padding-bottom: 130px;}
.mfsq_section .w_width{display: flex;justify-content: space-between;align-items: center;}
.mfsq_section .left{width: calc(100% - 560px);padding-right: 100px;}
.mfsq_section .left h2{font-size: 50px;color: #ffffff;line-height: 60px;margin-bottom: 20px;}
.mfsq_section .left .info{font-size: 20px;color: #ffffff;line-height: 40px;}
.mfsq_section .right{width: 560px;padding: 30px 50px 60px 50px;background: #fff;border-radius: 12px;}
.mfsq_section .right h3{font-size: 34px;color: #333333;line-height: 40px;margin-bottom: 20px;}
.mfsq_section .right ul{width: 100%;}
.mfsq_section .right li{margin-bottom: 20px;}
.mfsq_section .right li:last-child{margin-bottom: 0;}
.mfsq_section .right .input{width: 100%;}
.mfsq_section .right .input input{width: 100%;height: 50px;display: block;padding: 0 20px;font-size: 18px;color: #000;background: #f4f4f4;border-radius: 10px;}
.mfsq_section .right .srk::-webkit-input-placeholder{font-size: 18px;color: #888;opacity: 1;}
.mfsq_section .right .srk::-moz-placeholder{font-size: 18px;color: #888;opacity: 1;}
.mfsq_section .right .srk::moz-placeholder{font-size: 18px;color: #888;opacity: 1;}
.mfsq_section .right .srk:-ms-input-placeholder{font-size: 18px;color: #888;opacity: 1;}
.mfsq_section .right .text textarea{width: 100%;height: 100px;font-size: 18px;color: #000;padding: 12px 20px;background: #f4f4f4;border-radius: 10px;display: block;}
.mfsq_section .right .yzm{display: flex;justify-content: space-between;align-items: center;}
.mfsq_section .right .yzm input{width: calc(100% - 160px);height: 50px;display: block;padding: 0 20px;font-size: 18px;color: #000;background: #f4f4f4;border-radius: 10px;}
.mfsq_section .right .yzm img{width: 150px;height: 50px;border-radius: 10px;display: block;cursor: pointer;}
.mfsq_section .right .btn{width: 150px;font-size: 18px;color: #ffffff;line-height: 50px;text-align: center;background: #002fa5;border-radius: 10px;cursor: pointer;}
.mfsq_section .right .btn span{margin-left: 10px;}
.mfsq_section .right .btn:hover{opacity: 0.6;}
@media  screen and (max-width:1680px){
.mfsq_section .left{width: calc(100% - 500px);padding-right: 50px;}
.mfsq_section .left h2{font-size: 40px;line-height: 50px}
.mfsq_section .left .info{font-size: 16px;line-height: 30px;}
.mfsq_section .right{width: 500px;padding: 26px 40px 40px 40px;}
}
@media  screen and (max-width:1024px){
.mfsq_section{padding-top: 30px;padding-bottom: 30px;}
.mfsq_section .w_width{display: block;padding: 0 25px;}
.mfsq_section .left{width: 100%;padding-right: 0;margin-bottom: 20px;}
.mfsq_section .left h2{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.mfsq_section .left .info{font-size: 14px;line-height: 24px;}
.mfsq_section .left .info br{display: none;}
.mfsq_section .right{width: 100%;padding: 20px;}
.mfsq_section .right h3{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.mfsq_section .right li{margin-bottom: 10px;}
.mfsq_section .right .input input{height: 40px;padding: 0 12px;font-size: 14px;}
.mfsq_section .right .srk::-webkit-input-placeholder{font-size: 14px;}
.mfsq_section .right .srk::-moz-placeholder{font-size: 14px;}
.mfsq_section .right .srk::moz-placeholder{font-size: 14px;}
.mfsq_section .right .srk:-ms-input-placeholder{font-size: 14px;}
.mfsq_section .right .text textarea{height: 80px;font-size: 14px;padding: 8px 12px;}
.mfsq_section .right .yzm input{width: calc(100% - 120px);height: 40px;padding: 0 12px;font-size: 14px;}
.mfsq_section .right .yzm img{width: 100px;height: 40px;}
.mfsq_section .right .btn{width: 120px;font-size: 14px;line-height: 40px;}
.mfsq_section .right .btn span{margin-left: 8px;}
}

.zws_section{width: 100%;margin-top: -80px;opacity: 0;height: 80px;position: relative;z-index: -99;}
@media  screen and (max-width:1024px){
.zws_section{margin-top: -60px;height: 60px;}
}

@charset "UTF-8";
html{
  font-size: 5.813vw;
}
@media screen and  (min-width: 1720px){ /*主体宽度*/
  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: #002fa5;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #002fa5;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:1720px; margin-right: auto; margin-left: auto;}
.w_1920{max-width:1920px; margin-right: auto; margin-left: auto;}
.w_1520{max-width:1520px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 80px;padding-right: 80px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 99999;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs{ width: 100%;padding-left: 30px;padding-right: 30px;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 59px;}
.t_navs .top .logo .img2{display: none;}
.t_navs .top .right{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu .l1{position: relative;padding: 30px 0;margin-right: 30px;
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:last-child{margin-right: 0;}
.t_navs .top .menu .l1 .a1{ display: block;color: #ffffff; position: relative;z-index: 10; padding: 0 12px;line-height: 50px; font-size: 18px;border-radius: 25px;min-width: 150px;text-align: center;}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ color: #fff!important;background: #002fa5!important;}

.t_navs .top .menu .l1.on:hover .a1,.t_navs .top .menu .l1:hover .a1{color: #333333!important;background: #fff!important;}

.t_navs .top .u2{min-width: 190px; top:0; left: 50%;z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);height: auto;position: absolute;background: rgba(0,47,165,0.6);/*backdrop-filter: blur(5px);*/padding: 100px 0px 40px 0;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::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:hover::after{width: 60px;margin-left: -30px;}
.t_navs .top .u2 .l2 .a2:hover{color: rgba(255, 255, 255, 1);-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 .sy_btn{margin-left: 20px;}
.t_navs .top .sy_btn a{display: flex;justify-content: flex-start;align-items: center;background: #002fa5;padding: 10px 16px 10px 10px;border-radius: 25px;}
.t_navs .top .sy_btn a:hover{opacity: 0.8;}
.t_navs .top .sy_btn a .ico{width: 30px;height: 30px;background: #fff;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.t_navs .top .sy_btn a .ico img{width: 18px;display: block;}
.t_navs .top .sy_btn a .wz{font-size: 18px;color: #ffffff;line-height: 30px;margin-left: 6px;}
.wyb_s.on{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .logo img{ width: auto; height: 40px;}
.wyb_s.on .t_navs .top .logo .img1{display: none;}
.wyb_s.on .t_navs .top .logo .img2{display: block;}
.wyb_s.on .t_navs .top .menu .l1{padding: 14px 0;}
.wyb_s.on .t_navs .top .menu .l1 .a1{line-height: 44px;border-radius: 22px;color: #333;}
.wyb_s.on .t_navs .top .u2{}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;opacity: 0;}
@media screen and (max-width:1320px) {
.t_navs .top .logo img{height: 50px;}
.t_navs .top .menu .l1 .a1{padding: 0 8px;font-size: 16px;min-width: 130px;line-height: 40px;border-radius: 20px;}
.t_navs .top .menu .l1{margin-right: 20px;}
.t_navs .top .sy_btn{margin-left: 16px;}
.t_navs .top .sy_btn a .wz{font-size: 16px;}
}
@media screen and (max-width:1140px) {
.t_navs .top .menu .l1 .a1{padding: 0 6px;font-size: 14px;min-width: 110px;line-height: 40px;border-radius: 20px;}
.t_navs .top .menu .l1{margin-right: 14px;}
.t_navs .top .sy_btn{margin-left: 14px;}
.t_navs .top .sy_btn a .wz{font-size: 14px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_nav_zw{height: 50px;}
.t_navs .top{ padding: 0 8px 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .top .logo{ margin: 10px 0;}
.t_navs .top .logo img{ height: 30px;}
.t_navs .top .logo .img1{display: none;}
.t_navs .top .logo .img2{display: block;}
.t_navs .top .sy_btn{margin-left: 0;margin-right: 20px;}
.t_navs .top .sy_btn a{padding: 8px 12px 8px 8px;border-radius: 25px;}
.t_navs .top .sy_btn a .ico{width: 22px;height: 22px;}
.t_navs .top .sy_btn a .ico img{width: 14px;}
.t_navs .top .sy_btn a .wz{font-size: 13px;line-height: 22px;margin-left: 4px;}
.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:#002fa5;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:#002fa5;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: #002fa5;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:#002fa5;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: 80px;padding-bottom: 70px;background: #ffffff;}
.b_nav .cont1{width: 100%;display: flex;justify-content: space-between;align-items: stretch;margin-bottom: 26px;}
.b_nav .cont1 .left{width: calc(100% - 170px);padding: 45.5px 84px 45.5px 50px;background: #7f7f7f;border-radius: 16px;display: flex;justify-content: space-between;align-items: center;}
.b_nav .cont1 .left .logo img{height: 59px;display: block;}
.b_nav .cont1 .left .nav ul{display: flex;justify-content: flex-start;align-items: center;}
.b_nav .cont1 .left .nav li{margin-right: 88px;}
.b_nav .cont1 .left .nav li:last-child{margin-right: 0;}
.b_nav .cont1 .left .nav a{display: block;font-size: 18px;color: #ffffff;line-height: 24px;}
.b_nav .cont1 .left .nav a:hover{color: #002fa5;}
.b_nav .cont1 .right{width: 150px;background: #7f7f7f;display: flex;justify-content: center;align-items: center;border-radius: 16px;min-height: 150px;}
.b_nav .cont1 .right img{width: 110px;display: block;}
.b_nav .cont2{width: 100%;}
.b_nav .cont2 ul{display: flex;justify-content: flex-start;align-items: center;}
.b_nav .cont2 li{margin-right: 32px;position: relative;}
.b_nav .cont2 li:last-child{margin-right: 0;}
.b_nav .cont2 a{display: block;font-size: 16px;color: #545454;line-height: 20px;}
.b_nav .cont2 li::after{content: "";display: block;width: 2px;height: 16px;background: #8b8b8b;position: absolute;right: -16px;top: 50%;transform: translate(0,-50%);}
.b_nav .cont2 li:last-child::after{display: none;}
.b_nav .cont2 .fir:hover{color: #002fa5;}
@media screen and (max-width:1680px) {
.b_nav{padding-top: 60px;padding-bottom: 60px;}
.b_nav .cont1{margin-bottom: 20px;}
.b_nav .cont1 .left .logo img{height: 50px;}
.b_nav .cont1 .left{width: calc(100% - 170px);padding: 45.5px 50px;}
.b_nav .cont1 .left .nav li{margin-right: 40px;}
.b_nav .cont1 .left .nav a{font-size: 16px;line-height: 20px;}
.b_nav .cont2 li{margin-right: 20px;}
.b_nav .cont2 a{font-size: 14px}
.b_nav .cont2 li::after{right: -10px;}
}
@media screen and (max-width:1200px) {
.b_nav .cont1 .left .logo img{height: 40px;}
.b_nav .cont1 .left .nav li{margin-right: 20px;}
.b_nav .cont1 .left .nav a{font-size: 14px;}
.b_nav .cont2 li{margin-right: 16px;}
.b_nav .cont2 a{font-size: 12px}
.b_nav .cont2 li::after{right: -8px;}
}
@media screen and (max-width:1050px) {
.b_nav .cont2 li{margin-right: 10px;}
.b_nav .cont2 li::after{right: 0;display: none;}
}
@media screen and (max-width:1024px) {
.b_nav{padding-top: 30px;padding-bottom: 30px;margin-bottom: 50px;}
.b_nav .cont1{margin-bottom: 14px;display: block;padding-right: 112px;position: relative;}
.b_nav .cont1 .left{width: 100%;padding: 12px;border-radius: 12px;display: block;min-height:116px}
.b_nav .cont1 .left .logo img{height: 30px;}
.b_nav .cont1 .left .nav{display: block;margin-top: 12px;}
.b_nav .cont1 .left .nav ul{flex-wrap: wrap;margin: -5px;width: calc(100% + 10px);}
.b_nav .cont1 .left .nav li{margin-right: 0;padding: 5px;}
.b_nav .cont1 .left .nav a{font-size: 13px;line-height: 20px;}
.b_nav .cont1 .right{width: 100px;border-radius: 12px;min-height: 100px;position: absolute;right: 0;top: 0;height: 116px;}
.b_nav .cont1 .right img{width: 80px;}
.b_nav .cont2{width: 100%;padding-right: 0;}
.b_nav .cont2 ul{display: block;}
.b_nav .cont2 li{margin-right: 0;margin-bottom: 10px;}
.b_nav .cont2 a{font-size: 14px;line-height: 18px;}
.b_nav .cont2 li::after{display: none;}
}

/*电脑端漂浮*/
.pf_right{width: 40px;position: fixed;right: 40px;top: 60%;transform: translate(0,-50%);opacity: 0;z-index: -5;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.pf_right.on{opacity: 1;z-index: 999;}
.pf_right ul{width: 100%;}
.pf_right li{margin-bottom: 20px;position: relative;}
.pf_right li:last-child{margin-bottom: 0;}
.pf_right a{display: block;width: 100%;height: 40px;display: flex;justify-content: center;align-items: center;}
.pf_right a img{width: 26px;}
.pf_right li:nth-child(1) a{background: #3164af;border-radius: 100%;}
.pf_right li:nth-child(2) a{background: #2ba246;border-radius: 100%;}
.pf_right li:nth-child(3) a{background: #6f7fff;border-radius: 100%;}
.pf_right li:nth-child(4) a{background: #190c0c;border-radius: 100%;}
.pf_right .wz_posi{position: absolute;right: calc(100% + 12px);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);top: 50%;transform: translate(0,-50%) scale(0);white-space:nowrap;font-size: 20px;color: #333;line-height: 30px;padding: 10px 40px;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;}
.pf_right li:hover .wz_posi{transform: translate(0,-50%) scale(1);}
.pf_right .ewm_posi{width: 140px;position: absolute;right: calc(100% + 12px);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);top: 50%;transform: translate(0,-50%) scale(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 .ewm_posi img{width: 100%;display: block;}
.pf_right li:hover .ewm_posi{transform: translate(0,-50%) scale(1);}
@media screen and (max-width:1680px) {
.pf_right{width: 32px;right: 20px}
.pf_right li{margin-bottom: 14px;}
.pf_right a{height: 32px;}
.pf_right a img{width: 20px;}
.pf_right .wz_posi{font-size: 16px;line-height: 24px;padding: 10px 30px;}
.pf_right .ewm_posi{width: 120px;}
}
@media screen and (max-width:1024px) {
.pf_right{display: none;}
}

/*手机端底漂浮*/
.pf_down{ width: 100%; float: left; position: fixed; left: 0; background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 99;bottom: 0; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.pf_down li{ width:25%; float: left; text-align: center; padding:10px 0;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center;}
.pf_down li .ico7 img{ width:24px; height: 24px;}
.pf_down li .ico7 .show{ display: block;}
.pf_down li .ico7 .hide{ display: none;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #000; line-height: 14px;}
.pf_down li:hover .ico7{ background: #002fa5; width:44px; height:44px; border-radius: 50%; border:3px solid #fff; position: relative; margin-top:-18px;}
.pf_down li:hover .ico7 .show{ display: none;}
.pf_down li:hover .ico7 .hide{ display: block;}
.pf_down li:hover .ico7 img{ width:22px; height: 22px;}
.pf_down li:hover .d_name{ margin-top:0;}

/*首页*/
.sy_banner{width: 100%;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul img{width: 100%;display: block;}
.sy_banner .slick-dots{position: absolute;left: 0;bottom: 65px;}
.sy_banner .slick-dots li{border-radius:10px;width:10px; height:10px;margin:0 10px;background: #ffffff;position: relative;}
.sy_banner .slick-dots li.slick-active{ background: #ffffff;width: 10px;}
.sy_banner .slick-dots li.slick-active::after{content: "";display: block;width: 20px;height: 20px;background: rgba(255,255,255,0.4);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 100%;}
.sy_banner .slick-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.6);border: 1px solid rgba(255,255,255,0.8); left: 50px;top: auto;transform: translate(0,0);bottom: 50px;border-radius: 100%;}
.sy_banner .slick-next{width: 50px;height: 50px;background: rgba(0,0,0,0.6);border: 1px solid rgba(255,255,255,0.8); 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: #002fa5;border-color: #002fa5;}
.sy_banner .slick-prev:hover::after,
.sy_banner .slick-next:hover::after{color: #fff;}
@media  screen and (max-width:1024px){
.sy_banner{margin-top:50px;}
.sy_banner .slick-dots{bottom: 30px;padding-left: 15px;justify-content: flex-start;}
.sy_banner .slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 6px;}
.sy_banner .slick-dots li.slick-active{width: 8px;}
.sy_banner .slick-dots li.slick-active::after{width: 16px;height: 16px;}
}

.sy_section1{width: 100%;}
.sy_section1 .w_1920{display: flex;justify-content: flex-start;align-items: stretch;}
.sy_section1 .left{width: 23.95833333333333%;background: #dde4ec;position: relative;padding: 98px 40px 162px 100px;}
.sy_section1 .left::after{content: "";display: block;width: 10000px;height: 100%;position: absolute;right: 0;top: 0;background: #dde4ec;}
.sy_section1 .left h1{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 76px;position: relative;z-index: 2;}
.sy_section1 .left .qh_l{position: relative;z-index: 2;margin-bottom: 210px;}
.sy_section1 .left .qh_l .list{margin-bottom: 20px;position: relative;}
.sy_section1 .left .qh_l .list a{font-size: 24px;color: #555555;line-height: 30px;padding: 10px 30px;border-radius: 25px;cursor: pointer;display: block;}
.sy_section1 .left .qh_l .list:last-child{margin-bottom: 0;}
.sy_section1 .left .qh_l .list.on a{background: #777777;color: #fff;}
.sy_section1 .left .qh_l .list::after{content: "";display: block;width: 0;height: 2px;background: #002fa5;position: absolute;left: calc(100% + 25px);top: 50%;transform: translate(0,-50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section1 .left .qh_l .list.on::after{width: 30px;}
.sy_section1 .left .tiyan_btn{position: relative;z-index: 2;}
.sy_section1 .left .tiyan_btn a{display: flex;justify-content: flex-start;align-items: center;background: #002fa5;padding: 10px;border-radius: 25px;}
.sy_section1 .left .tiyan_btn a .ico{width: 30px;height: 30px;background: #fff;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section1 .left .tiyan_btn a img{width: 18px;display: block;}
.sy_section1 .left .tiyan_btn a .wz{font-size: 18px;color: #ffffff;line-height: 30px;margin-left: 6px;}
.sy_section1 .left .tiyan_btn a:hover{opacity: 0.8;}
.sy_section1 .center{width: 23.95833333333333%;background: #e8edf2;padding: 220px 70px 70px 70px;}
.sy_section1 .center .qh_c{width: 100%;position: relative;}
.sy_section1 .center .qh_c li{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;overflow: hidden;overflow-y: auto;max-height: 500px;padding-right: 20px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section1 .center .qh_c li.on{opacity: 1;z-index: 5;position: relative;}
.sy_section1 .center .qh_c li::-webkit-scrollbar{ width: 3px;}
.sy_section1 .center .qh_c li::-webkit-scrollbar-track{background-color: #e5e5e5;border-radius: 3px;}
.sy_section1 .center .qh_c li::-webkit-scrollbar-thumb{width: 3px;background-color: #002fa5;border-radius: 3px;}
.sy_section1 .center .qh_c .list{margin-bottom: 20px;}
.sy_section1 .center .qh_c .list a{cursor: pointer;font-size: 18px;color: #555555;line-height: 30px;padding: 10px 32px;border-radius: 25px;display: block;}
.sy_section1 .center .qh_c .list:last-child{margin-bottom: 0;}
.sy_section1 .center .qh_c .list.on a{background: #aaaaaa;color: #fff;}
.sy_section1 .right{width: 52.08333333333334%;}
.sy_section1 .right .qh_r{width: 100%;padding-right: 94px;padding-top: 210px;padding-bottom:80px;}
.sy_section1 .right .list{width: 100%;margin-left: 0;padding-left: 40px;}
.sy_section1 .right .list img{width: 100%;display: block;}
@media  screen and (max-width:1680px){
.sy_section1 .left{;padding: 60px 24px 60px 80px;}
.sy_section1 .center{padding: 80px 30px 30px 30px;}


.sy_section1 .left .qh_l .list a{font-size: 18px;line-height: 24px;padding: 6px 20px;border-radius: 18px;}
.sy_section1 .left .qh_l .list::after{left: calc(100% + 10px);}
.sy_section1 .left .tiyan_btn a img{width: 16px;}
.sy_section1 .left .tiyan_btn a .wz{font-size: 14px;line-height: 20px;margin-left: 6px;width: calc(100% - 24px);}
.sy_section1 .center .qh_c .list a{font-size: 14px;line-height: 24px;padding: 6px 20px;border-radius: 18px;}
}
@media  screen and (max-width:1400px){
.sy_section1 .left{;padding: 80px 24px 60px 80px;width: 28%;}
.sy_section1 .left h1{font-size: 26px;line-height: 30px;margin-bottom: 50px;}
.sy_section1 .left .qh_l{margin-bottom: 80px;}
.sy_section1 .left .qh_l .list a{font-size: 18px;line-height: 24px;padding: 6px 20px;border-radius: 18px;}
.sy_section1 .left .qh_l .list::after{left: calc(100% + 10px);}
.sy_section1 .left .tiyan_btn a{border-radius: 25px;}
.sy_section1 .left .tiyan_btn a .ico{width: 24px;height: 24px;}
.sy_section1 .left .tiyan_btn a img{width: 16px;}
.sy_section1 .left .tiyan_btn a .wz{font-size: 14px;line-height: 20px;margin-left: 6px;width: calc(100% - 24px);}
.sy_section1 .center{width: 20%;padding: 138px 30px 30px 30px;}
.sy_section1 .center .qh_c li{max-height: 330px;}
.sy_section1 .center .qh_c .list a{font-size: 14px;line-height: 24px;padding: 6px 20px;border-radius: 18px;}
.sy_section1 .right{width: 50%;}
.sy_section1 .right .qh_r{padding-right: 80px;padding-top: 138px;padding-left: 80px;}
.sy_section1 .right .list{width: 100%;margin-left: 0;}
}
@media  screen and (max-width:1280px){
.sy_section1 .right .qh_r{padding-left: 40px;}
}
@media  screen and (max-width:1024px){
.sy_section1 .w_1920{display: block;}
.sy_section1 .left{width: 100%;padding: 20px 15px;position: relative;}
.sy_section1 .left::before{content: "";display: block;width: 24px;height: 24px;background: url(img/right.svg)no-repeat center center;background-size: cover;position: absolute;right: 6px;bottom: 28px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;
animation:myfirst 1s infinite;
-moz-animation:myfirst 1s infinite; 
-webkit-animation:myfirst 1s infinite; 
-o-animation:myfirst 1s infinite;}
@keyframes myfirst
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}

@-moz-keyframes myfirst
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}

@-webkit-keyframes myfirst 
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}

@-o-keyframes myfirst 
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}
.sy_section1 .left::after{display: none;}
.sy_section1 .left h1{font-size: 20px;line-height: 40px;margin-bottom: 14px;}
.sy_section1 .left .qh_l{margin-bottom: 0;display: flex;justify-content: flex-start;align-items: flex-start;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: calc(100% - 30px);width: calc(100% - 30px);}
.sy_section1 .left .qh_l::-webkit-scrollbar{ display: none;}
.sy_section1 .left .qh_l .list{margin-bottom: 0;width: auto;}
.sy_section1 .left .qh_l .list a{font-size: 15px;line-height: 20px;padding: 10px 26px;border-radius: 20px;width: auto;}
.sy_section1 .left .qh_l .list::after{display: none;}
.sy_section1 .left .tiyan_btn{position: absolute;right: 15px;top: 20px;display: none;}
.sy_section1 .left .tiyan_btn a{padding: 8px;border-radius: 25px;}
.sy_section1 .left .tiyan_btn a .ico{width: 24px;height: 24px;}
.sy_section1 .left .tiyan_btn a img{width: 14px;}
.sy_section1 .left .tiyan_btn a .wz{font-size: 14px;line-height: 24px;margin-left: 4px;}
.sy_section1 .center{width: 100%;padding: 20px 15px;position: relative;}
.sy_section1 .center::before{content: "";display: block;width: 24px;height: 24px;background: url(img/right.svg)no-repeat center center;background-size: cover;position: absolute;right: 6px;top: 50%;transform: translate(0,-50%);
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;
animation:myfirst 1s infinite;
-moz-animation:myfirst 1s infinite; 
-webkit-animation:myfirst 1s infinite; 
-o-animation:myfirst 1s infinite;}
@keyframes myfirst
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}

@-moz-keyframes myfirst
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}

@-webkit-keyframes myfirst 
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}

@-o-keyframes myfirst 
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}
.sy_section1 .center .qh_c li{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: calc(100% - 30px);width: calc(100% - 30px);}
.sy_section1 .center .qh_c li::-webkit-scrollbar{ display: none;}
.sy_section1 .center .qh_c .list{margin-bottom: 0;}
.sy_section1 .center .qh_c .list a{font-size: 15px;line-height: 20px;padding: 10px 26px;border-radius: 20px;}
.sy_section1 .right{width: 100%;}
.sy_section1 .right .qh_r{padding: 20px 15px;}
.sy_section1 .right .list{width: 100%;margin-left: 0;padding-left: 0;}
}

.sy_section2{width: 100%;padding-top: 128px;padding-bottom: 150px;}
.sy_section2 .w_width{display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section2 .left{width: 44.18604651162791%;padding-right: 90px;}
.sy_section2 .left h2{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 220px;}
.sy_section2 .left .qh_l{margin: -20px -6px;width: calc(100% + 12px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section2 .left .qh_l li{width: 33.3333%;padding: 20px 6px;}
.sy_section2 .left .qh_l a{display: flex;justify-content: flex-start;align-items: center;}
.sy_section2 .left .qh_l a img{width: 36px;display: block;}
.sy_section2 .left .qh_l a .ico2{display: none;}
.sy_section2 .left .qh_l a .wz{font-size: 24px;color: #ffffff;line-height: 36px;width: calc(100% - 36px);padding-left: 8px;}
.sy_section2 .left .qh_l li.on a .ico1{display: none;}
.sy_section2 .left .qh_l li.on a .ico2{display: block;}
.sy_section2 .left .qh_l li.on a .wz{color: #002fa5;}
.sy_section2 .right{width: 55.81395348837209%;}
.sy_section2 .right .top{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 44px;}
.sy_section2 .right .top .tit{font-size: 30px;color: #ffffff;line-height: 34px;width: 26.04166666666667%;}
.sy_section2 .right .top .info{width: 73.95833333333333%;font-size: 18px;color: #ffffff;line-height: 32px;overflow: hidden;overflow-y: auto;height: 128px;padding-right: 20px;}
.sy_section2 .right .top .info::-webkit-scrollbar{ width: 3px;}
.sy_section2 .right .top .info::-webkit-scrollbar-track{background-color: #e5e5e5;border-radius: 3px;}
.sy_section2 .right .top .info::-webkit-scrollbar-thumb{width: 3px;background-color: #002fa5;border-radius: 3px;}
.sy_section2 .right .bottom{width: 100%;position:relative;}
.sy_section2 .right .bottom img{width: 100%;display: block;}
.sy_section2 .right .bottom>div{width: 130px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_section2 .right .bottom>div a{display: block;font-size: 16px;color: #333;line-height: 40px;text-align: center;background: rgba(255,255,255,0.8);border-radius: 20px;}
@media  screen and (max-width:1680px){
.sy_section2{padding-top: 80px;padding-bottom: 120px;}
.sy_section2 .left{width: 40%;padding-right: 50px;}
.sy_section2 .left h2{font-size: 30px;line-height: 34px;margin-bottom: 120px;}
.sy_section2 .left .qh_l{margin: -16px -5px;width: calc(100% + 10px);}
.sy_section2 .left .qh_l li{padding: 16px 5px;}
.sy_section2 .left .qh_l a img{width: 26px;}
.sy_section2 .left .qh_l a .wz{font-size: 16px;line-height: 26px;width: calc(100% - 26px);}
.sy_section2 .right{width: 60%;}
.sy_section2 .right .top{margin-bottom: 30px;}
.sy_section2 .right .top .tit{font-size: 22px;line-height: 30px;}
.sy_section2 .right .top .info{font-size: 16px;line-height: 26px;}
}
@media  screen and (max-width:1280px){
.sy_section2 .left .qh_l a img{width: 22px;}
.sy_section2 .left .qh_l a .wz{font-size: 13px;width: calc(100% - 22px);line-height: 22px;}
.sy_section2 .right .top .tit{font-size: 20px;line-height: 26px;}
.sy_section2 .right .top .info{font-size: 14px;line-height: 24px;}
}
@media  screen and (max-width:1024px){
.sy_section2{padding-top: 30px;padding-bottom: 30px;}
.sy_section2 .w_width{display: block;}
.sy_section2 .left{width: 100%;padding-right: 0;}
.sy_section2 .left h2{font-size: 20px;line-height: 24px;margin-bottom: 14px;}
.sy_section2 .left .qh_l{margin: -5px;width: calc(100% + 10px);}
.sy_section2 .left .qh_l li{padding: 5px;}
.sy_section2 .left .qh_l a{align-items: flex-start;}
.sy_section2 .left .qh_l a img{width: 24px;}
.sy_section2 .left .qh_l a .wz{font-size: 13px;line-height: 24px;width: calc(100% - 24px);padding-left: 6px;}
.sy_section2 .right{width: 100%;margin-top: 14px;}
.sy_section2 .right .top{margin-bottom: 12px;display: block;}
.sy_section2 .right .top .tit{font-size: 20px;line-height: 24px;width: 26.04166666666667%;width: 100%;margin-bottom: 8px;}
.sy_section2 .right .top .info{width: 73.95833333333333%;font-size: 14px;line-height: 24px;width: 100%;height: 120px;}
.sy_section2 .right .top .info::-webkit-scrollbar{ width: 0;}
.sy_section2 .right .top .info::-webkit-scrollbar-track{background-color: rgba(255,255,255,0);border-radius: 0;}
.sy_section2 .right .top .info::-webkit-scrollbar-thumb{width: 0;background-color: rgba(255,255,255,0);border-radius: 0;}
.sy_section2 .right .top .info::-webkit-scrollbar{ display: none;}
.sy_section2 .right .bottom{width:100%;position:relative;}
.sy_section2 .right .bottom>div{width: 110px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_section2 .right .bottom>div a{display: block;font-size: 14px;color: #333;line-height: 32px;text-align: center;border-radius: 16px;}
}

.sy_section3{width: 100%;padding-top: 148.5px;padding-bottom: 148.5px;}
.sy_section3 .btbox{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 120px;}
.sy_section3 .btbox h3{font-size: 40px;color: #333333;line-height: 44px;}
.sy_section3 .btbox ._r{display: flex;justify-content: space-between;align-items: center;}
.sy_section3 .btbox ._r .qh_num{width: 50px;height: 50px;font-size: 20px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;}
.sy_section3 .btbox ._r .qh_prev{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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_section3 .btbox ._r .qh_next{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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_section3 .btbox ._r .more a{width: 50px;height: 50px;border: 1px solid #999999;border-radius: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #999999;}
.sy_section3 .btbox ._r .more img{width: 30px;display: block;}
.sy_section3 .btbox ._r .more .ico2{display: none;}
.sy_section3 .btbox ._r .more a:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.sy_section3 .btbox ._r .more a:hover .ico1{display: none;}
.sy_section3 .btbox ._r .more a:hover .ico2{display: block;}
.sy_section3 .btbox ._r .qh_prev:hover,
.sy_section3 .btbox ._r .qh_next:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.sy_section3 .content{width: 100%;}
.sy_section3 .content .ul{margin: 0 -55px;width: calc(100% + 110px);}
.sy_section3 .content .li{padding: 0 55px;}
.sy_section3 .content .ul a{display: block;width: 100%;}
.sy_section3 .content .ul a .wzbox{margin-bottom: 20px;}
.sy_section3 .content .ul a .bt{font-size: 24px;color: #333333;line-height: 33px;margin-bottom: 14px;min-height: 99px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section3 .content .ul a .date{font-size: 16px;color: #aaaaaa;line-height: 20px;}
.sy_section3 .content .ul a .pic{ width: 100%; padding-bottom: 56%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section3 .content .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-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 .content .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section3 .content .ul a:hover .bt{color: #002fa5;}
@media  screen and (max-width:1680px){
.sy_section3 .btbox{margin-bottom: 80px;}
.sy_section3 .content .ul{margin: 0 -30px;width: calc(100% + 60px);}
.sy_section3 .content .li{padding: 0 30px;}
}
@media  screen and (max-width:1024px){
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .btbox{margin-bottom: 20px;}
.sy_section3 .btbox h3{font-size: 20px;line-height: 24px;}
.sy_section3 .btbox ._r .qh_num{width: 32px;height: 32px;font-size: 14px;line-height: 30px;margin-right: 8px;}
.sy_section3 .btbox ._r .qh_prev{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.sy_section3 .btbox ._r .qh_next{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.sy_section3 .btbox ._r .more a{width: 32px;height: 32px;font-size: 10px;}
.sy_section3 .btbox ._r .more img{width: 22px;}
.sy_section3 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section3 .content .li{padding: 0 6px;}
.sy_section3 .content .ul a .wzbox{margin-bottom: 14px;}
.sy_section3 .content .ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;min-height: 40px;-webkit-line-clamp:2;}
.sy_section3 .content .ul a .date{font-size: 14px;line-height: 18px;}
}

.sy_section4{width: 100%;padding-top: 137px;padding-bottom: 157px;}
.sy_section4 .w_width{position: relative;}
.sy_section4 .content{width: 43.02325581395349%;}
.sy_section4 h4{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 50px;}
.sy_section4 h5{font-size: 30px;color: #555555;line-height: 34px;margin-bottom: 40px;}
.sy_section4 .info{font-size: 18px;color: #555555;line-height: 32px;margin-bottom: 40px;}
.sy_section4 ul{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 54px;}
.sy_section4 ul .top{display: flex;justify-content: center;align-items: flex-start;font-size: 16px;color: #1266ff;line-height: 20px;font-weight: bold;}
.sy_section4 ul .top .num{font-size: 40px;color: #1266ff;line-height: 44px;}
.sy_section4 ul .top .dw{margin-left: 8px;margin-top: 4px;}
.sy_section4 ul .bottom{font-size: 16px;color: #555555;line-height: 20px;text-align: center;margin-top: 20px;}
.sy_section4 .more{margin-bottom: 50px;}
.sy_section4 .more a{width: 50px;height: 50px;border: 1px solid #999999;border-radius: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #999999;}
.sy_section4 .more img{width: 30px;display: block;}
.sy_section4 .more .ico2{display: none;}
.sy_section4 .more a:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.sy_section4 .more a:hover .ico1{display: none;}
.sy_section4 .more a:hover .ico2{display: block;}
.sy_section4 .zp_btn{display: flex;justify-content: flex-start;align-items: flex-start;position: absolute;right: 0;bottom: 0;}
.sy_section4 .zp_btn a{display: flex;justify-content: center;align-items: center;background: #002fa5;padding: 24px 40px 24px 30px;border-radius: 12px;}
.sy_section4 .zp_btn a .ico{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;background: #fff;border-radius: 100%;}
.sy_section4 .zp_btn a .ico img{width: 20px;display: block;}
.sy_section4 .zp_btn a .wz{font-size: 20px;color: #ffffff;line-height: 30px;margin-left: 10px;}
.sy_section4 .zp_btn a:hover{opacity: 0.8;}
@media  screen and (max-width:1680px){
.sy_section4 h4{font-size: 30px;line-height: 34px;margin-bottom: 40px;}
.sy_section4 h5{font-size: 20px;line-height: 24px;margin-bottom: 30px;}
.sy_section4 .info{font-size: 16px;line-height: 26px;margin-bottom: 30px;}
.sy_section4 ul .bottom{font-size: 14px;margin-top: 16px;}
.sy_section4 .more{margin-bottom: 40px;}
.sy_section4 .zp_btn a{padding: 16px 30px;}
}
@media  screen and (max-width:1024px){
.sy_section4{padding-top: 30px;padding-bottom: 30px;background: #dde4ec!important;}
.sy_section4 .content{width: 100%;position: relative;}
.sy_section4 h4{font-size: 20px;line-height: 32px;margin-bottom: 10px;}
.sy_section4 h5{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.sy_section4 .info{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.sy_section4 ul{margin: -6px;width: calc(100% + 12px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section4 ul li{width: 50%;padding: 6px;}
.sy_section4 ul .top{font-size: 14px;}
.sy_section4 ul .top .num{font-size: 24px;line-height: 30px;}
.sy_section4 ul .top .dw{margin-left: 6px;margin-top: 0;}
.sy_section4 ul .bottom{font-size: 14px;margin-top: 10px;}
.sy_section4 .more{margin-bottom: 0;position: absolute;right: 0;top: 0;}
.sy_section4 .more a{width: 32px;height: 32px;font-size: 10px;}
.sy_section4 .more img{width: 22px;}
.sy_section4 .zp_btn{margin-top: 12px;display: flex;justify-content: center;align-items: flex-start;position: static;}
.sy_section4 .zp_btn a{padding: 12px 20px;border-radius: 10px;}
.sy_section4 .zp_btn a .ico{width: 24px;height: 24px;}
.sy_section4 .zp_btn a .ico img{width: 16px;}
.sy_section4 .zp_btn a .wz{font-size: 14px;line-height: 24px;margin-left: 8px;}
.sy_section4 .pic{margin-top: 20px;}
}

/*内页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 .wzbox .w_width{display: flex;justify-content: space-between;align-items: center;}
.ny_banner .wzbox .left{padding-right: 40px;}
.ny_banner .wzbox .left h1{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 18px;}
.ny_banner .wzbox .left h3{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 30px;font-style: italic;}
.ny_banner .wzbox .left .dq_sec{display: flex;justify-content: flex-start;align-items: center;font-size: 18px;color: #ffffff;line-height: 24px;flex-wrap: wrap;}
.ny_banner .wzbox .left .dq_sec a{color: #fff;}
.ny_banner .wzbox .left .dq_sec span{margin: 0 5px;}
.ny_banner .wzbox .left .dq_sec a:hover,
.ny_banner .wzbox .left .dq_sec a.on{opacity: 0.8;}
.ny_banner .wzbox .right .wz1{font-size: 140px;color: #fff;line-height: 140px;margin-bottom: 30px;text-align-last: justify;}
.ny_banner .wzbox .right .wz2{font-size: 24px;color: #fff;line-height: 28px;margin-bottom: 30px;text-align-last: justify;}
.ny_banner .wzbox .right .wz3{font-size: 46px;color: #fff;line-height: 50px;margin-bottom: 20px;text-align-last: justify;}
.ny_banner .wzbox .right .wz4{font-size: 20px;color: #fff;line-height: 26px;text-align-last: justify;}
@media  screen and (max-width:1900px){
.ny_banner .wzbox .left .dq_sec{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width:1680px){
.ny_banner .wzbox .left{width: calc(100% - 400px);padding-right: 30px;}
.ny_banner .wzbox .left h1{font-size: 26px;line-height: 32px;margin-bottom: 14px;}
.ny_banner .wzbox .left h3{font-size: 26px;line-height: 32px;margin-bottom: 20px;}
.ny_banner .wzbox .left .dq_sec{font-size: 14px;line-height: 20px;}
.ny_banner .wzbox .right .wz1{font-size: 100px;line-height: 104px;margin-bottom: 16px;}
.ny_banner .wzbox .right .wz2{font-size: 18px;line-height: 24px;margin-bottom: 16px;}
.ny_banner .wzbox .right .wz3{font-size: 40px;line-height: 50px;margin-bottom: 12px;}
.ny_banner .wzbox .right .wz4{font-size: 16px;line-height: 26px;}
}
@media  screen and (max-width:1460px){
.ny_banner .wzbox .left .dq_sec{font-size: 12px;line-height: 20px;}
}
@media  screen and (max-width:1280px){
.ny_banner .wzbox .left .dq_sec{font-size: 10px;line-height: 20px;}
}
@media  screen and (max-width:1280px){
.ny_banner .wzbox .left{width: calc(100% - 320px);}
.ny_banner .wzbox .right .wz1{font-size: 90px;line-height: 94px;margin-bottom: 16px;}
.ny_banner .wzbox .right .wz2{font-size: 16px;line-height: 20px;margin-bottom: 16px;}
.ny_banner .wzbox .right .wz3{font-size: 36px;line-height: 40px;margin-bottom: 12px;}
.ny_banner .wzbox .right .wz4{font-size: 16px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.ny_banner .wzbox .w_width{display: block;}
.ny_banner .wzbox .left{width: 100%;padding-right: 0;}
.ny_banner .wzbox .left h1{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.ny_banner .wzbox .left h3{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.ny_banner .wzbox .left .dq_sec{font-size: 14px;line-height: 20px;display: none;}
.ny_banner .wzbox .left .dq_sec span{margin: 0 4px;}
.ny_banner .wzbox .right{width: 100%;margin-top: 16px;display: none;}
.ny_banner .wzbox .right .wz1{font-size: 26px;line-height: 30px;margin-bottom: 10px;}
.ny_banner .wzbox .right .wz2{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
.ny_banner .wzbox .right .wz3{font-size: 14px;line-height: 40px;margin-bottom: 10px;}
.ny_banner .wzbox .right .wz4{font-size: 12px;line-height: 22px;}
}

/*产品中心*/
.cp_section{width: 100%;padding: 50px;padding-bottom: 0;}
.cp_section .listbox{width: 100%;}
.cp_section .list{margin-bottom: 60px;background: #e8edf2;border-radius: 12px;overflow: hidden;display: flex;justify-content: flex-start;align-items: stretch;}
.cp_section .list:last-child{margin-bottom: 0;}
.cp_section .left{width: 28.57142857142857%;padding: 96px 90px 40px 100px;}
.cp_section .left .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 110px;}
.cp_section .left ul{width: 100%;}
.cp_section .left li{margin-bottom: 20px;}
.cp_section .left li:last-child{margin-bottom: 0;}
.cp_section .left a{display: block;font-size: 24px;color: #555555;line-height: 30px;padding: 10px 20px 10px 30px;border-radius: 25px;}
.cp_section .left li:hover a{color:#002fa5;}
.cp_section .left li.on a{color: #fff;background: #aaaaaa;}
.cp_section .right{width: 71.42857142857143%;background: #f6f8fa;padding: 96px 50px 96px 176px;}
.cp_section .right .infobox{margin-bottom: 46px;padding-right: 140px;overflow: hidden;overflow-y: auto;max-height: 120px;}
.cp_section .right .infobox::-webkit-scrollbar{ width: 20px;}
.cp_section .right .infobox::-webkit-scrollbar-track{background-color: #eeeeee;}
.cp_section .right .infobox::-webkit-scrollbar-thumb{width: 20px;background-color: #cccccc;}
.cp_section .right .info{font-size: 20px;color: #545454;line-height: 40px;}
.cp_section .right .btn{margin-bottom:30px;}
.cp_section .right .btn a{display:block;font-size:17px;color:#fff;line-height:40px;text-align:center;border-radius:22px;background:#002fa5;width:150px;height:44px;}
.cp_section .right .btn a:hover{opacity:0.6;}
.cp_section .right .pic{width: 100%;padding-right: 115px;}
.cp_section .right .pic img{width: 100%;display: block;}
.cp_section .right .qh_r{width:100%;position:relative;}
.cp_section .right .qh_r .dd{width:100%;position:absolute;left:0;top:0;z-index:-5;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;}
.cp_section .right .qh_r .dd.on{opacity:1;z-index:3;position:relative;}
@media  screen and (max-width:1680px){
.cp_section .list{margin-bottom: 50px;}
.cp_section .left{width: 30%;padding: 60px;}
.cp_section .left .bt{font-size: 26px;line-height: 30px;margin-bottom: 60px;}
.cp_section .left a{font-size: 18px;line-height: 28px;padding: 6px 20px 6px 20px;border-radius: 20px;}
.cp_section .right{width: 70%;padding: 60px 100px;}
.cp_section .right .infobox{margin-bottom: 30px;padding-right: 100px;max-height: 90px;}
.cp_section .right .infobox::-webkit-scrollbar{ width: 14px;}
.cp_section .right .infobox::-webkit-scrollbar-thumb{width: 14px;}
.cp_section .right .info{font-size: 16px;line-height: 30px;}
.cp_section .right .btn{margin-bottom:20px;}
.cp_section .right .btn a{font-size:16px;line-height:36px;border-radius:20px;width:140px;height:40px;}
.cp_section .right .pic{padding-right: 90px;}
}
@media  screen and (max-width:1280px){
.cp_section .left{width: 34%;padding: 50px;}
.cp_section .left .bt{font-size: 24px;line-height: 30px;margin-bottom: 40px;}
.cp_section .left a{font-size: 16px;}
.cp_section .right{width: 66%;padding: 50px 80px;}
.cp_section .right .infobox{padding-right: 80px;}
.cp_section .right .pic{padding-right: 90px;}
}
@media  screen and (max-width:1024px){
.cp_section{padding: 30px 15px;padding-bottom: 0;}
.cp_section .list{margin-bottom: 20px;display: block;}
.cp_section .left{width: 100%;padding: 20px 40px 20px 20px;position: relative;}
.cp_section .left::before{content: "";display: block;width: 24px;height: 24px;background: url(img/right.svg)no-repeat center center;background-size: cover;position: absolute;right: 6px;bottom: 26px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;
animation:myfirst 1s infinite;
-moz-animation:myfirst 1s infinite; 
-webkit-animation:myfirst 1s infinite; 
-o-animation:myfirst 1s infinite;}
@keyframes myfirst
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}

@-moz-keyframes myfirst
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}

@-webkit-keyframes myfirst 
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}

@-o-keyframes myfirst 
{
0%   { right:6px;}
50%  { right:10px;}
75%  { right:10px;}
100% { right:6px;}
}
.cp_section .left .bt{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.cp_section .left ul{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;margin: 0;width: 100%;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.cp_section .left ul::-webkit-scrollbar{ display: none;}
.cp_section .left li{margin-bottom: 0;padding: 0;margin-right: 12px;}
.cp_section .left li:last-child{margin-right: 0;}
.cp_section .left a{font-size: 16px;line-height: 20px;padding: 8px 24px;border-radius: 18px;}
.cp_section .right{width: 100%;padding: 20px;}
.cp_section .right .infobox{margin-bottom: 20px;padding-right: 0;max-height: 96px;}
.cp_section .right .infobox::-webkit-scrollbar{ width: 4px;}
.cp_section .right .infobox::-webkit-scrollbar-thumb{width: 4px;}
.cp_section .right .info{font-size: 14px;line-height: 24px;}
.cp_section .right .info br{display: none;}
.cp_section .right .btn{margin-bottom:14px;}
.cp_section .right .btn a{font-size:14px;line-height:34px;border-radius:18px;width:110px;height:36px;margin:0 auto;}
.cp_section .right .pic{padding-left: 20px; padding-right: 20px;}
}

/*产品详情*/
.cpxq_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #f6f8fa;}
.cpxq_section1 .w_width{display: flex;justify-content: flex-start;align-items: flex-start;}
.cpxq_section1 .left{width: 46.51162790697674%;padding: 12px 40px 40px 100px;}
.cpxq_section1 .left h2{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 120px;}
.cpxq_section1 .left .info{font-size: 20px;color: #555555;line-height: 40px;}
.cpxq_section1 .right{width: 53.48837209302326%;}
.cpxq_section1 .right img{width: 100%;display: block;}
@media  screen and (max-width:1680px){
.cpxq_section1 .left{padding: 12px 40px 40px 0;}
.cpxq_section1 .left h2{font-size: 30px;line-height: 34px;margin-bottom: 80px;}
.cpxq_section1 .left .info{font-size: 16px;line-height: 30px;}
}
@media  screen and (max-width:1680px){
.cpxq_section1{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section1 .w_width{display: block;}
.cpxq_section1 .left{width: 100%;padding: 0;margin-bottom: 20px;}
.cpxq_section1 .left h2{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.cpxq_section1 .left .info{font-size: 14px;line-height: 24px;}
.cpxq_section1 .right{width: 100%;}
}

.cpxq_section2{width: 100%;padding-top: 96px;padding-bottom: 96px;}
.cpxq_section2 .content{width: 100%;padding-left: 100px;padding-right: 100px;}
.cpxq_section2 .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 24px;}
.cpxq_section2 .jj{font-size: 20px;color: #555555;line-height: 40px;}
.cpxq_section2 .pic{display: flex;justify-content: center;align-items: center;}
.cpxq_section2 .pic img{max-width: 100%;}
@media  screen and (max-width:1680px){
.cpxq_section2 .content{padding-left: 0;padding-right: 0;}
}
@media  screen and (max-width:1024px){
.cpxq_section2{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section2 .content{padding-left: 0;padding-right: 0;}
.cpxq_section2 .bt{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.cpxq_section2 .jj{font-size: 14px;line-height: 24px;}
}

/*行业解决方案*/
.hyjjfa_section{width: 100%;padding-top: 100px;padding-bottom: 100px;position: relative;}
.hyjjfa_section::after{content: "";display: block;width: 56%;height: 100%;background: linear-gradient(to right,rgba(221,228,236,0),#dde4ec);position: absolute;right: 0;top: 0;z-index: 1;}
.hyjjfa_section .w_width{display: flex;justify-content: space-between;align-items: flex-start;position: relative;z-index: 2;}
.hyjjfa_section .left{width: 40.11627906976744%;padding-right: 60px;}
.hyjjfa_section .left h2{font-size: 40px;color: #ffffff;line-height: 44px;}
.hyjjfa_section .right{width: 59.88372093023256%;padding-right: 100px;}
.hyjjfa_section .info{font-size: 20px;color: #555555;line-height: 40px;margin-bottom: 220px;}
.hyjjfa_section ul{margin: -18px -88px;width: calc(100% + 176px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.hyjjfa_section ul li{width: 50%;padding: 18px 88px;}
.hyjjfa_section ul a{display: flex;justify-content: flex-start;align-items: flex-start; font-size: 20px;color: #545454;line-height: 24px;}
.hyjjfa_section ul a:hover{opacity: 0.8;}
@media  screen and (max-width:1680px){
.hyjjfa_section{padding-top: 80px;padding-bottom: 80px;}
.hyjjfa_section::after{width: 50%;}
.hyjjfa_section .left{width: 40%;padding-right: 40px;}
.hyjjfa_section .left h2{font-size: 30px;line-height: 34px;}
.hyjjfa_section .right{width: 60%;padding-right: 0;}
.hyjjfa_section .info{font-size: 16px;line-height: 30px;margin-bottom: 120px;}
.hyjjfa_section ul{margin: -12px -60px;width: calc(100% + 120px);}
.hyjjfa_section ul li{padding: 12px 60px;}
.hyjjfa_section ul a{font-size: 16px;line-height: 20px;}
}
@media  screen and (max-width:1280px){
.hyjjfa_section{padding-top: 70px;padding-bottom: 70px;}
.hyjjfa_section .left h2{font-size: 24px;line-height: 30px;}
.hyjjfa_section .info{font-size: 14px;line-height: 26px;margin-bottom: 80px;}
.hyjjfa_section ul{margin: -10px -40px;width: calc(100% + 80px);}
.hyjjfa_section ul li{padding: 10px 40px;}
.hyjjfa_section ul a{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.hyjjfa_section{padding-top: 30px;padding-bottom: 30px;background: #dde4ec!important;}
.hyjjfa_section .w_width{display: block;}
.hyjjfa_section .left{width: 100%;padding-right: 0;margin-bottom: 14px;margin-bottom: 12px;}
.hyjjfa_section .left .pic{ padding-bottom: 72.41%; position: relative; overflow: hidden;margin-bottom: 12px;}
.hyjjfa_section .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.hyjjfa_section .left h2{font-size: 20px;line-height: 24px;color: #333;}
.hyjjfa_section .right{width: 100%;padding-right: 0;}
.hyjjfa_section .info{font-size: 14px;line-height: 24px;margin-bottom: 14px;}
.hyjjfa_section ul{margin: -6px;width: calc(100% + 12px);}
.hyjjfa_section ul li{padding: 6px;}
.hyjjfa_section ul a{font-size: 14px;line-height: 20px;}
}

/*新闻*/
.xw_section{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #eeeeee;}
.xw_section ul{margin: -46px -55px;width: calc(100% + 110px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.xw_section li{padding: 46px 55px;width: 33.333%;}
.xw_section ul a{display: block;width: 100%;}
.xw_section ul a .wzbox{margin-bottom: 20px;}
.xw_section ul a .bt{font-size: 24px;color: #333333;line-height: 33px;margin-bottom: 14px;min-height: 99px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.xw_section ul a .date{font-size: 16px;color: #aaaaaa;line-height: 20px;}
.xw_section ul a .pic{ width: 100%; padding-bottom: 56%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xw_section ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xw_section ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.xw_section ul a:hover .bt{color: #002fa5;}
.xw_section .page_section{margin-top: 50px;}
@media  screen and (max-width:1680px){
.xw_section ul{margin: -30px;width: calc(100% + 60px);}
.xw_section li{padding: 30px;}
}
@media  screen and (max-width:1024px){
.xw_section{padding-top: 30px;padding-bottom: 30px;}
.xw_section ul{margin: -10px;width: calc(100% + 20px);}
.xw_section li{padding: 10px;width: 50%;}
.xw_section ul a .wzbox{margin-bottom: 10px;}
.xw_section ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 4px;min-height: 40px;-webkit-line-clamp:2;}
.xw_section ul a .date{font-size: 14px;line-height: 18px;}
.xw_section .page_section{margin-top: 20px;}
}

/*分页*/
.page_section{width: 100%;}
.page_section .phpage{display: none;}
.page_section .pcpage{width: 100%;display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{display: block;width: 50px;height: 50px;font-size: 16px;color: #888888;line-height: 50px;text-align: center;border-radius: 10px;margin-right: 10px;display: flex;justify-content: center;align-items: center;background: #fff;}
.page_section .pcpage a:last-child{margin-right: 0;}
.page_section .pcpage a img{width: 36px;display: block;}
.page_section .pcpage .btn{width: 70px;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{background: #002fa5;color: #fff;}
.page_section .pcpage a .ico2{display: none;}
.page_section .pcpage a:hover .ico1{display: none;}
.page_section .pcpage a:hover .ico2{display: block;}
@media screen and (max-width:1024px) {
.page_section .pcpage{display: none;}
.page_section .phpage{display: flex;justify-content: center;align-items: center;}
.page_section .phpage a{display: block;width: 54px;height: 36px;border-radius: 8px;display: flex;justify-content: center;align-items: center;background: #fff;}
.page_section .phpage span{font-size: 16px;color: #333;line-height: 36px;margin: 0 20px;}
}

/*新闻详情*/
.xwxq_section{width: 100%;padding-top: 100px;padding-bottom: 50px;}
.xwxq_section h2{font-size: 40px;color: #333333;line-height: 56px;text-align: center;margin-bottom: 30px;}
.xwxq_section .date{font-size: 18px;color: #aaaaaa;line-height: 24px;text-align: center;}
.xwxq_section .cont{margin-bottom: 100px;padding-bottom: 90px;border-bottom: 1px solid #dddddd;border-top: 1px solid #dddddd;padding-top: 50px;margin-top: 30px;font-size: 20px;color: #535353;line-height: 40px;}
.xwxq_section .cont .pic{display: flex;justify-content: center;align-items: flex-start;}
.xwxq_section .page{width: 100%;}
.xwxq_section .page ul{display: flex;justify-content: flex-start;align-items: flex-start;width: calc(100% + 100px);margin: 0 -50px;}
.xwxq_section .page li{width: 50%;padding: 0 50px;}
.xwxq_section .page a{display: flex;justify-content: flex-start;align-items: center;}
.xwxq_section .page a .left{width: 300px;}
.xwxq_section .page a .left .pic{ width: 100%; padding-bottom: 56.666%; position: relative; overflow: hidden;border-radius: 10px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xwxq_section .page a .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xwxq_section .page a:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.xwxq_section .page a .right{width: calc(100% - 300px);padding-left: 30px;}
.xwxq_section .page a .wz1{font-size: 18px;color: #525252;line-height: 24px;margin-bottom: 26px;}
.xwxq_section .page a .wz2{font-size: 18px;color: #999999;line-height: 24px;margin-bottom: 20px;}
.xwxq_section .page a .wz3{font-size: 24px;color: #525252;line-height: 33px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xwxq_section .page a:hover .wz3{color: #002fa5;}
@media screen and (max-width:1680px) {
.xwxq_section .page ul{width: calc(100% + 80px);margin: 0 -40px;}
.xwxq_section .page li{padding: 0 40px;}
.xwxq_section .page a .left{width: 260px;}
.xwxq_section .page a .right{width: calc(100% - 260px);padding-left: 20px;}
.xwxq_section .page a .wz1{font-size: 14px;line-height: 20px;margin-bottom: 20px;}
.xwxq_section .page a .wz2{font-size: 14px;line-height: 20px;margin-bottom: 14px;}
.xwxq_section .page a .wz3{font-size: 18px;line-height: 24px;}
}
@media screen and (max-width:1280px) {
.xwxq_section .page ul{width: calc(100% + 60px);margin: 0 -30px;}
.xwxq_section .page li{padding: 0 30px;}
.xwxq_section .page a .left{width: 200px;}
.xwxq_section .page a .right{width: calc(100% - 200px);padding-left: 20px;}
}
@media screen and (max-width:1024px) {
.xwxq_section{padding-top: 30px;padding-bottom: 0;}
.xwxq_section h2{font-size: 18px;line-height: 24px;margin-bottom: 10px;text-align: left;}
.xwxq_section .date{font-size: 14px;line-height: 20px;text-align: left;}
.xwxq_section .cont{margin-bottom: 20px;padding-bottom: 20px;padding-top: 20px;margin-top: 20px;font-size: 14px;line-height: 24px;}
.xwxq_section .page ul{width: 100%;margin: 0;display: block;}
.xwxq_section .page li{width: 100%;padding: 0 0;margin-bottom: 14px;}
.xwxq_section .page a{display: block;}
.xwxq_section .page a .left{display: none;}
.xwxq_section .page a .right{width: 100%;padding-left: 0;}
.xwxq_section .page a .wz1{font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.xwxq_section .page a .wz2{font-size: 14px;line-height: 18px;margin-bottom: 8px;display: none;}
.xwxq_section .page a .wz3{font-size: 16px;line-height: 20px;-webkit-line-clamp:1;}
}

/*关于我们*/
.gy_section1{width: 100%;padding-top: 96px;padding-bottom: 96px;}
.gy_section1 h2{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 30px;}
.gy_section1 .info{font-size: 20px;color: #535353;line-height: 40px;}
@media screen and (max-width:1024px) {
.gy_section1{padding-top: 30px;padding-bottom: 30px;}
.gy_section1 h2{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.gy_section1 .info{font-size: 14px;line-height: 24px;}
}

.gy_section2{width: 100%;padding-top: 100px;padding-bottom: 130px;background: #e8edf2;}
.gy_section2 .w_width{display: flex;justify-content: space-between;align-items: flex-end;}
.gy_section2 .left{width: calc(50% - 60px);}
.gy_section2 .right{width: calc(50% - 60px);}
.gy_section2 .titbox{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.gy_section2 .titbox .tit{font-size: 40px;color: #333333;line-height: 50px;}
.gy_section2 .titbox ._r{display: flex;justify-content: flex-start;}
.gy_section2 .titbox .sec2_num{width: 50px;height: 50px;font-size: 20px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;}
.gy_section2 .titbox .sec2_qh_prev{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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;}
.gy_section2 .titbox .sec2_qh_next{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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;}
.gy_section2 .titbox .sec2_qh_prev:hover,
.gy_section2 .titbox .sec2_qh_next:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.gy_section2 .left a{width: 100%;position: relative;}
.gy_section2 .left a .pic{ width: 100%; padding-bottom: 540px; 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;}
.gy_section2 .left a .pic .img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.gy_section2 .left a:hover .pic .img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.gy_section2 .left a .wzbox{width: 100%;position: absolute;left: 0;bottom: 0;padding: 24px 30px;}
.gy_section2 .left a .bt{font-size: 20px;color: #ffffff;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.gy_section2 .left a:hover .bt{opacity: 0.6;}
.gy_section2 .right .top{width: 100%;padding: 44px 50px;min-height: 310px;border-radius: 12px;margin-bottom: 30px;}
.gy_section2 .right .bottom{width: 100%;padding: 44px 50px 20px 50px;min-height: 200px;border-radius: 12px;}
.gy_section2 .right .bt{font-size: 30px;color: #ffffff;line-height: 34px;margin-bottom: 24px;}
.gy_section2 .right .jj{font-size: 18px;color: #ffffff;line-height: 32px;}
@media screen and (max-width:1680px) {
.gy_section2 .left{width: calc(50% - 30px);}
.gy_section2 .right{width: calc(50% - 30px);}
.gy_section2 .left a .pic{padding-bottom: 440px;}
.gy_section2 .left a .wzbox{padding: 16px 26px;}
.gy_section2 .left a .bt{font-size: 16px;line-height: 20px;}
.gy_section2 .right .top{padding: 32px 40px;min-height: 260px;margin-bottom: 20px;}
.gy_section2 .right .bottom{padding: 32px 40px 20px 40px;min-height: 160px;}
.gy_section2 .right .bt{font-size: 26px;line-height: 30px;margin-bottom: 16px;}
.gy_section2 .right .jj{font-size: 16px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.gy_section2{padding-top: 30px;padding-bottom: 30px;}
.gy_section2 .w_width{display: block;}
.gy_section2 .left{width: 100%;margin-bottom: 20px;}
.gy_section2 .right{width: 100%;}
.gy_section2 .titbox{margin-bottom: 14px;}
.gy_section2 .titbox .tit{font-size: 18px;line-height: 22px;}
.gy_section2 .titbox .sec2_num{width: 32px;height: 32px;font-size: 14px;line-height: 30px;margin-right: 8px;}
.gy_section2 .titbox .sec2_qh_prev{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section2 .titbox .sec2_qh_next{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section2 .left a .pic{padding-bottom: 67.5%;}
.gy_section2 .left a .wzbox{padding: 14px;}
.gy_section2 .left a .bt{font-size: 15px;line-height: 20px;}
.gy_section2 .right .top{padding: 14px;min-height: 1px;margin-bottom: 12px;}
.gy_section2 .right .bottom{padding: 20px;min-height: 1px;}
.gy_section2 .right .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.gy_section2 .right .jj{font-size: 14px;line-height: 24px;}
}

.gy_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;overflow: hidden;}
.gy_section3 .btbox{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 64px;}
.gy_section3 .btbox h4{font-size: 40px;color: #ffffff;line-height: 44px;}
.gy_section3 .btbox .qh_box{display: flex;justify-content: flex-start;align-items: center;}
.gy_section3 .btbox .sec3_qh_prev{width: 50px;height: 50px;font-size: 24px;color: #fff;line-height: 48px;text-align: center;border: 1px solid rgba(255,255,255,0.6);background: rgba(0,0,0,0.6); border-radius: 100%;margin-right: 10px;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;}
.gy_section3 .btbox .sec3_qh_next{width: 50px;height: 50px;font-size: 24px;color: #fff;line-height: 48px;text-align: center;border: 1px solid rgba(255,255,255,0.6);background: rgba(0,0,0,0.6); border-radius: 100%;margin-right: 10px;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;}
.gy_section3 .btbox .sec3_qh_prev:hover,
.gy_section3 .btbox .sec3_qh_next:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.gy_section3 .content{width: 100%;position: relative;}
.gy_section3 .content::after{content: "";display: block;width: 4000px;height: 5px;background: rgba(255,255,255,0.6);position: absolute;left: 50%;top: 50px;transform: translate(-50%,0);}
.gy_section3 ul{margin: 0 -20px;will-change: calc(100% + 40px);}
.gy_section3 ul li{padding: 0 20px;}
.gy_section3 ul a{display: block;width: 100%;position: relative;}
.gy_section3 ul a::after{content: "";display: block;width: 1px;height: 50px;background: rgba(255,255,255,0.6);position: absolute;left: 0;top: 0;}
.gy_section3 ul a .year{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 30px;padding-left: 12px;}
.gy_section3 ul a .dl{width: 100%;}
.gy_section3 ul a .dl .dd{margin-bottom: 16px;font-size: 18px;color: #ffffff;line-height: 22px;}
.gy_section3 ul a .dl .dd:last-child{margin-bottom: 0;}
@media screen and (max-width:1680px) {
.gy_section3{padding-top: 80px;padding-bottom: 80px;}
.gy_section3 .btbox{margin-bottom: 40px;}
.gy_section3 .btbox h4{font-size: 30px;line-height: 40px;}
.gy_section3 .content::after{top: 40px;}
.gy_section3 ul{margin: 0 -12px;will-change: calc(100% + 24px);}
.gy_section3 ul li{padding: 0 12px;}
.gy_section3 ul a::after{height: 40px;}
.gy_section3 ul a .year{font-size: 26px;line-height: 30px;margin-bottom: 20px;padding-left: 10px;}
.gy_section3 ul a .dl .dd{margin-bottom: 12px;font-size: 16px;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.gy_section3{padding-top: 30px;padding-bottom: 30px;}
.gy_section3 .btbox{margin-bottom: 20px;}
.gy_section3 .btbox h4{font-size: 20px;line-height: 24px;}
.gy_section3 .btbox .sec3_qh_prev{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section3 .btbox .sec3_qh_next{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section3 .content::after{height: 3px;top: 30px;}
.gy_section3 ul{margin: 0 -6px;will-change: calc(100% + 12px);}
.gy_section3 ul li{padding: 0 6px;}
.gy_section3 ul a::after{height: 30px;}
.gy_section3 ul a .year{font-size: 18px;line-height: 30px;margin-bottom: 14px;padding-left: 10px;}
.gy_section3 ul a .dl{overflow: hidden;overflow-y: auto;max-height: 210px;}
.gy_section3 ul a .dl::-webkit-scrollbar{ display: none;}
.gy_section3 ul a .dl .dd{margin-bottom: 10px;font-size: 14px;line-height: 20px;}
}

.gy_section4{width: 100%;background: #e8edf2;overflow: hidden;}
.gy_section4 .w_width{display: flex;justify-content: flex-start;align-items: stretch;}
.gy_section4 .left{width: 20.93023255813953%;padding: 100px 40px 40px 0;background: #dde4ec;position: relative;}
.gy_section4 .left::after{content: "";display: block;width: 3000px;height: 100%;background: #dde4ec;position: absolute;right: 0;top: 0;}
.gy_section4 .left h4{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 64px;position: relative;z-index: 3;}
.gy_section4 .left .qh_l{width: 100%;position: relative;z-index: 3;}
.gy_section4 .left .list{font-size: 24px;color: #525252;line-height: 30px;padding: 10px 32px;margin-bottom: 20px;border-radius: 25px;cursor: pointer;}
.gy_section4 .left .list:last-child{margin-bottom: 0;}
.gy_section4 .left .list.on{background: #777777;color: #fff;}
.gy_section4 .right{width: 79.06976744186047%;padding: 100px 0 80px 70px;}
.gy_section4 .right .qh_r{width: 100%;position: relative;}
.gy_section4 .right .qh_r .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;}
.gy_section4 .right .qh_r .list.on{position: relative;z-index: 5;opacity: 1;}
.gy_section4 .right .qh_box{display: flex;justify-content: flex-end;align-items: center;}
.gy_section4 .right .qh_box .sec4_num{width: 50px;height: 50px;font-size: 20px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;}
.gy_section4 .right .qh_box .sec4_qh_prev{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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;}
.gy_section4 .right .qh_box .sec4_qh_next{width: 50px;height: 50px;font-size: 24px;color: #999999;line-height: 48px;text-align: center;border: 1px solid #999999;border-radius: 100%;margin-right: 10px;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;}
.gy_section4 .right .qh_box .sec4_qh_prev:hover,
.gy_section4 .right .qh_box .sec4_qh_next:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.gy_section4 .right .content{width: 100%;margin-top: 60px;}
.gy_section4 .right .content ul{margin: 0 -15px;width: calc(100% + 30px);}
.gy_section4 .right .content li{padding: 0 15px;}
.gy_section4 .right .content a{display: block;width: 100%;background: #ffffff;padding: 10px 10px 40px 10px;border-radius: 12px;}
.gy_section4 .right .content a .pic{ padding-bottom:142.857%; position: relative; overflow: hidden;}
.gy_section4 .right .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_section4 .right .content a .wzbox{padding-top: 26px;}
.gy_section4 .right .content a .wz{font-size: 18px;color: #333333;line-height: 24px;text-align: center;}
@media screen and (max-width:1680px) {
.gy_section4 .left{padding: 100px 30px 30px 0;}
.gy_section4 .left h4{font-size: 30px;line-height: 34px;margin-bottom: 40px;}
.gy_section4 .left .list{font-size: 18px;line-height: 24px;padding: 8px 26px;margin-bottom: 14px;border-radius: 20px;}
.gy_section4 .right{padding: 110px 0 110px 60px;}
.gy_section4 .right .content ul{margin: 0 -10px;width: calc(100% + 20px);}
.gy_section4 .right .content li{padding: 0 10px;}
.gy_section4 .right .content a{padding: 10px 10px 30px 10px;}
.gy_section4 .right .content a .wzbox{padding-top: 16px;}
.gy_section4 .right .content a .wz{font-size: 16px;line-height: 20px;;}
}
@media screen and (max-width:1280px) {
.gy_section4 .left{padding: 80px 20px 30px 0;}
.gy_section4 .left .list{font-size: 15px;line-height: 24px;padding: 8px 20px;margin-bottom: 14px;border-radius: 20px;}
}
@media screen and (max-width:1024px) {
.gy_section4 .w_width{display: block;}
.gy_section4 .left{width: 100%;padding: 30px 30px 20px 0;position: relative;}
.gy_section4 .left::before{content: "";display: block;width: 24px;height: 24px;background: url(img/right.svg)no-repeat center center;background-size: cover;position: absolute;right: -5px;bottom: 24px;z-index: 10;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;
animation:myfirst 1s infinite;
-moz-animation:myfirst 1s infinite; 
-webkit-animation:myfirst 1s infinite; 
-o-animation:myfirst 1s infinite;}
@keyframes myfirst
{
0%   { right:-5px;}
50%  { right:0px;}
75%  { right:0px;}
100% { right:-5px;}
}

@-moz-keyframes myfirst
{
0%   { right:-5px;}
50%  { right:0px;}
75%  { right:0px;}
100% { right:-5px;}
}

@-webkit-keyframes myfirst 
{
0%   { right:-5px;}
50%  { right:0px;}
75%  { right:0px;}
100% { right:-5px;}
}

@-o-keyframes myfirst 
{
0%   { right:-5px;}
50%  { right:0px;}
75%  { right:0px;}
100% { right:-5px;}
}


.gy_section4 .left::after{right: auto;left: 50%;transform: translate(-50%,-50%); top: 50%;}
.gy_section4 .left h4{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.gy_section4 .left .qh_l{display: flex;justify-content: flex-start;align-items: flex-start;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.gy_section4 .left .qh_l::-webkit-scrollbar{ display: none;}
.gy_section4 .left .list{font-size: 15px;line-height: 20px;padding: 6px 20px;margin-bottom: 0;border-radius: 16px;}
.gy_section4 .left .list:last-child{margin-right: 0;}
.gy_section4 .right{width: 100%;padding: 20px 0 30px 0;}
.gy_section4 .right .qh_box .sec4_num{width: 32px;height: 32px;font-size: 14px;line-height: 30px;margin-right: 8px;}
.gy_section4 .right .qh_box .sec4_qh_prev{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section4 .right .qh_box .sec4_qh_next{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section4 .right .content{margin-top: 14px;}
.gy_section4 .right .content ul{margin: 0 -6px;width: calc(100% + 12px);}
.gy_section4 .right .content li{padding: 0 6px;}
.gy_section4 .right .content a{padding: 10px 10px 20px 10px;}
.gy_section4 .right .content a .wzbox{padding-top: 12px;}
.gy_section4 .right .content a .wz{font-size: 14px;line-height: 20px;width: 70%;margin: 0 auto;}
}

.gy_section5{width: 100%;padding-top: 100px;padding-bottom: 120px;overflow: hidden;}
.gy_section5 .btbox{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.gy_section5 .btbox h5{font-size: 40px;color: #ffffff;line-height: 44px;}
.gy_section5 .btbox .qh_box{display: flex;justify-content: flex-start;align-items: center;}
.gy_section5 .btbox .sec5_qh_prev{width: 50px;height: 50px;font-size: 24px;color: #fff;line-height: 48px;text-align: center;border: 1px solid rgba(255,255,255,0.6);background: rgba(0,0,0,0.6); border-radius: 100%;margin-right: 10px;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;}
.gy_section5 .btbox .sec5_qh_next{width: 50px;height: 50px;font-size: 24px;color: #fff;line-height: 48px;text-align: center;border: 1px solid rgba(255,255,255,0.6);background: rgba(0,0,0,0.6); border-radius: 100%;margin-right: 10px;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;}
.gy_section5 .btbox .sec5_qh_prev:hover,
.gy_section5 .btbox .sec5_qh_next:hover{background: #002fa5;border-color: #002fa5;color: #fff;}
.gy_section5 .content{width: 100%;margin-top: 54px;position: relative;}
.gy_section5 .content::after{content: "";display: block;width: 3000px;height: 5px;background: rgba(255,255,255,0.6);position: absolute;left: 50%;top: 66px;transform: translate(-50%,0);}
.gy_section5 .qh_t{margin: 0 -10px;width: calc(100% + 20px);margin-bottom: 60px;padding-right: 90px;z-index: 2;}
.gy_section5 .qh_t li{padding: 0 10px;}
.gy_section5 .qh_t .wz{font-size: 24px;color: #ffffff;line-height: 40px;margin-bottom: 14px;padding-left: 10px;}
.gy_section5 .qh_t .ico{width: 30px;height: 30px;border-radius: 100%;position: relative;}
.gy_section5 .qh_t .ico::before{content: "";display: block;width: 20px;height: 20px;background: #fff;border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.gy_section5 .qh_t .ico::after{content: "";display: block;width: 10px;height: 10px;background: #0000ff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 100%;opacity: 0;}
.gy_section5 .qh_t li.slick-current .ico::before{width: 100%;height: 100%;}
.gy_section5 .qh_t li.slick-current .ico::after{opacity: 1;}
.gy_section5 .qh_b .dl{display: flex;justify-content: center;align-items: flex-start;width: calc(100% + 20px);margin: -10px;}
.gy_section5 .qh_b .dl .dd{width: 33.333333333333%;padding: 10px;}
.gy_section5 .qh_b .dl a{display: block;width: 100%;background: #ffffff;padding: 10px 10px 50px 10px;border-radius: 30px;}
.gy_section5 .qh_b .dl a .pic{ width: 100%; padding-bottom: 36.363%; position: relative; overflow: hidden;border-radius: 20px 20px 0 0;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.gy_section5 .qh_b .dl 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_section5 .qh_b .dl 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_section5 .qh_b .dl a .wzbox{padding: 28px 90px 0px 24px;}
.gy_section5 .qh_b .dl a .bt{font-size: 24px;color: #333333;line-height: 30px;margin-bottom: 30px;}
.gy_section5 .qh_b .dl a .listbox{width: 100%;}
.gy_section5 .qh_b .dl a .list{margin-bottom: 12px;display: flex;justify-content: flex-start;align-items: flex-start;}
.gy_section5 .qh_b .dl a .list:last-child{margin-bottom: 0;}
.gy_section5 .qh_b .dl a .list img{width: 24px;display: block;}
.gy_section5 .qh_b .dl a .list .wz{font-size: 20px;color: #999999;line-height: 24px;width: calc(100% - 24px);padding-left: 10px;display: flex;justify-content: flex-start;align-items: flex-start;}
.gy_section5 .qh_b .dl a .list span:nth-child(1){width: 60px;display: block;}
.gy_section5 .qh_b .dl a .list span:nth-child(2){width: calc(100% - 60px);display: block;}
@media screen and (max-width:1680px) {
.gy_section5{padding-top: 80px;padding-bottom: 80px;}
.gy_section5 .content{margin-top: 40px;}
.gy_section5 .content::after{top: 53px;}
.gy_section5 .qh_t{padding-right: 0;}
.gy_section5 .qh_t .wz{font-size: 20px;line-height: 30px;margin-bottom: 10px;padding-left: 6px;}
.gy_section5 .qh_b .dl a{padding: 10px 10px 30px 10px;}
.gy_section5 .qh_b .dl a .wzbox{padding: 20px 20px 0px 20px;}
.gy_section5 .qh_b .dl a .bt{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.gy_section5 .qh_b .dl a .list img{width: 20px;}
.gy_section5 .qh_b .dl a .list .wz{font-size: 14px;line-height: 20px;width: calc(100% - 20px);padding-left: 8px;}
.gy_section5 .qh_b .dl a .list span:nth-child(1){width: 46px;}
.gy_section5 .qh_b .dl a .list span:nth-child(2){width: calc(100% - 46px);}
}
@media screen and (max-width:1024px) {
.gy_section5{padding-top: 30px;padding-bottom: 30px;}
.gy_section5 .btbox h5{font-size: 20px;line-height: 24px;}
.gy_section5 .btbox .sec5_qh_prev{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section5 .btbox .sec5_qh_next{width: 32px;height: 32px;font-size: 16px;line-height: 30px;margin-right: 8px;}
.gy_section5 .content{margin-top: 20px;}
.gy_section5 .content::after{height: 3px;top: 46px;}
.gy_section5 .qh_t{margin: 0 -6px;width: calc(100% + 12px);margin-bottom: 14px;}
.gy_section5 .qh_t li{padding: 0 6px;}
.gy_section5 .qh_t .wz{font-size: 16px;line-height: 24px;margin-bottom: 12px;padding-left: 0;}
.gy_section5 .qh_t .ico{width: 24px;height: 24px;}
.gy_section5 .qh_t .ico::before{width: 14px;height: 14px;}
.gy_section5 .qh_t .ico::after{width: 6px;height: 6px;}
.gy_section5 .qh_b .dl{width: calc(100% + 12px);margin: -6px;}
.gy_section5 .qh_b .dl .dd{width: 100%;padding: 6px;}
.gy_section5 .qh_b .dl a{padding: 10px 10px 20px 10px;border-radius: 20px;}
.gy_section5 .qh_b .dl a .pic{ border-radius:12px 12px 0 0;}
.gy_section5 .qh_b .dl a .wzbox{padding: 12px 12px 0px 12px;}
.gy_section5 .qh_b .dl a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.gy_section5 .qh_b .dl a .list{margin-bottom: 10px;}
.gy_section5 .qh_b .dl a .list .wz{font-size: 14px;line-height: 20px;padding-left: 6px;}
.gy_section5 .qh_b .dl a .list span:nth-child(1){width: 44px;}
.gy_section5 .qh_b .dl a .list span:nth-child(2){width: calc(100% - 44px);}
}

.gy_section6{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.gy_section6 .w_width{display: flex;justify-content: flex-start;align-items: center;}
.gy_section6 .left{width: calc(100% - 370px);padding-right: 100px;}
.gy_section6 .left h5{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 42px;}
.gy_section6 .left .info{font-size: 18px;color: #333333;line-height: 32px;}
.gy_section6 .right{display: flex;justify-content: flex-start;align-items: flex-start;}
.gy_section6 .right a{display: flex;justify-content: center;align-items: center;background: #002fa5;padding: 24px 40px 24px 30px;border-radius: 12px;}
.gy_section6 .right a .ico{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;background: #fff;border-radius: 100%;}
.gy_section6 .right a .ico img{width: 20px;display: block;}
.gy_section6 .right a .wz{font-size: 20px;color: #ffffff;line-height: 30px;margin-left: 10px;}
.gy_section6 .right a:hover{opacity: 0.8;}
@media  screen and (max-width:1680px){
.gy_section6 .right a{padding: 16px 30px;}
}
@media  screen and (max-width:1024px){
.gy_section6{padding-top: 30px;padding-bottom: 30px;}
.gy_section6 .w_width{display: block;}
.gy_section6 .left{width: 100%;padding-right: 0;}
.gy_section6 .left h5{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.gy_section6 .left .info{font-size: 14px;line-height: 24px;}
.gy_section6 .right{margin-top: 12px;width: auto;}
.gy_section6 .right a{padding: 12px 20px;border-radius: 10px;}
.gy_section6 .right a .ico{width: 24px;height: 24px;}
.gy_section6 .right a .ico img{width: 16px;}
.gy_section6 .right a .wz{font-size: 14px;line-height: 24px;margin-left: 8px;}
}

/*人才招聘&行业解决方案详情*/
.rczpxq_section{width: 100%;padding-top: 100px;padding-bottom: 40px;}
.rczpxq_section .cont1{margin-bottom: 80px;}
.rczpxq_section .cont1 .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 46px;}
.rczpxq_section .cont1 .jj{font-size: 20px;color: #525252;line-height: 40px;}
.rczpxq_section .cont2{width: 100%;}
.rczpxq_section .cont2 .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 26px;padding-bottom: 16px;border-bottom: 1px solid #dddddd;}
.rczpxq_section .cont2 ul{width: 100%;}
.rczpxq_section .cont2 li{margin-bottom: 34px;padding-bottom: 24px;border-bottom: 1px solid #dddddd;}
.rczpxq_section .cont2 li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
.rczpxq_section .cont2 li .tit{font-size: 30px;color: #525252;line-height: 34px;margin-bottom: 10px;font-weight: bold;font-family: "微软雅黑";}
.rczpxq_section .cont2 li .info{font-size: 20px;color: #525252;line-height: 40px;}
.rczpxq_section .cont2 li .info span{font-weight: bold;font-family: "微软雅黑";}
@media  screen and (max-width:1024px){
.rczpxq_section{padding-top: 30px;padding-bottom: 30px;}
.rczpxq_section .cont1{margin-bottom: 20px;}
.rczpxq_section .cont1 .bt{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.rczpxq_section .cont1 .jj{font-size: 14px;line-height: 24px;}
.rczpxq_section .cont2 .bt{font-size: 18px;line-height: 24px;margin-bottom: 12px;padding-bottom: 12px;}
.rczpxq_section .cont2 li{margin-bottom: 12px;padding-bottom: 12px;}
.rczpxq_section .cont2 li .tit{font-size: 16px;line-height: 20px;margin-bottom: 6px;}
.rczpxq_section .cont2 li .info{font-size: 14px;line-height: 24px;}
}

/*免费申请试用*/
.mfsq_section{width: 100%;padding-top: 170px;padding-bottom: 130px;}
.mfsq_section .w_width{display: flex;justify-content: space-between;align-items: center;}
.mfsq_section .left{width: calc(100% - 560px);padding-right: 100px;}
.mfsq_section .left h2{font-size: 50px;color: #ffffff;line-height: 60px;margin-bottom: 20px;}
.mfsq_section .left .info{font-size: 20px;color: #ffffff;line-height: 40px;}
.mfsq_section .right{width: 560px;padding: 30px 50px 60px 50px;background: #fff;border-radius: 12px;}
.mfsq_section .right h3{font-size: 34px;color: #333333;line-height: 40px;margin-bottom: 20px;}
.mfsq_section .right ul{width: 100%;}
.mfsq_section .right li{margin-bottom: 20px;}
.mfsq_section .right li:last-child{margin-bottom: 0;}
.mfsq_section .right .input{width: 100%;}
.mfsq_section .right .input input{width: 100%;height: 50px;display: block;padding: 0 20px;font-size: 18px;color: #000;background: #f4f4f4;border-radius: 10px;}
.mfsq_section .right .srk::-webkit-input-placeholder{font-size: 18px;color: #888;opacity: 1;}
.mfsq_section .right .srk::-moz-placeholder{font-size: 18px;color: #888;opacity: 1;}
.mfsq_section .right .srk::moz-placeholder{font-size: 18px;color: #888;opacity: 1;}
.mfsq_section .right .srk:-ms-input-placeholder{font-size: 18px;color: #888;opacity: 1;}
.mfsq_section .right .text textarea{width: 100%;height: 100px;font-size: 18px;color: #000;padding: 12px 20px;background: #f4f4f4;border-radius: 10px;display: block;}
.mfsq_section .right .yzm{display: flex;justify-content: space-between;align-items: center;}
.mfsq_section .right .yzm input{width: calc(100% - 160px);height: 50px;display: block;padding: 0 20px;font-size: 18px;color: #000;background: #f4f4f4;border-radius: 10px;}
.mfsq_section .right .yzm img{width: 150px;height: 50px;border-radius: 10px;display: block;cursor: pointer;}
.mfsq_section .right .btn{width: 150px;font-size: 18px;color: #ffffff;line-height: 50px;text-align: center;background: #002fa5;border-radius: 10px;cursor: pointer;}
.mfsq_section .right .btn span{margin-left: 10px;}
.mfsq_section .right .btn:hover{opacity: 0.6;}
@media  screen and (max-width:1680px){
.mfsq_section .left{width: calc(100% - 500px);padding-right: 50px;}
.mfsq_section .left h2{font-size: 40px;line-height: 50px}
.mfsq_section .left .info{font-size: 16px;line-height: 30px;}
.mfsq_section .right{width: 500px;padding: 26px 40px 40px 40px;}
}
@media  screen and (max-width:1024px){
.mfsq_section{padding-top: 30px;padding-bottom: 30px;}
.mfsq_section .w_width{display: block;padding: 0 25px;}
.mfsq_section .left{width: 100%;padding-right: 0;margin-bottom: 20px;}
.mfsq_section .left h2{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.mfsq_section .left .info{font-size: 14px;line-height: 24px;}
.mfsq_section .left .info br{display: none;}
.mfsq_section .right{width: 100%;padding: 20px;}
.mfsq_section .right h3{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.mfsq_section .right li{margin-bottom: 10px;}
.mfsq_section .right .input input{height: 40px;padding: 0 12px;font-size: 14px;}
.mfsq_section .right .srk::-webkit-input-placeholder{font-size: 14px;}
.mfsq_section .right .srk::-moz-placeholder{font-size: 14px;}
.mfsq_section .right .srk::moz-placeholder{font-size: 14px;}
.mfsq_section .right .srk:-ms-input-placeholder{font-size: 14px;}
.mfsq_section .right .text textarea{height: 80px;font-size: 14px;padding: 8px 12px;}
.mfsq_section .right .yzm input{width: calc(100% - 120px);height: 40px;padding: 0 12px;font-size: 14px;}
.mfsq_section .right .yzm img{width: 100px;height: 40px;}
.mfsq_section .right .btn{width: 120px;font-size: 14px;line-height: 40px;}
.mfsq_section .right .btn span{margin-left: 8px;}
}

.zws_section{width: 100%;margin-top: -80px;opacity: 0;height: 80px;position: relative;z-index: -99;}
@media  screen and (max-width:1024px){
.zws_section{margin-top: -60px;height: 60px;}
}


.xq_backBtn{width: 140px;margin: 40px auto 0 auto;}
.xq_backBtn a{display: 100%;font-size: 16px;color: #fff;line-height: 50px;border-radius: 25px;text-align: center;background: #002fa5;display: block;}
.xq_backBtn a:hover{opacity: 0.7;}
@media  screen and (max-width:1024px){
.xq_backBtn{width: 110px;margin: 12px auto 0 auto;}
.xq_backBtn a{font-size: 14px;line-height: 36px;border-radius: 18px;}

.xwxq_section .cont img{max-width: 100%!important;height: auto!important;}
.cpxq_section2 .content img{max-width: 100%!important;height: auto!important;}
.rczpxq_section .cont2 img{max-width: 100%!important;height: auto!important;}
}








