﻿@charset "UTF-8";
html{
  font-size: 6.25vw;
}
@media screen and  (min-width: 1600px){ /*主体宽度*/
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}
body::-webkit-scrollbar{ width: 5px;}
body::-webkit-scrollbar-track{ background-color: #F1F1F1;}
body::-webkit-scrollbar-thumb{ width: 5px;  background-color: #0075C2;}
.w_width{max-width:1600px; margin-right: auto; margin-left: auto;}
.w_1200{max-width:1200px; margin-right: auto; margin-left: auto;}
.w_1920{max-width:1920px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 100px;padding-right: 100px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 20px;padding-right: 20px;}
}
/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 99999;box-shadow: 0 0 20px rgba(0,0,0,0.1);background: #fff;}
.t_navs{ width: 100%;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 70px;}
.t_navs .top .right{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu .l1{ float: left; position: relative;padding: 0 25px;}
.t_navs .top .menu .l1 .a1{ display: block;color: #000000; position: relative;padding: 0 10px;line-height: 96px; font-size: 16px;}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ color: #0075c2;}
.t_navs .top .menu .l1 .a1::before{content: "";display: block;width: 0;height: 3px;background: #0075c2;position: absolute;bottom: 22px;left: 50%;transform: translate(-100%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .menu .l1 .a1::after{content: "";display: block;width: 0;height: 3px;background: #f5d800;position: absolute;bottom: 22px;left: 50%;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .menu .l1.on .a1::before,
.t_navs .top .menu .l1:hover .a1::before,
.t_navs .top .menu .l1.on .a1::after,
.t_navs .top .menu .l1:hover .a1::after{width: 20px;}
.t_navs .top .u2{min-width: 140px; top:100%; left: 50%;z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);height: auto;position: absolute;background: rgba(0, 0, 0, .2);backdrop-filter: blur(5px);padding: 10px 0px;border-radius: 5px;opacity: 0;visibility: hidden;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.t_navs .top .l1:hover .u2{-webkit-transition: all .85s;opacity: 1;visibility: visible;}
.t_navs .top .u2 .l2{ width: 100%;}
.t_navs .top .u2 .l2 .a2{ display: block; color: rgba(255, 255, 255, .75);text-align: center;font-size: 16px;line-height: 35px;padding: 0 30px;white-space:nowrap;-webkit-transform: translateY(5px);opacity: 0;position: relative;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.t_navs .top .u2 .l2 .a2::after{width: 0px;height: 1px;position: absolute;left: 50%;margin-left: 0px;content: '';bottom: 0px;background: rgba(255, 255, 255, .3);-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);}
.t_navs .top .u2 .l2 .a2:hover::after{width: 60px;margin-left: -30px;}
.t_navs .top .u2 .l2 .a2:hover{color: #fff;}
.t_navs .top .l1:hover .u2 .l2:nth-child(2) .a2{-webkit-transition: all .5s ease .1s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(3) .a2{-webkit-transition: all .5s ease .2s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(4) .a2{-webkit-transition: all .5s ease .3s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(5) .a2{-webkit-transition: all .5s ease .4s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(6) .a2{-webkit-transition: all .5s ease .5s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(7) .a2{-webkit-transition: all .5s ease .6s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(8) .a2{-webkit-transition: all .5s ease .7s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(9) .a2{-webkit-transition: all .5s ease .8s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(10) .a2{-webkit-transition: all .5s ease .9s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(11) .a2{-webkit-transition: all .5s ease .10s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(12) .a2{-webkit-transition: all .5s ease .11s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(13) .a2{-webkit-transition: all .5s ease .12s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(14) .a2{-webkit-transition: all .5s ease .13s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(15) .a2{-webkit-transition: all .5s ease .14s;}
.t_navs .top .l1:hover .u2 .l2:nth-child(16) .a2{-webkit-transition: all .5s ease .15s;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .btnbox{margin-left: 30px;display: flex;justify-content: center;align-items: center;}
.t_navs .top .btnbox .btn{width: 130px;margin-right: 10px;}
.t_navs .top .btnbox .btn:last-child{margin-right: 0;}
.t_navs .top .btnbox a{display: flex;justify-content: center;align-items: center;background: #0075c2;}
.t_navs .top .btnbox a:hover{background: #3B8EC4;}
.t_navs .top .btnbox a img{width: 20px;display: block;margin-right: 4px;}
.t_navs .top .btnbox a .wz{font-size: 16px;color: #ffffff;line-height: 36px;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 96px;opacity: 0;}
@media screen and (max-width:1680px) {
.t_navs .top .menu .l1{padding: 0 16px;}
.t_navs .top .menu .l1 .a1{font-size: 14px;}
.t_navs .top .btnbox .btn{width: 120px;}
}
@media screen and (max-width:1400px) {
.t_navs .top .logo img{height: 60px;}
.t_navs .top .menu .l1{padding: 0 14px;}
.t_navs .top .menu .l1 .a1{padding: 0 8px; font-size: 14px;}
}
@media screen and (max-width:1180px) {
.t_navs .top .menu .l1{padding: 0 10px;}
.t_navs .top .menu .l1 .a1{padding: 0; font-size: 13px;}
.t_navs .top .btnbox .btn{width: 120px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .menu{ display: none;}
.t_navs .top .pcSs_box{display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_nav_zw{height: 50px;}
.t_navs .top{ padding: 0 8px 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .top .logo{ margin: 7px 0;}
.t_navs .top .logo img{ height: 36px;}
.t_navs .top .btnbox{margin-left: 0;margin-right: 10px;}
.t_navs .top .btnbox .btn{width: 90px;margin-right: 8px;}
.t_navs .top .btnbox a img{width: 16px;}
.t_navs .top .btnbox a .wz{font-size: 13px;line-height: 28px;}
.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:#0075C2;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:#0075C2;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: #0075C2;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:#0075C2;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;}
.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 .u1{width: 100%;margin-bottom: 20px;}
.t_navs .xialaph .l1{width: 100%;}
.t_navs .xialaph .a1{width: 100%;font-size: 18px;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 .a1:hover{color: #0075c2;}
.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 .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;}
}

/*底部*/
.b_nav{width: 100%;background: #0075C2;border-top: solid 6px #F5D800;}
.b_nav .cont1{width: 100%;padding-top: 100px;padding-bottom: 100px;border-bottom: solid 1px #3391ce;}
.b_nav .cont1 .w_width{display: flex;justify-content: flex-start;align-items: flex-start;}
.b_nav .cont1 .left{width: 35%;padding-right: 40px;}
.b_nav .cont1 .u1{margin-bottom: 40px;}
.b_nav .cont1 .u1 li{margin-bottom: 24px;display: flex;justify-content: flex-start;align-items: center;}
.b_nav .cont1 .u1 li:last-child{margin-bottom: 0;}
.b_nav .cont1 .u1 .ico{width: 48px;height: 48px;background: rgba(255,255,255,0.2);border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.b_nav .cont1 .u1 .ico img{width: 26px;display: block;}
.b_nav .cont1 .u1 .wzbox{width: calc(100% - 48px);padding-left: 8px;}
.b_nav .cont1 .u1 .bt{font-size: 14px;color: rgba(255,255,255,0.6);line-height: 18px;margin-bottom: 6px;}
.b_nav .cont1 .u1 .wz{font-size: 18px;color: #ffffff;line-height: 22px;font-weight: bold;}
.b_nav .cont1 .u2{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
.b_nav .cont1 .u2 li{margin-right: 10px;}
.b_nav .cont1 .u2 li:last-child{margin-right: 0;}
.b_nav .cont1 .u2 a{display: block;position: relative;}
.b_nav .cont1 .u2 a .ico{width: 48px;height: 48px;background: rgba(255,255,255,0.2);border-radius: 100%;display: flex;justify-content: center;align-items: 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;}
.b_nav .cont1 .u2 a:hover .ico{background: #f5d800;}
.b_nav .cont1 .u2 a .ico img{width: 26px;display: block;}
.b_nav .cont1 .u2 a .ewm{width: 120px;position: absolute;left: 0;bottom: calc(100% + 12px);height: 0;overflow: hidden;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;}
.b_nav .cont1 .u2 a .ico .ico2{display: none;}
.b_nav .cont1 .u2 a:hover .ico .ico1{display: none;}
.b_nav .cont1 .u2 a:hover .ico .ico2{display: block;}
.b_nav .cont1 .u2 a .ewm img{width: 100%;display: block;}
.b_nav .cont1 .u2 a:hover .ewm{height: auto;overflow: visible;opacity: 1;}
.b_nav .cont1 .right{width: 65%;}
.b_nav .cont1 .right ul{display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont1 .right .yj a{display: block;font-size: 16px;color: #fff;line-height: 24px;font-weight: bold;}
.b_nav .cont1 .right .ej{margin-top: 14px;}
.b_nav .cont1 .right .ej a{display: block;font-size: 14px;color: #fff;line-height: 30px;}
.b_nav .cont1 .right .yj a:hover,
.b_nav .cont1 .right .ej a:hover{text-decoration:underline;}
.b_nav .cont2{width: 100%;padding-top: 10px;padding-bottom: 10px;}
.b_nav .cont2 .w_width{display: flex;justify-content: space-between;align-items: center;}
.b_nav .cont2 .logo img{width: 82px;display: block;}
.b_nav .cont2 .banquan{font-size: 14px;color: #fff;line-height: 24px;}
.b_nav .cont2 .banquan a{color: #fff;}
@media screen and (max-width:1680px) {
.b_nav .cont1{padding-top: 60px;padding-bottom: 60px;}
.b_nav .cont1 .u1{margin-bottom: 26px;}
.b_nav .cont1 .u1 li{margin-bottom: 18px;}
.b_nav .cont1 .u1 .ico{width: 38px;height: 38px;}
.b_nav .cont1 .u1 .ico img{width: 22px;}
.b_nav .cont1 .u1 .wzbox{width: calc(100% - 38px);}
.b_nav .cont1 .u1 .wz{font-size: 16px;line-height: 20px;}
.b_nav .cont1 .u2 a .ico{width: 38px;height: 38px;}
.b_nav .cont1 .u2 a .ico img{width: 22px;}
.b_nav .cont1 .u2 a .ewm{width: 100px;}
.b_nav .cont1 .right .yj a{font-size: 14px;line-height: 20px;}
.b_nav .cont1 .right .ej{margin-top: 10px;}
.b_nav .cont1 .right .ej a{font-size: 12px;line-height: 26px;}
.b_nav .cont2 .logo img{width: 70px;}
.b_nav .cont2 .banquan{line-height: 20px;}
}
@media screen and (max-width:1024px) {
.b_nav{border-top: 3px solid #F5D800;margin-bottom: 50px;}
.b_nav .cont1{padding-top: 20px;padding-bottom: 20px;padding-right: 20px;}
.b_nav .cont1 .w_width{display: block}
.b_nav .cont1 .left{width: 100%;padding-right: 0;}
.b_nav .cont1 .u1{margin-bottom: 20px;}
.b_nav .cont1 .u1 li{margin-bottom: 12px;}
.b_nav .cont1 .u1 .ico{width: 36px;height: 36px;}
.b_nav .cont1 .u1 .ico img{width: 20px;}
.b_nav .cont1 .u1 .wzbox{width: calc(100% - 36px);padding-left: 6px;}
.b_nav .cont1 .u1 .bt{font-size: 12px;}
.b_nav .cont1 .u1 .wz{font-size: 14px;line-height: 20px;}
.b_nav .cont1 .u2{justify-content: center;}
.b_nav .cont1 .u2 a .ico{width: 36px;height: 36px;}
.b_nav .cont1 .u2 a .ico img{width: 20px;}
.b_nav .cont1 .u2 a .ewm{width: 100px;}
.b_nav .cont1 .right{display: none;}
.b_nav .cont2{padding-top: 16px;padding-bottom: 16px;}
.b_nav .cont2 .logo img{width: 50px;display: none;}
.b_nav .cont2 .banquan{width: 100%;padding-left: 0;text-align: center;}
.b_nav .cont2 .banquan a{display: block;}
}

/*侧悬浮*/
.cxf_section{width: 95px;position: fixed;right: 12px;bottom: 10%; background: #0075c2;border-radius: 47.5px;box-shadow: 0 0 20px rgba(0,0,0,0.1);opacity: 0;z-index: 99;
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%;padding: 30px 10px 10px 10px;}
.cxf_section .l1{padding-bottom: 18px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.cxf_section .l1 img{width: 41px;display: block;margin: 0 auto;}
.cxf_section .l2{border-bottom: 1px solid rgba(255,255,255,0.2);}
.cxf_section .l2 a{display: block;width: 100%;padding-top: 16px;padding-bottom: 16px;}
.cxf_section .l2 img{width: 26px;display: block;margin: 0 auto 4px auto;}
.cxf_section .l2 .wz{font-size: 14px;color: #ffffff;line-height: 18px;text-align: center;}
.cxf_section .l3{cursor: pointer;width: 74px;height: 74px;background: rgba(255,255,255,0.2);border-radius: 100%;margin: 14px auto 0 auto;display: flex;justify-content: center;align-items: 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;}
.cxf_section .l3:hover{background: rgba(255,255,255,0.4);}
.cxf_section .l3 img{width: 30px;display: block;}
.cxf_section li .ico2{display: none;}
.cxf_section a:hover .ico1{display: none;}
.cxf_section a:hover .ico2{display: block;}
.cxf_section a:hover .wz{color: #f5d800;}
@media screen and (max-width:1680px) {
.cxf_section{width: 72px;right: 8px;border-radius: 36px;}
.cxf_section ul{padding: 20px 8px 8px 8px;}
.cxf_section .l1{padding-bottom: 12px;}
.cxf_section .l1 img{width: 32px;}
.cxf_section .l2 a{padding-top: 12px;padding-bottom: 12px;}
.cxf_section .l2 img{width: 22px;}
.cxf_section .l2 .wz{font-size: 12px;line-height: 16px;}
.cxf_section .l3{width: 54px;height: 54px;margin: 8px auto 0 auto;}
.cxf_section .l3 img{width: 24px;}
}
@media screen and (max-width:1024px) {
.cxf_section{width: 100%;right: 0;top: auto;bottom: 0;border-radius: 0;transform: translate(0,0);}
.cxf_section ul{padding: 0;display: flex;justify-content: flex-start;align-items: flex-start;}
.cxf_section li{width: 25%!important;height: 50px!important;border-bottom: 0!important;display: flex;justify-content: center;align-items: center;border-right: 1px solid rgba(255,255,255,0.2);flex-wrap: wrap;}
.cxf_section li:last-child{border-right: 0;}
.cxf_section .l1{padding-bottom: 0;}
.cxf_section .l1 img{width: 26px;}
.cxf_section .l2{display: flex!important;}
.cxf_section .l2 a{padding-top: 0;padding-bottom: 0;}
.cxf_section .l2 img{width: 20px;}
.cxf_section .l2 .wz{font-size: 12px;line-height: 16px;}
}

/*首页*/
.sy_banner{width: 100%;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul img{width: 100%;display: block;}
.sy_banner .ul .slick-dots{position: absolute; bottom: 30px; height: 8px; text-align: center;}
.sy_banner .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 8px; margin: 0 5px; background: rgba(255, 255, 255, 0.5);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_banner .ul .slick-dots li.slick-active{ background: #0075C2;width: 24px;}
.sy_banner .ul .slick-dots li button{display: none;}
@media screen and (max-width:1024px) {
.sy_banner .ul .slick-dots{bottom: 20px;}
.sy_banner .ul .slick-dots li{width: 6px; height: 6px;border-radius: 6px; margin: 0 4px;}
.sy_banner .ul .slick-dots li.slick-active{width: 20px;}
}

.sy_bt{width: 100%;text-align: center;}
.sy_bt .bt{font-size: 40px;color: #0075C2;line-height: 44px;margin-bottom: 8px;font-weight: bold;font-family: "微软雅黑";}
.sy_bt .fbt{font-size: 16px;color: #888888;line-height: 22px;}
@media screen and (max-width:1680px) {
.sy_bt .bt{font-size: 32px;line-height: 40px;margin-bottom: 6px;}
.sy_bt .fbt{font-size: 14px;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.sy_bt .bt{font-size: 22px;line-height: 26px;margin-bottom: 4px;}
.sy_bt .fbt{font-size: 14px;line-height: 18px;}
}

.sy_btn{width: 100%;display: flex;justify-content: center;align-items: center;}
.sy_btn a{width: 160px;padding: 0 10px 0 32px;background: #0075c2;display: flex;justify-content: space-between;align-items: center;border-radius: 24px;overflow: hidden;position: relative;}
.sy_btn a::after{content: "";display: block;width: 0%;height: 100%;background: #f5d800;position: absolute;left: 50%;top: 0;transform: translate(-50%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_btn a:hover::after{width: 100%;}
.sy_btn a .wz{font-size: 16px;color: #ffffff;line-height: 48px;position: relative;z-index: 2;}
.sy_btn a .icobox{width: 34px;height: 34px;background: #f5d800;border-radius: 100%;display: flex;justify-content: center;align-items: center;position: relative;z-index: 2;
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_btn a img{width: 16px;display: block;}
.sy_btn a .ico2{display: none;}
.sy_btn a:hover .icobox{background: #0075c2;}
.sy_btn a:hover .ico1{display: none;}
.sy_btn a:hover .ico2{display: block;}
.sy_btn a:hover .wz{color: #0075c2;}
@media screen and (max-width:1680px) {
.sy_btn a{width: 130px;padding: 0 8px 0 20px;border-radius: 24px;}
.sy_btn a .wz{font-size: 14px;color: #ffffff;line-height: 40px;position: relative;z-index: 2;}
.sy_btn a .icobox{width: 30px;height: 30px;}
.sy_btn a img{width: 14px;}
}
@media screen and (max-width:1024px) {
.sy_btn a{width: 120px;padding: 0 8px 0 20px;border-radius: 20px;}
.sy_btn a .wz{font-size: 14px;line-height: 36px;}
.sy_btn a .icobox{width: 26px;height: 26px;}
.sy_btn a img{width: 14px;}
}

.sy_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section1 .content{width: 100%;margin-top: 40px;}
.sy_section1 .content .ul{margin: -15px;width: calc(100% + 30px);}
.sy_section1 .content .ul .li{padding: 15px;}
.sy_section1 .content a{display: block;width: 100%;margin-bottom: 30px;position: relative;height: 346px;background: #f3f7fb;}
.sy_section1 .content a:last-child{margin-bottom: 0;}
.sy_section1 .content a::before{content: "";display: block;width: 100%;height: 0;background: #0075c2;position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.sy_section1 .content a:hover::before{height: 188px;opacity: 1;}
.sy_section1 .content a::after{content: "";display: block;width: 0%;height: 10px;background: #f5d800;position: absolute;left: 50%;bottom: 0;z-index: 1;transform: translate(-50%,0);opacity: 0;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.sy_section1 .content a:hover::after{width: 100%;opacity: 1;}
.sy_section1 .content .cont1{width: 100%;padding: 0 40px;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);z-index: 2;}
.sy_section1 .content .cont1 img{width: 116px;display: block;margin: 0 auto 30px auto;}
.sy_section1 .content .cont1 .wz{font-size: 24px;color: #000000;line-height: 30px;text-align: center;}
.sy_section1 .content .cont2{width: 100%;position: absolute;left: 0;bottom: 0;padding: 10px 40px;opacity: 0;z-index: 2;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.sy_section1 .content .cont2 .top{margin-bottom: 24px;display: flex;justify-content: flex-start;align-items: center;width: 100%;}
.sy_section1 .content .cont2 .top img{width: 54px;display: block;}
.sy_section1 .content .cont2 .top .wzbox{width: calc(100% - 54px);padding-left: 6px;}
.sy_section1 .content .cont2 .top .wz1{font-size: 24px;color: #ffffff;line-height: 28px;margin-bottom: 6px;}
.sy_section1 .content .cont2 .top .wz2{font-size: 16px;color: #ffffff;line-height: 20px;}
.sy_section1 .content .cont2 .bottom{width: 100%;}
.sy_section1 .content .cont2 .pic{ height: 232px; position: relative; overflow: hidden;}
.sy_section1 .content .cont2 .pic div{ 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 .content a:hover .cont1{opacity: 0;}
.sy_section1 .content a:hover .cont2{opacity: 1;}
.sy_section1 .sy_btn{margin-top: 40px;}
@media screen and (max-width:1680px) {
.sy_section1 .content a{height: 280px;}
.sy_section1 .content a:hover::before{height: 160px;}
.sy_section1 .content a::after{height: 8px;}
.sy_section1 .content .cont1 img{width: 76px;margin: 0 auto 24px auto;}
.sy_section1 .content .cont1 .wz{font-size: 18px;line-height: 24px;}
.sy_section1 .content .cont2{padding: 8px 30px;}
.sy_section1 .content .cont2 .top{margin-bottom: 16px;}
.sy_section1 .content .cont2 .top img{width: 44px;}
.sy_section1 .content .cont2 .top .wzbox{width: calc(100% - 44px);}
.sy_section1 .content .cont2 .top .wz1{font-size: 18px;line-height: 24px;margin-bottom: 4px;}
.sy_section1 .content .cont2 .top .wz2{font-size: 14px;line-height: 18px;}
.sy_section1 .content .cont2 .pic{ height: 180px;}
}
@media screen and (max-width:1024px) {
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .content{margin-top: 20px;}
.sy_section1 .content .ul{margin: -6px;width: calc(100% + 12px);}
.sy_section1 .content .ul .li{padding: 6px;}
.sy_section1 .content a{margin-bottom: 12px;height: 100px;}
.sy_section1 .content a:hover::before{height: 80px;}
.sy_section1 .content a::after{height: 10px;}
.sy_section1 .content .cont1{padding: 0 12px;}
.sy_section1 .content .cont1 img{width: 36px;margin: 0 auto 14px auto;}
.sy_section1 .content .cont1 .wz{font-size: 13px;line-height: 20px;}
.sy_section1 .content .cont2{padding: 10px 30px;display: none!important;}
.sy_section1 .content .cont2 .top{margin-bottom: 12px;}
.sy_section1 .content .cont2 .top img{width: 40px;}
.sy_section1 .content .cont2 .top .wzbox{width: calc(100% - 40px);}
.sy_section1 .content .cont2 .top .wz1{font-size: 16px;line-height: 20px;margin-bottom: 4px;}
.sy_section1 .content .cont2 .top .wz2{font-size: 14px;}
.sy_section1 .content .cont2 .pic{ height: 120px;}
.sy_section1 .sy_btn{margin-top: 20px;}
.sy_section1 .content a:hover .cont1{opacity: 1;}
.sy_section1 .content a::before{display: none;}
.sy_section1 .content a::after{display: none;}
}

.sy_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #f3f7fb;}
.sy_section2 .content{margin: 40px 0;}
.sy_section2 .cont1{width: 100%;margin-bottom: 30px;}
.sy_section2 .cont1 a{display: flex;justify-content: flex-start;align-items: center;background: #ffffff;}
.sy_section2 .cont1 .left{width: 520px;}
.sy_section2 .cont1 a .pic{ width: 100%; padding-bottom: 63.46%; 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 .cont1 a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section2 .cont1 a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section2 .cont1 .right{width: calc(100% - 520px);padding: 20px 60px 20px 70px;}
.sy_section2 .cont1 .top{width: 100%;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 32px;}
.sy_section2 .cont1 .top .ico{width: 64px;height: 64px;display: flex;justify-content: center;align-items: center;border-radius: 100%;background: #0075c2;}
.sy_section2 .cont1 .top .ico img{width: 34px;display: block;}
.sy_section2 .cont1 .top .wzbox{width: calc(100% - 64px);padding-left: 14px;}
.sy_section2 .cont1 .top .bt{font-size: 20px;color: #000000;line-height: 24px;margin-bottom: 8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section2 .cont1 .top .date{font-size: 16px;color: #555555;line-height: 20px;}
.sy_section2 .cont1 .bottom{font-size: 16px;color: #555555;line-height: 30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section2 .cont1 a:hover .top .bt{color: #0075c2;}
.sy_section2 .cont2{width: 100%;}
.sy_section2 .cont2 .ul{margin: 0 -15px;width: calc(100% + 30px);}
.sy_section2 .cont2 .li{padding: 0 15px;}
.sy_section2 .cont2 .ul a{display: block;width: 100%;position: relative;background: #fff;height: 280px;padding: 0 60px;margin-top: 15px;}
.sy_section2 .cont2 .ul a .datebox{width: 100px;margin: 0 0 20px;transform: translate3d(0,-15px,0);background-color: #0075C2;border-radius: 6px 6px 6px 6px;padding: 24px 20px 24px 20px;transition: all 0.3s ease-out 0s;}
.sy_section2 .cont2 .ul a .date1{color: #fff;font-size: 20px;line-height: 24px;margin-bottom: 4px;font-weight: 700;}
.sy_section2 .cont2 .ul a .date2{color: #fff;font-size: 16px;line-height: 20px;}
.sy_section2 .cont2 .ul a .bt{height: 24px;transition: all 0.5s linear;line-height: 24px;font-size: 20px;color: #000;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;width: 100%;}
.sy_section2 .cont2 .ul a .info{transition: all 0.5s linear;color: #555555;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;width: 100%;margin-top: 16px;-webkit-box-orient: vertical;height: auto;line-height: 30px;font-size: 16px;min-height: 60px;}
.sy_section2 .cont2 .ul a:hover{background: #0075C2;}
.sy_section2 .cont2 .ul a:hover .datebox{padding-top: 40px;background: #F5D800;}
.sy_section2 .cont2 .ul a:hover .bt,
.sy_section2 .cont2 .ul a:hover .info{color: #fff;}
.sy_section2 .cont2 .ul a:hover .date1,
.sy_section2 .cont2 .ul a:hover .date2{color: #0075C2;}
@media screen and (max-width:1680px) {
.sy_section2 .cont1 .left{width: 400px;}
.sy_section2 .cont1 .right{width: calc(100% - 400px);padding: 16px 40px 16px 50px;}
.sy_section2 .cont2 .ul a{padding: 0 30px;}
.sy_section2 .cont1 .top .bt{font-size: 18px;line-height: 22px;}
.sy_section2 .cont1 .top .date{font-size: 14px;}
.sy_section2 .cont1 .bottom{font-size: 14px;line-height: 24px;}
.sy_section2 .cont2 .ul a{height: 230px;padding: 0 40px;}
.sy_section2 .cont2 .ul a .datebox{width: 90px;margin: 0 0 20px;padding: 24px 20px 24px 20px;}
.sy_section2 .cont2 .ul a .date1{font-size: 18px;line-height: 22px;}
.sy_section2 .cont2 .ul a .date2{font-size: 14px;line-height: 18px;}
.sy_section2 .cont2 .ul a .bt{height: 22px;line-height: 22px;font-size: 18px;}
.sy_section2 .cont2 .ul a .info{margin-top: 12px;line-height: 24px;font-size: 14px;min-height: 48px;}
}
@media screen and (max-width:1024px) {
.sy_section2{padding-top: 30px;padding-bottom: 30px;}
.sy_section2 .content{margin: 20px 0;}
.sy_section2 .cont1{margin-bottom: 20px;}
.sy_section2 .cont1 a{display: block;}
.sy_section2 .cont1 .left{width: 100%;}
.sy_section2 .cont1 .right{width: 100%;padding: 14px;}
.sy_section2 .cont1 .top{margin-bottom: 12px;}
.sy_section2 .cont1 .top .ico{width: 40px;height: 40px;}
.sy_section2 .cont1 .top .ico img{width: 20px;}
.sy_section2 .cont1 .top .wzbox{width: calc(100% - 40px);padding-left: 10px;}
.sy_section2 .cont1 .top .bt{font-size: 16px;line-height: 20px;margin-bottom: 6px;}
.sy_section2 .cont1 .top .date{font-size: 14px;line-height: 18px;}
.sy_section2 .cont1 .bottom{font-size: 14px;line-height: 24px;}
.sy_section2 .cont2 .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section2 .cont2 .li{padding: 0 6px;}
.sy_section2 .cont2 .ul a{height: 200px;padding: 0 20px;margin-top: 12px;}
.sy_section2 .cont2 .ul a .datebox{width: 80px;margin: 0 0 10px;transform: translate3d(0,-12px,0);padding: 14px;}
.sy_section2 .cont2 .ul a .date1{font-size: 16px;line-height: 20px;}
.sy_section2 .cont2 .ul a .date2{font-size: 14px;line-height: 18px;}
.sy_section2 .cont2 .ul a .bt{height: 20px;line-height: 20px;font-size: 16px;}
.sy_section2 .cont2 .ul a .info{margin-top: 10px;line-height: 24px;font-size: 14px;min-height: 48px;}
.sy_section2 .cont2 .ul a:hover .datebox{padding-top: 30px;}
}

/*在线咨询弹窗*/
.zxzx_tc{width: 100%;height: 100vh;background: rgba(0,0,0,0.5);position: fixed;left: 0;top: 50%;z-index: 99999;display: none;transform: translate(0,-50%);}
.zxzx_tc .content{width: 800px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #ffffff;border-radius: 10px;padding: 56px 40px 48px 40px;}
.zxzx_tc .none{width: 32px;height: 32px;background: #e5e5e5;border-radius: 100%;display: flex;justify-content: center;align-items: center;position: absolute;right: 12px;top: 12px;cursor: pointer;}
.zxzx_tc .none img{width: 16px;display: block;}
.zxzx_tc .none .ico2{display: none;}
.zxzx_tc .none:hover{background: #0075c2;}
.zxzx_tc .none:hover .ico1{display: none;}
.zxzx_tc .none:hover .ico2{display: block;}
.zxzx_tc h2{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 36px;font-weight: bold;font-family: "微软雅黑";}
.zxzx_tc .ul{margin: -15px -10px;display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;width: calc(100% + 20px);}
.zxzx_tc .ul .li{width: 100%;padding: 15px 10px;}
.zxzx_tc .ul .li:nth-child(1),
.zxzx_tc .ul .li:nth-child(2){width: 50%;}
.zxzx_tc .ul .bt{font-size: 16px;color: #0e151b;line-height: 20px;}
.zxzx_tc .ul .bt span{color: #ff0000;}
.zxzx_tc .ul .input{background: #f9f9f9;display: flex;justify-content: flex-start;align-items: center;border-radius: 4px;padding: 0 22px;}
.zxzx_tc .ul .input input{height: 56px;font-size: 16px;color: #0e151b;padding-left: 12px;display: block;}
.zxzx_tc .ul .li:nth-child(1) .input input{width: calc(100% - 40px);}
.zxzx_tc .ul .li:nth-child(2) .input input{width: calc(100% - 72px);}
.zxzx_tc .ul .danx{width: 100%;background: #f9f9f9;padding: 12px 22px;display: flex;justify-content: flex-start;align-items: center;border-radius: 4px;}
.zxzx_tc .ul .danx .dlbox{width: calc(100% - 40px);padding-left: 30px;}
.zxzx_tc .ul .danx .dl{margin: -6px -16px;width: calc(100% + 32px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.zxzx_tc .ul .danx .dd{padding: 6px 16px;display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.zxzx_tc .ul .danx .ico{width: 20px;height: 20px;background: #ffffff;border: 1px solid #e5e5e5;border-radius: 100%;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.zxzx_tc .ul .danx .dd.on .ico{border: 5px solid #0075c2;}
.zxzx_tc .ul .danx .wz{font-size: 16px;color: rgba(0,0,0,0.6);line-height: 32px;padding-left: 6px;}
.zxzx_tc .ul .danx .dd:hover .wz{color: #000;}
.zxzx_tc .ul .xl{width: 100%;position: relative;}
.zxzx_tc .ul .xl .top{width: 100%;background: #f9f9f9;padding: 12px 22px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;border-radius: 4px;}
.zxzx_tc .ul .xl .top ._r{display: flex;justify-content: flex-start;align-items: center;}
.zxzx_tc .ul .xl .top .wz{font-size: 16px;color: rgba(0,0,0,0.8);line-height: 32px;margin-right: 8px;}
.zxzx_tc .ul .xl .top img{width: 24px;display: block;}
.zxzx_tc .ul .xl .top ._r input{width: 300px;text-align: right;font-size: 16px;color: #0e151b;line-height: 32px;padding-right: 8px;cursor: pointer;}
.zxzx_tc .ul .xl .top ._r input::-webkit-input-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.zxzx_tc .ul .xl .top ._r input::-moz-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.zxzx_tc .ul .xl .top ._r input::moz-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.zxzx_tc .ul .xl .top ._r input:-ms-input-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.zxzx_tc .ul .xl .dqld_div{width: 100%;position: absolute;left: 0;top: calc(100% + 12px);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);z-index: 10;}
.zxzx_tc .ul .xl .dqld_div ul{width: 100%;overflow: hidden; overflow-y: auto;  max-height: 300px;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar{ width: 3px;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar-thumb{ width: 3px;  background-color: #f5d800; border-radius: 3px;}
.zxzx_tc .ul .xl .dqld_div li{font-size: 16px;color: #333;line-height: 20px;padding: 15px 20px;cursor: pointer;
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;}
.zxzx_tc .ul .xl .dqld_div li:hover{background: #eee;}
.zxzx_tc .ul .xl .bottom{width: 100%;position: absolute;left: 0;top: calc(100% + 12px);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);display: none;z-index: 10;
overflow: hidden; overflow-y: auto;  max-height: 300px;}
.zxzx_tc .ul .xl .bottom.on{display: block;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar{ width: 3px;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar-thumb{ width: 3px;  background-color: #f5d800; border-radius: 3px;}
.zxzx_tc .ul .xl .bottom a{display: block;width: 100%;font-size: 16px;color: #333;line-height: 20px;padding: 15px 20px;}
.zxzx_tc .ul .xl .bottom a:hover{background: #eee;}
.zxzx_tc .ul .text{width: 100%;background: #f9f9f9;padding: 16px 22px;border-radius: 4px;}
.zxzx_tc .ul .text textarea{width: 100%;height: 78px;margin-top: 10px;}
.zxzx_tc .ul .yzm{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.zxzx_tc .ul .yzm .yzm_l{width: calc(100% - 100px);background: #f9f9f9;padding: 0 90px 0 22px;display: flex;justify-content: flex-start;align-items: center;border-radius: 4px;position: relative;}
.zxzx_tc .ul .yzm .yzm_l input{height: 56px;font-size: 16px;color: #0e151b;padding-left: 12px;display: block;width: calc(100% - 56px);}
.zxzx_tc .ul .yzm .yzm_l img{width: 70px;height: 50px;display: block;position: absolute;right: 10px;top: 50%;transform: translate(0,-50%);cursor: pointer;}
.zxzx_tc .ul .yzm .btn_r{display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.zxzx_tc .ul .yzm .btn_r img{width: 24px;display: block;margin-right: 4px;}
.zxzx_tc .ul .yzm .btn_r .ico2{display: none;}
.zxzx_tc .ul .yzm .btn_r:hover .ico1{display: none;}
.zxzx_tc .ul .yzm .btn_r:hover .ico2{display: block;}
.zxzx_tc .ul .yzm .btn_r .wz{font-size: 16px;color: #888888;line-height: 20px;}
.zxzx_tc .ul .yzm .btn_r:hover .wz{color: #0075c2;}
.zxzx_tc .ul .btnbox{width: 100%;display: flex;justify-content: center;align-items: center;}
.zxzx_tc .ul .btnbox .btn{width: 236px;margin-right: 20px;}
.zxzx_tc .ul .btnbox .btn:last-child{margin-right: 0;}
.zxzx_tc .ul .btnbox .btn a{display: block;font-size: 18px;color: #0075c2;line-height: 56px;background: #e2eef6;text-align: center;border-radius: 6px;}
.zxzx_tc .ul .btnbox .btn:last-child a{color: #fff;background: #0075c2;}
.zxzx_tc .ul .btnbox .btn a:hover{background: #f5d800;color: #0075c2;}
@media screen and (max-width:1680px) {
.zxzx_tc .content{width: 600px;padding: 30px 20px;}
.zxzx_tc .none{width: 26px;height: 26px;right: 10px;top: 10px;}
.zxzx_tc .none img{width: 14px;}
.zxzx_tc h2{font-size: 22px;line-height: 26px;margin-bottom: 20px;}
.zxzx_tc .ul{margin: -8px;width: calc(100 + 16px);}
.zxzx_tc .ul .li{padding: 8px;}
.zxzx_tc .ul .input input{height: 40px;}
.zxzx_tc .ul .danx{padding: 6px 22px;}
.zxzx_tc .ul .danx .dl{margin: -6px -10px;width: calc(100% + 20px);}
.zxzx_tc .ul .danx .dd{padding: 6px 10px;}
.zxzx_tc .ul .danx .wz{line-height: 28px;font-size: 14px;}
.zxzx_tc .ul .xl .top{padding: 6px 22px;}
.zxzx_tc .ul .xl .top .wz{font-size: 14px;line-height: 28px;}
.zxzx_tc .ul .xl .top ._r input{width: 240px;font-size: 14px;line-height: 28px;}
.zxzx_tc .ul .xl .top ._r input::-webkit-input-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input::-moz-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input::moz-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input:-ms-input-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .dqld_div ul{max-height: 240px;}
.zxzx_tc .ul .xl .dqld_div li{font-size: 14px;padding: 10px 20px;}
.zxzx_tc .ul .xl .bottom{max-height: 240px;}
.zxzx_tc .ul .xl .bottom a{font-size: 14px;padding: 10px 20px;}
.zxzx_tc .ul .text{padding: 10px 22px;}
.zxzx_tc .ul .text textarea{height: 50px;margin-top: 8px;}
.zxzx_tc .ul .yzm .yzm_l input{height: 40px;}
.zxzx_tc .ul .yzm .yzm_l img{height: 32px;width: 60px;}
.zxzx_tc .ul .yzm .btn_r img{width: 20px;}
.zxzx_tc .ul .yzm .btn_r .wz{font-size: 14px;}
.zxzx_tc .ul .btnbox .btn{width: 180px;margin-right: 12px;}
.zxzx_tc .ul .btnbox .btn a{font-size: 16px;line-height: 40px;}
}
@media screen and (max-width:1024px) {
.zxzx_tc .content{width: calc(100% - 40px);padding: 20px;}
.zxzx_tc .none{width: 24px;height: 24px;right: 8px;top: 8px;}
.zxzx_tc .none img{width: 12px;}
.zxzx_tc h2{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.zxzx_tc .ul{margin: 0;width: 100%;}
.zxzx_tc .ul .li{width: 100%;padding: 0;margin-bottom: 10px;}
.zxzx_tc .ul .li:last-child{margin-bottom: 0;}
.zxzx_tc .ul .li:nth-child(1),
.zxzx_tc .ul .li:nth-child(2){width: 100%;}
.zxzx_tc .ul .bt{font-size: 14px;line-height: 18px;}
.zxzx_tc .ul .input{padding: 0 12px;}
.zxzx_tc .ul .input input{height: 36px;font-size: 14px;padding-left: 10px;}
.zxzx_tc .ul .li:nth-child(1) .input input{width: calc(100% - 36px);}
.zxzx_tc .ul .li:nth-child(2) .input input{width: calc(100% - 64px);}
.zxzx_tc .ul .danx{padding: 10px 12px;}
.zxzx_tc .ul .danx .dlbox{width: calc(100% - 36px);padding-left: 20px;}
.zxzx_tc .ul .danx .dl{margin: -4px -6px;width: calc(100% + 12px);}
.zxzx_tc .ul .danx .dd{padding: 4px 6px;}
.zxzx_tc .ul .danx .ico{width: 16px;height: 16px;}
.zxzx_tc .ul .danx .dd.on .ico{border: 3px solid #0075c2;}
.zxzx_tc .ul .danx .wz{font-size: 14px;line-height: 20px;}
.zxzx_tc .ul .xl .top{padding: 8px 12px;}
.zxzx_tc .ul .xl .top .wz{font-size: 14px;line-height: 20px;margin-right: 4px;}
.zxzx_tc .ul .xl .top img{width: 20px;}
.zxzx_tc .ul .xl .top ._r input{width: 180px;font-size: 14px;line-height: 20px;padding-right: 4px;}
.zxzx_tc .ul .xl .top ._r input::-webkit-input-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input::-moz-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input::moz-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input:-ms-input-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .dqld_div ul{max-height: 180px;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar{ width: 0;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 0;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar-thumb{ width: 0;  background-color: rgba(255,255,255,0); border-radius: 0;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar{ display: none;}
.zxzx_tc .ul .xl .dqld_div li{font-size: 14px;line-height: 18px;padding: 6px 12px;}
.zxzx_tc .ul .xl .bottom{  max-height: 180px;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar{ width: 0;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 0;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar-thumb{ width: 0;  background-color: rgba(255,255,255,0); border-radius: 0;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar{ display: none;}
.zxzx_tc .ul .xl .bottom a{font-size: 14px;line-height: 18px;padding: 6px 12px;}
.zxzx_tc .ul .text{padding: 10px 12px;}
.zxzx_tc .ul .text textarea{height: 40px;margin-top: 8px;}
.zxzx_tc .ul .yzm .yzm_l{width: calc(100% - 80px);padding: 0 70px 0 12px;}
.zxzx_tc .ul .yzm .yzm_l input{height: 36px;font-size: 14px;padding-left: 10px;width: calc(100% - 50px);}
.zxzx_tc .ul .yzm .yzm_l img{width: 50px;height: 30px;}
.zxzx_tc .ul .yzm .btn_r img{width: 18px;}
.zxzx_tc .ul .yzm .btn_r .wz{font-size: 14px;line-height: 18px;}
.zxzx_tc .ul .btnbox .btn{width: 90px;margin-right: 12px;}
.zxzx_tc .ul .btnbox .btn a{font-size: 14px;line-height: 36px;}
}

/*内页banner*/
.ny_bt{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.ny_bt .bt{font-size: 40px;color: #0075c2;line-height: 44px;font-weight: bold;font-family: "微软雅黑";}
@media screen and (max-width:1680px) {
.ny_bt .bt{font-size: 30px;;line-height: 34px;}
}
@media screen and (max-width:1024px) {
.ny_bt .bt{font-size: 20px;line-height: 24px;}
}

.ny_hei_100vh{width: 100%;min-height: calc(100vh - 96px);display: flex;justify-content: flex-start;align-items: center;}
@media screen and (max-width:1024px) {
.ny_hei_100vh{min-height: 1px;}
}

.ny_more a{display: block;width: 40px;height: 40px;background: #0075c2;border-radius: 100%;position: relative;overflow: hidden;}
.ny_more a img{width: 22px;display: block;position: absolute;left: 9px;top: 50%;transform: translate(0,-50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out}
.ny_more a .ico2{left: -22px;}
.ny_more a:hover{background: #f5d800;}
.ny_more a:hover .ico1{left: 100%;}
.ny_more a:hover .ico2{left: 9px;}
@media screen and (max-width:1680px) {
.ny_more a{width: 32px;height: 32px;}
.ny_more a img{width: 16px;left: 8px;}
.ny_more a .ico2{left: -16px;}
.ny_more a:hover .ico2{left: 8px;}
}

.ny_more{display: block;width: 40px;height: 40px;background: #0075c2;border-radius: 100%;position: relative;overflow: hidden;
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;}
.ny_more img{width: 22px;display: block;position: absolute;left: 9px;top: 50%;transform: translate(0,-50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.ny_more .ico2{left: -22px;}
.ny_more:hover{background: #f5d800;}
.ny_more:hover .ico1{left: 100%;}
.ny_more:hover .ico2{left: 9px;}
@media screen and (max-width:1680px) {
.ny_more{width: 32px;height: 32px;}
.ny_more img{width: 16px;left: 8px;}
.ny_more .ico2{left: -16px;}
.ny_more:hover .ico2{left: 8px;}
}

.ny_qhbtn{display: flex;justify-content: flex-start;align-items: flex-start;}
.ny_qhbtn .btns{margin-right: 10px;width: 40px;height: 40px;background: #0075c2;border-radius: 100%;display: flex;justify-content: center;align-items: center;cursor: pointer;
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;}
.ny_qhbtn .btns img{width: 24px;display: block;}
.ny_qhbtn .btns:hover{background: #f5d800;}
.ny_qhbtn .btns .ico2{display: none;}
.ny_qhbtn .btns:hover .ico1{display: none;}
.ny_qhbtn .btns:hover .ico2{display: block;}
.ny_qhbtn .btns:last-child{margin-right: 0;}
.ny_qhbtn .sec4_qhBtn_prev img{margin-left: -4px;}
.ny_qhbtn .sec4_qhBtn_next img{margin-left: 2px;}
@media screen and (max-width:1680px) {
.ny_qhbtn .btns{width: 32px;height: 32px;}
.ny_qhbtn .btns img{width: 18px;}
}

/*关于我们*/
.gy_section1{width: 100%;position: relative;}
.gy_section1 .ba_pic{width: 100%;height: calc(100vh - 96px);}
.gy_section1 .posi{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.gy_section1 .w_width{display: flex;justify-content: flex-end;}
.gy_section1 .content{width: 46.25%;background: rgba(255,255,255,0.9);padding: 90px 44px 80px 74px;}
.gy_section1 .content .bt{font-size: 40px;color: #0075c2;line-height: 44px;margin-bottom: 40px;font-weight: bold;font-family: "微软雅黑";}
.gy_section1 .content .info{font-size: 16px;color: #555555;line-height: 30px;margin-bottom: 40px;text-align: justify;overflow: hidden; overflow-y: auto;  max-height: 210px;padding-right: 30px;}
.gy_section1 .content .info::-webkit-scrollbar{ width: 3px;}
.gy_section1 .content .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.gy_section1 .content .info::-webkit-scrollbar-thumb{ width: 3px;  background-color: #0075c2; border-radius: 3px;}
@media screen and (max-width:1680px) {
.gy_section1 .content{padding: 60px 20px 60px 40px;width: 44%;}
.gy_section1 .content .bt{font-size: 30px;line-height: 34px;margin-bottom: 32px;}
.gy_section1 .content .info{font-size: 14px;line-height: 26px;margin-bottom: 32px; max-height: 144px;padding-right: 20px;}
}
@media screen and (max-width:1024px) {
.gy_section1 .ba_pic{height: 400px!important;}
.gy_section1 .w_width{display: flex;justify-content: flex-start;}
.gy_section1 .content{width: 100%;padding: 20px;background: rgba(255,255,255,0.8);}
.gy_section1 .content .bt{font-size: 20px;line-height: 24px;margin-bottom: 14px;}
.gy_section1 .content .info{font-size: 14px;line-height: 24px;margin-bottom: 14px;max-height: 288px;padding-right: 0;}
.gy_section1 .content .info::-webkit-scrollbar{ width: 0;}
.gy_section1 .content .info::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 0;}
.gy_section1 .content .info::-webkit-scrollbar-thumb{ width: 0;  background-color: rgba(255,255,255,0); border-radius: 0;}
.gy_section1 .content .info::-webkit-scrollbar{ display: none;}
}

.gy_section2{width: 100%;padding-top: 60px;padding-bottom: 60px;}
.gy_section2 .content{width: 100%;margin-top: 64px;display: flex;justify-content: space-between;align-items: flex-start;}
.gy_section2 .content .left{width: calc(23.75% - 20px);}
.gy_section2 .content .left ._t{width: 100%;margin-bottom: 16px;}
.gy_section2 .content .left ._t ul{margin: 0 -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;}
.gy_section2 .content .left ._t li{width: 50%;padding: 0 10px;}
.gy_section2 .content .left ._t .a{width: 100%;height: 170px;border-radius: 10px;display: flex;justify-content: flex-start;align-items: center;padding: 0 24px;}
.gy_section2 .content .left ._t .a .wz1{font-size: 18px;color: #ffffff;line-height: 30px;}
.gy_section2 .content .left ._t .a .wz1 span{font-weight: bold;font-family: "微软雅黑";font-size: 48px;line-height: 52px;}
.gy_section2 .content .left ._t .a .wz2{font-size: 20px;color: #000000;line-height: 30px;}
.gy_section2 .content .left ._t .a .wz2 span{font-weight: bold;font-family: "微软雅黑";font-size: 48px;line-height: 52px;color: #0075c2;}
.gy_section2 .content .left ._c{width: 100%;margin-bottom: 19px;height: 170px;position: relative;border-radius: 10px;padding: 0 40px;display: flex;justify-content: flex-start;align-items: center;}
.gy_section2 .content .left ._c .wz{font-size: 30px;color: #fffefe;line-height: 40px;}
.gy_section2 .content .left ._c .wz span{font-weight: bold;font-family: "微软雅黑";font-size: 48px;line-height: 52px;}
.gy_section2 .content .left ._c .ico{width: 120px;display: block;position: absolute;right: 0px;bottom: 0px;}
.gy_section2 .content .left ._b{width: 100%;height: 170px;border-radius: 10px;}
.gy_section2 .content .center{width: 51.25%;}
.gy_section2 .content .center ._t{margin-bottom: 20px;display: flex;justify-content: space-between;align-items: flex-start;}
.gy_section2 .content .center ._t ._l{width: calc(53.65853658536585% - 20px);height: 356px;border-radius: 10px;}
.gy_section2 .content .center ._t ._r{width: 46.34146341463415%;}
.gy_section2 .content .center ._t ._r ._rt{width: 100%;height: 170px;border-radius: 10px;margin-bottom: 16px;}
.gy_section2 .content .center ._t ._r ._rb{width: 100%;height: 170px;background: #0075c2;display: flex;justify-content: flex-start;align-items: center;padding: 0 40px;border-radius: 10px;}
.gy_section2 .content .center ._t ._r ._rb .info{font-size: 30px;color: #ffffff;line-height: 44px;}
.gy_section2 .content .center ._t ._r ._rb .info span{font-weight: bold;font-family: "微软雅黑";font-size: 48px;line-height: 52px;}
.gy_section2 .content .center ._b{width: 100%;}
.gy_section2 .content .center ._b ul{margin: 0 -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;}
.gy_section2 .content .center ._b li{padding: 0 10px;}
.gy_section2 .content .center ._b li:nth-child(1){width: 37.19512195121951%;}
.gy_section2 .content .center ._b li:nth-child(2){width: 31.09756097560976%;}
.gy_section2 .content .center ._b li:nth-child(3){width: 31.70731707317073%;}
.gy_section2 .content .center ._b .a{height: 170px;border-radius: 10px;padding: 0 14px 0 30px;display: flex;justify-content: flex-start;align-items: center;position: relative;}
.gy_section2 .content .center ._b li:nth-child(1) .info{font-size: 30px;color: #333333;line-height: 40px;}
.gy_section2 .content .center ._b li:nth-child(1) .info span{font-weight: bold;font-family: "微软雅黑";font-size: 48px;line-height: 52px;}
.gy_section2 .content .center ._b li:nth-child(2) .info{font-size: 20px;color: #888888;line-height: 30px;}
.gy_section2 .content .center ._b li:nth-child(2) .info span{font-weight: bold;font-family: "微软雅黑";font-size: 48px;line-height: 52px;}
.gy_section2 .content .center ._b li:nth-child(2) .ico{width: 64px;display: block;position: absolute;bottom: 10px;right: 12px;}
.gy_section2 .content .center ._b li:nth-child(3) .info{font-size: 20px;color: #ffffff;line-height: 30px;}
.gy_section2 .content .center ._b li:nth-child(3) .info span{font-weight: bold;font-family: "微软雅黑";font-size: 48px;line-height: 52px;}
.gy_section2 .content .right{width: calc(25% - 20px);}
.gy_section2 .content .right ._t{margin-bottom: 15px;height: 170px;border-radius: 10px;display: flex;justify-content: flex-start;align-items: center;padding: 12px 12px 12px 30px;overflow: hidden;}
.gy_section2 .content .right ._t img{width: 81px;display: block;}
.gy_section2 .content .right ._t .info{font-size: 30px;color: #0075c2;line-height: 40px;padding-left: 20px;}
.gy_section2 .content .right ._t .info span{font-weight: bold;font-family: "微软雅黑";font-size: 48px;line-height: 52px;}
.gy_section2 .content .right ._b{width: 100%;height: 360px;border-radius: 10px;}
@media screen and (max-width:1680px) {
.gy_section2 .content .left ._t .a{padding: 0 14px;}
.gy_section2 .content .left ._t .a .wz1{font-size: 14px;line-height: 26px;}
.gy_section2 .content .left ._t .a .wz1 span{font-size: 26px;line-height: 40px;}
.gy_section2 .content .left ._t .a .wz2{font-size: 14px;line-height: 26px;}
.gy_section2 .content .left ._t .a .wz2 span{font-size: 26px;line-height: 40px;}
.gy_section2 .content .left ._c{padding: 0 30px;}
.gy_section2 .content .left ._c .wz{font-size: 20px;line-height: 30px;}
.gy_section2 .content .left ._c .wz span{font-size: 26px;line-height: 40px;}
.gy_section2 .content .left ._c .ico{width: 100px;}
.gy_section2 .content .center ._t ._r ._rb{padding: 0 30px;}
.gy_section2 .content .center ._t ._r ._rb .info{font-size: 20px;line-height: 30px;}
.gy_section2 .content .center ._t ._r ._rb .info span{font-size: 26px;line-height: 40px;}
.gy_section2 .content .center ._b .a{padding: 0 12px 0 26px;}
.gy_section2 .content .center ._b li:nth-child(1) .info{font-size: 16px;line-height: 30px;}
.gy_section2 .content .center ._b li:nth-child(1) .info span{font-size: 26px;line-height: 40px;}
.gy_section2 .content .center ._b li:nth-child(2) .info{font-size: 16px;line-height: 30px;}
.gy_section2 .content .center ._b li:nth-child(2) .info span{font-size: 26px;line-height: 40px;}
.gy_section2 .content .center ._b li:nth-child(2) .ico{width: 50px;}
.gy_section2 .content .center ._b li:nth-child(3) .info{font-size: 14px;line-height: 30px;}
.gy_section2 .content .center ._b li:nth-child(3) .info span{font-size: 26px;line-height: 40px;}
.gy_section2 .content .right ._t{padding: 10px 10px 10px 20px;}
.gy_section2 .content .right ._t img{width: 60px;}
.gy_section2 .content .right ._t .info{font-size: 16px;line-height: 30px;padding-left: 12px;}
.gy_section2 .content .right ._t .info span{font-size: 26px;line-height: 40px;}
.gy_section2 .content .left ._t .a{height: 136px;}
.gy_section2 .content .left ._c{height: 140px;}
.gy_section2 .content .left ._b{height: 130px;}
.gy_section2 .content .center ._t ._l{height: 280px;}
.gy_section2 .content .center ._t ._r ._rt{height: 154px;}
.gy_section2 .content .center ._t ._r ._rb{height: 112px;}
.gy_section2 .content .center ._b .a{height: 140px;}
.gy_section2 .content .right ._t{height: 146px;}
.gy_section2 .content .right ._b{height: 280px;}
}
@media screen and (max-width:1024px) {
.gy_section2{padding-top: 30px;padding-bottom: 30px;}
.gy_section2 .content{margin-top: 20px;display: block;}
.gy_section2 .content .left{width: 100%;margin-bottom: 12px;}
.gy_section2 .content .left ._t{margin-bottom: 12px;}
.gy_section2 .content .left ._t ul{margin: 0 -6px;width: calc(100% + 12px);}
.gy_section2 .content .left ._t li{padding: 0 6px;}
.gy_section2 .content .left ._t .a{height: 90px;border-radius: 6px;padding: 0 12px;}
.gy_section2 .content .left ._t .a .wz1{font-size: 14px;line-height: 24px;}
.gy_section2 .content .left ._t .a .wz1 span{font-size: 20px;line-height: 30px;}
.gy_section2 .content .left ._t .a .wz2{font-size: 14px;line-height: 24px;}
.gy_section2 .content .left ._t .a .wz2 span{font-size: 20px;line-height: 30px;}
.gy_section2 .content .left ._t .a .wz1 br{display: none;}
.gy_section2 .content .left ._c{margin-bottom: 12px;height: 90px;padding: 0 12px;border-radius: 6px;}
.gy_section2 .content .left ._c .wz{font-size: 14px;line-height: 24px;}
.gy_section2 .content .left ._c .wz span{font-size: 20px;line-height: 30px;}
.gy_section2 .content .left ._c .ico{width: 60px;}
.gy_section2 .content .left ._b{height: 120px;border-radius: 6px;}
.gy_section2 .content .center{width: 100%;margin-bottom: 12px;}
.gy_section2 .content .center ._t{margin-bottom: 12px;}
.gy_section2 .content .center ._t ._l{width: calc(53.65853658536585% - 12px);height: 192px;border-radius: 6px;}
.gy_section2 .content .center ._t ._r ._rt{height: 90px;border-radius: 6px;margin-bottom: 12px;}
.gy_section2 .content .center ._t ._r ._rb{height: 90px;padding: 0 12px;border-radius: 6px;}
.gy_section2 .content .center ._t ._r ._rb .info{font-size: 14px;line-height: 24px;}
.gy_section2 .content .center ._t ._r ._rb .info span{font-size: 24px;line-height: 30px;}
.gy_section2 .content .center ._b ul{margin: 0 -6px;width: calc(100% + 12px);}
.gy_section2 .content .center ._b li{padding: 0 6px;}
.gy_section2 .content .center ._b .a{height: 100px;border-radius: 6px;padding: 0 10px;}
.gy_section2 .content .center ._b li:nth-child(1) .info{font-size: 14px;line-height: 24px;}
.gy_section2 .content .center ._b li:nth-child(1) .info span{font-size: 18px;line-height: 26px;}
.gy_section2 .content .center ._b li:nth-child(2) .info{font-size: 14px;line-height: 24px;}
.gy_section2 .content .center ._b li:nth-child(2) .info br{display: none;}
.gy_section2 .content .center ._b li:nth-child(2) .info span{font-size: 18px;line-height: 26px;}
.gy_section2 .content .center ._b li:nth-child(2) .ico{width: 40px;bottom: 6px;right: 6px;}
.gy_section2 .content .center ._b li:nth-child(3) .info{font-size: 14px;line-height: 24px;}
.gy_section2 .content .center ._b li:nth-child(3) .info span{font-size: 18px;line-height: 26px;}
.gy_section2 .content .center ._b li:nth-child(3) .info br{display: none;}
.gy_section2 .content .right{width: 100%;}
.gy_section2 .content .right ._t{margin-bottom: 10px;height: 90px;border-radius: 6px;padding: 12px;justify-content: center;}
.gy_section2 .content .right ._t img{width: 60px;}
.gy_section2 .content .right ._t .info{font-size: 14px;line-height: 24px;padding-left: 12px;}
.gy_section2 .content .right ._t .info span{font-size: 24px;line-height: 30px;}
.gy_section2 .content .right ._b{height: 180px;border-radius: 6px;}
}

.gy_section3{width: 100%;padding-top: 120px;padding-bottom: 120px;overflow: hidden;}
.gy_section3 .w_width{display: flex;justify-content: flex-start;align-items: center;}
.gy_section3 .left{width: 51.25%;padding-right: 164px;position: relative;z-index: 20;}
.gy_section3 .left .bt1{font-size: 40px;color: #ffffff;line-height: 44px;margin-bottom: 40px;font-weight: bold;font-family: "微软雅黑";}
.gy_section3 .left .bt2{font-size: 60px;color: #ffffff;line-height: 64px;margin-bottom: 40px;font-weight: bold;font-family: "微软雅黑";}
.gy_section3 .left .info{font-size: 16px;color: #ffffff;line-height: 30px;margin-bottom: 40px;}
.gy_section3 .right{width: 40.875%;position: relative;}
.gy_section3 .right::before{content: "";display: block;width: 100%;height: 100%;border: 1px dashed rgba(255,255,255,0.6);position: absolute;left: 0;top: 0;border-radius: 100%;}
.gy_section3 .right::after{content: "";display: block;width: calc(100% - 36px);height: calc(100% - 36px);border: 1px dashed rgba(255,255,255,0.6);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 100%;}
.gy_section3 .right .ba_pic{width: 100%;display: block;position: relative;z-index: 1;}
.gy_section3 .right .posi_dt{width: 152.9051987767584%;display: block;max-width: 152.9051987767584%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.gy_section3 .right ul{width: 100%;}
.gy_section3 .right li{position: absolute;cursor: pointer;z-index: 10;}
.gy_section3 .right li:nth-child(1){top: -2.293577981651376%;right: 19.87767584097859%;}
.gy_section3 .right li:nth-child(2){top: 32%;right: -4%;}
.gy_section3 .right li:nth-child(3){top: 73.39449541284404%;right: 7.64525993883792%;}
.gy_section3 .right li:nth-child(4){bottom: -3.058103975535168%;left: 50%;transform: translate(-50%,0);}
.gy_section3 .right li:nth-child(5){top: 73.39449541284404%;left: 7.64525993883792%;}
.gy_section3 .right li:nth-child(7){top: -2.293577981651376%;left: 19.87767584097859%;}
.gy_section3 .right li:nth-child(6){top: 32%;left: -4%;}
.gy_section3 .right ul .ico{width: 78px;height: 78px;margin: 0 auto 3px auto;border-radius: 100%;display: flex;justify-content: center;align-items: 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;}
.gy_section3 .right ul li:hover .ico{background: #0075c2;}
.gy_section3 .right ul .ico img{width: 100%;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.gy_section3 .right ul li:hover .ico img{width: 75%;}
.gy_section3 .right ul .wz{font-size: 20px;color: #fff;line-height: 24px;text-align: center;}
.gy_section3 .right ul .tip{width: 210px;margin-left: -105px; background: rgba(255,255,255,0.88);border-radius: 10px;font-size: 16px;color: #333333;line-height: 24px;padding: 12px 20px;position: absolute;left: 50%;top: calc(100% + 20px);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);}
.gy_section3 .right ul .tip::after{content: "";display: block;width: 0;height: 0;border: 10px solid;border-color: transparent transparent rgba(255,255,255,0.88) transparent;position: absolute;left: 50%;bottom: 100%;transform: translate(-50%,0);}
.gy_section3 .right ul li:hover .tip{
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) {
.gy_section3 .left{padding-right: 100px;}
.gy_section3 .left .bt1{font-size: 30px;line-height: 34px;margin-bottom: 30px;}
.gy_section3 .left .bt2{font-size: 50px;line-height: 54px;margin-bottom: 30px;}
.gy_section3 .left .info{font-size: 16px;line-height: 24px;margin-bottom: 30px;}
.gy_section3 .right ul .ico{width: 60px;height: 60px;}
.gy_section3 .right ul li:hover .ico img{width: 80%;}
.gy_section3 .right ul .wz{font-size: 16px;line-height: 20px;}
.gy_section3 .right ul .tip{width: 200px;margin-left: -100px;font-size: 14px;line-height: 22px;padding: 10px 18px;}
}
@media screen and (max-width:1024px) {
.gy_section3_hei{background-position: left center!important;}
.gy_section3{padding-top: 30px;padding-bottom: 100px;}
.gy_section3 .w_width{display: block;}
.gy_section3 .left{width: 100%;padding-right: 0;margin-bottom: 20px;}
.gy_section3 .left .bt1{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.gy_section3 .left .bt2{font-size: 20px;line-height: 24px;margin-bottom: 8px;}
.gy_section3 .left .info{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.gy_section3 .right{width: 100%;}
.gy_section3 .right li:nth-child(1){top: -2.293577981651376%;right: 19.87767584097859%;}
.gy_section3 .right li:nth-child(2){top: 32%;right: -4%;}
.gy_section3 .right li:nth-child(3){top: 73.39449541284404%;right: 7.64525993883792%;}
.gy_section3 .right li:nth-child(4){bottom: -3.058103975535168%;left: 50%;transform: translate(-50%,0);}
.gy_section3 .right li:nth-child(5){top: 73.39449541284404%;left: 7.64525993883792%;}
.gy_section3 .right li:nth-child(7){top: -2.293577981651376%;left: 19.87767584097859%;}
.gy_section3 .right li:nth-child(6){top: 32%;left: -4%;}
.gy_section3 .right ul .wz{font-size: 14px;line-height: 18px;}
.gy_section3 .right ul .tip{width: 180px;margin-left: 0;border-radius: 6px;font-size: 13px;line-height: 20px;padding: 10px 12px;left: 50%;top: calc(100% + 18px);}
.gy_section3 .right ul .tip::after{left: 50%;}
.gy_section3 .right li:nth-child(1) .tip,
.gy_section3 .right li:nth-child(2) .tip,
.gy_section3 .right li:nth-child(3) .tip{left: auto;right: 0;}
.gy_section3 .right li:nth-child(1) .tip::after,
.gy_section3 .right li:nth-child(2) .tip::after,
.gy_section3 .right li:nth-child(3) .tip::after{left: auto;transform: translate(0,0);right: 22px;}
.gy_section3 .right li:nth-child(4) .tip{margin-left: -80px;}
.gy_section3 .right li:nth-child(5) .tip,
.gy_section3 .right li:nth-child(6) .tip,
.gy_section3 .right li:nth-child(7) .tip{left: 0;}
.gy_section3 .right li:nth-child(5) .tip::after,
.gy_section3 .right li:nth-child(6) .tip::after,
.gy_section3 .right li:nth-child(7) .tip::after{left: 22px;transform: translate(0,0);}
.gy_section3 .right .posi_dt{width: 140%;display: block;max-width: 140%;position: absolute;left: 54%;top: 50%;}
}

.gy_section4{width: 100%;padding-top: 60px;padding-bottom: 60px;}
.gy_section4 .cont1{width: 100%;margin-top: 34px;position: relative;}
.gy_section4 .cont1 .list{font-size: 50px;color: #000000;line-height: 54px;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.gy_section4 .cont1 .list.on{opacity: 1;position: relative;z-index: 10;opacity: 1;}
.gy_section4 .cont2{width: 100%;margin-bottom: 10px;}
.gy_section4 .cont2 .ul{width: 100%;}
.gy_section4 .cont2 .li{width: 100%;padding-top: 120px;padding-bottom: 80px;}
.gy_section4 .cont2 .libox{width: 100%;position: relative;}
.gy_section4 .cont2 .back{width: 100%;display: block;}
.gy_section4 .cont2 .listbox{width: 100%;position: absolute;left: 0;top: 0;height: 100%;}
.gy_section4 .cont2 .w_width{position: relative;height: 100%;}
.gy_section4 .cont2 .list{position: absolute;cursor: pointer;}
.gy_section4 .cont2 .list:nth-child(1){position: absolute;left: 2.9%;top: 5.5%;}
.gy_section4 .cont2 .list:nth-child(2){position: absolute;left: 14%;top: 36%;}
.gy_section4 .cont2 .list:nth-child(3){position: absolute;left: 29.6875%;top: 47%;}
.gy_section4 .cont2 .list:nth-child(4){position: absolute;left: 43.625%;top: 63.5%;}
.gy_section4 .cont2 .list:nth-child(5){position: absolute;left: 57.125%;top: 96.5%;}
.gy_section4 .cont2 .list:nth-child(6){position: absolute;left: 71.25%;top: 32.5%;}
.gy_section4 .cont2 .list:nth-child(7){position: absolute;left: 86.25%;top: -1.5%;}
.gy_section4 .cont2 .list:nth-child(8){position: absolute;left: 102.5%;top: 24%;}
.gy_section4 .cont2 .list .dian{width: 11px;height: 11px;background: #626262;border-radius: 100%;}
.gy_section4 .cont2 .list .posi{width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.gy_section4 .cont2 .list .posi::after{content: "";display: block;width: 80px;height: 80px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.gy_section4 .cont2 .list .year{font-size: 18px;color: #000000;line-height: 24px;position: absolute;left: 50%;transform: translate(-50%,0);bottom: calc(100% + 12px);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.gy_section4 .cont2 .list.on .posi{width: 120px;height: 120px;background: rgba(0,117,194,0.1);border: 1px dashed #0075c2;border-radius: 100%;}
.gy_section4 .cont2 .list.on .year{font-size: 40px;color: #0075c2;line-height: 44px;font-weight: bold;font-family: "微软雅黑";}
.gy_section4 .cont3{width: 100%;position: relative;margin-top: -52px;}
.gy_section4 .cont3 .list{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.gy_section4 .cont3 .list.on{opacity: 1;position: relative;z-index: 10;opacity: 1;width: 100%;}
.gy_section4 .cont3 .ulbox{width: 73.75%;}
.gy_section4 .cont3 .ul{margin: 0 -10px;width: calc(100% + 20px);}
.gy_section4 .cont3 .li{padding: 0 10px;}
.gy_section4 .cont3 a{display: block;width: 100%;padding-right: 160px;}
.gy_section4 .cont3 a .wz1{font-size: 24px;color: #0075c2;line-height: 30px;margin-bottom: 18px;font-weight: bold;font-family: "微软雅黑";}
.gy_section4 .cont3 a .jj{font-size: 16px;color: #555555;line-height: 30px;min-height: 90px;}
.gy_section4 .cont3 .ul .slick-prev{width: 26px;height: 26px;background: url(img/img74.svg) no-repeat center center;background-size: cover;left: 0;top: auto;transform: translate(0,0);bottom: -34px;}
.gy_section4 .cont3 .ul .slick-next{width: 26px;height: 26px;background: url(img/img76.svg) no-repeat center center;background-size: cover;right: auto;left: 35px;top: auto;transform: translate(0,0);bottom: -34px;}
.gy_section4 .cont3 .ul .slick-prev:hover{background: url(img/img78.svg) no-repeat center center;background-size: cover;}
.gy_section4 .cont3 .ul .slick-next:hover{background: url(img/img79.svg) no-repeat center center;background-size: cover;}
@media screen and (max-width:1680px) {
.gy_section4 .cont3 a{padding-right: 80px;}
.gy_section4 .cont2 .list:nth-child(1){top: 7%;left: 3.5%;}
.gy_section4 .cont2 .list:nth-child(2){top: 28%;}
.gy_section4 .cont2 .list:nth-child(3){top: 49%;}
.gy_section4 .cont2 .list:nth-child(4){top: 63%;}
.gy_section4 .cont2 .list:nth-child(5){top: 96%;}
.gy_section4 .cont2 .list:nth-child(6){top: 29%;}
.gy_section4 .cont2 .list:nth-child(7){top: -2%;}
.gy_section4 .cont2 .list:nth-child(8){top: 26%;}
.gy_section4 .cont3 a .wz1{font-size: 18px;line-height: 24px;margin-bottom: 14px;}
.gy_section4 .cont3 a .jj{font-size: 14px;line-height: 26px;min-height: 78px;}
}
@media screen and (max-width:1400px) {
.gy_section4 .cont2 .list:nth-child(1){top: 6%;left: 3.5%;}
.gy_section4 .cont2 .list:nth-child(2){top: 32%;}
.gy_section4 .cont2 .list:nth-child(3){top: 47%;}
.gy_section4 .cont2 .list:nth-child(4){top: 63%;}
.gy_section4 .cont2 .list:nth-child(5){top: 96%;}
.gy_section4 .cont2 .list:nth-child(6){top: 30%;}
.gy_section4 .cont2 .list:nth-child(7){top: -2%;}
.gy_section4 .cont2 .list:nth-child(8){top: 25%;}
}
@media screen and (max-width:1280px) {
.gy_section4 .cont3 a{padding-right: 80px;}
.gy_section4 .cont2 .list:nth-child(1){top: 3%;left: 4%;}
.gy_section4 .cont2 .list:nth-child(2){top: 34%;}
.gy_section4 .cont2 .list:nth-child(3){top: 46%;}
.gy_section4 .cont2 .list:nth-child(4){top: 63%;}
.gy_section4 .cont2 .list:nth-child(5){top: 95%;}
.gy_section4 .cont2 .list:nth-child(6){top: 30%;}
.gy_section4 .cont2 .list:nth-child(7){top: -3%;}
.gy_section4 .cont2 .list:nth-child(8){top: 23%;}
}
@media screen and (max-width:1024px) {
.gy_section4{padding-top: 30px;padding-bottom: 30px;}
.gy_section4 .cont1{margin-top: 20px;}
.gy_section4 .cont1 .list{font-size: 20px;line-height: 24px;}
.gy_section4 .cont2{margin-bottom: 0;margin-top: -50px;}
.gy_section4 .cont2 .li{;padding-top: 0;padding-bottom: 0;}
.gy_section4 .cont2 .list{position: absolute;cursor: pointer;}
.gy_section4 .cont2 .list:nth-child(1){position: absolute;left: 6%;top: 56.5%;}
.gy_section4 .cont2 .list:nth-child(2){position: absolute;left: 34%;top: 58%;}
.gy_section4 .cont2 .list:nth-child(3){position: absolute;left: 63%;top: 43.5%;}
.gy_section4 .cont2 .list:nth-child(4){position: absolute;left: 92%;top: 49%;}
.gy_section4 .cont2 .list .dian{width: 8px;height: 8px;}
.gy_section4 .cont2 .list .posi::after{width: 40px;height: 40px;}
.gy_section4 .cont2 .list .year{font-size: 14px;line-height: 20px;bottom: calc(100% + 8px);}
.gy_section4 .cont2 .list.on .posi{width: 40px;height: 40px;}
.gy_section4 .cont2 .list.on .year{font-size: 20px;line-height: 24px;}
.gy_section4 .cont3{margin-top: -40px;}
.gy_section4 .cont3 .ulbox{width: 100%;}
.gy_section4 .cont3 .ul{margin: 0 -6px;width: calc(100% + 12px);padding-bottom: 36px;}
.gy_section4 .cont3 .li{padding: 0 6px;}
.gy_section4 .cont3 a{padding-right: 0;}
.gy_section4 .cont3 a .wz1{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.gy_section4 .cont3 a .jj{font-size: 14px;line-height: 24px;min-height: 120px;}
.gy_section4 .cont3 .ul .slick-prev{width: 22px;height: 22px;bottom: 0;}
.gy_section4 .cont3 .ul .slick-next{width: 22px;height: 22px;bottom: 0;}
}

.gy_section5{width: 100%;padding-top: 60px;padding-bottom: 60px;}
.gy_section5 .content{margin-top: 52px;display: flex;justify-content: flex-start;align-items: flex-start;}
.gy_section5 .content .left{width: 36.25%;padding-right: 220px;position: relative;padding-top: 10px;}
.gy_section5 .content .left .ul{margin: 0 -6px;width: calc(100% + 12px);}
.gy_section5 .content .left .li{padding: 0 6px;}
.gy_section5 .content .left a{display: block;width: 100%;border: 1px solid #ecedef;}
.gy_section5 .content .left a .pic{ padding-bottom: 143.41%; position: relative; overflow: hidden;}
.gy_section5 .content .left a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.gy_section5 .content .ico{width: 31px;display: block;position: absolute;right: 90px;top: 0;}
.gy_section5 .content .slick-dots{width: 100%; display: flex; justify-content: center; align-items: center;margin-top: 24px;}
.gy_section5 .content .slick-dots li{display: flex; justify-content: center; align-items: center; border-radius:50%; cursor:pointer; width:8px; height:8px; margin:0 5px;background: #dcdcdc;}
.gy_section5 .content .slick-dots li button{display: none;}
.gy_section5 .content .slick-dots li.slick-active{ background: #0075c2;}
.gy_section5 .content .right{width: 63.75%;font-size: 16px;color: #333333;line-height: 48px;padding-right: 40px;overflow: hidden; overflow-y: auto;  max-height: 528px;}
.gy_section5 .content .right::-webkit-scrollbar{ width: 5px;}
.gy_section5 .content .right::-webkit-scrollbar-track{ background-color: #e5e8ec; border-radius: 5px;}
.gy_section5 .content .right::-webkit-scrollbar-thumb{ width: 5px;  background-color: #0075c2; border-radius: 5px;}
@media  screen and (max-width:1680px){
.gy_section5 .content .left{padding-right: 190px;padding-top: 0;}
.gy_section5 .content .ico{width: 24.5px;display: block;position: absolute;right: 90px;top: 0;}
.gy_section5 .content .right{font-size: 14px;line-height: 38px;max-height: 418px;}
}
@media  screen and (max-width:1280px){
.gy_section5 .content .left{padding-right: 100px;padding-top: 0;}
.gy_section5 .content .ico{width: 24.5px;display: block;position: absolute;right: 90px;top: 0;}
.gy_section5 .content .right{font-size: 14px;line-height: 36px;max-height: 396px;}
}
@media  screen and (max-width:1024px){
.gy_section5{padding-top: 30px;padding-bottom: 30px;}
.gy_section5 .content{margin-top: 20px;display: block;}
.gy_section5 .content .left{width: 200px;padding-right: 0;position: relative;padding-top: 0;margin: 0 auto;}
.gy_section5 .content .left .ul{margin: 0 -6px;width: calc(100% + 12px);}
.gy_section5 .content .left .li{padding: 0 6px;}
.gy_section5 .content .left a{display: block;width: 100%;border: 1px solid #ecedef;}
.gy_section5 .content .left a .pic{ padding-bottom: 143.41%; position: relative; overflow: hidden;}
.gy_section5 .content .left a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.gy_section5 .content .ico{display: none;}
.gy_section5 .content .slick-dots{width: 100%; display: flex; justify-content: center; align-items: center;margin-top: 24px;}
.gy_section5 .content .slick-dots li{display: flex; justify-content: center; align-items: center; border-radius:50%; cursor:pointer; width:8px; height:8px; margin:0 5px;background: #dcdcdc;}
.gy_section5 .content .slick-dots li button{display: none;}
.gy_section5 .content .slick-dots li.slick-active{ background: #0075c2;}
.gy_section5 .content .right2{width: 100%;margin-top: 20px;}
.gy_section5 .content .right2 .info{width: 100%;font-size: 14px;color: #333333;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:10;}
.gy_section5 .content .right2.on .info{-webkit-line-clamp:1000;}
.gy_section5 .content .right2 .icos{width: 24px;margin: 10px auto 0 auto;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.gy_section5 .content .right2.on .icos{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.gy_section5 .content .right2 .icos img{width: 100%;display: block;}
.gy_section5 .content .slick-dots{ margin-top:12px;}
.gy_section5 .content .slick-dots li{width:10px; height:10px;}
}

.gy_section6{width: 100%;padding-top: 60px;padding-bottom: 60px;}
.gy_section6 .content{width: 100%;margin-top: 62px;}
.gy_section6 .ul{width: 100%;}
.gy_section6 .li{width: 100%;}
.gy_section6 .ul a{display: flex;justify-content: flex-start;align-items: center;width: 100%;}
.gy_section6 .ul .left{width: 50%;padding: 40px 80px;}
.gy_section6 .ul .tit{font-size: 30px;color: #0075c2;line-height: 48px;margin-bottom: 32px;}
.gy_section6 .ul .tit span{font-weight: bold;font-family: "微软雅黑";}
.gy_section6 .ul .info{font-size: 16px;color: #555555;line-height: 30px;margin-bottom: 46px;}
.gy_section6 .ul .right{width: 50%;}
.gy_section6 .ul a .pic{ width: 100%; padding-bottom: 67.125%; 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;}
.gy_section6 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.gy_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);}
@media  screen and (max-width:1680px){
.gy_section6 .ul .left{padding: 30px 60px;}
.gy_section6 .ul .tit{font-size: 24px;line-height: 32px;margin-bottom: 28px;}
.gy_section6 .ul .info{font-size: 14px;line-height: 26px;margin-bottom: 32px;}
}
@media  screen and (max-width:1024px){
.gy_section6{padding-top: 30px;padding-bottom: 30px;}
.gy_section6 .content{margin-top: 20px;}
.gy_section6 .ul a{display: block}
.gy_section6 .ul .left{width: 100%;padding: 20px;}
.gy_section6 .ul .tit{font-size: 18px;line-height: 24px;margin-bottom: 8px;}
.gy_section6 .ul .info{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.gy_section6 .ul .right{width: 100%;}
}

/*内页banner1*/
.ny_banner1{width: 100%;position: relative;}
.ny_banner1 img{width: 100%;display: block;}
.ny_banner1 .wordsbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.ny_banner1 h1{font-size: 40px;color: #ffffff;line-height: 44px;text-align: center;font-weight: bold;font-family: "微软雅黑";}
.ny_banner1 .line{width: 60px;height: 3px;margin: 26px auto 0 auto;position: relative;}
.ny_banner1 .line::before{content: "";display: block;width: 30px;height: 3px;background: #f5d800;position: absolute;left: 0;top: 0;}
.ny_banner1 .line::after{content: "";display: block;width: 30px;height: 3px;background: #0075c2;position: absolute;right: 0;top: 0;}
.ny_banner1 .fh{width: 100%;position: absolute;left: 0;top: 18px;}
.ny_banner1 .fh .w_width{display: flex;justify-content: flex-end;align-items: center;}
.ny_banner1 .fh a{display: flex;justify-content: flex-start;align-items: center;}
.ny_banner1 .fh a img{width: 24px;display: block;margin-right: 4px;}
.ny_banner1 .fh a .wz{font-size: 16px;color: #ffffff;line-height: 20px;}
.ny_banner1 .fh a .ico2{display: none;}
.ny_banner1 .fh a:hover .ico1{display: none;}
.ny_banner1 .fh a:hover .ico2{display: block;}
.ny_banner1 .fh a:hover .wz{color: #f5d800;}
@media  screen and (max-width:1024px){
.ny_banner1 h1{font-size: 20px;line-height: 24px;}
.ny_banner1 .line{width: 40px;height: 2px;margin: 12px auto 0 auto;}
.ny_banner1 .line::before{width: 20px;height: 2px;}
.ny_banner1 .line::after{width: 20px;height: 2px;}
.ny_banner1 .fh{top: 12px;}
.ny_banner1 .fh a img{width: 20px;}
.ny_banner1 .fh a .wz{font-size: 14px;line-height: 18px;}


.zxx_banner1 .fh a .ico1{display: none;}
.zxx_banner1 .fh a .ico2{display: block;}
.zxx_banner1 .fh a .wz{color: #f5d800;}
}

/*分页*/
.page_section{width: 100%;}
.page_section .wappage{display: none;}
.page_section .pcpage{width: 100%;display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{display: block;width: 30px;height: 30px;font-size: 14px;color: #000;line-height: 28px;border: 1px solid rgba(217, 217, 217, 1);border-radius: 5px;margin: 0 6px;text-align: center;display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a img{width: 22px;}
.page_section .pcpage a .ico2{display: none;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{background: #0075C2;border-color: #0075C2;color: #fff;}
.page_section .pcpage a:hover .ico1{display: none;}
.page_section .pcpage a:hover .ico2{display: block;}
@media  screen and (max-width:1024px){
.page_section .pcpage{display: none;}
.page_section .wappage{display: flex;justify-content: center;align-items: center;}
.page_section .wappage a{display: block;width: 30px;height: 30px;border: 1px solid rgba(217, 217, 217, 1);border-radius: 5px;text-align: center;display: flex;justify-content: center;align-items: center;}
.page_section .wappage a img{width: 22px;}
.page_section .wappage span{font-size: 16px;color: #000;line-height: 26px;margin: 0 14px;}
}

/*弹窗*/
._pop{ float:left; width:100%; height:100%; position:fixed; left:0; top:0; z-index:99999999; display:none;background-color: rgba(0,0,0,0.8);}
._col{ float:left;  font-size: 0; position:absolute; right:-60px; top:-44px; width:44px; height:44px; border-radius: 100%;color: #999;cursor: pointer;background: url(img/img98.png)no-repeat center center;background-size: cover;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);}
._htm{ float:left; width:740px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);background-color: rgba(255,255,255,0.5);padding: 12px;}
._htm video{width: 100%;display: block;margin: 0 auto;height: 460px;object-fit: cover;}
._htm img{width: 100%;display: block;margin: 0 auto;}
@media  screen and (max-width: 1680px){
._htm{ float:left; width:460px;}
}
@media  screen and (max-width: 991px){
._col{ float:left;  font-size: 50px; position:absolute; right:-50px; top:0; width:34px; height:34px; border-radius: 100%;color: #999;cursor: pointer;background: url(images);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width:500px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}           
@media  screen and (max-width: 767px){
._col{ float:left;  font-size: 50px; position:absolute; right:10px; top:-55px; width:20px; height:20px; border-radius: 100%;color: #999;cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width: calc(100% - 30px);position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}

/*品牌实力*/
.ppsl_section{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #f3f7fb;}
.ppsl_section .content{margin-bottom: 40px;}
.ppsl_section .content ul{margin: -15px;width: calc(100 + 30px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.ppsl_section .content li{width: 50%;padding: 15px;}
.ppsl_section .content a{display: flex;justify-content: flex-start;align-items: flex-start;background: #ffffff;position: relative;border-bottom: 3px solid #0075c2;}
.ppsl_section .content a:hover{border-bottom-color: #f5d800;}
.ppsl_section .content a::after{content: "";display: block;width: 1px;height: 100%;background: #e5e5e5;position: absolute;left: 319px;top: 0;}
.ppsl_section .content a .left{width: 319px;position: relative;}
.ppsl_section .content a .pic{ padding-bottom: 99.3730407523511%; position: relative; overflow: hidden;}
.ppsl_section .content a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.ppsl_section .content a .icobox{width: 24px;position: absolute;right: 12px;bottom: 12px;}
.ppsl_section .content a .icobox .ico{width: 100%;display: block;}
.ppsl_section .content a .icobox .ico2{display: none;}
.ppsl_section .content a .icobox:hover .ico1{display: none;}
.ppsl_section .content a .icobox:hover .ico2{display: block;}
.ppsl_section .content a .right{width: calc(100% - 319px);padding: 40px 16px 12px 50px;}
.ppsl_section .content a .infobox{padding-right: 16px;overflow: hidden; overflow-y: auto;  max-height: 234px;}
.ppsl_section .content a .infobox::-webkit-scrollbar{ width: 3px;}
.ppsl_section .content a .infobox::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.ppsl_section .content a .infobox::-webkit-scrollbar-thumb{ width: 3px;  background-color: #0075c2; border-radius: 3px;}
.ppsl_section .content a .bt{font-size: 20px;color: #000000;line-height: 36px;margin-bottom: 12px;}
.ppsl_section .content a .info{font-size: 16px;color: #555555;line-height: 30px;}
@media  screen and (max-width:1680px){
.ppsl_section .content a::after{left: 220px;}
.ppsl_section .content a .left{width: 220px;}
.ppsl_section .content a .right{width: calc(100% - 220px);padding: 20px 10px 12px 20px;}
.ppsl_section .content a .infobox{padding-right: 10px; max-height: 190px;}
.ppsl_section .content a .bt{font-size: 16px;line-height: 24px;margin-bottom: 8px;}
.ppsl_section .content a .info{font-size: 14px;line-height: 22px;}
}
@media  screen and (max-width: 1024px){
.ppsl_section{padding-top: 30px;padding-bottom: 30px;}
.ppsl_section .content{margin-bottom: 20px;}
.ppsl_section .content ul{margin: 0;width: 100%;}
.ppsl_section .content li{width: 100%;padding: 0;margin-bottom: 16px;}
.ppsl_section .content li:last-child{margin-bottom: 0;}
.ppsl_section .content a{display: block;}
.ppsl_section .content a::after{display: none;}
.ppsl_section .content a .left{width: 100%;padding: 0 60px;border-bottom: 1px solid #e5e5e5;}
.ppsl_section .content a .icobox{width: 20px;right: 10px;bottom: 10px;}
.ppsl_section .content a .right{width: 100%;padding: 12px 12px 12px 12px;}
.ppsl_section .content a .infobox{padding-right: 6px;max-height: 234px;}
.ppsl_section .content a .infobox::-webkit-scrollbar{ width: 0;}
.ppsl_section .content a .infobox::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 0;}
.ppsl_section .content a .infobox::-webkit-scrollbar-thumb{ width: 0;  background-color: rgba(255,255,255,0); border-radius: 0;}
.ppsl_section .content a .infobox::-webkit-scrollbar{ display: none;}
.ppsl_section .content a .bt{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.ppsl_section .content a .info{font-size: 14px;line-height: 24px;}
}

.lsfz_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.lsfz_section1 .cont1{margin-bottom: 100px;font-size: 16px;color: #000000;line-height: 30px;}
.lsfz_section1 .cont1 img{max-width: 100%;display: block;}
.lsfz_section1 .cont2{width: 100%;}
.lsfz_section1 .cont2 ul{width: 100%;}
.lsfz_section1 .cont2 li{margin-bottom: 20px;background: #f3f7fb;}
.lsfz_section1 .cont2 li:last-child{margin-bottom: 0;}
.lsfz_section1 .cont2 a{display: flex;justify-content: space-between;align-items: center;padding: 94px 80px 80px 80px;}
.lsfz_section1 .cont2 a .left{width: calc(100% - 160px);padding-right: 80px;}
.lsfz_section1 .cont2 a .btbox{font-size: 30px;color: #000000;line-height: 34px;margin-bottom: 14px;font-weight: bold;font-family: "微软雅黑";}
.lsfz_section1 .cont2 a .btbox span{color: #0075c2;font-style: italic;font-family: "微软雅黑";}
.lsfz_section1 .cont2 a .bt2{font-size: 24px;color: #000000;line-height: 30px;margin-bottom: 22px;font-family: "微软雅黑";font-weight: lighter;}
.lsfz_section1 .cont2 a .jj{font-size: 16px;color: #555555;line-height: 30px;}
.lsfz_section1 .cont2 a .right{width: 160px;}
.lsfz_section1 .cont2 a .right .pic{ padding-bottom: 100%; position: relative; overflow: hidden;border-radius: 100%;box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.08);}
.lsfz_section1 .cont2 a .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%);}
.lsfz_section1 .cont2 a .right .pic .ico{z-index: 2;}
.lsfz_section1 .cont2 a:hover .btbox{color: #0075c2;}
@media  screen and (max-width: 1680px){
.lsfz_section1 .cont1{font-size: 14px;line-height: 26px;}
.lsfz_section1 .cont2 a .btbox{font-size: 26px;line-height: 30px;margin-bottom: 12px;}
.lsfz_section1 .cont2 a .bt2{font-size: 18px;line-height: 26px;margin-bottom: 16px;}
.lsfz_section1 .cont2 a .jj{font-size: 14px;line-height: 26px;}
}
@media  screen and (max-width: 1024px){
.lsfz_section1{padding-top: 30px;padding-bottom: 30px;}
.lsfz_section1 .cont1{margin-bottom: 20px;font-size: 14px;line-height: 24px;}
.lsfz_section1 .cont2 li{margin-bottom: 12px;}
.lsfz_section1 .cont2 a{display: block; padding: 14px;position: relative;}
.lsfz_section1 .cont2 a .left{width: 100%;padding-right: 0;margin-bottom: 12px;}
.lsfz_section1 .cont2 a .btbox{font-size: 18px;line-height: 24px;margin-bottom: 8px;padding-right: 110px;}
.lsfz_section1 .cont2 a .bt2{font-size: 16px;line-height: 20px;margin-bottom: 12px;min-height: 40px; padding-right: 110px;}
.lsfz_section1 .cont2 a .jj{font-size: 14px;line-height: 24px;}
.lsfz_section1 .cont2 a .right{width: 70px;position: absolute;right: 14px;top: 14px;}
}

/*权威认证*/
.qwrz_section{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.qwrz_section .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.qwrz_section .left{width: 82.5%;}
.qwrz_section .left li{width: 100%;height: 980px;display: flex;justify-content: center;align-items: center;}
.qwrz_section .left .libox{padding: 20px 80px;}
.qwrz_section .left .pic{width: 100%;margin-bottom: 12px;}
.qwrz_section .left .pic img{max-width: 100%;display: block;margin: 0 auto;min-width: 580px;}
.qwrz_section .left .wz{font-size: 24px;color: #000000;line-height: 30px;text-align: center;}
.qwrz_section .right{width: calc(17.5% - 34px);padding-top: 82px;padding-bottom: 82px;position: relative;}
.qwrz_section .right ul{margin: -15px 0;position: static!important;}
.qwrz_section .right li{padding: 15px 0;}
.qwrz_section .right .libox{width: 100%;height: 180px;background: #f3f6fb;border: 1px solid #f3f6fb;display: flex;justify-content: center;align-items: center;}
.qwrz_section .right .pic{padding: 14px; height:100%; width:100%;}
.qwrz_section .right .pic img{max-width: 100%;display: block;max-height: 100%;margin: 0 auto;}
.qwrz_section .right li.slick-current .libox{border-color: #0075c2;}
.qwrz_section .right .qwrz_qhbtn_prev{cursor: pointer; width: 40px;height: 40px;position: absolute;left: 50%;background: #0075c2;border-radius: 100%;top: 0;transform: translate(-50%,0);display: flex;justify-content: center;align-items: center;}
.qwrz_section .right .qwrz_qhbtn_prev img{width: 24px;display: block;margin-top: -3px;}
.qwrz_section .right .qwrz_qhbtn_prev .ico2{display: none;}
.qwrz_section .right .qwrz_qhbtn_prev:hover{background: #f2d600;}
.qwrz_section .right .qwrz_qhbtn_prev:hover .ico1{display: none;}
.qwrz_section .right .qwrz_qhbtn_prev:hover .ico2{display: block;}
.qwrz_section .right .qwrz_qhbtn_next{cursor: pointer; width: 40px;height: 40px;position: absolute;left: 50%;background: #0075c2;border-radius: 100%;bottom: 0;transform: translate(-50%,0);display: flex;justify-content: center;align-items: center;}
.qwrz_section .right .qwrz_qhbtn_next img{width: 24px;display: block;margin-top: 2px;}
.qwrz_section .right .qwrz_qhbtn_next .ico2{display: none;}
.qwrz_section .right .qwrz_qhbtn_next:hover{background: #f2d600;}
.qwrz_section .right .qwrz_qhbtn_next:hover .ico1{display: none;}
.qwrz_section .right .qwrz_qhbtn_next:hover .ico2{display: block;}
@media  screen and (max-width: 1680px){
.qwrz_section .left li{height: 700px;}
.qwrz_section .left .pic img{width: 360px;min-width: 360px;}
.qwrz_section .right{padding-right: 1px;}
.qwrz_section .right .libox{height: 110px;}
.qwrz_section .right .pic{padding: 20px;}
.qwrz_section .right .pic img{max-width: 60%;max-height: 60%;}
}
@media  screen and (max-width: 1024px){
.qwrz_section{padding-top: 30px;padding-bottom: 30px;}
.qwrz_section .w_width{display: block}
.qwrz_section .left{width: 100%;}
.qwrz_section .left li{height: 330px;}
.qwrz_section .left .libox{padding: 12px;}
.qwrz_section .left .pic{width: 100%;margin-bottom: 8px;}
.qwrz_section .left .pic img{max-width: 60%;min-width: 200px}
.qwrz_section .left .wz{font-size: 16px;line-height: 24px;}
.qwrz_section .right{width: 100%;padding-top: 0;padding-bottom: 0;margin-top: 20px;padding-left: 40px;padding-right: 40px;}
.qwrz_section .right ul{margin: 0 -6px;width: calc(100% + 12px);}
.qwrz_section .right li{padding: 0 6px;}
.qwrz_section .right .libox{height: 80px;}
.qwrz_section .right .pic{padding: 12px;display: flex;justify-content: center;align-items: center;}
.qwrz_section .right .pic img{max-width: 80%;display: block;max-height: 80%;}
.qwrz_section .right .qwrz_qhbtn_prev{width: 32px;height: 32px;left: 0;top: 50%;transform: translate(0,-50%);}
.qwrz_section .right .qwrz_qhbtn_prev img{width: 20px;margin-top: 0;margin-left: -2px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);}
.qwrz_section .right .qwrz_qhbtn_next{width: 32px;height: 32px;left: auto;bottom: auto;right: 0;top: 50%;transform: translate(0,-50%);}
.qwrz_section .right .qwrz_qhbtn_next img{width: 20px;margin-top: 0;margin-left: 2px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);}
}

/*新闻*/
.xw_section{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.xw_section .content{margin-bottom: 40px;}
.xw_section .content ul{width: 100%;}
.xw_section .content li{width: 100%;margin-bottom: 20px;}
.xw_section .content li:last-child{margin-bottom: 0;}
.xw_section .content a{display: flex;justify-content: flex-start;align-items: center;padding: 30px;background: #f3f7fb;}
.xw_section .content a .left{width: 338px;}
.xw_section .content a .pic{ width: 100%; padding-bottom: 66.73%; 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;}
.xw_section .content a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xw_section .content a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.xw_section .content a .right{width: calc(100% - 338px);padding-left: 46px;}
.xw_section .content a .bt{font-size: 20px;color: #000;line-height: 32px;margin-bottom: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section .content a .jj{font-size: 16px;color: rgba(51,51,51,1);line-height: 30px;margin-bottom: 44px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xw_section .content a .boxs{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.xw_section .content a .date{font-size: 16px;color: rgba(51,51,51,1);line-height: 20px;}
.xw_section .content a .tip{font-size: 16px;color: rgba(51,51,51,1);line-height: 20px;}
.xw_section .content a:hover .bt,
.xw_section .content a:hover .tip{color: #0075C2;}
@media  screen and (max-width: 1680px){
.xw_section .content a .left{width: 300px;}
.xw_section .content a .right{padding-left: 30px;width: calc(100% - 300px);}
.xw_section .content a .bt{font-size: 18px;line-height: 26px;margin-bottom: 16px;}
.xw_section .content a .jj{font-size: 14px;line-height: 24px;margin-bottom: 30px;}
.xw_section .content a .date{font-size: 14px;line-height: 18px;}
.xw_section .content a .tip{font-size: 14px;line-height: 18px;}
}
@media  screen and (max-width: 1024px){
.xw_section{padding-top: 30px;padding-bottom: 30px;}
.xw_section .content{margin-bottom: 20px;}
.xw_section .content li{margin-bottom: 12px;}
.xw_section .content a{padding: 12px;}
.xw_section .content a .left{width: 130px;}
.xw_section .content a .right{width: calc(100% - 130px);padding-left: 12px;}
.xw_section .content a .bt{font-size: 15px;line-height: 20px;margin-bottom: 6px;-webkit-line-clamp:2;}
.xw_section .content a .jj{font-size: 14px;line-height: 20px;margin-bottom: 10px;-webkit-line-clamp:1;display: none;}
.xw_section .content a .date{font-size: 14px;line-height: 18px;}
.xw_section .content a .tip{font-size: 14px;line-height: 18px;}
}

/*新闻详情*/
.wxxq_section{width: 100%;padding-top: 60px;padding-bottom: 80px;background: #f3f7fb;}
.wxxq_section .w_1200{background: #fff;padding: 60px;}
.wxxq_section h2{font-size: 30px;color: #000;line-height: 40px;text-align: center;margin-bottom: 10px;}
.wxxq_section .dl{width: 100%;margin-bottom: 40px;display: flex;justify-content: center;align-items: center;}
.wxxq_section .dd{font-size: 16px;color: #333;line-height: 20px;margin-right: 30px;}
.wxxq_section .dd:last-child{margin-right: 0;}
.wxxq_section .content{padding-top: 40px;padding-bottom: 40px;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;font-size: 16px;color: #555555;line-height: 32px;text-align: justify;}
.wxxq_section .content img{max-width: 100%;}
.wxxq_section .content .conbt1{font-size: 24px;color: #0075C2;line-height: 32px;font-weight: bold;font-family: '微软雅黑';}
.wxxq_section .content .conbt2{font-size: 20px;color: #000;line-height: 32px;font-weight: bold;font-family: '微软雅黑';}
.wxxq_section .page_box{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 10px;}
.wxxq_section .page_box .page_p{width: calc(50% - 100px);}
.wxxq_section .page_box .back_c{width: 146px;border-left: 1px dashed #b2b2b2;border-right: 1px dashed #b2b2b2;text-align: center;}
.wxxq_section .page_box .page_n{width: calc(50% - 100px);text-align: right;}
.wxxq_section .page_box a{display: block;font-size: 16px;color: #555;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.wxxq_section .page_box a:hover{color: #0075C2;}
@media  screen and (max-width: 1680px){
.wxxq_section .content{font-size: 14px;line-height: 26px;}
.wxxq_section .content .conbt1{font-size: 22px;line-height: 30px;}
.wxxq_section .content .conbt2{font-size: 18px;line-height: 30px;}
}
@media  screen and (max-width: 1024px){
.wxxq_section{padding-top: 30px;padding-bottom: 30px;}
.wxxq_section .w_1200{padding: 14px;}
.wxxq_section h2{font-size: 18px;line-height: 24px;margin-bottom: 8px;}
.wxxq_section .dl{margin-bottom: 12px;}
.wxxq_section .dd{font-size: 14px;line-height: 18px;margin-right: 12px;}
.wxxq_section .content{padding-top: 12px;padding-bottom: 12px;font-size: 14px;line-height: 24px;}
.wxxq_section .content .conbt1{font-size: 18px;line-height: 22px;}
.wxxq_section .content .conbt2{font-size: 16px;line-height: 22px;}
.wxxq_section .page_box{width: 100%;display: block;margin-top: 10px;position: relative;}
.wxxq_section .page_box .page_p{width: calc(100% - 90px);margin-bottom: 8px;}
.wxxq_section .page_box .back_c{width: 80px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.wxxq_section .page_box .page_n{width: calc(100% - 90px);text-align: left;}
.wxxq_section .page_box a{font-size: 14px;line-height: 18px;}
}

/*如何购买*/
.rhgm_section1{width: 100%;}
.rhgm_section1 .w_width{min-height: calc(100vh - 96px);position: relative;padding-top: 60px;padding-bottom: 60px;display: flex;justify-content: flex-end;align-items: center;}
.rhgm_section1 .content{width: 660px;}
.rhgm_section1 .content ul{margin: -8px;width: calc(100% + 16px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.rhgm_section1 .content li{width: 33.3333%;padding: 8px;overflow: hidden;}
.rhgm_section1 .content .libox{height: 210px;cursor: pointer; display: flex;justify-content: center;align-items: center;background: rgba(255,255,255,0.6);border-bottom: 4px solid #f5d800;}
.rhgm_section1 .content .boxs1 img{width: 100px;display: block;margin: 0 auto 14px auto;
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;}
.rhgm_section1 .content .libox:hover img{transform: rotateY(180deg);}
.rhgm_section1 .content .boxs1 .wz{font-size: 20px;color: #000000;line-height: 24px;text-align: center;font-weight: bold;}
.rhgm_section1 .content .boxs2{width: 100%;}
.rhgm_section1 .content .dl{margin: -5px;width: calc(100% + 10px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.rhgm_section1 .content .dd{width: 50%;padding: 5px;}
.rhgm_section1 .content .dl a{width: 100%;height: 100px;display: flex;justify-content: center;align-items: center;background: rgba(0,0,0,0.2);}
.rhgm_section1 .content .dl .abox img{width: 54px;display: block;margin: 0 auto 6px auto;
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;}
.rhgm_section1 .content .dl .abox .wz{font-size: 16px;color: #ffffff;line-height: 20px; text-align: center;}
.rhgm_section1 .content .dl .abox:hover img{transform: rotateY(180deg);}
.rhgm_section1 .wz_posi{font-size: 40px;color: #0075c2;line-height: 56px;text-shadow: 0 -4px 5px rgba(255,255,255,0.9);position: absolute;right: 49.5%;top: 152px;}
@media  screen and (max-width: 1680px){
.rhgm_section1 .content{width: 500px;}
.rhgm_section1 .content .libox{height: 156px;}
.rhgm_section1 .content .boxs1 img{width: 60px;}
.rhgm_section1 .content .boxs1 .wz{font-size: 16px;line-height: 20px;}
.rhgm_section1 .content .dl a{height: 73px;}
.rhgm_section1 .content .dl .abox img{width: 36px;}
.rhgm_section1 .content .dl .abox .wz{font-size: 13px;}
.rhgm_section1 .wz_posi{font-size: 30px;line-height: 40px;right: 47%;top: 80px;}
}
@media  screen and (max-width: 1024px){
.rhgm_section1{padding-top: 30px;padding-bottom: 30px;}
.rhgm_section1 .w_width{padding-top: 0;padding-bottom: 0;flex-wrap: wrap;min-height: auto;}
.rhgm_section1 .content{width: 100%;}
.rhgm_section1 .content ul{margin: -6px;width: calc(100% + 12px);}
.rhgm_section1 .content li{width: 50%;padding: 6px;}
.rhgm_section1 .content .libox{height: 140px;border-bottom: 2px solid #f5d800;}
.rhgm_section1 .content .boxs1 img{width: 46px;margin: 0 auto 8px auto;}
.rhgm_section1 .content .boxs1 .wz{font-size: 14px;line-height: 20px;}
.rhgm_section1 .content .dl a{height: 65px;}
.rhgm_section1 .content .dl .abox img{width: 30px;}
.rhgm_section1 .content .dl .abox .wz{font-size: 12px;line-height: 16px;}
.rhgm_section1 .wz_posi{font-size: 20px;line-height: 30px;text-shadow: 0 -4px 5px rgba(255,255,255,0.9);position: static;width: 100%;margin-bottom: 20px;}
.rhgm_section1 .wz_posi br{display: none;}
}

.rhgm_section2{width: 100%;padding-top: 30px;padding-bottom: 100px;}
.rhgm_section2 .cont1{margin-bottom: 30px;background: #ffffff;box-shadow: 0 0 20px rgba(0,0,0,0.08);}
.rhgm_section2 .cont1 ul{width: 100%;}
.rhgm_section2 .cont1 li{border-bottom: 1px solid #e5e5e5;display: flex;justify-content: flex-start;align-items: flex-start;padding: 0 20px 0 32px;}
.rhgm_section2 .cont1 li:last-child{border-bottom: 0;}
.rhgm_section2 .cont1 .left{width: 102px;font-size: 16px;color: #000000;line-height: 30px;font-weight: bold;padding: 16px 0;}
.rhgm_section2 .cont1 .center{width: calc(100% - 152px);padding-right: 30px;padding-top: 11px;padding-bottom: 11px;}
.rhgm_section2 .cont1 .center .dlbox{width: 100%;height: 40px;overflow: hidden;}
.rhgm_section2 .cont1 .center .dl1{margin: -10px -20px;width: calc(100% + 40px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.rhgm_section2 .cont1 .center .dl1 .dd{padding: 10px 20px;}
.rhgm_section2 .cont1 .center .dl1 a{display: block;font-size: 16px;color: #333333;line-height: 40px;position: relative;}
.rhgm_section2 .cont1 .center .dl1 a:hover{color: #0075c2;}
.rhgm_section2 .cont1 .center .dl1 a::after{content: "";display: block;width: 0%;height: 2px;background: #0075c2;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.rhgm_section2 .cont1 .center .dl1 .dd.on a::after{width: 100%;}
.rhgm_section2 .cont1 .center .dl2{margin: -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.rhgm_section2 .cont1 .center .dl2 .dd{padding: 10px;}
.rhgm_section2 .cont1 .center .dl2 .dd1 a{display: block;font-size: 16px;color: #333333;line-height: 40px;position: relative;}
.rhgm_section2 .cont1 .center .dl2 .dd1 a::after{content: "";display: block;width: 0%;height: 2px;background: #0075c2;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.rhgm_section2 .cont1 .center .dl2 .dd1.on a::after{width: 100%;}
.rhgm_section2 .cont1 .center .dl2 .dd2 a{display: flex;justify-content: flex-start;align-items: center;background: #f3f7fb;padding: 2px 18px 2px 2px;border-radius: 20px;}
.rhgm_section2 .cont1 .center .dl2 .dd2 a img{width: 36px;display: block;border-radius: 100%;}
.rhgm_section2 .cont1 .center .dl2 .dd2 a .wz{font-size: 16px;color: #333333;line-height: 36px;margin-left: 8px;}
.rhgm_section2 .cont1 .center .dl2 .dd3 a{background: #f3f7fb;padding: 2px 18px;border-radius: 20px;display: block;}
.rhgm_section2 .cont1 .center .dl2 .dd3 a .wz{font-size: 16px;color: #333333;line-height: 36px;}
.rhgm_section2 .cont1 .center .dl2 .dd2.on a,
.rhgm_section2 .cont1 .center .dl2 .dd3.on a{background: #0075c2;}
.rhgm_section2 .cont1 .center .dl2 .dd2.on a .wz,
.rhgm_section2 .cont1 .center .dl2 .dd3.on a .wz{color: #fff!important;}
.rhgm_section2 .cont1 .center .dl2 .dd2:hover a .wz,
.rhgm_section2 .cont1 .center .dl2 .dd3:hover a .wz{color: #0075c2;}
.rhgm_section2 .cont1 .right{width: 50px;display: flex;justify-content: flex-end;align-items: center;height: 62px;}
.rhgm_section2 .cont1 .right img{width: 24px;display: block;cursor: pointer;
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;}
.rhgm_section2 .cont1 li.on .center .dlbox{height: auto!important;overflow: visible;}
.rhgm_section2 .cont1 li.on .right img{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);}
.rhgm_section2 .cont2{width: 100%;margin-bottom: 30px;background: #ffffff;box-shadow: 0 0 20px rgba(0,0,0,0.08);display: flex;justify-content: space-between;align-items: center;padding: 0 24px 0 30px;}
.rhgm_section2 .cont2 .left ul{display: flex;justify-content: flex-start;align-items: flex-start;}
.rhgm_section2 .cont2 .left li{margin-right: 30px;}
.rhgm_section2 .cont2 .left li:last-child{margin-right: 0;}
.rhgm_section2 .cont2 .left li a{display: block;font-size: 18px;color: #000000;line-height: 72px;position: relative;}
.rhgm_section2 .cont2 .left li:hover a,
.rhgm_section2 .cont2 .left li.on a{color: #0075c2;}
.rhgm_section2 .cont2 .left li a::after{content: "";display: block;width: 0%;height: 2px;background: #0075c2;position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.rhgm_section2 .cont2 .left li.on a::after{width: 100%;}
.rhgm_section2 .cont2 .right{font-size: 16px;color: #333333;line-height: 72px;}
.rhgm_section2 .cont2 .right span{color: #0075c2;font-weight: bold;}
.rhgm_section2 .cont3{width: 100%;}
.rhgm_section2 .cont3 ul{margin: -15px;width: calc(100% + 30px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.rhgm_section2 .cont3 li{width: 33.3333%;padding: 15px;}
.rhgm_section2 .cont3 ul a{display: block;width: 100%;background: #ffffff;box-shadow: 0 0 20px rgba(0,0,0,0.1);padding: 20px 20px 24px 20px;position: relative;}
.rhgm_section2 .cont3 ul a .pic{ width: 100%; padding-bottom: 78.05%; 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;}
.rhgm_section2 .cont3 ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.rhgm_section2 .cont3 ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.rhgm_section2 .cont3 ul a .wordsbox{padding-top: 24px;}
.rhgm_section2 .cont3 ul a .wz{font-size: 18px;color: #333333;line-height: 24px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.rhgm_section2 .cont3 ul a:hover .wz{color: #0075c2;}
.rhgm_section2 .cont3 ul a::after{content: "";display: block;width: 0;height: 4px;background: #0075c2;position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.rhgm_section2 .cont3 ul a:hover::after{width: 100%;}
.rhgm_section2 .cont3 .page_section{margin-top: 50px;}
@media  screen and (max-width: 1024px){

}
@media  screen and (max-width: 1024px){
.rhgm_section2{padding-top: 30px;padding-bottom: 30px;}
.rhgm_section2 .cont1{margin-bottom: 20px;}
.rhgm_section2 .cont1 li{padding: 0 12px;}
.rhgm_section2 .cont1 .left{width: 70px;font-size: 14px;line-height: 48px;padding: 0;}
.rhgm_section2 .cont1 .center{width: calc(100% - 100px);padding-right: 0;padding-top: 8px;padding-bottom: 8px;}
.rhgm_section2 .cont1 .center .dlbox{height: 32px;}
.rhgm_section2 .cont1 .center .dl1{margin: 0 -6px;width: calc(100% + 12px);}
.rhgm_section2 .cont1 .center .dl1 .dd{padding: 0 6px;}
.rhgm_section2 .cont1 .center .dl1 a{font-size: 14px;line-height: 32px;}
.rhgm_section2 .cont1 .center .dl2{margin: -6px;width: calc(100% + 12px);}
.rhgm_section2 .cont1 .center .dl2 .dd{padding: 6px;}
.rhgm_section2 .cont1 .center .dl2 .dd1 a{font-size: 14px;line-height: 32px;}
.rhgm_section2 .cont1 .center .dl2 .dd2 a{padding: 2px 6px 2px 2px;border-radius: 16px;}
.rhgm_section2 .cont1 .center .dl2 .dd2 a img{width: 24px;}
.rhgm_section2 .cont1 .center .dl2 .dd2 a .wz{font-size: 12px;line-height: 28px;margin-left: 4px;}
.rhgm_section2 .cont1 .center .dl2 .dd3 a{padding: 2px 12px;border-radius: 16px;}
.rhgm_section2 .cont1 .center .dl2 .dd3 a .wz{font-size: 14px;line-height: 32px;}
.rhgm_section2 .cont1 .right{width: 30px;height: 48px;}
.rhgm_section2 .cont1 .right img{width: 20px;}
.rhgm_section2 .cont2{margin-bottom: 20px;padding: 0 12px;}
.rhgm_section2 .cont2 .left li{margin-right: 12px;}
.rhgm_section2 .cont2 .left li a{font-size: 14px;line-height: 36px;}
.rhgm_section2 .cont2 .right{font-size: 14px;line-height: 36px;}
.rhgm_section2 .cont3 ul{margin: -6px;width: calc(100% + 12px);}
.rhgm_section2 .cont3 li{width: 50%;padding: 6px;}
.rhgm_section2 .cont3 ul a{padding: 12px;}
.rhgm_section2 .cont3 ul a .wordsbox{padding-top: 10px;}
.rhgm_section2 .cont3 ul a .wz{font-size: 14px;line-height: 20px;}
.rhgm_section2 .cont3 .page_section{margin-top: 20px;}
.rhgm_section2 .cont3 ul a::after{height: 2px;}
}

.rhgm_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.rhgm_section3 h3{font-size: 40px;color: #0075c2;line-height: 44px;margin-bottom: 56px;font-weight: bolder;text-align: center;}
.rhgm_section3 .cont{margin-bottom: 20px;background: #ffffff;padding: 42px 96px 38px 36px;}
.rhgm_section3 .cont .btbox{width: 100%;display: flex;justify-content: flex-start;align-items: center;}
.rhgm_section3 .cont .btbox img{width: 52px;display: block;margin-right: 12px;}
.rhgm_section3 .cont .btbox .wz{font-size: 30px;color: #000000;line-height: 34px;font-weight: bold;}
.rhgm_section3 .cont ul{padding-left: 62px;display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;width: calc(100% + 120px);}
.rhgm_section3 .cont1 ul{margin: 10px -60px 0 -60px;}
.rhgm_section3 .cont2 ul{margin: 24px -60px 0 -60px;}
.rhgm_section3 .cont li{width: 50%;padding: 0 60px;}
.rhgm_section3 .cont li:nth-child(5) .libox,
.rhgm_section3 .cont li:nth-child(6) .libox{border-bottom: 0;}
.rhgm_section3 .cont .libox{font-size: 16px;color: #333333;line-height: 30px;padding-top: 12px;padding-bottom: 12px;border-bottom: 1px dashed #cccccc;}
.rhgm_section3 .cont .libox span{color: #0075c2;font-weight: bold;}
.rhgm_section3 .cont .pic{width: 100%;margin-top: 20px;padding-left: 62px;}
.rhgm_section3 .cont .pic img{width: 100%;display: block;}
.rhgm_section3 .tip{font-size: 16px;color: #0075c2;line-height: 20px;}
@media  screen and (max-width: 1680px){
.rhgm_section3 h3{font-size: 36px;line-height: 40px;}
.rhgm_section3 .cont .btbox img{width: 42px;margin-right: 10px;}
.rhgm_section3 .cont .btbox .wz{font-size: 26px;line-height: 30px;}
.rhgm_section3 .cont .libox{font-size: 13px;line-height: 26px;}
.rhgm_section3 .cont{padding: 30px 60px 30px 30px;}
}
@media  screen and (max-width: 1024px){
.rhgm_section3{padding-top: 30px;padding-bottom: 30px;}
.rhgm_section3 h3{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.rhgm_section3 .cont{margin-bottom: 14px;padding: 12px;}
.rhgm_section3 .cont .btbox img{width: 36px;margin-right: 8px;}
.rhgm_section3 .cont .btbox .wz{font-size: 20px;line-height: 24px;}
.rhgm_section3 .cont ul{padding-left: 0;width: 100%;}
.rhgm_section3 .cont1 ul{margin: 10px 0 0 0;}
.rhgm_section3 .cont2 ul{margin: 10px 0 0 0;}
.rhgm_section3 .cont li{width: 100%;padding: 0;}
.rhgm_section3 .cont li:nth-child(5) .libox{border-bottom: 1px dashed #cccccc;}
.rhgm_section3 .cont .libox{font-size: 14px;line-height: 24px;padding-top: 10px;padding-bottom: 10px;}
.rhgm_section3 .cont .pic{margin-top: 12px;padding-left: 0;}
.rhgm_section3 .tip{font-size: 14px;line-height: 18px;}
}

.rhgm_section4{width: 100%;position: relative;}
.rhgm_section4 .phshow{display: block;width: 100%;}
.rhgm_section4 .ico{width: 56px;height: 56px;background: rgba(255,255,255,0.53);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 100%;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.rhgm_section4 .ico img{width: 30px;}
.rhgm_section4 .ico:hover{background: #f5d800;}
@media  screen and (max-width: 1024px){
.rhgm_section4 .ico{width: 40px;height: 40px;}
.rhgm_section4 .ico img{width: 24px;}
}

.rhgm_section5{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.rhgm_section5 h4{font-size: 40px;color: #0075c2;line-height: 44px;margin-bottom: 94px;text-align: center;}
.rhgm_section5 .cont1{margin-bottom: 100px;}
.rhgm_section5 .cont1 .qh_t{width: 100%;display: flex;justify-content: center;align-items: flex-start;margin-bottom: 46px;position: relative;}
.rhgm_section5 .cont1 .qh_t::after{content: "";display: block;width: 100%;height: 320px;background: url(img/img172.png)no-repeat center top;background-size: cover; position: absolute;left: 0;top: -3px;}
.rhgm_section5 .cont1 .qh_t .list{font-size: 20px;color: #000000;line-height: 24px;padding: 10px 20px;min-width: 150px;position: relative;text-align: center;margin-right: 1px;z-index: 8;cursor: pointer;}
.rhgm_section5 .cont1 .qh_t .list:last-child{margin-right: 0;}
.rhgm_section5 .cont1 .qh_t .list::after{content: "";display: block;width: 100%;height: 2px;background: #c0c0c0;position: absolute;left: 0;bottom: 0;}
.rhgm_section5 .cont1 .qh_t .list.on::after{background: #0075c2;}
.rhgm_section5 .cont1 .qh_t .list.on{color: #0075c2;font-weight: bold;}
.rhgm_section5 .cont1 .qh_b{width: 100%;position: relative;z-index: 2;}
.rhgm_section5 .cont1 .qh_b .list{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.rhgm_section5 .cont1 .qh_b .list.on{position: relative;z-index: 10;opacity: 1;}
.rhgm_section5 .cont1 .qh_b .ss_box{width: 100%;margin-bottom: 40px;}
.rhgm_section5 .cont1 .ss_box ul{margin: 0 -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;position: relative;z-index: 10;}
.rhgm_section5 .cont1 .ss_box li{width: 21.05263157894737%;padding: 0 10px;}
.rhgm_section5 .cont1 .ss_box li:last-child{width: 15.78947368421053%;}
.rhgm_section5 .cont1 .ss_box .xzbox{width: 100%;position: relative;}
.rhgm_section5 .cont1 .ss_box ._t{width: 100%;border: 1px solid #eeeeee;background: #ffffff;border-radius: 4px;display: flex;justify-content: space-between;align-items: center;font-size: 18px;color: #000000;line-height: 30px;padding: 12px 12px 12px 20px;cursor: pointer;box-shadow: 0 0 20px rgba(0,0,0,0.05);}
.rhgm_section5 .cont1 .ss_box ._t img{width: 24px;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.rhgm_section5 .cont1 .ss_box li.on ._t img{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.rhgm_section5 .cont1 .ss_box ._b{width: 100%;position: absolute;left: 0;top: calc(100% + 12px);background: #fff;border: 1px solid #eeeeee;border-radius: 4px;overflow: hidden; overflow-y: auto;  max-height: 160px;display: none;}
.rhgm_section5 .cont1 .ss_box ._b::-webkit-scrollbar{ width: 3px;}
.rhgm_section5 .cont1 .ss_box ._b::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.rhgm_section5 .cont1 .ss_box ._b::-webkit-scrollbar-thumb{ width: 3px;  background-color: #0075c2; border-radius: 3px;}
.rhgm_section5 .cont1 .ss_box ._b a{display: block;font-size: 14px;color: #333;line-height: 20px;padding: 10px 20px;}
.rhgm_section5 .cont1 .ss_box ._b a:hover{background: #0075c2;color: #fff;}
.rhgm_section5 .cont1 .ss_box .btn{width: 100%;background: #0075c2;border-radius: 4px;display: flex;justify-content: center;align-items: center;cursor: pointer;position: relative;overflow: hidden;}
.rhgm_section5 .cont1 .ss_box .btn::after{content: "";display: block;width: 0%;height: 100%;background: #f5d800;position: absolute;left: 50%;transform: translate(-50%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.rhgm_section5 .cont1 .ss_box .btn:hover::after{width: 100%;}
.rhgm_section5 .cont1 .ss_box .btn img{width: 24px;display: block;margin-right: 12px;position: relative;z-index: 2;}
.rhgm_section5 .cont1 .ss_box .btn .ico2{display: none;}
.rhgm_section5 .cont1 .ss_box .btn:hover .ico1{display: none;}
.rhgm_section5 .cont1 .ss_box .btn:hover .ico2{display: block;}
.rhgm_section5 .cont1 .ss_box .btn .wz{font-size: 18px;color: #ffffff;line-height: 56px;position: relative;z-index: 2;}
.rhgm_section5 .cont1 .ss_box .btn:hover .wz{color: #0075c2;}
.rhgm_section5 .cont1 .con_box{width: 100%;}
.rhgm_section5 .cont1 .con_box .ul{margin: -14px;width: calc(100% + 28px);}
.rhgm_section5 .cont1 .con_box .li{padding: 14px;}
.rhgm_section5 .cont1 .con_box a{display: block;margin-bottom: 30px;background: #ffffff;box-shadow: 0 0 14px rgba(0,0,0,0.06);display: flex;justify-content: space-between;align-items: center;padding: 20px 20px 20px 30px;}
.rhgm_section5 .cont1 .con_box a:last-child{margin-bottom: 0;}
.rhgm_section5 .cont1 .con_box a .left{width: calc(100% - 120px);}
.rhgm_section5 .cont1 .con_box a .bt{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 24px;}
.rhgm_section5 .cont1 .con_box a .dl{width: 100%;}
.rhgm_section5 .cont1 .con_box a .dd{margin-bottom: 8px;display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: #555555;line-height: 20px;}
.rhgm_section5 .cont1 .con_box a .dd:last-child{margin-bottom: 0;}
.rhgm_section5 .cont1 .con_box a img{width: 24px;display: block;padding-right: 4px;}
.rhgm_section5 .cont1 .con_box a .right{width: 120px;font-size: 20px;color: #555555;line-height: 26px;padding: 17px 12px;text-align: center;background: #f3f7fb;}
.rhgm_section5 .cont1 .con_box .slick-prev{width: 40px;height: 40px;background: #0075c2;left: -46px;top: 50%;border-radius: 100%;}
.rhgm_section5 .cont1 .con_box .slick-next{width: 40px;height: 40px;background: #0075c2;right: -46px;top: 50%;border-radius: 100%;}
.rhgm_section5 .cont1 .con_box .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img73.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.rhgm_section5 .cont1 .con_box .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img75.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.rhgm_section5 .cont1 .con_box .slick-prev:hover,
.rhgm_section5 .cont1 .con_box .slick-next:hover{background: #f5d800;}
.rhgm_section5 .cont1 .con_box .slick-prev:hover::after{background: url(img/img74.svg)no-repeat center center;background-size: cover;}
.rhgm_section5 .cont1 .con_box .slick-next:hover::after{background: url(img/img76.svg)no-repeat center center;background-size: cover;}
.rhgm_section5 .cont2{width: 100%;background: #f3f7fb;}
.rhgm_section5 .cont2 ul{display: flex;justify-content: flex-start;align-items: flex-start;}
.rhgm_section5 .cont2 li{width: 50%;padding: 50px 60px;border-right: 1px solid #e7e7e7;}
.rhgm_section5 .cont2 li:last-child{border-right: 0;}
.rhgm_section5 .cont2 a{display: flex;justify-content: space-between;align-items: center;}
.rhgm_section5 .cont2 ul .left{width: calc(100% - 120px);display: flex;justify-content: flex-start;align-items: center;}
.rhgm_section5 .cont2 ul img{width: 96px;display: block;border-radius: 14px;}
.rhgm_section5 .cont2 ul .wzbox{width: calc(100% - 96px);padding-left: 30px;}
.rhgm_section5 .cont2 ul .wz1{font-size: 28px;color: #000000;line-height: 32px;margin-bottom: 16px;}
.rhgm_section5 .cont2 ul .wz2{font-size: 16px;color: #000000;line-height: 20px;}
.rhgm_section5 .cont2 ul .right{width: 100px;font-size: 16px;color: #ffffff;line-height: 40px;text-align: center;background: #0075c2;}
.rhgm_section5 .cont2 ul a .right:hover{background: #f5d800;color: #0075c2;}
.rhgm_section5 .cont2 ul li:hover{background: #f5f5f5;}


.rhgm_section5 .cont1 .con_box a.nomap .right{display:none;}
.rhgm_section5 .cont1 .con_box a.nomap .left{width:100%;}

@media  screen and (max-width: 1680px){
.rhgm_section5 h4{font-size: 36px;line-height: 40px;}
.rhgm_section5 .cont1 .ss_box ._t{font-size: 16px;line-height: 26px;padding: 10px 12px 10px 20px;}
.rhgm_section5 .cont1 .ss_box .btn .wz{font-size: 16px;line-height: 47px;}
.rhgm_section5 .cont2 li{padding: 30px 40px;}
.rhgm_section5 .cont2 ul .wz1{font-size: 24px;line-height: 30px;}
.rhgm_section5 .cont1 .con_box a .bt{font-size: 18px;line-height: 22px;margin-bottom: 18px;}
.rhgm_section5 .cont1 .con_box a .dd{font-size: 14px;line-height: 18px;}
}
@media  screen and (max-width: 1024px){
.rhgm_section5{padding-top: 30px;padding-bottom: 30px;}
.rhgm_section5 h4{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.rhgm_section5 .cont1{margin-bottom: 40px;}
.rhgm_section5 .cont1 .qh_t{margin-bottom: 20px;}
.rhgm_section5 .cont1 .qh_t::after{height: 80px;top: 20px;}
.rhgm_section5 .cont1 .qh_t .list{font-size: 16px;line-height: 20px;padding: 6px 12px;min-width: 100px;}
.rhgm_section5 .cont1 .qh_b .ss_box{margin-bottom: 14px;}
.rhgm_section5 .cont1 .ss_box ul{margin: -6px;width: calc(100% + 12px);flex-wrap: wrap;}
.rhgm_section5 .cont1 .ss_box li{width: 50%;padding: 6px;}
.rhgm_section5 .cont1 .ss_box li:nth-child(1){position: relative;z-index: 8;}
.rhgm_section5 .cont1 .ss_box li:nth-child(2){position: relative;z-index: 7;}
.rhgm_section5 .cont1 .ss_box li:nth-child(3){position: relative;z-index: 6;}
.rhgm_section5 .cont1 .ss_box li:nth-child(4){position: relative;z-index: 5;}
.rhgm_section5 .cont1 .ss_box li:nth-child(5){position: relative;z-index: 4;}
.rhgm_section5 .cont1 .ss_box li:last-child{width: 100%;}
.rhgm_section5 .cont1 .ss_box ._t{font-size: 14px;line-height: 20px;padding: 8px 12px 8px 12px;}
.rhgm_section5 .cont1 .ss_box ._t img{width: 20px;}
.rhgm_section5 .cont1 .ss_box ._b{ max-height: 144px;}
.rhgm_section5 .cont1 .ss_box ._b a{padding: 8px 12px;}
.rhgm_section5 .cont1 .ss_box .btn img{width: 20px;margin-right: 8px;}
.rhgm_section5 .cont1 .ss_box .btn .wz{font-size: 14px;line-height: 40px;}
.rhgm_section5 .cont1 .con_box a{margin-bottom: 12px;padding: 12px;}
.rhgm_section5 .cont1 .con_box a .left{width: calc(100% - 100px);}
.rhgm_section5 .cont1 .con_box a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.rhgm_section5 .cont1 .con_box a .dd{font-size: 14px;line-height: 18px;}
.rhgm_section5 .cont1 .con_box a img{width: 20px;}
.rhgm_section5 .cont1 .con_box a .right{width: 90px;font-size: 16px;line-height: 20px;padding: 25px 0px;}
.rhgm_section5 .cont1 .con_box .slick-prev{width: 32px;height: 32px;left: 50%;top: auto;bottom: 10px;transform: translate(0,0);margin-left: -80px;}
.rhgm_section5 .cont1 .con_box .slick-next{width: 32px;height: 32px;right: 50%;top: auto;bottom: 10px;transform: translate(0,0);margin-right: -80px;}
.rhgm_section5 .cont1 .con_box .slick-prev::after{width: 20px;height: 20px;}
.rhgm_section5 .cont1 .con_box .slick-next::after{width: 20px;height: 20px;}
.rhgm_section5 .cont2 ul{display: block;}
.rhgm_section5 .cont2 li{width: 100%;padding: 20px;border-right: 0 solid #e7e7e7;border-bottom: 1px solid #e7e7e7;}
.rhgm_section5 .cont2 li:last-child{border-bottom: 0;}
.rhgm_section5 .cont2 ul a{position: relative;}
.rhgm_section5 .cont2 ul .left{width: 100%;align-items: flex-start;}
.rhgm_section5 .cont2 ul img{width: 54px;border-radius: 10px;}
.rhgm_section5 .cont2 ul .wzbox{width: calc(100% - 54px);padding-left: 12px;}
.rhgm_section5 .cont2 ul .wz1{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.rhgm_section5 .cont2 ul .wz2{font-size: 14px;line-height: 24px;margin-bottom: 42px;}
.rhgm_section5 .cont2 ul .right{width: 80px;font-size: 14px;line-height: 32px;position: absolute;left: 66px;bottom: 0;}
}

/*产品详情*/
.cpxq_section1{width: 100%;padding-top: 60px;padding-bottom: 100px;background: #f3f6fb;}
.cpxq_section1 .cont1{margin-bottom: 60px;position: relative;}
.cpxq_section1 .cont1 .ul{width: 100%;}
.cpxq_section1 .cont1 .li{width: 100%;}
.cpxq_section1 .cont1 img{width: 100%;display: block;}
.cpxq_section1 .cont1 .wordsbox{width: 37.5%;position: absolute;right: 6.25%;top: 50%;transform: translate(0,-50%);background: rgba(255,255,255,0.9);padding: 68px 20px 64px 70px;}
.cpxq_section1 .cont1 h1{font-size: 36px;color: #000000;line-height: 40px;margin-bottom: 10px;}
.cpxq_section1 .cont1 .jj{font-size: 18px;color: #0075c2;line-height: 24px;margin-bottom: 40px;}
.cpxq_section1 .cont1 ul{width: 100%;}
.cpxq_section1 .cont1 .dl{width: 100%;}
.cpxq_section1 .cont1 .dd{margin-bottom: 20px;font-size: 16px;color: #555555;line-height: 20px;display: flex;justify-content: flex-start;align-items: flex-start;}
.cpxq_section1 .cont1 .dd:last-child{margin-bottom: 0;}
.cpxq_section1 .cont1 .dd span{font-weight: bold;color: #000000;margin-right: 38px;min-width: 70px;display: block;text-align-last: justify;}
.cpxq_section1 .cont1 .wordsbox img{width: 150px;display: block;position: absolute;right: 36px;bottom: 40px;}
.cpxq_section1 .cont1 .cpxqcont1_number{position: absolute;left: 30px;bottom: 30px;font-size: 14px;color: #333333;line-height: 18px;}
.cpxq_section1 .cont1 .cpxqcont1_number font:nth-child(1){font-size: 18px;line-height: 24px;font-weight: bold;}
.cpxq_section1 .cont2{margin-bottom: 100px;padding: 30px 44px 44px 44px;background: #fff;}
.cpxq_section1 .cont2 .tit{font-size: 24px;color: #000000;line-height: 30px;font-weight: bold;padding-bottom: 26px;border-bottom: 1px solid #e5e5e5;}
.cpxq_section1 .cont2 .boxs1{margin-bottom: 56px;padding-top: 26px;font-size: 16px;color: #333333;line-height: 30px;}
.cpxq_section1 .cont2 .boxs1 img{max-width: 100%;}
.cpxq_section1 .cont2 .boxs2{margin-bottom: 56px;padding-top: 26px;}
.cpxq_section1 .cont2 .boxs2 ul{margin: -10px -50px;width: calc(100% + 100px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.cpxq_section1 .cont2 .boxs2 li{padding: 10px 50px;width: 25%;}
.cpxq_section1 .cont2 .boxs2 .a{display: flex;justify-content: flex-start;align-items: center;}
.cpxq_section1 .cont2 .boxs2 .a .pic{width: 80px;border-radius: 10px;border: 2px solid #0075c2;}
.cpxq_section1 .cont2 .boxs2 .a .pic img{width: 100%;display: block;}
.cpxq_section1 .cont2 .boxs2 .a .wz{width: calc(100% - 80px);padding-left: 24px;font-size: 20px;color: #333333;line-height: 30px;}
.cpxq_section1 .cont2 .boxs3{width: 100%;margin-top: 30px; margin-bottom: 56px;}
.cpxq_section1 .cont2 .boxs3 ul{margin: -12px;width: calc(100% + 24px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.cpxq_section1 .cont2 .boxs3 li{width: 50%;padding: 12px;}
.cpxq_section1 .cont2 .boxs3 .a{width: 100%;display: block;background: #f3f6fb;padding: 44px 32px 44px 44px;display: flex;justify-content: flex-start;align-items: center;}
.cpxq_section1 .cont2 .boxs3 .a .left{width: calc(100% - 321px);padding-right: 50px;}
.cpxq_section1 .cont2 .boxs3 .a .bt{font-size: 24px;color: #0075c2;line-height: 30px;margin-bottom: 24px;}
.cpxq_section1 .cont2 .boxs3 .a .jj{font-size: 16px;color: #333333;line-height: 30px;}
.cpxq_section1 .cont2 .boxs3 .a .right{width: 321px;}
.cpxq_section1 .cont2 .boxs3 .a .right img{width: 100%;display: block;}
.cpxq_section1 .cont2 .page{margin-top: 40px;padding-top: 20px;border-top: 1px solid #e5e5e5;display: flex;justify-content: space-between;align-items: center;}
.cpxq_section1 .cont2 .page a{font-size: 16px;color: #333333;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxq_section1 .cont2 .page .prev{width: calc(50% - 100px);}
.cpxq_section1 .cont2 .page .next{width: calc(50% - 100px);text-align: right;}
.cpxq_section1 .cont2 .page .back{width: 130px;text-align: center;border-left: 1px dashed #cccccc;border-right: 1px dashed #cccccc;}
.cpxq_section1 .cont2 .page a:hover{color: #f5d800;}
.cpxq_section1 .cont3 h3{font-size: 40px;color: #000000;line-height: 44px;text-align: center;text-align: center;margin-bottom: 40px;}
.cpxq_section1 .cont3 .ul{margin: -14px;width: calc(100% + 28px);}
.cpxq_section1 .cont3 .li{padding: 14px;}
.cpxq_section1 .cont3 .ul a{display: block;width: 100%;background: #ffffff;box-shadow: 0 0 12px rgba(0,0,0,0.05);padding: 20px;}
.cpxq_section1 .cont3 .ul a .pic{ width: 100%; padding-bottom: 78.059%; 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;}
.cpxq_section1 .cont3 .ul a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.cpxq_section1 .cont3 .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.cpxq_section1 .cont3 .ul a .wzbox{padding-top: 20px;padding-bottom: 4px;}
.cpxq_section1 .cont3 .ul a .wz{font-size: 18px;color: #333333;line-height: 24px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxq_section1 .cont3 .ul a:hover .wz{color: #0075c2;}
.cpxq_section1 .cont3 .ul .slick-prev{width: 40px;height: 40px;background: #0075c2;left: -46px;top: 50%;border-radius: 100%;}
.cpxq_section1 .cont3 .ul .slick-next{width: 40px;height: 40px;background: #0075c2;right: -46px;top: 50%;border-radius: 100%;}
.cpxq_section1 .cont3 .ul .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img73.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cpxq_section1 .cont3 .ul .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img75.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cpxq_section1 .cont3 .ul .slick-prev:hover,
.cpxq_section1 .cont3 .ul .slick-next:hover{background: #f5d800;}
.cpxq_section1 .cont3 .ul .slick-prev:hover::after{background: url(img/img74.svg)no-repeat center center;background-size: cover;}
.cpxq_section1 .cont3 .ul .slick-next:hover::after{background: url(img/img76.svg)no-repeat center center;background-size: cover;}
@media  screen and (max-width: 1680px){
.cpxq_section1 .cont1 .wordsbox{padding: 50px 20px 50px 50px;}
.cpxq_section1 .cont2 .boxs1{margin-bottom: 40px;padding-top: 20px;font-size: 14px;line-height: 26px;}
.cpxq_section1 .cont2 .boxs2 .a .wz{font-size: 18px;}
.cpxq_section1 .cont2 .boxs3{margin-bottom: 40px;}
.cpxq_section1 .cont2 .boxs3 .a{padding: 20px;}
.cpxq_section1 .cont2 .boxs3 .a .left{width: calc(100% - 260px);padding-right: 30px;}
.cpxq_section1 .cont2 .boxs3 .a .bt{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.cpxq_section1 .cont2 .boxs3 .a .jj{font-size: 14px;line-height: 24px;}
.cpxq_section1 .cont2 .boxs3 .a .right{width: 260px;}
}
@media  screen and (max-width: 1280px){
.cpxq_section1 .cont1 .wordsbox{width: 50%;right: 6%;padding: 40px 20px 40px 40px;}
.cpxq_section1 .cont1 h1{font-size: 26px;line-height: 32px;margin-bottom: 8px;}
.cpxq_section1 .cont1 .jj{font-size: 16px;line-height: 20px;margin-bottom: 26px;}
.cpxq_section1 .cont1 .dd{margin-bottom: 14px;font-size: 14px;line-height: 18px;}
.cpxq_section1 .cont1 .dd span{margin-right: 30px;}
.cpxq_section1 .cont1 .wordsbox img{width: 100px;right: 26px;bottom: 30px;}
.cpxq_section1 .cont2 .boxs2 ul{margin: 0 -20px;width: calc(100% + 40px);}
.cpxq_section1 .cont2 .boxs2 li{padding: 0 20px;}
.cpxq_section1 .cont2 .boxs2 .a .pic{width: 70px;}
.cpxq_section1 .cont2 .boxs2 .a .wz{width: calc(100% - 70px);padding-left: 12px;font-size: 16px;line-height: 24px;}
.cpxq_section1 .cont2 .boxs3 .a{padding: 20px;}
.cpxq_section1 .cont2 .boxs3 .a .left{width: calc(100% - 200px);padding-right: 30px;}
.cpxq_section1 .cont2 .boxs3 .a .bt{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.cpxq_section1 .cont2 .boxs3 .a .jj{font-size: 14px;line-height: 24px;}
.cpxq_section1 .cont2 .boxs3 .a .right{width: 200px;}
}
@media  screen and (max-width: 1024px){
.cpxq_section1{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section1 .cont1{margin-bottom: 20px;}
.cpxq_section1 .cont1 .wordsbox{width: 100%;transform: translate(0,0);position: static; padding: 14px;}
.cpxq_section1 .cont1 h1{font-size: 18px;line-height: 24px;margin-bottom: 8px;}
.cpxq_section1 .cont1 .jj{font-size: 14px;line-height: 18px;margin-bottom: 12px;}
.cpxq_section1 .cont1 .dd{margin-bottom: 10px;font-size: 14px;line-height: 18px;}
.cpxq_section1 .cont1 .dd span{margin-right: 12px;}
.cpxq_section1 .cont1 .wordsbox img{width: 80px;right: 12px;bottom: 12px;}
.cpxq_section1 .cont1 .cpxqcont1_number{left: 14px;bottom: 234px;}
.cpxq_section1 .cont1 .cpxqcont1_number font:nth-child(1){font-size: 16px;line-height: 20px;}
.cpxq_section1 .cont2{margin-bottom: 20px;padding: 14px;}
.cpxq_section1 .cont2 .tit{font-size: 18px;line-height: 24px;padding-bottom: 14px;}
.cpxq_section1 .cont2 .boxs1{margin-bottom: 20px;padding-top: 12px;font-size: 14px;line-height: 24px;}
.cpxq_section1 .cont2 .boxs2{margin-bottom: 20px;padding-top: 14px;}
.cpxq_section1 .cont2 .boxs2 ul{margin: -6px;width: calc(100% + 12px);}
.cpxq_section1 .cont2 .boxs2 li{padding: 6px;width: 100%;}
.cpxq_section1 .cont2 .boxs2 a .pic{width: 60px;}
.cpxq_section1 .cont2 .boxs2 a .wz{width: calc(100% - 60px);padding-left: 12px;font-size: 16px;line-height: 24px;}
.cpxq_section1 .cont2 .boxs3{margin-top: 14px; margin-bottom: 20px;}
.cpxq_section1 .cont2 .boxs3 ul{margin: -6px;width: calc(100% + 12px)}
.cpxq_section1 .cont2 .boxs3 li{width: 100%;padding: 6px;}
.cpxq_section1 .cont2 .boxs3 .a{padding:14px;display: block;}
.cpxq_section1 .cont2 .boxs3 .a .left{width: 100%;padding-right: 12px;}
.cpxq_section1 .cont2 .boxs3 .a .bt{font-size: 16px;line-height: 22px;margin-bottom: 8px;}
.cpxq_section1 .cont2 .boxs3 .a .jj{font-size: 14px;line-height: 20px;}
.cpxq_section1 .cont2 .boxs3 .a .right{width: 70%;margin: 12px auto 0 auto;}
.cpxq_section1 .cont2 .page{margin-top: 14px;padding-top: 14px;display: block;position: relative;}
.cpxq_section1 .cont2 .page a{font-size: 14px;}
.cpxq_section1 .cont2 .page .prev{width: calc(100% - 100px);margin-bottom: 8px;}
.cpxq_section1 .cont2 .page .next{width: calc(100% - 100px);text-align: left;}
.cpxq_section1 .cont2 .page .back{width: 90px;position: absolute;right: 0;bottom: 14px;}
.cpxq_section1 .cont3 h3{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.cpxq_section1 .cont3 .ul{margin: -6px;width: calc(100% + 12px);}
.cpxq_section1 .cont3 .li{padding: 6px;}
.cpxq_section1 .cont3 .ul a{box-shadow: 0 0 0 rgba(0,0,0,0);padding: 12px;}
.cpxq_section1 .cont3 .ul a .wzbox{padding-top: 12px;padding-bottom: 0;}
.cpxq_section1 .cont3 .ul a .wz{font-size: 14px;line-height: 18px;}
.cpxq_section1 .cont3 .slick-dots{margin-top: 8px;}
}

/*内页banner2*/
.ny_banner2{width: 100%;position: relative;}
.ny_banner2 .pic{width: 100%;display: block;}
.ny_banner2 .wordsbox{width: 100%;position: absolute;left: 0;top: 36%;}
.ny_banner2 .wordsbox h1{font-size: 40px;color: #ffffff;line-height: 44px;text-align: center;margin-bottom: 24px;}
.ny_banner2 .wordsbox .line{width: 60px;height: 3px;margin: 26px auto 0 auto;position: relative;}
.ny_banner2 .wordsbox .line::before{content: "";display: block;width: 30px;height: 3px;background: #f5d800;position: absolute;left: 0;top: 0;}
.ny_banner2 .wordsbox .line::after{content: "";display: block;width: 30px;height: 3px;background: #0075c2;position: absolute;right: 0;top: 0;}
.ny_banner2 .ej_section{width: 100%;position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.51);}
.ny_banner2 .ej_section .w_width{position: relative;}
.ny_banner2 .ej_section .w_width::after{content: "";display: block;width: 1px;height: calc(100% - 60px);background: rgba(255,255,255,0.2);position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.ny_banner2 .ej_section .ul{width: 100%;margin: -30px 0;}
.ny_banner2 .ej_section .li{padding: 30px 0;}
.ny_banner2 .ej_section a{display: block;width: 100%;padding: 32px 20px 24px 20px;position: relative;}
.ny_banner2 .ej_section a::after{content: "";display: block;width: 1px;height: 100%;background: rgba(255,255,255,0.2);position: absolute;right: 1px;top: 0;}
.ny_banner2 .ej_section .icobox{width: 80px;margin: 0 auto 14px auto;}
.ny_banner2 .ej_section .icobox img{width: 100%;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.ny_banner2 .ej_section .li:hover .icobox img{transform: rotateY(180deg);}
.ny_banner2 .ej_section .icobox .ico1{display: none;}
.ny_banner2 .ej_section .wz{font-size: 18px;color: #ffffff;line-height: 24px;text-align: center;}
.ny_banner2 .ej_section .li.on a{background: #ffffff;box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.1) }
.ny_banner2 .ej_section .li.on .icobox .ico2{display: none;}
.ny_banner2 .ej_section .li.on .icobox .ico1{display: block;}
.ny_banner2 .ej_section .li.on .wz{color: #010000;}
@media  screen and (max-width: 1680px){
.ny_banner2 .wordsbox{top: 30%;}
.ny_banner2 .wordsbox h1{font-size: 30px;line-height: 34px;margin-bottom: 20px;}
.ny_banner2 .ej_section a{padding: 20px;}
.ny_banner2 .ej_section .icobox{width: 60px;}
.ny_banner2 .ej_section .wz{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width: 1024px){
#ny_banner2 .pic{height:auto!important;}
.ny_banner2 .wordsbox{top: 32%;}
.ny_banner2 .wordsbox h1{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.ny_banner2 .wordsbox .line{width: 40px;height: 2px;margin: 12px auto 0 auto;}
.ny_banner2 .wordsbox .line::before{width: 20px;height: 2px;}
.ny_banner2 .wordsbox .line::after{width: 20px;height: 2px;}
.ny_banner2 .ej_section{padding-left: 60px;padding-right: 60px;}
.ny_banner2 .ej_section a{padding: 12px;}
.ny_banner2 .ej_section .icobox{width: 36px;margin: 0 auto 8px auto;}
.ny_banner2 .ej_section .wz{font-size: 14px;line-height: 20px;}
.ny_banner2 .ej_section .slick-prev{width: 32px;height: 32px;background: #0075c2;left: -46px;top: 50%;border-radius: 100%;}
.ny_banner2 .ej_section .slick-next{width: 32px;height: 32px;background: #0075c2;right: -46px;top: 50%;border-radius: 100%;}
.ny_banner2 .ej_section .slick-prev::after{content: "";display: block;width: 20px;height: 20px;background: url(img/img73.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.ny_banner2 .ej_section .slick-next::after{content: "";display: block;width: 20px;height: 20px;background: url(img/img75.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.ny_banner2 .ej_section .slick-prev:hover,
.ny_banner2 .ej_section .slick-next:hover{background: #f5d800;}
.ny_banner2 .ej_section .slick-prev:hover::after{background: url(img/img74.svg)no-repeat center center;background-size: cover;}
.ny_banner2 .ej_section .slick-next:hover::after{background: url(img/img76.svg)no-repeat center center;background-size: cover;}
}

/*工程合作*/
.gchz_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.gchz_section1 h2{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 66px;}
.gchz_section1 .jj{font-size: 20px;color: #000000;line-height: 33px;margin-bottom: 70px;text-align: center;}
.gchz_section1 .content{width: 100%;display: flex;justify-content: center;align-items: flex-end;}
.gchz_section1 ._lbs{width: 360px;margin-bottom: 28px;}
.gchz_section1 ._lbs .top{font-size: 22px;color: #000000;line-height: 26px;margin-bottom: 14px;}
.gchz_section1 ._lbs .top span{font-size: 60px;line-height: 64px;background-image: linear-gradient(to bottom, #d4b540,#e3d273,#cfaa2c);-webkit-background-clip: text;background-clip: text;color: transparent;margin-right: 8px;}
.gchz_section1 ._lbs .bottom{font-size: 20px;color: #000000;line-height: 24px;}
.gchz_section1 ._l{text-align: right;}
.gchz_section1 ._c{width: 114px;margin: 0 66px;}
.gchz_section1 ._c img{width: 100%;display: block;}
.gchz_section1 .btn{width: 100%;display: flex;justify-content: center;align-items: flex-start;}
.gchz_section1 .btn a{display: flex;justify-content: center;align-items: center;background: #0075c2;position: relative;padding: 0 60px;border-radius: 4px;}
.gchz_section1 .btn a::after{content: "";display: block;width: 0%;height: 100%;background: #f5d800;position: absolute;left: 50%;transform: translate(-50%,0);top: 0;border-radius: 4px;
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;}
.gchz_section1 .btn a:hover::after{width: 100%;}
.gchz_section1 .btn a:hover{background: rgba(255,255,255,0);}
.gchz_section1 .btn a img{width: 24px;display: block;margin-right: 8px;position: relative;z-index: 2;}
.gchz_section1 .btn a .ico2{display: none;}
.gchz_section1 .btn a:hover .ico1{display: none;}
.gchz_section1 .btn a:hover .ico2{display: block;}
.gchz_section1 .btn a .wz{font-size: 18px;color: #ffffff;line-height: 56px;position: relative;z-index: 2;}
.gchz_section1 .btn a:hover .wz{color: #0075c2;}
@media  screen and (max-width: 1680px){
.gchz_section1 h2{font-size: 36px;line-height: 40px;margin-bottom: 40px;}
.gchz_section1 .jj{font-size: 16px;line-height: 26px;margin-bottom: 50px;}
.gchz_section1 ._lbs{width: 360px;margin-bottom: 28px;}
.gchz_section1 ._lbs .top{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.gchz_section1 ._lbs .top span{font-size: 54px;line-height: 60px}
.gchz_section1 ._lbs .bottom{font-size: 16px;line-height: 20px;}
.gchz_section1 ._c{width: 100px;margin: 0 40px;}
.gchz_section1 .btn a{padding: 0 50px;}
}
@media  screen and (max-width: 1024px){
.gchz_section1{padding-top: 30px;padding-bottom: 30px;}
.gchz_section1 h2{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.gchz_section1 .jj{font-size: 13px;line-height: 24px;margin-bottom: 14px;}
.gchz_section1 .jj br{display: none;}
.gchz_section1 ._lbs{width: 100px;margin-bottom: 18px;}
.gchz_section1 ._lbs .top{font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.gchz_section1 ._lbs .top span{font-size: 24px;line-height: 30px;margin-right: 4px;}
.gchz_section1 ._lbs .bottom{font-size: 14px;line-height: 18px;}
.gchz_section1 ._c{width: 70px;margin: 0 12px;}
.gchz_section1 .btn a{padding: 0 20px;}
.gchz_section1 .btn a img{width: 20px;margin-right: 6px;}
.gchz_section1 .btn a .wz{font-size: 14px;line-height: 40px;}
}

.gchz_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #f3f7fb;}
.gchz_section2 h3{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 74px;}
.gchz_section2 .content{width: 100%;}
.gchz_section2 .ul{width: calc(100% + 40px);margin: -20px;}
.gchz_section2 .li{width: 100%;padding: 20px;}
.gchz_section2 .ul a{display: flex;justify-content: flex-start;align-items: center;background: url(img/img201.jpg)no-repeat left center;background-size: cover;box-shadow: 0 0 20px rgba(0,0,0,0.06);flex-direction:row-reverse}
.gchz_section2 .ul a .left{width: 50%;padding: 20px 78px;}
.gchz_section2 .ul a .bt{font-size: 30px;color: #0075c2;line-height: 34px;margin-bottom: 34px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.gchz_section2 .ul a .jj{font-size: 16px;color: #555555;line-height: 30px;margin-bottom: 46px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:6;}
.gchz_section2 .ul a:hover .jj{color: #0075c2;}
.gchz_section2 .ul a .right{width: 50%;}
.gchz_section2 .ul a .pic{ width: 100%; padding-bottom: 67.125%; 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;}
.gchz_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%);
-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;}
.gchz_section2 .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);}
.gchz_section2 .ul .slick-prev{width: 40px;height: 40px;background: #0075c2;left: -40px;top: 50%;border-radius: 100%;}
.gchz_section2 .ul .slick-next{width: 40px;height: 40px;background: #0075c2;right: -40px;top: 50%;border-radius: 100%;}
.gchz_section2 .ul .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img73.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.gchz_section2 .ul .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img75.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.gchz_section2 .ul .slick-prev:hover,
.gchz_section2 .ul .slick-next:hover{background: #f5d800;}
.gchz_section2 .ul .slick-prev:hover::after{background: url(img/img74.svg)no-repeat center center;background-size: cover;}
.gchz_section2 .ul .slick-next:hover::after{background: url(img/img76.svg)no-repeat center center;background-size: cover;}
@media  screen and (max-width: 1680px){
.gchz_section2 .ul a .left{padding: 16px 50px;}
.gchz_section2 .ul a .bt{font-size: 26px;color: #0075c2;line-height: 30px;margin-bottom: 26px;}
.gchz_section2 .ul a .jj{font-size: 14px;color: #555555;line-height: 24px;margin-bottom: 30px;}
}
@media  screen and (max-width: 1024px){
.gchz_section2{padding-top: 30px;padding-bottom: 50px;}
.gchz_section2 h3{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.gchz_section2 .ul{width: calc(100% + 30px);margin: -15px;}
.gchz_section2 .li{padding: 15px;}
.gchz_section2 .ul a{box-shadow: 0 0 12px rgba(0,0,0,0.06);display: block;}
.gchz_section2 .ul a .left{width: 100%;padding: 20px;}
.gchz_section2 .ul a .bt{font-size: 18px;line-height: 24px;margin-bottom: 8px;}
.gchz_section2 .ul a .jj{font-size: 14px;line-height: 24px;margin-bottom: 12px;-webkit-line-clamp:3;text-align: justify;}
.gchz_section2 .ul a .right{width: 100%;}
.gchz_section2 .ul .slick-dots{margin-top: 0;}
}

.gchz_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.gchz_section3 h4{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 68px;}
.gchz_section3 .content{width: 100%;}
.gchz_section3 ul{margin: -10px -23px;width: calc(100% + 46px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.gchz_section3 ul li{width: 33.3333%;padding: 10px 23px;}
.gchz_section3 ul a{display: block;width: 100%;background: #f5f5f5;border-radius: 8px;padding: 40px 20px 56px 20px;}
.gchz_section3 ul a:hover{background: #f5d800;}
.gchz_section3 ul a .head{width: 126px;position: relative;margin: 0 auto 18px auto;}
.gchz_section3 ul a .head .back{width: 100%;display: block;}
.gchz_section3 ul a .head .img{width: 90px;display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.gchz_section3 ul a .wordsbox{width: 100%;text-align: center;}
.gchz_section3 ul a .wz1{font-size: 20px;color: #0075c2;line-height: 24px;margin-bottom: 12px;}
.gchz_section3 ul a .wz2{font-size: 16px;color: #333333;line-height: 20px;}
.gchz_section3 ul a:hover .wz1,
.gchz_section3 ul a:hover .wz2{color: #0075c2;}
@media  screen and (max-width: 1680px){
.gchz_section3 h4{font-size: 36px;line-height: 40px;margin-bottom: 56px;}
.gchz_section3 ul a{padding: 36px 20px 50px 20px;}
.gchz_section3 ul a .wz1{font-size: 18px;line-height: 22px;margin-bottom: 10px;}
.gchz_section3 ul a .wz2{font-size: 14px;line-height: 18px;}
}
@media  screen and (max-width: 1024px){
.gchz_section3{padding-top: 30px;padding-bottom: 30px;}
.gchz_section3 h4{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.gchz_section3 ul{margin:0;width: 100%;}
.gchz_section3 ul li{width: 100%;padding: 0;margin-bottom: 12px;}
.gchz_section3 ul li:last-child{margin-bottom: 0;}
.gchz_section3 ul a{display: flex;justify-content: flex-start;align-items: center; padding: 14px;}
.gchz_section3 ul a .head{width: 110px;margin: 0;}
.gchz_section3 ul a .head .img{width: 50px;}
.gchz_section3 ul a .wordsbox{text-align: left;padding-left: 14px;}
.gchz_section3 ul a .wz1{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.gchz_section3 ul a .wz2{font-size: 14px;line-height: 18px;}
}

/*零售合作*/
.lshz_section{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #f3f7fb;}
.lshz_section .cont1{margin-bottom: 100px;width: 100%;}
.lshz_section .cont1 h2{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 66px;}
.lshz_section .cont1 .info{font-size: 16px;color: #333333;line-height: 30px;margin-bottom: 62px;}
.lshz_section .cont1 .btn{width: 100%;display: flex;justify-content: center;align-items: center;}
.lshz_section .cont1 .btn a{display: flex;justify-content: center;align-items: center;position: relative;background: #0075c2;border-radius: 4px;width: 236px;overflow: hidden;}
.lshz_section .cont1 .btn a:hover{background: rgba(255,255,255,0);}
.lshz_section .cont1 .btn a::after{content: "";display: block;width: 0%;height: 100%;background: #f5d800;position: absolute;left: 50%;transform: translate(-50%,0);top: 0;border-radius: 4px;
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;}
.lshz_section .cont1 .btn a:hover::after{width: 100%;}
.lshz_section .cont1 .btn img{width: 28px;display: block;position: relative;z-index: 2;}
.lshz_section .cont1 .btn .ico2{display: none;}
.lshz_section .cont1 .btn a:hover .ico1{display: none;}
.lshz_section .cont1 .btn a:hover .ico2{display: block;}
.lshz_section .cont1 .btn .wz{font-size: 18px;color: #ffffff;line-height: 56px;margin-left: 8px;position: relative;z-index: 2;}
.lshz_section .cont1 .btn a:hover .wz{color: #0075c2;}
.lshz_section .cont2{width: 100%;}
.lshz_section .cont2 ul{display: flex;justify-content: flex-start;align-items: flex-start;}
.lshz_section .cont2 li{border-right: 1px solid rgba(255,255,255,0.2);height: 580px;display: flex;justify-content: center;align-items: center;width: 16.66666666666667%;}
.lshz_section .cont2 li:last-child{border-right: 0;}
.lshz_section .cont2 .libox{width: 100%;padding: 20px;text-align: center;}
.lshz_section .cont2 .top{font-size: 16px;color: #ffffff;line-height: 20px;display: flex;justify-content: center;align-items: flex-start;}
.lshz_section .cont2 .top .t_box{display: flex;justify-content: center;align-items: flex-start;position: relative;}
.lshz_section .cont2 .top span{font-size: 48px;line-height: 52px;margin-right: 6px;}
.lshz_section .cont2 .bottom{font-size: 18px;color: #ffffff;line-height: 22px;margin-top: 20px;}
@media  screen and (max-width: 1680px){
.lshz_section .cont1 h2{font-size: 36px;line-height: 40px;margin-bottom: 50px;}
.lshz_section .cont1 .btn a{width: 210px;}
.lshz_section .cont2 li{height: 400px}
.lshz_section .cont2 .libox{padding: 14px;}
.lshz_section .cont2 .top{font-size: 14px;line-height: 18px;}
.lshz_section .cont2 .top span{font-size: 30px;line-height: 34px;margin-left: 4px;}
.lshz_section .cont2 .bottom{font-size: 14px;line-height: 20px;margin-top: 12px;}
}
@media  screen and (max-width: 1280px){
.lshz_section .cont2 li{height: 360px}
}
@media  screen and (max-width: 1024px){
.lshz_section{padding-top: 30px;padding-bottom: 30px;}
.lshz_section .cont1{margin-bottom: 20px;}
.lshz_section .cont1 h2{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.lshz_section .cont1 .info{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
.lshz_section .cont1 .btn a{width: 140px;}
.lshz_section .cont1 .btn img{width: 20px;}
.lshz_section .cont1 .btn .wz{font-size: 14px;line-height: 40px;}
.lshz_section .cont2{width: 100%;}
.lshz_section .cont2 ul{width: calc(100% + 20px);flex-wrap: wrap;}
.lshz_section .cont2 li{width: 50%;height: auto;padding: 14px;border-bottom: 0;border-bottom: 1px solid rgba(255,255,255,0.2);}
.lshz_section .cont2 li:last-child{border-bottom: 0;}
.lshz_section .cont2 .libox{width: 100%;padding: 0; }
.lshz_section .cont2 .top{font-size: 12px;line-height: 16px;}
.lshz_section .cont2 .top span{font-size: 24px;line-height: 30px;}
.lshz_section .cont2 .bottom{font-size: 14px;line-height: 20px;margin-top: 0;}
}

/*联系我们*/
.lxwm_section1{padding-top: 100px;padding-bottom: 200px;}
.lxwm_section1 .cont1{margin-bottom: 0;}
.lxwm_section1 .cont1 .qh_b .ss_box{margin-bottom: 0;}
.lxwm_section1 .cont1 .ss_box li{width: 25%!important;}
.lxwm_section1 .cont1 .ss_box .btn{width: 236px;margin: 100px auto 0 auto;}
@media  screen and (max-width: 1024px){
.lxwm_section1{padding-top: 30px;padding-bottom: 30px;}
.lxwm_section1 .cont1{margin-bottom: 0;}
.lxwm_section1 .cont1 .qh_b .ss_box{margin-bottom: 0;}
.lxwm_section1 .cont1 .ss_box li{width: 50%!important;}
.lxwm_section1 .cont1 .ss_box .btn{width: 120px;margin: 20px auto 0 auto;}
}

.lxwm_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #f3f7fb;}
.lxwm_section2 h3{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 46px;}
.lxwm_section2 .content{background: #ffffff;box-shadow: 0 0 20px rgba(0,0,0,0.1);padding: 80px 64px;}
.lxwm_section2 .content .ul{margin: -15px;width: calc(100 + 30px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.lxwm_section2 .content .li{width: 50%;padding: 15px;}
.lxwm_section2 .content .li:nth-child(1){width: 25%;}
.lxwm_section2 .content .li:nth-child(2){width: 25%;}
.lxwm_section2 .content .li:nth-child(6){width: 100%;}
.lxwm_section2 .content .bt{font-size: 16px;color: #0e151b;line-height: 20px; white-space:nowrap;}
.lxwm_section2 .content .bt span{color: #ff0000;}
.lxwm_section2 .content .input{background: #f9f9f9;border-radius: 4px;padding: 0 22px;display: flex;justify-content: flex-start;align-items: center;}
.lxwm_section2 .content .input input{width: 100%;height: 56px;display: block;padding-left: 12px;font-size: 16px;color: #333;}
.lxwm_section2 .content .leib{width: 100%;background: #f9f9f9;padding: 13px 22px;border-radius: 4px;display: flex;justify-content: flex-start;align-items: center;}
.lxwm_section2 .content .leib .dlbox{width: 100%;padding-left: 28px;}
.lxwm_section2 .content .leib .dl{margin: -6px -16px;width: calc(100% + 32px);display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.lxwm_section2 .content .leib .dd{padding: 6px 16px;display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.lxwm_section2 .content .leib .ico{width: 20px;height: 20px;background: #ffffff;border: 1px solid #e5e5e5;border-radius: 100%;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.lxwm_section2 .content .leib .dd.on .ico{border: 5px solid #0075c2;}
.lxwm_section2 .content .leib .wz{font-size: 16px;color: rgba(0,0,0,0.8);line-height: 30px;padding-left: 6px;}
.lxwm_section2 .content .leib .dd:hover .wz{color: #000;}
.lxwm_section2 .content .xl{width: 100%;position: relative;}
.lxwm_section2 .content .xl .top{width: 100%;background: #f9f9f9;border-radius: 4px;padding: 0 20px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.lxwm_section2 .content .xl .top ._r{display: flex;justify-content: flex-start;align-items: center;}
.lxwm_section2 .content .xl .top .wz{font-size: 16px;color: rgba(0,0,0,0.8);line-height: 56px;margin-right: 12px;}
.lxwm_section2 .content .xl .top input{width: 400px;height: 56px;display: block;font-size: 16px;color: #0e151b;text-align: right;margin-right: 12px;}
.lxwm_section2 .content .xl .top input::-webkit-input-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.lxwm_section2 .content .xl .top input::-moz-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.lxwm_section2 .content .xl .top input::moz-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.lxwm_section2 .content .xl .top input:-ms-input-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.lxwm_section2 .content .xl .top img{width: 24px;display: block;}
.lxwm_section2 .content .xl .dqld_div{width: 100%;position: absolute;left: 0;top: calc(100% + 12px);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);z-index: 10;}
.lxwm_section2 .content .xl .dqld_div ul{width: 100%;overflow: hidden; overflow-y: auto;  max-height: 300px;}
.lxwm_section2 .content .xl .dqld_div ul::-webkit-scrollbar{ width: 3px;}
.lxwm_section2 .content .xl .dqld_div ul::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.lxwm_section2 .content .xl .dqld_div ul::-webkit-scrollbar-thumb{ width: 3px;  background-color: #f5d800; border-radius: 3px;}
.lxwm_section2 .content .xl .dqld_div li{font-size: 16px;color: #333;line-height: 20px;padding: 15px 20px;cursor: pointer;
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;}
.lxwm_section2 .content .xl .dqld_div li:hover{background: #eee;}
.lxwm_section2 .content .xl .bottom{width: 100%;position: absolute;left: 0;top: calc(100% + 12px);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);display: none;z-index: 10;
overflow: hidden; overflow-y: auto;  max-height: 300px;}
.lxwm_section2 .content .xl .bottom.on{display: block;}
.lxwm_section2 .content .xl .bottom::-webkit-scrollbar{ width: 3px;}
.lxwm_section2 .content .xl .bottom::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.lxwm_section2 .content .xl .bottom::-webkit-scrollbar-thumb{ width: 3px;  background-color: #f5d800; border-radius: 3px;}
.lxwm_section2 .content .xl .bottom a{display: block;width: 100%;font-size: 16px;color: #333;line-height: 20px;padding: 15px 20px;}
.lxwm_section2 .content .xl .bottom a:hover{background: #eee;}
.lxwm_section2 .content .text{width: 100%;background: #f9f9f9;padding: 14px 22px;border-radius: 4px;}
.lxwm_section2 .content .text textarea{margin-top: 10px;display: block;font-size: 16px;color: #000;height: 88px;width: 100%;}
.lxwm_section2 .content .yzm{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.lxwm_section2 .content .yzm .yzm_l{width: calc(100% - 100px);background: #f9f9f9;border-radius: 4px;display: flex;justify-content: flex-start;align-items: center;position: relative;padding: 0 120px 0 22px;}
.lxwm_section2 .content .yzm .yzm_l input{width: 100%;height: 56px;display: block;font-size: 16px;color: #000;padding-left: 12px;}
.lxwm_section2 .content .yzm .yzm_l .img{width: 100px;height: 50px;display: block;position: absolute;right: 10px;top: 50%;transform: translate(0,-50%);cursor: pointer;}
.lxwm_section2 .content .yzm .btn_r{display: flex;justify-content: flex-end;align-items: center;cursor: pointer;}
.lxwm_section2 .content .yzm .btn_r img{width: 24px;display: block;margin-right: 6px;}
.lxwm_section2 .content .yzm .btn_r .ico2{display: none;}
.lxwm_section2 .content .yzm .btn_r .wz{font-size: 16px;color: #888888;line-height: 20px;}
.lxwm_section2 .content .yzm .btn_r:hover .ico1{display: none;}
.lxwm_section2 .content .yzm .btn_r:hover .ico2{display: block;}
.lxwm_section2 .content .yzm .btn_r:hover .wz{color: #0075c2;}
.lxwm_section2 .content .btnbox{display: flex;justify-content: flex-end;align-items: center;}
.lxwm_section2 .content .btnbox .btn{margin-right: 20px;}
.lxwm_section2 .content .btnbox .btn:last-child{margin-right: 0;}
.lxwm_section2 .content .btnbox a{display: block;font-size: 18px;color: #0075c2;line-height: 56px;border-radius: 6px;width: 236px;background: #e2eef6;text-align: center;position: relative;}
.lxwm_section2 .content .btnbox a::after{content: "";display: block;width: 0%;height: 100%;background: #f5d800;position: absolute;left: 50%;top: 0;transform: translate(-50%,0);border-radius: 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;}
.lxwm_section2 .content .btnbox a:hover::after{width: 100%;}
.lxwm_section2 .content .btnbox a .wz{position: relative;z-index: 5;}
.lxwm_section2 .content .btnbox a:hover .wz{color: #0075c2;}
.lxwm_section2 .content .btnbox .btn:last-child a{background: #0075c2;color: #fff;}
.lxwm_section2 .content .btnbox a:hover{background: rgba(255,255,255,0)!important; color: #fff;}
@media  screen and (max-width: 1680px){
.lxwm_section2 h3{font-size: 36px;line-height: 40px;text-align: center;margin-bottom: 40px;}
.lxwm_section2 .content .xl .top input{width: 240px;height: 50px;}
.lxwm_section2 .content .btnbox a{width: 180px;line-height: 50px;}
.lxwm_section2 .content .leib .dl{margin: -6px;width: calc(100% + 12px);}
.lxwm_section2 .content .leib .dd{padding: 6px;}
.lxwm_section2 .content .leib .wz{font-size: 13px;}
.lxwm_section2 .content .leib .dlbox{padding-left: 14px;}
.lxwm_section2 .content .xl .dqld_div ul{max-height: 240px;}
.lxwm_section2 .content .xl .dqld_div li{font-size: 14px;padding: 10px 20px;}
.lxwm_section2 .content .xl .bottom{max-height: 240px;}
.lxwm_section2 .content .xl .bottom a{font-size: 14px;padding: 10px 20px;}
.lxwm_section2 .content .input input{height: 50px;}
.lxwm_section2 .content .leib{padding: 10px 22px;}
.lxwm_section2 .content .xl .top .wz{line-height: 50px;}
.lxwm_section2 .content .yzm .yzm_l input{height: 50px;}
}
@media  screen and (max-width: 1024px){
.lxwm_section2{padding-top: 30px;padding-bottom: 30px;}
.lxwm_section2 h3{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.lxwm_section2 .content{padding: 14px;}
.lxwm_section2 .content .ul{margin: -6px;width: calc(100 + 12px);}
.lxwm_section2 .content .li{width: 100%;padding: 6px;}
.lxwm_section2 .content .li:nth-child(1){width: 100%;}
.lxwm_section2 .content .li:nth-child(2){width: 100%;}
.lxwm_section2 .content .bt{font-size: 14px;}
.lxwm_section2 .content .input{padding: 0 12px;}
.lxwm_section2 .content .input input{height: 40px;padding-left: 10px;font-size: 14px;}
.lxwm_section2 .content .leib{padding: 10px 12px;}
.lxwm_section2 .content .leib .dlbox{padding-left: 10px;}
.lxwm_section2 .content .leib .dl{margin: -6px;width: calc(100% + 12px);}
.lxwm_section2 .content .leib .dd{padding: 6px;}
.lxwm_section2 .content .leib .ico{width: 14px;height: 14px;}
.lxwm_section2 .content .leib .dd.on .ico{border: 2px solid #0075c2;}
.lxwm_section2 .content .leib .wz{font-size: 14px;line-height: 20px;padding-left: 4px;}
.lxwm_section2 .content .xl .top{padding: 0 12px;}
.lxwm_section2 .content .xl .top .wz{font-size: 14px;line-height: 40px;margin-right: 8px;}
.lxwm_section2 .content .xl .top input{width: 160px;height: 40px;font-size: 14px;margin-right: 8px;}
.lxwm_section2 .content .xl .top input::-webkit-input-placeholder{font-size: 14px;}
.lxwm_section2 .content .xl .top input::-moz-placeholder{font-size: 14px;}
.lxwm_section2 .content .xl .top input::moz-placeholder{font-size: 14px;}
.lxwm_section2 .content .xl .top input:-ms-input-placeholder{font-size: 14px;}
.lxwm_section2 .content .xl .top img{width: 20px;}
.lxwm_section2 .content .xl .dqld_div ul{max-height: 180px;}
.lxwm_section2 .content .xl .dqld_div ul::-webkit-scrollbar{ width: 0;}
.lxwm_section2 .content .xl .dqld_div ul::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 0;}
.lxwm_section2 .content .xl .dqld_div ul::-webkit-scrollbar-thumb{ width: 0;  background-color: rgba(255,255,255,0); border-radius: 0;}
.lxwm_section2 .content .xl .dqld_div ul::-webkit-scrollbar{ display: none;}
.lxwm_section2 .content .xl .dqld_div li{font-size: 14px;line-height: 18px;padding: 6px 12px;}
.lxwm_section2 .content .xl .bottom{  max-height: 180px;}
.lxwm_section2 .content .xl .bottom::-webkit-scrollbar{ width: 0;}
.lxwm_section2 .content .xl .bottom::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 0;}
.lxwm_section2 .content .xl .bottom::-webkit-scrollbar-thumb{ width: 0;  background-color: rgba(255,255,255,0); border-radius: 0;}
.lxwm_section2 .content .xl .bottom::-webkit-scrollbar{ display: none;}
.lxwm_section2 .content .xl .bottom a{font-size: 14px;line-height: 18px;padding: 6px 12px;}
.lxwm_section2 .content .text{padding: 12px;}
.lxwm_section2 .content .text textarea{margin-top: 8px;font-size: 14px;height: 60px;}
.lxwm_section2 .content .yzm .yzm_l{width: calc(100% - 80px);padding: 0 70px 0 12px;}
.lxwm_section2 .content .yzm .yzm_l input{height: 36px;font-size: 14px;padding-left: 10px;width: calc(100% - 50px);}
.lxwm_section2 .content .yzm .yzm_l .img{width: 80px;height: 30px;}
.lxwm_section2 .content .yzm .btn_r img{width: 18px;}
.lxwm_section2 .content .yzm .btn_r .wz{font-size: 14px;line-height: 18px;}
.lxwm_section2 .content .btnbox{justify-content: center;}
.lxwm_section2 .content .btnbox .btn{margin-right: 12px;}
.lxwm_section2 .content .btnbox .btn a{font-size: 14px;width: 90px;line-height: 36px;}
}

/*附近门店*/
.fjmd_section1 .cont1{margin-bottom: 0;}
.fjmd_section1 .cont1 .con_box .ul{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.fjmd_section1 .cont1 .con_box .li{width: 50%;}
.fjmd_section1 .cont1 .page_section{margin-top: 54px;}
.rhgm_section5 .cont1 .qh_t .list a{color: #000000;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.rhgm_section5 .cont1 .qh_t .list.on a{color: #0075c2;}
@media  screen and (max-width: 1024px){
.fjmd_section1 .cont1 .con_box .ul{margin: 0;width: 100%;}
.fjmd_section1 .cont1 .con_box .li{width: 100%;padding: 0;margin-bottom: 12px;}
.fjmd_section1 .cont1 .con_box .li:last-child{margin-bottom: 0;}
.fjmd_section1 .cont1 .page_section{margin-top: 20px;}
}

/*服务与帮助*/
.fwybz_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #f3f7fb;}
.fwybz_section1 h2{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 68px;}
.fwybz_section1 .jj{font-size: 16px;color: #555555;line-height: 30px;margin-bottom: 40px;text-align: center;}
.fwybz_section1 .content{width: 100%;}
.fwybz_section1 .qh_t{width: 100%;display: flex;justify-content: center;align-items: center;background: #ffffff;margin-bottom: 34px;}
.fwybz_section1 .qh_t .list{border-right: 1px solid #e5e5e5;width: 25%;display: flex;justify-content: center;align-items: center;cursor: pointer;position: relative;}
.fwybz_section1 .qh_t .list.on::after{content: "";display: block;width: 0;height: 0;border: 10px solid;border-color: #0075c2 transparent transparent transparent;position: absolute;left: 50%;top: 100%;transform: translate(-50%,0);}
.fwybz_section1 .qh_t .list:last-child{border-right: 0;}
.fwybz_section1 .qh_t .list .icobox{width: 37px;margin-right: 8px;}
.fwybz_section1 .qh_t .list .icobox img{width: 100%;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.fwybz_section1 .qh_t .list:hover .icobox img{transform: rotateY(180deg);}
.fwybz_section1 .qh_t .list .icobox .ico2{display: none;}
.fwybz_section1 .qh_t .list .wz{font-size: 18px;color: #000000;line-height: 88px;}
.fwybz_section1 .qh_t .list:hover .wz{color: #0075c2;}
.fwybz_section1 .qh_t .list.on{background: #0075c2;}
.fwybz_section1 .qh_t .list.on .icobox .ico1{display: none;}
.fwybz_section1 .qh_t .list.on .icobox .ico2{display: block;}
.fwybz_section1 .qh_t .list.on .wz{color: #fff;}
.fwybz_section1 .qh_b{width: 100%;position: relative;}
.fwybz_section1 .qh_b .list{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.fwybz_section1 .qh_b .list.on{position: relative;z-index: 1;opacity: 1;}
.fwybz_section1 .qh_b .list .cont{width: 100%;}
.fwybz_section1 .qh_b .list .cont img{max-width: 100%;}
@media  screen and (max-width: 1680px){
.fwybz_section1 h2{font-size: 36px;line-height: 40px;margin-bottom: 60px;}
.fwybz_section1 .jj{font-size: 14px;line-height: 24px;margin-bottom: 30px;}
}
@media  screen and (max-width: 1024px){
.fwybz_section1{padding-top: 30px;padding-bottom: 30px;}
.fwybz_section1 h2{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.fwybz_section1 .jj{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.fwybz_section1 .jj br{display: none;}
.fwybz_section1 .qh_t{margin-bottom: 14px;flex-wrap: wrap;}
.fwybz_section1 .qh_t .list{border-bottom: 1px solid #e5e5e5;width: 50%;}
.fwybz_section1 .qh_t .list.on::after{display: none;}
.fwybz_section1 .qh_t .list:nth-child(2){border-right: 0;}
.fwybz_section1 .qh_t .list:nth-child(3),
.fwybz_section1 .qh_t .list:nth-child(4){border-bottom: 0;}
.fwybz_section1 .qh_t .list .icobox{width: 22px;margin-right: 6px;}
.fwybz_section1 .qh_t .list .wz{font-size: 14px;line-height: 50px;}
.fwybz_section1 .qh_t .list:hover .icobox img{transform: rotateY(0);}
}

.fwybz_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.fwybz_section2 h3{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 70px;}
.fwybz_section2 .content{width: 100%;}
.fwybz_section2 .content ul{margin: -14px;width: calc(100% + 28px);display: flex;justify-content: flex-start;align-items: flex-start;}
.fwybz_section2 .content li{width: 33.3333%;padding: 14px;}
.fwybz_section2 .content a{display: block;width: 100%;background: #fdfefe;border-radius: 20px;padding: 90px 20px 78px 20px;box-shadow: 0 0 20px rgba(0,0,0,0.05);}
.fwybz_section2 .content .ico{width: 151px;display: block;margin: 0 auto 46px auto;box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.08);border-radius: 100%;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.fwybz_section2 .content a:hover .ico{transform: rotateY(180deg);}
.fwybz_section2 .content .wzbox{width: 100%;}
.fwybz_section2 .content .bt{font-size: 30px;color: #000000;line-height: 34px;text-align: center;margin-bottom: 32px;}
.fwybz_section2 .content .jj{font-size: 18px;color: #555555;line-height: 36px;text-align: center;}
@media  screen and (max-width: 1680px){
.fwybz_section2 h3{font-size: 36px;line-height: 40px;margin-bottom: 60px;}
.fwybz_section2 .content a{padding: 50px 14px;}
.fwybz_section2 .content .jj{font-size: 14px;line-height: 26px;}
.fwybz_section2 .content .ico{width: 130px;margin: 0 auto 40px auto;}
.fwybz_section2 .content .bt{font-size: 26px;line-height: 30px;margin-bottom: 26px;}
}
@media  screen and (max-width: 1024px){
.fwybz_section2{padding-top: 30px;padding-bottom: 30px;}
.fwybz_section2 h3{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.fwybz_section2 .content ul{margin: 0;width: 100%;flex-wrap: wrap;}
.fwybz_section2 .content li{width: 100%;padding: 0;margin-bottom: 12px;}
.fwybz_section2 .content li:last-child{margin-bottom: 0;}
.fwybz_section2 .content a{display: flex;justify-content: flex-start;align-items: center; border-radius: 8px;padding: 14px;}
.fwybz_section2 .content .ico{width: 100px;margin: 0;}
.fwybz_section2 .content .wzbox{width: calc(100% - 100px);padding-left: 12px;}
.fwybz_section2 .content .bt{font-size: 18px;line-height: 24px;text-align: left;margin-bottom: 8px;}
.fwybz_section2 .content .jj{font-size: 14px;line-height: 20px;text-align: left;}
.fwybz_section2 .content .jj br{display: none;}
}

.fwybz_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.fwybz_section3 h4{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 60px;}
.fwybz_section3 .content{width: 100%;}
.fwybz_section3 .content ul{margin: -15px;width: calc(100% + 30px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.fwybz_section3 .content li{width: 33.3333%;padding: 15px;}
.fwybz_section3 .content ul a{display: block;background: #f3f7fb;margin-top: 54px;position: relative;padding: 76px 20px 36px 20px;}
.fwybz_section3 .content ul a:hover{background: #0075c2;}
.fwybz_section3 .content ul a .num{width: 104px;height: px;font-size: 36px;color: #ffffff;line-height: 92px;border-radius: 100%;text-align: center;background: #0075c2;border: 6px solid #ffffff;box-shadow: 0 0 20px rgba(0,0,0,0.08);position: absolute;left: 50%;top: -54px;transform: translate(-50%,0);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.fwybz_section3 .content ul a .bt{font-size: 24px;color: #010000;line-height: 30px;text-align: center;margin-bottom: 18px;}
.fwybz_section3 .content ul a .jj{font-size: 16px;color: #555555;line-height: 30px;text-align: center;}
.fwybz_section3 .content ul a:hover .bt,
.fwybz_section3 .content ul a:hover .jj{color: #fff;}
.fwybz_section3 .content ul a:hover .num{background: #fff;border-color: #0075c2;color: #0075c2;}
@media  screen and (max-width: 1680px){
.fwybz_section3 h4{font-size: 36px;line-height: 40px;margin-bottom: 50px;}
.fwybz_section3 .content ul a .jj{font-size: 14px;line-height: 24px;}
.fwybz_section3 .content ul a .jj br{display: none;}
.fwybz_section3 .content ul a{padding: 70px 20px 36px 20px;}
.fwybz_section3 .content ul a .num{width: 100px;font-size: 32px;line-height: 88px;}
}
@media  screen and (max-width: 1024px){
.fwybz_section3{padding-top: 30px;padding-bottom: 30px;}
.fwybz_section3 h4{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.fwybz_section3 .content ul{margin: 0;width: 100%;}
.fwybz_section3 .content li{width: 100%;padding: 0;margin-bottom: 12px;}
.fwybz_section3 .content li:last-child{margin-bottom: 0;}
.fwybz_section3 .content ul a{margin-top: 0;padding: 12px;display: flex;justify-content: flex-start;align-items: flex-start;}
.fwybz_section3 .content ul a .num{width: 40px;height: 40px;font-size: 16px;line-height: 36px;border: 2px solid #ffffff;position: static;transform: translate(0,0);}
.fwybz_section3 .content ul a .wzbox{width: calc(100% - 40px);padding-left: 12px;}
.fwybz_section3 .content ul a .bt{font-size: 16px;line-height: 40px;margin-bottom: 6px;text-align: left;}
.fwybz_section3 .content ul a .jj{font-size: 14px;line-height: 24px;text-align: left;width: calc(100% + 52px);margin-left: -52px;}
}

/*我们的业务*/
.wmye_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;background: #f3f7fb;}
.wmye_section1 h2{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 64px;}
.wmye_section1 .content{width: 100%;}
.wmye_section1 .content ul{margin: 0 -20px;width: calc(100% + 40px);display: flex;justify-content: flex-start;align-items: flex-start;}
.wmye_section1 .content li{padding: 0 20px;width: 25%;}
.wmye_section1 .content a{display: block;width: 100%;height: 480px;position: relative;background: #ffffff;}
.wmye_section1 .content a .cont1{width: 100%;position: absolute;left: 0;bottom: 58px;
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;}
.wmye_section1 .content a .cont1 .t_ico{width: 135px;display: block;margin: 0 auto 80px auto;}
.wmye_section1 .content a .cont1 .bt{font-size: 24px;color: #000000;line-height: 30px;text-align: center;margin-bottom: 40px;}
.wmye_section1 .content a .cont1 .jj{display: none; overflow:hidden;}
.wmye_section1 .content a .cont1 .ny_more{margin: 0 auto;}
.wmye_section1 .content a .cont2{width: 100%;height: 0;position: absolute;left: 0;top: 50%;display: flex;justify-content: flex-start;align-items: flex-end;transform: translate(0,-50%); opacity: 0;overflow: hidden;
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;}
.wmye_section1 .content a .cont2 .boxs{width: 100%;padding: 20px 30px 40px 40px;}
.wmye_section1 .content a .cont2 .bt{font-size: 24px;color: #ffffff;line-height: 30px;margin-bottom: 16px;}
.wmye_section1 .content a .cont2 .jj{font-size: 14px;color: #ffffff;line-height: 24px; max-height:192px; overflow:hidden; margin-bottom: 26px;}
.wmye_section1 .content li:hover a .cont1{opacity: 0;}
.wmye_section1 .content li:hover a .cont2{opacity: 1;height: 100%;overflow: visible;}
@media  screen and (max-width: 1680px){
.wmye_section1 h2{font-size: 36px;color: #0075c2;line-height: 40px;text-align: center;margin-bottom: 56px;}
.wmye_section1 .content ul{margin: 0 -14px;width: calc(100% + 24px);}
.wmye_section1 .content li{padding: 0 14px;}
.wmye_section1 .content a{height: 360px;}
.wmye_section1 .content a .cont1{bottom: 40px;}
.wmye_section1 .content a .cont1 .t_ico{width: 90px;margin: 0 auto 60px auto;}
.wmye_section1 .content a .cont1 .bt{font-size: 18px;line-height: 24px;margin-bottom: 30px;}
.wmye_section1 .content a .cont2 .boxs{padding: 26px;}
.wmye_section1 .content a .cont2 .bt{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.wmye_section1 .content a .cont2 .jj{font-size: 14px;line-height: 20px; max-height:160px; margin-bottom: 20px;}
}
@media  screen and (max-width: 1024px){
.wmye_section1{padding-top: 30px;padding-bottom: 30px;}
.wmye_section1 h2{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.wmye_section1 .content ul{margin: 0;width: 100%;display: block;}
.wmye_section1 .content li{padding: 0;width: 100%;margin-bottom: 12px;}
.wmye_section1 .content li:last-child{margin-bottom: 0;}
.wmye_section1 .content a{height: auto;}
.wmye_section1 .content a .cont1{position: static;padding: 20px;display: flex;justify-content: space-between;align-items: center;}
.wmye_section1 .content a .cont1 .t_ico{width: 50px;margin: 0;}
.wmye_section1 .content a .cont1 .wzbox{padding: 0 20px;width: calc(100% - 82px);}
.wmye_section1 .content a .cont1 .bt{font-size: 16px;line-height: 20px;margin-bottom: 0;text-align: left;}
.wmye_section1 .content a .cont1 .jj{display: block;font-size: 14px;color: #333;line-height: 20px; max-height:60px;margin-top: 8px;}
.wmye_section1 .content a .cont1 .ny_more{margin: 0;}
.wmye_section1 .content a .cont2{height: auto;position: static;transform: translate(0,0); opacity: 1;display: none;}
.wmye_section1 .content a .cont2::after{content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.2);position: absolute;left: 0;top: 0;z-index: 1;}
.wmye_section1 .content a .cont2 .boxs{padding: 30px 14px;position: relative;z-index: 2;}
.wmye_section1 .content a .cont2 .bt{font-size: 16px;line-height: 24px;margin-bottom: 8px;}
.wmye_section1 .content a .cont2 .jj{font-size: 14px;line-height: 22px; max-height:66px;margin-bottom: 12px;}
.wmye_section1 .content li:hover a .cont1{display: flex;opacity: 1;}
.wmye_section1 .content li:hover a .cont2{display: none;opacity: 0;}
}

.wmye_section2{width: 100%;background: #f3f7fb;}
.wmye_section2 h3{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 64px;}
.wmye_section2 .content{width: 100%;position: relative;}
.wmye_section2 .ba_pic{width: 100%;height: calc(100vh - 96px);position: relative;z-index: 1;}
.wmye_section2 .ba_pic .list{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;}
.wmye_section2 .ba_pic .list.on{opacity: 1;z-index: 2;position: relative;}
.wmye_section2 .cont{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);z-index: 2;}
.wmye_section2 .cont .w_width{display: flex;justify-content: space-between;align-items: center;}
.wmye_section2 .cont .left{width: calc(100% - 420px);padding-right: 100px;}
.wmye_section2 .cont .left .list{margin-bottom: 62px;display: flex;justify-content: flex-start;align-items: flex-start;}
.wmye_section2 .cont .left .list:last-child{margin-bottom: 0;}
.wmye_section2 .cont .left .libox{display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.wmye_section2 .cont .left .wz{font-size: 36px;;line-height: 40px;margin-right: 18px;/*-webkit-text-stroke: 1px #fff;*/color: #fff;}
.wmye_section2 .cont .left .ny_more{opacity: 0;}
.wmye_section2 .cont .left .list.on .ny_more{opacity: 1;}
.wmye_section2 .cont .left .list.on .wz{color: #F5D800;}
.wmye_section2 .cont .right{position: relative;width: 420px;}
.wmye_section2 .cont .right .list{width: 100%;height: calc(100vh - 96px);position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;background: rgba(0,0,0,0.2);display: flex;justify-content: center;align-items: 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;}
.wmye_section2 .cont .right .list.on{opacity: 1;z-index: 2;position: relative;}
.wmye_section2 .cont .right .boxs1{width: 100%;padding: 60px;font-size: 16px;color: #ffffff;line-height: 30px;}
.wmye_section2 .cont .right .boxs1 .abox{margin-top: 14px;}
.wmye_section2 .cont .right .boxs1 .aimg{display: block;margin-bottom: 10px;}
.wmye_section2 .cont .right .boxs1 .aimg img{width: 100%;display: block;}
.wmye_section2 .cont .right .boxs2{font-size: 16px;color: #ffffff;line-height: 30px;padding: 0 60px;letter-spacing: 1px;}
.wmye_section2 .cont .right .boxs3{padding: 0 60px;}
.wmye_section2 .cont .right .boxs3 p{font-size: 16px;color: #ffffff;line-height: 30px;margin-bottom: 66px;}
.wmye_section2 .cont .right .boxs3 .dl{width: 100%;}
.wmye_section2 .cont .right .boxs3 .dd{width: 100%;margin-bottom: 70px;}
.wmye_section2 .cont .right .boxs3 .dd:last-child{margin-bottom: 0;}
.wmye_section2 .cont .right .boxs3 .top{font-size: 22px;color: #ffffff;line-height: 26px;margin-bottom: 12px;}
.wmye_section2 .cont .right .boxs3 .top span{font-size: 60px;line-height: 64px;margin-right: 8px;}
.wmye_section2 .cont .right .boxs3 .bottom{font-size: 20px;color: #fff;line-height: 24px;}
.wmye_section2 .cont .right .amore{color: #fff;line-height: 20px;margin-top: 14px;display: block;}
.wmye_section2 .cont .right .amore:hover{color: #3391ce;}
@media  screen and (max-width: 1680px){
.wmye_section2 .cont .left{width: calc(100% - 270px);padding-right: 80px;}
.wmye_section2 .cont .left .list{margin-bottom: 30px;}
.wmye_section2 .cont .left .wz{font-size: 24px;;line-height: 30px;margin-right: 12px;}
.wmye_section2 .cont .right{width: 270px;}
.wmye_section2 .cont .right .boxs1{padding: 40px;font-size: 14px;line-height: 24px;}
.wmye_section2 .cont .right .boxs1 .aimg{margin-bottom: 8px;width: 100%;}
.wmye_section2 .cont .right .boxs2{font-size: 14px;line-height: 24px;padding: 0 40px;}
.wmye_section2 .cont .right .boxs3{padding: 0 40px;}
.wmye_section2 .cont .right .boxs3 p{font-size: 14px;line-height: 24px;margin-bottom: 24px;}
.wmye_section2 .cont .right .boxs3 .dd{margin-bottom: 30px;}
.wmye_section2 .cont .right .boxs3 .top{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.wmye_section2 .cont .right .boxs3 .top span{font-size: 40px;line-height: 44px;margin-right: 6px;}
.wmye_section2 .cont .right .boxs3 .bottom{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width: 1024px){
.wmye_section2 h3{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.wmye_section2 .ba_pic{height: 400px;}
.wmye_section2 .ba_pic::after{content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.3);position: absolute;left: 0;top: 0;z-index: 8;}
.wmye_section2 .cont{top: 30px;transform: translate(0,0);}
.wmye_section2 .cont .w_width{display: block;}
.wmye_section2 .cont .left{width: 100%;padding-right: 0;display: flex;justify-content: flex-start;align-items: flex-start;white-space:nowrap;overflow: hidden; overflow-x: auto; max-width: 100%;margin-bottom: 40px;}
.wmye_section2 .cont .left::-webkit-scrollbar{ display: none;}
.wmye_section2 .cont .left .list{margin-bottom: 0;margin-right: 20px;}
.wmye_section2 .cont .left .list:last-child{margin-right: 0;}
.wmye_section2 .cont .left .wz{font-size: 18px;line-height: 32px;margin-right: 0;-webkit-text-stroke: 0 #fff;color: #fff;font-weight: 400;}
.wmye_section2 .cont .left .list.on .wz{font-weight: bold;}
.wmye_section2 .cont .left .ny_more{display: none;margin-left: 8px;}
.wmye_section2 .cont .left .list.on .ny_more{display: block;}
.wmye_section2 .cont .right{width: calc(100% + 40px);left: -20px;}
.wmye_section2 .cont .right .list{width: 100%;height: auto;display: block;background: rgba(0,0,0,0.5);}
.wmye_section2 .cont .right .boxs1{padding: 30px 20px;font-size: 14px;line-height: 24px;}
.wmye_section2 .cont .right .boxs1 .abox{display: flex;justify-content: flex-start;align-items: flex-start;margin: -6px;width: calc(100% + 12px);margin-top: 6px;margin-bottom: 8px;}
.wmye_section2 .cont .right .boxs1 .aimg{margin-bottom: 0;width: 33.3333%;padding: 6px;}
.wmye_section2 .cont .right .boxs2{font-size: 14px;line-height: 24px;padding: 30px 20px;letter-spacing: 0;}
.wmye_section2 .cont .right .boxs3{padding: 30px 20px;}
.wmye_section2 .cont .right .boxs3 p{font-size: 14px;line-height: 24px;margin-bottom: 14px;}
.wmye_section2 .cont .right .boxs3 .dl{display: flex;justify-content: flex-start;align-items: flex-start;}
.wmye_section2 .cont .right .boxs3 .dd{margin-bottom: 12px;}
.wmye_section2 .cont .right .boxs3 .top{font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.wmye_section2 .cont .right .boxs3 .top span{font-size: 20px;line-height: 24px;margin-right: 4px;}
.wmye_section2 .cont .right .boxs3 .bottom{font-size: 14px;line-height: 20px;}
.wmye_section2 .cont .right .amore{line-height: 18px;margin-top: 8px;}
}

/*人才建设*/
.rcjs_content{width: 100%;height: calc(100% - 96px);display: flex;justify-content: center;align-items: center;margin-top: 96px;}

/*.rcsec1_cont{width: 100%;height: calc(100% - 96px);overflow: hidden; overflow-y: auto;  max-height: calc(100% - 96px);}*/
.section1 .fp-scrollable::-webkit-scrollbar{ width: 5px;height: 0;}
.section1 .fp-scrollable::-webkit-scrollbar-track{ background-color: #F1F1F1;}
.section1 .fp-scrollable::-webkit-scrollbar-thumb{ width: 5px;  background-color: #0075C2;height: 0;}
.rcjs_section1{padding-top: 100px;padding-bottom: 100px;width: 100%;}
.rcjs_section1 h2{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;margin-bottom: 64px;}
.rcjs_section1 .info{font-size: 18px;color: #000000;line-height: 34px;text-align: center;margin-bottom: 64px;}
.rcjs_section1 .btn{width: 100%;display: flex;justify-content: center;align-items: flex-start;}
.rcjs_section1 .btn a{display: flex;justify-content: center;align-items: center;background: #0075c2;position: relative;padding: 0 60px;border-radius: 4px;}
.rcjs_section1 .btn a::after{content: "";display: block;width: 0%;height: 100%;background: #f5d800;position: absolute;left: 50%;transform: translate(-50%,0);top: 0;border-radius: 4px;
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;}
.rcjs_section1 .btn a:hover::after{width: 100%;}
.rcjs_section1 .btn a:hover{background: rgba(255,255,255,0);}
.rcjs_section1 .btn a img{width: 24px;display: block;margin-right: 8px;position: relative;z-index: 2;}
.rcjs_section1 .btn a .ico2{display: none;}
.rcjs_section1 .btn a:hover .ico1{display: none;}
.rcjs_section1 .btn a:hover .ico2{display: block;}
.rcjs_section1 .btn a .wz{font-size: 18px;color: #ffffff;line-height: 56px;position: relative;z-index: 2;}
.rcjs_section1 .btn a:hover .wz{color: #0075c2;}
@media  screen and (max-width: 1680px){
.rcjs_section1 h2{font-size: 36px;line-height: 40px;margin-bottom: 50px;}
.rcjs_section1 .info{font-size: 14px;line-height: 26px;margin-bottom: 40px;}
.rcjs_section1 .btn a{padding: 0 50px;}
}
@media  screen and (max-width: 1024px){
.rcjs_content{height: auto;display: block;margin-top: 0;}
.rcsec1_cont{height: auto;max-height: 100000px;}
.rcsec1_cont::-webkit-scrollbar{ width: 0;}
.rcsec1_cont::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0);}
.rcsec1_cont::-webkit-scrollbar-thumb{ width: 0;  background-color: rgba(255,255,255,0);}
.rcsec1_cont::-webkit-scrollbar{ display: none;}
.rcjs_section1{padding-top: 30px;padding-bottom: 30px;}
.rcjs_section1 h2{font-size: 20px;line-height: 24px;margin-bottom: 14px;}
.rcjs_section1 .info{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
.rcjs_section1 .info br{display: none;}
.rcjs_section1 .btn a{padding: 0 20px;}
.rcjs_section1 .btn a img{width: 20px;margin-right: 6px;}
.rcjs_section1 .btn a .wz{font-size: 14px;line-height: 40px;}
}

.rcjs_section2{width: 100%;}
.rcjs_section2 .content{
opacity: 0;
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
transition: all 1s;}
.section.active .rcjs_section2 .content{opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
transition-delay: 0.5s;}
.rcjs_section2 .ico{width: 74px;display: block;margin-bottom: 24px;}
.rcjs_section2 .bt{font-size: 56px;color: #ffffff;line-height: 60px;margin-bottom: 40px;}
.rcjs_section2 .jj{font-size: 18px;color: #ffffff;line-height: 38px;}
.section6{height: auto!important;}
.section6 .fp-tableCell{height: auto!important;}
@media  screen and (max-width: 1680px){
.rcjs_section2 .bt{font-size: 50px;line-height: 54px;margin-bottom: 30px;}
.rcjs_section2 .jj{font-size: 16px;line-height: 30px;}
}
@media  screen and (max-width: 1024px){
.rcjs_section2{padding-top: 60px;padding-bottom: 60px;padding-left: 40px;padding-right: 40px;}
.rcjs_section2 .ico{width: 50px;margin-bottom: 20px;}
.rcjs_section2 .bt{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.rcjs_section2 .jj{font-size: 14px;line-height: 24px;}
.rcjs_section2 .content{opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
transition-delay: 0.2s;}
}

.r_md{width: 10px;position: fixed;right: 20px;top: 55%;transform: translate(0,-50%);display: none;}
.fp-viewing-2 .r_md,
.fp-viewing-3 .r_md,
.fp-viewing-4 .r_md,
.fp-viewing-5 .r_md{display: block;}
.r_md ul{width: 100%;}
.r_md li{width: 100%;margin-bottom: 12px;}
.r_md li:last-child{margin-bottom: 0;}
.r_md li a{display: block;width: 10px;height: 10px;background: rgba(255,255,255,0.5);border-radius: 100%;}
.fp-viewing-2 .r_md li:nth-child(1) a,
.fp-viewing-3 .r_md li:nth-child(2) a,
.fp-viewing-4 .r_md li:nth-child(3) a,
.fp-viewing-5 .r_md li:nth-child(4) a{background: #fff;}
@media  screen and (max-width: 1024px){
.r_md{display: none!important;}
}




/*bwh*/
._title1{font-size: 40px;color: #0075c2;line-height: 44px;text-align: center;}
._main1{padding-top:170px;padding-bottom:102px;}
._main1 .jj{font-size:16px;color: #333;line-height:30px;margin:40px 0 0 0;text-align: center;}
._main1 .img{ display: block; width:100%; line-height:0; text-align: center;}
._main1 .box{ display:flex; flex-wrap: wrap; position: relative; width:100%;}
._main1 .box::after{ display: block; content:''; position: absolute; left:0; top:0; z-index: 1; width:100%; height:100%; background: #000; opacity:0.4;}
._main1 .box .li{  flex-wrap: wrap; position: relative; z-index: 6; width:33.33%; padding:1.69rem 0.88rem 1.2rem 0.82rem; border-right:1px solid rgba(255,255,255,0.2);}
._main1 .box .li:last-child{border:0}
._main1 .box .tit{ display: block; width:100%; font-weight: bold; font-size:30px;color: #fff;line-height:40px; margin-top:26px;}
._main1 .box .p{ display: block; width:100%;font-size:16px;color: #fff;line-height:30px; margin-top:28px;}
._main1 .box .ico{ display: block; width:100%; line-height: 0;}
._main1 .box .ico img{ width:76px; height:76px;}

@media  screen and (max-width: 1680px){
._main1 .box .p{ display: block; width:100%;font-size:14px;color: #fff;line-height:26px; margin-top:28px;}

}
@media  screen and (max-width: 1024px){
._title1{font-size: 20px;line-height: 24px;margin-bottom: 12px;}  
._main1{padding-top:65px;padding-bottom: 30px;}
._main1 .jj{ text-align: left; font-size: 14px;line-height: 24px;margin:15px 0 0 0;}
._main1 .jj br{ display:none;}
._main1 .box .li{ padding:40px 20px;display: flex;}
._main1 .box .ico img{ width:56px; height:56px;}
._main1 .box .tit{ font-size: 18px;line-height: 28px; margin-top:10px;}
._main1 .box .p{ font-size: 14px;line-height: 24px; margin-top:10px;}
}
@media  screen and (max-width: 767px){
._main1 .box .li{ border-right:0;  border-bottom:1px solid rgba(255,255,255,0.2); width:100%; padding:40px 20px;}
._main1 .box .ico{ width:66px;}
._main1 .box .tit{width:-webkit-calc(100% - 66px); width:-moz-calc(100% - 66px); width:calc(100% - 66px); height:56px; display: flex; align-items: center; margin:0;}
}

._main0 .box{ position: relative; z-index: 6; display: flex; width:100%; align-items: center; height:0;}
._main0 .box .logo{ display:flex; align-items: center; justify-content: center; background: #0075c2; line-height:0; padding:27px 26px 20px 20px; box-shadow:0 2px 0.3rem rgba(0,0,0,0.2);border-bottom: 6px solid #f5d800; margin-bottom: 4px; width:380px; height:150px;}
._main0 .box .logo img{ width:294px;}
._main0 .box .logo1{ background: #ea5505; border-bottom: 6px solid #fff; padding:22px 20px 24px 22px;}
._main0 .box .logo1 img{ width:245px;}
._main0 .box .logo2{ background: #000000; border-bottom: 6px solid #d3ad7a; padding:20px 20px 20px 26px;}
._main0 .box .logo2 img{ width:289px;}


@media  screen and (max-width: 1024px){
._main0 .box .logo{padding:13px 13px 10px 10px; border-bottom:3px solid #f5d800; width:190px; height:75px; }
._main0 .box .logo img{ width:147px;}
._main0 .box .logo1{ border-bottom: 3px solid #fff; padding:12px 10px 14px 12px;}
._main0 .box .logo1 img{ width:122px;}
._main0 .box .logo2{ border-bottom: 3px solid #d3ad7a; padding:10px 10px 10px 16px;}
._main0 .box .logo2 img{ width:144px;}
}


.gchz_section2-0 .ul a .bt .t{ margin-right:20px;}
.gchz_section2-0 .ul a .bt .s{ display:inline-flex; align-items: center; color: #555; font-size:16px; font-weight:normal;}
.gchz_section2-0 .ul a .bt .s img{ width:20px; height:20px; margin-right: 6px;}
.gchz_section2-1{background: #fff7f2;}
.gchz_section2-1 .ul a{background: url(img/img201.1.jpg)no-repeat left center;background-size: cover;}
.gchz_section2-1 .ny_more{background: #ea5505;}
.gchz_section2-1 .ny_more:hover{background: #0075c2;}
.gchz_section2-1 .ul a:hover .jj{color: #ea5505;}
.gchz_section2-1 .ul .slick-prev{ background: #fff;}
.gchz_section2-1 .ul .slick-next{ background: #fff;}
.gchz_section2-1 .ul .slick-prev:hover{ background: #ea5505;}
.gchz_section2-1 .ul .slick-next:hover{ background: #ea5505;}
.gchz_section2-1 .ul .slick-prev::after{background: url(img/img74.1.svg)no-repeat center center;background-size: cover;}
.gchz_section2-1 .ul .slick-next::after{background: url(img/img76.1.svg)no-repeat center center;background-size: cover;}
.gchz_section2-1 .ul .slick-prev:hover::after{background: url(img/img73.svg)no-repeat center center;background-size: cover;}
.gchz_section2-1 .ul .slick-next:hover::after{background: url(img/img75.svg)no-repeat center center;background-size: cover;}

@media  screen and (max-width: 1024px){
.gchz_section2-0 .ul a .bt .t{ margin-right:10px;}  
.gchz_section2-0 .ul a .bt .s{ position: relative; top:2px}
.gchz_section2-0 .ul a .bt .s img{ margin-right:3px;}
}


._list1{width: 100%;}
._list1 dl{margin: -10px -20px;width: calc(100% + 40px);display: flex;justify-content: flex-start;flex-wrap: wrap;}
._list1 dl dd{width: 25%;padding: 10px 20px;}
._list1 dl a{display: block;width: 100%;background: #f5f5f5;border-radius: 8px; position: relative; height:100%; padding: 49px 20px 48px 20px;}
._list1 dl a .head{width: 126px;position: relative;margin: 0 auto 20px auto;}
._list1 dl a .head .back{width: 100%;display: block;}
._list1 dl a .head .img{width: 90px; display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
._list1 dl a .er{width: 100%; line-height:0; margin:2px 0 8px 0; text-align: center;}
._list1 dl a .er img{ width:164px;}
._list1 dl a .wordsbox{width: 100%;text-align: center;}
._list1 dl a .wz1{font-size: 20px;color: #0075c2;line-height: 24px;margin-bottom:10px;}
._list1 dl a .wz2{font-size: 16px;color: #000;line-height: 20px;}
._list1 dl .last a{ background: #f3f7fb;}
._list1-1 dl .last a{background: #fff7f2;}
@media  screen and (max-width: 1680px){
._list1 dl a .wz1{font-size: 18px;color: #0075c2;line-height: 24px;margin-bottom:10px;}
._list1 dl a .wz2{font-size: 14px;color: #000;line-height: 20px;}
}
@media  screen and (max-width: 1024px){
._list1 dl{margin:0;width: 100%;}
._list1 dl dd{width: 100%;padding: 0;margin-bottom: 12px;}
._list1 dl dd:last-child{margin-bottom: 0;}
._list1 dl a{display: flex;justify-content: flex-start;align-items: center; padding: 14px;}
._list1 dl a .head{width: 110px;margin: 0;}
._list1 dl a .head .img{width: 50px;}
._list1 dl a .wordsbox{text-align: left;padding-left: 14px;}
._list1 dl a .wz1{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
._list1 dl a .wz2{font-size: 14px;line-height: 18px;}
._list1 dl a .er{ margin:2px; }
._list1 dl a .er{width:100px; min-width:100px;}
._list1 dl a .er img{ width:100%;}
}

._c0{ color: #000000 !important;}
._ea{ color: #ea5505 !important;}
.ny_banner1 .box1{ display:block; content:''; position: absolute; left:0; top:48.5%; z-index: 6; width:100%; transform: translateY(-50%); -ms-transform: translateY(-50%);}
.ny_banner1 .box1 h2{ display:block; width:100%; color: #000; font-size:0.76rem; line-height:0.8rem; font-weight: bold; letter-spacing:0.02rem;}
.ny_banner1 .box1 .info{ display:flex; flex-wrap: wrap; width:100%; color: #000; font-size:0.36rem; line-height:0.4rem; font-weight: bold; margin-top:0.25rem; }
.ny_banner1 .box1 .info .li{ display:flex; align-items: center; margin-right: 0.75rem;}
.ny_banner1 .box1 .info .li:last-child{ margin-right: 0 !important;}
.ny_banner1 .box1 .info .li img{ width:45px; min-width:45px;height:45px; margin-right: 14px;}

@media  screen and (max-width: 1024px){
.ny_banner1 .box1{ top:20.5%; z-index: 6; width:100%; transform: translateY(-50%); -ms-transform: translateY(-50%);}  
.ny_banner1 .box1 h2{ text-align:center; font-size:32px; line-height:36px;} 
.ny_banner1 .box1 .info{ justify-content:center; font-size:16px; line-height:30px; margin-top:10px;}  
.ny_banner1 .box1 .info .li img{ width:24px; min-width:24px;height:24px; margin-right:8px;}

}


._wycy1{ display: block; width:100%; height:100%; position: fixed; left:0; top:0; z-index: 100; background: #000; opacity:0.5;}
._wycy2{ display: block; width:400px; position: fixed; left:50%; top:50%; z-index: 101; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
._wycy2 .box{ display:flex; flex-wrap: wrap; justify-content: center; width:100%; text-align: center; background: #fff; border-radius:10px; padding:77px 58px 58px 58px;}
._wycy2 .box .tit{ display: block; width:100%; color: #000; font-size:16px; line-height:26px; margin-top: 11px;}
._wycy2 .box .er{ display: block; width:228px; border:1px solid #e5e5e5; line-height:0;}
._wycy2 .colse{ position: absolute; right:10px; top:10px; width:32px; height:32px; display: flex; align-items: center; justify-content:center; line-height:0; background: #e5e5e5; border-radius: 50%;}
._wycy2 .colse img{  width:16px; height:16px;}
@media  screen and (max-width: 1024px){
._wycy2{ width:280px;}
._wycy2 .box{ padding:56px 30px 30px 30px;}
._wycy2 .box .er{  width:180px; }
}

.gy_section1 .fh{width: 100%;position: absolute;left: 0;top: 18px;}
.gy_section1 .fh .w_width{display: flex;justify-content: flex-end;align-items: center;}
.gy_section1 .fh a{display: flex;justify-content: flex-start;align-items: center;}
.gy_section1 .fh a img{width: 24px;display: block;margin-right: 4px;}
.gy_section1 .fh a .wz{font-size: 16px;color: #ffffff;line-height: 20px;}
.gy_section1 .fh a .ico2{display: none;}
.gy_section1 .fh a:hover .ico1{display: none;}
.gy_section1 .fh a:hover .ico2{display: block;}
.gy_section1 .fh a:hover .wz{color: #f5d800;}
@media  screen and (max-width:1024px){
.gy_section1 .fh{top: 12px;}
.gy_section1 .fh a img{width: 20px;}
.gy_section1 .fh a .wz{font-size: 14px;line-height: 18px;}
}


._main2{padding-top:95px;padding-bottom:100px;}
._main2 .jj{font-size:16px;color: #333;line-height:30px;margin:68px 0 44px 0;text-align: center;}
._main2 .con_box{width: 100%;}
._main2 .con_box .ul{margin: -14px;width: calc(100% + 28px);}
._main2 .con_box .li{padding: 14px;}
._main2 .con_box a{display: block;margin-bottom: 30px;background: #ffffff;box-shadow: 0 0 14px rgba(0,0,0,0.06);display: flex;justify-content: space-between;align-items: center;padding: 20px 20px 20px 30px;}
._main2 .con_box a:last-child{margin-bottom: 0;}
._main2 .con_box a .left{width: calc(100% - 120px);}
._main2 .con_box a .bt{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 24px;}
._main2 .con_box a .dl{width: 100%;}
._main2 .con_box a .dd{margin-bottom: 8px;display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: #555555;line-height: 20px;}
._main2 .con_box a .dd:last-child{margin-bottom: 0;}
._main2 .con_box a img{width: 24px;display: block;padding-right: 4px;}
._main2 .con_box a .right{width: 120px;font-size: 20px;color: #555555;line-height: 30px;padding: 20px 12px;text-align: center;background: #d4cec7;}
._main2 .con_box .slick-prev{width: 40px;height: 40px;background: #000000;left: -46px;top: 50%;border-radius: 100%;}
._main2 .con_box .slick-next{width: 40px;height: 40px;background: #000000;right: -46px;top: 50%;border-radius: 100%;}
._main2 .con_box .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img73.1.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
._main2 .con_box .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img75.1.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
._main2 .con_box .slick-prev:hover,
._main2 .con_box .slick-next:hover{background: #d3ad7a;}
._main2 .con_box .slick-prev:hover::after{background: url(img/img73.svg)no-repeat center center;background-size: cover;}
._main2 .con_box .slick-next:hover::after{background: url(img/img75.svg)no-repeat center center;background-size: cover;}

._main2 .con_box a.nomap{display:block;}
._main2 .con_box a.nomap .left{width:100%;}


@media  screen and (max-width: 1024px){
._main2{padding-top:65px;padding-bottom: 30px;}
._main2 .jj{ text-align: left; font-size: 14px;line-height: 24px;margin:15px 0 20px 0;}
._main1 .jj br{ display:none;}
._main2 .con_box a{margin-bottom: 12px;padding: 12px;}
._main2 .con_box a .left{width: calc(100% - 100px);}
._main2 .con_box a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
._main2 .con_box a .dd{font-size: 14px;line-height: 18px;align-items: flex-start;}
._main2 .con_box a img{width: 20px;margin-top: 4px;}
._main2 .con_box a .right{width: 90px;font-size: 16px;line-height: 20px;padding: 25px 0px;}
._main2 .con_box .slick-dots{margin-top: 6px;}

._main2 .con_box .slick-dots li.slick-active{background: rgba(211,173,122,0.3);}
._main2 .con_box .slick-dots li.slick-active button{background: #d3ad7a;}

}

._main3{ background: #d4cec7;padding-top:100px;padding-bottom:100px;}
._main3 .con_box .slick-prev{width: 40px;height: 40px;background: #000000;left: -28px;top: 50%;border-radius: 100%;}
._main3 .con_box .slick-next{width: 40px;height: 40px;background: #000000;right: -28px;top: 50%;border-radius: 100%;}
._main3 .con_box .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img73.1.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
._main3 .con_box .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img75.1.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
._main3 .con_box .slick-prev:hover,
._main3 .con_box .slick-next:hover{background: #d3ad7a;}
._main3 .con_box .slick-prev:hover::after{background: url(img/img73.svg)no-repeat center center;background-size: cover;}
._main3 .con_box .slick-next:hover::after{background: url(img/img75.svg)no-repeat center center;background-size: cover;}
._main3 .con_box{ width:100%;}
._main3 .con_box .ul{ display: block;width: calc(100% + 0.64rem); margin:-0.32rem;}
._main3 .con_box .li{ width:33.33%; padding:0.32rem;}
._main3 .con_box .a{ width:100%; position: relative; height:100%; background: #fff; text-align: center; padding:53px 24px 30px 24px;}
._main3 .con_box .a .tit{ width:100%; color: #000; font-size:24px; line-height:28px; margin-top:30px;}
._main3 .con_box .a .p{ width:100%; color: #555; font-size:16px; line-height:30px; margin-top:14px; padding:0 0.42rem;}
._main3 .con_box .a .img{ width:100%; line-height:0; padding:0 0.6rem; }
._main3 .con_box .a .img img{ width:100%;}
._main3 .con_box .a .pic{ display: flex; flex-wrap: wrap; width:100%; line-height:0; margin-top:11px; }
._main3 .con_box .a .div{ width:33.33%; line-height:0; padding:0 6px; margin-top:12px; }
@media  screen and (max-width: 1680px){
._main3 .con_box .a .p{font-size:14px; line-height:26px; margin-top:14px; padding:0 0.3rem;}

}
@media  screen and (max-width: 1024px){
._main3{padding-top:30px;padding-bottom: 30px;}
._main3 .slick-dots{margin-top: 6px;}
._main3 .con_box .ul{width: calc(100% + 12px); margin:-6px;}
._main3 .con_box .li{ width:33.33%; padding:6px;}
._main3 .con_box .a{ padding:20px 10px 15px 10px;}
._main3 .con_box .a .tit{ font-size:16px; line-height:20px; margin-top:18px;}
._main3 .con_box .a .p{ font-size:14px; line-height:24px; margin-top:10px; }
._main3 .con_box .a .pic{ margin-top:10px; }
._main3 .con_box .a .div{ padding:0 5px; margin-top:10px; }

._main3 .con_box .slick-dots li.slick-active{background: rgba(211,173,122,0.3);}
._main3 .con_box .slick-dots li.slick-active button{background: #d3ad7a;}
}


._main4{ padding-top:95px;padding-bottom:100px;}
._main4 .list{ display: block; width:100%; margin-top: 64px;}
._main4 .list .li{ display: block; width:100%;}
._main4 .list .a{ display:flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width:100%;}
._main4 .list .a ._lpic{width:50%;}
._main4 .list .a .img{ display: block; line-height:0; overflow: hidden;width: 100%;}
._main4 .list .a .img img{-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;  }
._main4 .list .a .cont{ display: block; width:45%;}
._main4 .list .a .tit{ display: block; width:100%;color: #000; font-size:30px;line-height:36px;
 overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;}
._main4 .list .a .p{ display: block; width:100%;color: #555; font-size:16px;line-height:30px; margin-top:0.29rem;
 overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:3;}
._main4 .list .a .more{ display:flex; align-items: center; justify-content:center; width:160px; height:48px; padding-bottom: 1px; background: #000; color: #fff; font-size:16px;line-height:1; margin:0.38rem 0 0.1rem 0 ;-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;  }
._main4 .list .a .img:hover img{ transform: scale(1.1); -ms-transform: scale(1.1);}
._main4 .list .a:hover .more{background: #d3ad7a;}
._main4 .list .li:nth-child(2n) .a{flex-direction:row-reverse;}
._main4 .slick-dots{position: absolute; bottom: 16px; height: 8px; text-align: center;justify-content: flex-start;padding-left: 20px;margin-top: 0;}
._main4 .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 2px; background: rgba(255,255,255,0.5);font-size: 0;}
._main4 .slick-dots li button{display: none;}
._main4 .slick-dots li.slick-active{ background: #fff;}
@media  screen and (max-width: 1680px){
._main4 .list .a .p{ line-height:28px; margin-top:0.19rem;}
._main4 .list .a .more{ margin:0.28rem 0 0.1rem 0 ;}

._main4 .list .a .tit{  font-size:26px;line-height:32px;}
._main4 .list .a .p{  font-size:14px;line-height:26px; }
}
@media  screen and (max-width: 1440px){
._main4 .list .a .tit{ font-size:26px;line-height:32px;} 
._main4 .list .a .p{ font-size:14px;line-height:24px; margin-top:0.19rem;}
._main4 .list .a .more{ font-size:14px; width:100px; height:36px; margin:0.28rem 0 0.1rem 0 ;}
}
@media  screen and (max-width: 1024px){
._main4{padding-top:30px;padding-bottom:10px;}
._main4 .list{ margin-top:20px;}
._main4 .list .a ._lpic{width:100%;}
._main4 .list .a .img{ width:100%;}
._main4 .list .a .cont{ width:100%; margin:15px 0 20px 0;}
._main4 .list .a .tit{ font-size:16px;line-height:22px;} 
._main4 .list .a .p{ margin-top:5px;}
._main4 .list .a .more{ margin:15px 0 0 0 ;}
}


._main5{ background: #d4cec7;padding-top:95px;padding-bottom:107px;}
._main5 .con_box .slick-prev{width: 40px;height: 40px;background: #000000;left: -60px;top: 50%;border-radius: 100%;}
._main5 .con_box .slick-next{width: 40px;height: 40px;background: #000000;right: -60px;top: 50%;border-radius: 100%;}
._main5 .con_box .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img73.1.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
._main5 .con_box .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img75.1.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
._main5 .con_box .slick-prev:hover,
._main5 .con_box .slick-next:hover{background: #d3ad7a;}
._main5 .con_box .slick-prev:hover::after{background: url(img/img73.svg)no-repeat center center;background-size: cover;}
._main5 .con_box .slick-next:hover::after{background: url(img/img75.svg)no-repeat center center;background-size: cover;}
._main5 .con_box{ width:100%; margin-top: 70px; background: #fff; box-shadow:0 2px 10px rgba(0,0,0,0.08);}
._main5 .con_box .ul{ width:100%;}
._main5 .con_box .li{ display:flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; width:100%; position:relative;}
._main5 .con_box .right{ display:block; line-height:0; width:50%; position:absolute; right:0; top:0; height:100%;}
._main5 .con_box .right .div{ width:100%; line-height:0; height:100%; position:relative;}
._main5 .con_box .right .div 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;}
._main5 .con_box .left{ display:block; width:50%; padding:0.72rem 0.8rem 0.6rem 0.8rem;}
._main5 .con_box .left .tit{ display: flex; flex-wrap: wrap; align-items: center; font-weight: bold; font-size:30px; line-height:38px; color:#000;}
._main5 .con_box .left .k{ font-weight: bold;text-transform: uppercase; font-size:32px;  color:transparent; position: relative; margin-left:18px; padding-left: 29px;
  -webkit-text-fill-color:transparent;
  -webkit-text-stroke: 1px #cccccc;
  text-stroke: 1px #cccccc; }
._main5 .con_box .left .k::after{ display: block; content:''; position: absolute; left:0; top:2px; width:11px; height:11px; border-radius: 50%;border: 1px solid #d3ad7a;}
._main5 .con_box .left .k::before{ display: block; content:''; position: absolute; left:5px; top:12px; width:1px; height:23px; border-radius: 50%;  background: #d3ad7a;}
._main5 .con_box .left .p{ display: block; width:100%; color: #555; font-size:16px;line-height:30px; margin-top:0.30rem; }
._main5 .con_box .left .pic{ display:block; width:100%; line-height:0; margin-top:0.34rem; padding:0 10px; }
._main5 .con_box .left .pic .div{ width:33.33%; line-height:0; padding:0 0.18rem; text-align:center; }
._main5 .con_box .left .pic .div i{ display: block; width:100%;}
._main5 .con_box .left .pic .div i{ 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;}
._main5 .con_box .left .pic .div i 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;}
._main5 .con_box .left .pic .div a:hover i img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
._main5 .con_box .left .pic .div span{ display: block; width:100%; ;color: #555; font-size:16px;line-height:26px; margin-top: 12px;}
._main5 .con_box .left .pic .slick-prev{width: 40px;height: 40px;background:none;left:-15px;}
._main5 .con_box .left .pic .slick-next{width: 40px;height: 40px;background:none;right:-15px;}
._main5 .con_box .left .pic .slick-prev:hover::after{background: url(img/img73.2.svg)no-repeat center center;background-size: cover;}
._main5 .con_box .left .pic .slick-next:hover::after{background: url(img/img75.2.svg)no-repeat center center;background-size: cover;}
@media  screen and (max-width: 1680px){
._main5 .con_box .left .p{ display: block; width:100%; color: #555; font-size:14px;line-height:26px; margin-top:0.24rem; }

}
@media  screen and (max-width: 1400px){
._main5 .con_box .left{  padding:0.4rem 0.4rem 0.4rem 0.4rem;}
._main5 .con_box .left .p{margin-top: 0.14rem;}
._main5 .con_box .left .pic{margin-top: 0.26rem;}
}
@media  screen and (max-width: 1024px){
._main5{padding-top:30px;padding-bottom: 50px;}
._main5 .slick-dots{margin-top: 6px;position: absolute;left: 0;bottom: -30px;}
._main5 .con_box{ margin-top:25px; padding-bottom:0;}
._main5 .con_box .li{ flex-wrap:wrap-reverse;}
._main5 .con_box .right{ width:100%; position:initial;}
._main5 .con_box .right .div img{position:initial; -webkit-transform: initial !important; 
-moz-transform: initial !important; 
-ms-transform: initial !important;
-o-transform: initial !important;
transform: initial !important;}
._main5 .con_box .left{ width:100%;padding:30px 15px 15px 15px; height:auto !important;}
._main5 .con_box .left .tit{ font-size:20px; line-height:28px;}
._main5 .con_box .left .k{ font-size: 22px; margin-left:10px; padding-left:20px;}
._main5 .con_box .left .k::before{ height:15px;}
._main5 .con_box .left .p{ font-size:14px; line-height:24px; margin-top: 15px;}
._main5 .con_box .left .p br{ display:none;}
._main5 .con_box .left .pic{ margin-top:15px; padding:0 15px; }
._main5 .con_box .left .pic .div span{ font-size:14px; line-height:20px; margin-top: 8px;}

._main5 .con_box .slick-dots li.slick-active{background: rgba(211,173,122,0.3);}
._main5 .con_box .slick-dots li.slick-active button{background: #d3ad7a;}
}



._main6{padding-top:173px;padding-bottom:100px;}
._main6 .box{ display:flex; flex-wrap: wrap; width:100%; align-items: flex-start; justify-content: space-between;}
._main6 .right{ width:50%; display: block; line-height: 0;}
._main6 .right .pic{ width:100%; display: block; line-height: 0;}
._main6 .right .slick-dots{ position: absolute; left:0;  bottom:16px; z-index: 10;}
._main6 .right .slick-dots li{display: flex; justify-content: center; align-items: center; border-radius:50%; cursor:pointer; width:8px; height:8px; margin:0 3px; opacity:0.5;}
._main6 .right .slick-dots li button{font-size: 0; border-radius:50%; width:8px; height:8px; background:#fff;}
._main6 .right .slick-dots li.slick-active{ background:rgba(0,117,194,0.3); opacity:1;}
._main6 .right .slick-dots li.slick-active button{background:#fff;}
._main6 .left{ width:40.5%; margin-top:0.42rem;}
._main6 .left ._title1{ text-align:left; margin-top:0.12rem;}
._main6 .left .t1{ width:100%; display: block; color: #000; font-size:24px; line-height:28px; padding-top:0.2rem; position: relative;}
._main6 .left .t1::after{ display: block; content:''; position: absolute;left:0; top:0; width:40px; height: 4px; background: #d3ad7a;}
._main6 .left .list{ width:100%; display: block; color: #333; font-size:16px; line-height:30px; margin-top:0.32rem;}
._main6 .left .list .li{ width:100%; display:flex; margin-top:0.27rem;}
._main6 .left .list .li .ico{ width:64px; min-width:64px;  display: block; line-height:0; margin-right:21px;}
._main6 .left .list .li .ico img{ width:100%;}
._main6 .left .list .li .s{width:100%; display:flex; min-height:64px; align-items: center;}

@media  screen and (max-width: 1680px){
._main6 .left{ width:40.5%; margin-top:0.3rem;}
._main6 .left ._title1{ text-align:left; margin-top:0.08rem;}
._main6 .left .t1{ font-size:20px; line-height:24px; padding-top:0.16rem;}
._main6 .left .list{font-size:14px; line-height:26px; margin-top:0.24rem;}
._main6 .left .list .li{ margin-top:0.2rem;}
._main6 .left .list .li .ico{ width:54px; min-width:54px;  margin-right:16px;}
._main6 .left .list .li .s{width:100%; display:flex; min-height:54px; align-items: center;font-size: 13px;}
}
@media  screen and (max-width: 1400px){
._main6 .left{ width:40.5%; margin-top:0;}
._main6 .left ._title1{ text-align:left; margin-top:0.08rem;font-size: 32px;line-height: 36px;}
._main6 .left .t1{ font-size:20px; line-height:24px; padding-top:0.16rem;}
._main6 .left .list{font-size:14px; line-height:26px; margin-top:0.24rem;}
._main6 .left .list .li{ margin-top:0.12rem;}
._main6 .left .list .li .ico{ width:54px; min-width:54px;  margin-right:16px;}
._main6 .left .list .li .s{width:100%; display:flex; min-height:54px; align-items: center;font-size: 13px;}
}
@media  screen and (max-width: 1024px){
._main6{padding-top:65px;padding-bottom: 30px;}
._main6 .right{ width:100%; margin-top:25px;}
._main6 .right .slick-dots li{width:8px; height:8px;}
._main6 .left{ width:100%;}
._main6 .left .t1{ font-size:16px; line-height:20px; padding-top:12px;}
._main6 .left ._title1{ margin-top: 8px;}
._main6 .left .list{ font-size:14px; line-height:24px;}
._main6 .left .list .li{ margin-top:20px;}
._main6 .left .list .li .ico{ width:40px; min-width:40px; margin-right:10px;}
._main6 .left .list .li .s{ min-height:40px;}
}

.gchz_section2-1 .slick-dots li.slick-active{background: rgba(234,85,5,0.3);}
.gchz_section2-1 .slick-dots li.slick-active button{background: #ea5505;}

.gy_section1s .ba_pic{height: calc(100vh - 96px - 74px);}

.pagecon{padding-top:50px; padding-bottom:50px;}
.pagecon .w_1200{padding:0; background:none;}
.pagecon .content{padding:0; border:0;}
@media  screen and (max-width: 1024px){
.pagecon{padding-top:20px; padding-bottom:20px;}
}



.zws_section{width: 100%;margin-top: -96px;opacity: 0;height: 96px;z-index: 10;position: relative;z-index: -99;}
@media  screen and (max-width: 1024px){
.zws_section{width: 100%;margin-top: -50px;opacity: 0;height: 50px;z-index: 10;position: relative;z-index: -99;}
}




.mendianlist{padding-bottom:64px;}
.mendianlist .content{padding-top: 44px;font-size: 16px;color: #555555;line-height: 32px;}
.mendianlist .content img{max-width: 100%;}
@media  screen and (max-width: 1680px){
.mendianlist .content{font-size: 14px;line-height: 26px;}
}
@media  screen and (max-width: 1024px){
    .mendianlist{padding-bottom:34px;}
    .mendianlist .content{padding-top:20px;}
}



.rhgm_section5 .content{padding-top: 20px;font-size: 16px;color: #555555;line-height: 32px;}
.rhgm_section5 .content img{max-width: 100%;}
@media  screen and (max-width: 1680px){
.rhgm_section5 .content{font-size: 14px;line-height: 26px;}
}
@media  screen and (max-width: 1024px){
    .rhgm_section5 .content{padding-top:40px;}
}


._main2 .content{padding-top: 44px;font-size: 16px;color: #555555;line-height: 32px;}
._main2 .content img{max-width: 100%;}
@media  screen and (max-width: 1680px){
._main2 .content{font-size: 14px;line-height: 26px;}
}
@media  screen and (max-width: 1024px){
    ._main2 .content{padding-top:40px;}
}
