﻿@charset "UTF-8";
html{
  font-size: 6.172vw;
}
@media screen and  (min-width: 1620px){ /*主体宽度*/
  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: #134fe3;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #134fe3;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:1620px; 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;}
.t_navs{ width: 100%;padding: 0 50px 0 30px;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;}
.t_navs .top .logo{line-height: 0; padding: 30px 0;}
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 50px;}
.t_navs .top .logo .img2{display: none;}
.t_navs .top .right{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu{display: flex;justify-content: flex-start;align-items: center;background-color: #000000;padding: 10px 16px;border-radius: 70px;margin-right: 10px;}
.t_navs .top .menu .l1{position: relative;margin-right: 8px;}
.t_navs .top .menu .l1:last-child{margin-right: 0;}
.t_navs .top .menu .l1 .a1{ display: block;color: #ffffff; position: relative;padding: 0 20px;line-height: 50px; font-size: 16px;border-radius: 50px;}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ background-color: #134fe3;}
.t_navs .top .boxs{display: flex;padding: 0 30px;background-color: #112d72;border-radius: 70px;display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .boxs .dl{display: flex;margin-right: 40px;}
.t_navs .top .boxs .dd{margin-right: 42px;}
.t_navs .top .boxs .dd:last-child{margin-right: 0;}
.t_navs .top .boxs .dd a{display: block;font-size: 16px;color: #ffffff;line-height: 70px;}
.t_navs .top .boxs .dd a:hover{opacity: 0.8;}
.t_navs .top .boxs .lang img{width: 30px;display: block;}
.t_navs .top .boxs .lang:hover{opacity: 0.8;}
.wyb_s.on{background-color: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .logo .img1{display: none;}
.wyb_s.on .t_navs .top .logo .img2{display: block;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 0;opacity: 0;}
@media screen and (max-width:1840px) {
.t_navs{ width: 100%;padding: 0 20px;}
.t_navs .top .logo{ padding: 35px 0;}
.t_navs .top .logo img{height: 40px;}
.t_navs .top .menu{padding: 10px;}
.t_navs .top .menu .l1{margin-right: 4px;}
.t_navs .top .menu .l1 .a1{padding: 0 14px;font-size: 16px;}
.t_navs .top .boxs{padding: 0 20px;}
.t_navs .top .boxs .dl{margin-right: 20px;}
.t_navs .top .boxs .dd{margin-right: 20px;}
.t_navs .top .boxs .dd a{font-size: 16px;}
.t_navs .top .boxs .lang img{width: 26px;}
}
@media screen and (max-width:1540px) {
.t_navs .top .menu .l1 .a1{padding: 0 12px;font-size: 14px;}
.t_navs .top .boxs{padding: 0 14px;}
.t_navs .top .boxs .dl{margin-right: 14px;}
.t_navs .top .boxs .dd{margin-right: 14px;}
.t_navs .top .boxs .dd a{font-size: 14px;}
.t_navs .top .boxs .lang img{width: 24px;}
}
@media screen and (max-width:1400px) {
.t_navs .top .logo{ padding: 40px 0;}
.t_navs .top .logo img{height: 30px;}
.t_navs .top .menu .l1 .a1{padding: 0 10px;font-size: 13px;}
.t_navs .top .boxs{padding: 0 12px;}
.t_navs .top .boxs .dl{margin-right: 12px;}
.t_navs .top .boxs .dd{margin-right: 12px;}
.t_navs .top .boxs .dd a{font-size: 13px;}
.t_navs .top .boxs .lang img{width: 22px;}
}
@media screen and (max-width:1300px) {
.t_navs .top .menu .l1 .a1{padding: 0 8px;font-size: 12px;}
.t_navs .top .boxs{padding: 0 10px;}
.t_navs .top .boxs .dl{margin-right: 10px;}
.t_navs .top .boxs .dd{margin-right: 12px;}
.t_navs .top .boxs .dd a{font-size: 12px;}
.t_navs .top .boxs .lang img{width: 20px;}
}
@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_navs .top .logo .img1{display: none;}
.t_navs .top .logo .img2{display: block;}
.t_navs .top .boxs{display: block;padding: 0;background-color: rgba(255,255,255,0);border-radius: 0;margin-right: 20px;}
.t_navs .top .boxs .dl{display: none;}
.t_navs .top .boxs .lang img{width: 30px;box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);border-radius: 100%;}
.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;padding: 0;}
.t_navs .top .logo img{ height: 20px;}
.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:#134fe3;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:#134fe3;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: #134fe3;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:#134fe3;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 .xialaph .yyqh_box{width: 100%;font-size: 0;text-align: center;}
.t_navs .xialaph .yyqh_box a{display: inline-block;vertical-align: middle;font-size: 16px;color: #5a5a5a;line-height: 20px;margin-right: 14px;}
.t_navs .xialaph .yyqh_box a:last-child{margin-right: 0;}
.t_navs .xialaph .yyqh_box a.on,
.t_navs .xialaph .yyqh_box a:hover{color: #333;}
}

/* 电脑端漂浮 */
.pf_right{width: 50px;position: fixed;right: 40px;top: 70%;opacity: 0;z-index: 999;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.pf_right.on{opacity: 1;}
.pf_right ul li{margin-bottom: 10px;}
.pf_right ul li:last-child{margin-bottom: 0;}
.pf_right ul a{display: block;width: 100%;position: relative;}
.pf_right ul a .ico{width: 100%;display: block;border-radius: 100%;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.pf_right ul a .posi_wz{font-size: 24px;color: #333;box-shadow: 0 0 20px rgba(0,0,0,0.1); line-height: 30px;padding: 10px 30px;background-color: #fff;position: absolute;right: calc(100% + 12px);top: 50%;margin-top: -25px;white-space:nowrap;font-weight: bold;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);}
.pf_right ul a:hover .posi_wz{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
.pf_right ul a .posi_ewm{width: 120px;box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: #fff;position: absolute;right: calc(100% + 12px);top: 50%;margin-top: -60px;
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);}
.pf_right ul a .posi_ewm img{width: 100%;display: block;}
.pf_right ul a:hover .posi_ewm{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
@media screen and (max-width:1680px) {
.pf_right{width: 40px;right: 30px;}
}

/*手机端底漂浮*/
.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:33.3333%; 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: #134fe3; width:44px; height:44px; border-radius: 50%; border:3px solid #fff; position: relative; margin-top:-18px;}
.pf_down li:hover .ico7 .show{ display: none;}
.pf_down li:hover .ico7 .hide{ display: block;}
.pf_down li:hover .ico7 img{ width:22px; height: 22px;}
.pf_down li:hover .d_name{ margin-top:0;}

/* 首页 */
.sy_banner{width: 100%;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;position: relative;}
.sy_banner .ul .pcshow{width: 100%;height: 100vh;}
.sy_banner .ul .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-46%);}
.sy_banner .ul .wzbox .w_width{display: flex;justify-content: space-between;align-items: center;}
.sy_banner .ul .wzbox .left{width: 40%;font-size: 220px;color: #ffffff;line-height: 220px;font-weight: bold;font-family: 'Arial';}
.sy_banner .ul .wzbox .right{width: 58%;font-size: 30px;color: #ffffff;line-height: 50px;font-weight: bold;text-align: right;font-family: '微软雅黑';}
.sy_banner .slick-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.4);left: 50px;top: auto;transform: translate(0,0);bottom: 60px;border-radius: 100%;}
.sy_banner .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img19.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .slick-next{width: 50px;height: 50px;background: rgba(0,0,0,0.4);right: 50px;top: auto;transform: translate(0,0);bottom: 60px;border-radius: 100%;}
.sy_banner .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img20.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .slick-prev:hover,
.sy_banner .slick-next:hover{background-color: #134fe3;}
@media screen and (max-width:1680px) {
.sy_banner .ul .wzbox .left{font-size: 180px;line-height: 190px;}
.sy_banner .ul .wzbox .right{font-size: 20px;line-height: 40px;}
}
@media screen and (max-width:1024px) {
.sy_banner .ul .phshow{display: block;width: 100%;}
.sy_banner .ul .wzbox{transform: translate(0,-70%);padding: 0 40px;}
.sy_banner .ul .wzbox .w_width{display: block;}
.sy_banner .ul .wzbox .left{width: 100%;font-size: 30px;line-height: 36px;}
.sy_banner .ul .wzbox .right{width: 100%;font-size: 16px;line-height: 22px;text-align: left;margin-top: 12px;}
.sy_banner .slick-prev{width: 36px;height: 36px;left: 20px;bottom: 20px;}
.sy_banner .slick-prev::after{width: 20px;height: 20px;}
.sy_banner .slick-next{width: 36px;height: 36px;right: 20px;bottom: 20px;}
.sy_banner .slick-next::after{width: 20px;height: 20px;}
}

.titbox .title{font-size: 40px;line-height: 44px;text-align: center;margin-bottom: 16px;font-weight: bold;font-family: '微软雅黑';}
.titbox .line{width: 100px;height: 1px;margin: 0 auto;}
@media screen and (max-width:1024px) {
.titbox .title{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.titbox .line{width: 60px;}
}

/* 底部 */
.b_nav{width: 100%;padding-top: 100px;padding-bottom: 40px;}
.b_nav .cont1{margin-top: 58px;margin-bottom: 108px;}
.b_nav .cont1 ul{margin: -25px -15px;width: calc(100% + 30px);display: flex;flex-wrap: wrap;}
.b_nav .cont1 ul li{width: 20%;padding: 20px 15px;}
.b_nav .cont1 ul li:nth-child(1) a,
.b_nav .cont1 ul li:nth-child(2) a,
.b_nav .cont1 ul li:nth-child(3) a,
.b_nav .cont1 ul li:nth-child(4) a,
.b_nav .cont1 ul li:nth-child(5) a{border-top: 10px solid #fff;}
.b_nav .cont1 ul a{display: flex;justify-content: flex-start;align-items: center;border-top: 1px solid #fff;padding-top: 28px;}
.b_nav .cont1 ul a img{width: 50px;display: block;}
.b_nav .cont1 ul a .wzbox{padding-left: 14px;width: calc(100% - 50px);}
.b_nav .cont1 ul a .wz{font-size: 18px;color: #ffffff;line-height: 22px;}
.b_nav .cont2{margin-bottom: 68px;display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont2 .dd{width: 48.14814814814815%;}
.b_nav .cont2 .bt{font-size: 30px;color: #ffffff;line-height: 46px;margin-bottom: 20px;font-weight: bold;}
.b_nav .cont2 .info{font-size: 18px;color: #ffffff;line-height: 24px;}
.b_nav .cont3{display: flex;justify-content: space-between;align-items: center;}
.b_nav .cont3 a{display: block;font-size: 18px;color: #ffffff;line-height: 24px;}
@media screen and (max-width:1680px) {
.b_nav .cont1 ul{margin: -10px;width: calc(100% + 20px);}
.b_nav .cont1 ul li{width: 20%;padding:10px;}
.b_nav .cont1 ul a{padding-top: 12px;}
.b_nav .cont1 ul a img{width: 40px;}
.b_nav .cont1 ul a .wzbox{padding-left: 10px;width: calc(100% - 40px);}
.b_nav .cont1 ul a .wz{font-size: 14px;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.b_nav{padding-top: 30px;padding-bottom: 30px;margin-bottom: 60px;}
.b_nav .cont1{margin-top: 20px;margin-bottom: 20px;}
.b_nav .cont1 ul{margin: 0 -5px;width: calc(100% + 10px);}
.b_nav .cont1 ul li{width: 100%;padding: 0 4px;}
.b_nav .cont1 ul li:nth-child(1) a,
.b_nav .cont1 ul li:nth-child(2) a,
.b_nav .cont1 ul li:nth-child(3) a,
.b_nav .cont1 ul li:nth-child(4) a,
.b_nav .cont1 ul li:nth-child(5) a{border-top: 1px solid #fff;}
.b_nav .cont1 ul a{padding-top: 12px;padding-bottom: 12px;}
.b_nav .cont1 ul a img{width: 40px;}
.b_nav .cont1 ul a .wzbox{padding-left: 12px;width: calc(100% - 40px);}
.b_nav .cont1 ul a .wz{font-size: 14px;line-height: 20px;display: flex;align-items: center;}
.b_nav .cont1 ul a .wz p{margin-left: 10px;}
.b_nav .cont2{margin-bottom: 20px;display: block;}
.b_nav .cont2 .dd{width: 100%;margin-bottom: 14px;}
.b_nav .cont2 .dd:last-child{margin-bottom: 0;}
.b_nav .cont2 .bt{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.b_nav .cont2 .info{font-size: 14px;line-height: 22px;}
.b_nav .cont3{display: block;text-align: center;}
.b_nav .cont3 .left{margin-bottom: 8px;}
.b_nav .cont3 a{font-size: 15px;line-height: 20px;}
}

.sy_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section1 .cont1{margin-top: 28px;margin-bottom: 100px;}
.sy_section1 .cont1 ul{display: flex;justify-content: space-between;align-items: stretch;}
.sy_section1 .cont1 ul li{width: 30.8641975308642%;border-radius: 300px;}
.sy_section1 .cont1 ul a{display: block;width: 100%;padding: 36px 50px 12px 50px;position: relative;}
.sy_section1 .cont1 ul li:nth-child(1){background-color: #dddddd;}
.sy_section1 .cont1 ul li:nth-child(2){background-color: #e9e9e9;}
.sy_section1 .cont1 ul li:nth-child(3){background-color: #f7f7f4;}
.sy_section1 .cont1 ul li .bt{font-size: 24px;color: #000000;line-height: 30px;text-align: center;margin-bottom: 50px;position: relative;z-index: 3;font-weight: bold;}
.sy_section1 .cont1 ul li .info{font-size: 12px;color: #535353;line-height: 22px;text-align: center;position: relative;z-index: 3;}
.sy_section1 .cont1 ul li .posi_bt{font-size: 100px;color: #f2f2f0;line-height: 104px;width: 100%;text-align: center;position: absolute;left: 0;top: 0;font-weight: bold;font-family: 'Arial';}
.sy_section1 .cont2{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 84px;}
.sy_section1 .cont2 .left{width: 50.61728395061728%;padding: 0 90px;}
.sy_section1 .cont2 .left .ul{width: calc(100% + 60px);margin: 0 -30px;}
.sy_section1 .cont2 .left .ul .li{padding: 0 30px;}
.sy_section1 .cont2 .left .ul .li a{display: block;}
.sy_section1 .cont2 .left .ul .pic{ padding-bottom: 142.85%; position: relative; overflow: hidden;}
.sy_section1 .cont2 .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%);}
.sy_section1 .cont2 .right{width: 47.53086419753086%;padding: 0 110px;}
.sy_section1 .cont2 .right .ul .pic{ padding-bottom: 75.4%; position: relative; overflow: hidden;}
.sy_section1 .cont2 .right .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%);}
.sy_section1 .cont2 .ty img{width: 100%;display: block;}
.sy_section1 .cont2 .slick-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.4);left: -60px;border-radius: 100%;top: auto;bottom: 73px; transform: translate(0,0);}
.sy_section1 .cont2 .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img19.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_section1 .cont2 .slick-next{width: 50px;height: 50px;background: rgba(0,0,0,0.4);right: -60px;border-radius: 100%;top: auto;bottom:73px; transform: translate(0,0);}
.sy_section1 .cont2 .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img20.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_section1 .cont2 .slick-prev:hover,
.sy_section1 .cont2 .slick-next:hover{background-color: #134fe3;}
.sy_section1 .cont2 .right .slick-prev{left: -110px;}
.sy_section1 .cont2 .right .slick-next{right: -110px;}
.sy_section1 .cont3{width: 100%;}
.sy_section1 .cont3 .tit{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 42px;font-weight: bold;}
.sy_section1 .cont3 ul{margin: -10px -20px;width: calc(100% + 40px);display: flex;flex-wrap: wrap;}
.sy_section1 .cont3 ul li{width: 25%;padding: 10px 20px;}
.sy_section1 .cont3 ul .libox{width: 100%;position: relative;}
.sy_section1 .cont3 ul .bt{font-size: 24px;color: #ffffff;line-height: 28px;margin-bottom: 20px;font-weight: bold;position: relative;z-index: 10;}
.sy_section1 .cont3 ul .info{font-size: 16px;color: #ffffff;line-height: 22px;position: relative;z-index: 10;}
.sy_section1 .cont3 ul .posi_wz{font-size: 65px;color: rgba(0,0,0,0.3);line-height:70px;position: absolute;right: 0;top: 6px;font-weight: bold;font-family: 'Arial';}
@media screen and (max-width:1680px) {
.sy_section1 .cont1 ul li{border-radius: 200px;}
.sy_section1 .cont1 ul a{padding: 30px 30px 20px 30px;}
.sy_section1 .cont1 ul li .bt{font-size: 16px;line-height: 24px;margin-bottom: 30px;}
.sy_section1 .cont1 ul li .info{font-size: 14px;line-height: 20px;}
.sy_section1 .cont1 ul li .posi_bt{font-size: 60px;line-height: 60px;top: 20px;}
.sy_section1 .cont2 .slick-prev{bottom: 40px; }
.sy_section1 .cont2 .slick-next{bottom:40px; }
}
@media screen and (max-width:1024px) {
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .cont1{margin-top: 20px;margin-bottom: 30px;}
.sy_section1 .cont1 ul{display: block;}
.sy_section1 .cont1 ul li{width: 100%;border-radius: 14px;margin-bottom: 12px;}
.sy_section1 .cont1 ul li:last-child{margin-bottom: 0;}
.sy_section1 .cont1 ul a{padding: 20px;}
.sy_section1 .cont1 ul li .bt{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.sy_section1 .cont1 ul li .info{font-size: 14px;line-height: 22px;text-align: left;}
.sy_section1 .cont1 ul li .posi_bt{font-size: 60px;line-height: 60px;top: 0;}
.sy_section1 .cont2{display: block;margin-bottom:20px;}
.sy_section1 .cont2 .left{width:100%;padding: 0 60px;margin-bottom: 12px;}
.sy_section1 .cont2 .left .ul{width: calc(100% + 20px);margin: 0 -10px;}
.sy_section1 .cont2 .left .ul .li{padding: 0 10px;}
.sy_section1 .cont2 .right{width: 100%;padding: 0 60px;}
.sy_section1 .cont2 .slick-prev{width: 36px;height: 36px;left: -50px;bottom: 24px;}
.sy_section1 .cont2 .slick-prev::after{width: 20px;height: 20px;}
.sy_section1 .cont2 .slick-next{width: 36px;height: 36px;right: -50px;bottom: 24px;}
.sy_section1 .cont2 .slick-next::after{width: 20px;height: 20px;}
.sy_section1 .cont2 .right .slick-prev{left: -60px;}
.sy_section1 .cont2 .right .slick-next{right: -60px;}
.sy_section1 .cont3{padding: 0 15px;}
.sy_section1 .cont3 .tit{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.sy_section1 .cont3 ul{margin: 0;width: 100%;display: block;}
.sy_section1 .cont3 ul li{width: 100%;padding: 0;margin-bottom: 12px;}
.sy_section1 .cont3 ul li:last-child{margin-bottom: 0;}
.sy_section1 .cont3 ul .bt{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.sy_section1 .cont3 ul .info{font-size: 13px;line-height: 20px;}
.sy_section1 .cont3 ul .posi_wz{font-size: 36px;line-height:40px;top: 12px;}
}

.sy_section2{position: relative;width: 100%;}
.sy_section2 .titbox{width: 100%;position: absolute;left: 0;top: 96px;z-index: 10;}
.sy_section2 .titbox .fbt{font-size: 24px;color: #fff;line-height: 28px;text-align: center;margin-top: 16px;}
.sy_section2 ul{display: flex;align-items: stretch;position: relative;z-index: 8;}
.sy_section2 ul li{cursor: pointer;width: 25%;min-height: 650px;display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 140px 60px 40px 60px;border-right: 1px solid #3c4044;background-color: rgba(0,0,0,0.4);}
.sy_section2 ul li:last-child{border-right: 0;}
.sy_section2 ul .icobox{width: 62px;margin: 0 auto 16px auto;}
.sy_section2 ul .icobox img{width: 100%;display: block;}
.sy_section2 ul .icobox .ico2{display: none;}
.sy_section2 ul li.on .icobox .ico1{display: none;}
.sy_section2 ul li.on .icobox .ico2{display: block;}
.sy_section2 ul .bt{font-size: 24px;color: #ffffff;line-height: 28px;text-align: center;margin-bottom: 38px;}
.sy_section2 ul .info{font-size: 18px;color: #ffffff;line-height: 32px;text-align: center;min-height: 96px;}
.sy_section2 .back_img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;;}
.sy_section2 .back_img div{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section2 .back_img .on{opacity: 1;z-index: 3;}
@media screen and (max-width:1680px) {
.sy_section2 .titbox{top: 50px;}
.sy_section2 ul li{min-height: 600px;padding: 100px 30px 30px 30px;}
.sy_section2 ul .icobox{width: 50px;margin: 0 auto 12px auto;}
.sy_section2 ul .bt{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.sy_section2 ul .info{font-size: 14px;line-height: 22px;min-height: 66px;}
}
@media screen and (max-width:1024px) {
.sy_section2{position: relative;}
.sy_section2::after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);position: absolute;left: 0;top: 0;z-index: 5;}
.sy_section2 .titbox{position: relative;z-index: 10;top: 0;margin-bottom: 0;padding-top: 30px;padding-bottom: 20px;}
.sy_section2 ul{display: block;position: relative;z-index: 10;border-top: 1px solid #3c4044;}
.sy_section2 ul li{width: 100%;min-height: 1px;display: block;padding: 20px 15px;border-bottom: 1px solid #3c4044;border-right: 0;background-color: rgba(0,0,0,0);}
.sy_section2 ul li:last-child{border-bottom: 0;padding-bottom: 50px;}
.sy_section2 ul .icobox{width: 32px;margin: 0 auto 12px auto;}
.sy_section2 ul .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.sy_section2 ul .info{font-size: 14px;line-height: 22px;min-height: 1px;}
.sy_section2 .titbox .fbt{font-size: 14px;line-height: 18px;margin-top: 10px;}
}

.sy_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section3 .fbt{font-size: 20px;color: #000000;line-height: 24px;text-align: center;margin-top: 16px;margin-bottom: 64px;}
.sy_section3 .ul{margin: -5px;width: calc(100% + 10px);}
.sy_section3 .ul .li{padding: 5px;}
.sy_section3 .ul a{display: block;width: 100%;position: relative;margin-bottom: 10px;border-radius: 12px;overflow: hidden;}
.sy_section3 .ul a:last-child{margin-bottom: 0;}
.sy_section3 .ul a::after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.42);position: absolute;left: 0;top: 0;z-index: 2;}
.sy_section3 .ul a:hover::after{background-color: rgba(0,0,0,0.2);}
.sy_section3 .ul a .pic{ width: 100%; padding-bottom: 100%; 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 .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);padding: 0 20px;z-index: 5;}
.sy_section3 .ul a .bt{font-size: 24px;color: #ffffff;line-height: 28px;text-align: center;}
.sy_section3 .ul .slick-dots{margin-top: 20px;}
@media screen and (max-width:1680px) {
.sy_section3 .ul a .bt{font-size: 18px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .fbt{font-size: 14px;line-height: 20px;margin-top: 12px;margin-bottom: 20px;}
.sy_section3 .ul .li{width: 25%;}
.sy_section3 .ul a .wzbox{padding: 0 12px;}
.sy_section3 .ul a .bt{font-size: 14px;line-height: 20px;}
.sy_section3 .ul .slick-dots{margin-top: 14px;}
}

.sy_section4{width: 100%;padding-top: 100px;padding-bottom: 170px;}
.sy_section4 .info{margin-top: 54px;margin-bottom: 46px;display: flex;justify-content: center;}
.sy_section4 .info div{font-size: 18px;color: #ffffff;line-height: 26px;width: 61.23456790123457%;}
.sy_section4 .ul{margin: 0 -7px;width: calc(100% + 14px);}
.sy_section4 .ul .li{padding: 0 7px;}
.sy_section4 .ul a{margin-bottom: 14px;position: relative;height: 190px;border-radius: 12px;display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 12px;background-color: rgba(255,255,255,0.25);}
.sy_section4 .ul a:last-child{margin-bottom: 0;}
.sy_section4 .ul img{width: 60px;display: block;margin: 0 auto 14px auto;}
.sy_section4 .ul .wz{font-size: 24px;color: #ffffff;line-height: 28px;text-align: center;min-height: 56px;}
.sy_section4 .ul a:hover{background-color: #134fe3;}
.sy_section4 .ul .slick-dots{margin-top: 20px;}
@media screen and (max-width:1680px) {
.sy_section4 .ul a{height: 140px;padding: 10px;}
.sy_section4 .ul img{width: 40px;margin: 0 auto 10px auto;}
.sy_section4 .ul .wz{font-size: 16px;line-height: 22px;min-height: 44px;}
}
@media screen and (max-width:1024px) {
.sy_section4{padding-top: 30px;padding-bottom: 30px;}
.sy_section4 .info{margin-top: 12px;margin-bottom: 20px;display: block;}
.sy_section4 .info div{font-size: 14px;line-height: 22px;width: 100%;}
.sy_section4 .ul{margin: 0 -5px;width: calc(100% + 10px);}
.sy_section4 .ul .li{padding: 0 5px;}
.sy_section4 .ul a{margin-bottom: 10px;height: 120px;}
.sy_section4 .ul img{width: 32px;margin: 0 auto 12px auto;}
.sy_section4 .ul .wz{font-size: 14px;line-height: 20px;min-height: 60px;}
.sy_section4 .ul .slick-dots{margin-top: 14px;}
}

.sy_section5{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section5 .titbox{margin-bottom: 48px;}
.sy_section5 .ul{margin: 0 -16px;width: calc(100% + 32px);}
.sy_section5 .ul .li{padding: 0 16px;}
.sy_section5 .ul a{display: block;width: 100%;position: relative;overflow: hidden;border-radius: 12px;margin-bottom: 32px;}
.sy_section5 .ul a:last-child{margin-bottom: 0;}
.sy_section5 .ul a::after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.42);position: absolute;left: 0;top: 0;z-index: 2;}
.sy_section5 .ul a:hover::after{background-color: rgba(0,0,0,0.2);}
.sy_section5 .ul a .pic{ width: 100%; padding-bottom: 60.5263%; 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_section5 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section5 .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section5 .ul a .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);padding: 20px;z-index: 5;text-align: center;}
.sy_section5 .ul a .wzbox .bt{font-size: 24px;color: #ffffff;line-height: 30px;margin-bottom: 12px;}
.sy_section5 .ul a .wzbox .info{font-size: 18px;color: #ffffff;line-height: 24px;min-height: 48px;}
.sy_section5 .ul .slick-dots{margin-top: 20px;}
@media screen and (max-width:1680px) {
.sy_section5 .ul{margin: 0 -10px;width: calc(100% + 20px);}
.sy_section5 .ul .li{padding: 0 10px;}
.sy_section5 .ul a{margin-bottom: 20px;}
.sy_section5 .ul a .wzbox{padding: 14px;}
.sy_section5 .ul a .wzbox .bt{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.sy_section5 .ul a .wzbox .info{font-size: 14px;line-height: 20px;min-height: 40px;}
}
@media screen and (max-width:1024px) {
.sy_section5{padding-top: 30px;padding-bottom: 30px;}
.sy_section5 .titbox{margin-bottom: 20px;}
.sy_section5 .ul{margin: 0 -5px;width: calc(100% + 10px);}
.sy_section5 .ul .li{padding: 0 5px;}
.sy_section5 .ul a{margin-bottom: 10px;}
.sy_section5 .ul a .wzbox{padding: 10px;}
.sy_section5 .ul a .wzbox .bt{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.sy_section5 .ul a .wzbox .info{font-size: 13px;line-height: 20px;min-height: 40px;}
.sy_section5 .ul a .wzbox .info br{display: none;}
.sy_section5 .ul .slick-dots{margin-top: 14px;}
}

.sy_section6{padding-top: 100px;padding-bottom: 128px;}
.sy_section6 .info{margin-top: 64px;margin-bottom: 64px;display: flex;justify-content: center;}
.sy_section6 .info div{font-size: 18px;color: #ffffff;line-height: 26px;width: 61.23456790123457%;}
.sy_section6 .ul{margin: 0 -16px;width: calc(100% + 32px);}
.sy_section6 .ul .li{padding: 0 16px;}
.sy_section6 .ul a{display: block;width: 100%;background-color: #f2f2f0;}
.sy_section6 .ul a .picbox{width: 100%;position: relative;}
.sy_section6 .ul a .picbox::after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.42);position: absolute;left: 0;top: 0;z-index: 2;}
.sy_section6 .ul a:hover .picbox::after{background-color: rgba(0,0,0,0.2);}
.sy_section6 .ul a .pic{ width: 100%; padding-bottom: 60.526%; 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_section6 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%) scale(1.01); -moz-transform: translate(-50%, -50%) scale(1.01); transform: translate(-50%, -50%) scale(1.01);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section6 .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_section6 .ul a .picbox .bt{font-size: 24px;color: #ffffff;line-height: 30px;width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);text-align: center;z-index: 5;}
.sy_section6 .ul a .jj{min-height: 220px;padding: 12px 52px;display: flex;justify-content: flex-start;align-items: center;}
.sy_section6 .ul a .jj div{width: 100%;font-size: 16px;color: #333333;line-height: 22px;}
.sy_section6 .ul .slick-dots{margin-top: 14px;}
@media screen and (max-width:1680px) {
.sy_section6 .ul a .jj{min-height: 240px;padding: 12px 30px;}
.sy_section6 .ul a .jj div{font-size: 14px;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.sy_section6{padding-top: 30px;padding-bottom: 30px;}
.sy_section6 .info{margin-top: 12px;margin-bottom: 20px;display: block;}
.sy_section6 .info div{font-size: 14px;line-height: 22px;width: 100%;}
.sy_section6 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section6 .ul .li{padding: 0 6px;width: 240px;}
.sy_section6 .ul a .picbox .bt{font-size: 16px;line-height: 20px;}
.sy_section6 .ul a .jj{min-height: 220px;padding: 12px;}
.sy_section6 .ul a .jj div{font-size: 14px;line-height: 20px;min-height: 100px;}
.sy_section6 .ul .slick-dots{margin-top: 14px;}
}

.sy_section7{width: 100%;padding-top: 100px;padding-bottom: 120px;}
.sy_section7 .titbox{margin-bottom: 70px;}
.sy_section7 .ul{margin: -16px;width: calc(100% + 32px);display: flex;flex-wrap: wrap;}
.sy_section7 .ul .li{padding: 16px;width: 25%;;}
.sy_section7 .ul a{display: block;width: 100%;position: relative;overflow: hidden;border-radius: 12px;}
.sy_section7 .ul a::after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.42);position: absolute;left: 0;top: 0;z-index: 2;}
.sy_section7 .ul a:hover::after{background-color: rgba(0,0,0,0.2);}
.sy_section7 .ul a .pic{ width: 100%; padding-bottom: 60.5263%; 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_section7 .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_section7 .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_section7 .ul a .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);padding: 20px;z-index: 5;text-align: center;}
.sy_section7 .ul a .wzbox .bt{font-size: 24px;color: #ffffff;line-height: 30px;}
@media screen and (max-width:1024px) {
.sy_section7{padding-top: 30px;padding-bottom: 30px;}
.sy_section7 .titbox{margin-bottom: 20px;}
.sy_section7 .ul{margin: -5px;width: calc(100% + 10px);}
.sy_section7 .ul .li{padding: 5px;width: 50%;}
.sy_section7 .ul a .wzbox{padding: 10px;}
.sy_section7 .ul a .wzbox .bt{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
}

.sy_section8{width: 100%;padding-bottom: 150px;}
.sy_section8 #service_network{padding-top: 100px;}
.sy_section8 #Query_Report{padding-top: 100px;}
.sy_section8 .cont1{margin-top: 40px;margin-bottom: 190px;}
.sy_section8 .cont1 ul{width: 100%;}
.sy_section8 .cont1 li{margin-bottom: 20px;background-color: #fff;display: flex;justify-content: flex-start;align-items: stretch;padding: 40px 110px 40px 60px;border-radius: 12px;}
.sy_section8 .cont1 li .left{width: 184px;font-size: 30px;color: #333333;line-height: 34px;border-right: 1px solid #dddddd;display: flex;align-items: center;}
.sy_section8 .cont1 li .right{width: calc(100% - 184px);padding: 6px 0 6px 32px;}
.sy_section8 .cont1 li .dl{margin: 0 -14px;width: calc(100% + 28px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section8 .cont1 li .dl .dd{padding: 0 14px;}
.sy_section8 .cont1 li .dl .dd a{display: block;font-size: 18px;color: #333333;line-height: 28px;}
.sy_section8 .cont1 li .dl .dd a:hover{color: #134fe3;}
.sy_section8 .cont2{margin-top: 40px;display: flex;justify-content: center;align-items: stretch;}
.sy_section8 .cont2 input{width: 65%;background-color: #fff;height: 80px;border-radius: 12px;padding: 0 32px;font-size: 15px;color: #333;}
.sy_section8 .cont2 input::-webkit-input-placeholder{font-size: 15px;color: #bababa;opacity: 1;}
.sy_section8 .cont2 input::-moz-placeholder{font-size: 15px;color: #bababa;opacity: 1;}
.sy_section8 .cont2 input::moz-placeholder{font-size: 15px;color: #bababa;opacity: 1;}
.sy_section8 .cont2 input:-ms-input-placeholder{font-size: 15px;color: #bababa;opacity: 1;}
.sy_section8 .cont2 .btn{width: 12.34567901234568%;margin-left: 10px;font-size: 20px;color: #fff;line-height: 80px;text-align: center;background-color: #134fe3;border-radius: 12px;cursor: pointer;}
.sy_section8 .cont2 .btn:hover{opacity: 0.8;}
@media screen and (max-width:1024px) {
.sy_section8{padding-bottom: 80px;}
.sy_section8 #service_network{padding-top: 40px;}
.sy_section8 #Query_Report{padding-top: 80px;}
.sy_section8 .cont1{margin-top: 12px;margin-bottom: 0;}
.sy_section8 .cont1 li{margin-bottom: 12px;padding: 20px 14px;display: block;}
.sy_section8 .cont1 li .left{width: 100%;font-size: 18px;line-height: 24px;display: block;border-right: 0;}
.sy_section8 .cont1 li .right{width: 100%;padding: 0;margin-top: 10px;}
.sy_section8 .cont1 li .dl{margin: 0 -5px;width: calc(100% + 10px);}
.sy_section8 .cont1 li .dl .dd{padding: 0 5px;}
.sy_section8 .cont1 li .dl .dd a{font-size: 14px;line-height: 22px;}
.sy_section8 .cont2{margin-top: 12px;display: block;}
.sy_section8 .cont2 input{width: 100%;height: 40px;padding: 0 12px;font-size: 14px;border-radius: 4px;}
.sy_section8 .cont2 input::-webkit-input-placeholder{font-size: 14px;}
.sy_section8 .cont2 input::-moz-placeholder{font-size: 14px;}
.sy_section8 .cont2 input::moz-placeholder{font-size: 14px;}
.sy_section8 .cont2 input:-ms-input-placeholder{font-size: 14px;}
.sy_section8 .cont2 .btn{width:50%;margin-left: 0;font-size: 15px;line-height: 40px;border-radius: 4px;margin: 14px auto 0 auto;}
}

.cxbg_section{padding-top: 110px;padding-bottom: 150px;}
.cxbg_section .cont1{background-color: #eeeeee;padding: 100px 20px 120px 20px;margin-bottom: 104px;border-radius: 12px; min-height: 830px;}
.cxbg_section .cont1 .bt{margin-top: 56px;margin-bottom: 26px;font-size: 24px;color: #000000;line-height: 30px;text-align: center;font-weight: bold;}
.cxbg_section .cont1 .xh{margin-bottom: 56px;font-size: 18px;color: #535353;line-height: 24px;text-align: center;}
.cxbg_section .cont1 .more{width: 260px;margin: 0 auto 60px auto;}
.cxbg_section .cont1 .more a{display: block;font-size: 20px;color: #ffffff;line-height: 80px;text-align: center;background-color: #134fe3;border-radius: 12px;}
.cxbg_section .cont1 .more a:hover{opacity: 0.8;}
.cxbg_section .cont1 .ewm{width: 220px;margin: 0 auto;}
.cxbg_section .cont1 .ewm img{width: 100%;display: block;}
.cxbg_section .cont2 .boxs{display: flex;justify-content: center;align-items: stretch;margin-top: 40px;}
.cxbg_section .cont2 .boxs input{width: 65%;background-color: #fff;height: 80px;border-radius: 12px;padding: 0 32px;font-size: 15px;color: #333;}
.cxbg_section .cont2 .boxs input::-webkit-input-placeholder{font-size: 15px;color: #bababa;opacity: 1;}
.cxbg_section .cont2 .boxs input::-moz-placeholder{font-size: 15px;color: #bababa;opacity: 1;}
.cxbg_section .cont2 .boxs input::moz-placeholder{font-size: 15px;color: #bababa;opacity: 1;}
.cxbg_section .cont2 .boxs input:-ms-input-placeholder{font-size: 15px;color: #bababa;opacity: 1;}
.cxbg_section .cont2 .boxs .btn{width: 12.34567901234568%;margin-left: 10px;font-size: 20px;color: #fff;line-height: 80px;text-align: center;background-color: #134fe3;border-radius: 12px;cursor: pointer;}
.cxbg_section .cont2 .boxs .btn:hover{opacity: 0.8;}

@media screen and (max-width:1680px)  {
.cxbg_section .cont1{min-height: 480px;}
}
@media screen and (max-width:1024px) {
.cxbg_section{padding-top: 50px;padding-bottom: 50px;}
.cxbg_section .cont1{padding: 40px 20px;margin: 0 auto 40px auto; width: calc(100% - 30px); min-height: 480px;}
.cxbg_section .cont1 .bt{margin-top: 14px;margin-bottom: 10px;font-size: 16px;line-height:22px;}
.cxbg_section .cont1 .xh{margin-bottom: 14px;font-size: 14px;line-height: 20px;}
.cxbg_section .cont1 .more{width: 120px;margin: 0 auto 14px auto;}
.cxbg_section .cont1 .more a{font-size: 15px;line-height: 40px;border-radius: 8px;}
.cxbg_section .cont1 .ewm{width: 120px;}
.cxbg_section .cont2 .boxs{margin-top: 20px;display: block;}
.cxbg_section .cont2 .boxs input{width: 100%;height: 40px;padding: 0 12px;font-size: 14px;border-radius: 4px;}
.cxbg_section .cont2 .boxs input::-webkit-input-placeholder{font-size: 14px;}
.cxbg_section .cont2 .boxs input::-moz-placeholder{font-size: 14px;}
.cxbg_section .cont2 .boxs input::moz-placeholder{font-size: 14px;}
.cxbg_section .cont2 .boxs input:-ms-input-placeholder{font-size: 14px;}

.cxbg_section .cont2 .boxs .btn{width:50%;margin-left: 0;font-size: 15px;line-height: 40px;border-radius: 4px;margin: 14px auto 0 auto;}




}






















































































































































































































































































































































































































































































































































































































































































































