﻿@charset "UTF-8";
html{
  font-size: 6.25vw;
}
@media screen and  (min-width: 1600px){ /*主体宽度*/
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}
body::-webkit-scrollbar{ width: 5px;}
body::-webkit-scrollbar-track{ background-color: #F1F1F1;}
body::-webkit-scrollbar-thumb{ width: 5px;  background-color: #6ab357;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #6ab357;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:1600px; margin-right: auto; margin-left: auto;}
.w_1400{max-width:1400px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 100px;padding-right: 100px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 99999;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .nav1{padding: 8px 50px;background: linear-gradient(to right ,#5ab271,#307bb1);}
.t_navs .nav1 .w_width{display: flex;justify-content: flex-end;align-items: center;}
.t_navs .nav1 a{display: flex;align-items: center;margin-right: 100px;}
.t_navs .nav1 a:last-child{margin-right: 0;}
.t_navs .nav1 a img{width: 24px;display: block;}
.t_navs .nav1 a .wz{font-size: 14px;color: #ffffff;line-height: 24px;padding-left: 8px;}
.t_navs .nav1 a:hover .wz{text-decoration: underline;}
.t_navs .nav2{background-color: #ffffff;padding: 0 50px;}
.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: 52px;}
.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;}
.t_navs .top .menu .l1 .a1{ display: block;color: #4e4e4e; position: relative;padding: 0 0.4rem;line-height: 84px; font-size: 18px;}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ color: #0062a6;}
.t_navs .top .menu .l1 .a1::after,.t_navs .top .menu .l1 .a1::after{ content: ""; display: block; width: 0; height: 2px; background: #0062a6; position: absolute; bottom: 0; left: 50%;transform: translate(-50%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .menu .l1:hover .a1::after{width: 100%;}
.t_navs .top .u2{min-width: 200px;border-top: 2px solid #0062a6; top:calc(100% - 2px); left: 50%;z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);height: auto;position: absolute;background: #ffffff;padding: 10px 20px 34px 20px;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{border-bottom: 1px solid #f0f0f0; display: block; text-align: center;font-size: 18px;line-height: 30px;padding: 15px 30px;white-space:nowrap;-webkit-transform: translateY(5px);opacity: 0;position: relative;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.t_navs .top .u2 .l2 .a2::after{width: 0px;height: 1px;position: absolute;left: 50%;margin-left: 0px;content: '';bottom: 0px;background: rgba(255, 255, 255, .3);-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);}
.t_navs .top .u2 .l2 .a2>div{color: #666666;
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{border-block-color: #0062a6;}
.t_navs .top .u2 .l2 .a2:hover>div{color: #0062a6;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .ej_nav3{width: 730px;position: absolute;left: 0;top: 100%;background-color: #ffffff;box-shadow: 0 0 20px rgba(0,0,0,0.1);display: none;}
.t_navs .top .ej_nav3>div{display: flex;justify-content: flex-start;align-items: stretch;}
.t_navs .top .ej_nav3 ._l{width: 48.76712328767123%;padding: 36px 40px 70px 40px;background-color: #f5f5f5;}
.t_navs .top .ej_nav3 ._l .dd{border-bottom: 1px solid #e4e4e4;}
.t_navs .top .ej_nav3 ._l .dd a{display: flex;justify-content: flex-start;align-items: center;padding: 16px 0;}
.t_navs .top .ej_nav3 ._l .dd .ico_l{width: 26px;display: block;}
.t_navs .top .ej_nav3 ._l .dd .ico_l2{display: none;}
.t_navs .top .ej_nav3 ._l .dd .wz{font-size: 18px;color: #666666;line-height: 30px;width: calc(100% - 50px);padding: 0 10px;}
.t_navs .top .ej_nav3 ._l .dd .ico_r{width: 24px;display: block;}
.t_navs .top .ej_nav3 ._l .dd .ico_r2{display: none;}
.t_navs .top .ej_nav3 ._l .dd.on{border-bottom-color: #0062a6;}
.t_navs .top .ej_nav3 ._l .dd.on .ico_l1{display: none;}
.t_navs .top .ej_nav3 ._l .dd.on .ico_l2{display: block;}
.t_navs .top .ej_nav3 ._l .dd.on .wz{color: #0062a6;}
.t_navs .top .ej_nav3 ._l .dd.on .ico_r1{display: none;}
.t_navs .top .ej_nav3 ._l .dd.on .ico_r2{display: block;}
.t_navs .top .ej_nav3 ._r{width: 51.23287671232877%;padding: 48px 52px 90px 42px;}
.t_navs .top .ej_nav3 ._r .dl{width: 100%;position: relative;}
.t_navs .top .ej_nav3 ._r .dl .dd{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .ej_nav3 ._r .dl .dd.on{opacity: 1;z-index: 3;position: relative;}
.t_navs .top .ej_nav3 ._r .title{font-size: 22px;color: #333333;line-height: 26px;padding-bottom: 26px;margin-bottom: 22px;font-weight: bold;border-bottom: 1px solid #e4e4e4;}
.t_navs .top .ej_nav3 ._r .ol .od{margin-bottom: 24px;}
.t_navs .top .ej_nav3 ._r .ol .od:last-child{margin-bottom: 0;}
.t_navs .top .ej_nav3 ._r .ol .od a{padding-left: 20px;position: relative;font-size: 16px;color: #666666;line-height: 20px;}
.t_navs .top .ej_nav3 ._r .ol .od a::after{content: "";display: block;width: 6px;height: 6px;background-color: #6ab357;position: absolute;left: 0;top: 9px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.t_navs .top .ej_nav3 ._r .ol .od a:hover{color: #0062a6;text-decoration: underline;}
.t_navs .top .pcSs_box{width: 264px;position: relative;margin-left: 42px;}
.t_navs .top .pcSs_box input{width: 100%;height: 40px;border: 1px solid #d1d5db;border-radius: 20px;position: relative;padding: 0 56px 0 16px;font-size: 14px;color: #333;}
.t_navs .top .pcSs_box input::-webkit-input-placeholder{font-size:14px;color:#acafb5;opacity: 1;}
.t_navs .top .pcSs_box input::-moz-placeholder{font-size:14px;color:#acafb5;opacity: 1;}
.t_navs .top .pcSs_box input::moz-placeholder{font-size:14px;color:#acafb5;opacity: 1;}
.t_navs .top .pcSs_box input:-ms-input-placeholder{font-size:14px;color:#acafb5;opacity: 1;}
.t_navs .top .pcSs_box .ico{width: 50px;height: 40px;background-color: #6ab357;display: flex;justify-content: center;align-items: center;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);cursor: pointer;border-radius: 20px;}
.t_navs .top .pcSs_box .ico img{width: 24px;display: block;}
.t_navs .top .pcSs_box .ico:hover{background-color: #0062a6;}
.t_navs .top .phjt{display: none;}
.t_navs .top .phyyqh{display: none;}
.wyb_s.on{box-shadow: 0 0 20px rgba(0,0,0,0.1);top: -40px;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 124px;opacity: 0;}

@media screen and (max-width:1680px) {
.t_navs .top .logo img{ height: 46px;}
.t_navs .top .menu .l1 .a1{ padding: 0 0.2rem; font-size: 16px;}
.t_navs .top .pcSs_box{margin-left: 30px;}

.t_navs .top .u2{min-width: 160px;padding: 10px 14px 20px 14px;}
.t_navs .top .u2 .l2{ width: 100%;}
.t_navs .top .u2 .l2 .a2{font-size: 14px;line-height: 24px;padding: 10px 20px;}
}
@media screen and (max-width:1180px) {
.t_navs .top .logo img{ height: 40px;}
.t_navs .top .menu .l1 .a1{ padding: 0 0.1rem; font-size: 15px;}
.t_navs .top .pcSs_box{margin-left: 16px;}
}
@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 .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:#6ab357;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:#6ab357;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: #6ab357;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:#6ab357;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;}
.t_navs .top .phyyqh{display: block;margin-right: 20px;}
.t_navs .top .phyyqh a{display: flex;align-items: center;}
.t_navs .top .phyyqh a img{width: 22px;display: block;margin-right: 8px;}
.t_navs .top .phyyqh a .wz{font-size: 14px;color: #333;line-height: 22px;}
.t_navs .top .phjt{display: block;margin-right: 12px;}
.t_navs .top .phjt a{display: flex;align-items: center;}
.t_navs .top .phjt a img{width: 22px;display: block;margin-right: 8px;}
.t_navs .top .phjt a .wz{font-size: 14px;color: #333;line-height: 22px;}
}

/*手机端底漂浮*/
.pf_down{ width: 100%; float: left; position: fixed; left: 0; background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 99;bottom: 0; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.pf_down li{ width:25%; float: left; text-align: center; padding:10px 0;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center;}
.pf_down li .ico7 img{ width:24px; height: 24px;}
.pf_down li .ico7 .show{ display: block;}
.pf_down li .ico7 .hide{ display: none;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #000; line-height: 14px;}
.pf_down li:hover .ico7{ background: #6ab357; width:44px; height:44px; border-radius: 50%; border:3px solid #fff; position: relative; margin-top:-18px;}
.pf_down li:hover .ico7 .show{ display: none;}
.pf_down li:hover .ico7 .hide{ display: block;}
.pf_down li:hover .ico7 img{ width:22px; height: 22px;}
.pf_down li:hover .d_name{ margin-top:0;}

/* 底部 */
.b_nav{width: 100%;}
.b_nav .cont1{padding-top: 60px;padding-bottom: 60px;border-bottom: 1px solid #d0d0d0;display: flex;justify-content: space-between;align-items: center;}
.b_nav .cont1 .logo img{height: 55px;display: block;}
.b_nav .cont1 .btn a{width: 136px;display: flex;justify-content: center;align-items: center;background-color: #6ab357;border-radius: 10px;}
.b_nav .cont1 .btn a .wz{font-size: 14px;color: #ffffff;line-height: 46px;margin-right: 20px;}
.b_nav .cont1 .btn a img{width: 20px;display: block;}
.b_nav .cont1 .btn a:hover{background-color: #0062a6;}
.b_nav .cont2{padding-top: 44px;padding-bottom: 70px;border-bottom: 1px solid #d0d0d0;display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont2 .left{width: 27.75%;}
.b_nav .cont2 .left .tit{font-size: 18px;color: #ffffff;line-height: 24px;padding-bottom: 22px;margin-bottom: 24px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.b_nav .cont2 .left .boxs{width: 100%;display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont2 .left .boxs ._l{width: calc(100% - 142px);font-size: 16px;color: #ffffff;line-height: 30px;}
.b_nav .cont2 .left .boxs ._l .dd{display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 10px;}
.b_nav .cont2 .left .boxs ._l .dd span{white-space:nowrap}
.b_nav .cont2 .left .boxs ._l .dd br{display: none;}
.b_nav .cont2 .left .boxs ._r{width: 90px;}
.b_nav .cont2 .left .boxs ._r img{width: 100%;display: block;margin-bottom: 4px;}
.b_nav .cont2 .left .boxs ._r .wz{font-size: 14px;color: #ffffff;line-height: 18px;text-align: center;}
.b_nav .cont2 .right{width: 62.5%;display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont2 .right .dd{width: 15%;}
.b_nav .cont2 .right .dd .yj{padding-bottom: 22px;margin-bottom: 24px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.b_nav .cont2 .right .dd .yj a{font-size: 18px;color: #ffffff;line-height: 24px;}
.b_nav .cont2 .right .dd .ej a{display: block;font-size: 16px;color: #ffffff;line-height: 20px;margin-bottom: 24px;}
.b_nav .cont2 .right .dd .ej a:last-child{margin-bottom: 0;}
.b_nav .cont2 .right .dd .yj a:hover,
.b_nav .cont2 .right .dd .ej a:hover{text-decoration: underline;}
.b_nav .cont3{width: 100%;padding-top: 16px;padding-bottom: 16px;display: flex;justify-content: space-between;align-items: center;}
.b_nav .cont3 .banquan{font-size: 14px;color: rgba(255,255,255,0.6);line-height: 26px;}
.b_nav .cont3 .banquan a{color: rgba(255,255,255,0.6);margin-left: 14px;}
.b_nav .cont3 .abox_r{display: flex;justify-content: flex-end;align-items: center;}
.b_nav .cont3 .abox_r .a1{font-size: 14px;color: rgba(255,255,255,0.6);line-height: 26px;padding-right: 7px;margin-right: 6px;position: relative;}
.b_nav .cont3 .abox_r .a1::after{content: "";display: block;width: 1px;height: 12px;background-color: rgba(255,255,255,0.6);position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.b_nav .cont3 .abox_r .a1.last::after{display:none;}

.b_nav .cont3 .abox_r .firend{position: relative;}
.b_nav .cont3 .abox_r .firend ._t{display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.b_nav .cont3 .abox_r .firend ._t .wz{font-size: 14px;color: rgba(255,255,255,0.6);line-height: 26px;margin-right: 4px;}
.b_nav .cont3 .abox_r .firend ._t img{width: 18px;display: block;
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;}
.b_nav .cont3 .abox_r .firend ._t.on img{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.b_nav .cont3 .abox_r .firend ._b{display: none;min-width: 140px;position: absolute;left: 50%;transform: translate(-50%,0);bottom: calc(100% + 16px);background-color: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);padding: 12px 0;}
.b_nav .cont3 .abox_r .firend ._b a{display: block;font-size: 15px;color: #333;line-height: 40px;text-align: center;padding: 0 20px;white-space:nowrap;}
.b_nav .cont3 .abox_r .firend ._b a:hover{background-color: #6ab357;color: #fff;}
@media screen and (max-width:1680px) {
.b_nav .cont1{padding-top: 50px;padding-bottom: 50px;}
.b_nav .cont1 .logo img{height: 50px;}
.b_nav .cont1 .btn a{width: 130px;}
.b_nav .cont1 .btn a .wz{font-size: 13px;line-height: 40px;margin-right: 14px;}
.b_nav .cont1 .btn a img{width: 18px;}
.b_nav .cont2{padding-top: 30px;padding-bottom: 50px;}
.b_nav .cont2 .left .tit{font-size: 15px;line-height: 20px;padding-bottom: 14px;margin-bottom: 14px;}
.b_nav .cont2 .left .boxs ._l{width: calc(100% - 110px);font-size: 13px;line-height: 24px;}
.b_nav .cont2 .left .boxs ._l .dd{margin-bottom: 8px;}
.b_nav .cont2 .left .boxs ._r{width: 80px;}
.b_nav .cont2 .right .dd{width: 17%;}
.b_nav .cont2 .right .dd .yj{padding-bottom: 14px;margin-bottom: 14px;}
.b_nav .cont2 .right .dd .yj a{font-size: 15px;line-height: 20px;}
.b_nav .cont2 .right .dd .ej a{font-size: 13px;margin-bottom: 18px;}
}
@media screen and (max-width:1024px) {
.b_nav{margin-bottom: 60px;}
.b_nav .cont1{padding-top: 30px;padding-bottom: 20px;}
.b_nav .cont1 .logo img{height: 36px;}
.b_nav .cont1 .btn a{width: 110px;border-radius: 6px;}
.b_nav .cont1 .btn a .wz{line-height: 36px;margin-right: 10px;}
.b_nav .cont1 .btn a img{width: 18px;}
.b_nav .cont2{padding-top: 20px;padding-bottom: 20px;display: block;}
.b_nav .cont2 .left{width: 100%;}
.b_nav .cont2 .left .tit{font-size: 16px;line-height: 20px;padding-bottom: 10px;margin-bottom: 12px;}
.b_nav .cont2 .left .boxs ._l{width: calc(100% - 100px);font-size: 14px;line-height: 20px;}
.b_nav .cont2 .left .boxs ._l .dd{margin-bottom: 6px;}
.b_nav .cont2 .left .boxs ._r{width: 85px;}
.b_nav .cont2 .right{display: none;}
.b_nav .cont3{display: block;}
.b_nav .cont3 .banquan{line-height: 24px;text-align: center;}
.b_nav .cont3 .banquan a{margin-left: 10px;}
.b_nav .cont3 .abox_r{justify-content: center;}
.b_nav .cont3 .abox_r .a1{line-height: 24px;padding-right: 5px;margin-right: 4px;}
.b_nav .cont3 .abox_r .firend ._t .wz{font-size: 14px;line-height: 24px;}
.b_nav .cont3 .abox_r .firend ._b{width: 120px;padding: 10px 0;}
.b_nav .cont3 .abox_r .firend ._b a{font-size: 14px;line-height: 36px;}
.b_nav .cont2 .left .boxs ._l .dd br{display: block;}
}

/* 首页 */
.sy_banner{width: 100%;position: relative;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul .li .back_img{display: block;width: 100%;}
.sy_banner .ul .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-60%);}
.sy_banner .ul .wzbox .logo{height: 210px;display: block;margin: 0 auto 88px auto;}
.sy_banner .ul .wzbox .bt{font-size: 54px;color: #ffffff;line-height: 60px;text-align: center;margin-bottom: 100px;}
.sy_banner .ul .wzbox .more{width: 138px;margin: 0 auto;border: 1px solid #0062a6;border-radius: 10px;display: flex;justify-content: center;align-items: center;background-color: #fff;}
.sy_banner .ul .wzbox .more .wz{font-size: 14px;color: #0062a6;line-height: 44px;margin-right: 20px;}
.sy_banner .ul .wzbox .more img{width: 18px;display: block;}
.sy_banner .ul .wzbox .more:hover{opacity: 0.8;}
.sy_banner .posi_box{width: 100%;position: absolute;left: 0;bottom: 30px;padding: 0 160px;display: flex;justify-content: space-between;align-items: center;z-index: 90;}
.sy_banner .posi_box .sybanner_dot .slick-dots li{border-radius:12px;width:12px; height:12px;margin:0 18px 0 0;border: 1px solid #fff;background-color: rgba(255,255,255,0);}
.sy_banner .posi_box .sybanner_dot .slick-dots li.slick-active{ background: #6ab357;width: 38px;}
.sy_banner .posi_box .sybanner_btn{display: flex;justify-content: flex-end;align-items: center;}
.sy_banner .posi_box .sybanner_btn .btn{width: 44px;height: 44px;display: flex;justify-content: center;align-items: center;background-color: #6ab357;border-radius: 100%;margin-right: 20px;}
.sy_banner .posi_box .sybanner_btn .btn:last-child{margin-right: 0;}
.sy_banner .posi_box .sybanner_btn .btn img{width: 24px;display: block;}
.sy_banner .posi_box .sybanner_btn .btn:hover{background-color: #0062a6;}
@media  screen and (max-width:1680px){
.sy_banner .ul .wzbox .logo{height: 160px;margin: 0 auto 60px auto;}
.sy_banner .ul .wzbox .bt{font-size: 40px;line-height: 50px;margin-bottom: 60px;}
.sy_banner .ul .wzbox .more{width: 120px;}
.sy_banner .ul .wzbox .more .wz{line-height: 40px;margin-right: 14px;}
.sy_banner .ul .wzbox .more img{width: 16px;}
.sy_banner .posi_box .sybanner_dot .slick-dots li{border-radius:10px;width:10px; height:10px;margin:0 12px 0 0;}
.sy_banner .posi_box .sybanner_dot .slick-dots li.slick-active{ width: 30px;}
.sy_banner .posi_box .sybanner_btn .btn{width: 36px;height: 36px;}
.sy_banner .posi_box .sybanner_btn .btn img{width: 20px;}
}
@media  screen and (max-width:1024px){
.sy_banner .ul .wzbox{transform: translate(0,-70%);}
.sy_banner .ul .wzbox .logo{height: 40px;margin: 0 auto 14px auto;}
.sy_banner .ul .wzbox .bt{font-size: 20px;line-height: 24px;margin-bottom: 14px;}
.sy_banner .ul .wzbox .more{width: 110px;border-radius: 6px;}
.sy_banner .ul .wzbox .more .wz{font-size: 13px;line-height: 34px;margin-right: 10px;}
.sy_banner .ul .wzbox .more img{width: 16px;}
.sy_banner .posi_box{bottom: 20px;padding: 0 15px;}
.sy_banner .posi_box .sybanner_dot .slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 10px 0 0;}
.sy_banner .posi_box .sybanner_dot .slick-dots li.slick-active{width: 20px;}
.sy_banner .posi_box .sybanner_btn .btn{width: 32px;height: 32px;margin-right: 12px;}
.sy_banner .posi_box .sybanner_btn .btn img{width: 20px;}
}

.sy_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section1 .btbox{display: flex;justify-content: space-between;align-items: center;margin-bottom: 56px;}
/*20250827start*/
.sy_section1 .btbox .title{font-size: 40px;color: #ffffff;line-height: 58px;font-weight: lighter;padding: 0 24px;background: linear-gradient(to right,#66b060,#078ec8);font-family: '微软雅黑';border-radius: 10px;}
/*20250827end*/
.sy_section1 .btbox .sysec1_btn{display: flex;justify-content: flex-end;align-items: center;}
.sy_section1 .btbox .sysec1_btn .btn{width: 44px;height: 44px;display: flex;justify-content: center;align-items: center;background-color: #6ab357;border-radius: 100%;margin-right: 20px;}
.sy_section1 .btbox .sysec1_btn .btn:last-child{margin-right: 0;}
.sy_section1 .btbox .sysec1_btn .btn img{width: 24px;display: block;}
.sy_section1 .btbox .sysec1_btn .btn:hover{background-color: #0062a6;}
.sy_section1 .content .ul{width: 100%;height: 710px;padding-bottom: 60px;}
.sy_section1 .content .ul .li{width: 100%;padding: 64px 0 0 0;}
.sy_section1 .content .ul a{display: block;width: 100%;height: 520px;border-radius: 10px;overflow: hidden;position: relative;}
.sy_section1 .content .ul a::after{content: "";display: block;width: 100%;height: 50%;position: absolute;left: 0;bottom: 0;background: linear-gradient(to bottom,rgba(0,98,166,0),rgba(0,98,166,0.6));}
.sy_section1 .content .ul .wzbox1{width: 100%;position: absolute;left: 0;bottom: 0;padding: 26px 30px;z-index: 3;}
.sy_section1 .content .ul .wzbox1 img{width: 40px;display: block;margin-bottom: 18px;}
.sy_section1 .content .ul .wzbox1 .bt{font-size: 22px;color: #ffffff;line-height: 26px;font-weight: bold;}
.sy_section1 .content .ul .wzbox2{display: none;width: 100%;position: absolute;left: 0;bottom: 0;padding: 34px 30px 40px 40px;background: linear-gradient(to right,rgba(106,179,87,0.75),rgba(0,98,166,0.75));}
.sy_section1 .content .ul .wzbox2>div{display: flex;align-items: flex-start;}
.sy_section1 .content .ul .wzbox2 img{width: 70px;display: block;}
.sy_section1 .content .ul .wzbox2 .boxs{width: calc(100% - 70px);padding-left: 24px;}
.sy_section1 .content .ul .wzbox2 .boxs .bt{font-size: 26px;color: #ffffff;line-height: 30px;margin-bottom: 20px;font-weight: bold;}
.sy_section1 .content .ul .wzbox2 .boxs .jj{font-size: 16px;color: #ffffff;line-height: 20px;}
.sy_section1 .content .ul .li.slick-current{z-index: 10;position: relative;}
.sy_section1 .content .ul .li.slick-current a{height: 646px;margin-top: -63px;width: calc(100% + 60px);margin-left: -30px;}
.sy_section1 .content .ul .li.slick-current a::after{display: none;}
.sy_section1 .content .ul .li.slick-current .wzbox1{display: none;}
.sy_section1 .content .ul .li.slick-current .wzbox2{display: block;}
.sy_section1 .content .ul .slick-dots{width: 100%;position: absolute;left: 0;bottom: 0;}
.sy_section1 .content .ul .slick-dots li{border-radius:12px;width:12px; height:12px;margin:0 18px 0 0;background: rgba(255,255,255,0);border: 1px solid #737373;}
.sy_section1 .content .ul .slick-dots li.slick-active{ background: #6ab357;width: 35px;border-color: #6ab357;}
@media  screen and (max-width:1680px){
.sy_section1 .btbox{margin-bottom: 40px;}
.sy_section1 .content .ul{height: 570px;padding-bottom: 50px;}
.sy_section1 .content .ul .li{padding: 40px 0 0 0;}
.sy_section1 .content .ul a{height: 450px;}
.sy_section1 .content .ul .wzbox1{padding: 20px;}
.sy_section1 .content .ul .wzbox1 img{width: 32px;margin-bottom: 12px;}
.sy_section1 .content .ul .wzbox1 .bt{font-size: 18px;line-height: 24px;}
.sy_section1 .content .ul .wzbox2{padding: 26px;}
.sy_section1 .content .ul .wzbox2 img{width: 50px;}
.sy_section1 .content .ul .wzbox2 .boxs{width: calc(100% - 50px);padding-left: 16px;}
.sy_section1 .content .ul .wzbox2 .boxs .bt{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.sy_section1 .content .ul .wzbox2 .boxs .jj{font-size: 14px;line-height: 20px;}
.sy_section1 .content .ul .li.slick-current a{height: 500px;margin-top: -25px;width: calc(100% + 40px);margin-left: -20px;}
}
@media  screen and (max-width:1400px){
.sy_section1 .content .ul{height: 520px;padding-bottom: 30px;}
.sy_section1 .content .ul a{height: 400px;}
.sy_section1 .content .ul .li.slick-current a{height: 450px;margin-top: -25px;}
}
@media  screen and (max-width:1024px){
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .btbox{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
/*20250827start*/
.sy_section1 .btbox .title{font-size: 20px;line-height: 36px;padding: 0 14px;border-radius: 6px;}
/*20250827end*/
.sy_section1 .btbox .sysec1_btn .btn{width: 32px;height: 32px;margin-right: 12px;}
.sy_section1 .btbox .sysec1_btn .btn img{width: 20px;}
.sy_section1 .content .ul{height: auto;padding-bottom: 24px;}
.sy_section1 .content .ul .li{padding: 0;}
.sy_section1 .content .ul a{height: 300px!important;border-radius: 6px;margin: 0!important;width: 100%!important;}
.sy_section1 .content .ul a::after{display: none!important;}
.sy_section1 .content .ul .wzbox1{display: none!important;}
.sy_section1 .content .ul .wzbox2{display: block!important;padding: 14px;}
.sy_section1 .content .ul .wzbox2 img{width: 32px;}
.sy_section1 .content .ul .wzbox2 .boxs{width: calc(100% - 32px);padding-left: 12px;}
.sy_section1 .content .ul .wzbox2 .boxs .bt{font-size: 16px;line-height: 32px;margin-bottom: 12px;}
.sy_section1 .content .ul .wzbox2 .boxs .jj{font-size: 14px;width: calc(100% - 44px);margin-left: -44px;}
.sy_section1 .content .ul .slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px 0 0;}
.sy_section1 .content .ul .slick-dots li.slick-active{width: 24px;}
}

.sy_section2{overflow: hidden;}
.sy_section2 .w_width{display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section2 .left{padding-top: 50px;padding-bottom: 50px;width: 67.125%;padding-right: 460px;padding-top: 130px;}
.sy_section2 .left .title{font-size: 46px;color: #ffffff;line-height: 50px;margin-bottom: 58px;}
.sy_section2 .left .info{font-size: 16px;color: #ffffff;line-height: 30px;margin-bottom: 110px;}
.sy_section2 .left .more a{width: 138px;border: 1px solid #0062a6;border-radius: 10px;display: flex;justify-content: center;align-items: center;background-color: #fff;}
.sy_section2 .left .more a .wz{font-size: 14px;color: #0062a6;line-height: 44px;margin-right: 20px;}
.sy_section2 .left .more a img{width: 18px;display: block;}
.sy_section2 .left .more a:hover{opacity: 0.8;}
.sy_section2 .right{width: 32.875%;border-left: 1px solid rgba(255,255,255,0.3);}
.sy_section2 .right li{padding: 26px 0 27px 40px;position: relative;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.sy_section2 .right li::after{content: "";display: block;width: 5000px;height: 1px;background-color: rgba(255,255,255,0.3);position: absolute;left: 0;bottom: 0;}
.sy_section2 .right li img{width: 60px;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section2 .right li:hover img{transform: rotateY(180deg);}
.sy_section2 .right li .wzbox{text-align: right;}
.sy_section2 .right li .numbox{display: flex;justify-content: flex-end;align-items: center;margin-bottom: 10px;}
.sy_section2 .right li .numbox .num{font-size: 48px;color: #ffffff;line-height: 52px;}
.sy_section2 .right li .numbox .dw{font-size: 26px;color: #ffffff;line-height: 30px;margin-left: 10px;}
.sy_section2 .right li .info{font-size: 18px;color: #ffffff;line-height: 24px;}
@media  screen and (max-width:1680px){
.sy_section2 .left{padding-top: 40px;padding-bottom: 40px;padding-right: 140px;padding-top: 100px;}
.sy_section2 .left .title{font-size: 32px;line-height: 40px;margin-bottom: 30px;}
.sy_section2 .left .info{font-size: 14px;line-height: 24px;margin-bottom: 50px;}
.sy_section2 .right li{padding: 14px 0 14px 20px;}
.sy_section2 .right li img{width: 40px;}
.sy_section2 .right li .numbox .num{font-size: 24px;line-height: 30px;}
.sy_section2 .right li .numbox .dw{font-size: 16px;line-height: 24px;margin-left: 6px;}
.sy_section2 .right li .info{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.sy_section2{padding-top: 30px;padding-bottom: 30px;}
.sy_section2 .w_width{display: block;}
.sy_section2 .left{padding-top: 0;padding-bottom: 0;width: 100%;padding-right: 0;padding-top: 0;margin-bottom: 20px;}
.sy_section2 .left .title{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.sy_section2 .left .info{font-size: 14px;line-height: 22px;margin-bottom: 12px;}
.sy_section2 .left .more a{width: 110px;border-radius: 6px;}
.sy_section2 .left .more a .wz{font-size: 13px;line-height: 38px;margin-right: 10px;}
.sy_section2 .left .more a img{width: 16px;}
.sy_section2 .right{width: 100%;border: 1px solid rgba(255,255,255,0.3);border-right: 0;border-bottom: 0;}
.sy_section2 .right ul{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section2 .right li{padding: 14px;width: 50%;display: block;position: relative;border-right: 1px solid rgba(255,255,255,0.3);border-bottom: 1px solid rgba(255,255,255,0.3);}
.sy_section2 .right li::after{display: none;}
.sy_section2 .right li img{width: 40px;}
.sy_section2 .right li .wzbox{text-align: left;}
.sy_section2 .right li .numbox{justify-content: flex-start;margin-bottom: 8px;position: absolute;left: 66px;top: 14px;}
.sy_section2 .right li .numbox .num{font-size: 24px;line-height: 40px;}
.sy_section2 .right li .numbox .dw{font-size: 14px;line-height: 20px;margin-left: 6px;}
.sy_section2 .right li .info{font-size: 14px;line-height: 20px;margin-top: 10px;}
}

.sy_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section3 .ul{margin: 0 -15px;width: calc(100% + 30px);}
.sy_section3 .ul .li{padding: 0 15px;}
.sy_section3 .ul a{display: block;width: 100%;padding: 36px 42px 72px 42px;border: 2px solid #e0e0e0;border-radius: 10px;}
.sy_section3 .ul a .btbox{display: flex;justify-content: space-between;align-items: center;margin-bottom: 42px;}
.sy_section3 .ul a .btbox .bt{font-size: 32px;color: #333333;line-height: 36px;}
.sy_section3 .ul a .btbox img{width: 48px;display: block;}
.sy_section3 .ul a .btbox .ico2{display: none;}
.sy_section3 .ul a .info{font-size: 16px;color: #666666;line-height: 34px;}
.sy_section3 .ul a .btbox .bt{color: #0062a6;}
.sy_section3 .ul a .btbox .ico1{display: none;}
.sy_section3 .ul a .btbox .ico2{display: block;}
.sy_section3 .ul a:hover{background: url(img/img58.jpg)no-repeat center center;background-size: cover;}
.sy_section3 .ul .slick-dots{margin-top: 20px;}
@media  screen and (max-width:1680px){
.sy_section3 .ul{margin: 0 -10px;width: calc(100% + 20px);}
.sy_section3 .ul .li{padding: 0 10px;}
.sy_section3 .ul a{padding: 30px;}
.sy_section3 .ul a .btbox{margin-bottom: 30px;}
.sy_section3 .ul a .btbox .bt{font-size: 26px;line-height: 30px;}
.sy_section3 .ul a .btbox img{width: 40px;}
.sy_section3 .ul a .info{font-size: 14px;line-height: 26px;}
}
@media  screen and (max-width:1024px){
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section3 .ul .li{padding: 0 6px;}
.sy_section3 .ul a{padding: 14px;border: 1px solid #e0e0e0;border-radius: 6px;}
.sy_section3 .ul a .btbox{margin-bottom: 12px;}
.sy_section3 .ul a .btbox .bt{font-size: 16px;line-height: 20px;}
.sy_section3 .ul a .btbox img{width: 28px;}
.sy_section3 .ul a .info{font-size: 14px;line-height: 22px;}
.sy_section3 .ul .slick-dots{margin-top: 14px;}
.sy_section3 .ul a{background: url(img/img58.jpg)no-repeat center center;background-size: cover;}
}

.sy_section4{width: 100%;padding-bottom: 100px;}
.sy_section4 .title{font-size: 46px;color: #0062a6;line-height: 50px;text-align: center;margin-bottom: 56px;}
.sy_section4 .content{margin-bottom: 50px;}
.sy_section4 .ul{margin: 0 -20px;width: calc(100% + 40px);}
.sy_section4 .ul .li{padding: 0 20px;}
.sy_section4 .ul a{display: block;border-top: 1px solid #cccccc;padding-top: 48px;}
.sy_section4 .ul a .wzbox{margin-bottom: 42px;}
.sy_section4 .ul a .bt{font-size: 24px;color: #333333;line-height: 34px;min-height: 68px;margin-bottom: 36px;
  overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section4 .ul a .date{font-size: 16px;color: #cecece;line-height: 20px;}
.sy_section4 .ul a .pic{ width: 100%; padding-bottom: 59.76%; position: relative; overflow: hidden;border-radius: 10px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section4 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section4 .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section4 .ul a:hover{border-top-color: #6ab357;}
.sy_section4 .ul a:hover .bt,
.sy_section4 .ul a:hover .date{color: #6ab357;}
.sy_section4 .qh_box{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 48px;}
.sy_section4 .qh_box .sysec4_dot .slick-dots li{border-radius:12px;width:12px; height:12px;margin:0 18px 0 0;border: 1px solid #7c7c7c;background-color: rgba(255,255,255,0);}
.sy_section4 .qh_box .sysec4_dot .slick-dots li.slick-active{ background: #6ab357;width: 38px;border-color: #6ab357;}
.sy_section4 .qh_box .sysec4_btn{display: flex;justify-content: flex-end;align-items: center;}
.sy_section4 .qh_box .sysec4_btn .btn{width: 44px;height: 44px;display: flex;justify-content: center;align-items: center;background-color: #6ab357;border-radius: 100%;margin-right: 20px;}
.sy_section4 .qh_box .sysec4_btn .btn:last-child{margin-right: 0;}
.sy_section4 .qh_box .sysec4_btn .btn img{width: 24px;display: block;}
.sy_section4 .qh_box .sysec4_btn .btn:hover{background-color: #0062a6;}
@media  screen and (max-width:1024px){
.sy_section4{padding-bottom: 30px;}
.sy_section4 .title{font-size: 20px;line-height: 24px;margin-bottom: 14px;}
.sy_section4 .content{margin-bottom: 20px;}
.sy_section4 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section4 .ul .li{padding: 0 6px;}
.sy_section4 .ul a{padding-top: 14px;}
.sy_section4 .ul a .wzbox{margin-bottom: 14px;}
.sy_section4 .ul a .bt{font-size: 16px;line-height: 20px;min-height: 40px;margin-bottom: 8px;}
.sy_section4 .ul a .date{font-size: 14px;}
.sy_section4 .qh_box{bottom: 20px;padding: 0 15px;margin-top: 14px;}
.sy_section4 .qh_box .sysec4_dot .slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 10px 0 0;}
.sy_section4 .qh_box .sysec4_dot .slick-dots li.slick-active{width: 20px;}
.sy_section4 .qh_box .sysec4_btn .btn{width: 32px;height: 32px;margin-right: 12px;}
.sy_section4 .qh_box .sysec4_btn .btn img{width: 20px;}
}

/* 关于我们 */
.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: 45px;color: #ffffff;line-height: 50px;text-align: center;}
@media  screen and (max-width:1024px){
.ny_banner .wzbox h1{font-size: 20px;line-height: 30px;}
}

/* 二级分类当前位置 */
.ejdq_section{width: 100%;border-bottom: 1px solid #e0e0e0;}
.ejdq_section>div{display: flex;justify-content: space-between;align-items: center;}
.ejdq_section .ej_nav ul{display: flex;justify-content: flex-start;align-items: center;}
.ejdq_section .ej_nav ul li{margin-right: 34px;}
.ejdq_section .ej_nav ul li:last-child{margin-right: 0;}
.ejdq_section .ej_nav ul a{display: block;font-size: 16px;color: #666666;line-height: 54px;position: relative;}
.ejdq_section .ej_nav ul li:hover a,
.ejdq_section .ej_nav ul li.on a{color: #0062a6;}
.ejdq_section .ej_nav ul li.on a::after{content: "";display: block;width: 100%;height: 1px;background-color: #0062a6;position: absolute;left: 50%;transform: translate(-50%,0);bottom: -1px;
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;}
.ejdq_section .dq_sec{display: flex;justify-content: flex-end;align-items: center;}
.ejdq_section .dq_sec img{width: 20px;display: block;margin-right: 8px;}
.ejdq_section .dq_sec a{display: block;font-size: 14px;color: #666666;line-height: 54px;}
.ejdq_section .dq_sec span{display: block;font-size: 14px;color: #666666;line-height: 54px;margin: 0 6px;}
.ejdq_section .dq_sec a:hover,
.ejdq_section .dq_sec a.on{color: #0062a6;}
@media  screen and (max-width:1680px){
.ejdq_section .ej_nav ul li{margin-right: 20px;}
.ejdq_section .ej_nav ul a{font-size: 14px;line-height: 40px;}
.ejdq_section .dq_sec img{width: 22px;margin-right: 6px;}
.ejdq_section .dq_sec a{line-height: 40px;}
.ejdq_section .dq_sec span{line-height: 40px;margin: 0 4px;}
}
@media  screen and (max-width:1024px){
.ejdq_section .w_width{display: block;}
.ejdq_section .ej_nav ul{display: block;font-size: 0;text-align: center;white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.ejdq_section .ej_nav ul::-webkit-scrollbar{ display: none;}
.ejdq_section .ej_nav ul li{margin-right: 12px;display: inline-block;vertical-align: middle;}
.ejdq_section .ej_nav ul a{font-size: 14px;line-height: 40px;}
.ejdq_section .dq_sec{display: none;}
}

/* 关于我们 */
.gywm_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.gywm_section1 .w_width{display: flex;justify-content: flex-start;align-items: center;}
.gywm_section1 .left{width: 50%;padding-right: 70px;}
.gywm_section1 .left .title{font-size: 30px;color: #0062a6;line-height: 34px;margin-bottom: 30px;}
.gywm_section1 .left .info{font-size: 16px;color: #666666;line-height: 40px;margin-bottom: 110px;}
.gywm_section1 .left img{height: 59px;display: block;}
.gywm_section1 .right{width: 50%;}
.gywm_section1 .right .pic{ padding-bottom: 54.375%; position: relative; overflow: hidden;border-radius: 10px;}
.gywm_section1 .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){
.gywm_section1 .left{padding-right: 60px;}
.gywm_section1 .left .title{font-size: 24px;line-height: 30px;margin-bottom: 20px;}
.gywm_section1 .left .info{font-size: 14px;line-height: 24px;margin-bottom: 60px;}
.gywm_section1 .left img{height: 40px;}
}
@media  screen and (max-width:1024px){
.gywm_section1{padding-top: 30px;padding-bottom: 30px;}
.gywm_section1 .w_width{display: block;}
.gywm_section1 .left{width: 100%;padding-right: 0;margin-bottom: 20px;}
.gywm_section1 .left .title{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.gywm_section1 .left .info{font-size: 14px;line-height: 22px;margin-bottom: 12px;}
.gywm_section1 .left img{height: 32px;}
.gywm_section1 .right{width: 100%;}
}

.gywm_section2{width: 100%;background: linear-gradient(to right,#51a587,#3986a9);padding-top: 54px;padding-bottom: 54px;}
.gywm_section2 ul{display: flex;justify-content: space-between;align-items: center;}
.gywm_section2 ul .l2{width: 1px;height: 68px;background-color: rgba(255,255,255,0.2);}
.gywm_section2 ul .numbox{display: flex;justify-content: center;align-items: center;margin-bottom: 10px;}
.gywm_section2 ul .numbox .num{font-size: 65px;color: #ffffff;line-height: 70px;}
.gywm_section2 ul .numbox .dw{font-size: 38px;color: #ffffff;line-height: 44px;margin-left: 8px;}
.gywm_section2 ul .info{font-size: 18px;color: #ffffff;line-height: 22px;text-align: center;}
.gywm_section2 ul .info br{display: none;}
@media  screen and (max-width:1680px){
.gywm_section2{padding-top: 36px;padding-bottom: 36px;}
.gywm_section2 ul .l2{height: 56px;}
.gywm_section2 ul .numbox{margin-bottom: 6px;}
.gywm_section2 ul .numbox .num{font-size: 48px;line-height: 52px;}
.gywm_section2 ul .numbox .dw{font-size: 24px;line-height: 30px;margin-left: 6px;}
.gywm_section2 ul .info{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.gywm_section2{padding-top: 14px;padding-bottom: 14px;}
.gywm_section2 ul{flex-wrap: wrap;align-items: flex-start;}
.gywm_section2 ul.phshow{display: flex!important;}
.gywm_section2 ul li{width: 33.33333%;padding: 10px;}
.gywm_section2 ul .l2{display: none;}
.gywm_section2 ul .numbox{margin-bottom: 8px;}
.gywm_section2 ul .numbox .num{font-size: 20px;line-height: 24px;}
.gywm_section2 ul .numbox .dw{font-size: 14px;line-height: 20px;margin-left: 5px;}
.gywm_section2 ul .info{font-size: 14px;line-height: 20px;}
.gywm_section2 ul .info br{display: block;}
}

.gywm_section3{width: 100%;padding-top: 100px;}
.gywm_section3 .title{font-size: 30px;color: #0062a6;line-height: 34px;margin-bottom: 44px;}
.gywm_section3 .ul{margin: 0 -16px;width: calc(100% + 32px);}
.gywm_section3 .ul .li{padding: 0 16px;}
.gywm_section3 .ul a{display: block;width: 100%;border-radius: 10px;overflow: hidden;}
.gywm_section3 .ul a .pic{ width: 100%; padding-bottom: 56.25%; 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;}
.gywm_section3 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.gywm_section3 .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.gywm_section3 .ul a .wzbox{width: 100%;padding: 44px;background-color: #f5f5f5;}
.gywm_section3 .ul a .wzbox .bt{font-size: 26px;color: #333333;line-height: 30px;margin-bottom: 22px;}
.gywm_section3 .ul a .wzbox .info{font-size: 16px;color: #666666;line-height: 34px;}
.gywm_section3 .ul a .wzbox .ico{display: flex;justify-content: flex-end;margin-top: 36px;}
.gywm_section3 .ul a .wzbox .ico img{width: 50px;display: block;}
.gywm_section3 .ul a:hover .wzbox .bt{color: #6ab357;}
.gywm_section3 .ul .slick-dots{margin-top: 30px;}
@media  screen and (max-width:1680px){
.gywm_section3 .ul a .wzbox{padding: 24px;}
.gywm_section3 .ul a .wzbox .bt{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.gywm_section3 .ul a .wzbox .info{font-size: 14px;line-height: 22px;}
.gywm_section3 .ul a .wzbox .ico{margin-top: 20px;}
.gywm_section3 .ul a .wzbox .ico img{width: 40px}
}
@media  screen and (max-width:1024px){
.gywm_section3{padding-top: 30px;}
.gywm_section3 .title{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.gywm_section3 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.gywm_section3 .ul .li{padding: 0 6px;}
.gywm_section3 .ul a{border-radius: 6px;}
.gywm_section3 .ul a .wzbox{padding: 14px;}
.gywm_section3 .ul a .wzbox .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.gywm_section3 .ul a .wzbox .info{font-size: 14px;line-height: 22px;}
.gywm_section3 .ul a .wzbox .ico{margin-top: 12px;}
.gywm_section3 .ul a .wzbox .ico img{width: 32px;}
.gywm_section3 .ul .slick-dots{margin-top: 14px;}
}

.gywm_section4{width: 100%;overflow: hidden;padding-top: 100px;}
.gywm_section4 .btbox{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.gywm_section4 .btbox .title{font-size: 30px;color: #0062a6;line-height: 34px;}
.gywm_section4 .btbox .gysec4_btn{display: flex;justify-content: flex-end;align-items: center;}
.gywm_section4 .btbox .gysec4_btn .btn{width: 44px;height: 44px;display: flex;justify-content: center;align-items: center;background-color: #6ab357;border-radius: 100%;margin-right: 20px;}
.gywm_section4 .btbox .gysec4_btn .btn:last-child{margin-right: 0;}
.gywm_section4 .btbox .gysec4_btn .btn img{width: 24px;display: block;}
.gywm_section4 .btbox .gysec4_btn .btn:hover{background-color: #0062a6;}
.gywm_section4 .qh_t{margin-bottom: 40px;}
.gywm_section4 .qh_t li{width: 100%;position: relative;border-radius: 10px;overflow: hidden;}
.gywm_section4 .qh_t li img{width: 100%;display: block;}
.gywm_section4 .qh_t li .wzbox{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 4;padding: 40px;background: linear-gradient(to right,rgba(106,179,87,0.75),rgba(0,98,166,0.75));}
.gywm_section4 .qh_t li .wzbox .year{font-size: 26px;color: #ffffff;line-height: 30px;margin-bottom: 20px;font-weight: bold;}
.gywm_section4 .qh_t li .wzbox .info{font-size: 18px;color: #ffffff;line-height: 24px;}
.gywm_section4 .qh_b{margin: 0 -16px;width: calc(100% + 32px);position: relative;}
.gywm_section4 .qh_b li{padding: 0 16px;}
.gywm_section4 .qh_b .slick-list{z-index: 10;}
.gywm_section4 .qh_b .dian{width: 10px;height: 10px;background-color: #ababab;border: 2px solid #fff;border-radius: 100%;margin: 0 auto 12px auto;}
.gywm_section4 .qh_b .year{font-size: 16px;color: #666666;line-height: 20px;text-align: center;}
.gywm_section4 .qh_b li.slick-current .dian{background-color: #0062a6;}
.gywm_section4 .qh_b li.slick-current .year{color: #0062a6;}
.gywm_section4 .qh_b::after{content: "";display: block;width: 1920px;height: 1px;background: url(img/img75.jpg)no-repeat center center;background-size: cover;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 37px;}
@media  screen and (max-width:1680px){
.gywm_section4 .btbox .gysec4_btn .btn{width: 36px;height: 36px;}
.gywm_section4 .btbox .gysec4_btn .btn img{width: 20px;}
.gywm_section4 .qh_b .year{font-size: 14px;}
}
@media  screen and (max-width:1024px){
.gywm_section4{padding-top: 30px;}
.gywm_section4 .btbox{margin-bottom: 20px;}
.gywm_section4 .btbox .title{font-size: 20px;line-height: 24px;}
.gywm_section4 .btbox .gysec4_btn .btn{width: 32px;height: 32px;margin-right: 12px;}
.gywm_section4 .btbox .gysec4_btn .btn img{width: 20px;}
.gywm_section4 .qh_t{margin-bottom: 20px;}
.gywm_section4 .qh_t li .wzbox{padding: 14px;position: static;}
.gywm_section4 .qh_t li .wzbox .year{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.gywm_section4 .qh_t li .wzbox .info{font-size: 14px;line-height: 22px;}
.gywm_section4 .qh_b{margin: 0 -6px;width: calc(100% + 12px);}
.gywm_section4 .qh_b li{padding: 0 6px;}
.gywm_section4 .qh_b .dian{width: 8px;height: 8px;border: 1px solid #fff;margin: 0 auto 8px auto;}
.gywm_section4 .qh_b .year{font-size: 14px;line-height: 18px;}
.gywm_section4 .qh_b::after{display: none;}
}

.gywm_section5{width: 100%;position: relative;}
.gywm_section5 .ba_img{width: 100%;display: block;}
.gywm_section5 .posi_box{width: 100%;position: absolute;left: 0;top: 130px;}
.gywm_section5 .posi_box .w_width>div{width: 300px;}
.gywm_section5 .posi_box .bt{font-size: 30px;color: #0062a6;line-height: 34px;margin-bottom: 60px;}
.gywm_section5 .posi_box .info{font-size: 16px;color: #666666;line-height: 24px;margin-bottom: 116px;}
.gywm_section5 .posi_box ul{width: 100%;}
.gywm_section5 .posi_box ul li{margin-bottom: 20px;}
.gywm_section5 .posi_box ul li:last-child{margin-bottom: 0;}
.gywm_section5 .posi_box ul a{display: flex;justify-content: flex-start;align-items: center;}
.gywm_section5 .posi_box ul a img{width: 35px;display: block;}
.gywm_section5 .posi_box ul a .wz{font-size: 16px;color: #666666;line-height: 20px;width: calc(100% - 35px);padding-left: 10px;}
@media  screen and (max-width:1680px){
.gywm_section5 .posi_box{top: 80px;}
.gywm_section5 .posi_box .bt{font-size: 26px;line-height: 30px;margin-bottom: 30px;}
.gywm_section5 .posi_box .info{font-size: 14px;line-height: 20px;margin-bottom: 60px;}
.gywm_section5 .posi_box ul li{margin-bottom: 14px;}
.gywm_section5 .posi_box ul a img{width: 30px;}
.gywm_section5 .posi_box ul a .wz{font-size: 14px;width: calc(100% - 30px);}
}
@media  screen and (max-width:1024px){
.gywm_section5{padding-top: 30px;padding-bottom: 30px;}
.gywm_section5 .ba_img{display: none;}
.gywm_section5 .posi_box{position: static;top: 0;}
.gywm_section5 .posi_box .w_width>div{width: 100%;}
.gywm_section5 .posi_box .bt{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.gywm_section5 .posi_box .info{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.gywm_section5 .posi_box ul li{margin-bottom: 12px;}
.gywm_section5 .posi_box ul a img{width: 30px;}
.gywm_section5 .posi_box ul a .wz{font-size: 14px;width: calc(100% - 30px);padding-left: 8px;}
.gywm_section5 .posi_box .phshow{margin-top: 14px;}
}

.gywm_section6{width: 100%;padding-bottom: 100px;}
.gywm_section6 .btbox{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.gywm_section6 .btbox .title{font-size: 30px;color: #0062a6;line-height: 34px;}
.gywm_section6 .btbox .gysec6_btn{display: flex;justify-content: flex-end;align-items: center;}
.gywm_section6 .btbox .gysec6_btn .btn{width: 44px;height: 44px;display: flex;justify-content: center;align-items: center;background-color: #6ab357;border-radius: 100%;margin-right: 20px;}
.gywm_section6 .btbox .gysec6_btn .btn:last-child{margin-right: 0;}
.gywm_section6 .btbox .gysec6_btn .btn img{width: 24px;display: block;}
.gywm_section6 .btbox .gysec6_btn .btn:hover{background-color: #0062a6;}
.gywm_section6 .ul{margin: 0 -10px;width: calc(100% + 20px);}
.gywm_section6 .ul .li{padding: 0 10px;}
.gywm_section6 .ul a{display: block;width: 100%;padding: 40px 20px;background-color: #f5f5f5;border-radius: 10px;}
.gywm_section6 .ul a .picbox{width: 295px;margin: 0 auto 40px auto;border: 1px solid #d1d1d3;}
.gywm_section6 .ul a .pic{ padding-bottom: 141.3559%; position: relative; overflow: hidden;}
.gywm_section6 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.gywm_section6 .ul a .wz{font-size: 18px;color: #666666;line-height: 24px;text-align: center;}
.gywm_section6 .ul a:hover .wz{color: #6ab357;}
.gywm_section6 .ul .slick-dots{width: 100%;margin-top: 50px;}
.gywm_section6 .ul .slick-dots li{border-radius:12px;width:12px; height:12px;margin:0 18px 0 0;background: rgba(255,255,255,0);border: 1px solid #737373;}
.gywm_section6 .ul .slick-dots li.slick-active{ background: #6ab357;width: 35px;border-color: #6ab357;}
@media  screen and (max-width:1680px){
.gywm_section6 .ul a .picbox{width: 220px;}
.gywm_section4 .btbox .gysec6_btn .btn{width: 36px;height: 36px;}
.gywm_section4 .btbox .gysec6_btn .btn img{width: 20px;}
 .btn img{width: 20px;}
}
@media  screen and (max-width:1400px){
.gywm_section6 .ul a .picbox{width: 200px;}
}
@media  screen and (max-width:1280px){
.gywm_section6 .ul a .picbox{width: 100%;}
}
@media  screen and (max-width:1024px){
.gywm_section6{padding-bottom: 30px;}
.gywm_section6 .btbox{margin-bottom: 20px;}
.gywm_section6 .btbox .title{font-size: 20px;line-height: 24px;}
.gywm_section6 .btbox .gysec6_btn .btn{width: 32px;height: 32px;margin-right: 12px;}
.gywm_section6 .btbox .gysec6_btn .btn img{width: 20px;}
.gywm_section6 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.gywm_section6 .ul .li{padding: 0 6px;}
.gywm_section6 .ul a{padding:14px;border-radius: 6px;}
.gywm_section6 .ul a .picbox{width: 100%;margin: 0 auto 12px auto;}
.gywm_section6 .ul a .wz{font-size: 14px;line-height: 20px;}
.gywm_section6 .ul .slick-dots{margin-top: 14px;}
.gywm_section6 .ul .slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px 0 0;}
.gywm_section6 .ul .slick-dots li.slick-active{width: 24px;}
}

/* 加入我们 */
.jrwm_section{width: 100%;padding-top: 50px;padding-bottom: 100px;}
.jrwm_section .cont1{margin-bottom: 12px;background-color: #dedede;border: 1px solid #dedede; border-radius: 10px;display: flex;justify-content: flex-start;align-items: center;}
.jrwm_section .cont1 .list{font-size: 18px;color: #333333;line-height: 30px;padding-top: 21px;padding-bottom: 21px;padding-right: 20px;}
.jrwm_section .cont1 .list:nth-child(1){width: 25.40675844806008%;padding-left: 48px;}
.jrwm_section .cont1 .list:nth-child(2){width: 22.46558197747184%;}
.jrwm_section .cont1 .list:nth-child(3){width: 22.40300375469337%;}
.jrwm_section .cont1 .list:nth-child(4){width: 19.39924906132666%;}
.jrwm_section .cont1 .list:nth-child(5){width: 10.32540675844805%;text-align: center;padding-left: 20px;}
.jrwm_section .cont2{margin-bottom: 60px;}
.jrwm_section .cont2 ul li{ margin-bottom: 10px;}
.jrwm_section .cont2 ul li:last-child{margin-bottom: 0;}
.jrwm_section .cont2 ul li a{display: flex;justify-content: flex-start;align-items: stretch;border: 1px solid #d9d9d9;border-radius: 10px;}
.jrwm_section .cont2 ul li .list{font-size: 16px;color: #666666;line-height: 30px;padding-top: 16px;padding-bottom: 16px;padding-right: 20px;}
.jrwm_section .cont2 ul li .list:nth-child(1){width: 25.40675844806008%;padding-left: 48px;}
.jrwm_section .cont2 ul li .list:nth-child(2){width: 22.46558197747184%;}
.jrwm_section .cont2 ul li .list:nth-child(3){width: 22.40300375469337%;}
.jrwm_section .cont2 ul li .list:nth-child(4){width: 19.39924906132666%;}
.jrwm_section .cont2 ul li .list:nth-child(5){width: 10.32540675844805%;padding-left: 20px;display: flex;justify-content: center;align-items: center;}
.jrwm_section .cont2 ul li .list:nth-child(5) img{width: 24px;display: block;}
.jrwm_section .cont2 ul li .list:nth-child(5) .ico2{display: none;}
.jrwm_section .cont2 ul li:hover a{border-color: #0062a6;}
.jrwm_section .cont2 ul li:hover .list{color: #0062a6;}
.jrwm_section .cont2 ul li:hover .list:nth-child(5) .ico1{display: none;}
.jrwm_section .cont2 ul li:hover .list:nth-child(5) .ico2{display: block;}
@media  screen and (max-width:1024px){
.jrwm_section{padding-top: 30px;padding-bottom: 30px;}
.jrwm_section .cont1{display: none;}
.jrwm_section .cont2{margin-bottom: 20px;}
.jrwm_section .cont2 ul li{ margin-bottom: 10px;}
.jrwm_section .cont2 ul li:last-child{margin-bottom: 0;}
.jrwm_section .cont2 ul li a{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap; border-radius: 6px;padding: 14px;position: relative;}
.jrwm_section .cont2 ul li .list{font-size: 15px;line-height: 20px;padding-top: 0;padding-bottom: 0;padding-right: 0;margin-bottom: 10px;display: flex;justify-content: flex-start;align-items: flex-start;}
.jrwm_section .cont2 ul li .list:nth-child(1){width: 100%;padding-left: 0;padding-right: 20px;font-weight: bold;}
.jrwm_section .cont2 ul li .list:nth-child(2){width: 50%;}
.jrwm_section .cont2 ul li .list:nth-child(3){width: 50%;}
.jrwm_section .cont2 ul li .list:nth-child(4){width: 50%;margin-bottom: 0;}
.jrwm_section .cont2 ul li .list:nth-child(5){width: 20px;height: auto;position: absolute;right: 14px;top: 14px; padding-left: 0;display: flex;justify-content: center;align-items: center;margin-bottom: 0;}
.jrwm_section .cont2 ul li .list:nth-child(5) img{width: 20px;}
}

/* 分页 */
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;margin-right: 10px;font-size: 16px;color: #9c9c9c;line-height: 20px;border-radius: 6px;}
.page_section .pcpage a:last-child{margin-right: 0;}
.page_section .pcpage a img{width: 24px;display: block;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{background-color: #0062a6;color: #fff;}
.page_section .phpage{display: none;}
@media  screen and (max-width:1024px){
.page_section .phpage{display: flex;justify-content: center;align-items: center;}
.page_section .phpage a{width: 32px;height: 32px;display: flex;justify-content: center;align-items: center;border-radius: 6px;background-color: #0062a6;color: #fff;}
.page_section .phpage a img{width: 22px;display: block;}
.page_section .phpage span{font-size: 16px;color: #333;line-height: 20px;margin: 0 20px;}
.page_section .pcpage{display: none;}
}

/* 加入我们详情 */
.jrwmxq_section1{width: 100%;padding-top: 86px;padding-bottom: 76px;background: linear-gradient(to right,#51a586,#3986a9);}
.jrwmxq_section1 .title{font-size: 44px;color: #ffffff;line-height: 50px;margin-bottom: 70px;font-weight: bold;}
.jrwmxq_section1 ul{padding-right: 190px;display: flex;justify-content: space-between;align-items: flex-end;}
.jrwmxq_section1 ul .wz1{font-size: 16px;color: rgba(255,255,255,0.66);line-height: 20px;margin-bottom: 10px;}
.jrwmxq_section1 ul .wz2{font-size: 30px;color: #ffffff;line-height: 34px;}
.jrwmxq_section1 ul .l2{width: 2px;height: 30px;background-color: rgba(255,255,255,0.34);}
@media  screen and (max-width:1680px){
.jrwmxq_section1 ul{padding-right: 0;}
}
@media  screen and (max-width:1024px){
.jrwmxq_section1{padding-top: 30px;padding-bottom: 30px;}
.jrwmxq_section1 .title{font-size: 20px;line-height: 24px;margin-bottom: 14px;}
.jrwmxq_section1 ul{padding-right: 0;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;margin: -6px;width: calc(100% + 12px);}
.jrwmxq_section1 ul li{width: 50%;padding: 6px;}
.jrwmxq_section1 ul li:nth-child(1),
.jrwmxq_section1 ul li:nth-child(4){width: 60%;}
.jrwmxq_section1 ul li:nth-child(3),
.jrwmxq_section1 ul li:nth-child(7){width: 40%;}
.jrwmxq_section1 ul .wz1{font-size: 14px;line-height: 18px;margin-bottom: 4px;}
.jrwmxq_section1 ul .wz2{font-size: 18px;line-height: 22px;}
.jrwmxq_section1 ul .l2{display: none;}
}

.jrwmxq_section2{width: 100%;padding-bottom: 124px;}
.jrwmxq_section2 .cont1{padding-bottom: 46px;margin-bottom: 46px;border-bottom: 1px solid #e6e6e6;}
.jrwmxq_section2 .title{font-size: 28px;color: #333333;line-height: 32px;padding-left: 18px;position: relative;margin-bottom: 36px;}
.jrwmxq_section2 .title::after{content: "";display: block;width: 3px;height: 22px;background-color: #6ab357;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.jrwmxq_section2 .cont1 ul{margin: -22px;width: calc(100% + 44px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.jrwmxq_section2 .cont1 ul li{width: 50%;padding: 22px;}
.jrwmxq_section2 .cont1 ul .bt{font-size: 16px;color: #333333;line-height: 20px;font-weight: bold;margin-bottom: 16px;}
.jrwmxq_section2 .cont1 ul .dd{display: flex;justify-content: flex-start;align-items: flex-start;font-size: 16px;color: #666666;line-height: 28px;margin-bottom: 10px;}
.jrwmxq_section2 .cont1 ul .dd span{margin-right: 4px;}
.jrwmxq_section2 .cont1 ul .dd:last-child{margin-bottom: 0;}
.jrwmxq_section2 .cont2{padding-bottom: 46px;margin-bottom: 46px;border-bottom: 1px solid #e6e6e6;}
.jrwmxq_section2 .cont2 ul li{display: flex;justify-content: flex-start;align-items: flex-start;font-size: 16px;color: #666666;line-height: 28px;margin-bottom: 10px;}
.jrwmxq_section2 .cont2 ul li:last-child{margin-bottom: 0;}
/*.jrwmxq_section2 .cont2 ul li span{margin-right: 4px;}*/
.jrwmxq_section2 .btn a{width: 138px;display: flex;justify-content: center;align-items: center;border: 1px solid #0062a6;border-radius: 10px;}
.jrwmxq_section2 .btn a .wz{font-size: 14px;color: #0062a6;line-height: 44px;margin-right: 20px;}
.jrwmxq_section2 .btn a img{width: 16px;display: block;}
.jrwmxq_section2 .btn a .ico2{display: none;}
.jrwmxq_section2 .btn a:hover{background-color: #0062a6;}
.jrwmxq_section2 .btn a:hover .wz{color: #fff;}
.jrwmxq_section2 .btn a:hover .ico1{display: none;}
.jrwmxq_section2 .btn a:hover .ico2{display: block;}
@media  screen and (max-width:1024px){
.jrwmxq_section2{padding-bottom: 30px;padding-top: 30px;}
.jrwmxq_section2 .cont1{padding-bottom: 20px;margin-bottom: 20px;}
.jrwmxq_section2 .title{font-size: 18px;line-height: 24px;padding-left: 12px;margin-bottom: 12px;}
.jrwmxq_section2 .title::after{width: 2px;height: 18px;}
.jrwmxq_section2 .cont1 ul{margin: -6px;width: calc(100% + 12px);}
.jrwmxq_section2 .cont1 ul li{width: 100%;padding: 6px;}
.jrwmxq_section2 .cont1 ul .bt{font-size: 14px;line-height: 18px;margin-bottom: 10px;}
.jrwmxq_section2 .cont1 ul .dd{font-size: 14px;line-height: 20px;margin-bottom: 6px;}
.jrwmxq_section2 .cont2{padding-bottom: 20px;margin-bottom: 20px;}
.jrwmxq_section2 .cont2 ul li{font-size: 14px;line-height: 20px;margin-bottom: 6px;}
.jrwmxq_section2 .btn a{width: 110px;border-radius: 6px;}
.jrwmxq_section2 .btn a .wz{line-height: 36px;margin-right: 12px;}
}

/* 解决方案列表 */
.jjfa_section{width: 100%;padding-top: 40px;padding-bottom: 100px;}
.jjfa_section .info{font-size: 24px;color: #333333;line-height: 38px;margin-bottom: 46px;}
.jjfa_section li{margin-bottom: 60px;}
.jjfa_section li:last-child{margin-bottom: 0;}
.jjfa_section a{display: flex;justify-content: flex-start;align-items: stretch;border: 1px solid #c9c9c9;padding: 40px;border-radius: 10px;flex-direction:row-reverse;}
.jjfa_section a .left{width: 47.29907773386034%;padding: 28px 60px 130px 0;position: relative;}
.jjfa_section a .left .bt{font-size: 26px;color: #333333;line-height: 30px;margin-bottom: 28px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.jjfa_section a .left .jj{font-size: 16px;color: #666666;line-height: 34px;margin-bottom: 40px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.jjfa_section a .left .dl{margin: -12px;width: calc(100% + 24px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;padding-right: 40px;}
.jjfa_section a .left .dl .dd{width: 50%;padding: 12px;}
.jjfa_section a .left .dl .dd div{padding-left: 18px;position: relative;font-size: 18px;color: #0062a6;line-height: 22px;}
.jjfa_section a .left .dl .dd div::after{content: "";display: block;width: 6px;height: 6px;background-color: #6ab357;position: absolute;left: 0;top: 10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.jjfa_section a .left .boxs{width: 100%;position: absolute;left: 0;bottom: 56px;display: flex;justify-content: space-between;align-items: center;padding-right: 60px;}
.jjfa_section a .left .btn{width: 138px;display: flex;justify-content: center;align-items: center;border: 1px solid #0062a6;border-radius: 10px;}
.jjfa_section a .left .btn .wz{font-size: 14px;color: #0062a6;line-height: 44px;margin-right: 20px;}
.jjfa_section a .left .btn img{width: 16px;display: block;}
.jjfa_section a .left .btn .ico2{display: none;}
.jjfa_section a:hover .left .btn{background-color: #0062a6;}
.jjfa_section a:hover .left .btn .wz{color: #fff;}
.jjfa_section a:hover .left .btn .ico1{display: none;}
.jjfa_section a:hover .left .btn .ico2{display: block;}
.jjfa_section a .left .ico{width: 64px;display: block;}
.jjfa_section a .right{width: 52.70092226613966%;}
.jjfa_section a .pic{ width: 100%; padding-bottom: 61%; position: relative; overflow: hidden;border-radius: 10px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.jjfa_section 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;}
.jjfa_section 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);}
.jjfa_section a:hover .left .bt{color: #0062a6;}
.jjfa_section a:hover{border-color: #0062a6;}
@media  screen and (max-width:1680px){
.jjfa_section li{margin-bottom: 30px;}
.jjfa_section a{padding: 30px;}
.jjfa_section a .left{padding: 16px 30px 80px 0;}
.jjfa_section a .left .bt{font-size: 20px;line-height: 24px;margin-bottom: 14px;;}
.jjfa_section a .left .jj{font-size: 16px;line-height: 24px;margin-bottom: 20px;-webkit-line-clamp:2;}
.jjfa_section a .left .dl{margin: -10px;width: calc(100% + 20px);padding-right: 0;}
.jjfa_section a .left .dl .dd{padding: 10px;}
.jjfa_section a .left .dl .dd div{font-size: 15px;line-height: 20px;}
.jjfa_section a .left .boxs{bottom: 16px;padding-right: 30px;}
.jjfa_section a .left .ico{width: 50px;}
}
@media  screen and (max-width:1024px){
.jjfa_section{padding-top: 30px;padding-bottom: 30px;}
.jjfa_section .info{font-size: 16px;line-height: 24px;margin-bottom: 20px;}
.jjfa_section li{margin-bottom: 12px;}
.jjfa_section a{display: block;padding: 20px;border-radius: 6px;}
.jjfa_section a .left{width: 100%;padding: 20px 0 0 0;}
.jjfa_section a .left .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;;}
.jjfa_section a .left .jj{font-size: 14px;line-height: 22px;margin-bottom: 12px;}
.jjfa_section a .left .dl{margin: -6px;width: calc(100% + 12px);padding-right:0;}
.jjfa_section a .left .dl .dd{padding: 6px;}
.jjfa_section a .left .dl .dd div{padding-left: 12px;font-size: 14px;line-height: 20px;}
.jjfa_section a .left .dl .dd div::after{width: 5px;height: 5px;top: 8px;}
.jjfa_section a .left .boxs{position: static;padding-right: 0;margin-top: 14px;}
.jjfa_section a .left .btn{width: 110px;border-radius: 6px;}
.jjfa_section a .left .btn .wz{line-height: 36px;margin-right: 12px;}
.jjfa_section a .left .ico{width: 40px;}
.jjfa_section a .right{width:100%;}
}

/* 解决方案详情 */
.jjfaxq_section{width: 100%;padding-top: 50px;padding-bottom: 110px;}
.jjfaxq_section .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.jjfaxq_section .jjfaxq_left{width: 28.75%;background-color: #f5f5f5;}
.jjfaxq_section .jjfaxq_left li{border-bottom: 1px solid #ffffff;cursor: pointer;}
.jjfaxq_section .jjfaxq_left ._ttit{display: none;}
.jjfaxq_section .jjfaxq_left .top{display: flex;justify-content: space-between;align-items: center;padding: 19px 30px;}
.jjfaxq_section .jjfaxq_left .top .wz{font-size: 20px;color: #333333;line-height: 30px;width: calc(100% - 50px);}
.jjfaxq_section .jjfaxq_left .top .ico{width: 18px;height: 18px;border: 1px solid #0062a6;display: flex;justify-content: center;align-items: center;border-radius: 100%;
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;}
.jjfaxq_section .jjfaxq_left .top .ico img{width: 16px;display: block;}
.jjfaxq_section .jjfaxq_left .top .ico .img2{display: none;}
.jjfaxq_section .jjfaxq_left .bottom{width: 100%;padding: 30px 50px;border-top: 1px solid #e5e5e5;display: none;}
.jjfaxq_section .jjfaxq_left .bottom a{display: block;font-size: 16px;color: #666666;line-height: 20px;margin-bottom: 22px;}
.jjfaxq_section .jjfaxq_left .bottom a:last-child{margin-bottom: 0;}
.jjfaxq_section .jjfaxq_left .bottom a:hover,
.jjfaxq_section .jjfaxq_left .bottom a.on{color: #0062a6;}
.jjfaxq_section .jjfaxq_left li.on .top .ico{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.jjfaxq_section .jjfaxq_left li.on .top .wz{color: #0062a6;}
.jjfaxq_section .jjfaxq_left li.on .top .ico{background-color: #0062a6;}
.jjfaxq_section .jjfaxq_left li.on .top .ico .img1{display: none;}
.jjfaxq_section .jjfaxq_left li.on .top .ico .img2{display: block;}
.jjfaxq_section .jjfaxq_left .bottom.on{display: block;}
.jjfaxq_section .jjfaxq_right{width: 65.625%;}
.jjfaxq_section .jjfaxq_right1 .cont1{margin-bottom: 40px;display: flex;justify-content: flex-start;align-items: flex-start;width: 100%;flex-direction:row-reverse;}
.jjfaxq_section .jjfaxq_right1 .cont1 .left{width: 49.33333333333333%;}
.jjfaxq_section .jjfaxq_right1 .cont1 .left .ul{width: 100%;}
.jjfaxq_section .jjfaxq_right1 .cont1 .left .ul .li{width: 100%;}
.jjfaxq_section .jjfaxq_right1 .cont1 .left .ul .pic{ padding-bottom: 65.25%; position: relative; overflow: hidden;border-radius: 10px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .left .ul .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.jjfaxq_section .jjfaxq_right1 .cont1 .right{width: 50.66666666666667%;padding-right: 56px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .bt{font-size: 30px;color: #0062a6;line-height: 34px;font-weight: bold;}
.jjfaxq_section .jjfaxq_right1 .cont1 .line{width: 76px;height: 4px;background: linear-gradient(to right,#66b386,#488eb1);border-radius: 4px;margin: 32px 0 28px 0;}
.jjfaxq_section .jjfaxq_right1 .cont1 .info{font-size: 16px;color: #666666;line-height: 34px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .left .ul .slick-dots{width: 100%;position: absolute;left: 0;bottom: 22px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .left .ul .slick-dots li{border-radius:12px;width:12px; height:12px;margin:0 18px 0 0;border: 1px solid #fff;background-color: rgba(255,255,255,0);}
.jjfaxq_section .jjfaxq_right1 .cont1 .left .ul .slick-dots li.slick-active{ background: #6ab357;width: 38px;border-color: #6ab357;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a{width: 122px;display: flex;justify-content: center;align-items: center;border: 1px solid #6ab357;border-radius: 20px;margin-top: 26px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a .wz{font-size: 14px;color: #6ab357;line-height: 38px;margin-right: 12px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a img{width: 18px;display: block;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a .ico2{display: none;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a:hover{background-color: #6ab357;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a:hover .wz{color: #fff;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a:hover .ico1{display: none;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a:hover .ico2{display: block;}
.jjfaxq_section .jjfaxq_right1 .cont2{margin-bottom: 40px;}
.jjfaxq_section .jjfaxq_right1 .cont2 .title{font-size: 16px;color: #666666;line-height: 34px;margin-bottom: 8px;}
.jjfaxq_section .jjfaxq_right1 .cont2 ul{margin: 0 -16px;width: calc(100% + 32px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.jjfaxq_section .jjfaxq_right1 .cont2 ul li{width: 50%;padding: 0 16px;}
.jjfaxq_section .jjfaxq_right1 .cont2 ul li .a{padding: 20px 0;display: flex;justify-content: flex-start;align-items: flex-start;border-bottom: 1px solid #e0e0e0;}
.jjfaxq_section .jjfaxq_right1 .cont2 ul .num{font-size: 20px;color: #6ab357;line-height: 30px;width: 56px;}
.jjfaxq_section .jjfaxq_right1 .cont2 ul .info{font-size: 24px;color: #0062a6;line-height: 30px;width: calc(100% - 56px);}
.jjfaxq_section .jjfaxq_right1 .cont2 ul .info span{display: block;font-size: 16px;color: #666666;line-height: 20px;margin-top: 12px;}
.jjfaxq_section .jjfaxq_right1 .cont2 .infos{font-size: 16px;color: #666666;line-height: 34px;margin-top: 24px;}
.jjfaxq_section .jjfaxq_right1 .cont3{width: 100%;}
.jjfaxq_section .jjfaxq_right1 .cont3 .title{font-size: 16px;color: #666666;line-height: 34px;margin-bottom: 26px;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul{margin: -20px;width: calc(100% + 40px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul li{width: 50%;padding: 20px;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a{display: flex;justify-content: flex-start;align-items: center;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .left{width: 44.35643564356436%;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .pic{ width: 100%; padding-bottom: 70.535%; position: relative; overflow: hidden;border-radius: 10px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.jjfaxq_section .jjfaxq_right1 .cont3 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);}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .right{width: 55.64356435643564%;padding-left: 20px;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .right .bt{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 18px;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .right .jj{font-size: 14px;color: #666666;line-height: 25px;margin-bottom: 24px;min-height: 50px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .right img{width: 24px;display: block;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a:hover .right .bt{color: #0062a6;}
@media  screen and (max-width:1680px){
.jjfaxq_section .jjfaxq_right1 .cont1 .right{padding-right: 30px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .bt{font-size: 24px;line-height: 30px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .line{width: 60px;margin: 20px 0;}
.jjfaxq_section .jjfaxq_right1 .cont1 .info{font-size: 13px;line-height: 20px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a{width: 120px;border-radius: 18px;margin-top: 14px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a .wz{font-size: 13px;line-height: 34px;margin-right: 8px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a img{width: 16px;}
}
@media  screen and (max-width:1024px){
.jjfaxq_section{padding-top: 30px;padding-bottom: 30px;}
.jjfaxq_section .w_width{display: block;}
.jjfaxq_section .jjfaxq_left{width: 100%;background-color: rgba(255,255,255,0);}
.jjfaxq_section .jjfaxq_left ._ttit{background-color: #6ab357;padding: 12px 20px;display: flex;justify-content: space-between;align-items: center;}
.jjfaxq_section .jjfaxq_left ._ttit div{font-size: 16px;color: #fff;line-height: 20px;}
.jjfaxq_section .jjfaxq_left ._ttit img{width: 24px;display: block;
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;}
.jjfaxq_section .jjfaxq_left ._ttit.on img{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.jjfaxq_section .jjfaxq_left ul{background-color: #f5f5f5;margin-top: 12px;display: none;}
.jjfaxq_section .jjfaxq_left .top{padding:12px;}
.jjfaxq_section .jjfaxq_left .top .wz{font-size: 16px;line-height: 20px;width: calc(100% - 40px);}
.jjfaxq_section .jjfaxq_left .bottom{padding: 12px;}
.jjfaxq_section .jjfaxq_left .bottom a{font-size: 14px;line-height: 18px;margin-bottom: 10px;}
.jjfaxq_section .jjfaxq_right{width: 100%;margin-top: 20px;}
.jjfaxq_section .jjfaxq_right1 .cont1{margin-bottom: 20px;display: block;}
.jjfaxq_section .jjfaxq_right1 .cont1 .left{width: 100%;}
.jjfaxq_section .jjfaxq_right1 .cont1 .right{width: 100%;padding-right: 0;margin-top: 14px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .bt{font-size: 16px;line-height: 20px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .line{width: 40px;height: 3px;border-radius: 3px;margin: 12px 0;}
.jjfaxq_section .jjfaxq_right1 .cont1 .info{font-size: 14px;line-height: 22px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .left .ul .slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 10px 0 0;}
.jjfaxq_section .jjfaxq_right1 .cont1 .left .ul .slick-dots li.slick-active{width: 20px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a{width: 110px;border-radius: 16px;margin-top: 12px;}
.jjfaxq_section .jjfaxq_right1 .cont1 .more a .wz{font-size: 13px;line-height: 30px;margin-right: 6px;}
.jjfaxq_section .jjfaxq_right1 .cont2{margin-bottom: 20px;}
.jjfaxq_section .jjfaxq_right1 .cont2 .title{font-size: 14px;}
.jjfaxq_section .jjfaxq_right1 .cont2 ul{margin: 0 -6px;width: calc(100% + 12px);}
.jjfaxq_section .jjfaxq_right1 .cont2 ul li{width: 50%;padding: 0 6px;}
.jjfaxq_section .jjfaxq_right1 .cont2 ul li .a{padding: 12px 0;}
.jjfaxq_section .jjfaxq_right1 .cont2 ul .num{font-size: 14px;line-height: 20px;width: 30px;}
.jjfaxq_section .jjfaxq_right1 .cont2 ul .info{font-size: 14px;line-height: 20px;width: calc(100% - 30px);}
.jjfaxq_section .jjfaxq_right1 .cont2 ul .info span{font-size: 14px;line-height: 18px;margin-top: 6px;}
.jjfaxq_section .jjfaxq_right1 .cont2 .u2 li{width: 100%;}
.jjfaxq_section .jjfaxq_right1 .cont2 .infos{font-size: 14px;margin-top: 10px;}
.jjfaxq_section .jjfaxq_right1 .cont3 .title{font-size: 14px;margin-bottom: 12px;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul{margin: -6px;width: calc(100% + 12px);}
.jjfaxq_section .jjfaxq_right1 .cont3 ul li{width: 100%;padding: 6px;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .right{padding-left: 12px;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .right .bt{font-size: 15px;line-height: 20px;margin-bottom: 10px;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .right .jj{font-size: 13px;line-height: 20px;margin-bottom: 10px;min-height: 40px;}
.jjfaxq_section .jjfaxq_right1 .cont3 ul a .right img{width: 20px;}
}

.jjfaxq_section .jjfaxq_right2 .cont1{margin-bottom: 36px;}
.jjfaxq_section .jjfaxq_right2 .cont1 .title{font-size: 30px;color: #0062a6;line-height: 34px;margin-bottom: 16px;font-weight: bold;}
.jjfaxq_section .jjfaxq_right2 .cont1 .info{font-size: 20px;color: #333333;line-height: 26px;}
.jjfaxq_section .jjfaxq_right2 .cont2{margin-bottom: 80px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .title{font-size: 20px;color: #6ab357;line-height: 24px;padding-bottom: 12px;margin-bottom: 40px;position: relative;border-bottom: 1px solid #e6e6e6;}
.jjfaxq_section .jjfaxq_right2 .cont2 .title::after{content: "";display: block;width: 78px;height: 4px;background: linear-gradient(to right,#57ac7c,#3984aa);border-radius: 4px;position: absolute;left: 0;bottom: -2px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .bt{font-size: 22px;color: #0062a6;line-height: 26px;margin-bottom: 22px;font-weight: bold;}
.jjfaxq_section .jjfaxq_right2 .cont2 .jj{font-size: 16px;color: #666666;line-height: 34px;margin-bottom: 12px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .jj span{margin-top: 16px;display: block;}
.jjfaxq_section .jjfaxq_right2 .cont2 .dl{margin-bottom: 24px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .dl .dd{margin-bottom: 12px;font-size: 16px;color: #666666;line-height: 20px;padding-left: 16px;position: relative;}
.jjfaxq_section .jjfaxq_right2 .cont2 .dl .dd:last-child{margin-bottom: 0;}
.jjfaxq_section .jjfaxq_right2 .cont2 .dl .dd::after{content: "";display: block;width: 6px;height: 6px;background-color: #6ab357;position: absolute;left: 0;top: 7px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.jjfaxq_section .jjfaxq_right2 .cont2 .pic{margin-bottom: 36px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .pic img{width: 100%;display: block;}
.jjfaxq_section .jjfaxq_right2 .cont2 .pic2 img{width: 100%;display: block;}
.jjfaxq_section .jjfaxq_right2 .cont2 .ul{width: 100%;}
.jjfaxq_section .jjfaxq_right2 .cont2 .ul .li{width: 100%;}
.jjfaxq_section .jjfaxq_right2 .cont2 .ul .pic2{ padding-bottom: 44.6666%; position: relative; overflow: hidden;border-radius: 10px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .ul .pic2 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%);}
.jjfaxq_section .jjfaxq_right2 .cont2 .ul .slick-dots{width: 100%;position: absolute;left: 0;bottom: 32px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .ul .slick-dots li{border-radius:12px;width:12px; height:12px;margin:0 18px 0 0;background: rgba(255,255,255,0);border: 1px solid #fff;}
.jjfaxq_section .jjfaxq_right2 .cont2 .ul .slick-dots li.slick-active{ background: #6ab357;width: 35px;border-color: #6ab357;}
.jjfaxq_section .jjfaxq_right2 .cont3{border: 1px solid #dbdbdb;border-radius: 4px;border-top: 0;overflow: hidden;display: flex;justify-content: flex-start;align-items: stretch;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left{width: 50%;position: relative;border-top: 7px solid #0062a6;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left::after{content: "";display: block;width: 1px;height: 155px;background-color: #e6e6e6;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a{display: block;width: 100%;padding: 32px 32px 60px 32px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a .title{font-size: 24px;color: #333333;line-height: 28px;margin-bottom: 14px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a .jj{font-size: 16px;color: #666666;line-height: 20px;margin-bottom: 36px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a .btn{width: 138px;display: flex;justify-content: center;align-items: center;border: 1px solid #0062a6;border-radius: 10px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a .btn .wz{font-size: 14px;color: #0062a6;line-height: 44px;margin-right: 20px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a .btn img{width: 16px;display: block;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a .btn .ico2{display: none;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a:hover .btn{background-color: #0062a6;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a:hover .btn .wz{color: #fff;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a:hover .btn .ico1{display: none;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a:hover .btn .ico2{display: block;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a:hover .title{color: #0062a6;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right{width: 50%;border-top: 7px solid #6ab357;padding: 32px 35px 50px 35px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right .title{font-size: 24px;color: #333333;line-height: 28px;margin-bottom: 2px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul li{border-bottom: 1px solid #e4e4e4;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul a{display: flex;justify-content: space-between;align-items: center;padding: 10px 0;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul a .wz{font-size: 16px;color: #666666;line-height: 20px;width: calc(100% - 50px);}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul a img{width: 22px;display: block;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul a .ico2{display: none;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul li:hover{border-bottom-color: #0062a6;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul a:hover .wz{color: #0062a6;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul a:hover .ico1{display: none;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul a:hover .ico2{display: block;}
@media  screen and (max-width:1024px){
.jjfaxq_section .jjfaxq_right2 .cont1{margin-bottom: 20px;}
.jjfaxq_section .jjfaxq_right2 .cont1 .title{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.jjfaxq_section .jjfaxq_right2 .cont1 .info{font-size: 14px;line-height: 20px;}
.jjfaxq_section .jjfaxq_right2 .cont2{margin-bottom: 20px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .title{font-size: 18px;line-height: 22px;padding-bottom: 10px;margin-bottom: 12px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .title::after{width: 72px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .jj{font-size: 14px;line-height: 22px;margin-bottom: 10px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .jj span{margin-top: 12px;;}
.jjfaxq_section .jjfaxq_right2 .cont2 .dl{margin-bottom: 10px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .dl .dd{margin-bottom: 8px;font-size: 14px;padding-left: 14px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .pic{margin-bottom: 12px;}
.jjfaxq_section .jjfaxq_right2 .cont3{display: block;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left{width: 100%;border-top: 4px solid #0062a6;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left::after{display: none;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a{padding: 20px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a .title{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a .jj{font-size: 14px;margin-bottom: 12px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a .btn{width: 110px;border-radius: 6px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .left a .btn .wz{line-height: 36px;margin-right: 12px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right{width: 100%;border-top: 4px solid #6ab357;padding: 20px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right .title{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul a{padding: 8px 0;}
.jjfaxq_section .jjfaxq_right2 .cont3 .right ul a .wz{font-size: 14px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .ul .slick-dots{bottom: 12px;}
.jjfaxq_section .jjfaxq_right2 .cont2 .ul .slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px 0 0;}
.jjfaxq_section .jjfaxq_right2 .cont2 .ul .slick-dots li.slick-active{width: 24px;}
}

/* 新闻列表 */
.xwlb_section{width: 100%;padding-top: 60px;padding-bottom: 100px;}
.xwlb_section ul{margin-bottom: 60px;}
.xwlb_section ul li{margin-bottom: 30px;}
.xwlb_section ul li:last-child{margin-bottom: 0;}
.xwlb_section ul a{display: flex;justify-content: flex-start;align-items: center;background-color: #f5f5f5;flex-direction:row-reverse;padding: 20px 20px 20px 50px;}
.xwlb_section ul a .left{width: 358px;}
.xwlb_section ul a .left .pic{ width: 100%; padding-bottom: 59.776%; position: relative; overflow: hidden;border-radius: 10px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xwlb_section ul a .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xwlb_section ul a:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.xwlb_section ul a .right{width: calc(100% - 358px);padding-right: 70px;display: flex;justify-content: flex-start;align-items: stretch;}
.xwlb_section ul a .right .wzbox{width: calc(100% - 200px);padding-right: 92px;border-right: 1px solid #cfcfcf;}
.xwlb_section ul a .right .wzbox .bt{font-size: 24px;color: #333333;line-height: 30px;margin-bottom: 26px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xwlb_section ul a .right .wzbox .jj{font-size: 16px;color: #666666;line-height: 28px;margin-bottom: 40px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xwlb_section ul a .right .wzbox img{width: 24px;display: block;}
.xwlb_section ul a:hover .right .wzbox .bt{color: #0062a6;}
.xwlb_section ul a .right .datebox{text-align: right;width: 200px;}
.xwlb_section ul a .right .datebox .date1{font-size: 42px;color: #848484;line-height: 46px;margin-bottom: 12px;}
.xwlb_section ul a .right .datebox .date2{font-size: 18px;color: #848484;line-height: 24px;}
@media  screen and (max-width:1680px){
.xwlb_section ul a{padding: 20px 20px 20px 30px;}
.xwlb_section ul a .left{width: 320px;}
.xwlb_section ul a .right{width: calc(100% - 320px);padding-right: 40px;}
.xwlb_section ul a .right .wzbox{width: calc(100% - 160px);padding-right: 60px;}
.xwlb_section ul a .right .wzbox .bt{font-size: 18px;line-height: 24px;margin-bottom: 14px;}
.xwlb_section ul a .right .wzbox .jj{font-size: 14px;line-height: 22px;margin-bottom: 24px;}
.xwlb_section ul a .right .datebox{width: 160px;}
.xwlb_section ul a .right .datebox .date1{font-size: 30px;line-height: 34px;margin-bottom: 10px;}
.xwlb_section ul a .right .datebox .date2{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.xwlb_section{padding-top: 30px;padding-bottom: 30px;}
.xwlb_section ul{margin-bottom: 20px;}
.xwlb_section ul li{margin-bottom: 12px;}
.xwlb_section ul a{display: block;padding: 14px;}
.xwlb_section ul a .left{width: 100%;}
.xwlb_section ul a .right{width: 100%;padding-right: 0;display: block;margin-top: 14px;position: relative;}
.xwlb_section ul a .right .wzbox{width: 100%;padding-right: 0;border-right: 0;margin-bottom: 12px;}
.xwlb_section ul a .right .wzbox .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.xwlb_section ul a .right .wzbox .jj{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.xwlb_section ul a .right .wzbox img{width: 22px;position: absolute;right: 0;bottom: 0;}
.xwlb_section ul a .right .datebox{text-align: left;display: flex;justify-content: flex-start;align-items: center; width: 100%;}
.xwlb_section ul a .right .datebox .date1{font-size: 16px;line-height: 24px;margin-bottom: 0;margin-right: 10px;}
.xwlb_section ul a .right .datebox .date2{font-size: 14px;line-height: 24px;}
}

/* 新闻详情 */
.xwxq_section{width: 100%;padding-top: 16px;padding-bottom: 100px;}
.xwxq_section .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.xwxq_section .left{width: 77.375%;}
.xwxq_section .left .title{font-size: 30px;color: #231815;line-height: 34px;margin-bottom: 36px;}
.xwxq_section .left .dl{display: flex;justify-content: flex-start;align-items: flex-start;}
.xwxq_section .left .dl .dd{margin-right: 80px;display: flex;justify-content: flex-start;align-items: center;}
.xwxq_section .left .dl .dd:last-child{margin-right: 0;}
.xwxq_section .left .dl .dd img{width: 22px;display: block;margin-right: 8px;}
.xwxq_section .left .dl .dd .wz{font-size: 14px;color: #7a7a7a;line-height: 20px;}
.xwxq_section .left .content{margin-top: 24px;margin-bottom: 46px;border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;padding: 24px 0 46px 0;font-size: 16px;color: #666666;line-height: 36px;}
.xwxq_section .left .page_box{display: flex;justify-content: space-between;align-items: center;}
.xwxq_section .left .page_box .page_l{width: calc(100% - 180px);}
.xwxq_section .left .page_box .page_l a{display: block;font-size: 16px;color: #666666;line-height: 20px;margin-bottom: 12px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xwxq_section .left .page_box .page_l a:last-child{margin-bottom: 0;}
.xwxq_section .left .page_box .page_l a:hover{color: #0062a6;}
.xwxq_section .left .page_box .back_r a{width: 136px;display: flex;justify-content: center;align-items: center;background-color: #0e6eb8;border-radius: 10px;}
.xwxq_section .left .page_box .back_r a:hover{opacity: 0.8;}
.xwxq_section .left .page_box .back_r a img{width: 22px;display: block;margin-right: 10px;}
.xwxq_section .left .page_box .back_r a .wz{font-size: 16px;color: #ffffff;line-height: 46px;}
.xwxq_section .right{width: 19.6875%;}
.xwxq_section .right .title{font-size: 22px;color: #0062a6;line-height: 26px;margin-bottom: 16px;}
.xwxq_section .right .ul{width: 100%;}
.xwxq_section .right .ul .li{margin-bottom: 26px;padding-bottom: 26px;border-bottom: 1px solid #e3e3e3;}
.xwxq_section .right .ul .li:last-child{margin-bottom: 0;}
.xwxq_section .right .ul .li a{display: block;width: 100%;}
.xwxq_section .right .ul .li a .pic{ width: 100%; padding-bottom: 60%; position: relative; overflow: hidden;border-radius: 10px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xwxq_section .right .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;}
.xwxq_section .right .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);}
.xwxq_section .right .ul .li a .wzbox{margin-top: 24px;}
.xwxq_section .right .ul .li a .bt{font-size: 16px;color: #666666;line-height: 24px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xwxq_section .right .ul .li a .date{font-size: 14px;color: #cecece;line-height: 20px;}
.xwxq_section .right .ul .li a:hover .bt{color: #0062a6;}
@media  screen and (max-width:1024px){
.xwxq_section{padding-top: 30px;padding-bottom: 30px;}
.xwxq_section .w_width{display: block;}
.xwxq_section .left{width: 100%;}
.xwxq_section .left .title{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.xwxq_section .left .dl .dd{margin-right: 12px;}
.xwxq_section .left .dl .dd span{display: none;}
.xwxq_section .left .content{margin-top: 20px;margin-bottom: 20px;padding: 20px 0 20px 0;font-size: 14px;line-height: 22px;}
.xwxq_section .left .page_box{display: block;}
.xwxq_section .left .page_box .page_l{width: 100%;}
.xwxq_section .left .page_box .page_l a{font-size: 14px;margin-bottom: 8px;}
.xwxq_section .left .page_box .back_r a{width: 110px;border-radius: 6px;margin: 10px auto 0 auto;}
.xwxq_section .left .page_box .back_r a img{width: 20px;margin-right: 8px;}
.xwxq_section .left .page_box .back_r a .wz{font-size: 14px;line-height: 32px;}
.xwxq_section .right{width: 100%;display: none;}
}

/* 联系我们 */
.lxwm_section{width: 100%;padding-top: 46px;padding-bottom: 100px;}
.lxwm_section .cont1{margin-bottom: 82px;display: flex;justify-content: space-between;align-items: stretch;}
.lxwm_section .cont1 .left{width: 35.625%;border-radius: 10px;padding: 56px 30px 30px 30px;}
.lxwm_section .cont1 .left .bt{font-size: 26px;color: #0062a6;line-height: 30px;margin-bottom: 44px;font-weight: bold;}
.lxwm_section .cont1 .left .info{font-size: 16px;color: #666666;line-height: 40px;margin-bottom: 40px;}
.lxwm_section .cont1 .info p{display: flex;justify-content: flex-start;align-items: flex-start;}
.lxwm_section .cont1 .info p span{display: block;white-space:nowrap;}
.lxwm_section .cont1 .info p br{display: none;}
.lxwm_section .cont1 .left .ewm{width: 114px;margin: 0 auto;}
.lxwm_section .cont1 .left .ewm img{width: 100%;display: block;margin-bottom: 8px;}
.lxwm_section .cont1 .left .ewm .wz{font-size: 16px;color: #666666;line-height: 20px;text-align: center;}
.lxwm_section .cont1 .right{width: 63.5625%;border-radius: 10px;}
.lxwm_section .cont1 .right a{display: block;width: 100%;position: relative;height: 510px;}
.lxwm_section .cont1 .right img{width: 42px;display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.lxwm_section .cont2 .info{font-size: 26px;color: #333333;line-height: 40px;margin-bottom: 38px;}
.lxwm_section .cont2 ul{margin: -12px -16px;width: calc(100% + 32px);display: flex;flex-wrap: wrap;}
.lxwm_section .cont2 ul li{width: 50%;padding: 12px 16px;}
.lxwm_section .cont2 ul .wz{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 12px;}
.lxwm_section .cont2 ul .wz span{color: #fb0202;}
.lxwm_section .cont2 ul .input input{width: 100%;height: 56px;padding: 0 18px;display: block;border: 1px solid #d9d9d9;border-radius: 3px;font-size: 16px;color: #666666;}
.lxwm_section .cont2 ul .xial{position: relative;}
.lxwm_section .cont2 ul .xial ._t{border: 1px solid #d9d9d9;border-radius: 3px;display: flex;justify-content: space-between;align-items: center;padding: 0 18px;cursor: pointer;}
.lxwm_section .cont2 ul .xial ._t div{font-size: 16px;color: #666666;line-height: 54px;}
.lxwm_section .cont2 ul .xial ._t img{width: 18px;display: block;}
.lxwm_section .cont2 ul .xial ._b{width: 100%;position: absolute;left: 0;top: calc(100% + 12px);background-color: #fff;border-radius: 3px;padding: 10px 0;box-shadow: 0 0 12px rgba(0,0,0,0.1);display: none;}
.lxwm_section .cont2 ul .xial ._b a{display: block;font-size: 16px;color: #333;line-height: 30px;padding: 10px;text-align: center;}
.lxwm_section .cont2 ul .xial ._b a:hover{background-color: #0062a6;color: #fff;}
.lxwm_section .cont2 ul .txtbox textarea{width: 100%;height: 128px;display: block;border: 1px solid #d9d9d9;border-radius: 3px;padding: 12px 18px;font-size: 16px;color: #666666;}
.lxwm_section .cont2 ul .yzm{width: 100%;position: relative;}
.lxwm_section .cont2 ul .yzm input{width: 100%;height: 56px;padding: 0 120px 0 18px;display: block;border: 1px solid #d9d9d9;border-radius: 3px;font-size: 16px;color: #666666;}
.lxwm_section .cont2 ul .yzm img{width: 95px;height: 44px;display: block;position: absolute;right: 5px;top: 50%;transform: translate(0,-50%);cursor: pointer;}
.lxwm_section .cont2 ul .button a{display: block;width: 100%;font-size: 18px;color: #ffffff;line-height: 56px;background-color: #0062a6;border-radius: 3px;text-align: center;}
.lxwm_section .cont2 ul .button a:hover{opacity: 0.8;}
.lxwm_section .cont2 ul .srk::-webkit-input-placeholder{font-size: 16px;color: #bbb9b9;opacity: 1;}
.lxwm_section .cont2 ul .srk::-moz-placeholder{font-size: 16px;color: #bbb9b9;opacity: 1;}
.lxwm_section .cont2 ul .srk::moz-placeholder{font-size: 16px;color: #bbb9b9;opacity: 1;}
.lxwm_section .cont2 ul .srk:-ms-input-placeholder{font-size: 16px;color: #bbb9b9;opacity: 1;} 
.lxwm_section .cont2 .tip{font-size: 16px;color: #666666;line-height: 20px;margin-top: 32px;}
.lxwm_section .cont2 .tip span{color: #fb0202;}
@media  screen and (max-width:1024px){
.lxwm_section{padding-top: 30px;padding-bottom: 30px;}
.lxwm_section .cont1{margin-bottom: 20px;display: block;}
.lxwm_section .cont1 .left{width: 100%;border-radius: 6px;padding: 20px;margin-bottom: 14px;}
.lxwm_section .cont1 .left .bt{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.lxwm_section .cont1 .left .info{font-size: 14px;line-height: 22px;margin-bottom: 14px;}
.lxwm_section .cont1 .info p br{display: block;}
.lxwm_section .cont1 .left .ewm{width: 100px;margin: 0 auto;}
.lxwm_section .cont1 .left .ewm .wz{font-size: 14px;line-height: 18px;}
.lxwm_section .cont1 .right{width: 100%;border-radius: 6px;}
.lxwm_section .cont1 .right a{height: 240px;}
.lxwm_section .cont1 .right img{width: 24px;}
.lxwm_section .cont2 .info{font-size: 18px;line-height: 24px;margin-bottom: 14px;}
.lxwm_section .cont2 ul{margin: -6px;width: calc(100% + 12px);}
.lxwm_section .cont2 ul li{width: 100%;padding: 6px;}
.lxwm_section .cont2 ul .wz{font-size: 15px;line-height: 20px;margin-bottom: 8px;}
.lxwm_section .cont2 ul .input input{height: 38px;padding: 0 12px;font-size: 14px;}
.lxwm_section .cont2 ul .xial ._t{padding: 0 12px;}
.lxwm_section .cont2 ul .xial ._t div{font-size: 14px;line-height: 36px;}
.lxwm_section .cont2 ul .xial ._b a{font-size: 14px;line-height: 20px;}
.lxwm_section .cont2 ul .txtbox textarea{height: 110px;padding: 10px 12px;font-size: 14px;}
.lxwm_section .cont2 ul .yzm input{height: 38px;padding: 0 100px 0 12px;font-size: 14px;}
.lxwm_section .cont2 ul .yzm img{width: 90px;height: 32px;right: 4px;}
.lxwm_section .cont2 ul .button a{font-size: 15px;line-height: 40px;}
.lxwm_section .cont2 ul .srk::-webkit-input-placeholder{font-size: 14px;}
.lxwm_section .cont2 ul .srk::-moz-placeholder{font-size: 14px;}
.lxwm_section .cont2 ul .srk::moz-placeholder{font-size: 14px;}
.lxwm_section .cont2 ul .srk:-ms-input-placeholder{font-size: 14px;} 
.lxwm_section .cont2 .tip{font-size: 14px;line-height: 18px;margin-top: 14px;}
}

.zws_section{width: 100%;margin-top: -84px;opacity: 0;height: 84px;position: relative;z-index: -99;}


.pagecon.xwxq_section .left{width:100%;}
.pagecon.xwxq_section .left .content{border:0; padding-bottom:0; margin-bottom:0; padding-top:0; margin-top:0;}
.pagecon.xwxq_section{padding-top:30px; padding-bottom:30px;}

@media  screen and (max-width:1024px){
.pagecon.xwxq_section{padding-top:20px; padding-bottom:20px;}
}


.sitemap{ width:100%;float:left;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}
.sitemap li a:hover{color:#0062a6;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}



.jrwm_tc{width: 100%;height: 100vh;position: fixed;left: 0;top: 0;z-index: 999;background-color: rgba(0,0,0,0.4);display: none;}
.jrwm_tc .content{width: 747px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 10px;overflow: hidden;}
.jrwm_tc .content .cont1{width: 100%;background: linear-gradient(to right,#4fa382,#337fac);display: flex;justify-content: space-between;align-items: center;padding: 0 30px;}
.jrwm_tc .content .cont1 .bt{font-size: 32px;color: #ffffff;line-height: 102px;}
.jrwm_tc .content .cont1 .none{width: 24px;display: block;cursor: pointer;}
.jrwm_tc .content .cont2{width: 100%;background-color: #fff;padding: 26px 30px 70px 30px;}
.jrwm_tc .content .cont2 ul{display: flex;flex-wrap: wrap;margin: -15px;width: calc(100% + 30px);}
.jrwm_tc .content .cont2 ul li{width: 50%;padding: 15px;}
.jrwm_tc .content .cont2 ul .name{font-size: 16px;color: #666666;line-height: 20px;margin-bottom: 8px;}
.jrwm_tc .content .cont2 ul .name span{color: #fe0000;}
.jrwm_tc .content .cont2 ul .input{width: 100%;}
.jrwm_tc .content .cont2 ul .input input{width: 100%;height: 54px;display: block;padding: 0 18px;background-color: #f5f5f5;font-size: 14px;color: #333;}
.jrwm_tc .content .cont2 ul .srk::-webkit-input-placeholder{font-size: 14px;color: #888888;opacity: 1;}
.jrwm_tc .content .cont2 ul .srk::-moz-placeholder{font-size: 14px;color: #888888;opacity: 1;}
.jrwm_tc .content .cont2 ul .srk::moz-placeholder{font-size: 14px;color: #888888;opacity: 1;}
.jrwm_tc .content .cont2 ul .srk:-ms-input-placeholder{font-size: 14px;color: #888888;opacity: 1;}
.jrwm_tc .content .cont2 ul .xial{position: relative;}
.jrwm_tc .content .cont2 ul .xial ._t{width: 100%;background-color: #f5f5f5;padding: 0 18px;display: flex;justify-content: space-between;align-items: center;height: 54px;cursor: pointer;}
.jrwm_tc .content .cont2 ul .xial ._t .wz{font-size: 14px;color: #888888;line-height: 20px;}
.jrwm_tc .content .cont2 ul .xial ._t img{width: 24px;display: block;}
.jrwm_tc .content .cont2 ul .xial ._b{width: 100%;position: absolute;left: 0;top: calc(100% + 12px);background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);overflow: hidden;overflow-y: auto;max-height: 140px;display: none;}
.jrwm_tc .content .cont2 ul .xial ._b::-webkit-scrollbar{ width: 3px;}
.jrwm_tc .content .cont2 ul .xial ._b::-webkit-scrollbar-track{background-color: #e5e5e5;border-radius: 3px;}
.jrwm_tc .content .cont2 ul .xial ._b::-webkit-scrollbar-thumb{width: 3px;background-color: #6ab357;border-radius: 3px;}
.jrwm_tc .content .cont2 ul .xial ._b a{display: block;width: 100%;font-size: 14px;color: #333;line-height: 20px;padding: 15px 12px;}
.jrwm_tc .content .cont2 ul .xial ._b a:hover{background-color: #6ab357;color: #fff;}
.jrwm_tc .content .cont2 ul .sc_box a{display: flex;justify-content: space-between;align-items: flex-end;}
.jrwm_tc .content .cont2 ul .sc_box a ._l{width: 77px;height: 77px;border: 1px dashed #bfbfbf;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.jrwm_tc .content .cont2 ul .sc_box a ._l img{width: 24px;display: block;}
.jrwm_tc .content .cont2 ul .sc_box a ._l .wz{font-size: 12px;color: #666666;line-height: 16px;}
.jrwm_tc .content .cont2 ul .sc_box a ._r{width: calc(100% - 88px);font-size: 12px;color: #666666;line-height: 17px;}
.jrwm_tc .content .cont2 ul .yzm{width: 100%;position: relative;}
.jrwm_tc .content .cont2 ul .yzm input{width: 100%;height: 54px;display: block;padding: 0 130px 0 18px;background-color: #f5f5f5;font-size: 14px;color: #333;}
.jrwm_tc .content .cont2 ul .yzm img{width: 110px;height: 100%;display: block;position: absolute;right: 0;top: 0;cursor: pointer;}
.jrwm_tc .content .cont2 ul .btn a{display: block;width: 100%;font-size: 18px;color: #0062a6;line-height: 52px;border: 1px solid #0062a6;text-align: center;}
.jrwm_tc .content .cont2 ul .btn a:hover{background-color: #0062a6;color: #fff;}
@media  screen and (max-width:1024px){
.jrwm_tc .content{width: calc(100% - 30px);}
.jrwm_tc .content .cont1{padding: 0 14px;}
.jrwm_tc .content .cont1 .bt{font-size: 20px;line-height: 40px;}
.jrwm_tc .content .cont1 .none{width: 22px;}
.jrwm_tc .content .cont2{padding: 14px;}
.jrwm_tc .content .cont2 ul{margin: -6px;width: calc(100% + 12px);}
.jrwm_tc .content .cont2 ul li{width: 100%;padding: 6px;}
.jrwm_tc .content .cont2 ul .name{font-size: 14px;line-height: 18px;margin-bottom: 6px;}
.jrwm_tc .content .cont2 ul .input input{height: 40px;padding: 0 12px;font-size: 13px;}
.jrwm_tc .content .cont2 ul .srk::-webkit-input-placeholder{font-size: 13px;}
.jrwm_tc .content .cont2 ul .srk::-moz-placeholder{font-size: 13px;}
.jrwm_tc .content .cont2 ul .srk::moz-placeholder{font-size: 13px;}
.jrwm_tc .content .cont2 ul .srk:-ms-input-placeholder{font-size: 13px;}
.jrwm_tc .content .cont2 ul .xial ._t{padding: 0 12px;height: 40px;}
.jrwm_tc .content .cont2 ul .xial ._t .wz{line-height: 18px;}
.jrwm_tc .content .cont2 ul .xial ._t img{width: 22px;}
.jrwm_tc .content .cont2 ul .xial ._b a{line-height: 18px;padding: 12px 12px;}
.jrwm_tc .content .cont2 ul .sc_box a ._l{width: 70px;height: 70px;}
.jrwm_tc .content .cont2 ul .sc_box a ._l img{width: 20px;}
.jrwm_tc .content .cont2 ul .sc_box a ._r{width: calc(100% - 80px);}
.jrwm_tc .content .cont2 ul .yzm input{height: 40px;padding: 0 110px 0 12px;}
.jrwm_tc .content .cont2 ul .yzm img{width: 90px;}
.jrwm_tc .content .cont2 ul .btn a{font-size: 15px;line-height: 38px;}
}









