﻿@charset "UTF-8";
html{
  font-size: 7.1428vw;
}
@media screen and  (min-width: 1400px){ /*主体宽度*/
  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: #3eb9ed;}
.w_width{max-width:1400px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 0.7rem;padding-right: 0.7rem;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{position: fixed;width: 100%; z-index: 9999;top: 0;left: 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;}
.wyb_s.on,
.wyb_s.ons{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs{ width: 100%;}
.t_navs::after{content: "";display: block;clear: both;}
.t_navs .top{ width: 100%; float: left; position: relative;padding-left: 50px;padding-right: 50px;}
.t_navs .top2{display: flex;justify-content: space-between;align-items: flex-start;}
.t_navs .top .logo{ margin: 23.5px 0; line-height: 0; float: left;}
.t_navs .top .logo img{ width: auto; height: 53px;}
.t_navs .top .right{ float: right;}
.t_navs .top .right .menu{float: left;}
.t_navs .top .right .menu ul{float: left;}
.t_navs .top .menu .nli{ float: left; position: relative;padding: 0 30px;}
.t_navs .top .menu .nli span a{ display: block;color: #565656; position: relative;line-height: 100px; font-size: 16px;text-transform: capitalize;}
.t_navs .top .menu .nli.on span a,.t_navs .top .menu .nli:hover span a{ color: #3eb9ed;}
.t_navs .top .menu .nli.on span a::after,.t_navs .top .menu .nli:hover span a::after{ content: ""; display: block; width: 100%; height: 2px; background: #3eb9ed; position: absolute; bottom: 26px; left: 0;}
.t_navs .top .sub{ display: none; position: absolute;min-width: 140px; top:100%; left: 50%; background: #fff; z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);
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 .sub .l2{ width: 100%;}
.t_navs .top .sub .l2 a{ display: block; color: #555;text-align: center;font-size: 16px;line-height: 40px;white-space:nowrap;padding: 0 16px;min-width: 100%;}
.t_navs .top .sub .l2 a:hover{ color: #fff;background: #3eb9ed;}
.t_navs .top .pcyyqh_box{float: left;margin-left: 26px;position: relative;}
.t_navs .top .pcyyqh_box ._t{display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.t_navs .top .pcyyqh_box ._t img{width: 20px;display: block;margin-right: 12px;}
.t_navs .top .pcyyqh_box ._t .words{font-size: 14px;color: #565656;line-height: 100px;}
.t_navs .top .pcyyqh_box ._b{width: 120px;position: absolute;left: 50%;top: 100%;transform: translate(-50%,0);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);display: none;}
.t_navs .top .pcyyqh_box ._b a{width: 100%;font-size: 16px;color: #333;line-height: 40px;text-align: center;display: block;}
.t_navs .top .pcyyqh_box ._b a:hover,
.t_navs .top .pcyyqh_box ._b a.on{color: #fff;background: #3eb9ed;}
.t_navs .top .pcss_box{float: left;margin-left: 50px;}
.t_navs .top .pcss_box ._t{padding: 40.5px 0;}
.t_navs .top .pcss_box ._t img{width: 19px;display: block;cursor: pointer;}
.t_navs .top .pcss_box ._b{width: 100%;position: fixed;left: 0;top: 100px;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);padding: 50px;display: none;}
.t_navs .top .pcss_box ._b .input{width: 600px;margin: 0 auto;position: relative;}
.t_navs .top .pcss_box ._b .input input{width: 100%;height: 46px;display: block;font-size: 16px;color: #333;border: 1px solid #eee;padding: 0 100px 0 20px;}
.t_navs .top .pcss_box ._b .input input::-webkit-input-placeholder{font-size: 16px;color: #999;opacity: 1;}
.t_navs .top .pcss_box ._b .input input::-moz-placeholder{font-size: 16px;color: #999;opacity: 1;}
.t_navs .top .pcss_box ._b .input input::moz-placeholder{font-size: 16px;color: #999;opacity: 1;}
.t_navs .top .pcss_box ._b .input input:-ms-input-placeholder{font-size: 16px;color: #999;opacity: 1;}
.t_navs .top .pcss_box ._b .input img{width: 24px;display: block;cursor: pointer;position: absolute;right: 20px;top: 50%;transform: translate(0,-50%);}
.t_navs .menuph{ display: none;} 
.t_navs .phyyqh_box{ display: none;} 
.t_navs .xialaph{ display: none;}
@media screen and (max-width:1450px) {
.t_navs .top .menu .nli{padding: 0 14px;}
.t_navs .top .pcyyqh_box{margin-left: 14px;}
.t_navs .top .pcss_box{margin-left: 30px;}
}
@media screen and (max-width:1120px) {
.t_navs .top .menu .nli span a{font-size: 14px;}
.t_navs .top .logo{margin: 30px 0;}
.t_navs .top .logo img{height: 40px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .menu{ display: none;}
.t_navs .top{display: block!important;}
.t_navs .top .pcyyqh_box{display: none;}
.t_navs .top .pcss_box{display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_navs .phyyqh_box{display: block;}
.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 30px 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,
.t_navs .menuph .menu-toggle span.hamburger:after,
.t_navs .menuph .menu-toggle span.hamburger:before {content:"";display:block;width:24px;height:2px;background:#3eb9ed;position:absolute;top:50%;margin-top:-1px;left:50%;margin-left:-12px;-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.cross:before,
.t_navs .menuph .menu-toggle span.cross:after {content:"";display:block;width:24px;height:2px;background:#3eb9ed;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 .cross::before,
.t_navs .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: #3eb9ed;}
.t_navs .menuph.active .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #3eb9ed;}
.t_navs .phyyqh_box{position: relative;float: left;margin-right: 20px;}
.t_navs .phyyqh_box ._t{font-size: 0;}
.t_navs .phyyqh_box ._t .ico{width: 26px;display: inline-block;vertical-align: middle;margin-right: 4px;}
.t_navs .phyyqh_box ._t .ico img{width: 100%;display: block;}
.t_navs .phyyqh_box ._t .words{font-size: 14px;color: #333333;line-height: 50px;display: inline-block;vertical-align: middle;}
.t_navs .phyyqh_box ._b{display: block;position: fixed;left: 0;top: 50px;width: 100vw;display: none;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .phyyqh_box ._b .bbox{width: 100%;background: #fff;padding: 30px;}
.t_navs .phyyqh_box ._b .bbox a{display: block;font-size: 16px;color: #333333;line-height: 20px;margin-bottom: 14px;text-align: center;}
.t_navs .phyyqh_box ._b .bbox a:last-child{margin-bottom: 0;}
.t_navs .xialaph{ position: fixed; left: -100vw; top: 0; float: left; width: 100%;z-index:3; background: rgba(0,0,0,0.6);z-index: 40;
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.act{left: 0;}
.t_navs .xlala_box{width: 70%;height: 100vh;background: #fff;overflow: scroll;position: relative;padding-top: 50px;}
.t_navs .xialaph ._ts{width: 70%;height: 51px;padding: 10px 15px;position: fixed;left: -100vw;top: 0;background: #fff;border-bottom: 1px solid rgba(0,0,0,0.2);z-index: 10;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .xialaph.act ._ts{left: 0;}
.t_navs .xialaph ._ts .anniu{width: 30px;height: 30px;position: relative;}
.t_navs .xialaph ._ts .anniu::before{content: "";display: block;width: 30px;height: 2px;background: #333333;position: absolute;top: 14px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.t_navs .xialaph ._ts .anniu::after{content: "";display: block;width: 30px;height: 2px;background: #333333;position: absolute;top: 14px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.t_navs .xialaph ._bs{width: 100%;padding: 20px 15px;}
.t_navs .xialaph .u1{width: 100%;margin-bottom: 30px;}
.t_navs .xialaph .l1{width: 100%;margin-bottom: 18px;}
.t_navs .xialaph .l1:last-child{margin-bottom: 0;}
.t_navs .xialaph .a1box{width: 100%;position: relative;}
.t_navs .xialaph .a1{font-size: 18px;color: #333333;line-height: 26px;position: relative;padding-right: 50px;display: block;width: 100%;}
.t_navs .xialaph .a1box .icobox{width: 30px;height: 30px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .xialaph .a1box .ico{width: 24px;display: block;margin-top: 3px; margin-left:6px; 
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 .a1box .ico.on{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);}
.t_navs .xialaph .a1box .ico img{width: 100%;display: block;}
.t_navs .xialaph .a1box .ico img.img2{display: none;}
.t_navs .xialaph .a1box .icobox.on img.img1{display: none;}
.t_navs .xialaph .a1box .icobox.on img.img2{display: block;}
.t_navs .xialaph .u2{width: 100%;margin-top: 12px;margin-bottom: 24px;display: none;}
.t_navs .xialaph .u2 a{margin-bottom: 12px;font-size: 16px;color: #555555;line-height: 24px;display: block;}
.t_navs .xialaph .u2 a:last-child{margin-bottom: 0;}
.t_navs .input_box{width: 100%;position: relative;}
.t_navs .input_box input{width: 100%;height: 40px;background: #f5f5f5;border-radius: 4px;padding: 0 44px 0 12px;font-size: 16px;color: #888888;}
.t_navs .input_box input::-webkit-input-placeholder{font-size: 16px;color: #888888;}
.t_navs .input_box input::-moz-placeholder{font-size: 16px;color: #888888;}
.t_navs .input_box input::moz-placeholder{font-size: 16px;color: #888888;}
.t_navs .input_box input:-ms-input-placeholder{font-size: 16px;color: #888888;}
.t_navs .input_box img{width: 20px;display: block;position: absolute;right: 12px;top: 50%;transform: translate(0,-50%);}
}

/*底部*/
.b_nav{width: 100%;position: relative;z-index: 40;background: #f4f7fb;}
.b_nav .content1{width: 100%;padding-top: 50px;padding-bottom: 30px;border-bottom: 1px solid #dedede;display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .content1 .boxs{width: 25.85714285714286%;}
.b_nav .content1 .tit{font-size: 18px;color: #333333;line-height: 24px;padding-bottom: 16px;border-bottom: 1px solid #c3c3c3;position: relative;margin-bottom: 26px;}
.b_nav .content1 .tit::after{content: "";display: block;width: 72px;height: 2px;background: #3eb9ed;position: absolute;left: 0;bottom: -1px;}
.b_nav .content1 .con1{width: 100%;padding-right: 46px;}
.b_nav .content1 .con1 ul{margin: -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.b_nav .content1 .con1 li{width: 50%;padding: 10px;}
.b_nav .content1 .con1 ul a{display: block;font-size: 16px;color: #666666;line-height: 20px;padding-left: 14px;position: relative;}
.b_nav .content1 .con1 ul a::after{content: "";display: block;width: 5px;height: 5px;border: 1px solid #3eb9ed;border-radius: 100%; position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.b_nav .content1 .con1 ul a:hover{color: #3eb9ed;}
.b_nav .content1 .con2{width: 100%;}
.b_nav .content1 .con2 ul{width: 100%;}
.b_nav .content1 .con2 li{width: 100%;font-size: 16px;color: #666666;line-height: 20px;margin-bottom: 12px;}
.b_nav .content1 .con2 li:last-child{margin-bottom: 0;}
.b_nav .content1 .con3{width: 100%;}
.b_nav .content1 .con3 .dl{margin: -6px;width: calc(100% + 12px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.b_nav .content1 .con3 .dd{width: 50%;padding: 6px;}
.b_nav .content1 .con3 .input{width: 100%;}
.b_nav .content1 .con3 .input input{width: 100%;height: 34px;display: block;font-size: 14px;color: #333;padding: 0 10px;border: 1px solid #c4c4c4;}
.b_nav .content1 .con3 .input input::-webkit-input-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .input input::-moz-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .input input::moz-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .input input:-ms-input-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .text{width: 100%;}
.b_nav .content1 .con3 .text textarea{width: 100%;height: 80px;display: block;font-size: 14px;color: #333;padding: 4px 10px;border: 1px solid #c4c4c4;}
.b_nav .content1 .con3 .text textarea::-webkit-input-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .text textarea::-moz-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .text textarea::moz-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .text textarea:-ms-input-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .yzm{width: 100%;position: relative;}
.b_nav .content1 .con3 .yzm input{width: 100%;height: 34px;display: block;font-size: 14px;color: #333;padding: 0 80px 0 12px;border: 1px solid #c4c4c4;}
.b_nav .content1 .con3 .yzm input::-webkit-input-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .yzm input::-moz-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .yzm input::moz-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .yzm input:-ms-input-placeholder{font-size: 14px;color: #666666;opacity: 1;}
.b_nav .content1 .con3 .yzm img{width: 68px;height: 26px;display: block;position: absolute;right: 3px;top: 3px;}
.b_nav .content1 .con3 .btn{font-size: 14px;color: #ffffff;line-height: 38px;background: linear-gradient(to right ,#4f82fc,#3dbdec);text-align: center;cursor: pointer;}
.b_nav .content1 .con3 .btn:hover{background: #4f82fc;}
.b_nav .content2{width: 100%;padding-top: 24px;padding-bottom: 24px;border-bottom: 1px solid #dedede;}
.b_nav .content2 ul{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 20px;flex-wrap: wrap;}
.b_nav .content2 li{margin-right: 24px;}
.b_nav .content2 li:last-child{margin-right: 0;}
.b_nav .content2 ul a{display: block;font-size: 14px;color: #6d6d6d;line-height: 20px;}
.b_nav .content2 ul a:hover{color: #3eb9ed;}
.b_nav .content2 .firend{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
.b_nav .content2 .firend ._l{font-size: 14px;color: #6d6d6d;line-height: 20px;width: 70px;}
.b_nav .content2 .firend ._r{width: calc(100% - 70px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.b_nav .content2 .firend a{display: block;font-size: 14px;color: #6d6d6d;line-height: 20px;margin-right: 6px;}
.b_nav .content2 .firend a:last-child{margin-right: 0;}
.b_nav .content2 .firend a:hover{color: #3eb9ed;}
.b_nav .content3{width: 100%;padding-top: 16px;padding-bottom: 16px;display: flex;justify-content: space-between;align-items: center;}
.b_nav .content3 .bq{font-size: 14px;color: #6d6d6d;line-height: 28px;}
.b_nav .content3 .bq a{color: #6d6d6d;}
.b_nav .content3 .abox{display: flex;justify-content: flex-start;align-items: flex-start;}
.b_nav .content3 .abox a{display: block;font-size: 14px;color: #6d6d6d;line-height: 28px;margin-right: 20px;position: relative;}
.b_nav .content3 .abox a::after{content: "";display: block;width: 1px;height: 11px;background: #c3c3c3;position: absolute;right: -10px;top: 50%;transform: translate(0,-50%);}
.b_nav .content3 .abox a:last-child{margin-right: 0;}
.b_nav .content3 .abox a:last-child::after{display: none;}
.b_nav .content3 .abox a:hover{color: #3eb9ed;}
@media screen and (max-width:1024px) {
.b_nav .content1{padding-top: 20px;padding-bottom: 20px;overflow: hidden;display: block;}
.b_nav .content1 .boxs{width: 100%;margin-bottom: 20px;}
.b_nav .content1 .boxs:last-child{margin-bottom: 0;}
.b_nav .content1 .boxs:nth-child(1){display: none;}
.b_nav .content1 .tit{font-size: 16px;line-height: 20px;padding-bottom: 14px;margin-bottom: 14px;}
.b_nav .content1 .con2 li{font-size: 14px;margin-bottom: 10px;}
.b_nav .content1 .con3 .dl{margin: -6px;width: calc(100% + 12px);}
.b_nav .content1 .con3 .dd{width: 50%;padding: 6px;}
.b_nav .content1 .con3 .input input{height: 32px;}
.b_nav .content1 .con3 .text textarea{height: 70px;}
.b_nav .content1 .con3 .yzm input{height: 32px;padding: 0 70px 0 12px;}
.b_nav .content1 .con3 .yzm img{width: 50px;height: 26px;right: 3px;top: 3px;}
.b_nav .content1 .con3 .btn{line-height: 32px;}
.b_nav .content2{padding-top: 20px;padding-bottom: 20px;display: none;}
.b_nav .content2 ul{margin-bottom: 0;}
.b_nav .content2 li{margin-right: 12px;}
.b_nav .content2 li a{line-height: 26px;}
.b_nav .content2 .firend{display: none;}
.b_nav .content3{padding-top: 20px;padding-bottom: 20px;display: block;}
.b_nav .content3 .bq{line-height: 20px;width: 100%;margin-bottom: 10px;text-align: center;}
.b_nav .content3 .abox{width: 100%;justify-content: center;}
.b_nav .content3 .abox a{line-height: 20px;margin-right: 12px;}
.b_nav .content3 .abox a::after{height: 10px;right: -6px;}
}

/*测悬浮*/
.cxf_section{width: 50px;position: fixed;right: 20px;top: 65%;z-index: 999;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.cxf_section.on{opacity: 1;}
.cxf_section ul{width: 100%;box-shadow: 0 0 20px rgba(0,0,0,0.1);border-radius: 25px;}
.cxf_section li{width: 100%;height: 56px; position: relative;cursor: pointer;background: #ffffff;display: flex;justify-content: center;align-items: center;}
.cxf_section li:hover{background: linear-gradient(to right,#4b8ef9,#3eb8ed);}
.cxf_section li:nth-child(1){border-radius: 25px 25px 0 0;}
.cxf_section li:nth-child(2){border-radius: 0 0 25px 25px;}
.cxf_section ul .ico{width: 24px;display: block;}
.cxf_section ul .ico2{display: none;}
.cxf_section ul li:hover .ico1{display: none;}
.cxf_section ul li:hover .ico2{display: block;}
.cxf_section ul .posi_box{width: 318px;position: absolute;right: calc(100% + 20px);bottom: -114px;background: #ffffff;box-shadow: 0 0 30px rgba(0,0,0,0.1);padding: 16px 36px 36px 36px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);}
.cxf_section ul li:hover .posi_box{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
.cxf_section ul .posi_box::after{content: "";display: block;width: 0;height: 0;border: 10px solid;border-color: transparent transparent transparent #fff;position: absolute;left: 100%;bottom: 126px;}
.cxf_section ul .posi_box .dl{margin-bottom: 20px;}
.cxf_section ul .posi_box .dd{padding-top: 16px;padding-bottom: 16px;border-bottom: 1px solid #d2effb;display: flex;justify-content: flex-start;align-items: center;}
.cxf_section ul .posi_box .dd img{width: 26px;display: block;}
.cxf_section ul .posi_box .dd .wordsbox{width: calc(100% - 26px);padding-left: 8px;}
.cxf_section ul .posi_box .dd .wz1{font-size: 18px;color: #333333;line-height: 23px;}
.cxf_section ul .posi_box .dd .wz2{font-size: 16px;color: #666666;line-height: 23px;}
.cxf_section ul .posi_box .dd .wz3{font-size: 16px;color: #3eb9ed;line-height: 23px;}
.cxf_section ul .posi_box .dd .wz3 a{display: flex;justify-content: flex-start;align-items: center;color: #3eb9ed;}
.cxf_section ul .posi_box .dd .wz3 img{width: 18px;display: block;margin-left: 8px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.cxf_section ul .posi_box .dd .wz3 a:hover img{margin-left: 4px;}
.cxf_section ul .posi_box .dl2{display: flex;justify-content: center;align-items: flex-start;}
.cxf_section ul .posi_box .dd2{width: 100px;margin-right: 40px;}
.cxf_section ul .posi_box .dd2:last-child{margin-right: 0;}
.cxf_section ul .posi_box .dd2 img{width: 91px;display: block;margin: 0 auto 14px auto;}
.cxf_section ul .posi_box .dd2 .wz{font-size: 14px;color: #666666;line-height: 18px;text-align: center;}
@media screen and (max-width:1680px) {
.cxf_section ul .posi_box{width: 260px;padding: 16px 20px 20px 20px;}
.cxf_section ul .posi_box::after{bottom: 126px;}
.cxf_section ul .posi_box .dl{margin-bottom: 20px;}
.cxf_section ul .posi_box .dd{padding-top: 12px;padding-bottom: 12px;}
.cxf_section ul .posi_box .dd .wz1{font-size: 16px;line-height: 20px;}
.cxf_section ul .posi_box .dd .wz2{font-size: 14px;line-height: 20px;}
.cxf_section ul .posi_box .dd .wz3{font-size: 14px;line-height: 20px;}
.cxf_section ul .posi_box .dd2{margin-right: 20px;}
.cxf_section ul .posi_box .dd2 img{width: 86px;margin: 0 auto 10px auto;}
.cxf_section ul .posi_box .dd2 .wz{font-size: 12px;}
}
@media screen and (max-width:1024px) {
.cxf_section{width: 40px;right: 15px;}
.cxf_section ul{border-radius: 20px;}
.cxf_section li{height: 44px;}
.cxf_section li:nth-child(1){border-radius: 20px 20px 0 0;}
.cxf_section li:nth-child(2){border-radius: 0 0 20px 20px;}
.cxf_section ul .ico{width: 20px;}
.cxf_section ul .posi_box{width: 260px;right: calc(100% + 12px);bottom: -60px;padding: 14px;}
.cxf_section ul .posi_box::after{width: 0;height: 0;border: 6px solid;border-color: transparent transparent transparent #fff;bottom: 74px;}
.cxf_section ul .posi_box .dl{margin-bottom: 14px;}
.cxf_section ul .posi_box .dd{padding-top: 12px;padding-bottom: 12px;}
.cxf_section ul .posi_box .dd img{width: 24px;}
.cxf_section ul .posi_box .dd .wordsbox{width: calc(100% - 24px);padding-left: 6px;}
.cxf_section ul .posi_box .dd .wz1{font-size: 16px;line-height: 20px;}
.cxf_section ul .posi_box .dd .wz2{font-size: 14px;line-height: 20px;}
.cxf_section ul .posi_box .dd .wz3{font-size: 14px;line-height: 20px;}
.cxf_section ul .posi_box .dd .wz3 img{width: 14px;margin-left: 6px;}
.cxf_section ul .posi_box .dd2{width: 90px;margin-right: 14px;}
.cxf_section ul .posi_box .dd2 img{width: 100%;margin: 0 auto 8px auto;}
.cxf_section ul .posi_box .dd2 .wz{font-size: 12px;line-height: 16px;}
}

/*首页*/
.sy_banner{width: 100%;position: relative;}
.sy_banner .ul{width: 100%;}
.sy_banner .li{width: 100%;}
.sy_banner .ul a{display: block;width: 100%;}
.sy_banner .ul a .pic{width: 100%;height: 100vh;position: relative;}
.sy_banner .ul a .wordsbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_banner .ul a .wordsbox .border{width: 70px;height: 6px;background: linear-gradient(to right ,#4f82fc,#3dbdec);margin-bottom: 38px;border-radius: 3px;}
.sy_banner .ul a .wordsbox .bt{font-size: 56px;color: #333333;line-height: 64px;margin-bottom: 32px;font-weight: bold;font-family: "微软雅黑";}
.sy_banner .ul a .wordsbox .bq{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_banner .ul a .wordsbox .bq span{font-size: 26px;color: #ffffff;line-height: 72px;padding: 0 120px 0 20px;background: linear-gradient(to right,#6692fc,#3EBDEC,rgba(255,255,255,0.1));text-shadow: 1px 1px 1px rgba(3,56,163,1);font-weight: bold;margin-bottom: 110px;}
.sy_banner .ul a .wordsbox .btn{font-size: 14px;color: #ffffff;line-height: 36px;width: 112px;border-radius: 18px;background: linear-gradient(to right,#5284fc,#3ebbec);text-align: center;
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_banner .ul a .wordsbox .btn:hover{background: linear-gradient(to right,#5284fc,#5284fc);}
.sy_banner .ul a img{width: 100%;display: block;}
.sy_banner .ico{width: 84px;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 28px;display: none!important;}
.sy_banner .ico a{display: block;width: 100%;display: flex;justify-content: space-between;align-items: center;}
.sy_banner .ico span{width: 7px;height: 7px;background: #fff;border-radius: 7px;margin-right: 23px;display: block;}
.sy_banner .ico span:first-child{width: 24px;background: linear-gradient(to right,#5384fc,#3ebbec);}
.sy_banner .ico span:last-child{margin-right: 0;}
.sy_banner .ul .slick-dots{position: absolute; bottom: 28px; height: 7px; text-align: center;}
.sy_banner .ul .slick-dots li{ vertical-align: top; width: 7px; height: 7px;border-radius: 7px; margin: 0 11.5px; background: #ffffff;
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_banner .ul .slick-dots li.slick-active{width: 24px; background: linear-gradient(to right,#5384fc,#3ebbec);}
@media screen and (max-width:1680px) {
.sy_banner .ul a .wordsbox .border{width: 60px;height: 4px;margin-bottom: 26px;border-radius: 2px;}
.sy_banner .ul a .wordsbox .bt{font-size: 40px;line-height: 44px;margin-bottom: 26px;}
.sy_banner .ul a .wordsbox .bq span{font-size: 20px;line-height: 50px;padding: 0 100px 0 16px;margin-bottom: 80px;}
.sy_banner .ul a .wordsbox .btn{line-height: 32px;width: 110px;border-radius: 16px;}
}
@media screen and (max-width:1024px) {
.sy_banner{margin-top: 50px;}
.sy_banner .ico{width: 60px;bottom: 20px;}
.sy_banner .ico span{margin-right: 8px;}
.sy_banner .ico span:first-child{width: 20px;}
.sy_banner .ul .slick-dots{bottom: 20px; height: 7px; text-align: center;}
.sy_banner .ul .slick-dots li{ margin: 0 4px; }
.sy_banner .ul .slick-dots li.slick-active{width: 20px;}
}

.sy_section1{width: 100%;padding-top: 80px;padding-bottom: 80px;position: relative;}
.sy_section1 .w_width{position: relative;z-index: 3;}
.sy_section1 .posi_pic{width: 100%;display: block;position: absolute;left: 0;bottom: 50px;}
.sy_section1 h1{font-size: 48px;color: #333333;line-height: 54px;text-align: center;margin-bottom: 16px;font-weight: bold;}
.sy_section1 .line{width: 23px;height: 3px;background: #3eb9ed;margin: 0 auto 26px auto;border-radius: 2px;}
.sy_section1 .qh_t{width: 100%;display: flex;justify-content: center;align-items: center;margin-bottom: 36px;}
.sy_section1 .qh_t .list{font-size: 18px;color: #333333;line-height: 24px;margin-right: 80px;cursor: pointer;}
.sy_section1 .qh_t .list:last-child{margin-right: 0;}
.sy_section1 .qh_t .list.on{color: #3eb9ed;}
.sy_section1 .qh_b{width: 100%;}
.sy_section1 .cons{width: 100%;background: #f5f5f5;position: relative;display: flex;justify-content: flex-start;align-items: flex-start;min-height: 570px;}
.sy_section1 .cons::after{content: "";display: block;width: 19.42857142857143%;height: 100%;background: #e6e6e6;position: absolute;left: 0;top: 0;z-index: 1;}
.sy_section1 .left{width: 19.42857142857143%;background: #e6e6e6;position: relative;z-index: 2;}
.sy_section1 .left ul{width: 100%;}
.sy_section1 .left li{cursor: pointer; width: 100%;font-size: 17px;color: #333333;line-height: 30px;position: relative;border-bottom: 1px solid #f5f5f5;padding: 20px 30px;}
.sy_section1 .left li:last-child{border-bottom: 0;}
.sy_section1 .left li.on::after{content: "";display: block;width: 0;height: 0;border: 6px solid;border-color: transparent transparent transparent #3eb9ed;position: absolute;left: 100%;top: 50%;transform: translate(0,-50%);}
.sy_section1 .left li.on{background: #3eb9ed;color: #fff;}
.sy_section1 .right{width: 80.57142857142857%;}
.sy_section1 .right ul{width: 100%;position: relative;}
.sy_section1 .right li{width: 100%;position: absolute;left: 0;top: 0;z-index: -10;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section1 .right li.on{opacity: 1;z-index: 10;position: relative;}
.sy_section1 .right .libox{width: 100%;padding: 78px 94px 60px 54px;display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section1 .right .wordsbox{width: 67.14579055441478%;padding-right: 110px;}
.sy_section1 .right .bt{font-size: 30px;color: #3eb9ed;line-height: 36px;margin-bottom: 20px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section1 .right .jj{font-size: 14px;color: #666666;line-height: 25px;margin-bottom: 26px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section1 .right .dl{width: 100%;padding-top: 30px;border-top: 1px solid #e4e4e4;}
.sy_section1 .right .dd{margin-bottom: 8px;padding-left: 14px;position: relative;display: flex;}
.sy_section1 .right .dd a{display: block;max-width: 100%;border-bottom: 1px solid rgba(255,255,255,0);font-size: 14px;color: #666666;line-height: 28px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section1 .right .dd::after{content: "";display: block;width: 5px;height: 5px;border: 1px solid #3eb9ed;position: absolute;left: 0;top: 13.5px;border-radius: 100%;}
.sy_section1 .right .dd a:hover{border-bottom-color: #3eb9ed;color: #3eb9ed;}
.sy_section1 .right .dd:last-child{margin-bottom: 0;}
.sy_section1 .right .more{width: 26px;margin-top: 34px;background: linear-gradient(to right ,#4b8ef9 ,#45b1f0);border-radius: 100%;}
.sy_section1 .right .more a{display: block;width: 100%;}
.sy_section1 .right .more img{width: 100%;display: block;}
.sy_section1 .right .more:hover{background: #4b8ef9;}
.sy_section1 .right .picbox{width: 32.85420944558522%;}
.sy_section1 .right .pic { padding-bottom: 131.25%; position: relative; overflow: hidden;}
.sy_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%);}
.sy_section1 .btn{width: 112px;margin: 50px auto 0 auto;}
.sy_section1 .btn a{display: block;width: 100%;font-size: 14px;color: #3eb9ed;line-height: 34px;text-align: center;border: 1px solid #3eb9ed;border-radius: 18px;}
.sy_section1 .btn a:hover{color: #fff;background: linear-gradient(to right,#4e84fc,#3ebaed);border-color: rgba(255,255,255,0);}
@media screen and (max-width:1024px) {
.sy_section1{padding-top: 30px;padding-bottom: 30px;overflow: hidden;}
.sy_section1 .posi_pic{bottom: 20px;}
.sy_section1 h1{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.sy_section1 .line{width: 20px;height: 2px;margin: 0 auto 12px auto;}
.sy_section1 .qh_t{margin-bottom: 20px;}
.sy_section1 .qh_t .list{font-size: 16px;line-height: 20px;margin-right: 20px;}
.sy_section1 .cons{min-height: 1px;display: block;}
.sy_section1 .cons::after{display: none;}
.sy_section1 .left{width: 100%;}
.sy_section1 .left ul{width: 100%;white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section1 .left ul::-webkit-scrollbar{ display: none;}
.sy_section1 .left li{font-size: 14px;line-height: 20px;padding: 12px 20px;width: auto;}
.sy_section1 .left li.on::after{display: none;}
.sy_section1 .right{width: 100%;}
.sy_section1 .right .libox{padding: 14px;display: block;}
.sy_section1 .right .wordsbox{width: 100%;padding-right: 0;}
.sy_section1 .right .bt{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.sy_section1 .right .jj{font-size: 14px;line-height: 20px;margin-bottom: 14px;}
.sy_section1 .right .dl{padding-top: 14px;}
.sy_section1 .right .dd{margin-bottom: 6px;padding-left: 10px;}
.sy_section1 .right .dd a{font-size: 14px;line-height: 26px;}
.sy_section1 .right .dd::after{width: 4px;height: 4px;top: 11px;}
.sy_section1 .right .more{width: 22px;margin-top: 12px;}
.sy_section1 .right .picbox{width: 60%;margin: 10px auto 0 auto;}
.sy_section1 .btn{width: 100px;margin: 20px auto 0 auto;}
.sy_section1 .btn a{font-size: 14px;line-height: 30px;border-radius: 16px;}
}

.sy_section2{width: 100%;padding-top: 80px;padding-bottom: 145px;}
.sy_section2 h2{font-size: 48px;color: #333333;line-height: 54px;text-align: center;margin-bottom: 16px;font-weight: bold;}
.sy_section2 .line{width: 23px;height: 3px;background: #3eb9ed;margin: 0 auto 28px auto;border-radius: 2px;}
.sy_section2 .content{width: 100%;position: relative;}
.sy_section2 .qh_t{width: calc(100% + 32px);margin: 0 -16px;}
.sy_section2 .qh_t li{cursor: pointer;font-size: 18px;color: #333333;line-height: 24px;text-align: center;padding: 0 16px;}
.sy_section2 .qh_t li.slick-current{color: #3eb9ed;}
.sy_section2 .qh_b{width: 100%;margin-top: 36px;position: relative;}
.sy_section2 .qh_b .slick-list{z-index: 5;}
.sy_section2 .qh_b::after{content: "";display: block;width: 138px;height: 138px;background: linear-gradient(to right,#4898f6 ,#40b5ee);position: absolute;right: -30px;bottom: -30px;z-index: 1;}
.sy_section2 .qh_b li{width: 100%;}
.sy_section2 .qh_b .libox{width: 100%;display: flex;justify-content: flex-start;align-items: center;background: #ffffff;}
.sy_section2 .qh_b .left{width: 57%;}
.sy_section2 .qh_b .left .pic{ width: 100%; padding-bottom: 64.2857%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section2 .qh_b .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;}
.sy_section2 .qh_b .libox:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section2 .qh_b .right{width: 43%;padding: 20px 50px;}
.sy_section2 .qh_b .bt{font-size: 30px;color: #3eb9ed;line-height: 34px;margin-bottom: 20px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section2 .qh_b .jj{font-size: 14px;color: #666666;line-height: 32px;margin-bottom: 22px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section2 .qh_b .boxs{width: 100%;border-top: 1px solid #ededed;padding-top: 22px;}
.sy_section2 .qh_b .bt2{font-size: 16px;color: #333333;line-height: 20px;margin-bottom: 14px;}
.sy_section2 .qh_b .dl{margin-bottom: 30px;}
.sy_section2 .qh_b .dd{display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 10px;padding-left: 14px;position: relative;}
.sy_section2 .qh_b .dd:last-child{margin-bottom: 0;}
.sy_section2 .qh_b .dd::after{content: "";display: block;width: 5px;height: 5px;border: 1px solid #3eb9ed;border-radius: 100%;position: absolute;left: 0;top: 12.5px;}
.sy_section2 .qh_b .dd a{display: block;max-width: 100%;font-size: 14px;color: #666666;line-height: 26px;border-bottom: 1px solid rgba(255,255,255,0);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section2 .qh_b .dd a:hover{color: #3eb9ed;border-bottom-color: #3eb9ed;}
.sy_section2 .qh_b .more{width: 26px;background: linear-gradient(to right ,#5e98fa ,#42adf0);border-radius: 100%;}
.sy_section2 .qh_b .more:hover{background: #5e98fa;}
.sy_section2 .qh_b .more img{width: 100%;display: block;}
.sy_section2 .qh_b .slick-prev{width: 27px;height: 55px;background: url(img/img32.png) no-repeat center center; background-size: cover;left: -108px;top: 50%;}
.sy_section2 .qh_b .slick-next{width: 27px;height: 55px;background: url(img/img33.png) no-repeat center center; background-size: cover;right: -108px;top: 50%;}
.sy_section2 .qh_b .slick-prev:hover{background: url(img/img34.png) no-repeat center center; background-size: cover;}
.sy_section2 .qh_b .slick-next:hover{background: url(img/img35.png) no-repeat center center; background-size: cover;}
.sy_section2 ._number{position: absolute;right: 50px;bottom: 50px;font-size: 26px;color: #b2b2b2;line-height: 30px;z-index: 30;}
.sy_section2 ._number font:nth-child(1){color: #3eb9ed;}
.sy_section2 ._number font:nth-child(2){color: #333333;font-size: 16px;}
@media screen and (max-width:1680px) {
.sy_section2 .qh_b .right{padding: 14px 30px;}
.sy_section2 .qh_b .bt{font-size: 24px;line-height: 30px;margin-bottom: 14px;;}
.sy_section2 .qh_b .jj{line-height: 26px;margin-bottom: 16px;}
.sy_section2 .qh_b .boxs{padding-top: 14px;}
.sy_section2 .qh_b .dl{margin-bottom: 20px;}
.sy_section2 .qh_b .dd{;margin-bottom: 8px;}
.sy_section2 .qh_b .dd a{line-height: 26px;}
}
@media screen and (max-width:1024px) {
.sy_section2{padding-top: 30px;padding-bottom: 30px;overflow: hidden;}
.sy_section2 h2{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.sy_section2 .line{width: 20px;height: 2px;margin: 0 auto 12px auto;}
.sy_section2 .qh_t{width: calc(100% + 8px);margin: 0 -4px;padding-left: 30px;padding-right: 30px;}
.sy_section2 .qh_t .slick-prev{width: 16px;height: 30px;background: url(img/img32.png) no-repeat center center; background-size: cover;left: 4px;top: 50%;}
.sy_section2 .qh_t .slick-next{width: 16px;height: 30px;background: url(img/img33.png) no-repeat center center; background-size: cover;right: 4px;top: 50%;}
.sy_section2 .qh_t .slick-prev:hover{background: url(img/img34.png) no-repeat center center; background-size: cover;}
.sy_section2 .qh_t .slick-next:hover{background: url(img/img35.png) no-repeat center center; background-size: cover;}
.sy_section2 .qh_t li{font-size: 16px;line-height: 20px;padding: 0 4px;}
.sy_section2 .qh_b{margin-top: 20px;}
.sy_section2 .qh_b::after{width: 40px;height: 40px;right: -10px;bottom: -10px;}
.sy_section2 .qh_b .libox{display: block;}
.sy_section2 .qh_b .left{width: 100%;}
.sy_section2 .qh_b .right{width: 100%;padding:14px;}
.sy_section2 .qh_b .bt{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.sy_section2 .qh_b .jj{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.sy_section2 .qh_b .boxs{padding-top: 14px;}
.sy_section2 .qh_b .bt2{font-size: 14px;line-height: 18px;margin-bottom: 10px;}
.sy_section2 .qh_b .dl{margin-bottom: 14px;}
.sy_section2 .qh_b .dd{margin-bottom: 8px;padding-left: 10px;}
.sy_section2 .qh_b .dd::after{width: 4px;height: 4px;top: 10px;}
.sy_section2 .qh_b .dd a{font-size: 14px;line-height: 24px;}
.sy_section2 .qh_b .slick-prev{display: none;}
.sy_section2 .qh_b .slick-next{display: none;}
.sy_section2 ._number{right: 14px;bottom: 14px;font-size: 18px;line-height: 24px;}
.sy_section2 ._number font:nth-child(2){font-size: 14px;}
}

.sy_section3{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.sy_section3 h3{font-size: 48px;color: #333333;line-height: 54px;text-align: center;margin-bottom: 16px;font-weight: bold;}
.sy_section3 .line{width: 23px;height: 3px;background: #3eb9ed;margin: 0 auto 64px auto;border-radius: 2px;}
.sy_section3 .ul{margin: 0 -20px;width: calc(100% + 40px);padding-bottom: 50px;}
.sy_section3 .li{padding: 0 20px;}
.sy_section3 .ul a{display: block;width: 100%;}
.sy_section3 .ul a .wordsbox{width: 100%;padding: 30px 0;border-top: 1px solid #dddddd;}
.sy_section3 .ul a:hover .wordsbox{border-color: #3eb9ed;}
.sy_section3 .ul a .date{font-size: 14px;color: #3eb9ed;line-height: 18px;margin-bottom: 12px;}
.sy_section3 .ul a .bt{font-size: 20px;color: #333333;line-height: 30px;min-height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section3 .ul a:hover .bt{color: #3eb9ed;}
.sy_section3 .ul a .pic{ width: 100%; padding-bottom: 58.863%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section3 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section3 .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section3 .ul a .more{width: 28px;margin-top: 32px;border: 1px solid #b7b7b7;border-radius: 100%;border-radius: 100%;}
.sy_section3 .ul a .more img{width: 100%;display: block;}
.sy_section3 .ul a .more .ico2{display: none;}
.sy_section3 .ul a:hover .more{border-color: rgba(255,255,255,0);background: linear-gradient(to right,#4b90f8,#42adf0);}
.sy_section3 .ul a:hover .more .ico1{display: none;}
.sy_section3 .ul a:hover .more .ico2{display: block;}
.sy_section3 .ul .slick-dots{position: absolute; bottom: 0; height: 7px; text-align: center;}
.sy_section3 .ul .slick-dots li{ vertical-align: top; width: 7px; height: 7px;border-radius: 7px; margin: 0 11px; background: #d5d5d5;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .ul .slick-dots li.slick-active{ background: linear-gradient(to right,#4b90f8,#42adf0);width: 24px;}
.sy_section3 .btn{width: 112px;margin: 50px auto 0 auto;}
.sy_section3 .btn a{display: block;width: 100%;font-size: 14px;color: #3eb9ed;line-height: 34px;text-align: center;border: 1px solid #3eb9ed;border-radius: 18px;}
.sy_section3 .btn a:hover{color: #fff;background: linear-gradient(to right,#4e84fc,#3ebaed);border-color: rgba(255,255,255,0);}
@media screen and (max-width:1024px) {
.sy_section3{padding-top: 30px;padding-bottom: 30px;overflow: hidden;}
.sy_section3 h3{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.sy_section3 .line{width: 20px;height: 2px;margin: 0 auto 12px auto;}
.sy_section3 .ul{margin: 0 -6px;width: calc(100% + 12px);padding-bottom: 24px;}
.sy_section3 .li{padding: 0 6px;}
.sy_section3 .ul a .wordsbox{padding: 20px 0;}
.sy_section3 .ul a .date{margin-bottom: 8px;}
.sy_section3 .ul a .bt{font-size: 16px;line-height: 24px;min-height: 48px;}
.sy_section3 .ul a .more{margin-top: 14px;}
.sy_section3 .ul .slick-dots li{margin: 0 4px;}
.sy_section3 .btn{width: 100px;margin: 20px auto 0 auto;}
.sy_section3 .btn a{font-size: 14px;line-height: 30px;border-radius: 16px;}
}

.sy_section4{width: 100%;position: relative;}
.sy_section4::after{content: "";display: block;width: 1px;height: 100%;background: #ffffff;position: absolute;left: 50%;top: 0;}
.sy_section4 ul{width: 100%;display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.sy_section4 li{width: 50%;}
.sy_section4 ul a{display: block;width: 100%;padding-top: 56px;padding-bottom: 56px;display: flex;justify-content: center;align-items: flex-start;flex-wrap: wrap;}
.sy_section4 ul .bt{font-size: 40px;color: #fff;line-height: 46px;text-align: center;font-weight: bold;margin-bottom: 14px;width: 100%;}
.sy_section4 ul .wz{font-size: 16px;color: #fff;line-height: 30px;text-align: center;border-bottom: 1px solid rgba(255,255,255,0);}
.sy_section4 ul a:hover .wz{border-bottom-color: #fff;color: #fff;}
@media screen and (max-width:1024px) {
.sy_section4::after{display: none;}
.sy_section4 li{width: 100%;padding: 0 15px;}
.sy_section4 ul a{padding-top: 20px;padding-bottom: 20px;border-bottom: 1px solid #fff;justify-content: flex-start;}
.sy_section4 ul .bt{font-size: 18px;line-height: 24px;margin-bottom: 8px;text-align: left;}
.sy_section4 ul .wz{font-size: 14px;line-height: 26px;;text-align: left;}
}

.xny_banner{width: 100%;margin-top: 100px;}
.xny_banner img{width: 100%;display: block;}
@media screen and (max-width:1024px) {
.xny_banner{margin-top: 50px;}
}

.xnymb_section{width: 100%;}
.xnymb_section .content{width: 100%;display: flex;justify-content: space-between;align-items: flex-start;}
.xnymb_section .left{width: 280px;background: #3eb9ed;}
.xnymb_section .left .btbox{width: 100%;border-bottom: 1px solid #ffffff;padding: 32px 40px;}
.xnymb_section .left .wz1{font-size: 24px;color: #ffffff;line-height: 30px;margin-bottom: 6px;text-transform:uppercase;}
.xnymb_section .left .wz2{font-size: 24px;color: #ffffff;line-height: 30px;text-transform:uppercase;}
.xnymb_section .left ul{width: 100%;}
.xnymb_section .left li{width: 100%;}
.xnymb_section .left li a{display: block;font-size: 18px;color: #ffffff;line-height: 30px;padding: 19px 42px;}
.xnymb_section .left li:hover a,
.xnymb_section .left li.on a{background: #6ccaf1;}
.xnymb_section .right{width: 100%;padding: 0 0 30px 0;background: #ffffff;}
.xnymb_section .right2{padding: 32px 28px 46px 26px;}
.xnymb_section .dq_sec{width: 100%;padding-bottom: 26px;border-bottom: 1px solid #dddddd;display: flex;justify-content: flex-start;align-items: center;}
.xnymb_section .dq_sec img{width: 13px;display: block;margin-right: 12px;}
.xnymb_section .dq_sec a{display: block;font-size: 16px;color: #666666;line-height: 20px;}
.xnymb_section .dq_sec span{display: block;font-size: 16px;color: #666666;line-height: 20px;margin: 0 5px;}
.xnymb_section .dq_sec a:hover,
.xnymb_section .dq_sec a.on{color: #3eb9ed;}
@media screen and (max-width:1024px) {
.xnymb_section{}
.xnymb_section .content{display: block;}
.xnymb_section .left{width: 100%;margin-bottom: 14px;}
.xnymb_section .left .btbox{padding: 14px;display: flex;justify-content: flex-start;align-items: flex-start;}
.xnymb_section .left .wz1{font-size: 17px;line-height: 24px;margin-right: 10px;}
.xnymb_section .left .wz2{font-size: 17px;line-height: 24px;}
.xnymb_section .left ul{display: flex;justify-content: flex-start;align-items: flex-start; white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;}
.xnymb_section .left ul::-webkit-scrollbar{ display: none;}
.xnymb_section .left li{width: auto;}
.xnymb_section .left li a{font-size: 16px;line-height: 20px;padding: 12px 24px;}
.xnymb_section .right{width: 100%;padding: 14px 0; }
.xnymb_section .dq_sec{display: none;}
}


.xcp_sec{width: 100%;padding-top: 40px;}
.xcp_sec .con1{width: 100%;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 66px;}
.xcp_sec .con1 .picbox{width: 48.07692307692308%;}
.xcp_sec .con1 .pic{ padding-bottom: 65.069%; position: relative; overflow: hidden;}
.xcp_sec .con1 .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%);}
.xcp_sec .con1 .wordsbox{width: 51.92307692307692%;padding-left: 70px;}
.xcp_sec .con1 .bt{font-size: 28px;color: #333333;line-height: 34px;margin-bottom: 20px;}
.xcp_sec .con1 .info{font-size: 16px;color: #666666;line-height: 30px;margin-bottom: 24px;}
.xcp_sec .con1 .info2{font-size: 20px;color: #3eb9ed;line-height: 24px;margin-bottom: 38px;}
.xcp_sec .con1 .btnbox{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
.xcp_sec .con1 .btn{width: 126px;margin-right: 50px;}
.xcp_sec .con1 .btn:last-child{margin-right: 0;}
.xcp_sec .con1 .btn a{display: block;font-size: 16px;color: #3eb9ed;line-height: 38px;border: 1px solid #3eb9ed;border-radius: 20px;text-align: center;}
.xcp_sec .con1 .btn a:hover{background: linear-gradient(to right,#4f83fc,#3dbcec);color: #fff;border-color: rgba(255,255,255,0);}
.xcp_sec .con2{width: 100%;padding-bottom: 40px;/*border-bottom: 1px solid #e2e2e2;margin-bottom: 40px;*/}
.xcp_sec .con2 ul{width: 100%;}
.xcp_sec .con2 li{margin-bottom: 42px;}
.xcp_sec .con2 li:last-child{margin-bottom: 0;}
.xcp_sec .con2 .bt{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 20px;display: flex;justify-content: flex-start;align-items: center;border-bottom: 1px solid #ebebeb;}
.xcp_sec .con2 .bt span{display: block;position: relative;padding-bottom: 16px;}
.xcp_sec .con2 .bt span::after{content: "";display: block;width: 100%;height: 3px;background: #3eb9ed;position: absolute;left: 0;bottom: -2px;}
.xcp_sec .con2 .boxs{font-size: 16px;color: #666666;line-height: 30px;}
.xcp_sec .con2 .boxs img{max-width: 100%;display: block;}
.xcp_sec .con3{width: 100%;margin-bottom: 84px;display: flex;justify-content: space-between;align-items: center;}
.xcp_sec .con3 .page_l{width: calc(100% - 200px);}
.xcp_sec .con3 .page_l a{display: block;font-size: 16px;color: #666666;line-height: 20px;margin-bottom: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xcp_sec .con3 .page_l a:hover{color: #3eb9ed;}
.xcp_sec .con3 .btn_r{width: 140px;background: linear-gradient(to right,#4f82fc,#3dbdec);border-radius: 20px;}
.xcp_sec .con3 .btn_r:hover{background: #4f82fc;}
.xcp_sec .con3 .btn_r a{display: flex;justify-content: center;align-items: center;}
.xcp_sec .con3 .btn_r a img{width: 15px;margin-right: 12px;display: block;}
.xcp_sec .con3 .btn_r a .words{font-size: 16px;color: #ffffff;line-height: 40px;}
.xcp_sec .con4{width: 100%; padding-top:60px;}
.xcp_sec .con4 .bt{font-size: 30px;color: #000000;line-height: 36px;font-weight: bold;position: relative;margin-bottom: 44px;}
.xcp_sec .con4 .bt::after{content: "";display: block;width: calc(100% - 130px);height: 1px;border-bottom: 1px dashed #eeeeee; position: absolute;right: 0;top: 50%;}
.xcp_sec .con4 ul{margin: -15px;width: calc(100% + 30px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.xcp_sec .con4 li{width: 33.3333%;padding: 15px;}
.xcp_sec .con4 ul a{display: block;width: 100%;}
.xcp_sec .con4 ul a .pic{ width: 100%; padding-bottom: 64.329%; 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;}
.xcp_sec .con4 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;}
.xcp_sec .con4 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);}
.xcp_sec .con4 ul a .wordsbox{width: 100%;text-align: center;margin-top: 24px;}
.xcp_sec .con4 ul a .wz{font-size: 20px;color: #666666;line-height: 26px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xcp_sec .con4 ul a:hover .wz{color: #3eb9ed;}
@media screen and (max-width:1680px) {
.xcp_sec .con1 .wordsbox{padding-left: 40px;}
.xcp_sec .con1 .bt{font-size: 18px;line-height: 24px;margin-bottom: 16px;}
.xcp_sec .con1 .info{font-size: 14px;line-height: 20px;margin-bottom: 20px;}
.xcp_sec .con1 .info2{font-size: 16px;line-height: 20px;margin-bottom: 26px;}
}
@media screen and (max-width:1024px) {
.xcp_sec{padding-top: 0;}
.xcp_sec .con1{display: block; margin-bottom: 14px;}
.xcp_sec .con1 .picbox{width: 100%;}
.xcp_sec .con1 .wordsbox{width: 100%;padding-left: 0;margin-top: 14px;}
.xcp_sec .con1 .bt{font-size: 18px;;line-height: 24px;margin-bottom: 12px;}
.xcp_sec .con1 .info{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.xcp_sec .con1 .info2{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.xcp_sec .con1 .btn{width: 100px;margin-right: 12px;}
.xcp_sec .con1 .btn a{font-size: 14px;line-height: 30px;border-radius: 16px;}
.xcp_sec .con2{padding-bottom: 14px;margin-bottom: 14px;}
.xcp_sec .con2 li{margin-bottom: 14px;}
.xcp_sec .con2 .bt{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.xcp_sec .con2 .bt span{padding-bottom: 10px;}
.xcp_sec .con2 .boxs{font-size: 14px;line-height: 24px;}
.xcp_sec .con3{margin-bottom: 0;}
.xcp_sec .con3 .page_l{width: calc(100% - 120px);}
.xcp_sec .con3 .page_l a{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.xcp_sec .con3 .btn_r{width: 100px;border-radius: 16px;margin: 0 auto;}
.xcp_sec .con3 .btn_r a img{margin-right: 6px;}
.xcp_sec .con3 .btn_r a .words{font-size: 14px;line-height: 30px;}
.xcp_sec .con4{display: none;}
.xcp_sec .con4 .bt{font-size: 18px;line-height: 24px;margin-bottom: 14px;}
.xcp_sec .con4 .bt::after{width: calc(100% - 90px);}
.xcp_sec .con4 ul{margin: -6px;width: calc(100% + 12px);}
.xcp_sec .con4 li{width: 50%;padding: 6px;}
.xcp_sec .con4 ul a .wordsbox{margin-top: 21px;}
.xcp_sec .con4 ul a .wz{font-size: 14px;line-height: 20px;}
}

.cpxq_tc{width: 100%;height: 100vh;background: rgba(0,0,0,0.34);position: fixed;left: 0;top: 0;z-index: 99999;display: none;}
.cpxq_tc .content{width: 548px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 11px;overflow: hidden;}
.cpxq_tc .content .btbox{width: 100%;background: linear-gradient(to right,#4f82fc,#3dbdec);display: flex;justify-content: space-between;align-items: center;padding: 0 20px;}
.cpxq_tc .content .bt{font-size: 20px;color: #ffffff;line-height: 56px;}
.cpxq_tc .content .none{width: 13px;display: block;cursor: pointer;}
.cpxq_tc .content .cons{background: #fff;padding: 30px 30px 50px 30px;}
.cpxq_tc .content form{display: flex;justify-content: flex-start;align-items: flex-start;width: calc(100% + 20px);margin: -10px;flex-wrap: wrap;}
.cpxq_tc .content .dd{width: 50%;padding: 10px;}
.cpxq_tc .content .dd .wz{font-size: 16px;color: #333333;line-height: 20px;margin-bottom: 8px;}
.cpxq_tc .content .dd .wz span{color: #de0010;}
.cpxq_tc .content .dd .input{width: 100%;}
.cpxq_tc .content .dd .input input{width: 100%;height: 44px;display: block;font-size: 14px;color: #333;padding: 0 20px;background: #f5f5f5;}
.cpxq_tc .content .dd .input input::-webkit-input-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .input input::-moz-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .input input::moz-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .input input:-ms-input-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .text{width: 100%;}
.cpxq_tc .content .dd .text textarea{width: 100%;height: 76px;display: block;font-size: 14px;color: #333;padding: 14px 20px;background: #f5f5f5;}
.cpxq_tc .content .dd .text textarea::-webkit-input-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .text textarea::-moz-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .text textarea::moz-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .text textarea:-ms-input-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .yzm{width: 100%;position: relative;}
.cpxq_tc .content .dd .yzm input{width: 100%;height: 44px;display: block;font-size: 14px;color: #333;padding: 0 100px 0 20px;background: #f5f5f5;}
.cpxq_tc .content .dd .yzm input::-webkit-input-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .yzm input::-moz-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .yzm input::moz-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .yzm input:-ms-input-placeholder{font-size: 14px;color: #bcbcbc;opacity: 1;}
.cpxq_tc .content .dd .yzm img{width: 87px;height: 31px;display: block;position: absolute;right: 9px;top: 7px;}
.cpxq_tc .content .dd .btnbox{display: flex;justify-content: space-between;align-items: flex-start;}
.cpxq_tc .content .dd .btn1{cursor: pointer;width: 133px;display: flex;justify-content: center;align-items: center;background: linear-gradient(to right,#4f83fc,#3ebaed);}
.cpxq_tc .content .dd .btn1:hover{background: #4f83fc;}
.cpxq_tc .content .dd .btn1 .words{font-size: 16px;color: #ffffff;line-height: 44px;}
.cpxq_tc .content .dd .btn1 img{width: 16px;display: block;margin-left: 14px;}
.cpxq_tc .content .dd .btn2{width: 80px;font-size: 16px;color: #3eb9ed;line-height: 42px;border: 1px solid #3eb9ed;text-align: center;cursor: pointer;}
.cpxq_tc .content .dd .btn2:hover{background: #4f83fc;color: #fff;}
@media screen and (max-width:1024px) {
.cpxq_tc .content{width: calc(100% - 60px);}
.cpxq_tc .content .btbox{padding: 0 12px;}
.cpxq_tc .content .bt{font-size: 16px;line-height: 40px;}
.cpxq_tc .content .cons{padding: 14px;}
.cpxq_tc .content form{width: 100%;margin: 0;}
.cpxq_tc .content .dd{width: 100%;padding: 0;margin-bottom: 12px;}
.cpxq_tc .content .dd:last-child{margin-bottom: 0;}
.cpxq_tc .content .dd .wz{font-size: 14px;line-height: 20px;margin-bottom: 6px;}
.cpxq_tc .content .dd .input input{height: 34px;font-size: 14px;padding: 0 12px;}
.cpxq_tc .content .dd .text textarea{height: 70px;padding: 12px;}
.cpxq_tc .content .dd .yzm input{height: 34px;}
.cpxq_tc .content .dd .yzm img{width: 70px;height: 26px;right: 4px;top: 4px;}
.cpxq_tc .content .dd .btn1{width: calc(50% - 8px);}
.cpxq_tc .content .dd .btn1 .words{font-size: 14px;line-height: 34px;}
.cpxq_tc .content .dd .btn2{width: calc(50% - 8px);font-size: 14px;line-height: 32px;}
}

.hzpp_sec{width: 100%;padding-top: 38px;}
.hzpp_sec ul{margin: -18px -12px;width: calc(100% + 24px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.hzpp_sec li{width: 20%;padding: 18px 12px;}
.hzpp_sec ul a{display: block;width: 100%;}
.hzpp_sec ul a .pic{ width: 100%; padding-bottom: 49.2063%; position: relative; overflow: hidden;box-shadow: 0 0 16px rgba(0,0,0,0.1);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.hzpp_sec 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;}
.hzpp_sec 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);}
.hzpp_sec ul a .wordsbox{width: 100%;padding-top: 8px;}
.hzpp_sec ul a .bt{font-size: 14px;color: #666666;line-height: 20px;text-align: center;}
@media screen and (max-width:1400px) {
.hzpp_sec ul a .bt{font-size: 12px;}
}
@media screen and (max-width:1024px) {
.hzpp_sec{padding-top: 0;}
.hzpp_sec ul{margin: -6px;width: calc(100% + 12px);}
.hzpp_sec li{width: 50%;padding: 6px;}
.hzpp_sec ul a .wordsbox{padding-top: 6px;}
}

.hzppxq_sec{width: 100%;padding-top: 44px;}
.hzppxq_sec .con1{width: 100%;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 46px;}
.hzppxq_sec .con1 .picbox{width: 356px;border: 1px solid #dcdcdc;}
.hzppxq_sec .con1 .pic{ padding-bottom: 50.28%; position: relative; overflow: hidden;}
.hzppxq_sec .con1 .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%);}
.hzppxq_sec .con1 .wordsbox{width: calc(100% - 356px);padding-left: 50px;}
.hzppxq_sec .con1 .bt{font-size: 28px;color: #333333;line-height: 34px;margin-bottom: 20px;font-weight: bold;}
.hzppxq_sec .con1 .info{font-size: 16px;color: #666666;line-height: 30px;}
.hzppxq_sec .con2{margin-bottom: 120px;}
.hzppxq_sec .con2 ul{width: 100%;}
.hzppxq_sec .con2 li{width: 100%;margin-bottom: 30px;}
.hzppxq_sec .con2 li:last-child{margin-bottom: 0;}
.hzppxq_sec .con2 ul .bt{display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 40px;border-bottom: 1px solid #ebebeb;font-size: 20px;color: #333333;line-height: 26px;}
.hzppxq_sec .con2 ul .bt span{display: block;padding-bottom: 16px;position: relative;}
.hzppxq_sec .con2 ul .bt span::after{content: "";display: block;width: 100%;height: 3px;background: #3eb9ed;position: absolute;left: 0;bottom: -2px;}
.hzppxq_sec .con2 ul .boxs{font-size: 16px;color: #666666;line-height: 30px;}
.hzppxq_sec .con2 ul .boxs img{max-width: 100%;display: block;}
.hzppxq_sec .con3{width: 100%;border: 1px solid #dcdcdc;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 46px;position: relative;}
.hzppxq_sec .con3::after{content: "";display: block;width: 1px;height: 100%;background: #dcdcdc;position: absolute;left: 18.98370086289549%;top: 0;}
.hzppxq_sec .con3 ._l{width: 18.98370086289549%;font-size: 28px;color: #3eb9ed;line-height: 40px;text-align: center;padding: 0 14px;}
.hzppxq_sec .con3 ._r{width: 81.01629913710451%;}
.hzppxq_sec .con3 .listbox{width: 100%;}
.hzppxq_sec .con3 .list{width: 100%;border-bottom: 1px solid #dcdcdc;display: flex;justify-content: flex-start;align-items: center;}
.hzppxq_sec .con3 .list:last-child{border-bottom: 0;}
.hzppxq_sec .con3 .words_l{width: 23.69668246445498%;font-size: 16px;color: #3eb9ed;line-height: 20px;text-align: center;padding: 20px;}
.hzppxq_sec .con3 .words_l a{color: #3eb9ed;}
.hzppxq_sec .con3 .pic_r{width: 76.30331753554502%;border-left: 1px solid #dcdcdc;padding: 30px 44px 30px 30px;}
.hzppxq_sec .con3 .dl{margin: -12px -15px;width: calc(100% + 30px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.hzppxq_sec .con3 .dd{width: 33.3333%;padding: 12px 15px;}
.hzppxq_sec .con3 .dl a{display: block;width: 100%;}
.hzppxq_sec .con3 .dl a .pic{ width: 100%; padding-bottom: 64.1176%; 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;}
.hzppxq_sec .con3 .dl a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.hzppxq_sec .con3 .dl a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.hzppxq_sec .con3 .dl a .words{font-size: 14px;color: #666666;line-height: 20px;text-align: center;margin-top: 14px;}
.hzppxq_sec .con3 .dl a:hover .words{color: #3eb9ed;}
.hzppxq_sec .con4{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.hzppxq_sec .con4 .page_l{width: calc(100% - 200px);}
.hzppxq_sec .con4 .page_l a{display: block;font-size: 16px;color: #666666;line-height: 20px;margin-bottom: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.hzppxq_sec .con4 .page_l a:hover{color: #3eb9ed;}
.hzppxq_sec .con4 .btn_r{width: 140px;background: linear-gradient(to right,#4f82fc,#3dbdec);border-radius: 20px;}
.hzppxq_sec .con4 .btn_r:hover{background: #4f82fc;}
.hzppxq_sec .con4 .btn_r a{display: flex;justify-content: center;align-items: center;}
.hzppxq_sec .con4 .btn_r a img{width: 15px;margin-right: 12px;display: block;}
.hzppxq_sec .con4 .btn_r a .words{font-size: 16px;color: #ffffff;line-height: 40px;}
@media screen and (max-width:1400px) {
.hzppxq_sec .con1 .wordsbox{padding-left: 30px;}
.hzppxq_sec .con1 .bt{font-size: 20px;line-height: 30px;margin-bottom: 14px;}
.hzppxq_sec .con1 .info{font-size: 14px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.hzppxq_sec{padding-top: 0; padding-bottom:20px; overflow:hidden;}
.hzppxq_sec .con1{display: block; margin-bottom: 14px;}
.hzppxq_sec .con1 .picbox{width: 100%;}
.hzppxq_sec .con1 .wordsbox{width: 100%;padding-left: 0;margin-top: 14px;}
.hzppxq_sec .con1 .bt{font-size: 16px;line-height: 24px;margin-bottom: 10px;}
.hzppxq_sec .con1 .info{font-size: 14px;line-height: 24px;}
.hzppxq_sec .con2{margin-bottom: 14px;}
.hzppxq_sec .con2 li{margin-bottom: 12px;}
.hzppxq_sec .con2 ul .bt{margin-bottom: 12px;font-size: 16px;line-height: 22px;}
.hzppxq_sec .con2 ul .bt span{padding-bottom: 12px;}
.hzppxq_sec .con2 ul .boxs{font-size: 14px;line-height: 24px;}
.hzppxq_sec .con3{display: block; margin-bottom: 14px;}
.hzppxq_sec .con3::after{display: none;}
.hzppxq_sec .con3 ._l{width: 100%;font-size: 18px;line-height: 24px;padding: 14px;border-bottom: 1px solid #dcdcdc;}
.hzppxq_sec .con3 ._r{width: 100%;}
.hzppxq_sec .con3 .list{display: block;}
.hzppxq_sec .con3 .words_l{width: 100%;font-size: 14px;padding: 12px;border-bottom: 1px solid #dcdcdc;}
.hzppxq_sec .con3 .pic_r{width: 100%;border-left: 0;padding: 12px;}
.hzppxq_sec .con3 .dl{margin: -6px;width: calc(100% + 12px);}
.hzppxq_sec .con3 .dd{width: 50%;padding: 6px;}
.hzppxq_sec .con3 .dl a .words{line-height: 18px;margin-top: 8px;}
.hzppxq_sec .con4{margin-bottom: 0;}
.hzppxq_sec .con4 .page_l{width: calc(100% - 120px);}
.hzppxq_sec .con4 .page_l a{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.hzppxq_sec .con4 .btn_r{width: 100px;border-radius: 16px;margin: 0 auto;}
.hzppxq_sec .con4 .btn_r a img{margin-right: 6px;}
.hzppxq_sec .con4 .btn_r a .words{font-size: 14px;line-height: 30px;}
}

.ensy_tit{font-size: 38px;color: #333333;line-height: 44px;text-align: center;font-weight: bold;text-transform:uppercase;}
@media screen and (max-width:1024px) {
.ensy_tit{font-size: 20px;line-height: 24px;}
}

.ensy_section1{width: 100%;padding-top: 90px;padding-bottom: 120px;}
.ensy_section1 .content{width: 100%;margin-top: 50px;display: flex;justify-content: flex-start;align-items: center;}
.ensy_section1 .left{width: 56.35714285714286%;padding-right: 80px;font-size: 16px;color: #666666;line-height: 34px;}
.ensy_section1 .right{width: 43.64285714285714%;position: relative;position: relative;}
.ensy_section1 .right .pic{ padding-bottom: 61.538%; position: relative; overflow: hidden;z-index: 2;}
.ensy_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%);}
.ensy_section1 .right::after{content: "";display: block;width: 138px;height: 138px;background: linear-gradient(to right,#4b90f8,#3fb6ee);position: absolute;left: -30px;bottom: -30px;z-index: 1;}
@media screen and (max-width:1400px) {
.ensy_section1 .left{padding-right: 50px;font-size: 14px;line-height: 26px;}
}
@media screen and (max-width:1024px) {
.ensy_section1{padding-top: 30px;padding-bottom: 50px;}
.ensy_section1 .content{margin-top: 20px;display: block;}
.ensy_section1 .left{width: 100%;padding-right: 0;font-size: 14px;line-height: 24px;margin-bottom: 14px;}
.ensy_section1 .right{width: 100%;}
.ensy_section1 .right::after{width: 60px;height: 60px;left: -10px;bottom: -10px;}
}

.ensy_section2{width: 100%;padding-top: 88px;padding-bottom: 106px;background: #f4f7fb;}
.ensy_section2 .jj{font-size: 16px;color: #666666;line-height: 34px;margin-top: 46px;margin-bottom: 40px;}
.ensy_section2 .content{width: 100%;}
.ensy_section2 .ul{margin: -20px;width: calc(100% + 40px);}
.ensy_section2 .ul .li{padding: 20px;}
.ensy_section2 .ul a{display: block;width: 100%;position: relative;padding-top: 20px;}
.ensy_section2 .ul a:hover{padding-top: 0;}
.ensy_section2 .ul a .pic{ padding-bottom: 159.6774%; position: relative; overflow: hidden;}
.ensy_section2 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.ensy_section2 .ul a .wordsbox{width: 100%;position: absolute;left: 0;bottom: 20px;}
.ensy_section2 .ul a .bt{font-size: 20px;color: #ffffff;line-height: 32px;text-align: center;text-transform: capitalize;}
.ensy_section2 .ul a:hover .bt{color: #3eb9ed;}
@media screen and (max-width:1024px) {
.ensy_section2{padding-top: 30px;padding-bottom: 30px;}
.ensy_section2 .jj{font-size: 14px;line-height: 24px;margin-top: 12px;margin-bottom: 20px;}
.ensy_section2 .ul{margin: -6px;width: calc(100% + 12px);padding-bottom: 30px;}
.ensy_section2 .ul .li{padding: 6px;}
.ensy_section2 .ul a{padding-top: 14px;}
.ensy_section2 .ul a .wordsbox{bottom: 12px;}
.ensy_section2 .ul a .bt{font-size: 16px;line-height: 24px;}
.ensy_section2 .ul .slick-dots{position: absolute; bottom: 10px; height: 8px; text-align: center;}
.ensy_section2 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 8px; margin: 0 4px; background: #dddddd;
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;}
.ensy_section2 .ul .slick-dots li.slick-active{background: linear-gradient(to right,#578bfb,#48baef);width: 20px;}
}

.ensy_section3{width: 100%;padding-top: 90px;padding-bottom: 84px;}
.ensy_section3 .content{width: 100%;margin-top: 46px;}
.ensy_section3 ul{width: 100%; max-height:480px; overflow-y:auto; overflow-x:hidden;  scrollbar-width:thin;}
.ensy_section3 li{width: 100%;padding-left: 14px;position: relative;font-size: 16px;color: #666666;line-height: 40px;}
.ensy_section3 li a{display:block; width:100%;color: #666666;}
.ensy_section3 li a:hover{color:#3eb9ed;}
.ensy_section3 li::after{content: "";display: block;width: 5px;height: 5px;background: #3eb9ed;border-radius: 100%;position: absolute;left: 0;top: 18px;}
@media screen and (max-width:1024px) {
.ensy_section3{padding-top: 30px;padding-bottom: 30px;}
.ensy_section3 ul{max-height:initial;}
.ensy_section3 .content{margin-top: 16px;}
.ensy_section3 li{padding-left: 10px;font-size: 14px;line-height: 24px;}
.ensy_section3 li::after{top: 10px;}
}

.ensy_section4{width: 100%;padding-top: 90px;padding-bottom: 90px;background: #f4f7fb;}
.ensy_section4 .content{width: 100%;margin-top: 54px;}
.ensy_section4 .ul{margin: 0 -20px;width: calc(100% + 40px);padding-bottom: 60px;}
.ensy_section4 .li{padding: 0 10px;}
.ensy_section4 .ul a{display: block;width: 100%;margin-bottom: 6px;}
.ensy_section4 .ul a:last-child{margin-bottom: 0;}
.ensy_section4 .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;}
.ensy_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;}
.ensy_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);}
.ensy_section4 .ul a .wordsbox{width: 100%;padding: 12px 12px 0 12px;}
.ensy_section4 .ul a .bt{font-size: 16px;color: #666666;line-height: 27px;text-align: center;min-height: 81px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.ensy_section4 .ul a:hover .bt{color: #3eb9ed;}
.ensy_section4 .ul .slick-dots{position: absolute; bottom: 0; height: 8px; text-align: center;}
.ensy_section4 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 8px; margin: 0 11px; background: #d0d0d0;
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;}
.ensy_section4 .ul .slick-dots li.slick-active{ background: linear-gradient(to right,#578bfb,#48baef);width: 20px;}
@media screen and (max-width:1680px) {
.ensy_section4 .ul a{margin-bottom: 12px;}
.ensy_section4 .ul a .bt{font-size: 14px;line-height: 20px;min-height: 60px;}
}
@media screen and (max-width:1024px) {
.ensy_section4{padding-top: 30px;padding-bottom: 30px;}
.ensy_section4 .content{margin-top: 20px;}
.ensy_section4 .ul{margin: 0 -6px;width: calc(100% + 12px);padding-bottom: 30px;}
.ensy_section4 .li{padding: 0 6px;}
.ensy_section4 .ul a .wordsbox{padding: 10px 10px 0 10px;}
.ensy_section4 .ul a .bt{font-size: 14px;line-height: 22px;min-height: 44px;-webkit-line-clamp:2;}
.ensy_section4 .ul .slick-dots li{margin: 0 4px;}
}

.ensy_section5{width: 100%;padding-top: 90px;padding-bottom: 90px;}
.ensy_section5 .content{width: 100%;margin-top: 40px;}
.ensy_section5 .ul{margin: -10px;width: calc(100% + 20px);}
.ensy_section5 .li{padding: 10px;}
.ensy_section5 .ul a{display: block;width: 100%;margin-bottom: 30px;}
.ensy_section5 .ul a:last-child{margin-bottom: 0;}
.ensy_section5 .ul a .pic{ width: 100%; padding-bottom: 46.543%; position: relative; overflow: hidden;box-shadow: 0 0 8px rgba(0,0,0,0.1);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.ensy_section5 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.ensy_section5 .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.ensy_section5 .ul a .wordsbox{width: 100%;padding-top: 8px;}
.ensy_section5 .ul a .bt{font-size: 16px;color: #666666;line-height: 26px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.ensy_section5 .ul a:hover .bt{color: #3eb9ed;}
@media screen and (max-width:1400px) {
.ensy_section5 .ul a .bt{font-size: 14px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.ensy_section5{padding-top: 30px;padding-bottom: 30px;}
.ensy_section5 .content{margin-top: 20px;}
.ensy_section5 .ul{margin: -6px;width: calc(100% + 12px);padding-bottom: 24px;}
.ensy_section5 .li{padding: 6px;}
.ensy_section5 .ul a{margin-bottom: 12px;}
.ensy_section5 .ul a .pic{box-shadow: 0 0 8px rgba(0,0,0,0.1);}
.ensy_section5 .ul .slick-dots{position: absolute; bottom: 0; height: 8px; text-align: center;}
.ensy_section5 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 8px; margin: 0 4px; background: #d0d0d0;
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;}
.ensy_section5 .ul .slick-dots li.slick-active{ background: linear-gradient(to right,#578bfb,#48baef);width: 20px;}
}

.ensy_section6{width: 100%;background: #f4f7fb;}
.ensy_section6 .content1{padding-top: 80px;padding-bottom: 50px;border-bottom: 1px solid #e0e4ea;}
.ensy_section6 .content1 .cons{width: calc(100% + 40px);margin: 0 -20px;display: flex;justify-content: flex-start;align-items: flex-start;margin-top: 58px;}
.ensy_section6 .content1 .boxs{width: 50%;padding: 0 20px;}
.ensy_section6 .content1 .bt{font-size: 20px;color: #333333;line-height: 26px;margin-bottom: 22px;}
.ensy_section6 .content1 .jj{font-size: 16px;color: #666666;line-height: 34px;}
.ensy_section6 .content2{width: 100%;padding-top: 30px;padding-bottom: 30px;border-bottom: 1px solid #e0e4ea;display: flex;justify-content: space-between;align-items: center;}
.ensy_section6 .content2 .left{width: calc(100% - 260px);}
.ensy_section6 .content2 .left ul{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.ensy_section6 .content2 .left li{margin-right: 70px;}
.ensy_section6 .content2 .left li:last-child{margin-right: 0;}
.ensy_section6 .content2 .left a{display: block;font-size: 16px;color: #565656;line-height: 20px;text-transform: capitalize;}
.ensy_section6 .content2 .left a:hover{color: #3eb9ed;}
.ensy_section6 .content2 .right .bt{font-size: 16px;color: #565656;line-height: 20px;margin-bottom: 16px;}
.ensy_section6 .content2 .right ul{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
.ensy_section6 .content2 .right li{margin-right: 24px;}
.ensy_section6 .content2 .right li:last-child{margin-right: 0;}
.ensy_section6 .content2 .right a{display: block;}
.ensy_section6 .content2 .right img{height: 26px;display: block;}
.ensy_section6 .content2 .right .ico2{display: none;}
.ensy_section6 .content2 .right a:hover .ico1{display: none;}
.ensy_section6 .content2 .right a:hover .ico2{display: block;}
.ensy_section6 .content3{width: 100%;padding-top: 28px;padding-bottom: 28px;display: flex;justify-content: space-between;align-items: flex-start;}
.ensy_section6 .content3 .banquan{font-size: 14px;color: #6d6d6d;line-height: 30px;}
.ensy_section6 .content3 .banquan a{color: #6d6d6d;}
.ensy_section6 .content3 ._rbox{display: flex;justify-content: flex-start;align-items: center;}
.ensy_section6 .content3 ._rbox .abox{margin-right: 7px;padding-right: 7px;position: relative;}
.ensy_section6 .content3 ._rbox .abox::after{content: "";display: block;width: 1px;height: 13px;background: #6d6d6d;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.ensy_section6 .content3 ._rbox .abox a{display: block;font-size: 14px;color: #6d6d6d;line-height: 30px;}
.ensy_section6 .content3 ._rbox .abox a:hover{color: #3eb9ed;}
.ensy_section6 .content3 ._rbox .qh_box{position: relative;}
.ensy_section6 .content3 ._rbox .qh_box ._t{display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.ensy_section6 .content3 ._rbox .qh_box ._t .words{font-size: 14px;color: #6d6d6d;line-height: 30px;margin-right: 8px;}
.ensy_section6 .content3 ._rbox .qh_box ._t:hover .words{color: #3eb9ed;}
.ensy_section6 .content3 ._rbox .qh_box ._t img{width: 10px;display: block;}
.ensy_section6 .content3 ._rbox .qh_box ._b{width: 120px;position: absolute;left: 50%;bottom: 100%;transform: translate(-50%,0);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);display: none;}
.ensy_section6 .content3 ._rbox .qh_box ._b a{display: block;font-size: 16px;color: #333;line-height: 20px;padding: 12px;text-align: center;}
.ensy_section6 .content3 ._rbox .qh_box ._b a:hover{color: #fff;background: #3eb9ed;}
@media screen and (max-width:1400px) {
.ensy_section6 .content1 .jj{font-size: 14px;line-height: 28px;}
}
@media screen and (max-width:1024px) {
.ensy_section6 .content1{padding-top: 20px;padding-bottom: 20px;}
.ensy_section6 .content1 .cons{width: 100%;margin: 0;display: block; margin-top: 14px;}
.ensy_section6 .content1 .boxs{width: 100%;padding: 0;margin-bottom: 14px;}
.ensy_section6 .content1 .boxs:last-child{margin-bottom: 0;}
.ensy_section6 .content1 .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.ensy_section6 .content1 .jj{font-size: 15px;line-height: 24px;}
.ensy_section6 .content2{padding-top: 20px;padding-bottom: 20px;flex-wrap: wrap;}
.ensy_section6 .content2 .left{display: none;}
.ensy_section6 .content2 .right{width: 100%;}
.ensy_section6 .content2 .right .bt{font-size: 14px;margin-bottom: 10px;text-align: center;}
.ensy_section6 .content2 .right ul{justify-content: center;}
.ensy_section6 .content2 .right li{margin-right: 12px;}
.ensy_section6 .content2 .right img{height: 22px;}
.ensy_section6 .content3{padding-top: 20px;padding-bottom: 20px;display: block;}
.ensy_section6 .content3 .banquan{line-height: 24px;width: 100%;margin-bottom: 12px;text-align: center;}
.ensy_section6 .content3 ._rbox{width: 100%;justify-content: center;}
.ensy_section6 .content3 ._rbox .abox::after{height: 10px;}
.ensy_section6 .content3 ._rbox .abox a{line-height: 20px;}
.ensy_section6 .content3 ._rbox .qh_box ._t .words{line-height: 20px;margin-right: 4px;}
.ensy_section6 .content3 ._rbox .qh_box ._b{width: 100px;}
.ensy_section6 .content3 ._rbox .qh_box ._b a{font-size: 14px;padding: 10px;}
}


.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:#3eb9ed;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}



.casel_con .con4{width: 100%; float:left; padding-top: 40px;}
.casel_con .con4 .bt{font-size: 30px;color: #000000;line-height: 36px;font-weight: bold;position: relative;margin-bottom: 44px;}
.casel_con .con4 .bt::after{content: "";display: block;width: calc(100% - 130px);height: 1px;border-bottom: 1px dashed #eeeeee; position: absolute;right: 0;top: 50%;}
.casel_con .con4 ul{margin: -15px;width: calc(100% + 30px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.casel_con .con4 li{width: 33.3333%;padding: 15px;}
.casel_con .con4 ul a{display: block;width: 100%;}
.casel_con .con4 ul a .pic{ width: 100%; padding-bottom: 64.329%; 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;}
.casel_con .con4 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;}
.casel_con .con4 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);}
.casel_con .con4 ul a .wordsbox{width: 100%;text-align: center;margin-top: 24px;}
.casel_con .con4 ul a .wz{font-size: 20px;color: #666666;line-height: 26px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.casel_con .con4 ul a:hover .wz{color: #3eb9ed;}

@media screen and (max-width:1024px) {
.casel_con .con4{display: none;}
.casel_con .con4 .bt{font-size: 18px;line-height: 24px;margin-bottom: 14px;}
.casel_con .con4 .bt::after{width: calc(100% - 90px);}
.casel_con .con4 ul{margin: -6px;width: calc(100% + 12px);}
.casel_con .con4 li{width: 50%;padding: 6px;}
.casel_con .con4 ul a .wordsbox{margin-top: 21px;}
.casel_con .con4 ul a .wz{font-size: 14px;line-height: 20px;}
}

