@charset "UTF-8";
@font-face {
  font-family: "Roboto-BoldCondensed";
  src: url("../font/roboto-condensed-bold.ttf") format("truetype");
}
@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url("../font/SourceHanSerifCN-Regular-1.otf") format("opentype");
}
@font-face {
  font-family: "ArialMT";
  src: url("../font/arialmt.ttf") format("truetype");
}
.ibp-t2 p{
        font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;

}
.yhgbsjr{
    display: flex;
    width: calc(100% - 225px);
    flex-grow: 1;
    overflow: scroll;
    margin-right: 15px;
}
.yhgbsjr::-webkit-scrollbar{
    display: none;
} 
.yhgbsjr p{
    white-space: nowrap
}
.inccccccc {
  width: 16px;
  height: 16px;
  background-image: url("../images/ppp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
}
.sdfsfsfsf {
  display: flex;
  align-items: center;
}
* {
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.index-about {
  overflow: hidden;
}
.incp {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
.incp1 {
  padding-top: 112px;
  max-width: 460px;
  height: auto;
  margin-right: 90px;
}
.incp2 {
  height: 945px;
}
.incp-card {
  border-radius: 50%;
  background-image: linear-gradient(0deg, #d8d8d8 0%, #ffffff 100%);
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.incp-card p {
position: absolute;
    bottom: -141px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4;
    color: #666666;
    text-align: center;
    height: 92px;
}
.incp-card img {
  max-width: 320px;
  max-height: 320px;
  width: auto;
  height: auto;
}
.incpback {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.incpback div {
  width: 563px;
  height: 100%;
  background-color: #fff;
  margin-left: auto;
}
.incplb {
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
}
.incppp {
  margin-top: 70px;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  line-height: 38px;
  
  color: #333333;
}
.inccp-lb {
  flex: 0 0 1160px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.inccp-lb .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inccp-lb .swiper-slide .incp-card {
  transform: scale(0.75);
  transform-origin: center center;
  transition: all 0.3s ease-in;
}
.inccp-lb .swiper-slide-active .incp-card {
  transform: scale(1);
  transform-origin: center center;
}
.inclb {
  width: 481px;
  height: 100%;
  background-color: #fff;
}
.incp-sp {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #777777;
}
.incp-ap {
  margin-top: 130px;
  margin-bottom: 45px;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.3;
  
  font-weight: 600;
  color: #333333;
}
.incp-other {
  width: 563px;
  height: 100%;
  background-color: #f4f4f4;
  margin-left: auto;
  position: relative;
}
.incp-other div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  left: -75px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 150px;
  background-image: url("../images/bbc.png");
  background-position: 75px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.incp-other div img {
  width: 50px;
  height: 50px;
}
.rbbbab {
  z-index: 99999999999999991611392;
}
.butts {
  display: flex;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 150px;
  align-items: center;
  justify-content: center;
}
.butts button {
  width: 160px;
  height: 45px;
  border: 0;
      font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 18px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(13, 13, 13, 0.16);
  border-radius: 23px;
  margin-right: 25px;
  margin-top: 130px;
  cursor: pointer;
}
.pcbutactive {
  background-color: #00aec3 !important;
  color: #fff;
  border-radius: 23px !important;
}
.m-index-top {
  width: calc(100% - 30px);
  padding: 15px;
  position: relative;
  height: 37px;
  display: flex;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .08);
}
.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%);
}
.m-index-top {
  width: calc(100% - 30px);
  padding: 15px;
  position: relative;
  height: 37px;
  display: flex;
}
.m-index-top img {
  display: block;
  height: 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));
}
.m-list-box-div a {
  text-decoration: none;
  color: #414141;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pc-hidden {
  display: none !important;
}
.fcd-rd a {
  min-height: auto !important;
  height: auto !important;
  line-height: 1.3 !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
}
.head {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.head-list {
  transition: all 0.3s ease-in-out;
  display: flex;
  padding: 30px 0;
  max-width: 1520px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}
.hl-list {
  display: flex;
  margin: 0 auto;
  color: #fff;
  align-items: center;
}
.hl-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  height: 100%;
  padding: 12.5px 33px;
  
  transition: all 0.3s;
  border-radius: 23px;
}

.xd{
    position: relative;
        padding-right: 199px;
        flex: initial;
}
.fhsj{
    padding-right: 215px;
}
.back {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #00aec3, #83aec7);
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    transition: all .5s;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    padding: 12px 14px !important;
}
.back img{
width: 17px;
    margin-right: 8px;
}
.back:hover{
    transform: translateX(-4px) translateY(-50%);
    box-shadow: 1px 1px 10px rgba(4,174,195,.5);
}

.head-child{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    
    opacity: 0;
    text-align: center;
    white-space: nowrap;
    padding: 15px 0;
    min-width: 100%;
    transition: all .5s;
    transform-origin: center top;
    
}
.head-child .head-child-con{
       background-image: linear-gradient(to right, #00aec3, #83aec7);
    padding: 21px 16px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .2);
    min-width: 102px;
    border-radius: 10px;
}
.head-li{
    position: relative;
}
.head-li:hover .head-child{
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
    visibility: visible;
}
.head-child .head-child-con div{
    display: block;
    transition: all .5s;
    font-size: 15px;
    color: #fff;
    /* font-weight: 600; */
    /*margin: 0 auto;*/
    margin-bottom: 12px;
    position: relative;
    width: fit-content;
    cursor: pointer;
    transition: all .5s;
}
.head-child .head-child-con div:hover{
    transform: translateX(-4px);
}
.head-child .head-child-con div:last-child{
    margin-bottom: 0;
}


.head-li:hover a {
    background-image: linear-gradient(to right, #00aec3, #83aec7);
    color: #fff !important;
}
.head-li.active a {
    background-image: linear-gradient(to right, #00aec3, #83aec7);
    color: #fff !important;
}
.hl-r {
  margin-right: 0;
  width: 114px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.hl-r p {
  color: #ffffff;
  margin-left: 10px;
}
.hl-r img {
  width: 22px;
  height: 22px;
}
.hl-r1 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(200% + 20px);
  gap: 20px;
  top: 0;
  overflow: hidden;
  left: 0;
}
.hl-r1 a {
  border-radius: 23px;
  text-decoration: none;
  border: solid 1px #ffffff;
  width: calc(100% - 2px);
  flex: 0 0 calc(50% - 12px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.hl-r1 a:nth-child(2) {
  transform: translateX(100%);
}
.hl-r1 a:hover {
  background-image: linear-gradient(to right, #00aec3, #83aec7);
}
.hl-r:hover .hl-r1 a:nth-child(2) {
  transform: translateX(0);
}
.qwe {
  color: transparent;
  text-shadow: 1px 0 0 #f28003;
}
.head-logo {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-logo img {
  height: 39px;
  display: block;
}
.index-body {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index-body p {
  margin: 0;
  font-family: "SourceHanSerifCN-Regular", Sans-Serif;
}
.index-banner {
  position: relative;
  width: 100%;
  height: auto;
}
.index-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.ib-p {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 46% !important;
  transform: translateY(-50%);
  width: 100%;
}
.ibp-t1 {
  margin: 0 auto;
  max-width: 1520px;
  transition: all 0.3s ease-in-out;
  height: auto;
  position: relative;
}
.ibp-t1 img {
  width: 393px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.ibp-t1 p {
  transition: all 0.3s ease-in-out;
  font-size: 24px;
   font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
  
  color: #ffffff;
  line-height: 24px;
  position: absolute;
  bottom: 18px;
  left: 0;
}
.ibp-t2 {
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    margin-top: 54px;
    max-width: 1520px;
    font-size: 2.4vw;
    line-height: .9;
    letter-spacing: 0.5px;
    color: #ffffff;
}
.ibp-t2 p {
  transition: all 0.3s ease-in-out;
}
.ibp-t2 p:nth-child(1) {
  margin-bottom: 30px;
}
.ibp-t2 span {
  color: #f28003;
}
.ibp-t2 .sp1 {
  -webkit-text-stroke: 1px #f28003;
  color: transparent;
}
.ibp-t3 {
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  margin-top: 95px;
  max-width: 1520px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ibp-t3 img {
  transition: all 0.3s ease-in-out;
  width: 46px;
  height: 46px;
  margin-right: 9px;
  display: block;
}
.ibp-t3 p {
  transition: all 0.3s ease-in-out;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
}
.ibottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  height: 108px;
}
.ibom-box {
  max-width: 1520px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ibom-box .swiper-pagination-bullet {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  background: #fff !important;
  width: 8px !important;
  height: 8px !important;
  opacity: 1;
  margin-right: 27px;
}
.ibom-box .swiper-pagination-bullet-active {
  background-color: transparent !important;
  border: 1px solid #00aec3 !important;
  width: 16px !important;
  height: 16px !important;
}
.ibom-box .index-swpag {
  position: relative;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ibb-p {
  display: flex;
  color: #ffffff;
  margin: auto 0;
  margin-left: auto;
  font-family: SourceHanSerifCN-Regular;
  font-size: 16px;
}
.ibb-r {
  position: relative;
  margin-left: 9px;
}
.ibb-r img:nth-child(2) {
  position: absolute;
  right: 6px;
  width: 5px;
  height: 5px;
  top: 5px;
  animation: scrollimg 2s infinite;
}
.ibb-r img:nth-child(1) {
  width: 17px;
  height: 31px;
}
@keyframes scrollimg {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.index-about {
  width: 100%;
  position: relative;
  background-image: linear-gradient(to bottom, #ffffff 0%, #d6f2f5 100%);
  padding-bottom: 144px;
}
.ia-p {
  transition: all 0.3s ease-in-out;
  max-width: 1520px;
  margin: 0 auto;
}
.iap-p {
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  max-width: 970px;
  overflow: hidden;
}
.iapp-title {
  margin-top: 130px;
  border-left: 10px solid #00aec3;
  color: #00aec3;
  height: 33px;
  display: flex;
  font-family: "Roboto-BoldCondensed", Sans-Serif;
  font-weight: 800;
}
.iapp-title div {
  display: flex;
  height: 33px;
  align-items: center;
  margin: auto;
  margin-left: 3px;
  border-left: 4px solid #f28003;
  padding-left: 10px;
  font-size: 46px;
}
.iapp-title div p {
  line-height: 33px;
}
.iapp-zt {
  font-size: 46px;
  
  line-height: 46px;
  margin-top: 19px;
  font-weight: 800;
  color: #333333;
}
.iapp-pp {
  font-size: 18px;
  line-height: 36px;
  
  margin-top: 63px;
  color: #555555;
  
                   overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 7;
                -webkit-box-orient: vertical;
                display: -moz-box;
                -moz-line-clamp: 7;
                -moz-box-orient: vertical;
                word-wrap: break-word;
                word-break: break-word;
                white-space: normal;
}
.iapp-pp p {
  margin: 0;
  margin-bottom: 16px;
}
.iapp-q {
  margin-top: 101px;
  display: flex;
  align-items: center;
  color: #00aec3;
  text-decoration: underline;
}
.iapp-q img {
  margin-right: 9px;
  display: block;
  width: 46px;
  height: 46px;
}
.iapp-q p {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
}
.iapp-w {
  display: flex;
  margin-top: 90px;
}
.iapp-w div {
  position: relative;
  max-width: 25%;
}
.iapp-w img {
  display: block;
  position: absolute;
}
.lt-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.lt-img img {
  display: block;
  width: 483px;
  height: auto;
}
.iaappb {
  margin: 0 auto;
}
.iaappb p {
  font-family: "Roboto-BoldCondensed", Sans-Serif;
  font-size: 64px;
  color: #00aec3;
  margin: 0;
  z-index: 999;
  line-height: 55px;
  position: relative;
  font-weight: 800;
}
.iaappb p:nth-child(3) {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  
  color: #333333;
  line-height: 1.4;
  margin-top: 22px;
}
.iaappb img {
  z-index: 0;
  width: 55px;
  height: 55px;
  top: -20px;
  left: -20px;
}
.iaappb:nth-child(1) {
  margin-left: 0;
}
.iaappb:nth-child(4) {
  margin-right: 0;
}
.index-video {
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  width: 563px;
  /*min-height: 945px;*/
  height: 100%;
  overflow: hidden;
}
.index-video img {
  display: block;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 100%;
}
.index-video:hover img {
  transform: scale(1.03);
}
#video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 99999;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}
#video video {
  max-width: 100%;
  max-height: 100%;
}
#video div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
}
.bf {
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  position: absolute;
}
.index-news {
  width: 100%;
  padding-top: 77px;
  position: relative;
  padding-bottom: 107px;
  background-image: url("../images/tt9.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-news-title {
  display: flex;
  max-width: 1520px;
  margin: 0 auto;
}
.inews {
  margin-top: 0;
}
.index-news-button {
  margin-left: auto;
}
.index-news-button button {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 0;
  font-size: 18px;
      font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;

  width: 186px;
  height: 45px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(13, 13, 13, 0.16);
  border-radius: 23px;
  margin-right: 25px;
}
.index-news-detail {
  display: flex;
  max-width: 1520px;
  margin: 0 auto;
}
.news-lunbo {
  position: relative;
  flex: 0 0 50%;
  overflow: hidden;
  height: 607px;
}
.news-lunbo .swiper-slide{
    height: 100%;
}
.news-lunbo a{
    display: block;
    height: 100%;
    width: 100%;
    aspect-ratio: 453/272;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.news-lunbo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.news-lunbo .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  width: 14px;
  height: 14px;
}
.news-lunbo .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #00aec3;
}
.news-lunbo .swiper-slide img {
  transition: all 0.3s ease-in-out;
}
.news-lunbo .swiper-slide:hover img {
  transform: scale(1.03);
}
.news-lunbo1 {
  width: calc(100% - 96px) !important;
  display: flex;
  bottom: 37px !important;
  padding-right: 96px;
}
.news-lunbo1 .swiper-pagination-bullet:nth-child(1) {
  margin-left: auto !important;
}
.news-lunbo1 .swiper-pagination-bullet {
  margin-right: 16px !important;
}
.news-detail-title {
  height: 607px;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.19);
  display: flex;
  flex: 0 0 calc(50% - 50px);
  flex-direction: column;
  padding-left: 50px;
  background-color: #ffffff;
}
.news-listcard {
  flex: 0 0 33.333%;
  overflow: hidden;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}
.news-listcard-p {
  flex: 0 0 108px;
  padding: 23px 0;
  padding-right: 30px;
  border-right: 1px solid #f0f0f0;
  font-family: "ArialMT", sans-serif;
  font-size: 42px;
  line-height: 42px;
  color: #888888;
}
.news-listcard-p p {
  margin: 0;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.news-listcard-p p:nth-child(2) {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #888888;
  line-height: 16px;
  text-align: right;
  margin-top: 16px;
}
.news-lip {
  display: flex;
  padding: 40px 0;
  text-decoration: none;
}
.inews-op {
  padding-left: 20px;
  padding-right: 100px;
  position: relative;
}
.inop-p p:nth-child(1) {
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  line-height: 1.3;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inop-p p:nth-child(2) {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 24px;
  
  color: #888888;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iion {
  position: absolute;
  right: 50px;
  bottom: -12px;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.news-listcard-active .news-listcard-p p, .news-listcard:hover .news-listcard-p p {
  color: #00aec3;
}
.news-listcard-active .inop-p p:nth-child(1), .news-listcard:hover .inop-p p:nth-child(1) {
  color: #00aec3;
}
.news-listcard-active .iion, .news-listcard:hover .iion {
  color: #00aec3;
}
.index-application {
  width: 100%;
  position: relative;
}
.ia-title {
  max-width: 1520px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.index-application {
  padding-top: 98px;
}
.ia-lunbo {
  max-width: 1520px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 12px;
}
.ia-lunbo-card {
  width: 489px;
  text-decoration: none;
  overflow: hidden;
}
.ia-lunbo-card img {
  transition: all 0.3s ease-in-out;
}
.ia-lunbo-card p {
  transition: all 0.3s ease-in-out;
}
.ia-lunbo-card:hover img {
  transform: scale(1.03);
}
.ia-lunbo-card:hover .iacl-p p {
  color: #00aec3;
}
.ialc-img {
  width: 489px;
  overflow: hidden;
  height: 306px;
}
.ialc-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  min-height: 100% !important;
  min-width: 100% !important;
}
.iacl-p {
  height: 175px;
  width: 100%;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.iacl-p p {
  margin: 0;
}
.iacl-p p:nth-child(1) {
    font-size: 20px;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 3%;
}
.iacl-p p:nth-child(2) {
  font-size: 16px;
  line-height: 16px;
  
  color: #888888;
}
.ial-button {
  overflow: visible;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ial-button div {
  transition: all 0.3s ease-in-out;
  width: 56px;
  height: 56px;
  background-image: url("../images/LEFT.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 29px 0px rgba(13, 13, 13, 0.1);
  border-radius: 50%;
  cursor: pointer;
}
.right-but {
  transform: rotate(180deg);
  margin-left: 20px;
}
.right-but:hover {
  background-image: url("../images/LEFT2.png");
  transform: rotate(0deg);
  box-shadow: 0;
}
.left-but:hover {
  background-image: url("../images/LEFT2.png");
  transform: rotate(180deg);
  box-shadow: 0;
}
.foot {
  width: 100%;
  background-image: url("../images/z8.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0;
}
.foot-card {
  max-width: 1520px;
  margin: 0 auto;
}
.fc-d1 {
  display: flex;
  padding-bottom: 140px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  justify-content: space-between;
}
.fc-d1 a {
  text-decoration: none;
  color: #ffffff;
}
.fcd-l {
flex: 0 0 28%;
    font-size: 14px;
    color: #ffffff;
    line-height: 2.4;
}
.fcd-r {
  flex: 0 0 72%;
}
.lx-list {
  display: flex;
}
.lx-list a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 34px;
}

.lx-list img {
  width: 25px;
  height: auto;
  margin: auto;
}
.lx-list a:hover {
  background-color: #00aec3;
}


.lx-list a div::after{
    position: absolute;
    bottom: -10px;
    content:'';
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 13px;
    background: url(../images/fxl.png) no-repeat;
    background-size: 100% 100%;
}
.lx-list a div img{
    width: 100%;
    max-height: 100%;
}
.lx-list a div{
        position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    transition: all .5s;
    bottom: 100%;
    background: #fff;
    bottom: calc(120% + 10px);
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.lx-list a:hover div{
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
    visibility: visible;
}



.fcd1-img img {
  width: 181px;
  height: 39px;
}
.fdc-p {
  margin: 54px 0;
}
.fdc-p span {
  margin-right: 30px;
}
.fcd-r {
  display: flex;
}
.fcd-rd {
  margin-left: auto;
}
.fcd-rd div {
  display: flex;
  flex-direction: column;
}
.fcd-rd p {
  font-size: 18px;
  line-height: 20px;
  
  color: #ffffff;
  margin-bottom: 40px;
}
.fcd-rd a {
  transition: all 0.3s ease-in-out;
  height: auto;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 18px;
  
  color: rgba(255, 255, 255, 0.5);
}
.fcd-rd a:hover {
  color: #fff;
}
.fc-d2 {
  display: flex;
  margin-top: 38px;
}
.fc-d2 a {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 16px;
  
  text-decoration: none;
}
.fc-d2 p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 16px;
  
  margin: 0;
}
.pc-p1 {
  margin-top: 84px;
  margin-bottom: 60px;
}
.pc-p1 p {
  margin: 0;
}
.pc-p1 p:nth-child(1) {
  font-size: 30px;
  line-height: 30px;
  
  margin-bottom: 45px;
}
.pc-p1 p:nth-child(2) {
  font-size: 14px;
  letter-spacing: 0px;
  color: #777777;
  line-height: 26px;
}
.pcp-list {
  display: flex;
  flex-direction: column;
}
.pcp-list div {
  display: flex;
  align-items: center;
}
.pcp-list div img {
  width: 16px;
  height: 16px;
  display: block;
}
.pcp-list p {
  margin: 0;
  margin-left: 12px;
  font-size: 16px;
  line-height: 38px;
  
  color: #333333;
}
.appp {
  max-width: 1153px !important;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 999;
  overflow: visible !important;
}
.app-ip {
  flex: 0 0 458px;
  display: flex;
  flex-direction: column;
}
.icp-r {
  background-color: #fff;
  flex-grow: 1;
  padding-left: 85px;
  position: relative;
  overflow: visible;
}
.icp-rb {
  display: flex;
  margin-top: 140px;
  justify-content: center;
}
.icp-rb button {
  border: 0;
  margin-right: 25px;
  background-color: #ffffff;
  width: 160px;
  height: 45px;
  box-shadow: 0px 0px 18px 0px rgba(13, 13, 13, 0.16);
  border-radius: 23px;
  font-size: 18px;
  line-height: 28px;
  
  cursor: pointer;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.but-act {
  background-color: #00aec3 !important;
  color: white !important;
  box-shadow: none !important;
}
.icp-rt {
  width: 481px;
  margin-top: 100px;
  overflow: hidden;
}
.icp-rt div {
  width: 481px;
  height: 481px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(to top, #d3d3d3 0%, #ffffff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.icp-rt img {
  height: 330px;
  width: auto;
  transition: all 0.3s ease-in-out;
}
.icp-rt p {
  text-align: center;
  margin: 0;
  margin-top: 30px;
  font-size: 22px;
  
  color: #666666;
}
.icp-rt:hover img {
  transform: scale(1.03);
}
.tx {
  position: absolute;
  width: 200px;
  height: 200px;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999999999;
  overflow: hidden;
}
.txd {
  position: relative;
  width: 100%;
  height: 100%;
}
.y1 {
  background-color: #fff;
  height: 100%;
  width: 90px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - 20px));
}
.y2 {
  background-color: #fff;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(calc(-50% - 50px));
}
.txi {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  background-image: url("../images/right2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.txi:hover {
  background-image: url("../images/LEFT2.png");
}
.icpd-e {
  width: 335px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.icpd-e1 {
  position: relative;
  width: calc(335px - 96px);
  height: calc(335px - 96px);
  padding: 48px;
  background-image: linear-gradient(0deg, #d8d8d8 0%, #ffffff 100%);
  border-radius: 50%;
}
.icpd-e1 img {
  height: 100%;
  margin: 0 auto;
}
.qweasd {
  position: relative;
  width: 100%;
  height: 100%;
}
.icpcd-p {
  position: absolute;
  bottom: -77px;
}
.icpcd-p p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  
  color: #888888;
}
