@font-face{
	font-family:"osr";
	src: url("../css/fonts/OSWALD-REGULAR.TTF") format("opentype");
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: linear-gradient(to bottom, #19A9AE, #52B66A);
}
body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #DEDEDE;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

:root {
  --font-family: Source Han Sans CN, 'sans-serif','Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.hamburger {
  display: none;
}
.m-center {
  width: 1200px;
}
.x-center {
  width: 1400px;
}
.c-center {
  width: 1600px;
}
.center {
  width: 1400px !important;
}
.app{
  display: none;
}
.diaolog-pb{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
}
.diaolog video,
.diaolog img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 75%;
  max-width: 75%;
}
.diaolog i{
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}
.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}
.message-alert.success {
  background-color: #55BB8A;
}
.message-alert.error {
  background-color: #F56C6C;
}
.message-alert.warning {
  background-color: #E6A23C;
}
/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.seader {
  position: relative;
}
.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}
.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}
.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #0444A4;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}
.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}
.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}
.seader .close img {
  display: block;
}
.el-message{
  font-family: var(--font-family);
}
.header-box.active,
.header-box.iactive{
  background-color: #FFFFFF;
  box-shadow: 0px 10px 26px 0px rgb(0 0 0 / 8%);
}
.header-box.active .nav li>a,
.header-box.iactive .nav li>a{
  color: #333333;
}
.header-box.active .language .zs span,
.header-box.active .language .zs i,
.header-box.iactive .language .zs span,
.header-box.iactive .language .zs i{
  color: #333333;
}
.header-box.active .nav li>a::after,
.header-box.iactive .nav li>a::after{
  background: linear-gradient(90deg, #00A4CC, #94C51B);
}
.header-box{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: calc(100% - 200px);
  padding: 0 100px;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.header-box .logo img{
  height: 60px;
}
.header-box .nav{
  display: flex;
  height: 100%;
}
.header-box .nav li{
  height: 100%;
}
.header-box .nav li:not(:first-of-type){
  margin-left: 55px;
}
.header-box .nav li>a{
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.header-box .nav li>a::after{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}
.header-box .nav li.active>a::after,
.header-box .nav li>a:hover::after{ 
  width: 100%;
}
.header-box .nav li .two{
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0 42px 0;
  transition: 0.4s;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  box-shadow: 0px 10px 26px 0px rgb(0 0 0 / 8%);
}
.header-box .nav li:hover .two{ 
  opacity: 1;
  transform: scaleY(1);
}
.header-box .nav li .two a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 1;
  padding: 0 30px;
  transition: 0.3s;
}
.header-box .nav li .two a:hover{
  color: #74BE41;
}
.header-box .nav li .two a:not(:first-of-type){
  border-left: 1px solid #DDDDDD;
}
.header-box .language{
  position: relative;
}
.header-box .language .zs{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-box .language .zs span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.header-box .language .zs i{
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
  transition: 0.3s;
}
.header-box .language .flow{
  position: absolute;
  left: 0;
  top: calc(100%);
  background-color: #FFFFFF;
  min-width: 100%;
  width: max-content;
  padding: 5px 0;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 8%);
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  transition: 0.3s;
}
.header-box .language:hover .flow{
  opacity: 1;
  transform: scaleY(1);
}
.header-box .language .flow a{
  display: block;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 5px 5px;
  transition: 0.3s;
}
.header-box .language .flow a:hover{
  color: #74BE41;
}
.mySwiper{
  width: 100%;
  height: 100vh;
}
.mySwiper .swiper-slide{
  overflow: hidden;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.mySwiper .ct .rq{
  opacity: 0;
  transform: translateY(120px);
  transition: 1.5s;
  transition-delay: 0.4s;
  width: 80%;
}
.mySwiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 60px;
  color: #FFFFFF;
}
.mySwiper .ct p{
  font-family: Arial;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  margin-top: 10px;
  /*letter-spacing: 4.3px;*/
}
.mySwiper .swiper-pagination{
  left: 50%;
  transform: translateX(-50%);
  bottom: 55px;
  text-align: center;
}
.mySwiper .swiper-pagination-bullet{
  width: 120px;
  height: 3px;
  background-color: #FFFFFF;
  opacity: 0.3;
  transition: 0.3s;
  border-radius: 0;
}
.mySwiper .swiper-pagination-bullet-active{
  opacity: 1;
}
.i1-box{
  background: url(../images/i1.png) no-repeat center / cover;
  padding: 245px 0 135px 0;
}
.i1ct{
  margin: 0 auto;
}
.i1ct .more{
  width: 196px;
  height: 41px;
  border-radius: 23px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 55px auto 0;
  overflow: hidden;
}
.i1ct .more::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  background: linear-gradient(90deg, #00A4CC, #94C51B);
}
.i1ct .more:hover:after{
  width: 100%;
}
.i1ct .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 23px;
  padding: 2px;
  background: linear-gradient(90deg, #00A4CC, #94C51B);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.i1ct .more span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.i1ct .more i{
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.i1ct .pb-title p{
  margin-top: 54px;
}
.i11-box{
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 135px;
}
.i11-box .numContent{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 100px;
}
.i11-box .numContent .item .tt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.i11-box .numContent .item .db{
  display: flex;
  align-items: flex-start;
  margin-top: 13px;
}
.i11-box .numContent .item .db .num{
  font-family: osr;
  font-weight: 400;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 1;
}
.i11-box .numContent .item .db span{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 66px;
  color: #FFFFFF;
  line-height: 1;
}
.i11-box .numContent .item .db p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1;
  margin-left: 12px;
  transform: translateY(5px);
}
.pb-title h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 60px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}
.pb-title h6{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  margin-top: 26px;
}
.pb-title p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  margin-top: 34px;
}
.pb-title.left h3,
.pb-title.left p{
  text-align: left;
}
.pb-title.black h3,
.pb-title.black p{
  color: #222222;
}
.i2-box{
  background: url(../images/i2-1.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 185px 0 175px calc((100% - 1400px) / 2);
}
.i2-box .left{
  width: 550px;
}
.i2-box .right{
  width: calc(100% - 550px - 150px - 100px);
  height: calc(400px - 45px);
  padding-top: 45px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-left: 150px;
}
.i2-box .right .zs .box:not(:first-of-type){
  display: none;
}
.i2-box .right .tag{
  width: calc(100% - 84px);
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #E5E5E5;
}
.i2-box .right .tag a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: calc(100% / 4 - 20px);
  padding: 0 10px 12px 10px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.i2-box .right .tag a::after{
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  transition: 0.3s;
}
.i2-box .right .tag a:hover,
.i2-box .right .tag a.active{
  background: linear-gradient(to right, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.i2-box .right .tag a.active{
  font-weight: bold;
}
.i2-box .right .tag a.active::after{
  width: 100%;
}
.i2-box .right .zs{
  margin-top: 40px;
}
.i2-box .right .rq{
  display: flex;
  /*align-items: center;*/
  width: calc(100% - 62px - 42px);
  padding: 0 42px 0 62px;
}
.i2-box .right .rq .txt{
  width: 50%;
}
.i2-box .right .rq .txt h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  color: #222222;
}
.i2-box .right .rq .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-top: 3px;
}
.i2-box .right .rq .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 20px 0 45px 0;
}
.i2-box .right .rq .txt a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-bottom: 1px solid #797878;
  padding-bottom: 5px;
}
.i2-box .right .rq .ib{
  width: 40%;
  margin-left: auto;
  max-height: 225px;
}
.i2-box .right .rq .ib img{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.i3-box{
  overflow: hidden;
}
.i3ct{
  margin: 0 auto;
  padding: 88px 0 128px 0;
}
.i3ct .pb-title{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i3ct .pb-title p{
  max-width: 80%;
}
.i3ct .mide{
  display: flex;
  justify-content: space-between;
  height: 640px;
  margin-top: 64px;
}
.i3ct .mide .left{
  width: 435px;
  height: 100%;
}
.i3ct .mide .right{
  width: calc(100% - 435px - 20px);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.i3ct .mide .right .rit{
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  height: calc((100% - 20px) / 2);
}
.i3ct .mide .right .rit:nth-of-type(2n){
  margin-right: 0;
}
.i3ct .mide .right .rit:last-of-type{
  margin-right: 0;
  margin-top: 20px;
  width: 100%;
}
.i3ct .mide .right .rit .wz{
  width: 50%;
}
.i3ct .mide .left .zs{
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  bottom: 10%;
  object-fit: contain;
}
.i3ct .mide .right .rit .zs{
  max-height: 75%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
}
.i3ct .mide .right .rit:nth-of-type(2) .zs{
  right: 5%;
  width: 45%;
}
.i3ct .mide .right .rit:nth-of-type(3) .zs{
  right: 20%;
}
.i3ct .mide .right .rit .wz{
  width: 41%;
}
.i3ct .mide .wz{
  position: absolute;
  top: 48px;
  left: 42px;
}
.i3ct .mide .wz .line{
  width: 25px;
  height: 4px;
  background: linear-gradient(90deg, #00A4CC, #94C51B);
}
.i3ct .mide .wz h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
  line-height: 1;
  margin: 20px 0 8px 0;
}
.i3ct .mide .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.i3ct .mide .wz a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  width: max-content;
  padding-bottom: 4px;
  position: relative;
  transition: 0.3s;
  margin-top: 20px;
  display: block;
}
.i3ct .mide .wz a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #222222;
  transition: 0.3s;
}
.i3ct .mide .wz a:hover{
  color: #94C51B;
  background: linear-gradient(0deg, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.i3ct .mide .wz a:hover::after{
  background: linear-gradient(0deg, #00A4CC, #94C51B);
}
.i3ct .mide .zs{
  position: absolute;
}
.i3ct .mide .item{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.i3ct .mide .item .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i4-box{
  background: url(../images/i4-10.jpg) no-repeat center / cover;
  padding-top: 165px;
}
.i4-box .pb-title p{
  margin-top: 26px;
}
.i4-box .mide{
  display: flex;
  flex-wrap: wrap;
  margin-top: 66px;
}
.i4-box .mide .it{
  width: calc((100% - 3px) / 4);
  height: 379px;
  border-right: 1px solid rgba(255,255,255,0.2);
  border-top: 1px solid rgba(255,255,255,0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.i4-box .mide .it .bg{
  width: 0;
  height: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.5s;
}
.i4-box .mide .it:nth-of-type(4n){
  border-right: none;
}
.i4-box .mide .it .icon{
  height: 70px;
  position: relative;
  z-index: 1;
}
.i4-box .mide .it h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  max-width: 90%;
  margin-top: 60px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.i4-box .mide .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  max-width: 90%;
  text-align: center;
  transform: scaleY(0);
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform-origin: bottom;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i4-box .mide .it .more{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  border-bottom: 1px solid #dbdbdb;
  transition: 0.5s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform-origin: top;
  transform: scaleY(0);
  display: block;
}
.i4-box .mide .it .more:hover{
  color: #0DCEFF;
  border-bottom-color: #0DCEFF;
}
.i4-box .mide .it:hover h3{
  margin-top: 32px;
  font-size: 30px;
  font-weight: 800;
}
.i4-box .mide .it:hover p{
  margin: 10px 0 44px 0;
  height: auto;
  opacity: 1;
  transform: scaleY(1);
}
.i4-box .mide .it:hover .more{
  padding-bottom: 7px;
  height: auto;
  overflow: auto;
  opacity: 1;
  transform: scaleY(1);
}
.i4-box .mide .it:hover .bg{
  width: 100%;
  height: 100%;
  opacity: 1;
}
.i5-box{
  overflow: hidden;
}
.i5ct{
  padding: 105px 0 70px 0;
  margin: 0 auto;
}
.i5ct .top{
  display: flex;
  justify-content: space-between;
}
.i5ct .top .right{
  display: flex;
  align-items: center;
}
.i5ct .top .right a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
  position: relative;
  padding-bottom: 16px;
}
.i5ct .top .right a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #00A4CC, #94C51B);
}
.i5ct .top .right a.active,
.i5ct .top .right a:hover{
  font-weight: bold;
}
.i5ct .top .right a.active::after{
  width: 100%;
}
.i5ct .top .right a:not(:first-of-type){
  margin-left: 40px;
}
.i5ct .mide{
  margin-top: 70px;
  position: relative;
}
.i5ct .pb-swiper{
  background-color: #FFFFFF;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 75px;
  opacity: 0;
  transition: 0.4s;
}
.i5ct .pb-swiper.active{
  position: relative;
  z-index: 2;
  opacity: 1;
}
.i5ct .pb-swiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #AAAAAA;
  border-radius: 5px;
  opacity: 0.5;
  transition: 0.3s;
}
.i5ct .pb-swiper .swiper-pagination-bullet-active{
  opacity: 1;
  background-color: #08A6C2;
  width: 30px;
}
.i5ct .pb-swiper a{
  display: block;
  width: 100%;
  transition: 0.4s;
  background-color: #ffffff;
}
.i5ct .pb-swiper a:hover{
  box-shadow: 0px 5px 40px 0px rgba(17,25,4,0.11);
}
.i5ct .pb-swiper a img{
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.i5ct .pb-swiper a .txt{
  width: calc(100% - 74px);
  padding: 28px 37px 50px 37px;
}
.i5ct .pb-swiper a .txt .tp{
  display: flex;
}
.i5ct .pb-swiper a .txt .tp .time{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #08A6C2;
}
.i5ct .pb-swiper a .txt .tp p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-left: 35px;
}
.i5ct .pb-swiper a .txt h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 18px 0 28px 0;
}
.i5ct .pb-swiper a .txt h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i5ct .pb-swiper a .txt .more{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  width: max-content;
  padding-bottom: 4px;
  position: relative;
  transition: 0.3s;
  margin-top: 42px;
}
.i5ct .pb-swiper a .txt .more::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #222222;
  transition: 0.3s;
}
.i5ct .pb-swiper a .txt .more:hover{
  color: #94C51B;
  background: linear-gradient(0deg, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.i5ct .pb-swiper a .txt .more:hover::after{
  background: linear-gradient(0deg, #00A4CC, #94C51B);
}
.banner{
  width: 100%;
  height: 747px;
  position: relative;
}
.banner .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .ct{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.banner .ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.banner .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  margin: 35px auto;
  max-width: 80%;
}
.banner .ct p{
  width: 76px;
  height: 5px;
  background: #FFFFFF;
  margin: 0 auto;
}
.a1-box{
  background: url(../images/a3.png) no-repeat center / cover;
  padding: 108px 0 230px calc((100% - 1400px) / 2);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.a1-box .left{
  width: 602px;
}
.a1-box .left h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
  line-height: 1;
}
.a1-box .left h6{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  margin: 38px 0 47px 0;
}
.a1-box .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.a1-box .left .desc p:not(:first-of-type){
  margin-top: 25px;
}
.a1-box .right{
  width: calc(100% - 602px - 98px);
}
.a1-box .right .ib{
  width: 100%;
  position: relative;
}
.a1-box .right .ib img{
  width: 100%;
}
.a1-box .right .ib .rund{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.a1-box .right .ib .rund:hover i{
  transform: rotate(360deg);
}
.a1-box .right .ib .rund i{
  font-size: 26px;
  color: #74BE41;
  transition: 0.5s;
}
.a1-box .right .ib .rund .pulse1{
  background-color: rgba(255,255,255,0.1);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  animation: pulse 3s ease-out infinite;
  z-index: -1;
}
@keyframes pulse {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 162px;
    height: 162px;
  }
}
.a1-box .right .numContent{
  display: flex;
  justify-content: space-between;
  margin-top: 105px;
  padding-right: 100px;
}
.a1-box .right .numContent .item .db{
  display: flex;
  align-items: flex-start;
}
.a1-box .right .numContent .item .db .num{
  font-family: osr;
  font-weight: 400;
  font-size: 40px;
  color: #09A6C1;
  line-height: 1;
  background: linear-gradient(to right, #09A6C1, #74BE41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.a1-box .right .numContent .item .db span{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 36px;
  color: #5CB95E;
  line-height: 1;
  margin-left: 8px;
}
.a1-box .right .numContent .item .db p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #5DB95C;
  line-height: 1;
  transform: translateY(5px);
  margin-left: 10px;
}
.a1-box .right .numContent .item .tt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  margin-top: 10px;
}
.a2-box{ 
  background: url(../images/a2-5.png) no-repeat center / cover;
}
.a2ct{
  padding: 129px 0 213px 0;
  margin: 0 auto;
}
.npb-title h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
  text-align: center;
  line-height: 1;
}
.npb-title p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin: 26px auto 0;
}
.npb-title.left h3,
.npb-title.left p{
  text-align: left;
}
.a2ct .sb{
  margin-top: 78px;
  position: relative;
}
.a2-swiper{
  width: calc(100% - 120px);
  margin: 0 auto;
}
.a2-swiper a{
  display: block;
  width: 100%;
}
.a2-swiper a img{
  width: 100%;
}
.a2ct .sb .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.a2ct .sb .pb:hover{
  color: #09A6C1;
}
.a2ct .sb .prev{
  left: 0;
}
.a2ct .sb .next{
  right: 0;
}
.a3-box{
  position: relative;
  background: url(../images/a3-1.png) no-repeat center / cover;
  overflow: hidden;
}
.a3ct{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 97px 0 220px 0;
}
.a3ct .left{
  position: relative;
  width: 400px;
  height: max-content;
  padding-top: 90px;
}
.a3ct .time-swiper{
  height: 399px;
}
.a3ct .left::after{
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% + 100px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(93,185,92, 0.4), rgba(255, 255, 255, 0));
}
.a3ct .left::before{
  display: block;
  content: '';
  position: absolute;
  top: calc(50% + 45px);
  transform: translateY(-50%);
  right: -14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #5DB95C;
}
.a3ct .time-swiper .wz{
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #AAAAAA;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  width: calc(100% - 20%);
  padding-right: 20%;
}
.a3ct .time-swiper .wz p{
  margin-right: 10px;
  line-height: 1;
}
.a3ct .time-swiper .swiper-slide-active .wz{
  font-size: 150px;
  color: #74BE41;
  background: linear-gradient(to right, #09A6C1, #74BE41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  justify-content: flex-start;
  padding-right: 0;
  width: 100%;
}
.a3ct .time-swiper .swiper-slide-active .wz span{
  display: none;
}
.a3ct .time-swiper .swiper-slide-next{
  display: flex;
  align-items: flex-end;
}
.a3ct .cwz{
  position: relative;
}
.a3ct .cwz .flow{
  position: absolute;
  left: calc(100% + 43px);
  top: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  width: max-content;
}
.a3ct .cwz h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  line-height: 40px;
}
.a3ct .cwz p{
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  writing-mode: vertical-rl;
  margin-top: 35px;
}
.a3ct .right{
  width: 700px;
  padding-top: 90px;
}
.a3ct .desc-swiper .wa img{
  width: 100%;
}
.a3ct .desc-swiper .wa h3{
  font-family: Arial;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
}
.a3ct .desc-swiper .wa p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.a3ct .desc-swiper .row{
  margin-top: 42px;
  padding-left: 30px;
  position: relative;
}
.a3ct .desc-swiper .row::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 3px solid #5DB95C;
}
.a4-box{
  width: 100%;
  background-color: #F3F8FC;
  overflow: hidden;
}
.a4ct{
  margin: 0 auto;
  padding: 131px 0 84px 0;
}
.a4ct .top{
  display: flex;
  justify-content: space-between;
}
.a4ct .top .right{
  display: flex;
  position: relative;
  border: 2px solid transparent;
  height: max-content;
  border-radius: 30px;
}
.a4ct .top .right::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(90deg, #00A4CC, #94C51B);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.a4ct .top .right a{
  border-radius: 30px;
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
  z-index: 1;
  position: relative;
}
.a4ct .top .right a.active{
  background: linear-gradient(to right, #09A6C1, #74BE41);
  color: #ffffff;
  font-weight: bold;
}
.a4ct .mapbox{
  margin-top: 30px;
}
.a4ct .mapbox img{
  max-width: 100%;
  margin: 0 auto;
}
.a4ct .mapbox .proint{
  position: absolute;
  /* display: flex;
  align-items: center;*/
  cursor: pointer; 
}
/* .a4ct .mapbox .proint.dby{
  flex-direction: column-reverse;
}
.a4ct .mapbox .proint.dby .mz{
  margin-bottom: 9px;
  margin-left: 0;
} */
/* .a4ct .mapbox .proint.bot{
  flex-direction: column;
}
.a4ct .mapbox .proint.bot .mz{
  margin-top: 9px;
  margin-left: 0;
} */
.a4ct .mapbox .proint.dby .mz{
  bottom: calc(100% + 9px);
  top: unset;
  transform: translateX(-50%);
  left: 50%;
}
.a4ct .mapbox .proint.bot .mz{
  top: calc(100% + 9px);
  transform: translateX(-50%);
  left: 50%;
}
.a4ct .mapbox .proint .mz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  /* margin-left: 10px; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  width: max-content;
}
.a4ct .mapbox .proint .flow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  opacity: 0;
  transform-origin: left;
  left: calc(100% + 30px);
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(48,175,146,0.31);
  border-radius: 10px;
  width: calc(460px - 60px);
  padding: 20px 30px 23px 30px;
  transition: 0.4s;
  z-index: 4;
}
.a4ct .mapbox .proint .flow::before{
  display: block;
  content: '';
  position: absolute;
  top: 30px;
  left: 18px;
  width: 5px;
  height: 5px;
  background: #10A8B8;
  border-radius: 50%;
}
.a4ct .mapbox .proint .flow::after{
  display: block;
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #FFFFFF;
}
.a4ct .mapbox .proint .flow h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #74BE41;
  background: linear-gradient(to right, #09A6C1, #74BE41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.a4ct .mapbox .proint .flow .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 11px;
}
.a4ct .mapbox .proint .flow .wz img{
  margin: 5px 0;
  border-radius: 6px;
}
.a4ct .mapbox .proint .rund{
  position: relative;
}
.a4ct .mapbox .proint .rund i{
  font-size: 24px;
  color: #10A8B8;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%,-50%);
}
.a4ct .mapbox .proint .rund .pulse1{
  width: 10px;
  height: 10px;
  background: #10A8B8;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.a4ct .mapbox .proint .rund .pulse2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  border-radius: 50%;
  background-color: rgba(16,168,184, 0.4);
  z-index: 2;
  animation: bigpulse1 3s ease-out infinite;
  transition: 0.3s;
}
.a4ct .mapbox .proint .rund .pulse3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  border-radius: 50%;
  background-color: rgba(16,168,184, 0.1);
  z-index: 1;
  animation: bigpulse2 3s ease-out infinite;
  animation-delay: 3s;
  transition: 0.3s;
}
@keyframes bigpulse1 {
  0% {
    width: 10px;
    height: 10px;
  }
  100% {
    width: 22px;
    height: 22px;
  }
}
@keyframes bigpulse2 {
  0% {
    width: 22px;
    height: 22px;
  }
  100% {
    width: 50px;
    height: 50px;
  }
}
.a4ct .mapbox .proint:hover .rund .pulse2,
.a4ct .mapbox .proint:hover .rund .pulse3{
  transform: translate(-50%,-50%) scale(1);
}
.a4ct .mapbox .proint:hover .flow{
  opacity: 1;
  transform: translateY(-50%) scaleX(1);
}
.a4ct .mapbox .rq{
  position: relative;
  display: none;
}
.a4ct .mapbox .rq .ds{
  position: relative;
  width: 100%;
}
.a4ct .mapbox .rq.active{
  display: block;
}
.a4ct .mapbox .map1 .pt1{
  top: 35%;
  right: 35.5%;
}
.a4ct .mapbox .map1 .pt2{
  top: 18%;
  right: 25.5%;
}
.a4ct .mapbox .map1 .pt3{
  top: 22.5%;
  right: 22%;
}
.a4ct .mapbox .map1 .pt4{
  top: 38%;
  right: 34.5%;
}
.a4ct .mapbox .map1 .pt5{
  top: 45%;
  right: 31%;
}
.a4ct .mapbox .map1 .pt6{
  top: 48%;
  right: 35.5%;
}
.a4ct .mapbox .map1 .pt7{
  bottom: 39.5%;
  right: 30%;
}
.a4ct .mapbox .map1 .pt8{
  bottom: 17.5%;
  right: 38%;
}
.a4ct .mapbox .map1 .pt9{
  bottom: 17.5%;
  right: 40%;
}
.a4ct .mapbox .map2 .pt1{
  top: 29%;
  left: 8%;
}
.a4ct .mapbox .map2 .pt2{
  top: 37%;
  left: 10.5%;
}
.a4ct .mapbox .map2 .pt3{
  top: 33%;
  left: 10.7%;
}
.a5-box{
  background: url(../images/a5-1.jpg) no-repeat center / cover;
  overflow: hidden;
}
.a5ct{
  margin: 0 auto;
  padding: 130px 0;
}
.a5ct .title h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 44px;
  color: #222222;
  line-height: 1;
}
.a5ct .title p{
  width: 48px;
  height: 5px;
  background: linear-gradient(to right, #1CADC7, #71BD45);
  margin-top: 30px;
}
/*第一层*/
@keyframes animX{
  0% {
    left: 30px;
  }
  100% {
    left: 840px;
  }
}
@keyframes animY{
  0% {
    top: -10px;
  }
  100% {
    top: 390px;
  }
}
@keyframes scale {

  0% {
    transform: scale(0.4);
    z-index: 0
  }
  50% {
    transform: scale(1);
    z-index: 3
  }
  100% {
    transform: scale(0.5);
    z-index: 0
  }
}


.a5ct .ball {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: absolute;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index: 3;
  /*动画执行一次所需时间*/
  animation-duration: 30s, 30s, 60s;
  /*动画以何种运行轨迹完成一个周期*/
  animation-timing-function: cubic-bezier(0.36,0,0.64,1);
  /*动画播放次数,无线循环播放*/
  animation-iteration-count: infinite;
  /*是否轮流反向播放动画 alternate:正向播放*/
  animation-direction: alternate;
  animation-name: animX, animY,scale;
  cursor: pointer;
}
.a5ct .ball span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}
.a5ct .ball p{
  position: absolute;
  top: calc(100%);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  opacity: 0.8;
  width: max-content;
  padding-top: 20px;
  transition: 0.3s;
  /* display: none; */
}

.a5ct #lopp {
  width: 800px;
  height: 400px;
  border: 2px solid rgba(70,204,137, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 100px;
  top: 50px;
}
/*鼠标进入停止*/
.a5ct .active {
  animation-play-state: paused;
}
/*第二层*/
@keyframes anim2X{
  0% {
    left: 160px;
  }
  100% {
    left: 740px;
  }
}
@keyframes anim2Y{
  0% {
    top: 70px;
  }
  100% {
    top: 300px;
  }
}
.a5ct .ball2 {
  z-index: 3;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  position: absolute;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  display:flex;
  align-items:center;
  justify-content:center;
  /*动画执行一次所需时间*/
  animation-duration: 30s, 30s, 60s;
  /*动画以何种运行轨迹完成一个周期*/
  animation-timing-function: cubic-bezier(0.36,0,0.64,1);
  /*动画播放次数,无线循环播放*/
  animation-iteration-count: infinite;
  /*是否轮流反向播放动画 alternate:正向播放*/
  animation-direction: alternate;
  animation-name: anim2X, anim2Y,scale;
}
.a5ct #lopp2 {
  width: 600px;
  height: 250px;
  border: 2px solid rgba(70,204,137, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 200px;
  top: 120px;
}
.a5ct .circle {
  position: absolute;
  top: 90px;
  left: 400px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: url(../images/a5-3.png) no-repeat center / cover;
}
.a5ct .circle img{
  width: 48%;
}
.a5ct .container {
  position: relative;
  width: 1000px;
  height: 500px;
  margin: 0 auto;
}
/*.a5ct .borther .ball:nth-of-type(2){*/
/*  background: url(../images/a5-4.png) no-repeat center / cover;*/
/*}*/
/*.a5ct .borther .ball:nth-of-type(4){*/
/*  background: url(../images/a5-6.png) no-repeat center / cover;*/
/*}*/
/*.a5ct .borther .ball:nth-of-type(6){*/
/*  background: url(../images/a5-8.png) no-repeat center / cover;*/
/*}*/
/*.a5ct .borther2 .ball:nth-of-type(3){*/
/*  background: url(../images/a5-5.png) no-repeat center / cover;*/
/*}*/
/*.a5ct .borther2 .ball:nth-of-type(5){*/
/*  background: url(../images/a5-7.png) no-repeat center / cover;*/
/*}*/

.a6-box{
  padding: 125px 0 100px calc((100% - 1400px) / 2);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.a6-box .left{
  width: 270px;
}
.a6-box .left .qh{
  display: flex;
  margin-top: 175px;
}
.a6-box .left .qh .pb{
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #888888;
  transition: 0.3s;
  cursor: pointer;
}
.a6-box .left .qh .pb:last-of-type{
  margin-left: 30px;
}
.a6-box .left .qh .pb i{
  font-size: 18px;
  color: #888888;
  transition: 0.3s;
}
.a6-box .left .qh .pb:hover{
  border-color: #71BD45;
  background-color: #71BD45;
}
.a6-box .left .qh .pb:hover i{
  color: #FFFFFF;
}
.a6-box .right{
  width: calc(100% - 270px - 100px);
}
.a6-box .a6-swiper a{
  display: block;
}
.a6-box .a6-swiper a .ib{
  border-radius: 10px;
  overflow: hidden;
  height: 333px;
  width: 100%;
}
.a6-box .a6-swiper a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a6-box .a6-swiper a p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 24px;
}
.p1ct{
  padding: 88px 0 168px 0;
  margin: 0 auto;
}
.p1ct .item{
  display: flex;
  border-radius: 20px;
  background-color: #F3F8FC;
  height: 520px;
}
.p1ct .item:nth-of-type(even){
  flex-direction: row-reverse;
}
.p1ct .item:not(:first-of-type){
  margin-top: 80px;
}
.p1ct .item .left{
  width: calc(50% - 92px - 122px);
  padding: 0 122px 0 92px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p1ct .item:nth-of-type(even) .left{
  padding: 0 92px 0 122px;
}
.p1ct .item .left .line{
  width: 50px;
  height: 5px;
  background: linear-gradient(to right, #10A7B9, #74BE41);
}
.p1ct .item .left h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  margin: 22px 0 25px 0;
}
.p1ct .item .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  min-height: 90px;
}
.p1ct .item .left .tag{
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.p1ct .item .left .tag p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #74BE41;
  background: linear-gradient(to right, #10A7B9, #74BE41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #74BE41;
  border-radius: 15px;
  line-height: 1;
  padding: 7px 19px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.p1ct .item .left .tag p:last-of-type{
  margin-right: 0;
}
.p1ct .item .left a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  padding-bottom: 7px;
  line-height: 1;
  position: relative;
  transition: 0.3s;
  width: max-content;
  margin-top: 45px;
}
.p1ct .item .left a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #888888;
  transition: 0.3s;
}
.p1ct .item .left a:hover::after{
  background: linear-gradient(to right, #10A7B9, #74BE41);
}
.p1ct .item .left a:hover{
  color: #74BE41;
  background: linear-gradient(to right, #10A7B9, #74BE41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p1ct .item .right{
  width: 50%;
  height: 100%;
}
.p1ct .item .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p2ct{
  padding: 88px 0 104px 0;
  margin: 0 auto;
}
.p2top{
  width: calc(100% - 140px);
  padding: 52px 70px 85px 70px;
  background: #F3F8FC;
  border-radius: 20px;
}
.p2top .line{
  width: 50px;
  height: 5px;
  background: linear-gradient(to right, #10A7B9, #74BE41);
}
.p2top h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  margin: 22px 0 21px 0;
}
.p2top h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.p2top p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
}
.p2-list{
  margin-top: 47px;
  display: flex;
  flex-wrap: wrap;
}
.p2-list a{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
  height: 500px;
  background-color: #F8F8F8;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}
.p2-list a:hover{
  transform: translateY(-15px);
  box-shadow: 0px 0 30px 0px rgba(17,25,4,0.11);
}
.p2-list a:nth-of-type(3n){
  margin-right: 0;
}
.p2-list a .ib{
  width: 100%;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p2-list a .ib img{
  max-width: 85%;
  max-height: 70%;
}
.p2-list a .txt{
  width: calc(100% - 30px);
  padding: 0 15px;
  margin-top: 15px;
}
.p2-list a .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  text-align: center;
  transition: 0.3s;
}
.p2-list a:hover .txt h3{
  color: #74BE41;
  background: linear-gradient(to right, #10A7B9, #74BE41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p2-list a .txt p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p22-box{
  background-color: #F3F8FC;
  overflow: hidden;
}
.p22ct{
  margin: 0 auto;
  padding: 102px 0 133px 0;
}
.p22ct .p2top{
  width: 100%;
  padding: 0;
  border-radius: 0;
}
.p22ct .tbb{
  margin-top: 43px;
}
.p22ct table{
  border-collapse: collapse;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.p22ct table thead{
  background: linear-gradient(to right, #19A9AE, #52B66A);
}
.p22ct table th{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  text-align: left;
  padding: 24px 10px;
}
.p22ct table tbody tr{
  background-color: #FFFFFF;
}
.p22ct table tbody tr:nth-of-type(even){
  background-color: #F6F9FB;
}
.p22ct table td{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: left;
  padding: 17px 10px;
}
.p22ct table tr td:first-of-type,
.p22ct table tr th:first-of-type{
  padding-left: 50px;
}
.p3ct{
  margin: 0 auto;
  padding: 48px 0 112px 0;
}
.p4-box{
  overflow: hidden;
}
.p4ct{
  margin: 0 auto;
  padding: 95px 0 160px 0;
}
.p4ct .tag{
  display: flex;
  height: 130px;
}
.p4ct .tag a{
  width: calc((100% - 7px) / 8);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  border-right: 1px solid #FFFFFF;
}
.p4ct .tag a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #10A7B9, #94C51B);
  transition: 0.3s;
  z-index: -1;
}
.p4ct .tag a .ib{
  height: 40px;
}
.p4ct .tag a .ib img{
  height: 100%;
}
.p4ct .tag a .ib img:last-of-type{
  display: none;
}
.p4ct .tag a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  transition: 0.3s;
  margin-top: 15px;
}
.p4ct .tag a:hover .ib img:last-of-type,
.p4ct .tag a.active .ib img:last-of-type{
  display: block;
}
.p4ct .tag a:hover .ib img:first-of-type,
.p4ct .tag a.active .ib img:first-of-type{
  display: none;
}
.p4ct .tag a:hover p,
.p4ct .tag a.active p{
  color: #FFFFFF;
}
.p4ct .tag a:hover::before,
.p4ct .tag a.active::before{
  width: 100%;
}
.p4ct .desc{
  margin: 77px 0 55px 0;
}
.p4ct .desc .db{
  display: flex;
  align-items: center;
}
.p4ct .desc .db p{
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  border-radius: 1px;
}
.p4ct .desc .db span{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 8px;
}
.p4ct .desc h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
  margin: 15px 0 20px 0;
}
.p4ct .desc h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.p4ct .mdie .pbib{
  display: flex;
  justify-content: space-between;
  height: 350px
}
.p4ct .mdie .pbib .left{
  width: 620px;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.p4ct .mdie .pbib .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.p4ct .mdie .pbib .right{
  width: calc(100% - 20px - 620px);
  display: flex;
  flex-wrap: wrap;
}
.p4ct .mdie .ib1 .left:hover img{
  transform: scale(1.1);
}
.p4ct .mdie .ib1 .left .flow{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p4ct .mdie .ib1 .left .flow h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
}
.p4ct .mdie .ib1 .left .flow p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin: 7px 0 50px 0;
}
.p4ct .mdie .ib1 .left .flow a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  position: relative;
  padding-bottom: 8px;
  width: max-content;
}
.p4ct .mdie .ib1 .left .flow a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transition: 0.3s;
}
.p4ct .mdie .ib1 .left .flow a:hover{
  color: #74BE41;
  background: linear-gradient(to right, #10A7B9, #74BE41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p4ct .mdie .ib1 .left .flow a:hover::after{
  background: linear-gradient(to right, #10A7B9, #74BE41);
}
.p4ct .mdie .right .it{
  width: calc((100% - 40px) / 3);
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p4ct .mdie .right .it:nth-of-type(3n){
  margin-right: 0;
}
.p4ct .mdie .right .it img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.p4ct .mdie .right .it:hover img{
  transform: scale(1.1);
}
.p4ct .mdie .right .it p{
  position: absolute;
  left: 0;
  bottom: 18px;
  width: calc(100% - 20px);
  padding: 0 10px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.p4ct .mdie .right .it .qh{
  display: flex;
  justify-content: center;
}
.p4ct .mdie .right .it .qh .pb{
  width: 58px;
  height: 58px;
  border: 1px solid #888888;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p4ct .mdie .right .it .qh .pb i{
  font-size: 16px;
  color: #888888;
  transition: 0.3s;
}
.p4ct .mdie .right .it .qh .pb:hover{
  border-color: #94C51B;
  background-color: #94C51B;
}
.p4ct .mdie .right .it .qh .pb:hover i{
  color: #FFFFFF;
}
.p4ct .mdie .right .it .qh .pb:last-of-type{
  margin-left: 20px;
}
.p4ct .mdie .ib2{
  margin-top: 40px;
}
.p4ct .mdie .ib2 .right .it{
  height: calc((100% - 20px) / 2);
}
.p4ct .mdie .ib2 .right .it:nth-of-type(1),
.p4ct .mdie .ib2 .right .it:nth-of-type(2),
.p4ct .mdie .ib2 .right .it:nth-of-type(3){
  margin-bottom: 20px;
}
.p4ct .mdie .ib3{
  width: 100%;
  height: 350px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
.p4ct .mdie .ib3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.p4ct .mdie .ib3:hover img{
  transform: scale(1.1);
}
.p4ct .mdie .ib3 p{
  position: absolute;
  left: 0;
  bottom: 18px;
  width: calc(100% - 30px);
  padding: 0 15px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.p4-swiper{
  width: 100%;
  height: 100%;
}
.p4-swiper .iby{
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
.p4-swiper .iby img{
  transition: 0.8s;
}
.p4-swiper .iby:hover img{
  transform: scale(1.1);
}
.p4-swiper .iby p{
  position: absolute;
  left: 0;
  bottom: 18px;
  width: calc(100% - 20px);
  padding: 0 10px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.min-nav{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  padding: 23px 0;
}
.min-nav a,
.min-nav span,
.min-nav p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.min-nav span{
  margin: 0 7px;
}
.min-nav a:hover{
  color: #94C51B;
  text-decoration: underline;
}
.p5-box{
  margin-top: 97px;
  overflow: hidden;
}
.p5ct{
  margin: 0 auto;
  padding-bottom: 145px;
}
.p5zs{
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.p5zs .left{
  width: 646px;
  padding-top: 15px;
}
.p5zs .left h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 60px;
  color: #222222;
}
.p5zs .left h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  margin: 20px 0 30px 0;
}
.p5zs .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.p5zs .left img{
  max-width: 100%;
  margin-top: 20px;
}
.p5zs .left .more{
  width: 150px;
  height: 40px;
  border-radius: 23px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #94C51B;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
  margin-top: 45px;
}
.p5zs .left .more::after{
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  background: linear-gradient(90deg, #00A4CC, #94C51B);
}
.p5zs .left .more:hover:after{
  width: 100%;
}
.p5zs .left .more:hover{
  color: #FFFFFF;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.p5zs .left .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 23px;
  padding: 2px;
  background: linear-gradient(90deg, #00A4CC, #94C51B);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.p5zs .right{
  width: calc(700px);
  height: 480px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p5zs .right img{
  max-width: 85%;
  max-height: 90%;
}
.p5ct .fgline{
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  margin: 98px 0 69px 0;
}
.p5js{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.p5ly{
  margin-top: 200px;
}
.p5ly .title{
  display: flex;
  align-items: center;
}
.p5ly .title .line{
  width: 10px;
  height: 30px;
  background: linear-gradient(to bottom, #76BE3F,#0EA7C1);
}
.p5ly .title h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
  line-height: 1;
  margin-left: 11px;
}
.p5ly .title .bigline{
  width: calc(100% - 11px - 160px);
  height: 1px;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  margin-left: auto;
}
.p5ly .swb{
  position: relative;
  margin-top: 60px;
}
.in3-box,
.in4-box{
  overflow: hidden;
}
.p5ly .swb .pb,
.la22ct .swb .pb,
.in33ct .swb .pb,
.sypt .rq .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #888888;
  transition: 0.3s;
  border-radius: 50%;
}
.p5ly .swb .pb i,
.la22ct .swb .pb i,
.in33ct .swb .pb i,
.sypt .rq .pb i{
  font-size: 18px;
  color: #888888;
  transition: 0.3s;
}
.p5ly .swb .pb:hover,
.la22ct .swb .pb:hover,
.in33ct .swb .pb:hover,
.sypt .rq .pb:hover{
  border-color: #94C51B;
  background-color: #94C51B;
}
.p5ly .swb .pb:hover i,
.la22ct .swb .pb:hover i,
.in33ct .swb .pb:hover i,
.sypt .rq .pb:hover{
  color: #FFFFFF;
}
.p5ly .swb .prev,
.la22ct .swb .prev,
.in33ct .swb .prev,
.sypt .rq .prev{
  left: -100px;
}
.p5ly .swb .next,
.la22ct .swb .next,
.in33ct .swb .next,
.sypt .rq .next{
  right: -100px;
}
.p5-swiper a{
  display: block;
  width: 100%;
}
.p5-swiper a .ib{
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}
.p5-swiper a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p5-swiper a p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 16px;
  transition: 0.3s;
}
.p5-swiper a:hover p{
  color: #94C51B;
}
.la1-box{
  padding: 0 0 0 calc((100% - 1400px) / 2);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.latitle .line{
  width: 50px;
  height: 5px;
  background: linear-gradient(to right, #10A7B9, #94C51B);
}
.latitle h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  margin-top: 28px;
}
.latitle.jz .line{
  margin: 0 auto;
}
.latitle.jz h3{
  text-align: center;
}
.la1-box .left{
  width: 591px;
  padding-top: 130px;
}
.la1-box .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 49px;
}
.la1-box .left .desc p:not(:first-of-type){
  margin-top: 25px;
}
.la1-box .left .numContent{
  display: flex;
  justify-content: space-between;
  margin-top: 155px;
}
.la1-box .left .numContent .db{
  display: flex;
  align-items: flex-end;
}
.la1-box .left .numContent .num,
.la1-box .left .numContent span{
  font-family: osr;
  font-weight: 400;
  font-size: 48px;
  color: #444444;
  line-height: 1;
}
.la1-box .left .numContent p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #444444;
  line-height: 1;
  transform: translateY(-7px);
  margin-left: 9px;
}
.la1-box .left .numContent .tt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}
.la1-box .right{
  width: calc(100% - 591px - 105px);
  position: relative;
  height: max-content;
}
.la1-box .right .bg{
  width: 100%;
  object-fit: cover;
}
.la1-box .right .flow{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 67%;
  transition: 0.8s;
}
.la1-box .right:hover .flow{
  transform: translate(-50%,-50%) scale(1.1);
}
.la11ct{
  padding: 118px 0 170px 0;
  margin: 0 auto;
}
.la11ct .item{
  display: flex;
  background-color: #F5F7F8;
  height: 400px;
}
.la11ct .item:nth-of-type(even){
  flex-direction: row-reverse;
}
.la11ct .item .ib{
  width: 560px;
  height: 100%;
}
.la11ct .item .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.la11ct .item .txt{
  width: calc(100% - 186px - 560px);
  padding: 0 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.la11ct .item .txt .line{
  width: 50px;
  height: 5px;
  background: linear-gradient(to right, #10A7B9, #94C51B);
}
.la11ct .item .txt h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 28px;
  color: #222222;
  margin: 20px 0 30px 0;
}
.la11ct .item .txt .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.la11ct .item .txt a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 1;
  padding-bottom: 9px;
  transition: 0.3s;
  position: relative;
  width: max-content;
  margin-top: 100px;
}
.la11ct .item .txt a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #222222;
  transition: 0.3s;
}
.la11ct .item:not(:first-of-type){
  margin-top: 40px;
}
.la11ct .item .txt a:hover{
  color: #94C51B;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.la11ct .item .txt a:hover::after{
  background: linear-gradient(to right, #00A4CC, #94C51B);
}
.la2-box{
  overflow: hidden;
}
.la2ct{
  margin: 0 auto;
  padding: 108px 0 94px 0;
}
.la2ct .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  margin: 30px 0 37px 0;
}
.la2ct .bg{
  display: flex;
  justify-content: space-between;
}
.la2ct .bg .item{
  width: calc((100% - 40px) / 2);
  background-color: #F5F7F8;
}
.la2ct .bg .item:hover .ib img{
  transform: scale(1.1);
}
.la2ct .bg .item .ib{
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.la2ct .bg .item .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.la2ct .bg .item .txt{
  width: calc(100% - 74px);
  padding: 37px 37px 53px 37px;
}
.la2ct .bg .item .txt h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.la2ct .bg .item .txt h6{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: #999999;
  margin: 22px 0;
}
.la2ct .bg .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  min-height: 104px;
}
.la2ct .bg .item .txt a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 34px;
  border-radius: 18px;
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 29px;
}
.la2ct .bg .item .txt a::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  background: linear-gradient(90deg, #00A4CC, #94C51B);
  z-index: -1;
}
.la2ct .bg .item .txt a:hover::after{
  width: 100%;
}
.la2ct .bg .item .txt a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(90deg, #00A4CC, #94C51B);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.la2ct .bg .item .txt a i{
  font-size: 17px;
  color: #52B66A;
  transition: 0.3s;
}
.la2ct .bg .item .txt a span{
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #52B66A;
  background: linear-gradient(to right, #19A9AE, #52B66A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-left: 10px;
}
.la2ct .bg .item .txt a:hover i{
  color: #ffffff;
}
.la2ct .bg .item .txt a:hover span{
  color: #FFFFFF;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.la22-box{
  background-color: #F5F5F5;
}
.la22ct{
  margin: 0 auto;
  padding: 103px 0 139px 0;
}
.la22ct .swb{
  margin-top: 80px;
  position: relative;
}
.la2-swiper a{
  display: block;
  width: 100%;
  background-color: #FFFFFF;
}
.la2-swiper a .ib{
  width: 100%;
  height: 340px;
}
.la2-swiper a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.la2-swiper a p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  padding: 27px 36px;
  transition: 0.3s;
}
.la2-swiper a:hover p{
  color: #52B66A;
}
.la3-box{
  overflow: hidden;
}
.la3ct{
  padding: 108px 0 170px 0;
  margin: 0 auto;
}
.la3ct .desc {
  margin-top: 68px;
}
.la3ct .desc .row:not(:first-of-type){
  margin-top: 50px;
}
.la3ct .desc h6{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.la3ct .desc p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 15px;
}
.la3ct .desc p span{
  font-weight: bold;
}
.la3ct .desc img{
  margin: 0 auto;
  max-width: 100%;
}
.la3ct .mide{
  margin-top: 95px;
  position: relative;
}
.la3ct .mide img{
  width: 543px;
  margin: 0 auto;
}
.la3ct .mide .it{
  position: absolute;
  width: 337px;
}
.la3ct .mide .it:hover h3{
  color: #94C51B;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.la3ct .mide .it h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  text-align: right;
  transition: 0.3s;
}
.la3ct .mide .it.rt h3{
  text-align: left;
}
.la3ct .mide .it .line{
  width: 25px;
  height: 3px;
  background: linear-gradient(to right, #1CADC7, #71BD45);
  border-radius: 2px;
  margin: 18px 0 18px auto;
}
.la3ct .mide .it.rt .line{
  margin: 18px 0 18px 0;
}
.la3ct .mide .it p{
  text-align: right;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.la3ct .mide .it.rt p{
  text-align: left;
}
.la3ct .mide .it .flow{
  position: absolute;
  left: calc(100% + 22px);
  top: 10px;
  display: flex;
  align-items: center;
}
.la3ct .mide .it.rt .flow{
  left: unset;
  right: calc(100% + 22px);
  flex-direction: row-reverse;
}
.la3ct .mide .it .flow .rund{
  width: 8px;
  height: 8px;
  background: #319F82;
  border-radius: 50%;
}
.la3ct .mide .it .flow span{
  width: 135px;
  height: 1px;
  background: #319F82;
}
.la3ct .mide .it2 .flow span,
.la3ct .mide .it5 .flow span{
  width: 63px;
}
.la3ct .mide .it3 .flow span,
.la3ct .mide .it6 .flow span{
  width: 123px;
}
.la3ct .mide .it1{
  top: 12%;
  left: 0;
}
.la3ct .mide .it2{
  left: 0;
  top: 47%;
}
.la3ct .mide .it3{
  bottom: 0;
  left: 0;
}
.la3ct .mide .it4{
  top: 12%;
  right: 0;
}
.la3ct .mide .it5{
  right: 0;
  top: 47%;
}
.la3ct .mide .it6{
  bottom: 0;
  right: 0;
}
.la3swb{
  position: relative;
  width: auto;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
}
.la3swb .qh{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #888888;
  cursor: pointer;
  transition: 0.3s;
}
.la3swb .qh i{
  font-size: 18px;
  color: #888888;
  transition: 0.3s;
}
.la3swb .qh:hover{
  border-color: #74BE41;
  background-color: #74BE41;
}
.la3swb .qh:hover i{
  color: #FFFFFF;
}
.la3-swiper{
  margin: 0 30px;
  width: 750px;
}
.la3-swiper img{
  width: 100%;
  height: 410px;
  object-fit: cover;
}
.la3-swiper p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 15px;
}
.la4-box{
  background-color: #F5F5F5;
  overflow: hidden;
}
.la4ct{
  padding: 107px 0 150px 0;
  margin: 0 auto;
}
.la4ct .top .row {
  margin-top: 68px;
}
.la4ct .top .row h6{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.la4ct .top .row .desc{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 16px;
  color: #222222;
  line-height: 40px;
  margin-top: 7px;
}
.la4ct .top .row .desc p span{
  font-weight: bold;
}
.la4-swiper{
  margin-top: 52px;
  padding-bottom: 65px;
}
.la4-swiper .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #DCDCDC;
  transition: 0.3s;
}
.la4-swiper .swiper-pagination-bullet-active{
  background: linear-gradient(to right, #1CADC7, #71BD45);
  border-radius: 6px;
  width: 30px;
}
.la4-swiper a{
  display: block;
  background-color: #FFFFFF;
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}
.la4-swiper a .ib{
  width: 70%;
  position: absolute;
  left: 50%;
  bottom: 212px;
  transform: translateX(-50%);
  z-index: 1;
  transition: 0.4s;
}
.la4-swiper a:hover .ib{
  bottom: 270px;
}
.la4-swiper a .bg{
  width: 100%;
  left: 0;
  bottom: -350px;
  position: absolute;
  transition: 0.5s;
}
.la4-swiper a:hover .bg{
  bottom: 0px;
}
.la4-swiper a .txt{
  position: absolute;
  left: 0;
  bottom: 45px;
  width: calc(100% - 60px);
  padding: 0 30px;
  z-index: 1;
}
.la4-swiper a .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  text-align: center;
}
.la4-swiper a .txt .tag{
  display: flex;
  flex-wrap: wrap;
  transition: 0.4s;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.4s;
}
.la4-swiper a:hover .txt .tag{
  height: auto;
  transform: scaleX(1);
  opacity: 1;
  margin-top: 35px;
}
.la4-swiper a .txt .tag .tg{
  width: calc((100% - 19px - 4px) / 2 - 20px);
  padding: 7px 10px;
  margin-right: 19px;
  margin-bottom: 13px;
  border: 1px solid #ffffff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  transition: 0.3s;
  border-radius: 18px;
}
.la4-swiper a .txt .tag .tg:nth-of-type(2n){
  margin-right: 0;
}
.jsys{
  margin-top: 150px;
}
.jsys .title{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  line-height: 1;
  text-align: center;
}
.la4-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
.la4-list li{
  width: calc((100% - 20px) / 2 - 80px);
  background-color: #FFFFFF;
  padding: 65px 30px 65px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 20px;
  margin-bottom: 20px;
}
.la4-list li:nth-of-type(2n){
  margin-right: 0;
}
.la4-list li .left{
  width: 280px;
}
.la4-list li .left h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.la4-list li .left .line{
  width: 100%;
  height: 2px;
  position: relative;
  background-color: #EEEEEE;
  margin: 26px 0 23px 0;
}
.la4-list li .left .line::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, #1CADC7, #71BD45);
  transition: 0.4s;
}
.la4-list li:hover .left .line::before{
  width: 100%;
}
.la4-list li .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.la4-list li .left a{
  transition: 0.3s;
  width: max-content;
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 1;
  padding-bottom: 7px;
  position: relative;
  margin-top: 48px;
}
.la4-list li .left a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #888888;
  transition: 0.3s;
}
.la4-list li .left a:hover{
  color: #52B66A;
  background: linear-gradient(to right, #19A9AE, #52B66A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.la4-list li .left a:hover::before{
  background: linear-gradient(to right, #19A9AE, #52B66A);
}
.la4-list li .right{
  width: calc(100% - 280px - 40px);
  height: 250px;
}
.la4-list li .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in1ct{
  padding: 150px 0 190px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.in1ct .item{
  width: calc(100% / 3 - 110px);
  padding: 65px 55px 65px 55px;
  background-color: #F5F5F5;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.in1ct .item.active{
  transform: scale(1.1);
  z-index: 2;
}
.in1ct .item::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  transform: translate(-50%,-50%);
  transition: 0.5s;
  background: linear-gradient(to right, #1BAAAC, #51B66B);
  z-index: -1;
}
.in1ct .item.active::before{
  width: 100%;
  height: 100%;
  opacity: 1;
}
.in1ct .item .title{
  display: flex;
  align-items: center;
}
.in1ct .item .title .line{
  width: 6px;
  height: 26px;
  background: linear-gradient(to bottom, #1BAAAC, #51B66B);
  border-radius: 3px;
  transition: 0.3s;
}
.in1ct .item .title h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  line-height: 1;
  transition: 0.3s;
  margin-left: 16px;
}
.in1ct .item.active .title .line{
  background: #FFFFFF;
}
.in1ct .item.active .title h3{
  color: #ffffff;
}
.in1ct .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 35px;
  transition: 0.3s;
}
.in1ct .item.active p{
  color: #FFFFFF;
}
.in1ct .item a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 8px;
  display: block;
  width: max-content;
  margin-top: 0;
  opacity: 0;
  transition: 0.3s;
}
.in1ct .item.active a{
  opacity: 1;
  margin-top: 30px;
}
.inct{
  padding: 109px 0 125px 0;
  margin: 0 auto;
}
.in2-list{
  margin-top: 70px;
}
.in2-list .item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 68px 40px 30px;
  background-color: #F8F8F8;
  border-radius: 20px;
  transition: 0.3s;
}
.in2-list .item:hover{
  box-shadow: 0px 0 30px 0px rgba(17,25,4,0.19);
}
.in2-list .item:nth-of-type(even){
  flex-direction: row-reverse;
  padding: 40px 30px 40px 68px;
}
.in2-list .item:not(:first-of-type){
  margin-top: 30px;
}
.in2-list .item .ib{
  width: 630px;
  height: 360px;
}
.in2-list .item .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in2-list .item:nth-of-type(2) .ib img{
  object-fit: contain;
}
.in2-list .item .txt{
  width: calc(100% - 630px - 80px);
}
.in2-list .item .txt .line{
  width: 30px;
  height: 5px;
  background: linear-gradient(to right, #1BAAAC, #51B66B);
  border-radius: 3px;
}
.in2-list .item .txt h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  color: #222222;
  margin: 17px 0 30px 0;
  transition: 0.3s;
}
.in2-list .item:hover .txt h3{
  color: #52B66A;
  background: linear-gradient(to right, #19A9AE, #52B66A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.in2-list .item .txt .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.in2-list .item .txt .desc p:not(:first-of-type){
  margin-top: 15px;
}
.sypt{
  margin-top: 85px;
}
.sypt .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sypt .title h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #51B66B;
  background: linear-gradient(to right, #1BAAAC, #51B66B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sypt .title .line{
  width: calc((100% - 220px) / 2);
  height: 1px;
  position: relative;
  background: linear-gradient(to right, rgba(27,170,172,0), rgba(27,170,172,1));
}
.sypt .title .line::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #1BAAAC;
}
.sypt .title .line.rt{
  background: linear-gradient(to left, rgba(27,170,172,0), rgba(27,170,172,1));
}
.sypt .title .line.rt::before{
  right: unset;
  left: 0;
}
.sypt .rq{
  position: relative;
}
.in2-swiper{
  margin-top: 60px;
  padding-bottom: 87px;
}
.in2-swiper .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
.in2-swiper .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background: #D2D2D2;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
}
.in2-swiper .swiper-pagination-bullet-active{
  background-color: #1BAAAC;
  width: 20px;
  height: 20px;
}
.in2-swiper a{
  display: block;
}
.in2-swiper a img{
  width: 100%;
  height: 271px;
  object-fit: contain;
}
.in2-swiper a p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
  margin-top: 33px;
}
.in2-swiper a:hover p{
  color: #52B66A;
  background: linear-gradient(to right, #19A9AE, #52B66A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.in3ct{
  padding: 119px 0 120px 0;
  margin: 0 auto;
}
.in3ct .top{
  display: flex;
  justify-content: space-between;
}
.in3ct .top .left{
  width: 655px;
}
.in3ct .top .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 38px;
}
.in3ct .top .right{
  width: calc(100% - 266px - 655px);
}
.in3ct .top .numContent{
  display: flex;
  flex-wrap: wrap;
}
.in3ct .top .numContent .item{
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
}
.in3ct .top .numContent .item:nth-of-type(1),
.in3ct .top .numContent .item:nth-of-type(2){
  margin-bottom: 49px;
}
.in3ct .top .numContent .item:nth-of-type(2n){
  margin-right: 0;
}
.in3ct .top .numContent .item .db{
  display: flex;
  align-items: flex-end;
}
.in3ct .top .numContent .item .db .num{
  font-family: osr;
  font-weight: 400;
  font-size: 60px;
  color: #74BE40;
  line-height: 1;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.in3ct .top .numContent .item .db span{
  font-family: osr;
  font-weight: 400;
  font-size: 60px;
  color: #74BE40;
  line-height: 1;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.in3ct .top .numContent .item .db p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #72BD43;
  line-height: 1;
  transform: translateY(-5px);
  margin-left: 7px;
}
.in3ct .top .numContent .item .tt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 12px;
}
.in33-box{
  background-color: #F8F8F8;
}
.in33ct{
  margin: 0 auto;
  padding: 98px 0 180px 0;
}
.in33ct .big{
  width: 100%;
}
.in33ct .swb{
  margin-top: 33px;
  position: relative;
}
.in33-swiper{
  padding-top: 15px;
}
.in33-swiper a{
  display: block;
  width: 100%;
  transition: 0.6s;
}
.in33-swiper a:hover{
  transform: translateY(-15px);
}
.in33-swiper a img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.in33-swiper a .txt{
  padding-top: 20px;
}
.in33-swiper a .txt .name{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: #222222;
  text-align: center;
  transition: 0.3s;
}
.in33-swiper a:hover .txt .name{
  color: #52B66A;
  background: linear-gradient(to right, #19A9AE, #52B66A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.in33-swiper a .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin: 9px 0 24px 0;
}
.in33-swiper a .txt p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  /*height: 40px;*/
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 2;*/
}
.in4ct{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 82px 0 116px 0;
}
.in4ct .left{
  width: 655px;
  padding-top: 35px;
}
.in4ct .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 38px;
}
.in4ct .right{
  width: calc(100% - 655px - 74px);
}
.in4ct .right img{
  width: 100%;
}
.in44-box{
  background-color: #F5F5F5;
  padding: 80px 0 145px 0;
}
.my-kh1-swiper{
  margin-top: 70px;
}
.my-kh1-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}
.my-kh1-swiper a{
  display: block;
  width: 100%;
}
.my-kh1-swiper a .ib{
  width: 100%;
  height: 90px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-kh1-swiper a .ib img{
  max-width: 60%;
  max-height: 60%;
}
.my-kh1-swiper a p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
.in444ct{
  margin: 0 auto;
  padding: 80px 0 160px 0;
}
.in444-list{
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
}
.in444-list li{
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.in444-list li:hover{
  transform: translateY(-15px);
}
.in444-list li:nth-of-type(4n){
  margin-right: 0;
}
.in444-list li a{
  display: block;
  width: 100%;
}
.in444-list li a .ib{
  background-color: #ECECEE;
  width: 100%;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in444-list li a .ib img{
  max-width: 80%;
  max-height: 80%;
}
.in444-list li a p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 15px;
  transition: 0.3s;
}
.in444-list li:hover p{
  color: #52B66A;
  background: linear-gradient(to right, #19A9AE, #52B66A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dev1ct{
  padding: 109px 0 150px 0;
  margin: 0 auto;
}
.dev1ct .mide{
  margin-top: 60px;
}
.dev1ct .mide .item{
  display: flex;
  justify-content: space-between;
}
.dev1ct .mide .item .ib{
  width: 680px;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
}
.dev1ct .mide .item .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dev1ct .mide .item .right{
  width: calc(100% - 680px - 88px);
  padding-top: 40px;
}
.dev1ct .mide .item .right h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
}
.dev1ct .mide .item .right p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 32px;
  margin-top: 18px;
}
.dev1ct .mide .item:not(:first-of-type){
  margin-top: 90px;
}
.dev1ct .mide .item:nth-of-type(even){
  flex-direction: row-reverse;
}
.dev2-box{
  background: url(../images/dev4.png) no-repeat center / cover;
}
.dev2ct{
  margin: 0 auto;
  padding: 125px 0 140px 0;
}
.dev2ct .latitle h3{
  color: #FFFFFF;
}
.dev2ct .mide{
  display: flex;
  margin-top: 90px;
}
.dev2ct .mide .item{
  width: calc((100%) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.dev2ct .mide .item img{
  height: 67px;
  transition: 0.8s;
}
.dev2ct .mide .item:hover img{
  transform: rotateY(180deg);
}
.dev2ct .mide .item .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
  margin: 45px 0 23px 0;
}
.dev2ct .mide .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center;
}
.dev3-box{
  overflow: hidden;
}
.dev3ct{
  padding: 105px 0 140px 0;
  margin: 0 auto;
}
.dev3ct .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dev3ct .top .right{
  display: flex;
}
.dev3ct .top .right .pb{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #888888;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dev3ct .top .right .pb i{
  font-size: 18px;
  color: #888888;
  transition: 0.3s;
}
.dev3ct .top .right .pb:hover{
  border-color: #94C51B;
  background-color: #94C51B;
}
.dev3ct .top .right .pb:hover i{
  color: #FFFFFF;
}
.dev3ct .top .right .pb:last-of-type{
  margin-left: 19px;
}
.dev3-swiper{
  margin-top: 58px;
}
.dev3-swiper a{
  display: block;
  width: calc(100% - 42px - 62px);
  background-color: #EEEEEE;
  position: relative;
  padding: 58px 62px 38px 42px;
  z-index: 1;
}
.dev3-swiper a::before{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%,-50%);
  background: linear-gradient(to right, #1AA9AD, #53B769);
  z-index: -1;
  transition: 0.4s;
}
.dev3-swiper a:hover::before{
  width: 100%;
  height: 100%;
}
.dev3-swiper a .flow{
  font-family: Montserrat;
  font-weight: 400;
  font-size: 110px;
  color: #666666;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 23px;
  opacity: 0.1;
}
.dev3-swiper a h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.dev3-swiper a:hover h3,
.dev3-swiper a:hover p,
.dev3-swiper a:hover .db .time{
  color: #FFFFFF;
}
.dev3-swiper a:hover .db img{
  filter: brightness(1000);
}
.dev3-swiper a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 38px 0 63px 0;
  transition: 0.3s;
}
.dev3-swiper a .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dev3-swiper a .db .time{
  display: flex;
  align-items: flex-end;
  font-family: Arial;
  font-weight: 400;
  font-size: 22px;
  color: #CCCCCC;
  line-height: 1;
  transition: 0.3s;
}
.dev3-swiper a .db .time span{
  font-size: 30px;
  font-weight: bold;
}
.dev3-swiper a .db img{
  transition: 0.3s;
}
.news1ct{
  padding: 74px 0 150px 0;
  margin: 0 auto;
}
.news1ct .tag{
  display: flex;
  justify-content: center;
}
.news1ct .tag a{
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  border: 1px solid #B5B5B5;
  border-radius: 23px;
  transition: 0.3s;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.news1ct .tag a:not(:first-of-type){
  margin-left: 15px;
}
.news1ct .tag a:hover{
  color: #52B66A;
  background: linear-gradient(to right, #19A9AE, #52B66A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news1ct .tag a.active{
  border-color: #53B769;
  background: linear-gradient(to right, #1AA9AD, #53B769);
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
.news1ct .top{
  width: calc(100% - 18px - 125px);
  background-color: #F5F5F5;
  padding: 20px 125px 20px 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 58px;
}
.news1ct .top:hover .left img{
  transform: scale(1.1);
}
.news1ct .top .left{
  width: 670px;
  height: 430px;
  overflow: hidden;
}
.news1ct .top .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.news1ct .top .right{
  width: calc(100% - 670px - 104px);
  padding-bottom: 43px;
}
.news1ct .top .right h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news1ct .top .right p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 35px 0 100px 0;
}
.news1ct .top .right .db{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.news1ct .top .right .db .time{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #53B769;
  line-height: 1;
  background: linear-gradient(to right, #1AA9AD, #53B769);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news1ct .top .right .db .time span{
  font-size: 48px;
}
.news1ct .top .right .db a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 1;
  text-decoration-line: underline;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 9px;
  position: relative;
}
.news1ct .top .right .db a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00A4CC, #94C51B);
}
.news-list{
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.news-list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}
.news-list li:nth-of-type(3n){
  margin-right: 0;
}
.news-list li a{
  display: block;
  width: calc(100% - 37px - 57px);
  padding: 65px 57px 53px 37px;
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
}
.news-list li a::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  transition: 0.4s;
  background: linear-gradient(to right, #1AA9AD, #53B769);
  z-index: -1;
}
.news-list li a:hover::before{
  width: 100%;
  height: 100%;
}
.news-list li a:hover h3,
.news-list li a:hover p,
.news-list li a:hover .db .time,
.news-list li a:hover .db .more{
  color: #ffffff;
}
.news-list li a:hover .db .more{
  border-bottom-color: #FFFFFF;
}
.news-list li a h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.news-list li a p{
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 35px 0 90px 0;
}
.news-list li a .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-list li a .db .time{
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 1;
  transition: 0.3s;
}
.news-list li a .db .time span{
  font-size: 36px;
}
.news-list li a .db .more{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1;
  padding-bottom: 9px;
  position: relative;
  transition: 0.3s;
  border-bottom: 1px solid #666666;
}
.nd1-box{
  margin-top: 97px;
  background-color: #F5F5F5;
}
.nd1ct{
  padding: 65px 0 40px 0;
  margin: 0 auto;
}
.nd1ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  color: #222222;
  text-align: center;
}
.nd1ct .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.nd1ct .db .left{
  display: flex;
}
.nd1ct .db .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.nd1ct .db .left p:not(:first-of-type){
  margin-left: 30px;
}
.nd1ct .db .fx{
  display: flex;
  align-items: center;
}
.nd1ct .db .fx>p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.nd2ct{
  padding: 70px 0 145px 0;
  width: 1045px;
  margin: 0 auto;
}
.nd2ct .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.nd2ct .content img{
  max-width: 100%;
  margin: 20px auto 0;
}
.nd2ct .content p:not(:first-of-type){
  margin-top: 20px;
}
.nd2ct .db{
  border-top: 1px solid #DCDCDC;
  width: 90%;
  padding-top: 45px;
  margin-top: 60px;
}
.nd2ct .db a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.nd2ct .db a span{
  color: #888888;
}
.nd2ct .db a:not(:first-of-type){
  margin-top: 10px;
}
.c1ct{
  margin: 0 auto;
  padding: 109px 0 170px 0;
}
.conjs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin-top: 30px;
}
.c1mide{
  margin-top: 60px;
}
.c1mide .item .top{
  width: calc(100% - 96px);
  padding: 0 48px;
  height: 76px;
  background-color: #F5F9F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.c1mide .item.active .top i{
  transform: rotate(90deg);
}
.c1mide .item:not(:first-of-type){
  margin-top: 13px;
}
.c1mide .item .top .name{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  width: 35%;
}
.c1mide .item .top p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: 20%;
}
.c1mide .item .top i{
  font-size: 18px;
  color: #313131;
  transition: 0.3s;
}
.c1mide .item .bt{
  background-color: #F5F9F9;
  width: calc(100% - 182px);
  padding: 15px 91px 70px 91px;
  display: none;
}
.c1mide .item .bt h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #555555;
}
.c1mide .item .bt .txt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
}
.c1mide .item .bt .row:not(:first-of-type){
  margin-top: 35px;
}
.c1mide .item .bt .line{
  width: 100%;
  height: 1px;
  background: #EAEAEA;
  margin: 130px 0 55px 0;
}
.c1mide .item .bt a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #0894B0;
}
.c1mide .item .bt a span{
  color: #222222;
}
.c1mide .item .bt a:hover{
  text-decoration: underline;
}
.c2-box{
  overflow: hidden;
}
.c2ct{
  margin: 0 auto;
  padding: 109px 0 160px 0;
}
.c2ct .mide{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.c2ct .mide .slide{
  width: 320px;
}
.c2ct .mide .slide .qb{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  width: calc(100% - 60px);
  padding: 0 30px;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background-color: #F5F5F5;
  height: 59px;
}
.c2ct .mide .slide .one{
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 30px;
  width: calc(100% - 60px);
  transition: 0.3s;
  cursor: pointer;
}
.c2ct .mide .slide .item.active .one{
  background: linear-gradient(to right, #1CADC7, #71BD45);
}
.c2ct .mide .slide .item.active .one span,
.c2ct .mide .slide .item.active .one i{
  color: #FFFFFF;
}
.c2ct .mide .slide .item.active i{
  transform: rotate(0deg);
}
.c2ct .mide .slide .one span{
  width: calc(100% - 25px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.c2ct .mide .slide .one i{
  font-size: 16px;
  color: #71BD45;
  transform: rotate(-90deg);
  transition: 0.3s;
}
.c2ct .mide .slide .two{
  padding: 10px 0;
  display: none;
}
.c2ct .mide .slide .two a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  width: calc(100% - 80px);
  padding: 13px 40px;
  transition: 0.3s;
}
.c2ct .mide .slide .two a:hover{
  color: #74BE41;
  background: linear-gradient(to right, #10A7B9, #74BE41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c2ct .mide .right{
  width: calc(100% - 320px - 40px);
}
.c2ct .mide .right .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 64px);
  height: 59px;
  padding: 0 32px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(to right, #1AA9AD, #53B769);
}
.c2ct .mide .right .top .td,
.c2ct .mide .right .top .td a{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.c2ct .mide .right .td1{
  width: 45%;
}
.c2ct .mide .right .td2{
  width: 20%;
}
.c2ct .mide .right .td3{
  min-width: 95px;
  display: flex;
  align-items: center;
}
.c2ct .mide .right .td3 input{
  margin-left: auto;
}
.c2ct .mide .right .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 64px);
  padding: 23px 32px;
}
.c2ct .mide .right .row:nth-of-type(odd){
  background-color: #F8F8F8;
}
.c2ct .mide .right .row .sc{
  display: flex;
  align-items: center;
}
.c2ct .mide .right .row .sc img{
  width: 18px;
  height: auto;
}
.c2ct .mide .right .row .sc p{
  margin-left: 15px;
  width: calc(100% - 18px - 15px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.c2ct .mide .right .row .time{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.c2ct .mide .right .row .xz{
  display: flex;
  align-items: center;
}
.c2ct .mide .right .row .xz a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #44B37B;
}
.c2ct .page{
  margin-top: 90px;
}
.c3ct{
  padding: 109px 0 79px 0;
  margin: 0 auto;
}
.sbnav{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.sbnav a{
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  border: 1px solid #B5B5B5;
  border-radius: 23px;
  transition: 0.3s;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.sbnav a:not(:first-of-type){
  margin-left: 15px;
}
.sbnav a:hover{
  color: #52B66A;
  background: linear-gradient(to right, #19A9AE, #52B66A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sbnav a.active{
  border-color: #53B769;
  background: linear-gradient(to right, #1AA9AD, #53B769);
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
.sbnav a.active:hover{
  color: #FFFFFF;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.c3ct .top{
  display: flex;
  align-items: center;
  background-color: #F7F7F7;
  margin-top: 55px;
  width: calc(100% - 142px);
  padding: 58px 71px 71px 71px;
}
.c3ct .top .left{
  width: 611px;
  border-right: 1px solid #DDE0E9;
  padding-bottom: 50px;
}
.c3ct .top .left h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.c3ct .top .left .txt{
  margin-top: 29px;
}
.c3ct .top .left .txt a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 40px;
  display: block;
  transition: 0.3s;
  width: max-content;
  max-width: 100%;
}
.c3ct .top .left .txt a:hover{
  color: #94C51B;
  background: linear-gradient(to right, #00A4CC, #94C51B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c3ct .top .right{
  display: flex;
  align-items: center;
  margin-left: 64px;
}
.c3ct .top .right p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.c3ct .top .right .icon{
  display: flex;
  justify-content: center;
  margin-left: 25px;
}
.c3ct .top .right .icon a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.2);
  width: 48px;
  height: 48px;
  position: relative;
  transition: 0.3s;
}
.c3ct .top .right .icon a:hover{
  border-color: #94C51B;
  background-color: #94C51B;
}
.c3ct .top .right .icon a:not(:first-of-type){
  margin-left: 23px;
}
.c3ct .top .right .icon a>img{
  max-height: 40%;
  filter: brightness(0.4);
  transition: 0.3s;
}
.c3ct .top .right .icon a:hover>img{
  filter: brightness(1);
}
.c3ct .top .right .icon a .qr{
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 4px;
  opacity: 0;
  transform-origin: bottom;
  transition: 0.4s;
}
.c3ct .top .right .icon a .qr img{
  width: 90px;
}
.c3ct .top .right .icon a:hover .qr{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.c3ct .dw{
  display: flex;
  flex-wrap: wrap;
  margin-top: 37px;
}
.c3ct .dw a{
  width: calc((100% - 80px) / 3 - 68px);
  padding: 32px 34px 45px 34px;
  background-color: #F7F7F7;
  border-radius: 10px;
  position: relative;
  margin-right: 40px;
  margin-bottom: 40px;
  transition: 0.3s;
}
.c3ct .dw a:hover{
  box-shadow: 0px 0px 30px 0px rgba(17,25,4,0.15);
  transform: translateY(-15px);
}
.c3ct .dw a:nth-of-type(3n){
  margin-right: 0;
}
.c3ct .dw a h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #444444;
}
.c3ct .dw a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 16px;
}
.c3ct .dw a::before{
  display: block;
  content: '';
  position: absolute;
  top: 42px;
  left: 24px;
  width: 6px;
  height: 6px;
  background: #0EA7C1;
  border-radius: 50%;
}
.c33-box{
  position: relative;
}
.c33-box .flowb{
  position: absolute;
  right: calc((100% - 1400px) / 2);
  bottom: 10%;
  z-index: 9;
}
.c33-box .flowb .rq{
  background: linear-gradient(to right, #19A9AE, #52B66A);
  border-radius: 20px;
  width: calc(592px - 108px);
  padding: 58px 54px 72px 54px;
}
.c33-box .flowb h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #FFFFFF;
}
.c33-box .flowb form{
  margin-top: 40px;
}
.c33-box .flowb form input{
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
  background: transparent;
  margin-bottom: 40px;
}
.c33-box .flowb form input::placeholder,
.c33-box .flowb form textarea::placeholder{
  color: rgba(255, 255, 255, 0.3);
}
.c33-box .flowb form textarea{
  border: none;
  outline: none;
  width: 100%;
  height: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
  background: transparent;
  margin-bottom: 40px;
  resize: none;
}
.c33-box .flowb form button{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  outline: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  padding-bottom: 7px;
  cursor: pointer;
}
.c33-box .mapbox{
  width: 100%;
  height: 640px;
}
#map{
  width: 100%;
  height: 100%;
}
#map .BMap_cpyCtrl{
  display:none;
}
#map .anchorBL{
  display:none;
}
.c33-box .db{
  width: 100%;
  margin-top: -7%;
  position: relative;
  z-index: 1;
}
.c33-box .db img{
  width: 100%;
}
.page {
  width: 100%;
  margin-top: 20px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 39px;
  height: 39px;
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  min-width: 39px;
}
.page .el-pagination .btn-next {
  width: 39px;
  height: 39px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  min-width: 39px;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i{
  font-size: 14px;
}
.page .el-pager li {
  width: 39px;
  height: 39px;
  min-height: 39px;
  text-align: center;
  line-height: 39px;
  background: #ffffff;
  border: 1px solid #D2D2D2 !important;
  margin-right: 5px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 6px;
}
.page .el-pager li.active {
  background-color: #1EAAA8;
  color: #ffffff;
  border-color: #1EAAA8 !important;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #1EAAA8;
  border-color: #1EAAA8;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #1EAAA8;
}
.f-box{
  background: url(../images/fi8.jpg) no-repeat center / cover;
}
.fct{
  margin: 0 auto;
  padding: 94px 0 65px 0;
}
.fct .fnav{
  display: flex;
  justify-content: space-between;
}
.fct .fnav .item{
  max-width: calc((100% - 60px) / 7);
}
.fct .fnav .item h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
}
.fct .fnav .item .txt{
  margin-top: 30px;
}
.fct .fnav .item .txt a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.8;
  transition: 0.3s;
}
.fct .fnav .item .txt a:hover{
  text-decoration: underline;
  opacity: 1;
}
.fct .fnav .item .txt a:not(:first-of-type){
  margin-top: 12px;
}
.fct .mide{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 45px;
  margin-top: 82px;
}
.fct .mide a{
  width: 398px;
  height: 58px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s;
}
.fct .mide a:hover{
  border-color: rgba(255,255,255,1);
}
.fct .mide a:hover p{
  opacity: 1;
}
.fct .mide a img{
  margin-left: 32px;
}
.fct .mide a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-left: 8px;
  transition: 0.3s;
}
.fct .iconb{
  margin-top: 54px;
}
.fct .iconb h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.fct .iconb .icon{
  display: flex;
  justify-content: center;
  margin-top: 39px;
}
.fct .iconb .icon a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  width: 58px;
  height: 58px;
  position: relative;
  transition: 0.3s;
}
.fct .iconb .icon a:hover{
  border-color: rgba(255,255,255,1);
}
.fct .iconb .icon a:not(:first-of-type){
  margin-left: 23px;
}
.fct .iconb .icon a>img{
  max-height: 50%;
}
.fct .iconb .icon a .qr{
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 4px;
  opacity: 0;
  transform-origin: bottom;
  transition: 0.4s;
}
.fct .iconb .icon a .qr img{
  width: 90px;
}
.fct .iconb .icon a:hover .qr{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.f-box .link{
  display: flex;
  justify-content: center;
  padding: 26px 0;
  background: linear-gradient(90deg, rgba(0,164,204,0.5), rgba(148,197,27,0.5));
}
.f-box .link a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
@media only screen and (max-width:1660px) {
  .i2-box .right{
    width: calc(100% - 550px - 120px - 80px);
    margin-left: 120px;
  }
  .p5ly .swb .prev, .la22ct .swb .prev, .in33ct .swb .prev, .sypt .rq .prev{
    left: -70px;
  }
  .p5ly .swb .next, .la22ct .swb .next, .in33ct .swb .next, .sypt .rq .next{
    right: -70px;
  }
  .p5ly .swb .pb, .la22ct .swb .pb, .in33ct .swb .pb, .sypt .rq .pb{
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width:1560px) {
  .header-box{
    width: calc(100% - 100px);
    padding: 0 50px;
  }
  .header-box .nav li:not(:first-of-type){
    margin-left: 40px;
  }
  .header-box .nav li .two a{
    font-size: 17px;
  }
  .center{
    width: 1100px !important;
  }
  .mySwiper .ct h3{
    font-size: 50px;
  }
  .mySwiper .ct p{
    /*letter-spacing: 2px;*/
    font-size: 17px;
    margin-top: 7px;
  }
  .mySwiper .swiper-pagination-bullet{
    width: 100px;
  }
  .pb-title h3{
    font-size: 50px;
  }
  .pb-title h6{
    font-size: 25px;
    margin-top: 21px;
  }
  .pb-title p{
    margin-top: 24px;
  }
  .i1ct .pb-title p{
    margin-top: 45px;
  }
  .i11-box .numContent .item .db .num{
    font-size: 62px;
  }
  .i11-box .numContent .item .db span{
    font-size: 58px;
  }
  .i1-box{
    padding: 170px 0 100px 0;
  }
  .i11-box{
    margin-top: 115px;
  }
  .i2-box{
    padding: 160px 0 150px calc((100% - 1100px) / 2);
  }
  .i2-box .left{
    width: 420px;
  }
  .i2-box .right{
    width: calc(100% - 420px - 90px - 60px);
    margin-left: 90px;
    padding-top: 40px;
    height: calc(390px - 40px);
  }
  .i2-box .right .rq .txt h3{
    font-size: 23px;
  }
  .i2-box .right .rq .txt h6{
    font-size: 17px;
  }
  .i2-box .right .tag a{
    width: calc(100% / 4 - 10px);
    padding: 0 5px 12px 5px;
  }
  .i2-box .right .rq .txt p{
    margin: 17px 0 40px 0;
  }
  .i2-box .right .zs{
    margin-top: 35px;
  }
  .i2-box .right .rq .ib{
      max-height: 205px;
  }
  .i3ct .mide .left{
    width: 335px;
  }
  .i3ct .mide .right{
    width: calc(100% - 335px - 20px);
  }
  .i3ct .mide{
    height: 500px;
  }
  .i3ct .mide .wz{
    top: 38px;
    left: 32px;
  }
  .i3ct .mide .wz a{
    margin-top: 15px;
  }
  .i3ct .mide .wz h3{
    font-size: 26px;
  }
  .i4-box .mide .it{
    height: 289px;
  }
  .i4-box .mide .it .icon{
    height: 50px;
  }
  .i4-box .mide .it h3{
    margin-top: 45px;
    font-size: 22px;
  }
  .i4-box .mide .it:hover h3{
    font-size: 24px;
    margin-top: 19px;
  }
  .i4-box .mide .it:hover p{
    margin: 5px 0 27px 0;
  }
  .i4-box{
    padding-top: 130px;
  }
  .i4-box .mide{
    margin-top: 56px;
  }
  .i5ct .pb-swiper a img{
    height: 215px;
  }
  .i5ct .pb-swiper a .txt{
    width: calc(100% - 54px);
    padding: 23px 27px 44px 27px;
  }
  /*.i5ct .pb-swiper a .txt h3{*/
  /*  font-size: 20px;*/
  /*  line-height: 28px;*/
  /*  height: 56px;*/
  /*  margin: 13px 0 23px 0;*/
  /*}*/
  .i5ct .pb-swiper a .txt .more{
    margin-top: 35px;
  }
  .banner .ct h3{
    font-size: 50px;
  }
  .banner .ct h6{
    font-size: 17px;
    margin: 30px auto;
  }
  .banner{
    height: 600px;
  }
  .latitle h3{
    font-size: 32px;
    margin-top: 23px;
  }
  .dev1ct .mide .item .ib{
    width: 530px;
    height: 340px;
  }
  .dev1ct .mide .item .right{
    width: calc(100% - 530px - 68px);
    padding-top: 30px;
  }
  .dev1ct .mide .item .right h3{
    font-size: 32px;
  }
  .dev2ct .mide .item img{
    height: 55px;
  }
  .dev2ct .mide .item .txt h3{
    font-size: 24px;
    margin: 40px 0 20px 0;
  }
  .dev3-swiper a .flow{
    font-size: 80px;
  }
  .dev3-swiper a{
    width: calc(100% - 32px - 52px);
    padding: 43px 52px 32px 32px;
  }
  .dev3-swiper a h3{
    font-size: 22px;
  }
  .dev3-swiper a p{
    margin: 30px 0 50px 0;
  }
  .c1mide .item .bt a{
    font-size: 20px;
  }
  .c2ct .mide .slide{
    width: 270px;
  }
  .c2ct .mide .right{
    width: calc(100% - 270px - 40px);
  }
  .c2ct .mide .slide .qb{
    width: calc(100% - 50px);
    padding: 0 25px;
  }
  .c2ct .mide .slide .one{
    padding: 14px 25px;
    width: calc(100% - 50px);
  }
  .c2ct .mide .slide .two a{
    width: calc(100% - 70px);
    padding: 13px 35px;
  }
  .c3ct .top .left{
    width: 511px;
  }
  .c3ct .top .right .icon a{
    width: 43px;
    height: 43px;
  }
  .c33-box .flowb{
    right: calc((100% - 1100px) / 2);
  }
  .c33-box .mapbox{
    height: 540px;
  }
  .c33-box .flowb .rq{
    width: calc(492px - 80px);
    padding: 48px 40px 60px 40px;
  }
  .c33-box .flowb form{
    margin-top: 30px;
  }
  .c33-box .flowb form input,
  .c33-box .flowb form textarea{
    margin-bottom: 30px;
  }
  .a1-box{
    padding: 100px 0 180px calc((100% - 1100px) / 2);
  }
  .a1-box .right .numContent{
    padding-right: 50px;
  }
  .a1-box .right .numContent .item .db .num{
    font-size: 37px;
  }
  .a1-box .left h3{
    font-size: 40px;
  }
  .a1-box .left h6{
    font-size: 22px;
    margin: 28px 0 37px 0;
  }
  .a1-box .left .desc p:not(:first-of-type){
    margin-top: 20px;
  }
  .npb-title h3{
    font-size: 40px;
  }
  .a2ct{
    padding: 110px 0 180px 0;
  }
  .a3ct .time-swiper .swiper-slide-active .wz{
    font-size: 100px;
  }
  .a3ct .right{
    width: 520px;
  }
  .a3ct .left{
    width: 280px;
  }
  .a3ct .time-swiper{
    height: 350px;
  }
  .a3ct .cwz h3{
    font-size: 32px;
    line-height: 36px;
  }
  .a3ct .cwz p{
    font-size: 22px;
  }
  .a3ct{
    padding: 97px 0 150px 0;
  }
  .a4ct .mapbox .map1 .mbg{
    width: 70%;
  }
  .a4ct .mapbox .map2 .mbg{
    width: 98%;
  }
  /*.a4ct .mapbox .map2 .pt1{*/
  /*  left: 7%;*/
  /*}*/
  /*.a4ct .mapbox .map2 .pt2{*/
  /*  left: 9.5%;*/
  /*}*/
  /*.a4ct .mapbox .map2 .pt3{*/
  /*  left: 9.7%;*/
  /*}*/
  .a4ct .mapbox .proint .flow{
    width: calc(300px - 60px);
  }
  .a5ct .title h3{
    font-size: 38px;
  }
  .a6-box{
    padding: 125px 0 100px calc((100% - 1100px) / 2);
  }
  .a6-box .left{
    width: 245px;
  }
  .a6-box .left .qh{
    margin-top: 100px;
  }
  .a6-box .right{
    width: calc(100% - 245px - 80px);
  }
  .a6-box .left .qh .pb{
    width: 48px;
    height: 48px;
  }
  .a6-box .a6-swiper a .ib{
    height: 230px;
  }
  .in1ct .item{
    width: calc(100% / 3 - 80px);
    padding: 50px 40px 50px 40px;
  }
  .in1ct .item.active a{
    margin-top: 24px;
  }
  .in1ct{
    padding: 130px 0 170px 0;
  }
  .in2-list .item .ib{
    width: 480px;
    height: 300px;
  }
  .in2-list .item .txt{
    width: calc(100% - 480px - 80px);
  }
  .in2-list .item .ib img{
    object-fit: contain;
  }
  .in2-list .item .txt h3{
    font-size: 20px;
    margin: 14px 0 22px 0;
  }
  .in2-list{
    margin-top: 65px;
  }
  .in2-swiper a img{
    height: 220px;
  }
  .in2-swiper a p{
    margin-top: 25px;
  }
  .in3ct .top .left{
    width: 555px;
  }
  .in3ct .top .right{
    width: calc(100% - 160px - 555px);
  }
  .p5ly .swb .pb, .la22ct .swb .pb, .in33ct .swb .pb, .sypt .rq .pb{
    width: 40px;
    height: 40px;
  }
  .p5ly .swb .prev, .la22ct .swb .prev, .in33ct .swb .prev, .sypt .rq .prev{
    left: -60px;
  }
  .p5ly .swb .next, .la22ct .swb .next, .in33ct .swb .next, .sypt .rq .next{
    right: -60px;
  }
  .in33-swiper a img{
    height: 320px;
  }
  .in33ct{
    padding: 98px 0 140px 0;
  }
  .in4ct .left{
    width: 500px
  }
  .in4ct .right{
    width: calc(100% - 500px - 100px);
  }
  .my-kh1-swiper a .ib{
    height: 65px;
  }
  .in444-list li a .ib{
    height: 185px;
  }
  .in444ct{
    padding: 80px 0 130px 0;
  }
  .la1-box{
    padding: 0 0 0 calc((100% - 1100px) / 2);
  }
  .la1-box .left{
    width: 500px;
    padding-top: 80px;
  }
  .la1-box .left .desc p:not(:first-of-type){
    margin-top: 13px;
  }
  .la1-box .left .desc{
    margin-top: 25px;
  }
  .la1-box .left .numContent{
    margin-top: 45px;
  }
  .la1-box .right{
    width: calc(100% - 500px - 80px);
  }
  .la11ct .item{
    height: 350px;
  }
  .la11ct .item .ib{
    width: 460px;
  }
  .la11ct .item .txt{
    width: calc(100% - 140px - 460px);
    padding: 0 70px;
  }
  .la11ct .item .txt h3{
    font-size: 25px;
    margin: 17px 0 23px 0;
  }
  .la11ct .item .txt a{
    margin-top: 60px;
  }
  .la2ct .bg .item .ib{
    height: 350px;
  }
  .la2ct .bg .item .txt h3{
    font-size: 22px;
  }
  .la2ct .bg .item .txt p{
    min-height: 130px;
  }
  .la2-swiper a .ib{
    height: 270px;
  }
  .la3ct .mide img{
    width: 400px;
  }
  .la3ct .mide .it h3{
    font-size: 21px;
  }
  .la3ct .mide .it .line{
    margin: 13px 0 13px auto;
  }
  .la3ct .mide .it.rt .line{
    margin: 13px 0 13px 0;
  }
  .la3ct .mide .it{
    width: 310px;
  }
  .la3ct .mide .it1,
  .la3ct .mide .it4{
    top: 7%;
  }
  .la3ct .mide .it .flow span{
    width: 85px;
  }
  .la3ct .mide .it2 .flow span, .la3ct .mide .it5 .flow span{
    width: 12px;
  }
  .la3ct .mide .it3,
  .la3ct .mide .it6{
    bottom: -45px;
  }
  .la3ct .mide .it3 .flow span, .la3ct .mide .it6 .flow span{
    width: 77px;
  }
  .la4-swiper a{
    height: 380px;
  }
  .la4-swiper a .ib{
    bottom: 190px;
  }
  .la4-swiper a .txt h3{
    font-size: 22px;
  }
  .la4-swiper a:hover .ib{
    bottom: 220px;
  }
  .la4-swiper a .txt{
    bottom: 35px;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .la4-swiper a .txt .tag .tg{
    width: calc((100% - 11px - 4px) / 2 - 14px);
    padding: 6px 7px;
    margin-right: 11px;
    font-size: 14px;
  }
  .la4-list li{
    width: calc((100% - 20px) / 2 - 50px);
    background-color: #FFFFFF;
    padding: 50px 20px 50px 30px;
  }
  .la4-list li .left{
    width: 230px;
  }
  .la4-list li .right{
    width: calc(100% - 230px - 30px);
    height: 210px;
  }
  .la4-list li .left h3{
    font-size: 21px;
  }
  .la4-list li .left .line{
    margin: 22px 0 19px 0;
  }
  .la4-list li .left a{
    margin-top: 38px;
  }
  .news1ct .top{
    width: calc(100% - 18px - 85px);
    padding: 20px 85px 20px 18px;
  }
  .news1ct .top .left{
    width: 550px;
    height: 390px;
  }
  .news1ct .top .right{
    width: calc(100% - 550px - 75px);
    padding-bottom: 43px;
  }
  .news1ct .top .right h3{
    font-size: 27px;
    line-height: 37px;
    height: 74px;
  }
  .news-list li a{
    width: calc(100% - 25px - 42px);
    padding: 50px 42px 40px 25px;
  }
  .news-list li a h3{
    font-size: 22px;
    line-height: 34px;
    height: 68px;
  }
  .news-list li a p{
    margin: 25px 0 70px 0;
  }
  .nd1ct h3{
    font-size: 36px;
  }
  .nd2ct{
    width: 945px;
  }
  .p1ct .item .left h3{
    font-size: 30px;
    margin: 19px 0 20px 0;
  }
  .p1ct .item .left{
    width: calc(50% - 62px - 82px);
    padding: 0 82px 0 62px;
  }
  .p1ct .item .left .tag{
    margin: 25px 0 0 0;
  }
  .p1ct .item .left a{
    margin-top: 35px;
  }
  .p1ct .item{
    height: 470px;
  }
  .p2top h3{
    font-size: 30px;
  }
  .p2-list a{
    height: 400px;
  }
  .p2-list a .ib{
    height: 270px;
  }
  .p2-list a .txt h3{
    font-size: 22px;
  }
  .p4ct .tag a .ib{
    height: 35px;
  }
  .p4ct .desc h3{
    font-size: 27px;
  }
  .p4ct .mdie .pbib .left{
    width: 500px;
  }
  .p4ct .mdie .pbib .right{
    width: calc(100% - 20px - 500px);
  }
  .p4ct .mdie .pbib{
    height: 270px;
  }
  .p4ct .mdie .ib1 .left .flow h3{
    font-size: 27px;
  }
  .p4ct .mdie .right .it .qh .pb{
    width: 48px;
    height: 48px;
  }
  .p4ct .mdie .ib3{
    height: 270px;
  }
  .p5zs .left{
    width: 480px;
  }
  .p5zs .left h3{
    font-size: 50px;
  }
  .p5zs .left h6{
    margin: 17px 0 25px 0;
  }
  .p5zs .left img{
    margin-top: 15px;
  }
  .p5zs .left .more{
    margin-top: 40px;
  }
  .p5zs .right{
    width: 550px;
    height: 440px;
  }
  .p5-swiper a .ib{
    height: 180px;
  }
  .p5ly{
    margin-top: 150px;
  }
  .p5ct{
    padding-bottom: 125px;
  }
  .fct{
    padding: 74px 0 50px 0;
  }
  .fct .mide{
    padding-top: 30px;
    margin-top: 55px;
  }
  .fct .mide a{
    width: 350px;
  }
  .fct .mide a img{
    margin-left: 15px;
  }
  .fct .iconb{
    margin-top: 44px;
  }
  .fct .iconb .icon{
    margin-top: 31px;
  }
  .fct .iconb .icon a{
    width: 48px;
    height: 48px;
  }
  .f-box .link{
    padding: 24px 0;
  }
}
@media only screen and (max-width:1360px) {
    .header-box .nav li:not(:first-of-type){
        margin-left: 30px;
    }
}