@font-face {
  font-family: "JiangChengHeiTi-100W";
  src: url("../font/100w.ttf") format("truetype");
}
@font-face {
  font-family: "JiangChengHeiTi-300W";
  src: url("../font/300w.ttf") format("truetype");
}
@font-face {
  font-family: "JiangChengHeiTi-400W";
  src: url("../font/400w.ttf") format("truetype");
}
@font-face {
  font-family: "JiangChengHeiTi-500W";
  src: url("../font/500w.ttf") format("truetype");
}
@font-face {
  font-family: "JiangChengHeiTi-600W";
  src: url("../font/600w.ttf") format("truetype");
}
@font-face {
  font-family: "JiangChengHeiTi-700W";
  src: url("../font/700w.ttf") format("truetype");
}
    .foot-fot{
        display: none !important;
    }
body {
  padding: 0;
  margin: 0;
  background-color: #fff ;
  scroll-behavior:smooth;
}
html{
     scroll-behavior: smooth;
     font-size: 14px;
}
* {
    -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE10+/Edge */
  user-select: none;   
  transition: all 0.3s ease-in-out;
 
}
/*.aauyt{*/
/*            width: 100%;*/
/*            height: 100vh;*/
/*            overflow: scroll;*/
/*            scrollbar-width: none;*/
/*            -ms-overflow-style: none;*/
/*            margin: 0;*/
/*            padding: 0;*/
/*            scroll-snap-type: y mandatory;*/
/*            scroll-behavior: smooth;*/
/*}*/
/*.aauyt::-webkit-scrollbar{*/
/*            display: none;*/
/*        }*/
/*.aauyt1,.aauyt2{*/
/*    scroll-snap-align: end;*/
/*}*/
.foot {
  width: 100%;
  background-color: #20cad3;
}
.fotd {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 55px;
}
.fot-l {
  overflow: hidden;
}
.fot-l img {
  width:321px;
  height: auto;
}
.botd1 p:nth-child(1) {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  font-family: "JiangChengHeiTi-400W", sans-serif;
  margin: 0;
}
.botd1 p:nth-child(2) {
  font-family: "JiangChengHeiTi-700W", sans-serif;
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.bott1 {
  display: flex;
  padding-bottom: 30px;
  align-items: center;
}
.botd2 {
  display: flex;
  margin-left: auto;
  gap: 10px;
}
.botd2 .qqqa {
  cursor: pointer;
  position: relative;
  height: 38px;
  width: 38px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.botd2 .qqqa img {
  max-height: 20px;
  object-fit: contain;
  width: auto;
  display: block;
  filter: brightness(99) contrast(99);
}
.qqqb {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  top: -182px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 10px #eeeeee;
}
.qqqb .qbqb {
  width: 100%;
  height: 100%;
}
.qqqb .qbqb img {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  display: block;
  border-radius: 20px;
  position: relative;
}
.qqqa:hover {
  background-color: #fff;
}
.qqqa:hover img {
  filter: none;
}
.qqqa:hover .qqqb {
  display: block;
}
.qbqb-oth {
  position: absolute;
  bottom: -20px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid #eeeeee;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.bott2 {
  display: flex;
  gap: 80px;
}
.bott2 div {
  display: flex;
  align-items: center;
}
.bott2 div img {
  height: 20px;
}
.bott2 div p {
  margin: 0;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.bott3 {
  color: #fff;
  font-family: "JiangChengHeiTi-400W", sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-top: 27px;
  margin-bottom: 0;
}
.fot-r {
  width: 896px;
  margin-left: auto;
}
.fl-b {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  transform: translateX(20px);
}
.fl-b a {
  width: 64px;
  padding: 0 21px;
  text-decoration: none;
  margin-top: 34px;
  line-height: 12px;
  font-size: 16px;
  border-left: 1px solid #fff;
  color: #Fff;
  font-family: "JiangChengHeiTi-400W", sans-serif;
}
.fl-b a:nth-child(1),.fl-b a:nth-child(4){
    border-left:0 ;
}
#pc-head {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  opacity: 0.9;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#pc-head:hover {
  opacity: 1;
}
.sear-acc {
  height: calc(100vh - 80px) !important;
  opacity: 1 !important;
}
.head-search-box {
  transition: all 0.3s ease-in-out;
  background-color: #Fff;
  width: 100%;
  height: 0;
  position: fixed;
  opacity: 0;
  top: 80px;
  left: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
  -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
  -webkit-border-radius: 25px;
  color: rgba(255, 255, 255, 0.15);
  display: flex;
}
.head-search-box .hsb {
  width: 100%;
  height: 160px;
  background: #fff;
  display: flex;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}
.head-search-box .hsb div {
  padding: 0 8.3333%;
  width: 100%;
  display: flex;
}
.head-search-box img {
  height: 30px;
}
.head-search-box input {
  width: 100%;
  height: 30px;
  font-size: 30px;
  outline: none;
  border: 0;
  padding-left: 15px;
  font-family: "JiangChengHeiTi-500W", sans-serif;
}
.head-logo {
  height: 37px;
  width: auto;
  margin-left: 8.333%;
}
.head-logo img {
  height: 100%;
}
.head-nav {
  display: flex;
  margin-left: auto;
}
.head-nav a {
  line-height: 18px;
  font-family: "JiangChengHeiTi-300W", sans-serif;
  font-size: 18px;
  color: #333333;
  padding-bottom: 12px;
  margin-left: 78px;
  display: block;
  text-decoration: none;
}
.head-nav a:hover{
      color: #20cad3;
  border-bottom: 4px solid #20cad3;
}
.head-nav .active {
  color: #20cad3;
  border-bottom: 4px solid #20cad3;
}
.head-search {
  margin-left: 90px;
  margin-right: 8.333%;
}
.index-top video {
  min-height:100vh;
  width: auto;
  height: 100%;
  min-width: 100vw;
  object-fit: cover;
  object-position: center;
}
.bbbbbb{
    width: 100%;
    height: 100vh;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}
.bbbbbb::-webkit-scrollbar{
    display: none;
}
.ht{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-top222p{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width:100%;
    overflow: hidden;
    transform: translate(-50%,-50%);
    opacity: 0;
    filter: blur(10px);
}
@keyframes fadeInBlur {
            0% {
                opacity: 0;
                filter: blur(10px);
            }
            100% {
                opacity: 1;
                filter: blur(0);
            }
        }
.visible {
            animation: fadeInBlur 0.6s ease-out forwards;
            opacity: 1;
        }
.index-top222p img{
    max-width: 90%;
}
.index {
  width: 100%;
  height: auto;
}
.index-about {
  display: flex;
  margin-left: 8.333333%;
}
.lrtb {
  width: 35px;
  height: 35px;
  position: absolute;
}
.ia-left {
  max-width: 638px;
}
.l {
  top: 0;
  left: 5px;
  border-left: 1px solid #333333;
}
.r {
  right: 5px;
  bottom: 0;
  border-right: 1px solid #333333;
}
.t {
  left: 0;
  top: 5px;
  border-top: 1px solid #333333;
}
.b {
  right: 0;
  bottom: 5px;
  border-bottom: 1px solid #333333;
}
.ial-title {
  padding: 20px 25px;
  margin-top: 134px;
  width: 425px;
  height: 115px;
  position: relative;
}
.ial-title p {
  margin: 0;
}
.ialt1 {
  font-family: "JiangChengHeiTi-500W", sans-serif;
  font-size: 48px;
  color: #333333;
}
.ialt2 {
  font-family: "JiangChengHeiTi-100W", sans-serif;
  font-size: 48px;
  color: #333333;
  white-space: nowrap;
}
.ial-t1 {
  font-family: "JiangChengHeiTi-500W", sans-serif;
  font-size: 36px;
  margin-top: 63px;
  margin-bottom: 35px;
  margin-left: 23px;
  color: #20cad3;
}
.ial-t2 {
  font-family: "JiangChengHeiTi-400W", sans-serif;
  font-size: 20px;
  margin: 0;
  margin-left: 23px;
  line-height: 42px;
  color: #333333;
}
.num-list {
  display: flex;
  margin-left: 23px;
  margin-top: 102px;
}
.num-list-card {
  flex: 1;
  display: block;
}
.num-list-card div {
  width: auto;
  display: flex;
}
.num-list-card:nth-child(3) span {
  margin-left: auto;
}
.num-list-card:nth-child(2) span {
  margin: 0 auto;
}
.nlc-s1 {
  font-size: 60px;
  color: #20cad3;
  font-family: "JiangChengHeiTi-700W", sans-serif;
  line-height: 42px;
}
.nlc-s2 {
  font-family: "JiangChengHeiTi-400W", sans-serif;
  font-size: 18px;
  color: #333333;
}
.nlc-s3 {
  font-family: "JiangChengHeiTi-400W", sans-serif;
  font-size: 20px;
  color: #333333;
  line-height: 42px;
}
.ia-more {
  width: 135px;
  height: 44px;
  margin-bottom: 142px;
  margin-top: 90px;
  border: 1px solid #20cad3;
  border-radius: 22px;
  display: block;
  text-align: center;
  line-height: 44px;
  text-decoration: none;
  color: #20cad3;
  transition: all 0.3s ease-in-out;
  margin-left: 23px;
}
.ia-more:hover {
  color: #fff;
  background-color: #20cad3;
}
.ia-right {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.ia-right-bg {
  width: 960px;
  height: 700px;
  margin-left: auto;
  position: relative;
}
.ia-right-bg img {
  top: 0;
  right: 0;
  width: 920px;
  height: 640px;
  z-index: 1;
  position: absolute;
}
.ia-right-bg div {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 262px;
  background-color: #b5e6ea;
  border-radius: 50px 0px 0px 50px;
  z-index: 0;
}
.news-lunbo222 a{
    text-decoration: none;
}
.ipc-right {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.ipc-right .swiper-slide{
    aspect-ratio: 112/82;
    overflow: hidden;
}
.ipc-right img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  width: 100%;
  max-height: 150%;
  object-position: center;
  object-fit: cover;
  height: auto;
}
.ipc-t1 {
  font-family: "JiangChengHeiTi-500W", sans-serif;
  font-size: 36px;
  margin-top: 63px;
  margin-bottom: 32px;
  color: #333333;
}
.ipc-t2 {
  font-family: "JiangChengHeiTi-400W", sans-serif;
  font-size: 20px;
  color: #333333;
  line-height: 42px;
  max-width: 480px;
  height: 84px;
  overflow: hidden;
  margin-right: 137px;
}
.ipc-more {
  text-decoration: none;
  color: #Fff;
  background-color: #20cad3;
  width: 135px;
  height: 44px;
  border-radius: 22px;
  font-size: 18px;
  font-family: "JiangChengHeiTi-400W", sans-serif;
  display: block;
  line-height: 44px;
  text-align: center;
  margin-top: 100px;
}
.ipc-more:hover{
    background-color: #fff;
    color: #20cad3;
}
.lunbo1 {
  overflow: hidden;
  margin-left: 23px;
}
.lunbo2page {
  position: absolute;
  text-align: center;
  bottom: 80px !important;
  z-index: 2;
}
.lunbo2page .swiper-pagination-bullet {
  width: 66px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.5;
}
.lunbo2page .swiper-pagination-bullet-active {
  width: 66px;
  height: 4px;
  background-color: #20cad3;
  border-radius: 2px;
}
.cs {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.index-news-left {
  flex: 0 0 40%;
  width: 640px;
  height: 484px;
  border-radius: 20px;
  margin: 0;
  margin-top: 272px;
  position: relative;
  overflow: hidden;
}
.nnnindex-title {
  display: flex;
}
.nnnindex-title .ial-title {
  margin-left: auto;
  text-align: right;
  width: 475px;
}
.nnnindex-title .t {
  left: auto;
  right: 210px;
}
.nnnindex-title .l {
  left: auto;
  right: 205px;
}
.nnnindex-newsw2 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nnneeenen {
  height: 100%;
  overflow: hidden;
}
.nnneeenen p {
  margin-left: 40px;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0px;
  font-family: "JiangChengHeiTi-500W", sans-serif;
}
.nnneeenen p:nth-child(1) {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-top: 77px;
  margin-bottom: 29px;
}
.nnneeenen p:nth-child(2) {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
}
.news-lunbo222 {
  width: calc(100% - 80px);
  margin-left: 80px;
  height: 63.6%;
  overflow: hidden;
}
.news-lunbo222 .swiper-slide {
  background-color: #f5f6f7;
  border-radius: 20px;
}
.news-lunbo222 .swiper-slide-active {
  background-color: #20cad3;
}
.news-lunbo222 .swiper-slide-active p {
  color: #fff;
}
.sfwefdcc {
  position: absolute;
  right: 0;
  bottom: 152px;
  width: 133px;
  color: #20cad3;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  height: 42px;
  font-family: "JiangChengHeiTi-400W", sans-serif;
  line-height: 42px;
  background-color: #ffffff;
  border-radius: 22px;
  border: solid 1px #20cad3;
  transition: all 0.3s ease-in-out;
}
.sfwefdcc:hover {
  background-color: #20cad3;
  color: #fff;
}
.index-news-right {
  flex: 0 0 60%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.index-news-left-card {
  position: relative;
  display: block;
}
.inlc-bg img {
  display: block;
  width: 100%;
  aspect-ratio: 1.3223140496;
  object-fit: cover;
}
.inlc-co {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to top, #20cad3 5%, transparent);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.index-news-left-card:hover .inlc-co {
  opacity: 1;
}
.inewslunbopage {
  position: absolute;
  bottom: 30px !important;
  left: 0;
  z-index: 2;
  text-align: center;
}
.inewslunbopage .swiper-pagination-bullet {
  width: 66px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.5;
}
.inewslunbopage .swiper-pagination-bullet-active {
  width: 66px;
  height: 4px;
  background-color: #fff;
  opacity: 1;
  border-radius: 2px;
}
.ico-t1 {
  margin: 0 auto;
  margin-top: auto;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  width: 500px;
  font-family: "JiangChengHeiTi-500W", sans-serif;
}
.ico-t2 {
  margin: 0 auto;
  margin-bottom: 92px;
  font-size: 24px;
  margin-top: 16px;
  line-height: 36px;
  color: #ffffff;
  font-family: "JiangChengHeiTi-500W", sans-serif;
  width: 500px;
  height: 72px;
  overflow: hidden;
}
.m-index-top {
  width: calc(100% - 30px);
  padding: 15px;
  position: fixed;
  height: 37px;
  z-index: 999;
  background-color: #fff;
  display: none;
}
.service-d2 .pagination{
    margin: 0;
    margin-bottom: 96px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    
}
.service-d2 .pagination a{
    text-decoration: none;
    color: #333333;
    font-size: 18px;
}
.service-d2 .pagination a{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color:#f5f6f7 ;
    border-radius:5px ;
}
.service-d2 .pagination .active a{
    background-color: #20cad3;
}
.service-d2 .pagination .active a{
    color: #fff;
}
.service-d2 .pagination a:hover{
    background-color:#20cad3 ;
    color:#fff ;
}

.service-d2 .pagination li:nth-child(1) a,.service-d2 .pagination li:nth-child(2) a,.service-d2 .pagination li:nth-last-child(1) a,.service-d2 .pagination li:nth-last-child(2) a{
    font-size: 12px;
    color: #999999;
}
.m-index-top img {
  display: block;
  height: 100%;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 10px;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 4px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
}
.hamburger span:first-child {
  transform-origin: 0 0;
}
.hamburger span:nth-child(2) {
  transform-origin: 0 50%;
}
.hamburger span:last-child {
  transform-origin: 0 100%;
}
.test {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999;
  top: 0;
  left: 0;
}
.hid {
  transform: translateX(100%);
}
.close {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 25px;
  height: 25px !important;
}
.close:hover img {
  transform: rotate(45deg);
}
.m-list-box {
  border-bottom: 1px solid #e5e5e5;
  color: #414141;
  overflow: hidden;
}
.m-list-box-div {
  margin-left: 15px;
  line-height: 50px;
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
  /* animation: fadeInDown 0.3s ease forwards;
    animation-delay: calc(0.1s * var(--index)); */
}
.m-list-box-div.animate {
  animation: fadeInDown 0.3s ease forwards;
  animation-delay: calc(0.1s * var(--index));
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.m-list-box-div a {
  text-decoration: none;
  color: #414141;
}
.m-index-top button {
  border: none;
  background-color: #fff;
}
.utryrgrfy {
  height: 50px;
  display: flex;
  align-items: center;
}
.utryrgrfy img {
  height: 24px;
}
.m-list {
  padding-top: 67px;
}
.m-list input {
  border: 0;
  outline: none;
  flex-grow: 1;
  height: 100%;
  margin-left: 15px;
}
.index-news-left-card {
  border-radius: 20px;
  overflow: hidden;
}
.swswsw {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.zi-lunbo {
  display: none;
  overflow: hidden;
}
.zi-lunbo .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-top {
  padding: 18px 15px;
  display: flex;
  padding-top: 80px;
}
.search-top span {
  color: #999999;
  font-size: 16px;
}
.search-top a {
  width: 80px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #20cad3;
  height: 24px;
  border: 1px solid #20cad3;
  background-color: #fff;
  margin-right: 15px;
  text-align: center;
}
.searchacrive{
    background-color: #20cad3 !important;
    color: #fff !important;
}
.search-top a:hover{
    background-color: #20cad3;
    color: #fff;
}

.sb-p2 {
  font-size: 16px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb-p1 {
  color: #333333;
  font-size: 18px;
}
.sb-d1 {
  color: #999999;
  font-size: 16px;
}
.search-card {
  text-decoration: none;
  display: block;
  padding: 0 15px;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 18px;
}
.search-card:hover p {
  color: #20cad3;
}
.search-card:hover span {
  color: #20cad3;
}


.search-form{
    display: flex;
    flex: 0 0 100%;
}
.inputimg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px !important;
    height: 40px !important;
    background-color:transparent !important;
    border: 0 !important;
    font-size: 0 !important;
}
.aingsx{
    height: 40px !important;
}
.inputimg2{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px !important;
    height: 20px !important;
    margin-top: 10px !important;
    background-color:transparent !important;
    border: 0 !important;
    font-size: 0 !important;
    flex-grow: 0 !important;
    flex:  0 0 20px;
}
.aingsx2{
    height: 40px !important;
    flex-grow: 1;
}







.service-d22{
    padding-bottom: 90px;
}

.service-d22 .pagination{
    margin: 0;
    margin-bottom: 96px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    
}
.service-d22 .pagination a{
    text-decoration: none;
    color: #333333;
    font-size: 18px;
}
.service-d22 .pagination a{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color:#fff ;
    border-radius:5px ;
}
.service-d22 .pagination .active a{
    background-color: #20cad3;
}
.service-d22 .pagination .active a{
    color: #fff;
}
.service-d22 .pagination a:hover{
    background-color:#20cad3 ;
    color:#fff ;
}

.service-d22 .pagination li:nth-child(1) a,.service-d22 .pagination li:nth-child(2) a,.service-d22 .pagination li:nth-last-child(1) a,.service-d22 .pagination li:nth-last-child(2) a{
    font-size: 12px;
    color: #999999;
}
