@charset "UTF-8";
html{
  font-size: 5.208vw;
}
@media screen and  (min-width: 1920px){ /*主体宽度*/
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}
body::-webkit-scrollbar{ width: 5px;}
body::-webkit-scrollbar-track{ background-color: #F1F1F1;}
body::-webkit-scrollbar-thumb{ width: 5px;  background-color: #254b71;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #254b71;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:1440px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 100px;padding-right: 100px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 99999;background: rgba(0, 0, 0, 0.1);}
.t_navs{ width: 100%;}
.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: 70px;}
.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: 0 26px;}
.t_navs .top .menu .l1 .a1{ display: block;color: #fff; position: relative;padding: 0 10px;line-height: 90px; font-size: 18px;opacity: 0.7; position: relative;}
.t_navs .top .menu .l1 .a1 span{font-weight: bold; position: absolute; left:50%; top: 0; opacity:0; transform: translateX(-50%); -ms-transform: translateX(-50%); white-space: nowrap;}
.t_navs .top .menu .l1.on .a1 span,
.t_navs .top .menu .l1:hover .a1 span{opacity:1;}
.t_navs .top .menu .l1.on .a1 font,
.t_navs .top .menu .l1:hover .a1 font{opacity:0;}
.t_navs .top .menu .l1.on .a1,
.t_navs .top .menu .l1:hover .a1{ color: #fff;opacity: 1; }
.t_navs .top .u2{min-width: 140px; top:100%; left: 50%;z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);height: auto;position: absolute;background: rgba(0, 0, 0, .2);backdrop-filter: blur(5px);padding: 10px 0px;border-radius: 5px;opacity: 0;visibility: hidden;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.t_navs .top .l1:hover .u2{-webkit-transition: all .85s;opacity: 1;visibility: visible;}
.t_navs .top .u2 .l2{ width: 100%;}
.t_navs .top .u2 .l2 .a2{ display: block; text-align: center;font-size: 16px;line-height: 35px;padding: 0 30px;white-space:nowrap;-webkit-transform: translateY(5px);opacity: 0;position: relative;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.t_navs .top .u2 .l2 .a2::after{width: 0px;height: 1px;position: absolute;left: 50%;margin-left: 0px;content: '';bottom: 0px;background: rgba(255, 255, 255,0.6);-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);}
.t_navs .top .u2 .l2 .a2>div{color: rgba(255, 255, 255, .75);
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;}
.t_navs .top .u2 .l2 .a2:hover::after{width: 60px;margin-left: -30px;}
.t_navs .top .u2 .l2 .a2:hover>div{color: #fff;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .pcSs_box{position: relative;width: 300px;padding: 0 70px 0 16px;border: 1px solid rgba(255,255,255,0.15);border-radius: 42px;}
.t_navs .top .pcSs_box input{width: 100%;height: 40px;display: block;font-size: 14px;color: rgba(255,255,255,1);}
.t_navs .top .pcSs_box input::-webkit-input-placeholder{font-size:14px;color:#cccccc;opacity: 1;}
.t_navs .top .pcSs_box input::-moz-placeholder{font-size:14px;color:#cccccc;opacity: 1;}
.t_navs .top .pcSs_box input::moz-placeholder{font-size:14px;color:#cccccc;opacity: 1;}
.t_navs .top .pcSs_box input:-ms-input-placeholder{font-size:14px;color:#cccccc;opacity: 1;}
.t_navs .top .pcSs_box img{width: 24px;display: block;right: 16px;top: 50%;transform: translate(0,-50%);cursor: pointer;position: absolute;}
.t_navs .top .pcSs_box .ico2{display: none;}
.wyb_s.on{background-color: #fff;box-shadow: 0 0 20px rgb(0,0,0,0.1);}
.wyb_s.on .t_navs .top .logo .img1{display: none;}
.wyb_s.on .t_navs .top .logo .img2{display: block;}
.wyb_s.on .t_navs .top .menu .l1 .a1{color: #333;opacity: 1;}
.wyb_s.on .t_navs .top .menu .l1.on .a1,
.wyb_s.on .t_navs .top .menu .l1:hover .a1{ color: #254B71;}
.wyb_s.on .t_navs .top .pcSs_box{border-color: rgba(0,0,0,0.15);}
.wyb_s.on .t_navs .top .pcSs_box input{color: #333;}
.wyb_s.on .t_navs .top .pcSs_box input::-webkit-input-placeholder{color:#888;}
.wyb_s.on .t_navs .top .pcSs_box input::-moz-placeholder{color:#888;}
.wyb_s.on .t_navs .top .pcSs_box input::moz-placeholder{color:#888;}
.wyb_s.on .t_navs .top .pcSs_box input:-ms-input-placeholder{color:#888;}
.wyb_s.on .t_navs .top .pcSs_box .ico1{display: none;}
.wyb_s.on .t_navs .top .pcSs_box .ico2{display: block;}
.wyb_s.ny{background-color: #fff;box-shadow: 0 0 20px rgb(0,0,0,0.1);}
.wyb_s.ny .t_navs .top .logo .img1{display: none;}
.wyb_s.ny .t_navs .top .logo .img2{display: block;}
.wyb_s.ny .t_navs .top .menu .l1 .a1{color: #333;opacity: 1;}
.wyb_s.ny .t_navs .top .menu .l1.on .a1,
.wyb_s.ny .t_navs .top .menu .l1:hover .a1{ color: #254B71;}
.wyb_s.ny .t_navs .top .pcSs_box{border-color: rgba(0,0,0,0.15);}
.wyb_s.ny .t_navs .top .pcSs_box input{color: #333;}
.wyb_s.ny .t_navs .top .pcSs_box input::-webkit-input-placeholder{color:#888;}
.wyb_s.ny .t_navs .top .pcSs_box input::-moz-placeholder{color:#888;}
.wyb_s.ny .t_navs .top .pcSs_box input::moz-placeholder{color:#888;}
.wyb_s.ny .t_navs .top .pcSs_box input:-ms-input-placeholder{color:#888;}
.wyb_s.ny .t_navs .top .pcSs_box .ico1{display: none;}
.wyb_s.ny .t_navs .top .pcSs_box .ico2{display: block;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 90px;opacity: 0;}
@media screen and (max-width:1300px) {
.t_navs .top .logo img{ height: 56px;}
.t_navs .top .menu .l1{padding: 0 12px;}
.t_navs .top .menu .l1 .a1{ padding: 0 6px;font-size: 15px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .top .pcSs_box{display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_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 .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:#254b71;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:#254b71;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: #254b71;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:#254b71;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.t_navs .menuph .menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.t_navs .menuph .menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.t_navs .menuph .cross::before,
.t_navs .menuph .cross::after {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.t_navs .menuph.active .menu-toggle span.hamburger,
.t_navs .menuph.active .menu-toggle span.hamburger:after,
.t_navs .menuph.active .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;}
.t_navs .menuph.active .menu-toggle span.hamburger:after {transition-delay:0s;}
.t_navs .menuph.active .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.t_navs .menuph.active .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background: #333;}
.t_navs .menuph.active .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #333;}
.t_navs .xialaph{ position: fixed; right: 0; top: 50px;width: 100%; height: calc(100vh - 50px);overflow: scroll; padding: 10px 20px 60px 20px;z-index:3; background: #fff;display: none;}
.t_navs .xialaph .a1box,
.t_navs .xialaph .a2box{position: relative;}
.t_navs .xialaph .icobox{width: 40px;height: 40px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .xialaph .ico{height: 28px;position: absolute;right: 0;top: 50%;margin-top: -14px;z-index: 4;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .xialaph .ico img{height: 100%;display: block;}
.t_navs .xialaph .ico img.img2{display: none;}
.t_navs .xialaph .icobox.on img.img1{display: none;}
.t_navs .xialaph .icobox.on img.img2{display: block;}
.t_navs .xialaph .icobox.on .ico{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);}
.t_navs .xialaph .u1{width: 100%;margin-bottom: 20px;}
.t_navs .xialaph .l1{width: 100%;}
.t_navs .xialaph .a1{width: 100%;font-size: 16px;color: #333;line-height: 26px;position: relative;padding: 12px 40px 12px 0;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);}
.t_navs .xialaph .u2{width: 100%;padding-left: 20px;padding-right: 20px;border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l2{width: 100%;}
.t_navs .xialaph .a2{width: 100%;font-size: 16px;color: #333;line-height: 22px;position: relative;padding: 10px 40px 10px 0;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);}
.t_navs .xialaph .u3{padding-left: 20px;padding-right: 20px; border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l2:last-child .u3{border-bottom: 0;}
.t_navs .xialaph .l2:last-child .a2{border-bottom: 0;}
.t_navs .xialaph .l3{width: 100%;}
.t_navs .xialaph .a3{font-size: 14px;color: #333;line-height: 20px;padding-top: 8px;padding-bottom: 8px;border-bottom: 1px solid rgba(0,0,0,0.1);display: block;}
.t_navs .xialaph .l3:last-child .a3{border-bottom: 0;}
.t_navs .xialaph .input_box{width: 100%;border-bottom: 1px solid rgba(0,0,0,0.1);margin-bottom: 20px;position: relative;}
.t_navs .xialaph .input_box input{width: 100%;height: 40px;padding-right: 60px;font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::-webkit-input-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::-moz-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::moz-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input:-ms-input-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box img{width: 24px;cursor: pointer;position: absolute;right: 14px;top: 50%;margin-top: -12px;}
}

/* 底部 */
.b_nav1{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.b_nav1 .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav1 .logo img{height: 70px;display: block;}
.b_nav1 .dd .yj a{display: block;font-size: 18px;color: #fff;line-height: 25px;margin-bottom: 24px;font-weight: bold;}
.b_nav1 .dd .ej a{display: block;font-size: 14px;color: #fff;line-height: 20px;margin-bottom: 16px;}
.b_nav1 .dd .yj a:hover,
.b_nav1 .dd .ej a:hover{text-decoration: underline;}
.b_nav1 .dd .ej a:last-child{margin-bottom: 0;}
.b_nav1 .dd .u1{margin-bottom: 30px;display: flex;justify-content: flex-start;align-items: center;}
.b_nav1 .dd .u1 li{margin-right: 16px;}
.b_nav1 .dd .u1 li:last-child{margin-right: 0;}
.b_nav1 .dd .u1 a:hover{opacity: 0.8;}
.b_nav1 .dd .u1 img{display: block;width: 32px;}
.b_nav1 .dd .u2 li{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 10px;}
.b_nav1 .dd .u2 li:last-child{margin-bottom: 0;}
.b_nav1 .dd .u2 li img{width: 24px;display: block;}
.b_nav1 .dd .u2 li .wz{font-size: 14px;color: #fff;line-height: 20px;margin-left: 8px;}
.b_nav2{width: 100%;padding-top: 10px;padding-bottom: 10px;background-color: rgba(255, 255, 255, 0.1);}
.b_nav2 .w_width{display: flex;justify-content: space-between;align-items: center;}
.b_nav2 .left{display: flex;justify-content: flex-start;align-items: center;}
.b_nav2 .left a{font-size: 12px;color: #fff;line-height: 30px;display: block;margin-right: 16px;}
.b_nav2 .left a:last-child{margin-right: 0;}
.b_nav2 .left a:hover{text-decoration: underline;}
.b_nav2 .right{font-size: 12px;color: #fff;line-height: 30px;}
.b_nav2 .right a{color: #fff;}
@media screen and (max-width:1350px) {
.b_nav1 .logo img{height: 60px;}
.b_nav1 .dd .yj a{font-size: 15px;line-height: 20px;margin-bottom: 14px;}
.b_nav1 .dd .ej a{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
.b_nav1 .dd .u1{margin-bottom: 20px;}
.b_nav1 .dd .u1 li{margin-right: 12px;}
.b_nav1 .dd .u1 img{width: 28px;}
.b_nav1 .dd .u2 li{margin-bottom: 8px;}
.b_nav1 .dd .u2 li img{width: 22px;}
.b_nav1 .dd .u2 li .wz{font-size: 13px;line-height: 18px;}
}
@media screen and (max-width:1170px) {
.b_nav1 .logo img{height: 50px;}
.b_nav1 .dd:last-child{max-width: 240px;}
}
@media screen and (max-width:1024px) {
.b_nav1{padding-top: 30px;padding-bottom: 30px;}
.b_nav1 .w_width{display: block;position: relative;}
.b_nav1 .logo{position: absolute;left: 0;top: 34px;}
.b_nav1 .logo img{height: 40px;}
.b_nav1 .dd{display: none;}
.b_nav1 .dd:last-child{display: block;width: 100%;max-width: 100%;}
.b_nav1 .dd .u1{margin-bottom: 14px;justify-content: flex-end;height: 40px;}
.b_nav1 .dd .u1 li{margin-right: 10px;}
.b_nav1 .dd .u1 img{width: 30px;}
.b_nav1 .dd .u2 li{margin-bottom: 8px;}
.b_nav1 .dd .u2 li img{width: 20px;}
.b_nav1 .dd .u2 li .wz{font-size: 13px;line-height: 18px;margin-left: 8px;}
.b_nav2{padding-top: 20px;padding-bottom: 20px;}
.b_nav2 .w_width{display: block;}
.b_nav2 .left{justify-content: center;margin-bottom: 10px;}
.b_nav2 .left a{line-height: 20px;margin-right: 6px;}
.b_nav2 .right{line-height: 20px;text-align: center;}
}

.fh_top{box-shadow: 0 0 12px rgba(0,0,0,0.1); width: 64px;height: 64px;background-color: rgba(251, 178, 22, 1);border-radius: 4px;display: flex;justify-content: center;align-items: center;flex-direction: column;cursor: pointer;position: fixed;right: 20px;bottom: 10%;opacity: 0;  z-index: 10;
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;}
.fh_top.on{opacity: 1;}
.fh_top img{width: 20px;display: block;margin-bottom: 2px;}
.fh_top .wz{font-size: 14px;color: #fff;line-height: 18px;text-align: center;}
.fh_top:hover{background-color: #254b71;}
@media screen and (max-width:1024px) {
.fh_top{width:44px;height: 44px;right:8px;opacity: 1;}
.fh_top img{width: 18px;margin-bottom: 0;}
.fh_top .wz{font-size: 12px;line-height: 14px;}
}

/* 首页 */
.sy_banner{width: 100%;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul a{display: block;width: 100%;}
.sy_banner .ul img{width: 100%;display: block;}
.sy_banner .ul .wzbox{width: 100%;position: absolute;left: 0;top: 55%;transform: translate(0,-50%); z-index: 10;}
.sy_banner .ul .wzbox .title{font-size: 48px;color: rgba(37, 75, 113, 1);line-height: 64px;margin-bottom: 16px;font-weight: bold;}
.sy_banner .ul .wzbox .info{font-size: 16px;color: #333;line-height: 24px;width: 45%;}
.sy_banner .ul .slick-dots{position: absolute; bottom: 22px; height: 10px; text-align: center;}
.sy_banner .ul .slick-dots li{ vertical-align: top; width: 10px; height: 10px;border-radius: 100%; margin: 0 4px; background: rgba(255,255,255,0.3);}
.sy_banner .ul .slick-dots li.slick-active{ background: #fff;}
.sy_banner .ul .slick-prev{width: 40px;height: 40px;left: 30px;top: 50%;background-color: rgba(0,0,0,0.1);border-radius: 100%;}
.sy_banner .ul .slick-prev::after{content: "";display: block;width: 20px;height: 20px;background:url(img/img28.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .ul .slick-next{width: 40px;height: 40px;right: 30px;top: 50%;background-color: rgba(0,0,0,0.1);border-radius: 100%;}
.sy_banner .ul .slick-next::after{content: "";display: block;width: 20px;height: 20px;background:url(img/img29.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .ul .slick-prev:hover,
.sy_banner .ul .slick-next:hover{background-color: #254b71;}
@media screen and (max-width:1024px) {
.sy_banner .ul a::after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(255,255,255,0.3);position: absolute;left: 0;top: 0;}
.sy_banner .ul .wzbox{top:100px;}
.sy_banner .ul .wzbox .title{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.sy_banner .ul .wzbox .info{font-size: 14px;line-height: 18px;width: 100%;}
.sy_banner .ul .slick-dots{bottom: 12px; height: 8px; }
.sy_banner .ul .slick-dots li{width: 8px; height: 8px;}
}

.sy_bt_box{width: 100%;display: flex;justify-content: space-between;align-items: flex-end;}
.sy_bt_box .bt_left .bt{display: flex;justify-content: flex-start;align-items: center;}
.sy_bt_box .bt_left .bt .wz{font-size: 36px;color: rgba(37, 75, 113, 1);line-height: 50px;font-weight: bold;margin-right: 16px;}
.sy_bt_box .bt_left .bt img{width: 19px;display: block;}
.sy_bt_box .bt_left .jj{font-size: 16px;color: rgba(51, 51, 51, 1);line-height: 24px;margin-top: 10px;}
@media screen and (max-width:1024px) {
.sy_bt_box{align-items: flex-start; position: relative;}
.sy_bt_box .bt_left{width: 100%;}
.sy_bt_box .bt_left .bt .wz{font-size: 17px;line-height: 32px;margin-right: 10px;}
.sy_bt_box .bt_left .bt img{width: 18px;}
.sy_bt_box .bt_left .jj{font-size: 14px;line-height: 20px;margin-top: 8px;}
.sy_bt_box .sy_more1{ position: absolute; right:0; top: 0; z-index: 6;}
}

.sy_more1{width: 130px; display: inline-flex;}
.sy_more1 a{display: flex;justify-content: center;align-items: center;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 4px;position: relative;overflow: hidden;  width: 100%;}
.sy_more1 a::after{content: "";display: block;width: 0%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background-color: rgba(37, 75, 113, 1);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_more1 a img{width: 14px;display: block;margin-right: 4px;position: relative;z-index: 3;}
.sy_more1 a .ico2{display: none;}
.sy_more1 a .wz{font-size: 14px;color: rgba(37, 75, 113, 1);line-height: 38px;position: relative;z-index: 3;}
.sy_more1 a:hover .ico1{display: none;}
.sy_more1 a:hover .ico2{display: block;}
.sy_more1 a:hover .wz{color: #fff;}
.sy_more1 a:hover::after{width: 100%;}

@media screen and (max-width:1024px) {
.sy_more1{width: 104px;}
.sy_more1 a img{width: 12px;}
.sy_more1 a .wz{font-size: 13px;line-height: 30px;}
}

.sy_more2{width: 130px; display: inline-flex;}
.sy_more2 a{display: flex;justify-content: center;align-items: center;border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 4px;position: relative;overflow: hidden;  width: 100%;}
.sy_more2 a::after{content: "";display: block;width: 0%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background-color: #fff;
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_more2 a img{width: 14px;display: block;margin-right: 4px;position: relative;z-index: 3;}
.sy_more2 a .ico2{display: none;}
.sy_more2 a .wz{font-size: 14px;color: #fff;line-height: 38px;position: relative;z-index: 3;}
.sy_more2 a:hover .ico1{display: none;}
.sy_more2 a:hover .ico2{display: block;}
.sy_more2 a:hover .wz{color: #254b71;}
.sy_more2 a:hover::after{width: 100%;}

@media screen and (max-width:1024px) {
.sy_more2{width: 104px;}
.sy_more2 a img{width: 12px;}
.sy_more2 a .wz{font-size: 13px;line-height: 30px;}
}

.sy_more3{width: 130px;display: flex;justify-content: center;align-items: center;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 4px;position: relative;overflow: hidden;}
.sy_more3::after{content: "";display: block;width: 0%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background-color: rgba(37, 75, 113, 1);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_more3 img{width: 14px;display: block;margin-right: 4px;position: relative;z-index: 3;}
.sy_more3 .ico2{display: none;}
.sy_more3 .wz{font-size: 14px;color: rgba(37, 75, 113, 1);line-height: 38px;position: relative;z-index: 3;}
.sy_more3:hover .ico1{display: none;}
.sy_more3:hover .ico2{display: block;}
.sy_more3:hover .wz{color: #fff;}
.sy_more3:hover::after{width: 100%;}
@media screen and (max-width:1024px) {
.sy_more3{width: 120px;}
.sy_more3 img{width: 13px;}
.sy_more3 .wz{font-size: 13px;line-height: 34px;}
}

.sy_section1{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.sy_section1 .content{margin-top: 50px;}
.sy_section1 .ul{margin: 0 -17px;width: calc(100% + 34px);display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section1 .ul .li{width: 33.333%;padding: 0 17px;}
.sy_section1 .ul a{display: flex;flex-direction: column; width: 100%;height: 312px;border-radius: 12px;background: rgba(231, 243, 255, 1);align-items: flex-start;justify-content: space-between;padding: 40px;border: 1px solid rgba(255,255,255,0);}
.sy_section1 .ul a .ico{width: 36px;display: block;margin-bottom: 12px;}
.sy_section1 .ul a .bt{font-size: 18px;color: #000;line-height: 25px;margin-bottom: 24px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section1 .ul a .info{font-size: 14px;color: #555;line-height: 19px;min-height: 76px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.sy_section1 .ul a>div:nth-child(2){display: flex;justify-content: flex-start;align-items: center;}
.sy_section1 .ul a>div:nth-child(2) img{width: 14px;display: block;margin-right: 4px;}
.sy_section1 .ul a>div:nth-child(2) .wz{font-size: 14px;color: rgba(37, 75, 113, 1);line-height: 20px;}
.sy_section1 .ul .li:nth-child(1) a:hover .bt{color: rgba(37, 75, 113, 1);}
.sy_section1 .ul .li:nth-child(2) a:hover .bt{color: rgba(66, 196, 232, 1);}
.sy_section1 .ul .li:nth-child(3) a:hover .bt{color: rgba(106, 199, 179, 1);}
.sy_section1 .ul .li:nth-child(1) a:hover{border-color: rgba(37, 75, 113, 1);}
.sy_section1 .ul .li:nth-child(2) a:hover{border-color: rgba(66, 196, 232, 1);}
.sy_section1 .ul .li:nth-child(3) a:hover{border-color: rgba(106, 199, 179, 1);}
.sy_section1 .ul .li a:hover{padding-top: 46px;padding-bottom: 46px;}


@media screen and (max-width:1024px) {
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .content{margin-top: 20px;}
.sy_section1 .ul{margin: 0;width: 100%;display: block;}
.sy_section1 .ul .li{width: 100%;padding: 0;margin-bottom: 12px;}
.sy_section1 .ul .li:last-child{margin-bottom: 0;}
.sy_section1 .ul a{height: auto;border-radius: 10px;padding: 14px;}
.sy_section1 .ul a .ico{width: 24px;margin-bottom: 5px;}
.sy_section1 .ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.sy_section1 .ul a .info{font-size: 13px;line-height: 18px;-webkit-line-clamp:3;min-height: 54px;}
.sy_section1 .ul a > div:nth-child(2){ margin-top:15px;}
.sy_section1 .ul a>div:nth-child(2) img{width: 13px;}
.sy_section1 .ul .li a:hover{padding-top: 20px;padding-bottom: 20px;}
}

.sy_section2{width: 100%;}
.sy_section2 ul{display: flex;justify-content: flex-start;align-items: stretch;border-left: 1px dashed rgba(255,255,255,0.3);}
.sy_section2 ul li{width: 33.333%;padding:47px 20px;border-right: 1px dashed rgba(255,255,255,0.3);display: flex;justify-content: center;align-items: center;flex-direction: column;}
.sy_section2 ul li img{width: 64px;display: block;}
.sy_section2 ul li .bt{font-size: 18px;color: #fff;line-height: 25px;text-align: center;font-weight: bold;margin: 24px 0 16px 0;}
.sy_section2 ul li .num{width: 30px;height: 30px;background: rgba(255, 255, 255, 0.15);border-radius: 100%;font-size: 14px;color: #fff;line-height: 30px;text-align: center;}
@media screen and (max-width:1024px) {
.sy_section2{ padding: 0;}	
.sy_section2 ul{border-left: 0;}
.sy_section2 ul li{padding:40px 10px;border-right:0;}
.sy_section2 ul li img{width: 30px;}
.sy_section2 ul li .bt{font-size: 13px;line-height: 20px;margin:12px 0;}
.sy_section2 ul li .num{width: 28px;height: 28px;font-size: 13px;line-height: 28px;position: relative;}

}


.sy_section3{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.sy_section3 .cont1{margin-bottom: 50px;}
.sy_section3 .cont1 .jj2{font-size: 14px;color: #888;line-height: 20px;margin-top: 8px;}
.sy_section3 .cont2{width: 100%;}
.sy_section3 .cont2 .ul .li{background-color: #f4f9ff;}
.sy_section3 .cont2 .ul .li:nth-child(odd){background-color: #e5f3ff;}
.sy_section3 .cont2 .ul .li a{display: block;width: 100%;padding: 50px 50px 30px 50px;position: relative;position: relative;}
.sy_section3 .cont2 .ul .li a .pic{ width: 100%; padding-bottom: 135.563%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section3 .cont2 .ul .li 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 .cont2 .ul .li 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 .cont2 .ul .li a .wzbox{margin-top: 24px;text-align: center;}
.sy_section3 .cont2 .ul .li a .bt1{font-size: 16px;color: #000;line-height: 24px;margin-bottom: 8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section3 .cont2 .ul .li a .bt2{font-size: 14px;color: #888;line-height: 18px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section3 .cont2 .ul .li a:hover{background: linear-gradient(180.00deg, rgba(37, 75, 113, 1),rgba(255, 255, 255, 1) 61%);}
.sy_section3 .cont2 .ul .li a:hover .bt1{color: #254b71;font-weight: bold;}
.sy_section3 .cont2 .ul .li a:hover .bt2{color: #254b71;}
.sy_section3 .cont2 .ul .li a::after{content: "";display: block;width: 0%;height: 5px;background-color: #fbb216;position: absolute;left: 0;bottom: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .cont2 .ul .li a:hover::after{width: 100%;}
.sy_section3 .dots{margin-top: 25px;}
.sy_section3 .dots .slick-dots{height: 10px;}
.sy_section3 .dots .slick-dots li{ vertical-align: top; width: 10px; height: 10px;border-radius: 10px; margin: 0 4px; background: rgba(37, 75, 113, 0.2);}
.sy_section3 .dots .slick-dots li.slick-active{ background: rgba(37, 75, 113, 1);width: 40px;}
@media screen and (max-width:1680px) {
.sy_section3 .cont2 .ul .li a{padding: 30px 30px 20px 30px;}
}
@media screen and (max-width:1024px) {
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .cont1{margin-bottom: 20px;}
.sy_section3 .cont1 .jj2 br{display: none;}
.sy_section3 .cont2{padding: 0 15px;}
.sy_section3 .cont2 .ul .li a{padding: 20px;}
.sy_section3 .cont2 .ul .li a .wzbox{margin-top: 14px;}
.sy_section3 .cont2 .ul .li a .bt1{font-size: 14px;line-height: 20px;margin-bottom: 6px;}
.sy_section3 .cont2 .ul .li a .bt2{font-size: 13px;line-height: 18px;}
.sy_section3 .dots{margin-top: 14px;}
.sy_section3 .dots .slick-dots{height: 8px;}
.sy_section3 .dots .slick-dots li{ width: 8px; height: 8px;border-radius: 8px;}
.sy_section3 .dots .slick-dots li.slick-active{width: 20px;}
}

.sy_section4{width: 100%;padding-top: 90px;padding-bottom: 80px;position: relative;overflow: hidden;}
.sy_section4 .w_width{position: relative;z-index: 10;}
.sy_section4 .posi_back{width: 100%;position: absolute;left: 0;top: 0;z-index: 3;}
.sy_section4 .cont1{margin-top: 50px;margin-bottom: 30px;}
.sy_section4 .cont1 a{display: flex;justify-content: flex-start;align-items: center;padding: 50px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 12px;background: #fff;}
.sy_section4 .cont1 a .left{width: 430px;}
.sy_section4 .cont1 a .pic{ width: 100%; padding-bottom: 68.837%; 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_section4 .cont1 a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section4 .cont1 a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section4 .cont1 a .right{width: calc(100% - 430px);padding-left: 50px;}
.sy_section4 .cont1 a .date{font-size: 14px;color: rgba(251, 178, 22, 1);line-height: 19px;margin-bottom: 8px;}
.sy_section4 .cont1 a .bt{font-size: 20px;color: #000;line-height: 30px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section4 .cont1 a .info1{font-size: 14px;color: #545454;line-height: 20px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section4 .cont1 a .info2{font-size: 14px;color: #888888;line-height: 20px;margin-bottom: 40px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section4 .cont1 a:hover .bt{color: rgba(37, 75, 113, 1);}
.sy_section4 .cont2{width: 100%;}
.sy_section4 .cont2 .ul{margin: 0 -14px;width: calc(100% + 28px);}
.sy_section4 .cont2 .ul .li{padding: 0 14px;}
.sy_section4 .cont2 .ul a{display: block;width: 100%;padding: 36px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 12px;background-color: #fff;}
.sy_section4 .cont2 .ul a .date{font-size: 14px;color: rgba(251, 178, 22, 1);line-height: 20px;margin-bottom: 8px;}
.sy_section4 .cont2 .ul a .bt{font-size: 16px;color: #000;line-height: 24px;margin-bottom: 16px;min-height: 72px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section4 .cont2 .ul a .info{font-size: 14px;color: #888;line-height: 18px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section4 .cont2 .ul a:hover .bt{color: #254b71;}
.sy_section4 .dots{margin-top: 24px;}
.sy_section4 .dots .slick-dots{height: 10px;}
.sy_section4 .dots .slick-dots li{ vertical-align: top; width: 10px; height: 10px;border-radius: 10px; margin: 0 4px; background: rgba(37, 75, 113, 0.2);}
.sy_section4 .dots .slick-dots li.slick-active{ background: rgba(37, 75, 113, 1);width: 40px;}

@media screen and (max-width:1680px) {
.sy_section4 .cont1 a{padding: 40px;}
.sy_section4 .cont1 a .left{width: 400px;}
.sy_section4 .cont1 a .right{width: calc(100% - 400px);padding-left: 40px;}
}
@media screen and (max-width:1024px) {
.sy_section4{padding-top: 30px;padding-bottom: 30px;}
.sy_section4 .sy_bt_boxs{ position: relative;}
.sy_section4 .sy_more2{position: absolute;
    right: 0;
    top: 0;
    z-index: 6;}
.sy_section4 .cont1{margin-top: 20px;margin-bottom: 20px;}
.sy_section4 .cont1 a{display: block;padding: 14px;}
.sy_section4 .cont1 a .left{width: 100%;}
.sy_section4 .cont1 a .right{width: 100%;padding-left: 0;margin-top: 14px;}
.sy_section4 .cont1 a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.sy_section4 .cont1 a .info1{font-size: 14px;line-height: 18px;margin-bottom: 10px;}
.sy_section4 .cont1 a .info2{font-size: 14px;line-height: 18px;margin-bottom: 10px;}
.sy_section4 .cont2 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section4 .cont2 .ul .li{padding: 0 6px;}
.sy_section4 .cont2 .ul a{padding: 14px 10px;}
.sy_section4 .cont2 .ul a .bt{font-size: 14px;line-height: 20px;margin-bottom: 10px;min-height: 80px;-webkit-line-clamp:4;}
.sy_section4 .cont2 .ul a .info{font-size: 13px;}
.sy_section4 .dots{margin-top: 14px;}
.sy_section4 .dots .slick-dots{height: 8px;}
.sy_section4 .dots .slick-dots li{ width: 8px; height: 8px;border-radius: 8px;}
.sy_section4 .dots .slick-dots li.slick-active{width: 20px;}
}

.sy_section5{width: 100%;padding-bottom: 80px;}
.sy_section5 .content{margin-top: 50px;}
.sy_section5 .content .ul{ display: flex; flex-wrap: wrap; width:calc(100% + 0.3rem); margin:0 -0.15rem; padding:0.85rem 0 0.35rem 0;}
.sy_section5 .content .li{ display: flex; flex-wrap: wrap; width:20%; padding:0 0.5rem; position: relative; margin-top: -0.5rem;}
.sy_section5 .content .li:nth-child(6){ margin-left:10%;}
.sy_section5 .content .li:nth-child(10){ margin-left:20%;}
.sy_section5 .content .bg{ display: flex; flex-wrap: wrap; width:100%; padding-bottom:100%; position: absolute; left:50%; top:50%; transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.04);
border-radius: 12px;
background: rgba(251, 251, 252, 1);}
.sy_section5 .content .a{ display: flex; flex-wrap: wrap; width:100%; position: relative; padding-bottom: 100%;}
.sy_section5 .content .pic{ display: flex; align-items: center; justify-content: center; width:100%; height:0.56rem; line-height: 0; position: absolute; left:0; top: 50%; transform: translate(0,-50%); -ms-transform: translate(0,-50%); }
.sy_section5 .content .pic img{ max-height:100%; object-fit: contain; display: block;}
.sy_section5 .content .text{ width:100%; position: absolute; left:0; top: 50%; transform: translate(0,-50%); -ms-transform: translate(0,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.sy_section5 .content .num{color: rgba(37, 75, 113, 1);
font-size: 0.36rem;
font-weight: 700;
line-height: 0.48rem;}
.sy_section5 .content .p{color:rgba(37, 75, 113, 1); margin-top: 2px;
font-size: 0.16rem;
font-weight: 400;
line-height: 0.22rem;}

@media screen and (max-width:1024px) {
.sy_section5{padding-bottom: 30px;}
.sy_section5 .content{margin-top: 20px;}
}
@media screen and (max-width:767px) {
.sy_section5 .content .ul{ width:calc(100% + 8px); margin:0 -4px; padding:0;}
.sy_section5 .content .li{ width:33.33%; padding:4px;  margin-top:0;}
.sy_section5 .content .li:nth-child(6){ margin-left:0%;}
.sy_section5 .content .li:nth-child(10){ margin-left:0%;}
.sy_section5 .content .bg{ transform: translate(-50%,-50%) rotate(0deg); -ms-transform: translate(-50%,-50%) rotate(0deg);}
.sy_section5 .content .pic{ height:20px;}
.sy_section5 .content .num{
font-size:18px;
line-height:24px;}
.sy_section5 .content .p{
font-size:12px;
line-height:18px;}
}

/* 内页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 h1{font-size: 48px;color: #fff;line-height: 65px;margin-bottom: 8px;font-weight: bold;}
.ny_banner .wzbox .dq{display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: #fff;line-height: 22px;}
.ny_banner .wzbox .dq a{color: #fff;display: block;}
.ny_banner .wzbox .dq span{margin: 0 4px;display: block;}
.ny_banner .wzbox .dq a:hover,
.ny_banner .wzbox .dq a.on{color: #254b71;}
.ny_banner .ej_section{width: 100%;position: absolute;left: 0;bottom: 0;}
.ny_banner .ej_section ul{margin: 0 -5px;width: calc(100% + 10px);display: flex;justify-content: center;align-items: flex-start;}
.ny_banner .ej_section ul li{width: 15.18%;padding: 0 5px;}
.ny_banner .ej_section ul a{display: block;font-size: 16px;color: #fff;line-height: 56px;text-align: center;border-radius: 4px 4px 0px 0px;backdrop-filter: blur(40px);background: rgba(37, 75, 113, 0.2);}
.ny_banner .ej_section ul a:hover{color: rgba(251, 178, 22, 1);}
.ny_banner .ej_section ul li.on a{background-color: rgba(251, 178, 22, 1);color: #fff!important;}
@media screen and (max-width:1680px) {
.ny_banner .ej_section ul li{width: 18%;}
.ny_banner .ej_section ul a{font-size: 14px;line-height: 46px;}
}
@media screen and (max-width:1024px) {
.ny_banner .wzbox h1{font-size: 20px;line-height: 24px;margin-bottom: 8px;}
.ny_banner .wzbox .dq{display: none;}
.ny_banner .ej_section ul{margin: 0 -5px;width: calc(100% + 10px);display: block;font-size: 0;text-align: center;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.ny_banner .ej_section ul::-webkit-scrollbar{ display: none;}
.ny_banner .ej_section ul li{width: auto;padding: 0 5px;display: inline-block;vertical-align: middle;}
.ny_banner .ej_section ul a{font-size: 14px;line-height: 40px;padding: 0 20px;}
}

/* 期刊列表 */
.qklb_section{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.qklb_section .content{margin-top: 40px;}
.qklb_section .content ul{margin: -14px;width: calc(100% + 28px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.qklb_section .content ul li{width: 50%;padding: 14px;}
.qklb_section .content ul .libox{display: flex;justify-content: flex-start;align-items: stretch;background-color: rgba(243, 249, 255, 1);}
.qklb_section .content ul .left{width: 246px;padding: 0.3rem;background: linear-gradient(180.00deg, rgba(187, 212, 238, 1),rgba(255, 255, 255, 1) 68%);}
.qklb_section .content ul .left .pic{ width: 100%; padding-bottom: 135.483%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.qklb_section .content ul .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;}
.qklb_section .content ul .libox: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);}
.qklb_section .content ul .btnbox{margin-top: 0.16rem;}
.qklb_section .content ul .btnbox .btn{margin-bottom: 8px;}
.qklb_section .content ul .btnbox .btn:last-child{margin-bottom: 0;}
.qklb_section .content ul .btnbox a{display: block;font-size: 14px;color: rgba(37, 75, 113, 1);line-height: 38px;text-align: center;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 4px;}
.qklb_section .content ul .btnbox a:hover{background-color: rgba(106, 199, 179, 1);border-color: rgba(106, 199, 179, 1);color: #fff;}
.qklb_section .content ul .right{width: calc(100% - 246px);padding: 0.45rem 0.4rem;}
.qklb_section .content ul .right .bt{font-size:0.2rem;color: #000;line-height:0.3rem;margin-bottom: 0.24rem;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.qklb_section .content ul .right .info{font-size: 14px;color: #555;line-height:24px;margin-bottom: 0.3rem;min-height: 144px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:6;}
.qklb_section .content ul .right .dl{display: flex;width:100%;justify-content:space-between;align-items: flex-start;flex-wrap: wrap;}
.qklb_section .content ul .right .dd{ display: flex;align-items: center;font-size: 14px;color: rgba(37, 75, 113, 1);line-height: 24px;font-weight: bold;}
.qklb_section .content ul .right .dd:nth-child(1) span{color: rgba(66, 196, 232, 1);}
.qklb_section .content ul .right .dd span{color: rgba(136, 194, 65, 1);}
.qklb_section .content ul .right .info2{font-size: 14px;color: #888;line-height: 36px;margin-top: 22px;padding-top: 16px;border-top: 1px solid rgba(0,0,0,0.1);}
.qklb_section .content ul .right a:hover .bt{color: #254b71;}
.qklb_section .page_section{margin-top: 80px;}
@media screen and (max-width:1680px) {
.qklb_section .content ul .left{width: 220px;padding: 0.24rem;}
.qklb_section .content ul .btnbox a{line-height: 32px;}
.qklb_section .content ul .right{width: calc(100% - 220px);padding: 0.3rem;}
.qklb_section .content ul .right .dl{margin: -4px;width: calc(100% + 8px);}
.qklb_section .content ul .right .dd{font-size:13px;line-height: 20px; flex-direction: column;}
.qklb_section .content ul .right .info{line-height:20px;min-height: 120px;}
}
@media screen and (max-width:1024px) {
.qklb_section{padding-top: 30px;padding-bottom: 30px;}
.qklb_section .content{margin-top: 20px;}
.qklb_section .content ul{margin: -0;width: 100%;display: block;}
.qklb_section .content ul li{width: 100%;padding: 0;margin-bottom: 12px;}
.qklb_section .content ul li:last-child{margin-bottom: 0;}
.qklb_section .content ul .left{width: 140px;padding: 14px;background:none; padding-bottom:132px;}
.qklb_section .content ul .btnbox{margin-top: 12px;}
.qklb_section .content ul .btnbox a{line-height: 20px; font-size: 13px;
    padding: 7px 0 8px 0;
    width: 100%;}
.qklb_section .content ul .right{width: calc(100% - 140px);padding: 14px 14px 132px  0;}
.qklb_section .content ul .right .bt{font-size: 16px;color: #000;line-height:24px; margin-bottom: 10px;-webkit-line-clamp:2;}
.qklb_section .content ul .right .info{font-size: 14px;color: #555;line-height: 20px;margin-bottom: 12px;-webkit-line-clamp:4;min-height: 80px;}
.qklb_section .content ul .right .dl{  width:100%; margin-top:26px; padding:0 30px;position: absolute;
    left: 0;
    bottom:80px; }
.qklb_section .content ul .right .info2{ display:none; margin-left: -140px; width:calc(100% + 140px); line-height: 20px;margin-top: 10px;padding-top: 10px;}
.qklb_section .content ul .btnbox{position: absolute;
    left: 0;
    bottom: 14px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: first baseline;
    padding: 0 14px;}
.qklb_section .content ul .btnbox .btn{display: inline-flex;
  width: 49%;}	
.qklb_section .content ul .libox{position: relative;}

.qklb_section .page_section{margin-top: 20px;}

}

/* 分页 */
.page_section{width: 100%;}
.page_section .phpage{display: none;}
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{width: 30px;height: 30px;font-size: 16px;color: #000;display: flex;justify-content: center;align-items: center;border: 1px solid rgba(0,0,0,0.1);background-color: #fff;margin: 0 5px;}
.page_section .pcpage a img{width: 6px;display: block;}
.page_section .pcpage a .ico2{display: none;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{color: #fff;background-color: rgba(37, 75, 113, 1);color: #fff;}
.page_section .pcpage a:hover .ico1{display: none;}
.page_section .pcpage a:hover .ico2{display: block;}
.page_section .pcpage a:nth-child(1){margin-right: 25px;}
.page_section .pcpage a:last-child{margin-left: 25px;}
@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{width: 30px;height: 30px;font-size: 16px;color: #000;display: flex;justify-content: center;align-items: center;border: 1px solid rgba(0,0,0,0.1);background-color: #fff;}
.page_section .phpage a img{width: 6px;display: block;}
.page_section .phpage a .ico2{display: none;}
.page_section .phpage a:hover,
.page_section .phpage a.on{color: #fff;background-color: rgba(37, 75, 113, 1);color: #fff;}
.page_section .phpage a:hover .ico1{display: none;}
.page_section .phpage a:hover .ico2{display: block;}
.page_section .phpage span{font-size: 16px;color: #555;line-height: 20px;margin: 0 20px;}
}

/* 关于简介 */
.about_who{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.about_who .info{font-size: 16px;color: #333;line-height: 30px;margin-top: 24px;}
@media screen and (max-width:1024px) {
.about_who{padding-top: 30px;padding-bottom: 30px;}
.about_who .info{font-size: 14px;line-height: 24px;margin-top: 12px;}
}

.informa_section{width: 100%;padding-top: 66px;padding-bottom: 80px;}
.informa_section .cont1{margin-top: 24px;margin-bottom: 80px;}
.informa_section .cont1 ul{display: flex;justify-content: space-between;align-items: center;}
.informa_section .cont1 a{display: flex;justify-content: center;align-items: center;padding: 0 20px;border-radius: 4px;background: rgba(243, 249, 255, 1);}
.informa_section .cont1 img{width: 24px;display: block;}
.informa_section .cont1 .ico2{display: none;}
.informa_section .cont1 .wz{font-size: 16px;color: rgba(37, 75, 113, 1);line-height: 72px;margin-left: 8px;}
.informa_section .cont1 a:hover{background-color: rgba(251,178,22,0.1);}
.informa_section .cont1 li.on a{background-color: rgba(37, 75, 113, 1)!important;}
.informa_section .cont1 li.on .ico1{display: none;}
.informa_section .cont1 li.on .ico2{display: block;}
.informa_section .cont1 li.on .wz{color: #fff;}
.informa_section .cont2{width: 100%;}
.informa_section .cont2 li{margin-bottom: 40px;}
.informa_section .cont2 li:last-child{margin-bottom: 0;}
.informa_section .cont2 li .title{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 28px;}
.informa_section .cont2 li .title .number{width: 40px;height: 40px;background-color: rgba(251, 178, 22, 1);border-radius: 100%;font-size: 16px;color: #fff;display: flex;justify-content: center;align-items: center;}
.informa_section .cont2 li .title .wz{font-size: 24px;color: #000;line-height: 30px;padding-left: 8px;font-weight: bold;}
.informa_section .cont2 li .dd{margin-bottom: 30px;}
.informa_section .cont2 li .dd:last-child{margin-bottom: 0;}
.informa_section .cont2 li .dd .bt{font-size: 16px;color: #333;line-height: 30px;font-weight: bold;}
.informa_section .cont2 li .dd .jj{font-size: 16px;color: #333;line-height: 30px;}
@media screen and (max-width:1680px) {
.informa_section .cont1{margin-bottom: 50px;}
.informa_section .cont1 a{padding: 0 16px;}
.informa_section .cont1 img{width: 20px;}
.informa_section .cont1 .wz{font-size: 14px;line-height: 56px;margin-left: 6px;}
}
@media screen and (max-width:1400px) {
.informa_section .cont1 a{padding: 0 12px;}
.informa_section .cont1 img{width: 18px;}
.informa_section .cont1 .wz{font-size: 12px;line-height: 50px;margin-left: 4px;}
}
@media screen and (max-width:1024px) {
.informa_section{padding-top: 30px;padding-bottom: 30px;}
.informa_section .cont1{margin-top: 20px;margin-bottom: 20px;}
.informa_section .cont1 ul{display: block;font-size: 0;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.informa_section .cont1 ul::-webkit-scrollbar{ display: none;}
.informa_section .cont1 li{display: inline-block;vertical-align: top;margin-right: 10px;}
.informa_section .cont1 li:last-child{margin-right: 0;}
.informa_section .cont1 a{padding: 0 16px;}
.informa_section .cont1 img{width: 22px;}
.informa_section .cont1 .wz{font-size: 14px;line-height: 40px;}
.informa_section .cont2 li{margin-bottom: 20px;}
.informa_section .cont2 li .title{margin-bottom: 15px;}
.informa_section .cont2 li .title .number{width: 34px;height: 34px;font-size: 14px;}
.informa_section .cont2 li .title .wz{font-size: 18px;line-height: 24px;}
.informa_section .cont2 li .dd{margin-bottom: 10px;}
.informa_section .cont2 li .dd .bt{font-size: 14px;line-height: 22px;}
.informa_section .cont2 li .dd .jj{font-size: 14px;line-height: 22px;}
}

.t_nav2{width: 100%;background: linear-gradient(45.00deg, rgba(49, 105, 182, 1),rgba(66, 196, 232, 1) 30%,rgba(62, 71, 157, 1) 60%,rgba(43, 90, 188, 1) 100%);position: relative;z-index: 80;}
.t_nav2 .w_width{display: flex;justify-content: space-between;align-items: center;}
.t_nav2 .w_width .left{width: calc(100% - 516px);padding-right: 84px;}
.t_nav2 .w_width .left ul{display: flex;justify-content: space-between;align-items: center;}
.t_nav2 .w_width .left ul a{display: block;font-size: 16px;color: rgba(255, 255, 255, 1);line-height: 72px; position: relative;}
.t_nav2 .w_width .left ul a span{font-weight: bold; position: absolute; left:50%; top: 0; opacity:0; transform: translateX(-50%); -ms-transform: translateX(-50%); white-space: nowrap; }
.t_nav2 .w_width .left ul li:hover  a span,
.t_nav2 .w_width .left ul li.on a span{opacity:1;}
.t_nav2 .w_width .left ul li:hover  a font,
.t_nav2 .w_width .left ul li.on a font{opacity:0;}
.t_nav2 .w_width .left ul li:hover a,
.t_nav2 .w_width .left ul li.on a{color: rgba(251, 178, 22, 1);}
.t_nav2 .w_width .right{width: 516px;display: flex;justify-content:space-between;align-items: center;}
.t_nav2 .w_width .right .xl_box{width: 27.13178294573643%;position: relative;}
.t_nav2 .w_width .right .xl_box .top{width: 100%;display: flex;justify-content: space-between;align-items: center;border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 4px;padding: 0 16px;cursor: pointer;}
.t_nav2 .w_width .right .xl_box .top .wz{font-size: 14px;color: #fff;line-height: 38px;width: calc(100% - 24px);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.t_nav2 .w_width .right .xl_box .top img{width: 16px;display: block;}
.t_nav2 .w_width .right .xl_box .bottom1{width: 100%;position: absolute;left: 50%;transform: translate(-50%,0);background-color: #fff;top: calc(100% + 16px);box-shadow: 0 0 20px rgba(0,0,0,0.15);padding: 20px 12px;display: none;border-radius: 8px;}
.t_nav2 .w_width .right .xl_box .bottom1::after{content: "";display: block;width: 0;height: 0;border: 8px solid;border-color: transparent transparent #fff transparent;position: absolute;left: 50%;transform: translate(-50%,0); bottom: calc(100% - 1px);}
.t_nav2 .w_width .right .xl_box .bottom1 a{display: block;font-size: 15px;color: #333;line-height: 20px;margin-bottom: 12px;text-align: center;}
.t_nav2 .w_width .right .xl_box .bottom1 a:last-child{margin-bottom: 0;}
.t_nav2 .w_width .right .xl_box .bottom1 a:hover{color: #fbb216;font-weight: bold;}
.t_nav2 .w_width .right .xl_box .bottom2{width: 644px;position: absolute;right: 0;background-color: #fff;top: calc(100% + 16px);box-shadow: 0 0 20px rgba(0,0,0,0.15);padding: 24px 28px 35px 28px;border-radius: 8px;display: none;}
.t_nav2 .w_width .right .xl_box .bottom2::after{content: "";display: block;width: 0;height: 0;border: 8px solid;border-color: transparent transparent #fff transparent;position: absolute;right: 14px;bottom: calc(100% - 1px);}
.t_nav2 .w_width .right .xl_box .bottom2 .cont1{margin-bottom: 20px;display: flex;justify-content: space-between;position: relative;z-index: 10;}
.t_nav2 .w_width .right .xl_box .bottom2 .cont2{margin-bottom: 38px;display: flex;justify-content: space-between;}
.t_nav2 .w_width .right .xl_box .bottom2 .cont2 ._ls{display: flex;justify-content: space-between;align-items: flex-start;}
.t_nav2 .w_width .right .xl_box .bottom2 ._ls{width: 54.42176870748299%;}
.t_nav2 .w_width .right .xl_box .bottom2 ._rs{width: 42.17687074829932%;}
.t_nav2 .w_width .right .xl_box .bottom2 .bt{font-size: 16px;color: #555;line-height: 24px;margin-bottom: 12px;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1{width: 100%;position: relative;z-index: 10;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._t{width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 0 16px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(0, 0, 0, 0.04);cursor: pointer;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._t .wz{font-size: 14px;color: #888;line-height: 38px;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._t img{width: 16px;display: block;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._b{display: none;width: 100%;position: absolute;left: 0;top: calc(100% + 10px);border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(0, 0, 0, 0.04);padding: 20px 12px;z-index: 10;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._b a{display: block;font-size: 15px;color: #333;line-height: 20px;margin-bottom: 12px;text-align: center;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._b a:last-child{margin-bottom: 0;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._b a:hover{color: #fbb216;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs2{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs2 input{width: 40.32258064516129%;height: 40px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(0, 0, 0, 0.04);display: block;padding: 0 10px;font-size: 15px;color: #333;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs2 div{width: 16px;height: 1px;background-color: #555;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs3{width: 46.875%;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs3 input{width: 100%;height: 40px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(0, 0, 0, 0.04);display: block;padding: 0 10px;font-size: 15px;color: #333;}
.t_nav2 .w_width .right .xl_box .bottom2 .button{cursor: pointer; width: 200px;font-size: 16px;color: #fff;line-height: 36px;height: 40px; text-align: center;background-color: rgba(37, 75, 113, 1);border-radius: 4px;margin: 0 auto;}
.t_nav2 .w_width .right .xl_box .bottom2 .button:hover{background-color: #fbb216;}
.t_nav2 .w_width .right .search{width: 42.63565891472868%;border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 4px;padding: 0 16px;display: flex;justify-content: space-between;align-items: center;}
.t_nav2 .w_width .right .search input{width: calc(100% - 16px);display: block;padding-right: 12px;height: 38px;font-size: 14px;color: #fff;}
.t_nav2 .w_width .right .search input::-webkit-input-placeholder{font-size:14px;color:#ffffff;opacity: 1;}
.t_nav2 .w_width .right .search input::-moz-placeholder{font-size:14px;color:#ffffff;opacity: 1;}
.t_nav2 .w_width .right .search input::moz-placeholder{font-size:14px;color:#ffffff;opacity: 1;}
.t_nav2 .w_width .right .search input:-ms-input-placeholder{font-size:14px;color:#ffffff;opacity: 1;}
.t_nav2 .w_width .right .search img{width: 16px;display: block;cursor: pointer;}
@media screen and (max-width: 1400px) {
.t_nav2 .w_width .left{width: calc(100% - 400px);padding-right: 50px;}
.t_nav2 .w_width .left ul a{font-size: 14px;}
.t_nav2 .w_width .right{width: 400px;}
.t_nav2 .w_width .right .xl_box .top .wz{font-size: 12px;;}
.t_nav2 .w_width .right .search input{font-size: 12px;}
.t_nav2 .w_width .right .search input::-webkit-input-placeholder{font-size:12px;}
.t_nav2 .w_width .right .search input::-moz-placeholder{font-size:12px;}
.t_nav2 .w_width .right .search input::moz-placeholder{font-size:12px;}
.t_nav2 .w_width .right .search input:-ms-input-placeholder{font-size:12px;}
}
@media screen and (max-width: 1120px) {
.t_nav2 .w_width .left{width: calc(100% - 360px);padding-right: 30px;}
.t_nav2 .w_width .left ul a{font-size: 12px;}
.t_nav2 .w_width .right{width: 360px;}
}
@media screen and (max-width: 1024px) {
.t_nav2{padding-top: 20px;padding-bottom: 20px;}
.t_nav2 .w_width{display: block;}
.t_nav2 .w_width .left{width: 100%; padding:0 0 20px 0;}
.t_nav2 .w_width .left ul{ flex-wrap: wrap; justify-content: center;}
.t_nav2 .w_width .left ul a{ line-height:26px; margin:0 10px;font-size: 14px;}
.t_nav2 .w_width .right{width: 100%;flex-wrap: wrap;padding-bottom: 48px;position: relative;}
.t_nav2 .w_width .right .xl_box{width: calc(50% - 6px);position: relative;z-index: 10;}
.t_nav2 .w_width .right .xl_box .top{padding: 0 12px;}
.t_nav2 .w_width .right .xl_box .top .wz{line-height: 34px;width: calc(100% - 20px);}
.t_nav2 .w_width .right .xl_box .bottom1{top: calc(100% + 12px);padding: 12px;width: 80%;}
.t_nav2 .w_width .right .xl_box .bottom1 a{font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.t_nav2 .w_width .right .xl_box .bottom2{top: calc(100% + 12px);padding: 14px;}
.t_nav2 .w_width .right .xl_box .bottom2 .cont1{margin-bottom: 14px;display: block;}
.t_nav2 .w_width .right .xl_box .bottom2 .cont2{margin-bottom: 16px;display: block;}
.t_nav2 .w_width .right .xl_box .bottom2 ._ls{width: 100%;margin-bottom: 14px;}
.t_nav2 .w_width .right .xl_box .bottom2 ._rs{width: 100%;}
.t_nav2 .w_width .right .xl_box .bottom2 .bt{font-size: 14px;line-height: 20px;margin-bottom: 8px;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._t{padding: 0 12px;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._t .wz{line-height: 32px;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._b{padding: 12px;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs1 ._b a{font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs2 input{width: 44%;height: 34px;padding: 0 10px;font-size: 14px;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs2 div{width: 14px;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs3{width: 44%;}
.t_nav2 .w_width .right .xl_box .bottom2 .boxs3 input{height: 34px;font-size: 14px;}
.t_nav2 .w_width .right .xl_box .bottom2 .button{width: 120px;font-size: 14px;line-height: 32px;height: 36px;}
.t_nav2 .w_width .right .search{width: 100%;padding: 0 12px;position: absolute;left: 0;bottom: 0;}
.t_nav2 .w_width .right .search input{width: calc(100% - 16px);height: 34px;}
}
@media screen and (max-width:767px) {
.t_nav2 .w_width .right .xl_box .bottom2 .boxs2 div{ width:10px;}	
.t_nav2 .w_width .right .xl_box .bottom2 .boxs2 input{ width:46%;}
.t_nav2 .w_width .right .xl_box .bottom2{width: 100%;padding: 20px 14px 30px 14px;border-radius: 8px;display: none;}	
}


 
.pulic_section{width: 100%;padding-top: 16px;padding-bottom: 80px;}
.pulic_section .dq_section{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 16px;}
.pulic_section .dq_section a{display: block;font-size: 14px;color: #888;line-height: 20px;}
.pulic_section .dq_section span{display: block;font-size: 14px;color: #888;line-height: 20px;margin: 0 5px;}
.pulic_section .dq_section a:hover,
.pulic_section .dq_section a.on{color: #254b71;}
.pulic_section .pulic_content{display: flex;justify-content: space-between;align-items: stretch;}
.pulic_section .pulic_left{width: 358px;}
.pulic_section .pulic_left>div{border-radius: 12px;background: url(img/img87.jpg)no-repeat center center;background-size: cover;padding: 30px;width: 100%;}
.pulic_section .pulic_left .bt{display: flex;justify-content: flex-start;align-items: center;}
.pulic_section .pulic_left .bt .wz{font-size: 20px;color: #fff;line-height: 30px;margin-right: 8px;}
.pulic_section .pulic_left .bt img{width: 15px;display: block;}
.pulic_section .pulic_left .button{font-size: 16px;color: #fff;line-height: 48px;text-align: center;background-color: rgba(251, 178, 22, 1);border-radius: 4px;cursor: pointer;margin-top: 16px;}
.pulic_section .pulic_left .button:hover{background-color: #254b71;}
.pulic_section .pulic_left .cont1{margin-bottom: 40px;}
.pulic_section .pulic_left .cont1 .pic{ padding-bottom: 135.57%; position: relative; overflow: hidden;}
.pulic_section .pulic_left .cont1 .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%);}
.pulic_section .pulic_left .cont1 .btnbox{margin-top: 16px;}
.pulic_section .pulic_left .cont1 .btnbox .btn{margin-bottom: 16px;}
.pulic_section .pulic_left .cont1 .btnbox .btn:last-child{margin-bottom: 0;}
.pulic_section .pulic_left .cont1 .btnbox a{display: block;font-size: 16px;line-height: 48px;text-align: center;border-radius: 4px;background-color: rgba(106, 199, 179, 1);color: #fff;}
.pulic_section .pulic_left .cont1 .btnbox a.on{background-color: #fff;color: rgba(37, 75, 113, 1);}
.pulic_section .pulic_left .cont1 .btnbox a:hover{background-color:rgba(251, 178, 22, 1);color:#fff;}
.pulic_section .pulic_left .cont2{width: 100%;margin-bottom: 40px;}
.pulic_section .pulic_left .cont2>div:nth-child(2){margin-top: 24px;}
.pulic_section .pulic_left .cont2 .xl_box:nth-child(1){position: relative;z-index: 10;}
.pulic_section .pulic_left .cont2 .xl_box{margin-bottom: 16px;position: relative;}
.pulic_section .pulic_left .cont2 .xl_box:last-child{margin-bottom: 0;}
.pulic_section .pulic_left .cont2 .xl_box .top1{cursor: pointer; width: 100%;display: flex;justify-content: space-between;align-items: center;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(255, 255, 255, 0.06);padding: 0 16px;}
.pulic_section .pulic_left .cont2 .xl_box .top1 .wz1{font-size: 16px;color: #fff;line-height: 46px;position: relative;}
/*.pulic_section .pulic_left .cont2 .xl_box .top1 .wz1::after{content: "";display: block;width:1px;height: 22px;background-color: rgba(255, 255, 255, 0.3);position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}*/
.pulic_section .pulic_left .cont2 .xl_box .top1 .wz2{width: calc(100% - 98px);font-size: 16px;color: #fff;line-height: 46px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pulic_section .pulic_left .cont2 .xl_box .top1 img{width: 16px;display: block;}
.pulic_section .pulic_left .cont2 .xl_box .top2{cursor: pointer; width: 100%;display: flex;justify-content: space-between;align-items: center;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(255, 255, 255, 0.06);padding: 0 16px;}
.pulic_section .pulic_left .cont2 .xl_box .top2 .wz{width: calc(100% - 30px);font-size: 16px;color: #fff;line-height: 46px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pulic_section .pulic_left .cont2 .xl_box .top2 img{width: 16px;display: block;}
.pulic_section .pulic_left .cont2 .xl_box .bottom{width: 100%;position: absolute;left: 0;top: calc(100% + 8px);background-color: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);border-radius: 4px;padding: 20px 14px;display: none;}
.pulic_section .pulic_left .cont2 .xl_box .bottom a{display: block;font-size: 15px;color: #333;line-height: 20px;margin-bottom: 12px;text-align: center;}
.pulic_section .pulic_left .cont2 .xl_box .bottom a:last-child{margin-bottom: 0;}
.pulic_section .pulic_left .cont2 .xl_box .bottom a:hover{color: #fbb216;}
.pulic_section .pulic_left .cont3{margin-bottom: 40px;width: 100%;}
.pulic_section .pulic_left .cont3 .u1 li{padding-bottom: 24px;margin-bottom: 24px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.pulic_section .pulic_left .cont3 .u1 a{display: flex;justify-content: space-between;align-items: center;}
.pulic_section .pulic_left .cont3 .u1 a .wz{font-size: 18px;color: #fff;line-height: 24px;width: calc(100% - 30px);}
.pulic_section .pulic_left .cont3 .u1 a img{width: 24px;display: block;}
.pulic_section .pulic_left .cont3 .u1 a:hover .wz{color: rgba(251, 178, 22, 1);}
.pulic_section .pulic_left .cont3 .u2{margin: -5px;width: calc(100% + 10px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.pulic_section .pulic_left .cont3 .u2 li{width: 50%;padding: 5px;}
.pulic_section .pulic_left .cont3 .u2 a{display: block;font-size: 16px;color: #fff;line-height: 38px;padding: 0 10px;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(255, 255, 255, 0.04);text-align: center;}
.pulic_section .pulic_left .cont3 .u2 a:hover{background-color: #fbb216;color: #fff;}
.pulic_section .pulic_left .cont4{width: 100%;}
.pulic_section .pulic_left .cont4 ul{margin-top: 24px;}
.pulic_section .pulic_left .cont4 ul li{margin-bottom: 16px;}
.pulic_section .pulic_left .cont4 ul li:last-child{margin-bottom: 0;}
.pulic_section .pulic_left .cont4 ul a{display: block;padding: px;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(255, 255, 255, 0.04);padding: 24px;}
.pulic_section .pulic_left .cont4 ul a .date{font-size: 14px;color: rgba(251, 178, 22, 1);line-height: 20px;margin-bottom: 8px;}
.pulic_section .pulic_left .cont4 ul a .info{font-size: 16px;color: rgba(255, 255, 255, 1);line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.pulic_section .pulic_left .cont4 ul a:hover .info{color: rgba(251, 178, 22, 1);}
.pulic_section .pulic_right{width: calc(100% - 378px);border-radius: 12px;}
@media screen and (max-width: 1680px) {
.pulic_section .pulic_left{width: 300px;}
.pulic_section .pulic_left>div{padding: 24px;}
.pulic_section .pulic_right{width: calc(100% - 312px);}
}
@media screen and (max-width: 1024px) {
.pulic_section{padding-top: 30px;padding-bottom: 30px;}
.pulic_section .dq_section{display: none;}
.pulic_section .pulic_content{ flex-wrap: wrap; flex-wrap: wrap-reverse;}
.pulic_section .pulic_left{width: 100%;margin-top: 25px;}
.pulic_section .pulic_left>div{padding: 14px;}
.pulic_section .pulic_left .bt .wz{font-size: 18px;line-height: 24px;}
.pulic_section .pulic_left .button{font-size: 14px;line-height: 36px;margin-top: 12px;}
.pulic_section .pulic_left .cont1{ margin-bottom:20px; display:flex; align-items: center; justify-content: space-between;}
.pulic_section .pulic_left .cont1 .pic{ width:130px;padding-bottom: 176px;}
.pulic_section .pulic_left .cont1 .btnbox{ width:calc(100% - 144px);}
.pulic_section .pulic_left .cont1 .btnbox a{ font-size:14px; line-height:36px;}
.pulic_section .pulic_left .cont2{width: 100%;margin-bottom: 0;}
.pulic_section .pulic_left .cont2>div:nth-child(2){margin-top:14px;}
.pulic_section .pulic_left .cont2 .xl_box{margin-bottom: 12px;}
.pulic_section .pulic_left .cont2 .xl_box .top1{padding: 0 12px;}
.pulic_section .pulic_left .cont2 .xl_box .top1 .wz1{font-size: 14px;line-height: 38px;width: 60px;}
.pulic_section .pulic_left .cont2 .xl_box .top1 .wz1::after{height: 20px;}
.pulic_section .pulic_left .cont2 .xl_box .top1 .wz2{width: calc(100% - 96px);font-size: 14px;line-height: 38px;}
.pulic_section .pulic_left .cont2 .xl_box .top2{padding: 0 12px;}
.pulic_section .pulic_left .cont2 .xl_box .top2 .wz{font-size: 14px;line-height: 38px;}
.pulic_section .pulic_left .cont2 .xl_box .bottom{padding: 18px 12px;}
.pulic_section .pulic_left .cont2 .xl_box .bottom a{font-size: 14px;margin-bottom: 10px;}
.pulic_section .pulic_left .cont3{margin-bottom:20px;}
.pulic_section .pulic_left .cont3 .u1{ margin-top:10px;}
.pulic_section .pulic_left .cont3 .u1 li{padding:12px 0;margin-bottom:0;}
.pulic_section .pulic_left .cont3 .u1 a .wz{ font-size:16px;}
.pulic_section .pulic_left .cont3 .u2{ margin-top:16px;}
.pulic_section .pulic_left .cont3 .u2 a{ font-size:14px; line-height:34px;}
.pulic_section .pulic_left .cont4 ul{ margin-top: 14px;}
.pulic_section .pulic_left .cont4 ul a{ padding:14px;}
.pulic_section .pulic_left .cont4 ul a .date{ margin-bottom: 4px;}
.pulic_section .pulic_left .cont4 ul a .info{ font-size:14px; line-height:22px;}
.pulic_section .pulic_right{width: 100%;}
}

.qkbw_section{width: 100%;padding: 30px;}
.qkbw_section .search{margin-top: 24px;margin-bottom: 40px;padding: 16px;border-radius: 8px;background: rgba(37, 75, 113, 0.1);}
.qkbw_section .search>div{width: 100%;background-color: #fff;border-radius: 4px;padding: 0 16px;display: flex;justify-content: space-between;align-items: center;}
.qkbw_section .search>div input{width: calc(100% - 100px);height: 48px;display: block;font-size: 16px;color: #333;}
.qkbw_section .search>div input::-webkit-input-placeholder{font-size:16px;color:#888;opacity: 1;}
.qkbw_section .search>div input::-moz-placeholder{font-size:16px;color:#888;opacity: 1;}
.qkbw_section .search>div input::moz-placeholder{font-size:16px;color:#888;opacity: 1;}
.qkbw_section .search>div input:-ms-input-placeholder{font-size:16px;color:#888;opacity: 1;}
.qkbw_section .search>div img{width: 20px;display: block;cursor: pointer;}
.qkbw_section .content .dd{margin-bottom: 40px;}
.qkbw_section .content .dd:last-child{margin-bottom: 0;}
.qkbw_section .content .title{font-size: 24px;color: rgba(37, 75, 113, 1);line-height: 30px;margin-bottom: 24px;padding-left: 14px;position: relative;font-weight: bold;}
.qkbw_section .content .title::after{content: "";display: block;width: 6px;height: 6px;background-color: rgba(251, 178, 22, 1);position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.qkbw_section .content li{margin-bottom: 24px;}
.qkbw_section .content li:last-child{margin-bottom: 0;}
.qkbw_section .content li .cont{width: 100%;padding: 30px;border-radius: 8px;background: rgba(255, 255, 255, 1);display: flex;justify-content: flex-start;align-items: center;  align-items: flex-start;}
.qkbw_section .content li .cont .left{width: 172px;}
.qkbw_section .content li .cont .pic{ padding-bottom: 132.558%; position: relative; overflow: hidden;}
.qkbw_section .content li .cont .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%);}
.qkbw_section .content li .cont .right{width: calc(100% - 172px);padding-left: 40px;}
.qkbw_section .content li .cont .right .btbox{display: flex;justify-content: space-between;align-items: center;margin-bottom: 16px;padding-bottom: 16px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.qkbw_section .content li .cont .right .btbox>a{width: calc(100% - 100px);}
.qkbw_section .content li .cont .right .btbox .bt{font-size: 20px;color: #333;line-height: 24px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.qkbw_section .content li .cont .abox{display: flex;align-items: center; width:100%; justify-content: center; margin-top: 16px;}
.qkbw_section .content li .cont .abox a{display: flex;margin-right: 8px;width: 36px;height: 36px;border-radius: 4px;background: rgba(106, 199, 179, 0.1);display: flex;justify-content: center;align-items: center;}
.qkbw_section .content li .cont .abox a:last-child{margin-right: 0;}
.qkbw_section .content li .cont .abox img{width: 20px;display: block;}
.qkbw_section .content li .cont .abox a:hover{background-color: #254b71;}
.qkbw_section .content li .cont .right .info1{font-size: 14px;color: #333;line-height: 24px;margin-bottom: 8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.qkbw_section .content li .cont .right .info2{font-size: 14px;color: #333;line-height: 24px;margin-bottom: 24px;margin-top: 8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.qkbw_section .content li .cont .right .info2.om{-webkit-line-clamp:inherit !important;}
.qkbw_section .content li .cont .right .bq{display: flex;}
.qkbw_section .content li .cont .right .bq a{display: block;font-size: 14px;color:  rgba(37, 75, 113, 1);line-height: 28px;padding: 0 8px;border-radius: 2px;background: rgba(37, 75, 113, 0.1);}
.qkbw_section .content li .cont .right .more{display: flex;align-items: center;}
.qkbw_section .content li .cont .right .more a{display: flex;align-items: center;font-size: 14px;color: rgba(251, 178, 22, 1);line-height: 20px;}
.qkbw_section .content li .cont .right .more img{width: 16px;display: block;margin-left: 4px;}
.qkbw_section .content li:hover .cont .right .btbox .bt{color: rgba(251, 178, 22, 1);}
@media screen and (max-width: 1024px) {
.qkbw_section{padding: 14px;}
.qkbw_section .search{margin-top: 12px;margin-bottom: 12px;padding: 4px;}
.qkbw_section .search>div{padding: 0 12px;}
.qkbw_section .search>div input{width: calc(100% - 50px);height: 36px;font-size: 14px;}
.qkbw_section .search>div input::-webkit-input-placeholder{font-size:14px;}
.qkbw_section .search>div input::-moz-placeholder{font-size:14px;}
.qkbw_section .search>div input::moz-placeholder{font-size:14px;}
.qkbw_section .search>div input:-ms-input-placeholder{font-size:14px;}
.qkbw_section .search>div img{width: 18px;}
.qkbw_section .content .dd{margin-bottom: 14px;}
.qkbw_section .content .title{font-size: 18px;line-height: 24px;margin-bottom: 12px;padding-left: 10px;}
.qkbw_section .content .title::after{width: 4px;height: 4px;;}
.qkbw_section .content li{margin-bottom: 12px;}
.qkbw_section .content li .cont{padding: 14px;display: block; position: relative;}
.qkbw_section .content li .cont .left{width:100px; position: absolute; right: 14px; top: 14px;}
.qkbw_section .content li .cont .right{width: 100%;padding-left: 0;}
.qkbw_section .content li .cont .right .btbox{margin-bottom:10px; flex-wrap: wrap; width:calc(100% - 114px); padding:0 0 10px 0;}
.qkbw_section .content li .cont .right .btbox>a{width:100%; margin-bottom:8px;}
.qkbw_section .content li .cont .right .btbox .bt{font-size: 16px;line-height: 20px;}
.qkbw_section .content li .cont .abox a{margin-right: 6px;width: 32px;height: 32px;}
.qkbw_section .content li .cont .abox img{width: 18px;}
.qkbw_section .content li .cont .right .info1{line-height: 20px; height:60px; padding:0 110px 0 0; -webkit-line-clamp:3; margin-bottom: 8px;}
.qkbw_section .content li .cont .right .info2{line-height: 20px;margin-bottom: 10px;}
.qkbw_section .content li .cont .right .bq a{line-height: 26px;padding: 0 6px;}
.qkbw_section .content li .cont .right .more a{font-size: 13px;line-height: 18px;}
.qkbw_section .content li .cont .right .more img{width: 15px;}
}

.wzlb_section{width: 100%;padding: 30px 30px 40px 30px;}
.wzlb_section .cont1{margin-top: 24px;margin-bottom: 40px;border-radius: 8px;background: rgba(37, 75, 113, 0.1);padding: 12px 16px 12px 42px;display: flex;justify-content: flex-start;align-items: center;}
.wzlb_section .cont1 .wz_l{font-size: 16px;color: #333;line-height: 24px;width: 108px;}
.wzlb_section .cont1 .qh_r{width: calc(100% - 108px);position: relative;}
.wzlb_section .cont1 .qh_r ._t{cursor: pointer;display: flex;justify-content: space-between;align-items: center;background-color: #fff;padding: 12px 16px;border-radius: 4px;}
.wzlb_section .cont1 .qh_r ._t .wz{font-size: 16px;color: #888;line-height: 24px;}
.wzlb_section .cont1 .qh_r ._t img{width: 16px;display: block;}
.wzlb_section .cont1 .qh_r ._b{width: 100%;position: absolute;left: 0;top: calc(100% + 12px);background-color: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);border-radius: 4px;padding: 20px 12px;display: none;}
.wzlb_section .cont1 .qh_r ._b a{display: block;font-size: 15px;color: #333;line-height: 20px;margin-bottom: 12px;text-align: center;}
.wzlb_section .cont1 .qh_r ._b a:last-child{margin-bottom: 0;}
.wzlb_section .cont1 .qh_r ._b a:hover{color: #fbb216;}
.wzlb_section .cont2{margin-bottom: 42px;}
.wzlb_section .cont2 li{margin-bottom: 24px;padding: 30px;background-color: #fff;border-radius: 8px;}
.wzlb_section .cont2 li .date{font-size: 14px;color: rgba(251, 178, 22, 1);line-height: 20px;margin-bottom: 8px;}
.wzlb_section .cont2 li .bt{font-size: 20px;color: #000;line-height: 30px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.wzlb_section .cont2 li .info{font-size: 14px;color: #555;line-height: 24px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.wzlb_section .cont2 li .boxs{display: flex;justify-content: space-between;align-items: center;}
.wzlb_section .cont2 li .boxs .left{display: flex;align-items: center;}
.wzlb_section .cont2 li .boxs .left .dd{margin-right: 16px;}
.wzlb_section .cont2 li .boxs .left .dd:last-child{margin-right: 0;}
.wzlb_section .cont2 li .boxs .left a{display: flex;justify-content: flex-start;align-items: center;padding: 0 12px;border-radius: 4px;background: rgba(243, 249, 255, 1);}
.wzlb_section .cont2 li .boxs .left a img{width: 20px;display: block;margin-right: 4px;}
.wzlb_section .cont2 li .boxs .left a .wz{font-size: 14px;color: rgba(37, 75, 113, 1);line-height: 36px;}
.wzlb_section .cont2 li .boxs .left a:hover{background-color: rgba(251, 178, 22, 0.2);}
.wzlb_section .cont2 li .boxs .right{display: flex;align-items: center;}
.wzlb_section .cont2 li .boxs .right .dd{margin-right: 24px;display: flex;align-items: center;}
.wzlb_section .cont2 li .boxs .right .dd:last-child{margin-right: 0;}
.wzlb_section .cont2 li .boxs .right img{width: 16px;display: block;margin-right: 4px;}
.wzlb_section .cont2 li .boxs .right .wz{font-size: 14px;color:  rgba(37, 75, 113, 1);line-height: 20px;}
.wzlb_section .cont2 li:hover .bt{color: #fbb216;}
@media screen and (max-width: 1024px) {
.wzlb_section{padding: 14px;}
.wzlb_section .cont1{margin-top: 12px;margin-bottom: 12px;padding: 12px;}
.wzlb_section .cont1 .wz_l{font-size: 14px;line-height: 20px;width: 80px;}
.wzlb_section .cont1 .qh_r{width: calc(100% - 80px);}
.wzlb_section .cont1 .qh_r ._t{padding: 12px;}
.wzlb_section .cont1 .qh_r ._t .wz{font-size: 14px;line-height: 20px;}
.wzlb_section .cont1 .qh_r ._b{padding: 12px;}
.wzlb_section .cont1 .qh_r ._b a{font-size: 14px;margin-bottom: 10px;}
.wzlb_section .cont2{margin-bottom: 14px;}
.wzlb_section .cont2 li{margin-bottom: 12px;padding: 12px; position: relative;}
.wzlb_section .cont2 li .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.wzlb_section .cont2 li .info{font-size: 13px;line-height: 20px;margin-bottom: 10px;}
.wzlb_section .cont2 li .boxs .left{flex-wrap: wrap; margin-right:-6px; width: calc(100% + 6px);}
.wzlb_section .cont2 li .boxs .left .dd{margin:5px 6px 5px 0;}
.wzlb_section .cont2 li .boxs .left a{ padding:0 6px;}
.wzlb_section .cont2 li .boxs .left a img{width: 16px;}
.wzlb_section .cont2 li .boxs .left a .wz{font-size: 12px;line-height: 32px;}
.wzlb_section .cont2 li .boxs .right{position: absolute;right:12px;top:12px;}
.wzlb_section .cont2 li .boxs .right .dd{margin-right: 12px;}
.wzlb_section .cont2 li .boxs .right .wz{line-height:20px;}
}

.wzxq_section{width: 100%;padding: 30px 30px 24px 30px;}
.wzxq_section .title{font-size: 30px;color: #000;line-height: 48px;margin-bottom: 16px;font-weight: bold;}
.wzxq_section .xqbt{font-size: 24px;color: rgba(37, 75, 113, 1);line-height: 30px;padding-left: 14px;position: relative;font-weight: bold;}
.wzxq_section .xqbt::after{content: "";display: block;width: 6px;height: 6px;background-color: rgba(251, 178, 22, 1);position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.wzxq_section .cont1{margin-bottom: 24px;padding-bottom: 24px;border-bottom: 1px solid rgba(37, 75, 113, 1);display: flex;justify-content: flex-start;align-items: center;}
.wzxq_section .cont1 .dd{display: flex;justify-content: flex-start;align-items: center;margin-right: 40px;}
.wzxq_section .cont1 .dd:last-child{margin-right: 0;}
.wzxq_section .cont1 .dd .wz{font-size: 16px;color: #888;line-height: 24px;margin-right: 8px;}
.wzxq_section .cont1 .dd img{width: 20px;display: block;}
.wzxq_section .cont2{margin-bottom: 40px;padding-bottom: 40px;border-bottom: 1px solid  rgba(37, 75, 113, 1);}
.wzxq_section .cont2 .more a{display: inline-flex;justify-content: flex-start;align-items: center;}
.wzxq_section .cont2 .more a .wz{font-size: 14px;color: rgba(251, 178, 22, 1);line-height: 20px;margin-right: 8px;}
.wzxq_section .cont2 .more a img{width: 16px;display: block;}
.wzxq_section .cont2 .info{font-size: 16px;color: #333;line-height: 30px; max-height:120px; overflow:hidden; margin-bottom: 6px;}
.wzxq_section .cont2 .info.om{ max-height:inherit !important; }
.wzxq_section .cont2 .dl{display: flex;justify-content: flex-start;margin-bottom: 18px;}
.wzxq_section .cont2 .dl .dd{margin-right: 38px;display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: rgba(37, 75, 113, 1);line-height: 24px;}
.wzxq_section .cont2 .dl .dd:last-child{margin-right: 0;}
.wzxq_section .cont2 .dl .dd span{color: rgba(136, 194, 65, 1);font-weight: bold;}
.wzxq_section .cont2 .boxs{display: flex;align-items: center;margin-bottom: 40px;}
.wzxq_section .cont2 .boxs img{width: 123px;display: block;}
.wzxq_section .cont2 .boxs .wz{font-size: 14px;color: #888;line-height: 24px;width: calc(100% - 123px);padding-left: 40px;}
.wzxq_section .cont2 .btnbox{display: flex;align-items: center;}
.wzxq_section .cont2 .btnbox .btn{margin-right: 16px;}
.wzxq_section .cont2 .btnbox .btn:last-child{margin-right: 0;}
.wzxq_section .cont2 .btnbox a{display: flex;justify-content: center;align-items: center;padding: 0 16px;background-color: rgba(37, 75, 113, 1);border-radius: 4px;}
.wzxq_section .cont2 .btnbox img{width: 20px;display: block;margin-right: 4px;}
.wzxq_section .cont2 .btnbox .wz{font-size: 14px;color: rgba(255, 255, 255, 1);line-height: 48px;}
.wzxq_section .cont2 .btnbox a:hover{background-color: #fbb216;}
.wzxq_section .cont3{margin-bottom: 40px;}
.wzxq_section .cont3 .info{font-size: 16px;color: #333;line-height: 30px;margin-top: 24px;}
.wzxq_section .cont3 .info * {font-size: 16px !important;color: #333 !important;line-height: 30px !important; background:none !important; font-family: 'Noto Sans SC' !important;}
.wzxq_section .cont4{margin-bottom: 40px;}
.wzxq_section .cont4 .xqbt{margin-bottom: 24px;}
.wzxq_section .cont4 ul{margin: -8px;width: calc(100% + 16px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.wzxq_section .cont4 ul li{padding: 8px;}
.wzxq_section .cont4 ul a{display: block;font-size: 16px;color: rgba(106, 199, 179, 1);line-height: 24px;padding: 8px 16px;border: 1px solid  rgba(106, 199, 179, 1);border-radius: 4px;background: rgba(240, 249, 247, 1);}
.wzxq_section .cont4 ul a:hover{background-color:#6AC7B3;border-color: #6AC7B3;color: #fff;}
.wzxq_section .cont5{width: 100%;position: relative;display: flex;align-items: center;justify-content: space-between;padding: 20px 0;margin-bottom: 40px;}
.wzxq_section .cont5::before{content: "";display: block;width: calc(100% + 60px);height: 100%;position: absolute;left: -30px;top: 0;background: rgba(37, 75, 113, 0.1);}
.wzxq_section .cont5::after{content: "";display: block;width: 1px;height: 100%;background-color: rgba(0,0,0,0.1);position: absolute;left: 50%;top: 0;}
.wzxq_section .cont5 .btn{width: 50%;position: relative;z-index: 10;}
.wzxq_section .cont5 .btn a{display: block;font-size: 16px;color: rgba(136, 136, 136, 1);line-height: 24px;}
.wzxq_section .cont5 .btn:last-child a{text-align: right;}
.wzxq_section .cont5 .btn a:hover{color: #fbb216;}
.wzxq_section .cont6{width: 100%;}
.wzxq_section .cont6 ul{margin-top: 24px;margin-bottom: 24px;}
.wzxq_section .cont6 li{margin-bottom: 24px;}
.wzxq_section .cont6 li:last-child{margin-bottom: 0;}
.wzxq_section .cont6 li a{display: block;width: 100%;background-color: #fff;border-radius: 8px;padding: 30px;}
.wzxq_section .cont6 li a .bt{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 16px;}
.wzxq_section .cont6 li a .bt img{width: 18px;display: block;}
.wzxq_section .cont6 li a .bt .dw{font-size: 20px;color: rgba(37, 75, 113, 1);line-height: 30px;margin: 0 16px 0 8px;}
.wzxq_section .cont6 li a .bt .wz{font-size: 20px;color: #000;line-height: 30px;width: calc(100% - 60px);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.wzxq_section .cont6 li a .info{font-size: 14px;color: #555;line-height: 20px;padding-left: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.wzxq_section .cont6 li a:hover .bt .wz{color: #fbb216;}
.wzxq_section .cont6 .tuij{display: flex;align-items: center;}
.wzxq_section .cont6 .tuij .wz{font-size: 16px;color: #888;line-height: 24px;margin-right: 16px;}
.wzxq_section .cont6 .tuij img{width: 88px;display: block;}
@media screen and (max-width: 1680px) {
.wzxq_section .cont1 .dd{margin-right: 20px;}
.wzxq_section .cont1 .dd .wz{font-size: 13px;line-height: 20px;}
.wzxq_section .cont2 .info{font-size: 14px; line-height:22px; max-height:88px;}
.wzxq_section .cont2 .dl{margin-bottom: 12px;flex-wrap: wrap;}
.wzxq_section .cont2 .dl .dd{margin-right: 12px;font-size: 12px;line-height: 20px;}
}
@media screen and (max-width: 1024px) {
.wzxq_section{padding: 14px;}
.wzxq_section .title{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.wzxq_section .xqbt{font-size: 16px;line-height: 22px;padding-left: 12px;}
.wzxq_section .cont1{margin-bottom: 14px;padding-bottom: 14px;display: block;}
.wzxq_section .cont1 .dd{margin-right: 0;margin-bottom: 8px;}
.wzxq_section .cont1 .dd:last-child{margin-bottom: 0;}
.wzxq_section .cont1 .dd .wz{font-size: 14px;line-height: 20px;margin-right: 6px;}
.wzxq_section .cont2{margin-bottom: 18px;padding-bottom: 18px;}
.wzxq_section .cont2 .info{font-size: 14px;line-height: 22px; max-height:88px;}
.wzxq_section .cont2 .dl{margin-bottom: 6px;}
.wzxq_section .cont2 .dl .dd{margin-right: 12px;font-size: 13px;line-height: 20px;margin-bottom: 6px;}
.wzxq_section .cont2 .boxs{margin-bottom:18px;display: block;}
.wzxq_section .cont2 .boxs img{width: 110px;}
.wzxq_section .cont2 .boxs .wz{font-size: 13px;line-height: 22px;width: 100%;padding-left: 0;margin-top: 8px;}
.wzxq_section .cont2 .btnbox {flex-wrap: wrap;margin-right:-8px; width: calc(100% + 8px);}
.wzxq_section .cont2 .btnbox .btn{margin-right: 8px;}
.wzxq_section .cont2 .btnbox a{padding: 0 8px;}
.wzxq_section .cont2 .btnbox img{ width:18px;}
.wzxq_section .cont2 .btnbox .wz{ line-height: 32px; font-size:12px; }
.wzxq_section .cont3{margin-bottom: 14px;}
.wzxq_section .cont3 .info{font-size: 14px;line-height: 22px;margin-top: 12px;}
.wzxq_section .cont3 .info * {font-size: 14px !important;color: #333 !important;line-height: 22px !important;}
.wzxq_section .cont4{margin-bottom: 14px;}
.wzxq_section .cont4 .xqbt{margin-bottom: 12px;}
.wzxq_section .cont4 ul{margin: -4px;width: calc(100% + 8px);}
.wzxq_section .cont4 ul li{padding:4px;}
.wzxq_section .cont4 ul a{font-size: 12px;line-height:18px;padding:4px 8px 6px 8px;}
.wzxq_section .cont5{padding: 14px 0;margin-bottom: 14px;}
.wzxq_section .cont5::before{width: calc(100% + 28px);left: -14px;}
.wzxq_section .cont5 .btn a{font-size: 14px;line-height: 20px;}
.wzxq_section .cont6 ul{margin-top: 12px;margin-bottom: 12px;}
.wzxq_section .cont6 li{margin-bottom: 12px;}
.wzxq_section .cont6 li a{padding: 12px;}
.wzxq_section .cont6 li a .bt{margin-bottom: 10px;}
.wzxq_section .cont6 li a .bt img{width: 14px;}
.wzxq_section .cont6 li a .bt .dw{font-size: 15px;line-height: 20px;margin: 0 10px 0 6px;}
.wzxq_section .cont6 li a .bt .wz{font-size: 15px;line-height: 20px;width: calc(100% - 44px);-webkit-line-clamp:2;}
.wzxq_section .cont6 li a .info{padding-left: 44px;-webkit-line-clamp: 2;}
.wzxq_section .cont6 .tuij .wz{font-size: 14px;line-height: 20px;margin-right: 12px;}
.wzxq_section .cont6 .tuij img{width: 68px;}
}

.jqzs_section{width: 100%;padding: 30px;}
.jqzs_section ul{margin-top: 30px;}
.jqzs_section ul li{margin-bottom: 16px;border-radius: 8px;overflow: hidden;}
.jqzs_section ul li:last-child{margin-bottom: 0;}
.jqzs_section ul li .top{width: 100%;background-color: #fff;padding: 24px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.jqzs_section ul li .top .left{width: calc(100% - 40px);display: flex;justify-content: flex-start;align-items: center;}
.jqzs_section ul li .top .left .wz1{font-size: 20px;color: rgba(37, 75, 113, 1);line-height: 24px;width: 120px;font-weight: bold;}
.jqzs_section ul li .top .left .line{width: 1px;height: 20px;background-color: rgba(37, 75, 113, 1);}
.jqzs_section ul li .top .left .wz2{font-size: 20px;color: rgba(251, 178, 22, 1);line-height: 24px;width: calc(100% - 121px);padding-left: 16px;font-weight: bold;}
.jqzs_section ul li .top .right{width: 24px;}
.jqzs_section ul li .top .right img{width: 100%;display: block;}
.jqzs_section ul li .top .right .ico2{display: none;}
.jqzs_section ul li.on .top{background: linear-gradient(45.00deg, rgba(49, 105, 182, 1),rgba(66, 196, 232, 1) 30%,rgba(62, 71, 157, 1) 60%,rgba(43, 90, 188, 1) 100%);}
.jqzs_section ul li.on .top .left .wz1,
.jqzs_section ul li.on .top .left .wz2{color: #fff;}
.jqzs_section ul li.on .top .left .line{background-color: #fff;}
.jqzs_section ul li.on .top .right .ico1{display: none;}
.jqzs_section ul li.on .top .right .ico2{display: block;}
.jqzs_section ul li .bottom{display: none;padding: 30px;background-color: #fff;}
.jqzs_section ul li .bottom .dl{margin: -10px -16px;width: calc(100% + 32px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.jqzs_section ul li .bottom .dl .dd{width: 25%;padding: 10px 16px;}
.jqzs_section ul li .bottom .dl .pic{ width: 100%; padding-bottom: 134.761%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.jqzs_section ul li .bottom .dl .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;}
.jqzs_section ul li .bottom .dl .dd: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);}
.jqzs_section ul li .bottom .dl .wzbox{padding-top: 12px;}
.jqzs_section ul li .bottom .dl .bt{font-size: 16px;color: #000;line-height: 24px;margin-bottom: 4px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.jqzs_section ul li .bottom .dl .jj{font-size: 14px;color: #888;line-height: 18px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.jqzs_section ul li .bottom .dl .dd:hover .bt{color: #fbb216;}
@media screen and (max-width: 1024px) {
.jqzs_section{padding: 14px;}
.jqzs_section ul{margin-top: 14px;}
.jqzs_section ul li{margin-bottom: 12px;}
.jqzs_section ul li .top{padding: 12px;}
.jqzs_section ul li .top .left{width: calc(100% - 30px);}
.jqzs_section ul li .top .left .wz1{font-size: 16px;line-height: 20px;width: 100px;}
.jqzs_section ul li .top .left .wz2{font-size: 16px;line-height: 20px;width: calc(100% - 101px);padding-left: 12px;}
.jqzs_section ul li .top .right{width: 22px;}
.jqzs_section ul li .bottom{padding: 12px;}
.jqzs_section ul li .bottom .dl{margin: -6px;width: calc(100% + 12px);}
.jqzs_section ul li .bottom .dl .dd{width: 50%;padding: 6px;}
.jqzs_section ul li .bottom .dl .wzbox{padding-top: 10px;}
.jqzs_section ul li .bottom .dl .bt{font-size: 14px;line-height: 20px;;}
.jqzs_section ul li .bottom .dl .jj{font-size: 12px;line-height: 18px;}
}

.colummLb_section{width: 100%;padding: 30px 30px 40px 30px;}
.colummLb_section .info{font-size: 16px;color: #333;line-height: 30px;margin-top: 24px;margin-bottom: 30px;}
.colummLb_section .search{margin-bottom: 40px;padding: 16px;border-radius: 8px;background: rgba(37, 75, 113, 0.1);}
.colummLb_section .search>div{width: 100%;background-color: #fff;border-radius: 4px;padding: 0 16px;display: flex;justify-content: space-between;align-items: center;}
.colummLb_section .search>div input{width: calc(100% - 100px);height: 48px;display: block;font-size: 16px;color: #333;}
.colummLb_section .search>div input::-webkit-input-placeholder{font-size:16px;color:#888;opacity: 1;}
.colummLb_section .search>div input::-moz-placeholder{font-size:16px;color:#888;opacity: 1;}
.colummLb_section .search>div input::moz-placeholder{font-size:16px;color:#888;opacity: 1;}
.colummLb_section .search>div input:-ms-input-placeholder{font-size:16px;color:#888;opacity: 1;}
.colummLb_section .search>div img{width: 20px;display: block;cursor: pointer;}
.colummLb_section .content{margin-bottom: 40px;}
.colummLb_section .content li{margin-bottom: 24px;}
.colummLb_section .content .a{display: block;padding: 30px;border-radius: 8px;background-color: #fff;}
.colummLb_section .content .a .date{font-size: 14px;color:  rgba(251, 178, 22, 1);line-height: 20px;margin-bottom: 8px;}
.colummLb_section .content .a .bt{font-size: 20px;color:  #000;line-height: 30px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.colummLb_section .content .a .jj{font-size: 14px;color:  #555;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.colummLb_section .content .a .jj span{font-weight: bold;color: #254B71;}
.colummLb_section .content .a:hover .bt{color: #fbb216;}
@media screen and (max-width: 1024px) {
.colummLb_section{padding: 14px;}
.colummLb_section .info{font-size: 14px;line-height: 22px;margin-top: 10px;margin-bottom: 10px;}
.colummLb_section .search{margin-bottom: 12px;padding: 4px;}
.colummLb_section .search>div{padding: 0 12px;}
.colummLb_section .search>div input{width: calc(100% - 50px);height: 36px;font-size: 14px;}
.colummLb_section .search>div input::-webkit-input-placeholder{font-size:14px;}
.colummLb_section .search>div input::-moz-placeholder{font-size:14px;}
.colummLb_section .search>div input::moz-placeholder{font-size:14px;}
.colummLb_section .search>div input:-ms-input-placeholder{font-size:14px;}
.colummLb_section .search>div img{width: 18px;}
.colummLb_section .content{margin-bottom: 20px;}
.colummLb_section .content li{margin-bottom: 12px;}
.colummLb_section .content .a{padding: 12px;}
.colummLb_section .content .a .bt{font-size: 15px;line-height: 20px;margin-bottom: 8px;}
.colummLb_section .content .a .jj{font-size: 13px;line-height: 18px;-webkit-line-clamp:2;}
}

.page_pub_box{position: relative;}
.page_pub_box .posi_right{position: absolute;right: 0;top: 50%;transform: translate(0,-50%);display: flex;align-items: center;}
.page_pub_box .posi_right .wz1{font-size: 14px;color: #555;line-height: 24px;}
.page_pub_box .posi_right .wz2{font-size: 14px;color: #555;line-height: 24px;}
.page_pub_box .posi_right .line{width: 1px;height: 16px;background-color:  rgba(0, 0, 0, 0.2);margin: 0 6px;}
.page_pub_box .posi_right .qh_box{width: 80px;position: relative;margin-left: 16px;}
.page_pub_box .posi_right .qh_box .qh_t{cursor: pointer; display: flex;justify-content: space-between;align-items: center;border: 1px solid rgba(0, 0, 0, 0.1);background-color: #fff;padding: 3px 8px;}
.page_pub_box .posi_right .qh_box .qh_t .wz{font-size: 16px;color: #333;line-height: 24px;}
.page_pub_box .posi_right .qh_box .qh_t img{width: 16px;display: block;}
.page_pub_box .posi_right .qh_box .qh_b{display: none; width: 100%;position: absolute;left: 0;bottom: calc(100% + 6px);background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.1);box-shadow: 0 0 12px rgba(0,0,0,0.1);
overflow: hidden;overflow-y: auto;max-height: 216px;}
.page_pub_box .posi_right .qh_box .qh_b::-webkit-scrollbar{ width: 3px;}
.page_pub_box .posi_right .qh_box .qh_b::-webkit-scrollbar-track{background-color: #e5e5e5;border-radius: 3px;}
.page_pub_box .posi_right .qh_box .qh_b::-webkit-scrollbar-thumb{width: 3px;background-color: #254b71;border-radius: 3px;}
.page_pub_box .posi_right .qh_box .qh_b a{display: block;font-size: 15px;color: #333;line-height: 36px;text-align: center;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.page_pub_box .posi_right .qh_box .qh_b a:last-child{margin-bottom: 0;}
.page_pub_box .posi_right .qh_box .qh_b a.on,
.page_pub_box .posi_right .qh_box .qh_b a:hover{color: #fff;background-color: #254b71;}
@media screen and (max-width: 1680px) {
.page_pub_box .page_section .pcpage{justify-content: flex-start;}
.page_pub_box .posi_right .wz1{font-size: 13px;line-height: 20px;}
.page_pub_box .posi_right .wz2{font-size: 13px;line-height: 20px;}
.page_pub_box .posi_right .line{margin: 0 4px;}
.page_pub_box .posi_right .qh_box{width: 70px;margin-left: 10px;}
}
@media screen and (max-width: 1024px) {
.page_pub_box .page_section .phpage{justify-content: flex-start;}
.page_pub_box .posi_right .wz1{font-size: 14px;line-height: 24px;}
.page_pub_box .posi_right .wz2{font-size: 14px;line-height: 24px;}
.page_pub_box .posi_right .line{margin: 0 6px;}
.page_pub_box .posi_right .qh_box{margin-left: 12px;}
.page_pub_box .posi_right .qh_box .qh_t .wz{font-size: 15px;}
.page_pub_box .posi_right .qh_box .qh_b{max-height: 180px;}
.page_pub_box .posi_right .qh_box .qh_b a{font-size: 14px;line-height: 30px;}
}

.colummxq_section{width: 100%;padding: 30px;}
.colummxq_section .title{font-size: 30px;color: #000;line-height: 49px;margin-bottom: 16px;font-weight: bold;}
.colummxq_section .cont1{margin-bottom: 30px;display: flex;background-color: rgba(37, 75, 113, 0.1);}
.colummxq_section .cont1 .left{width: calc(100% - 120px);padding: 8px 16px;display: flex;align-items: center;}
.colummxq_section .cont1 .left .dd{margin-right: 40px;font-size: 14px;color: rgba(37, 75, 113, 1);line-height: 24px;}
.colummxq_section .cont1 .left .dd:last-child{margin-right: 0;}
.colummxq_section .cont1 .right{width: 120px;display: flex;}
.colummxq_section .cont1 .right a{width: 40px;display: block;}
.colummxq_section .cont1 .right a:hover{opacity: 0.8;}
.colummxq_section .cont1 .right img{width: 100%;display: block;}
.colummxq_section .cont2{padding-top: 30px;border-top: 1px solid rgba(0, 0, 0, 0.1);}
.colummxq_section .cont2 .bt{font-size: 24px;color: #000;line-height: 30px;margin-bottom: 16px;}
.colummxq_section .cont2 .info{font-size: 16px;color: #333;line-height: 30px;}
@media screen and (max-width: 1680px) {
.colummxq_section .cont1 .left{padding: 8px 12px;}
.colummxq_section .cont1 .left .dd{margin-right: 16px;font-size: 13px;}
}
@media screen and (max-width: 1024px) {
.colummxq_section{padding:20px 16px 30px 16px;}
.colummxq_section .title{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.colummxq_section .cont1{margin-bottom: 20px;display: block;padding:14px; position: relative;}
.colummxq_section .cont1 .left{width: 100%;padding: 0;display: block;margin-bottom: 0;}
.colummxq_section .cont1 .left .dd{margin-right: 0;line-height: 20px;margin-bottom: 10px;}
.colummxq_section .cont1 .left .dd:last-child{margin-bottom: 0;}
.colummxq_section .cont1 .right{ width: auto; position: absolute; right:12px; bottom:12px;}
.colummxq_section .cont1 .right a{width: 32px;}
.colummxq_section .cont2{padding-top: 16px;}
.colummxq_section .cont2 .bt{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.colummxq_section .cont2 .info{font-size: 14px;line-height:22px;}
}

.forAuthors_section{width: 100%;padding: 30px 30px 44px 30px;}
.forAuthors_section .cont1{margin-top: 30px;margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center;}
.forAuthors_section .cont1 .btns{cursor: pointer; width: 24px;height: 48px;border-radius: 4px;background: rgba(37, 75, 113, 0.1);display: flex;justify-content: center;align-items: center;}
.forAuthors_section .cont1 .btns img{width: 16px;display: block;}
.forAuthors_section .cont1 .btns:hover{background-color: #fbb216;}
.forAuthors_section .cont1 .ulbox{width: calc(100% - 76px);}
.forAuthors_section .cont1 .ulbox .ul{margin: 0 -7px;width: calc(100% + 14px);}
.forAuthors_section .cont1 .ulbox .ul .li{padding: 0 7px;}
.forAuthors_section .cont1 .ulbox .ul a{display: block;border: 1px solid rgba(37, 75, 113, 0.2);border-radius: 4px;text-align: center;font-size: 16px;color: rgba(37, 75, 113, 1);line-height: 22px;padding: 12px;}
.forAuthors_section .cont1 .ulbox .ul .li.on a{background-color: rgba(37, 75, 113, 1);background-color: rgba(37, 75, 113, 1);color: #fff!important;}
.forAuthors_section .cont1 .ulbox .ul a:hover{color: #fbb216;}
.forAuthors_section .cont2{width: 100%;border-bottom: 1px solid rgba(37, 75, 113, 1);}
.forAuthors_section .cont2 li{border-top: 1px solid rgba(37, 75, 113, 1);}
.forAuthors_section .cont2 li .top{display: flex;justify-content: space-between;align-items: center;padding: 24px 16px;cursor: pointer;}
.forAuthors_section .cont2 li .top .left{width: calc(100% - 50px);font-size: 24px;color: rgba(37, 75, 113, 1);line-height: 30px;font-weight: bold;}
.forAuthors_section .cont2 li .top .right{width: 24px; min-width: 24px; height:24px;}
.forAuthors_section .cont2 li .top .right img{width: 100%;display: block;}
.forAuthors_section .cont2 li .top .right .ico2{display: none;}
.forAuthors_section .cont2 li.on{border-top: 1px solid rgba(37, 75, 113, 0);}
.forAuthors_section .cont2 li.on .top{background: linear-gradient(45.00deg, rgba(49, 105, 182, 1),rgba(66, 196, 232, 1) 30%,rgba(62, 71, 157, 1) 60%,rgba(43, 90, 188, 1) 100%);border-radius: 8px;}
.forAuthors_section .cont2 li.on .left{color: #fff;}
.forAuthors_section .cont2 li.on .top .right .ico1{display: none;}
.forAuthors_section .cont2 li.on .top .right .ico2{display: block;}
.forAuthors_section .cont2 li .bottom{display: none;padding: 40px 30px;}
.forAuthors_section .cont2 li .bottom .dd{margin-bottom: 32px;}
.forAuthors_section .cont2 li .bottom .dd:last-child{margin-bottom: 0;}
.forAuthors_section .cont2 li .bottom .bt{display: flex;align-items: center;margin-bottom: 8px;}
.forAuthors_section .cont2 li .bottom .bt .num{width: 30px;height: 30px;background-color: rgba(251, 178, 22, 1);border-radius: 100%;font-size: 16px;color:#fff;line-height: 30px;text-align: center;}
.forAuthors_section .cont2 li .bottom .bt .wz{width: calc(100% - 30px);padding-left: 8px;font-size: 20px;color: #333;line-height: 24px;font-weight: bold;}
.forAuthors_section .cont2 li .bottom .info{font-size: 16px;color: rgba(51, 51, 51, 1);line-height: 30px;}
.forAuthors_section .cont2 li .bottom .info span{font-weight: bold;}
.forAuthors_section .cont2 li .bottom .info img{max-width: 100%;}

@media screen and (max-width: 1440px) {
.forAuthors_section .cont1 .ulbox .ul{margin: 0 -5px;width: calc(100% + 10px);}
.forAuthors_section .cont1 .ulbox .ul .li{padding: 0 5px;}	
.forAuthors_section .cont1 .ulbox .ul a{ font-size:14px;  padding: 12px 6px;}
}

@media screen and (max-width: 1024px) {
.forAuthors_section{padding: 14px;}
.forAuthors_section .cont1{margin-top: 12px;margin-bottom: 12px;}
.forAuthors_section .cont1 .btns{width: 20px;height: 32px;}
.forAuthors_section .cont1 .ulbox{width: calc(100% - 60px);}
.forAuthors_section .cont1 .ulbox .ul a{font-size: 12px;line-height: 20px;padding: 6px 4px 7px 4px;}
.forAuthors_section .cont2 li .top{padding: 14px;}
.forAuthors_section .cont2 li .top .left{width: calc(100% - 40px);font-size: 16px;line-height: 24px;}
.forAuthors_section .cont2 li .top .right{width: 22px;}
.forAuthors_section .cont2 li .bottom{padding: 14px;}
.forAuthors_section .cont2 li .bottom .dd{margin-bottom: 12px;}
.forAuthors_section .cont2 li .bottom .bt .num{width: 26px;height: 26px;font-size: 14px;line-height: 26px;}
.forAuthors_section .cont2 li .bottom .bt .wz{width: calc(100% - 26px);font-size: 16px;line-height: 20px;}
.forAuthors_section .cont2 li .bottom .info{font-size: 14px;line-height: 22px;}
}

.tklb_section{width: 100%;padding: 30px 30px 40px 30px;}
.tklb_section .search{margin-top: 30px;margin-bottom: 40px;padding: 16px;border-radius: 8px;background: rgba(37, 75, 113, 0.1);}
.tklb_section .search .ss_box {width: 100%;background-color: #fff;border-radius: 4px;padding: 0 16px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 16px;}
.tklb_section .search .ss_box input{width: calc(100% - 100px);height: 48px;display: block;font-size: 16px;color: #333;}
.tklb_section .search .ss_box input::-webkit-input-placeholder{font-size:16px;color:#888;opacity: 1;}
.tklb_section .search .ss_box input::-moz-placeholder{font-size:16px;color:#888;opacity: 1;}
.tklb_section .search .ss_box input::moz-placeholder{font-size:16px;color:#888;opacity: 1;}
.tklb_section .search .ss_box input:-ms-input-placeholder{font-size:16px;color:#888;opacity: 1;}
.tklb_section .search .ss_box img{width: 20px;display: block;cursor: pointer;}
.tklb_section .search .dl{display: flex;justify-content: space-between;align-items: center;}
.tklb_section .search .dl .dd{width: 48.86363636363636%;display: flex;justify-content: space-between;align-items: center;}
.tklb_section .search .dl .dd:nth-child(1){position: relative;z-index: 3;}
.tklb_section .search .dl .dd:nth-child(2){position: relative;z-index: 2;}
.tklb_section .search .dl .bt{font-size: 16px;color: #333;line-height: 24px;width: 82px;}
.tklb_section .search .dl .qh_box{width: calc(100% - 82px);position: relative;}
.tklb_section .search .dl .qh_box .top{cursor: pointer;display: flex;justify-content: space-between;align-items: center;padding: 12px 16px;border-radius: 4px;background-color: #fff;}
.tklb_section .search .dl .qh_box .top .wz{font-size: 16px;color: #888;line-height: 24px;width: calc(100% - 16px);}
.tklb_section .search .dl .qh_box .top img{display: block;}
.tklb_section .search .dl .qh_box .bottom{display: none;width: 100%;position: absolute;left: 0;top: calc(100% + 8px);background-color: #fff;border-radius: 4px;box-shadow: 0 0 12px rgba(0,0,0,0.1);padding: 20px 12px;}
.tklb_section .search .dl .qh_box .bottom a{display: block;font-size: 15px;color: #333;line-height: 20px;margin-bottom: 12px;text-align: center;}
.tklb_section .search .dl .qh_box .bottom a:hover{color: #fbb216;}
.tklb_section .search .dl .qh_box .bottom a:last-child{margin-bottom: 0;}
.tklb_section .content{width: 100%;margin-bottom: 40px;}
.tklb_section .content li{margin-bottom: 24px;}
.tklb_section .content li:last-child{margin-bottom: 0;}
.tklb_section .content a{display: flex;width: 100%;padding: 30px;justify-content: flex-start;align-items: flex-start;border-radius: 8px;background-color: #fff;}
.tklb_section .content a .left{width: 128px;padding-right: 12px;}
.tklb_section .content a .left .wz{font-size: 16px;color: rgba(37, 75, 113, 1);line-height: 24px;margin-bottom: 8px;}
.tklb_section .content a .left .date{font-size: 16px;color: rgba(251, 178, 22, 1); line-height: 24px;}
.tklb_section .content a .right{width: calc(100% - 128px);padding-left: 28px;border-left: 1px solid rgba(0, 0, 0, 0.1);}
.tklb_section .content a .right .bt{font-size: 20px;color: #000;line-height: 30px;margin-bottom: 16px;min-height: 30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.tklb_section .content a .right .info{font-size: 14px;color: #555;line-height: 20px;min-height: 40px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.tklb_section .content a:hover .right .bt{color: #fbb216;}
@media screen and (max-width: 1024px) {
.tklb_section{padding: 14px;}
.tklb_section .search{margin-bottom: 12px;margin-top: 12px; padding: 12px;}
.tklb_section .search .ss_box{padding: 0 12px;}
.tklb_section .search .ss_box input{width: calc(100% - 50px);height: 36px;font-size: 14px;}
.tklb_section .search .ss_box input::-webkit-input-placeholder{font-size:14px;}
.tklb_section .search .ss_box input::-moz-placeholder{font-size:14px;}
.tklb_section .search .ss_box input::moz-placeholder{font-size:14px;}
.tklb_section .search .ss_box input:-ms-input-placeholder{font-size:14px;}
.tklb_section .search .ss_box img{width: 18px;}
.tklb_section .search .dl{display: block;}
.tklb_section .search .dl .dd{width: 100%;margin-bottom: 12px;}
.tklb_section .search .dl .dd:nth-child(2){margin-bottom: 0;}
.tklb_section .search .dl .bt{font-size: 15px;line-height: 20px;width: 70px;}
.tklb_section .search .dl .qh_box{width: calc(100% - 70px);}
.tklb_section .search .dl .qh_box .top{padding: 8px 12px;}
.tklb_section .search .dl .qh_box .top .wz{font-size: 14px;line-height: 20px;}
.tklb_section .search .dl .qh_box .bottom{padding: 12px;}
.tklb_section .search .dl .qh_box .bottom a{font-size: 14px;margin-bottom: 10px;line-height: 18px;}
.tklb_section .content{margin-bottom: 14px;}
.tklb_section .content li{margin-bottom: 12px;}
.tklb_section .content a{padding: 12px;display: block;}
.tklb_section .content a .left{width: 100%;padding-right: 0;display: flex;justify-content: space-between;align-items: center;}
.tklb_section .content a .left .wz{font-size: 14px;line-height: 20px;margin-bottom: 0;}
.tklb_section .content a .left .wz br{display: none;}
.tklb_section .content a .left .date{font-size: 14px;line-height: 20px;}
.tklb_section .content a .right{width: 100%;padding-left: 0;border-left: 0;}
.tklb_section .content a .right .bt{font-size: 16px;line-height: 24px;margin-bottom: 10px;min-height: 20px;margin-top: 10px;}
.tklb_section .content a .right .info{font-size: 14px;line-height: 22px;min-height: 1px;}
}

.tkxq_section{width: 100%;padding: 30px 30px 40px 30px;}
.tkxq_section .one_bt{font-size: 30px;color: #000;line-height: 48px;margin-bottom: 16px;font-weight: bold;}
.tkxq_section .one_info{font-size: 16px;color: #333;line-height: 30px;margin-bottom: 40px;}
.tkxq_section .content .dd{margin-bottom: 40px;}
.tkxq_section .content .dd:last-child{margin-bottom: 0;}
.tkxq_section .content .title{font-size: 24px;color: rgba(37, 75, 113, 1);line-height: 30px;margin-bottom: 24px;padding-left: 14px;position: relative;font-weight: bold;}
.tkxq_section .content .title::after{content: "";display: block;width: 6px;height: 6px;background-color: rgba(251, 178, 22, 1);position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.tkxq_section .content li{margin-bottom: 24px;}
.tkxq_section .content li:last-child{margin-bottom: 0;}
.tkxq_section .content li .cont{width: 100%;padding: 30px;border-radius: 8px;background: rgba(255, 255, 255, 1);display: flex;justify-content: flex-start;align-items: center; align-items: flex-start;}
.tkxq_section .content li .cont .left{width: 172px;}
.tkxq_section .content li .cont .pic{ padding-bottom: 132.558%; position: relative; overflow: hidden;}
.tkxq_section .content li .cont .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%);}
.tkxq_section .content li .cont .right{width: calc(100% - 172px);padding-left: 40px;}
.tkxq_section .content li .cont .right .btbox{display: flex;justify-content: space-between;align-items: center;margin-bottom: 16px;padding-bottom: 16px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.tkxq_section .content li .cont .right .btbox>a{width: calc(100% - 100px);}
.tkxq_section .content li .cont .right .btbox .bt{font-size: 20px;color: #333;line-height: 24px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.tkxq_section .content li .cont .right .btbox .abox{display: flex;align-items: center;}
.tkxq_section .content li .cont .right .btbox .abox a{display: flex;margin-right: 8px;width: 36px;height: 36px;border-radius: 4px;background: rgba(106, 199, 179, 0.1);display: flex;justify-content: center;align-items: center;}
.tkxq_section .content li .cont .right .btbox .abox a:last-child{margin-right: 0;}
.tkxq_section .content li .cont .right .btbox .abox img{width: 20px;display: block;}
.tkxq_section .content li .cont .right .btbox .abox a:hover{background-color: #254b71;}
.tkxq_section .content li .cont .right .info1{font-size: 14px;color: #333;line-height: 24px;margin-bottom: 8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.tkxq_section .content li .cont .right .info2{font-size: 14px;color: #333;line-height: 24px;margin-bottom: 24px;margin-top: 8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.tkxq_section .content li .cont .right .info2.om{-webkit-line-clamp:inherit !important;}
.tkxq_section .content li .cont .right .bq{display: flex;}
.tkxq_section .content li .cont .right .bq a{display: block;font-size: 14px;color:  rgba(37, 75, 113, 1);line-height: 28px;padding: 0 8px;border-radius: 2px;background: rgba(37, 75, 113, 0.1);}
.tkxq_section .content li .cont .right .more{display: flex;align-items: center;}
.tkxq_section .content li .cont .right .more a{display: flex;align-items: center;font-size: 14px;color: rgba(251, 178, 22, 1);line-height: 20px;}
.tkxq_section .content li .cont .right .more img{width: 16px;display: block;margin-left: 4px;}
.tkxq_section .content li:hover .cont .right .btbox .bt{color: rgba(251, 178, 22, 1);}
.tkxq_section .content .dd2_info{font-size: 16px;color: #333;line-height: 30px;margin-bottom: 24px;}
.tkxq_section .content .dd2_bt{font-size: 16px;color: rgba(251, 178, 22, 1);line-height: 30px;font-weight: bold;}
.tkxq_section .content .dd2_info2{font-size: 16px;color: #333;line-height: 30px;}
.tkxq_section .content .dd2_info2 span{font-weight: bold;}
.tkxq_section .content .ol{margin: -8px;width: calc(100% + 16px);display: flex;flex-wrap: wrap;}
.tkxq_section .content .ol .od{padding: 8px;}
.tkxq_section .content .ol a{display: block;font-size: 16px;color: rgba(106, 199, 179, 1);line-height: 38px;padding: 0 16px;border: 1px solid rgba(106, 199, 179, 1);border-radius: 4px;}
.tkxq_section .content .ol a:hover{background-color: #6AC7B3;color: #fff;border-color: #6AC7B3;}
@media screen and (max-width: 1024px) {
.tkxq_section{padding: 14px;}
.tkxq_section .one_bt{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.tkxq_section .one_info{font-size: 14px;line-height: 22px;margin-bottom: 12px;}
.tkxq_section .content .dd{margin-bottom: 14px;}
.tkxq_section .content .title{font-size: 18px;line-height: 24px;margin-bottom: 12px;padding-left: 10px;}
.tkxq_section .content .title::after{width: 4px;height: 4px;;}
.tkxq_section .content li{margin-bottom: 12px;}
.tkxq_section .content li .cont{padding: 14px;display: block;}
.tkxq_section .content li .cont .left{width: 50%;}
.tkxq_section .content li .cont .right{width: 100%;padding-left: 0;margin-top: 12px;}
.tkxq_section .content li .cont .right .btbox{margin-bottom: 10px;padding-bottom: 10px;}
.tkxq_section .content li .cont .right .btbox>a{width: calc(100% - 80px);}
.tkxq_section .content li .cont .right .btbox .bt{font-size: 16px;line-height: 20px;}
.tkxq_section .content li .cont .right .btbox .abox a{margin-right: 6px;width: 32px;height: 32px;}
.tkxq_section .content li .cont .right .btbox .abox img{width: 18px;}
.tkxq_section .content li .cont .right .info1{line-height: 20px;margin-bottom: 8px;}
.tkxq_section .content li .cont .right .info2{line-height: 20px;margin-bottom: 10px;}
.tkxq_section .content li .cont .right .bq a{line-height: 26px;padding: 0 6px;}
.tkxq_section .content li .cont .right .more a{font-size: 13px;line-height: 18px;}
.tkxq_section .content li .cont .right .more img{width: 15px;}
.tkxq_section .content .dd2_info{font-size: 14px;line-height: 22px;margin-bottom: 10px;}
.tkxq_section .content .dd2_bt{font-size: 14px;line-height: 22px;}
.tkxq_section .content .dd2_info2{font-size: 14px;line-height: 22px;margin-bottom: 0;}
.tkxq_section .content .ol{margin: -5px;width: calc(100% + 10px);}
.tkxq_section .content .ol .od{padding: 5px;}
.tkxq_section .content .ol a{font-size: 14px;line-height: 34px;padding: 0 12px;}
}

.fzlc_section1{width: 100%;padding-top: 50px;padding-bottom: 50px;background: rgba(243, 249, 255, 1);}
.fzlc_section1 .w_width{position: relative;}
.fzlc_section1 .w_width::after{content: "";display: block;width: calc(100% + 140px);height: 1px;border-bottom: 1px dashed rgba(37, 75, 113, 1);position: absolute;left: 50%;transform: translate(-50%,0);top: 50%;}
.fzlc_section1 ul{margin: 0 -42px;width: calc(100% + 84px);position: relative;z-index: 10;}
.fzlc_section1 ul li{padding: 0 42px;}
.fzlc_section1 ul a{display: block;font-size: 16px;color: #333;display: flex;justify-content: center;align-items: center;background-color: #fff;border-radius: 100%;}
.fzlc_section1 ul li.on a{color: #fff!important;background-color: rgba(251, 178, 22, 1);}
.fzlc_section1 ul a:hover{color: rgba(251, 178, 22, 1);}
.fzlc_section1 ul .slick-prev{width: 40px;height: 40px;background: url(img/img121.svg) no-repeat center center; background-size: cover;left: -35px;top: 50%;}
.fzlc_section1 ul .slick-next{width: 40px;height: 40px;background: url(img/img122.svg) no-repeat center center; background-size: cover;right: -35px;top: 50%;}
.fzlc_section1 ul .slick-prev:hover,
.fzlc_section1 ul .slick-next:hover{opacity: 0.8;}
@media screen and (max-width: 1680px) {
.fzlc_section1 .w_width::after{width: calc(100% + 100px);}
.fzlc_section1 ul{margin: 0 -24px;width: calc(100% + 48px);}
.fzlc_section1 ul li{padding: 0 24px;}
.fzlc_section1 ul a{font-size: 14px;}
}
@media screen and (max-width: 1024px) {
.fzlc_section1{padding-top: 30px;padding-bottom: 30px;}
.fzlc_section1 .w_width::after{width: 100%;}
.fzlc_section1 ul{margin: 0 -10px;width: calc(100% + 20px);padding: 0 50px;}
.fzlc_section1 ul li{padding: 0 10px;}
.fzlc_section1 ul a{font-size: 14px;}
.fzlc_section1 ul .slick-prev{width: 40px;height: 40px;left: 10px;}
.fzlc_section1 ul .slick-next{width: 40px;height: 40px;right: 10px;}
}

.fzlc_section2{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.fzlc_section2 ul{position: relative;}
.fzlc_section2 ul::after{content: "";display: block;width: 1px;height: calc(100% - 5px);border-left: 1px dashed rgba(37, 75, 113, 0.5);;position: absolute;left: 9.5px;top: 5px;}
.fzlc_section2 ul li{margin-bottom: 48px;position: relative;z-index: 10;display: flex;align-items: flex-start;}
.fzlc_section2 ul li:last-child{margin-bottom: 0;}
.fzlc_section2 ul .ico{width: 20px;margin-top: 5px;background-color: #fff;border-radius: 100%;}
.fzlc_section2 ul .ico img{width: 100%;display: block;}
.fzlc_section2 ul .btbox{width: 138px;padding: 0 12px 0 30px;position: relative;display: flex;}
.fzlc_section2 ul .btbox::after{content: "";display: block;width: 30px;height: 1px;background-color: rgba(251, 178, 22, 1);position: absolute;left: 0;top: 50%;}
.fzlc_section2 ul .btbox .wz{font-size: 14px;color: #fff;line-height:28px;padding: 0 16px 2px 16px;background-color: rgba(251, 178, 22, 1);border-radius: 30px;}
.fzlc_section2 ul .cont{width: calc(100% - 158px);border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 12px;padding: 40px;display: flex;justify-content: flex-start;align-items: flex-start;flex-direction:row-reverse;}
.fzlc_section2 ul .cont .left{width: calc(100% - 300px);font-size: 16px;color: #333;line-height: 30px;padding-right: 48px;}
.fzlc_section2 ul .cont .right{width: 300px;}
.fzlc_section2 ul .cont .right .pic{ padding-bottom: 66.666%; position: relative; overflow: hidden;border-radius: 8px;}
.fzlc_section2 ul .cont .right .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
@media screen and (max-width: 1680px) {
.fzlc_section2 ul .cont .left{font-size: 14px;line-height: 24px;padding-right: 30px;}
}
@media screen and (max-width: 1024px) {
.fzlc_section2{padding-top: 30px;padding-bottom: 30px;}
.fzlc_section2 ul::after{display: none;}
.fzlc_section2 ul li{margin-bottom: 20px;flex-wrap: wrap;}
.fzlc_section2 ul .btbox{width: auto;padding: 0;display: block;margin-left: 12px;}
.fzlc_section2 ul .btbox::after{display: none;}
.fzlc_section2 ul .btbox .wz{padding: 0 16px 2px 16px;}
.fzlc_section2 ul .cont{width: 100%;padding: 14px;margin-top: 12px;display: block;}
.fzlc_section2 ul .cont .left{width: 100%;font-size: 14px;line-height: 22px;padding-right: 12px;}
.fzlc_section2 ul .cont .right{width: 100%;margin-bottom: 12px;}
}

.ss_section1{width: 100%;padding-top: 40px;padding-bottom: 40px;background: url(img/img127.jpg)no-repeat center center;background-size: cover;}
.ss_section1 .cont1{margin-bottom: 24px;}
.ss_section1 .cont{display: flex;justify-content: space-between;align-items: flex-start;}
.ss_section1 .cont .left{width: 25.83333333333333%;}
.ss_section1 .cont .right{width: 70.83333333333333%;}
.ss_section1 .cont .bt{font-size: 16px;color: #fff;line-height: 24px;margin-bottom: 12px;font-weight: bold;}
.ss_section1 .cont .boxs1{width: 100%;position: relative;}
.ss_section1 .cont .boxs1 .qh_t{cursor: pointer; width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 12px 16px;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(255, 255, 255, 0.06);}
.ss_section1 .cont .boxs1 .qh_t .wz{font-size: 16px;color: #fff;line-height: 24px;width: calc(100% - 50px);}
.ss_section1 .cont .boxs1 .qh_t img{width: 16px;display: block;}
.ss_section1 .cont .boxs1 .qh_b{display: none;width: 100%;position: absolute;left: 0;top: calc(100% + 10px);background-color: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);padding: 20px 12px;border-radius: 4px;z-index: 10;}
.ss_section1 .cont .boxs1 .qh_b a{display: block;font-size: 15px;color: #333;line-height: 20px;margin-bottom: 12px;text-align: center;}
.ss_section1 .cont .boxs1 .qh_b a:last-child{margin-bottom: 0;}
.ss_section1 .cont .boxs1 .qh_b a:hover{color: #fbb216;}
.ss_section1 .cont .boxs2{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.ss_section1 .cont .boxs2 input{width: 79.61165048543689%;display: block;height: 48px;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(255, 255, 255, 0.06);padding: 0 16px;font-size: 16px;color: #fff;}
.ss_section1 .cont .boxs2 input::-webkit-input-placeholder{font-size:16px;color:#fff;opacity: 1;}
.ss_section1 .cont .boxs2 input::-moz-placeholder{font-size:16px;color:#fff;opacity: 1;}
.ss_section1 .cont .boxs2 input::moz-placeholder{font-size:16px;color:#fff;opacity: 1;}
.ss_section1 .cont .boxs2 input:-ms-input-placeholder{font-size:16px;color:#fff;opacity: 1;}
.ss_section1 .cont .boxs2 .btn{cursor: pointer; width: 17.47572815533981%;border-radius: 4px;background: rgba(251, 178, 22, 1);display: flex;justify-content: center;align-items: center;}
.ss_section1 .cont .boxs2 .btn img{width: 20px;display: block;}
.ss_section1 .cont .boxs2 .btn .wz{font-size: 16px;color: #fff;line-height: 48px;margin-left: 10px;}
.ss_section1 .cont .boxs2 .btn:hover{background-color: #254b71;}
.ss_section1 .cont2 .right ul{margin: 0 -24px;width: calc(100% + 48px);display: flex;justify-content: space-between;align-items: flex-start;}
.ss_section1 .cont2 .right ul li{padding: 0 24px;}
.ss_section1 .cont2 .right ul .l1{width: 33.334%;}
.ss_section1 .cont2 .right ul .l2{width: 16.666%;}
.ss_section1 .cont2 .right ul .boxs3{display: flex;justify-content: space-between;align-items: center;}
.ss_section1 .cont2 .right ul .boxs3 input{width: 42.20779220779221%;height: 48px;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(255, 255, 255, 0.06);padding: 0 10px;font-size: 16px;color: #fff;}
.ss_section1 .cont2 .right ul .boxs3 div{width: 16px;height: 1px;background-color: #fff;}
.ss_section1 .cont2 .right ul .boxs4 input{width: 100%;height: 48px;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 4px;backdrop-filter: blur(40px);background: rgba(255, 255, 255, 0.06);padding: 0 10px;font-size: 16px;color: #fff;}
@media screen and (max-width: 1024px) {
.ss_section1{padding-top: 30px;padding-bottom: 30px;}
.ss_section1 .cont1{margin-bottom: 20px;}
.ss_section1 .cont{display: block;}
.ss_section1 .cont .left{width: 100%;margin-bottom: 12px;}
.ss_section1 .cont .right{width: 100%;}
.ss_section1 .cont .bt{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.ss_section1 .cont .boxs1 .qh_t{padding: 10px 12px;}
.ss_section1 .cont .boxs1 .qh_t .wz{font-size: 14px;line-height: 20px;width: calc(100% - 40px);}
.ss_section1 .cont .boxs1 .qh_b{padding: 12px;}
.ss_section1 .cont .boxs1 .qh_b a{font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.ss_section1 .cont .boxs2 input{width: calc(100% - 112px);height: 42px;padding: 0 12px;font-size: 14px;}
.ss_section1 .cont .boxs2 input::-webkit-input-placeholder{font-size:14px;}
.ss_section1 .cont .boxs2 input::-moz-placeholder{font-size:14px;}
.ss_section1 .cont .boxs2 input::moz-placeholder{font-size:14px;}
.ss_section1 .cont .boxs2 input:-ms-input-placeholder{font-size:14px;}
.ss_section1 .cont .boxs2 .btn{width: 100px;}
.ss_section1 .cont .boxs2 .btn img{width: 16px;}
.ss_section1 .cont .boxs2 .btn .wz{font-size: 14px;line-height: 42px;margin-left: 5px;}
.ss_section1 .cont2 .right ul{margin: -6px -16px;width: calc(100% + 32px);flex-wrap: wrap;}
.ss_section1 .cont2 .right ul li{padding: 6px 16px;}
.ss_section1 .cont2 .right ul .l1{width: 100%;}
.ss_section1 .cont2 .right ul .l2{width: 50%;}
.ss_section1 .cont2 .right ul .boxs3 input{width: calc(50% - 16px);height: 42px;;font-size: 14px;}
.ss_section1 .cont2 .right ul .boxs3 div{width: 12px;}
.ss_section1 .cont2 .right ul .boxs4 input{height: 42px;font-size: 14px;}
}

.ss_section2{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.ss_section2 .cont1{margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 10;}
.ss_section2 .cont1 .left .bq{font-size: 16px;color: #FBB216;line-height: 20px;margin-top: 8px;font-weight: bold;}
.ss_section2 .cont1 .right{display: flex;justify-content: flex-start;align-items: center;}
.ss_section2 .cont1 .right .bt{font-size: 16px;color: #333;line-height: 24px;margin-right: 16px;}
.ss_section2 .cont1 .right .qh_box{width: 300px;position: relative;}
.ss_section2 .cont1 .right .qh_box .qh_t{cursor: pointer; width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 12px 16px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 4px;}
.ss_section2 .cont1 .right .qh_box .qh_t .wz{font-size: 16px;color: #888;line-height: 24px;width: calc(100% - 50px);}
.ss_section2 .cont1 .right .qh_box .qh_t img{width: 16px;display: block;}
.ss_section2 .cont1 .right .qh_box .qh_b{display: none;width: 100%;position: absolute;left: 0;top: calc(100% + 10px);background-color: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);padding: 20px 12px;border-radius: 4px;z-index: 10;}
.ss_section2 .cont1 .right .qh_box .qh_b a{display: block;font-size: 15px;color: #333;line-height: 20px;margin-bottom: 12px;text-align: center;}
.ss_section2 .cont1 .right .qh_box .qh_b a:last-child{margin-bottom: 0;}
.ss_section2 .cont1 .right .qh_box .qh_b a:hover{color: #fbb216;}
.ss_section2 .cont2{margin-bottom: 40px;}
.ss_section2 .cont2 li{margin-bottom: 24px;border-radius: 8px;background: rgba(243, 249, 255, 1);padding: 30px;}
.ss_section2 .cont2 li:last-child{margin-bottom: 0;}
.ss_section2 .cont2 li .date{font-size: 14px;color: rgba(251, 178, 22, 1);line-height: 20px;margin-bottom: 8px;}
.ss_section2 .cont2 li .bt{font-size: 20px;color: #000;line-height: 30px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.ss_section2 .cont2 li .info{font-size: 14px;color: #555;line-height: 24px;margin-bottom: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.ss_section2 .cont2 li .boxs{display: flex;justify-content: space-between;align-items: center;}
.ss_section2 .cont2 li .boxs .left{display: flex;}
.ss_section2 .cont2 li .boxs .left .btn{margin-right: 16px;}
.ss_section2 .cont2 li .boxs .left .btn:last-child{margin-right: 0;}
.ss_section2 .cont2 li .boxs .left a{display: flex;justify-content: space-between;align-items: center;border-radius: 4px;background: rgba(106, 199, 179, 0.1);padding: 8px 12px;}
.ss_section2 .cont2 li .boxs .left a img{width: 20px;display: block;margin-right: 4px;}
.ss_section2 .cont2 li .boxs .left a .wz{font-size: 14px;color: rgba(106, 199, 179, 1);line-height: 20px;}
.ss_section2 .cont2 li .boxs .left a:hover{background-color: rgba(251,178,22,0.1);}
.ss_section2 .cont2 li .boxs .right{display: flex;}
.ss_section2 .cont2 li .boxs .right .dd{margin-right: 24px;display: flex;align-items: center;}
.ss_section2 .cont2 li .boxs .right .dd:last-child{margin-right: 0;}
.ss_section2 .cont2 li .boxs .right img{width: 20px;display: block;}
.ss_section2 .cont2 li .boxs .right .wz{font-size: 16px;color: rgba(37, 75, 113, 1);line-height: 20px;margin-left: 4px;}
.ss_section2 .cont2 li:hover .bt{color: rgba(251, 178, 22, 1);}
@media screen and (max-width: 1024px) {
.ss_section2{padding-top: 30px;padding-bottom: 30px;}
.ss_section2 .cont1{margin-bottom: 20px;display: block;}
.ss_section2 .cont1 .left .bq{font-size: 14px;line-height: 18px;margin-top: 0;}
.ss_section2 .cont1 .right{margin-top: 12px;}
.ss_section2 .cont1 .right .bt{font-size: 14px;line-height: 20px;margin-right: 12px;}
.ss_section2 .cont1 .right .qh_box{width: calc(100% - 70px);}
.ss_section2 .cont1 .right .qh_box .qh_t{padding: 10px 12px;}
.ss_section2 .cont1 .right .qh_box .qh_t .wz{font-size: 14px;line-height: 20px;width: calc(100% - 40px);}
.ss_section2 .cont1 .right .qh_box .qh_b{padding: 12px;}
.ss_section2 .cont1 .right .qh_box .qh_b a{font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.ss_section2 .cont2{margin-bottom: 20px;}
.ss_section2 .cont2 li{margin-bottom: 12px;padding:14px;}
.ss_section2 .cont2 li .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.ss_section2 .cont2 li .info{line-height: 20px;margin-bottom: 12px;}
.ss_section2 .cont2 li .boxs{display: block;}
.ss_section2 .cont2 li .boxs .left{flex-wrap: wrap; width:calc(100% + 8px); margin-right: -8px;}
.ss_section2 .cont2 li .boxs .left .btn{margin:5px 8px 5px 0;}
.ss_section2 .cont2 li .boxs .left a{padding:6px 8px;}
.ss_section2 .cont2 li .boxs .left a img{width:18px;margin-right: 4px;}
.ss_section2 .cont2 li .boxs .left a .wz{font-size: 12px;line-height: 20px;}
.ss_section2 .cont2 li .boxs .right{position: absolute;right: 14px;top: 14px;}
.ss_section2 .cont2 li .boxs .right .dd{margin-right: 12px;}
.ss_section2 .cont2 li .boxs .right img{width: 18px;}
.ss_section2 .cont2 li .boxs .right .wz{font-size: 14px;line-height: 20px;}
}

.qkzy_section1{width: 100%;padding-top: 16px;padding-bottom: 80px;}
.qkzy_section1 .dq_sec{margin-bottom: 16px;display: flex;align-items: center;font-size: 16px;color: #888888;line-height: 20px;}
.qkzy_section1 .dq_sec a{color: #888;}
.qkzy_section1 .dq_sec span{margin: 0 5px;}
.qkzy_section1 .dq_sec a:hover,
.qkzy_section1 .dq_sec a.on{color: #254B71;}
.qkzy_section1 .cont1{margin-bottom: 20px;background: rgba(243, 249, 255, 1);border-radius: 0 12px 12px 0;overflow: hidden;display: flex;justify-content: flex-start;align-items: flex-start;}
.qkzy_section1 .cont1 .left{width: 350px;}
.qkzy_section1 .cont1 .left .pic{ padding-bottom: 135.428%; position: relative; overflow: hidden;}
.qkzy_section1 .cont1 .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%);}
.qkzy_section1 .cont1 .right{width: calc(100% - 350px);padding: 40px 60px;}
.qkzy_section1 .cont1 .right .boxs1{display: flex;justify-content: space-between;align-items: center;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.qkzy_section1 .cont1 .right .boxs1 ._l{width: calc(100% - 120px);}
.qkzy_section1 .cont1 .right .boxs1 ._l .bt{font-size: 24px;color: rgba(37, 75, 113, 1);line-height: 40px;margin-bottom: 4px;font-weight: bold;}
.qkzy_section1 .cont1 .right .boxs1 ._l .info{font-size: 16px;color: #888;line-height: 20px;}
.qkzy_section1 .cont1 .right .boxs1 ._r{display: flex;justify-content: flex-start;align-items: flex-end;}
.qkzy_section1 .cont1 .right .boxs1 ._r img{width: 30px;display: block;}
.qkzy_section1 .cont1 .right .boxs1 ._r>div{text-align: center;}
.qkzy_section1 .cont1 .right .boxs1 ._r>div .num{margin-bottom: 4px;font-size: 30px;color: rgba(251, 178, 22, 1);line-height: 40px;font-weight: bold;}
.qkzy_section1 .cont1 .right .boxs1 ._r>div .wz{font-size: 14px;color: #333;line-height: 20px;}
.qkzy_section1 .cont1 .right .boxs2{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 14px;}
.qkzy_section1 .cont1 .right .boxs2 .dd{margin-right: 16px;font-size: 16px;color: rgba(106, 199, 179, 1);line-height: 24px;padding: 6px 16px;border-radius: 4px;background: rgba(106, 199, 179, 0.1);font-weight: bold;}
.qkzy_section1 .cont1 .right .boxs3{font-size: 16px;color: rgba(51, 51, 51, 1);line-height: 24px; max-height:120px; overflow: hidden; margin-bottom: 14px;}
.qkzy_section1 .cont1 .right .boxs3.om{ max-height: inherit !important;}
.qkzy_section1 .cont1 .right .boxs4{display: flex;margin-bottom: 32px;}
.qkzy_section1 .cont1 .right .boxs4 a{display: flex;align-items: center;}
.qkzy_section1 .cont1 .right .boxs4 a .wz{font-size: 14px;color: rgba(251, 178, 22, 1);line-height: 20px;margin-right: 4px;}
.qkzy_section1 .cont1 .right .boxs4 a img{width: 16px;display: block;}
.qkzy_section1 .cont1 .right .boxs4 a:hover{opacity: 0.8;}
.qkzy_section1 .cont1 .right .boxs5{display: flex;}
.qkzy_section1 .cont1 .right .boxs5 a{display: block;font-size: 16px;color: #fff;line-height: 44px;padding: 0 24px;background-color: rgba(37, 75, 113, 1);border-radius: 4px;}
.qkzy_section1 .cont1 .right .boxs5 a:hover{background-color: rgba(251, 178, 22, 1);}
.qkzy_section1 .cont2{width: 100%;}
.qkzy_section1 .cont2 ul{margin: -9px;width: calc(100% + 18px);display: flex;align-items: flex-start;}
.qkzy_section1 .cont2 ul li{width: 33.333%;padding: 9px;}
.qkzy_section1 .cont2 ul li a{display: flex;justify-content: flex-start;align-items: center;padding: 24px 30px;border-radius: 12px;}
.qkzy_section1 .cont2 ul li a img{width: 64px;display: block;}
.qkzy_section1 .cont2 ul li a .wz{font-size: 16px;color: #000;line-height: 20px;padding-left: 16px;}
.qkzy_section1 .cont2 ul li a:hover{opacity: 0.8;}
@media screen and (max-width: 1680px) {
.qkzy_section1 .cont1 .right{padding: 20px 40px;}
.qkzy_section1 .cont1 .right .boxs1{padding-bottom: 14px;margin-bottom: 14px;}
.qkzy_section1 .cont1 .right .boxs1 ._l .bt{font-size: 18px;line-height: 24px;}
.qkzy_section1 .cont1 .right .boxs2 .dd{padding: 6px 12px;}
.qkzy_section1 .cont1 .right .boxs3{font-size: 14px;line-height: 20px;  max-height:100px; margin-bottom: 12px;}
.qkzy_section1 .cont1 .right .boxs4{margin-bottom: 20px;}
.qkzy_section1 .cont1 .right .boxs5 a{line-height: 40px;}
}
@media screen and (max-width: 1024px) {
.qkzy_section1{padding-top: 30px;padding-bottom: 30px;}
.qkzy_section1 .dq_sec{display: none;}
.qkzy_section1 .cont1{border-radius: 12px;overflow: hidden;display: block;padding: 14px; position: relative;}
.qkzy_section1 .cont1 .left{width:100px; position: absolute; right: 0; top: 0; margin-bottom:0;}
.qkzy_section1 .cont1 .right{width: 100%;padding: 0;}
.qkzy_section1 .cont1 .right .boxs1{padding:5px 100px 20px 0;margin-bottom: 12px; flex-wrap: wrap; min-height:135px;}
.qkzy_section1 .cont1 .right .boxs1 ._l{width:100%;}
.qkzy_section1 .cont1 .right .boxs1 ._l .bt{font-size: 16px;line-height: 24px;margin-bottom:8px;}
.qkzy_section1 .cont1 .right .boxs1 ._l .info{font-size: 14px;line-height: 20px;}
.qkzy_section1 .cont1 .right .boxs1 ._r{width: 100%; margin-top: 8px;}
.qkzy_section1 .cont1 .right .boxs1 ._r img{width: 20px;}
.qkzy_section1 .cont1 .right .boxs1 ._r > div{ display: flex; align-items: center;}
.qkzy_section1 .cont1 .right .boxs1 ._r>div .num{font-size: 18px;line-height: 24px; margin:0 10px;}
.qkzy_section1 .cont1 .right .boxs2{margin-bottom:8px;flex-wrap: wrap;}
.qkzy_section1 .cont1 .right .boxs2 .dd{margin:5px 6px 5px 0;font-size: 12px;line-height:16px;padding:4px 8px 6px 8px;}
.qkzy_section1 .cont1 .right .boxs3{font-size: 14px;line-height: 20px; max-height:100px; margin-bottom: 12px;}
.qkzy_section1 .cont1 .right .boxs4{margin-bottom: 12px;}
.qkzy_section1 .cont1 .right .boxs5 a{font-size: 14px;line-height: 36px;padding: 0 14px;}
.qkzy_section1 .cont2 ul{margin: -0;width: 100%;display: block;}
.qkzy_section1 .cont2 ul li{width: 100%;padding: 0;margin-bottom: 10px;}
.qkzy_section1 .cont2 ul li:last-child{margin-bottom: 0;}
.qkzy_section1 .cont2 ul li a{padding: 14px;border-radius: 10px;}
.qkzy_section1 .cont2 ul li a img{width: 40px;}
.qkzy_section1 .cont2 ul li:nth-child(1) a img{background-color: #254b70;border-radius: 100%;}
.qkzy_section1 .cont2 ul li:nth-child(2) a img{background-color: #42c4e8;border-radius: 100%;}
.qkzy_section1 .cont2 ul li:nth-child(3) a img{background-color: #6ac7b4;border-radius: 100%;}
.qkzy_section1 .cont2 ul li a .wz{font-size: 14px;line-height: 20px;padding-left: 12px;}
}

.qkzy_section2{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.qkzy_section2 ul{margin-top: 40px;display: flex;justify-content: space-between;align-items: flex-start;}
.qkzy_section2 ul img{width: 48px;display: block;margin: 0 auto 24px auto;}
.qkzy_section2 ul .num{font-size: 40px;color: #fff;line-height: 48px;font-weight: bold;text-align: center;margin-bottom: 16px;}
.qkzy_section2 ul .wz{font-size: 16px;color: #fff;line-height: 22px;text-align: center;}
@media screen and (max-width: 1024px) {
.qkzy_section2{padding-top: 30px;padding-bottom: 30px;}
.qkzy_section2 .sy_bt_box{margin-bottom: 20px; }
.qkzy_section2 ul{margin-top: 20px;justify-content: flex-start;flex-wrap: wrap;margin: -10px -6px;width: calc(100% + 12px);}
.qkzy_section2 ul li{width: 33.333%;padding: 10px 6px;}
.qkzy_section2 ul img{width: 32px;margin: 0 auto 8px auto;}
.qkzy_section2 ul .num{font-size: 20px;line-height: 24px;margin-bottom: 4px;}
.qkzy_section2 ul .wz{font-size: 14px;line-height: 20px;}
.qkzy_section2 ul .wz br{display: none;}
}

.qkzy_section3{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.qkzy_section3 .cont1{margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center;}
.qkzy_section3 .cont1 .r_info{font-size: 16px;color: #333;line-height: 24px;white-space:nowrap;}
.qkzy_section3 .cont2{margin-bottom: 80px;border-radius: 12px;background: linear-gradient(45.00deg, rgba(49, 105, 182, 1),rgba(66, 196, 232, 1) 30%,rgba(62, 71, 157, 1) 60%,rgba(43, 90, 188, 1) 100%);padding: 30px;display: flex;justify-content: space-between;align-items: center; position: relative; z-index: 10; }
.qkzy_section3 .cont2 .input{width: 20.28985507246377%;}
.qkzy_section3 .cont2 .input input{width: 100%;height: 48px;background-color: #fff;border-radius: 4px;padding: 0 16px;font-size: 16px;color: #333;}
.qkzy_section3 .cont2 .input input::-webkit-input-placeholder{font-size: 16px;color: #888;opacity: 1;}
.qkzy_section3 .cont2 .input input::-moz-placeholder{font-size: 16px;color: #888;opacity: 1;}
.qkzy_section3 .cont2 .input input::moz-placeholder{font-size: 16px;color: #888;opacity: 1;}
.qkzy_section3 .cont2 .input input:-ms-input-placeholder{font-size: 16px;color: #888;opacity: 1;}
.qkzy_section3 .cont2 .xlbox{width: 20.28985507246377%;position: relative;}
.qkzy_section3 .cont2 .xlbox .top{display: flex;justify-content: space-between;align-items: center;padding: 0 16px;background-color: #fff;border-radius: 4px;cursor: pointer;}
.qkzy_section3 .cont2 .xlbox .top .wz{font-size: 16px;color: #888;line-height: 48px;width: calc(100% - 40px);}
.qkzy_section3 .cont2 .xlbox .top img{width: 16px;display: block;}
.qkzy_section3 .cont2 .xlbox .bottom{display: none;width: 100%;position: absolute;left: 0;top: calc(100% + 10px);background-color: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);border-radius: 4px;padding: 20px 12px;}
.qkzy_section3 .cont2 .xlbox .bottom a{display: block;font-size: 15px;color: #333;line-height: 20px;margin-bottom: 12px;text-align: center;}
.qkzy_section3 .cont2 .xlbox .bottom a:last-child{margin-bottom: 0;}
.qkzy_section3 .cont2 .xlbox .bottom a:hover{color: rgba(251, 178, 22, 1);}
.qkzy_section3 .cont2 .button{cursor: pointer;width: 13.04347826086957%;font-size: 16px;color: #fff;line-height: 48px;text-align: center;background-color: rgba(251, 178, 22, 1);border-radius: 4px;}
.qkzy_section3 .cont2 .button:hover{background-color: #254b71;}
.qkzy_section3 .cont3{width: 100%;display: flex;justify-content: flex-start;align-items: center;}
.qkzy_section3 .cont3 .left{width: 44.02777777777778%;position: relative;}
.qkzy_section3 .cont3 .left .pic{ padding-bottom: 56.309%; position: relative; overflow: hidden;}
.qkzy_section3 .cont3 .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%);}
.qkzy_section3 .cont3 .left .ico{width: 56px;display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); cursor: pointer;}
.qkzy_section3 .cont3 .left .wzbox{width: 100%;position: absolute;left: 0;bottom: 0;border-radius: 0px 0px 3.43px 3.43px;backdrop-filter: blur(40px);background: rgba(37, 75, 113, 0.2);padding: 10px 34px;}
.qkzy_section3 .cont3 .left .wzbox .wz{font-size: 18px;color: #fff;line-height: 30px;}
.qkzy_section3 .cont3 .right{width: 55.97222222222222%;padding-left: 80px;}
.qkzy_section3 .cont3 .right .qh_t{display: flex;align-items: center;margin-bottom: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.qkzy_section3 .cont3 .right .qh_t .dd{cursor: pointer;margin-right: 44px;font-size: 16px;color: rgba(136, 136, 136, 1);line-height: 30px;padding-bottom: 24px;position: relative;}
.qkzy_section3 .cont3 .right .qh_t .dd::before{content: "";display: block;width: 100%;height: 2px;background-color: rgba(251, 178, 22, 1);position: absolute;top: 100%;left: 0;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.qkzy_section3 .cont3 .right .qh_t .dd::after{content: "";display: block;width: 0;height: 0;border: 7px solid;border-color: rgba(251, 178, 22, 1) transparent transparent transparent;top: 100%;left: 50%;transform: translate(-50%,0); position: absolute;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;}
.qkzy_section3 .cont3 .right .qh_t .dd.on{font-weight: bold;font-size: 18px;color:  rgba(251, 178, 22, 1);}
.qkzy_section3 .cont3 .right .qh_t .dd:last-child{margin-right: 0;}
.qkzy_section3 .cont3 .right .qh_t .dd.on::before,
.qkzy_section3 .cont3 .right .qh_t .dd.on::after{opacity: 1;}
.qkzy_section3 .cont3 .right .qh_b{width: 100%;position: relative;}
.qkzy_section3 .cont3 .right .qh_b .dd{position: absolute;left: 0;top: 0;z-index: 1;width: 100%;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;}
.qkzy_section3 .cont3 .right .qh_b .dd.on{position: relative;z-index: 10;opacity: 1;}
.qkzy_section3 .cont3 .right .qh_b li{margin-bottom: 8px;}
.qkzy_section3 .cont3 .right .qh_b li a{display: flex;justify-content: space-between;align-items: center;padding: 9px 0;}
.qkzy_section3 .cont3 .right .qh_b li a .ico{width: 6px;min-width: 6px;height: 6px;background-color: rgba(251, 178, 22, 1);border-radius: 100%;}
.qkzy_section3 .cont3 .right .qh_b li a .bt{font-size: 18px;color: #000;line-height: 30px;width: calc(100% - 176px);padding: 0 8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.qkzy_section3 .cont3 .right .qh_b li a .info{font-size: 16px;color: rgba(136, 136, 136, 1);line-height: 24px;width: 170px;text-align: right;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.qkzy_section3 .cont3 .right .qh_b li a:hover{background: rgba(243, 249, 255, 1);padding: 9px 16px;}
.qkzy_section3 .cont3 .right .qh_b li a:hover .ico{background-color: rgba(37, 75, 113, 1);}
.qkzy_section3 .cont3 .right .qh_b li a:hover .bt,
.qkzy_section3 .cont3 .right .qh_b li a:hover .info{color: rgba(37, 75, 113, 1);}
@media screen and (max-width: 1680px) {
.qkzy_section3 .cont3 .left{width: 50%;}
.qkzy_section3 .cont3 .right{width: 50%;padding-left: 40px;}
.qkzy_section3 .cont3 .right .qh_t{margin-bottom: 20px;}
.qkzy_section3 .cont3 .right .qh_t .dd{margin-right: 30px;;padding-bottom: 14px;}
.qkzy_section3 .cont3 .right .qh_b li a{padding: 6px 0;}
.qkzy_section3 .cont3 .right .qh_b li a .bt{font-size: 16px;line-height: 26px;;}
.qkzy_section3 .cont3 .right .qh_b li a .info{font-size: 14px;}
.qkzy_section3 .cont3 .right .qh_b li a:hover{padding: 6px 12px;}
}
@media screen and (max-width: 1024px) {
.qkzy_section3{padding-top: 30px;padding-bottom: 30px;}
.qkzy_section3 .cont1{margin-bottom: 20px;display: block;}
.qkzy_section3 .cont1 .r_info{font-size: 14px;line-height: 20px;margin-top: 0;}
.qkzy_section3 .cont2{margin-bottom: 20px;padding: 14px;flex-wrap: wrap;}
.qkzy_section3 .cont2 .input{width: 48.5%; margin-bottom:14px;}
.qkzy_section3 .cont2 .input input{height: 36px;padding: 0 12px;font-size: 14px;}
.qkzy_section3 .cont2 .input input::-webkit-input-placeholder{font-size: 14px;}
.qkzy_section3 .cont2 .input input::-moz-placeholder{font-size: 14px;}
.qkzy_section3 .cont2 .input input::moz-placeholder{font-size: 14px;}
.qkzy_section3 .cont2 .input input:-ms-input-placeholder{font-size: 14px;}
.qkzy_section3 .cont2 .xlbox{width: 100%;}
.qkzy_section3 .cont2 .xlbox .top{padding: 0 12px;}
.qkzy_section3 .cont2 .xlbox .top .wz{font-size: 14px;line-height: 36px;width: calc(100% - 30px);}
.qkzy_section3 .cont2 .xlbox .bottom{padding: 12px;}
.qkzy_section3 .cont2 .xlbox .bottom a{font-size: 14px;margin-bottom: 10px;}
.qkzy_section3 .cont2 .button{width: 100%;font-size: 14px;line-height: 38px;}
.qkzy_section3 .cont2>div:nth-child(3){ width:100%;}
.qkzy_section3 .cont2>div:nth-child(4){margin-bottom: 12px;}
.qkzy_section3 .cont3{display: block;}
.qkzy_section3 .cont3 .left{width: 100%;}
.qkzy_section3 .cont3 .left .ico{width: 40px;}
.qkzy_section3 .cont3 .left .wzbox{padding: 8px 12px;}
.qkzy_section3 .cont3 .left .wzbox .wz{font-size: 15px;line-height: 24px;}
.qkzy_section3 .cont3 .right{width: 100%;padding-left: 0;margin-top: 20px;}
.qkzy_section3 .cont3 .right .qh_t{margin-bottom: 14px;}
.qkzy_section3 .cont3 .right .qh_t .dd{margin-right: 12px;font-size: 14px;line-height: 24px;padding-bottom: 10px;}
.qkzy_section3 .cont3 .right .qh_t .dd::after{width: 0;height: 0;border: 6px solid;border-color: rgba(251, 178, 22, 1) transparent transparent transparent;}
.qkzy_section3 .cont3 .right .qh_t .dd.on{font-size: 16px;}
.qkzy_section3 .cont3 .right .qh_b li a{padding: 5px 0;}
.qkzy_section3 .cont3 .right .qh_b li a .bt{font-size: 14px;line-height: 20px;width:100%;}
.qkzy_section3 .cont3 .right .qh_b li a .info{font-size: 12px;line-height: 20px;width: auto; white-space: nowrap;}
.qkzy_section3 .cont3 .right .qh_b li a:hover{padding: 5px 10px;}
}
@media screen and (max-width: 767px) {
.qkzy_section3 .cont3 .right .qh_b li a{ flex-wrap: wrap;}	
.qkzy_section3 .cont3 .right .qh_b li a .bt{ padding:0 0 0 8px; width: calc(100% - 8px);}
.qkzy_section3 .cont3 .right .qh_b li a .info{ width:100%;padding:0 0 0 14px; text-align: left; }
}	


.qkzy_section4{width: 100%;padding-top: 80px;padding-bottom: 80px;background: rgba(243, 249, 255, 1);}
.qkzy_section4 .cont1{display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.qkzy_section4 .cont1 .qh_t{width: calc(100% - 290px);padding: 0 74px;display: flex;align-items: center;}
.qkzy_section4 .cont1 .qh_t .dd{margin-right: 40px;font-size: 16px;color: rgba(136, 136, 136, 1);line-height: 20px;padding: 10px 0;position: relative;cursor: pointer;border-bottom: 1px solid rgba(255,255,255,0);}
.qkzy_section4 .cont1 .qh_t .dd:last-child{margin-right: 0;}
.qkzy_section4 .cont1 .qh_t .dd.on{border-bottom-color: #fbb216;color: #fbb216;}
.qkzy_section4 .cont2{width: 100%;position: relative;}
.qkzy_section4 .cont2 .list{position: absolute;left: 0;top: 0;z-index: 1;width: 100%;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;}
.qkzy_section4 .cont2 .list.on{position: relative;z-index: 10;opacity: 1;}
.qkzy_section4 .cont2 .ul{margin: 0 -15px;width: calc(100% + 30px);}
.qkzy_section4 .cont2 .ul .li{padding: 0 15px;}
.qkzy_section4 .cont2 .ul .libox{margin-bottom: 30px;border-radius: 12px;background: rgba(255, 255, 255, 1);padding: 32px;}
.qkzy_section4 .cont2 .ul .libox:last-child{margin-bottom: 0;}
.qkzy_section4 .cont2 .ul .libox .bt{font-size: 18px;color: #000;line-height: 30px;margin-bottom: 16px;min-height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.qkzy_section4 .cont2 .ul .libox .info{font-size: 14px;color: #888;line-height: 20px;margin-bottom: 36px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.qkzy_section4 .cont2 .ul .libox .dl{display: flex;align-items: flex-start;}
.qkzy_section4 .cont2 .ul .libox .dl .dd{margin-right: 16px;}
.qkzy_section4 .cont2 .ul .libox .dl a{display: flex;justify-content: center;align-items: center;border-radius: 4px;background: rgba(243, 249, 255, 1);padding: 0 12px;}
.qkzy_section4 .cont2 .ul .libox .dl a img{width: 20px;display: block;margin-right: 4px;}
.qkzy_section4 .cont2 .ul .libox .dl a .wz{font-size: 14px;color: rgba(37, 75, 113, 1);line-height: 36px;}
.qkzy_section4 .cont2 .ul .libox .dl a:hover{background-color: rgba(251,178,22,0.2);}
.qkzy_section4 .cont2 .ul .libox:hover .bt{color: rgba(251,178,22,1);}
.qkzy_section4 .cont2 .ul .slick-dots{margin-top: 24px;}
.qkzy_section4 .cont2 .ul .slick-dots li{border-radius:10px;width:10px; height:10px;margin:0 4px;background: rgba(37, 75, 113, 0.2);}
.qkzy_section4 .cont2 .ul .slick-dots li.slick-active{ background: #254b71;width: 30px;}
@media  screen and (max-width:1024px){
.qkzy_section4{padding-top: 30px;padding-bottom: 30px;}
.qkzy_section4 .cont1{margin-bottom: 20px;padding-bottom: 36px;position: relative;}
.qkzy_section4 .cont1 .qh_t{width: 100%;position: absolute;left: 0;bottom: 0; padding: 0;}
.qkzy_section4 .cont1 .qh_t .dd{margin-right: 12px;font-size: 14px;padding: 8px 0;}
.qkzy_section4 .cont2 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.qkzy_section4 .cont2 .ul .li{padding: 0 6px;}
.qkzy_section4 .cont2 .ul .libox{margin-bottom: 12px;padding:18px 14px;}
.qkzy_section4 .cont2 .ul .libox .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;min-height: 40px;}
.qkzy_section4 .cont2 .ul .libox .info{font-size: 14px;line-height: 18px;margin-bottom:8px;}
.qkzy_section4 .cont2 .ul .libox .dl{flex-wrap: wrap; margin-right:-8px; width: calc(100% + 8px);}
.qkzy_section4 .cont2 .ul .libox .dl .dd{margin-right: 8px;}
.qkzy_section4 .cont2 .ul .libox .dl a{ padding:0 8px;}
.qkzy_section4 .cont2 .ul .libox .dl a img{width: 16px;}
.qkzy_section4 .cont2 .ul .libox .dl a .wz{font-size: 12px;ine-height:28px;}
.qkzy_section4 .cont2 .ul .libox .dl .dd{margin-top: 8px;}
.qkzy_section4 .cont2 .ul .slick-dots{margin-top: 14px;}
.qkzy_section4 .cont2 .ul .slick-dots li{border-radius:6px;width:6px; height:6px; margin:0 4px;}
.qkzy_section4 .cont2 .ul .slick-dots li.slick-active{width: 18px;}
}

.qkzy_section5{width: 100%;padding-top: 80px;padding-bottom: 80px;position: relative;}
.qkzy_section5 .w_width{position: relative;z-index: 10;}
.qkzy_section5 .ba_img{width: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
.qkzy_section5 .sy_bt_box{margin-bottom: 40px;}
.qkzy_section5 .content .a{display: flex;justify-content: flex-start;align-items: center;background-color: rgba(243, 249, 255, 1);padding: 40px;}
.qkzy_section5 .content li:nth-child(even) .a{flex-direction:row-reverse;}
.qkzy_section5 .content li:nth-child(even) .a .right{padding-left: 0;padding-right: 40px;}
.qkzy_section5 .content .a .left{width: 50%;}
.qkzy_section5 .content .a .pic{ width: 100%; padding-bottom: 37.647%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.qkzy_section5 .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%);
-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;}
.qkzy_section5 .content .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);}
.qkzy_section5 .content .a .right{width: 50%;padding-left: 40px;}
.qkzy_section5 .content .a .date{font-size: 14px;color: rgba(251, 178, 22, 1);line-height: 18px;margin-bottom: 16px;}
.qkzy_section5 .content .a .bt{font-size: 18px;color: rgba(0, 0, 0, 1);line-height: 30px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.qkzy_section5 .content .a .info{font-size: 14px;color: rgba(84, 84, 84, 1);line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.qkzy_section5 .content .a:hover .bt{color: rgba(251, 178, 22, 1);}
@media  screen and (max-width:1024px){
.qkzy_section5{padding-top: 30px;padding-bottom: 30px;}
.qkzy_section5 .sy_bt_box{margin-bottom: 20px;}
.qkzy_section5 .content .a{padding: 20px;display: block;}
.qkzy_section5 .content li:nth-child(even) a .right{padding-right: 0;}
.qkzy_section5 .content .a .left{width: 100%;}
.qkzy_section5 .content .a .right{width: 100%;padding-left: 0;margin-top: 14px;}
.qkzy_section5 .content .a .date{margin-bottom: 8px;}
.qkzy_section5 .content .a .bt{font-size: 15px;line-height: 20px;margin-bottom: 10px;-webkit-line-clamp:1;}
.qkzy_section5 .content .a .info{font-size: 14px;line-height: 20px;-webkit-line-clamp:2;}
}

.qkzy_section6{width: 100%;padding-bottom: 80px;}
.qkzy_section6 .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.qkzy_section6 .left{width: 61.875%;}
.qkzy_section6 .right {width: 32.08333333333333%;}
.qkzy_section6 .content{margin-top: 40px;}
.qkzy_section6 .left .content .ul{margin: 0 -15px;width: calc(100% + 30px);}
.qkzy_section6 .left .content .li{padding: 0 15px;}
.qkzy_section6 .left .content a{display: block;width: 100%;padding: 32px 32px 18px 32px;background-color: rgba(243, 249, 255, 1);}
.qkzy_section6 .left .content a .pic{ width: 100%; padding-bottom: 134.57%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.qkzy_section6 .left .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%);
-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;}
.qkzy_section6 .left .content 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);}
.qkzy_section6 .left .content a .wzbox{margin-top: 12px;text-align: center;}
.qkzy_section6 .left .content a .bt{font-size: 16px;color: #000;line-height: 24px;margin-bottom: 4px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.qkzy_section6 .left .content a .jj{font-size: 14px;color: #888;line-height: 18px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.qkzy_section6 .left .content a:hover .bt{color: #fbb216;}
.qkzy_section6 .right .content ul{margin: -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.qkzy_section6 .right .content ul li{width: 50%;padding: 10px;}
.qkzy_section6 .right .content ul a{display: block;width: 100%;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 8px;overflow: hidden;}
.qkzy_section6 .right .content ul a .pic{ width: 100%; padding-bottom: 53.211%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.qkzy_section6 .right .content ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%) scale(1.01); -moz-transform: translate(-50%, -50%) scale(1.01); transform: translate(-50%, -50%) scale(1.01);
-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;}
.qkzy_section6 .right .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);}
@media  screen and (max-width:1680px){
.qkzy_section6 .sy_bt_box .bt_left .bt .wz{font-size: 28px;}
}
@media  screen and (max-width:1024px){
.qkzy_section6{padding-bottom: 30px;}
.qkzy_section6 .w_width{display: block;}
.qkzy_section6 .left{width: 100%;margin-bottom: 30px;}
.qkzy_section6 .right {width: 100%;}
.qkzy_section6 .content{margin-top: 20px;}
.qkzy_section6 .left .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.qkzy_section6 .left .content .li{padding: 0 6px;}
.qkzy_section6 .left .content a{padding: 14px;}
.qkzy_section6 .left .content a .bt{font-size: 14px;line-height: 20px;margin-bottom: 4px;}
.qkzy_section6 .left .content a .jj{font-size: 13px;line-height: 18px;}
.qkzy_section6 .left .content .slick-dots{margin-top: 14px;}
.qkzy_section6 .right .content ul{margin: -6px;width: calc(100% + 12px);}
.qkzy_section6 .right .content ul li{padding: 6px;width: 33.333%;}
.qkzy_section6 .sy_bt_box .bt_left .bt .wz{font-size: 17px;}
}


.colummxq_section .cont1 .left .dd a{color: rgba(37, 75, 113, 0.8);}
.colummxq_section .cont1 .left .dd a:hover{color: rgba(37, 75, 113, 1);}

.tkxq_section .one_info .dd a:hover{color: rgba(37, 75, 113, 1);}



/*251121start*/
.wzlb_section1{  border-radius: 12px;}
.wzlb_section1 .cont2 li .boxs{ justify-content: flex-end;}

@media  screen and (max-width:1024px){
.wzlb_section1 .cont2 li{ padding:16px 14px;}
.wzlb_section1 .cont2 li .boxs .right {
top: 16px;
}

}


.wzxq_section1{width: 100%; border-radius: 12px;padding:50px 60px;font-size: 16px;
  color: #333;
  line-height: 30px;}
.wzxq_section1 .cont2{width: 100%; margin-top:30px;}
.wzxq_section1 .title{font-size: 30px;color: #000;line-height: 48px;margin-bottom: 16px;font-weight: bold;}
.wzxq_section1 .cont1{margin-bottom: 24px;padding-bottom: 24px;border-bottom: 1px solid rgba(37, 75, 113, 1);display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: #888;line-height: 26px;}
.wzxq_section1 .cont1 .dd{display: flex;justify-content: flex-start;align-items: center;margin-right: 40px;}
.wzxq_section1 .cont1 .dd:last-child{margin-right: 0;}
.wzxq_section1 .cont1 .dd .wz{margin-left: 8px;}
.wzxq_section1 .cont1 .dd img{width: 20px;display: block;}
.wzxq_section1 .page_box{padding-top: 30px;margin-top: 30px;border-top: 1px solid rgba(37, 75, 113, 1);display: flex;justify-content: space-between;align-items: center;}
.wzxq_section1 .page_box .page_l{width: calc(100% - 220px);}
.wzxq_section1 .page_box .page_l a{display: block;font-size: 16px;color: #333333;line-height:30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.wzxq_section1 .page_box .page_l a:hover{color:rgba(37, 75, 113, 1);}
.wzxq_section1 .page_box .back a{width:190px;display: flex;justify-content: center;align-items: center;border: 1px solid rgba(37, 75, 113, 1);border-radius: 46px;position: relative;overflow: hidden;}
.wzxq_section1 .page_box .back a .wz{font-size: 16px;color: rgba(37, 75, 113, 1);line-height: 44px;margin-right: 12px;position: relative;z-index: 10;  text-transform: capitalize;}
.wzxq_section1 .page_box .back a img{width: 20px;display: block;position: relative;z-index: 10;}
.wzxq_section1 .page_box .back a .ico2{display: none;}
.wzxq_section1 .page_box .back a:hover .wz{color: #fff;}
.wzxq_section1 .page_box .back a:hover .ico1{display: none;}
.wzxq_section1 .page_box .back a:hover .ico2{display: block;}
.wzxq_section1 .page_box .back a:hover{background:rgba(37, 75, 113, 1);}

.wzxq_section2{  padding: 30px 30px 40px 30px;}

@media  screen and (max-width:1024px){
.wzxq_section1{padding:25px 16px;font-size: 14px;
  line-height: 24px;}
.wzxq_section1 .title{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.wzxq_section1 .cont2{ margin-top:20px;}
.wzxq_section1 .cont1{margin-bottom: 20px;padding-bottom:20px;font-size: 14px;
  line-height: 24px;}
.wzxq_section1 .cont1 .dd{margin-right:16px;}
 .wzxq_section1 .page_box{padding-top: 20px;margin-top: 20px;display: block;}
 .wzxq_section1 .page_box .page_l{width: 100%;}
 .wzxq_section1 .page_box .page_l a{margin-bottom:0px;font-size: 14px;line-height:28px;}
 .wzxq_section1 .page_box .back a{width: 160px;border-radius: 36px;margin: 12px auto 0 auto;}
 .wzxq_section1 .page_box .back a .wz{font-size: 14px;line-height: 34px;margin-right: 8px;}
 .wzxq_section1 .page_box .back a img{width: 18px;}
}


/*251121end*/



/*251125start*/
.about_tit1{ display: flex; align-items: center; width:100%;color:#000; padding-top:60px;
font-size: 24px;
font-weight: 600;
line-height: 30px;
}
.about_tit1 .num{border-radius: 50%;
width: 40px;
height: 40px;
display: flex; margin-right: 8px;
justify-content: center;
align-items: center;
background:rgba(251, 178, 22, 1);color:rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-align: center;
}

.pt20{ padding-top:20px;}


@media screen and (max-width:1024px) {
.about_tit1{padding-top: 20px; font-size:16px; line-height:26px;}	
.about_tit1 .num{
width: 30px;
height: 30px;
font-size: 14px;
}
.pt20{padding-top: 10px;}	


}


.about_ico{ margin-top: 80px;}
.about_ico .ul{ display:flex; flex-wrap: wrap; justify-content:space-between; width: 100%; padding:43px 0;}
.about_ico .ul .li{ display:flex; flex-wrap: wrap; align-items: center; justify-content: center; width:196px; height:196px; margin:40px 0;
border: 2px dashed #6AC7B3; border-radius: 50%;
backdrop-filter: blur(50px);}
.about_ico .ul .la{ display:flex; flex-wrap: wrap; align-content: center; justify-content: center; width:166px; height:166px;backdrop-filter: blur(50px); border-radius: 50%;
background:#6AC7B3;}
.about_ico .ul .tit{ display:block; width:100%;color:rgba(255, 255, 255, 1); margin-top: 8px;
font-size: 16px;
font-weight: 700;
line-height: 24px;
text-align: center;}
.about_ico .ul .ico{ display:block; width:100%; line-height: 0;text-align: center;}
.about_ico .ul .ico img{  width:40px; height:40px;}

.about_ico .ul .li:nth-child(5n+2){border: 2px dashed #FBB216;}
.about_ico .ul .li:nth-child(5n+2) .la{background:#FBB216;}
.about_ico .ul .li:nth-child(5n+3){border: 2px dashed #88C241;}
.about_ico .ul .li:nth-child(5n+3) .la{background:#88C241;}
.about_ico .ul .li:nth-child(5n+4){border: 2px dashed #42C4E8;}
.about_ico .ul .li:nth-child(5n+4) .la{background:#42C4E8;}
.about_ico .ul .li:nth-child(5n+5){border: 2px dashed #E75D25;}
.about_ico .ul .li:nth-child(5n+5) .la{background:#E75D25;}


@media screen and (max-width:1440px) {
.about_ico .ul .li{width:166px; height:166px;}
.about_ico .ul .la{width:146px; height:146px;}
}
@media screen and (max-width:1024px) {
.about_ico{margin-top: 30px;}	
.about_ico .ul{ padding:30px 0;}
.about_ico .ul .li{width:130px; height:130px;margin:10px 0;}
.about_ico .ul .la{width:110px; height:110px;}
.about_ico .ul .tit{ font-size:13px; line-height:18px;margin-top: 4px;}
.about_ico .ul .ico img{  width:30px; height:30px;}
}
@media screen and (max-width:767px) {
.about_ico .ul{margin:0 -10px; width:calc(100% + 20px); justify-content: center;} 	
.about_ico .ul .li{width:5.3rem; height:5.3rem;margin:0.45rem 0.45rem;}
.about_ico .ul .la{width:4.6rem; height:4.6rem;}
.about_ico .ul .tit{ font-size:0.54rem; line-height:1.2;margin-top: 0;}
.about_ico .ul .ico img{  width:30px; height:30px;}
}



.contact-tit{ display: block;  width:100%; margin-top: 39px; color:#000;
font-size: 24px;
font-weight: 600;
line-height: 30px;
}
.contact{ display: block;  width:100%; padding: 24px 0 21px 0 ; }
.contact .box{ display: flex; flex-wrap: wrap; width:calc(100% + 20px); margin:-10px;}
.contact .box .li{ display: flex; flex-wrap: wrap; width:33.33%; text-align:center; padding:10px;}
.contact .box .li .la{ display: flex; flex-wrap: wrap; width:100%; justify-content: center; align-content: flex-start; position: relative; height:100%;background: rgba(243, 249, 255, 1); border-radius: 8px; padding:40px;transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;}
.contact .box .li .ico{ border-radius: 50%; display:flex; align-items: center; justify-content: center; width:56px; line-height: 0; height:56px;background:rgba(37, 75, 113, 1);}
.contact .box .li .ico img{ width:30px; height:30px;}
.contact .box .li .tit{ display:block; width:100%; color:#000;font-size:16px; line-height:30px; margin-top:16px;font-weight: 700;
transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;}
.contact .box .li .p{ display:block; width:100%; color:#333;font-size:16px; line-height:30px; margin-top:4px;}
.contact .box .li .la:hover .tit{ color:#254B71;}
.contact .box .li .la:hover .ico{ background:rgba(251, 178, 22, 1);}

@media screen and (max-width:1024px) {
	
.contact-tit{margin-top:15px; 
font-size: 16px;
line-height: 24px;
}
.contact{ padding: 10px 0 10px 0 ; }
.contact .box{ width:calc(100% + 16px); margin:0 -8px;}
.contact .box .li{ padding:8px 8px;}	
.contact .box .li .la{ padding:20px 14px;}
.contact .box .li .ico{ min-width:40px; width:40px; height:40px;}	
.contact .box .li .ico img{ width:24px; height:24px;}	
.contact .box .li .tit{ font-size:16px; line-height:26px;}
.contact .box .li .p{ font-size:14px; line-height:24px; margin-top:4px;}
}
@media screen and (max-width:767px) {
.contact .box .li{ width:100%; position: relative; text-align: left;}
.contact .box .li .la{ padding:16px 16px 16px 68px;}
.contact .box .li .ico{ width: auto; position: absolute; left:16px; top:24px;}
.contact .box .li .tit{ margin: 0;}
.contact .box .li .p{ margin: 0;}
}




.mapbox{ display: block; width:100%; position: relative; margin-top: 24px;}
.mapbox .a{ position: relative; display: block; width:100%; height:600px; overflow: hidden;}
.mapbox .box{ display:block; position:absolute; z-index:5; line-height: 0; margin:-16px 0 0 -16px;width:32px; line-height: 0;}
.mapbox .box .ico{ width:100%;}
.mapbox .cont{ border-radius: 4px; white-space: normal; display: flex; width:448px; text-align: center; flex-wrap: wrap; justify-content: center; position:absolute;  z-index:5; background: #fff; padding:24px;  transform: translate(-50%,-130%); -ms-transform: translate(-50%,-130%);}
.mapbox .cont::after{ content:''; display:block; position: absolute; left:50%; top:100%; border-left:12px solid transparent; border-right:12px solid transparent;border-top:12px solid #fff;  margin:0 0 0 -12px; z-index:6;}
.mapbox .cont .tit{ width:100%; color: #333; font-size:16px; line-height:30px; }
.mapbox .cont .p{ display: inline-flex; align-items: center; border-radius: 4px; color: #fff; font-size:14px; line-height:20px; background: #254B71; padding:8px 16px; margin-top:16px;}
.mapbox .cont .p img{ width:20px; height:20px; margin-right:6px;}
.mapbox .cont .p:hover{ background: rgba(251, 178, 22, 1);}



@media screen and (max-width: 1024px) {
.mapbox .a{ height:400px;}
.mapbox .cont{width:280px; padding:14px;}
.mapbox .cont .tit{ font-size:14px; line-height:24px; }
.mapbox .cont .p{ font-size:13px; padding:6px 14px; margin-top:8px;}
}

/*251125end*/


/*251126start*/
.qklb_section .content ul .right .info{min-height: inherit;height: 144px;}
@media screen and (max-width:1680px) {
.qklb_section .content ul .right .info{min-height: inherit;height: 120px;}
}
@media screen and (max-width:1024px) {
.qklb_section .content ul .right .info{min-height: inherit;height: 80px;}
}

.qkzy_section1 .cont2 ul li a img{ min-width: 64px; height:64px;}
@media screen and (max-width: 1024px) {

.qkzy_section1 .cont2 ul li a img{min-width: 40px;height:40px;}
.qkzy_section5 .sy_more2{white-space: nowrap;
    min-width: 104px;}
}



/*251126end*/


/*251128start*/
.qkbw_section .content ul{ display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}
.qkbw_section .content li{width:48.8%;}
.qkbw_section .content li .cont{ padding:24px 16px;}
.qkbw_section .content li .cont .right .btbox > a{ width: 100%;}
.qkbw_section .content li .cont .left{ width:119px;}
.qkbw_section .content li .cont .right{width: calc(100% - 119px);
  padding-left:24px;}
.qkbw_section .content li .cont .right .btbox .bt{ font-size:18px;}  
.qkbw_section .content li .cont .right .bq a{ font-weight: 600; line-height:26px; padding: 0 9px 1px 9px;}
.qkbw_section .content li .cont .right .info1{   -webkit-line-clamp:3; margin-bottom:16px;}
.qkbw_section .content li .cont .right .info2{  -webkit-line-clamp:inherit; margin:16px 0 0 0;}
.qkbw_section .content li .cont .sorll{ display: block; width: 100%;max-height: 152px; overflow-y: auto;  scrollbar-width: thin;
  scrollbar-color:#80C41C #fff; padding-right: 16px;
}
.qkbw_section .content li .cont .sorll::-webkit-scrollbar {
  width:8px;
}
.qkbw_section .content li .cont .sorll::-webkit-scrollbar-thumb {
  background-color:#fff;border-radius:8px;
}
.qkbw_section .content li .cont .sorll::-moz-scrollbar {
  width:8px; 
}
.qkbw_section .content li .cont .sorll::-moz-scrollbar-thumb {
  background-color:#fff;border-radius:8px;
}	
  
@media screen and (max-width:1440px) {
.qkbw_section .content li .cont .left{ width:90px;}	
.qkbw_section .content li .cont .right{width: calc(100% - 90px);
  padding-left:16px;}
 .qkbw_section .content li .cont .right .btbox{ margin-bottom:9px; padding-bottom: 9px;} 
.qkbw_section .content li .cont .right .btbox .bt{ font-size:16px;}  
.qkbw_section .content li .cont .right .bq a{ font-size:13px; line-height: 26px;}
.qkbw_section .content li .cont .right .info1{ font-size:14px; line-height:20px; margin-bottom:9px; }  
 .qkbw_section .content li .cont .right .info2{ font-size:14px; line-height:20px; margin:9px 0 0 0;}   
 .qkbw_section .content li .cont .abox a{width:30px;
  height: 30px;}
 .qkbw_section .content li .cont .abox a img{width:16px;} 
 .qkbw_section .content li .cont .sorll{ max-height: 125px;}
 
} 
 @media screen and (max-width:1024px) {
.qkbw_section .content li .cont{  display: flex;padding: 14px;} 
.qkbw_section .content li .cont .left{ position: static; width:90px;}	
.qkbw_section .content li .cont .right{width: calc(100% - 90px);
  padding-left:14px;}
.qkbw_section .content li .cont .right .bq a{ font-weight: 600; line-height: 24px; padding: 0 9px 2px 9px;}
 .qkbw_section .content li .cont .right .btbox{ width: 100%;} 

 .qkbw_section .content li .cont .right .info1{padding: 0;}
 .qkbw_section .content li .cont .right .btbox > a{ margin-bottom: 0;}
 .qkbw_section .content li .cont .sorll{ padding-right: 6px;max-height: 125px;}
 }  
 @media screen and (max-width:767px) {
	.qkbw_section .content li{width:100%;} 
 }
   
  

/*251128end*/

/*251201start*/

.sy_section3 .cont2 .slick-track{  display: flex;}
.qkbw_section .content li .cont .right .btbox .bt{-webkit-line-clamp:2;}

/*251201end*/


/*2512002start*/
.partner{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.partner .ul{ display: flex; flex-wrap: wrap; width:calc(100% + 0.3rem); margin:-0.2rem -0.15rem;}
.partner .li{ display: flex; flex-wrap: wrap; width:20%; padding:0.2rem 0.15rem;}
.partner .la{ display: flex; flex-wrap: wrap; width:100%; align-content: flex-start; }
.partner .img{ display: flex; align-items: center; justify-content: center; position:relative; width:100%; padding-bottom:50%;  border-radius: 8px; overflow: hidden;  border: 1px solid rgba(0,0,0,0.15);}
.partner .img img{ position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); display: block; max-width:80%; max-height:80%; object-fit: contain;}
.partner .tit{ display: block; text-align: center; width:100%; font-size: 16px;color: #333;line-height:22px;margin-top:0.2rem;}
.partner .la:hover .img{ border: 1px solid rgba(37, 75, 113, 1);}
.partner .la:hover .tit{color: #333;  color: rgba(37, 75, 113, 1);}

@media screen and (max-width:1024px) {
.partner{padding-top: 40px;padding-bottom: 40px;}
.partner .ul{ width:calc(100% + 14px); margin:-10px -7px;}
.partner .li{ width:33.33%; padding:10px 7px;}
.partner .img img{  max-width:70%; max-height:70%;}
.partner .tit{font-size: 14px;line-height: 20px;margin-top: 12px;}
}
@media screen and (max-width:767px) {
.partner .li{ width:50%;}
}

.partner1{width: 100%;padding-top: 100px;padding-bottom: 100px; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center;}
.partner1 .logo{ width:25%;}
.partner1 .img{ display: flex; align-items: center; justify-content: center; position:relative; width:100%; padding-bottom:50%; border-radius: 8px; overflow: hidden;  border: 1px solid rgba(0,0,0,0.15);}
.partner1 .img img{ position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); display: block; max-width:80%; max-height:80%; object-fit: contain;}
.partner1 .tit{ display: block; text-align: center; width:100%; font-size: 36px;
  color: rgba(37, 75, 113, 1);
  line-height:46px;
  font-weight: bold;margin-top:45px;}
.partner1 .info{ display: block; width:100%; font-size: 16px;color: #333;line-height: 30px;margin-top:45px;}

@media screen and (max-width:1024px) {
.partner1{padding-top: 40px;padding-bottom: 40px;}
.partner1 .logo{ width:240px;}
.partner1 .img img{  max-width:70%; max-height:70%;}
.partner1 .tit{font-size: 17px;line-height:25px;margin-top: 20px;}
.partner1 .info{font-size: 14px;line-height: 24px;margin-top: 15px;}
}

/*2512002end*/

.about_who .cont1{margin-top: 24px;margin-bottom: 80px;}
.about_who .cont1 ul{display: flex;justify-content: space-between;align-items: center;}
.about_who .cont1 a{display: flex;justify-content: center;align-items: center;padding: 0 20px;border-radius: 4px;background: rgba(243, 249, 255, 1);}
.about_who .cont1 img{width: 24px;display: block;}
.about_who .cont1 .ico2{display: none;}
.about_who .cont1 .wz{font-size: 16px;color: rgba(37, 75, 113, 1);line-height: 72px;margin-left: 8px;}
.about_who .cont1 a:hover{background-color: rgba(251,178,22,0.1);}
.about_who .cont1 li.on a{background-color: rgba(37, 75, 113, 1)!important;}
.about_who .cont1 li.on .ico1{display: none;}
.about_who .cont1 li.on .ico2{display: block;}
.about_who .cont1 li.on .wz{color: #fff;}

@media screen and (max-width:1680px) {
.about_who .cont1{margin-bottom: 50px;}
.about_who .cont1 a{padding: 0 16px;}
.about_who .cont1 img{width: 20px;}
.about_who .cont1 .wz{font-size: 14px;line-height: 56px;margin-left: 6px;}
}
@media screen and (max-width:1400px) {
.about_who .cont1 a{padding: 0 12px;}
.about_who .cont1 img{width: 18px;}
.about_who .cont1 .wz{font-size: 12px;line-height: 50px;margin-left: 4px;}
}
@media screen and (max-width:1024px) {
.about_who .cont1{margin-top: 20px;margin-bottom: 20px;}
.about_who .cont1 ul{display: block;font-size: 0;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.about_who .cont1 ul::-webkit-scrollbar{ display: none;}
.about_who .cont1 li{display: inline-block;vertical-align: top;margin-right: 10px;}
.about_who .cont1 li:last-child{margin-right: 0;}
.about_who .cont1 a{padding: 0 16px;}
.about_who .cont1 img{width: 22px;}
.about_who .cont1 .wz{font-size: 14px;line-height: 40px;}
}


/* 251204start */
.ny_banner .ej_section ul a{ display:flex; align-items: center; justify-content: center; text-align:center;  line-height: 1.2; height: 56px;  padding: 6px 6px;}
@media screen and (max-width:1680px) {
.ny_banner .ej_section ul a{height: 50px;}
}
@media screen and (max-width:1024px) {
.ny_banner .ej_section ul a{height: 40px;padding: 0 15px;}
}


.t_navs .top .pcSs_box  input{ background: none;-webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;}
.t_navs .top .pcSs_box  input:focus{ background:none;}
.t_navs .top .pcSs_box  input:-webkit-autofill,
.t_navs .top .pcSs_box  input:-webkit-autofill:hover,
.t_navs .top .pcSs_box  input:-webkit-autofill:focus,
.t_navs .top .pcSs_box  input:-webkit-autofill:active {
background:none;
}

/* 251204end */

.pulic_section .pulic_left .cont2{position:relative; z-index:1;}


/* 251212start */
.t_navs .btn{ display: inline-flex;}
.t_navs .btn a{ display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; border:1px solid #fff; background: #fff; color: #333;padding: 0 20px;line-height: 1; height:42px; border-radius:42px; font-size: 14px; margin:0 0 0 12px;}
.t_navs .btn a:hover{ border:1px solid rgba(37, 75, 113, 1) !important;  background:rgba(37, 75, 113, 1) !important; color: #fff;}
.wyb_s.on .btn a{  border: 1px solid rgba(0,0,0,0.15);}
.wyb_s.ny .btn a{  border: 1px solid rgba(0,0,0,0.15);}

@media screen and (max-width:1024px) {
.t_navs .btn a{padding: 0 14px 2px 14px; height:30px; border-radius:30px; font-size: 12px; margin:0 10px 0 0; border: 1px solid rgba(0,0,0,0.15);}
}


.wzxq_section .cont1{ flex-wrap: wrap;}
.qkbw_section .content li .cont .right .info1{-webkit-line-clamp: inherit;}


/* 251212end */


/* 251216start */
.qklb_section .content ul{ align-items: inherit;}
.qklb_section .content ul .libox{  align-items: flex-start; height: 100%;}
.wzxq_section .cont4 ul a{ border:none;}
.wzxq_section .cont4 ul a:hover{ border:none;   background: rgba(240, 249, 247, 1);  color: rgba(106, 199, 179, 1);}



.about_who .info{ padding-bottom: 20px;}
.about_who .info .dd{ display: flex; align-items:center; justify-content: space-between; width: 100%; flex-wrap: wrap; margin:50px 0;}
.about_who .info .dd-left{ display: block; width:20%;}
.about_who .info .dd-right{ display: block; width: 76%;}
.about_who .info span{  text-wrap-mode: inherit !important;}

@media screen and (max-width:767px) {
.about_who .info .dd{ margin:40px 0;}	
.about_who .info .dd-left{ width:100%; text-align: center;}
.about_who .info .dd-right{ margin-top:20px; width: 100%;}
}


/* 251216end */




/* 251223start */
.sy_section3 .cont2 .ul .li a{height: 100%;}
.ipub-model__wrap{ position: fixed; left: 0; top: 0; z-index: 999999;  display:none;
}
.ipub-model-box{ background: rgba(82,100,117,.2);
  width: 100vw;
  height: 100vh;
  display:flex;
  justify-content: center;
  align-items: center;}
.ipub-model__content{
  position: relative;
  width: 600px;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 10px 10px 20px 0 rgba(206,232,234,.5019607843137255);
}
.ipub-model__close{ z-index: 10;
  position: absolute;
  right:10px;
  top: 10px;
  cursor: pointer;
}
.ipub-icon{ display:flex; align-items: center; justify-content: center; width:50px; height: 50px; transform: rotate(45deg); -ms-transform: rotate(45deg);
  font-size:36px; color: #000; line-height: 1;
}
.ipub-model__body{
  margin: 20px 0 0 0; width: 100%;
  box-sizing: border-box;
}
.ipub-h3{width: 100%; color: #000;
  font-size: 24px; line-height:40px;
  line-height: 32px;
  font-weight: 700;}
.ipubw-p3 {
  font-size:14px;
  line-height:24px;  color: #333;margin-bottom: 20px;
}
.link-color{  color:rgba(37, 75, 113, 1);}
.mar-b-20 {
  width:100%; 
}
.ipub-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
    width: calc(100% + 16px);
}
.ipub-col{ display: flex; min-width:24%;
  flex-wrap: wrap;
  padding:8px;}
.ipub-button{width:100%; 
  border: 1px solid rgba(0, 0, 0, 0.1);
display: inline-flex;
  line-height: 1; border-radius: 3px;
  cursor: pointer;height: 40px; padding:0 16px;
text-align: center; justify-content: center; align-items: center;
  box-sizing: border-box;
  font-size:14px; color:rgba(37, 75, 113, 1);
}
.ipub-button:hover{background-color: rgba(106, 199, 179, 1);border-color: rgba(106, 199, 179, 1);color: #fff;}


@media screen and (max-width:767px) {
.ipub-model__close{
  right:0;
  top: 0;
}	
.ipub-model__content{
  width: 93%;
  padding:25px 15px;
}
.ipub-row {
  margin: 0 -5px;
    width: calc(100% + 10px);
}
.ipub-col{ min-width:inherit;
  padding:5px;}
.ipub-button{ font-size:13px; height: 30px; padding:0 10px 2px 10px;}
.ipub-h3{ font-size:20px; line-height: 28px;}
.ipub-model__body{ margin:10px 0 0 0;}
.ipubw-p3{  margin-bottom: 15px;}

}


/* 251223end */