  *,html,
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  h1,h2,h3,h4{
    font-weight: normal;
  }
  ul{
    list-style: none;
  }
  a{
    color: #000;
    text-decoration: none;
  }
  header {
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    padding: 16px 0;
    background: #000000;
    z-index: 112;
  }
  .headers{
    width: 1200px;
    display: flex;
  }
  footer{
    width: 100%;
    background: #120323;
    backdrop-filter: blur(12px);
    color: #fff;
    padding: 32px 0;
  }
  .footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-labels{
    margin-top: 16px;
    display: flex;
  }
  .footer-label{
    font-size: 16px;
    font-weight: 400;
    color: #D9D9D9;
    padding: 0 24px;
    border-right: 1px solid #8C8C8C;
  }
  .footer-label:last-child{
    border-right: none;
  }
  .footer-logo{
    width: 157.06px;
    height: 29.32px;
  }
  .footer-logo img{
    width: 100%;
    height: 100%;
  }
  .footer-icons{
    display: flex;
    margin-top: 16px;
  }
  .footer-icon:last-child{
    margin-left: 24px;
  }
  .footer-details{
    font-size: 14px;
    font-weight: 400;
    margin-top: 16px;
    color: #8C8C8C;
  }
  .head_logo {
    display: flex;
    height: 34px;
    width: 142px;
    align-items: center;
  }
  .head_logo img{
    width: 100%;
    height: 100%;
    margin-right: 10px;
  }
  nav{
    line-height: 40px;
    margin-left: 212px;
  }
  nav ul {
    width: 600px;
    display: flex;
    flex: 1;
  }
  nav ul li{
    color: #FFFFFF;
    flex: auto;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-family: Arboria-Bold;
  }
  .content-header-btn{
    cursor: pointer;
  }
  .head_logo{
    cursor: pointer;
  }
  .right-btn{
    cursor: pointer;
  }
  .form-max-icon{
    cursor: pointer;
  }
  .product-item-btn{
    cursor: pointer;
  }
  .l_btn{
    cursor: pointer;
  }
  .footer-icon{
    cursor: pointer;
  }
  nav ul a{
    display: block;
    font-size: 18px;
    cursor: pointer;
  }
  .active{
    color: #0087FC;
    position: relative;
  }
  .active .li-bottom{
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 1.5px;
    left: 50%;
    transform: translate(-50%);
    background-color: #0087FC;
  }

  .link{
    width: 100%;
    height: 68px;
    background: #000;
  }

  .content{
    margin-top: 72px;
  }
  .swiper{
    height: 565px;
  }
  .swiper-item{
    height: 565px;
    background-size: 100% 100%;
  }
  .el-carousel__indicators{
    display: none !important;
  }
  .swiper-item-main{
    width: 1200px;
    margin: 0 auto;
  }
  .swiper-item—title{
    padding-top: 88px;
    color: #FFF;
    font-family: Arboria-Bold;
    font-size: 37.5px;
    font-style: normal;
  }
  .swiper-item—detail{
    color: #FFF;
    font-family: Arboria-Book;
    font-size: 26.25px;
    font-style: normal;
    font-weight: 400;
    margin-top: 8px;
    width: 590px;
  }
  .swiper-item—context{
    color: #FFF;
    font-family: Arboria-Book;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
  }
  .our-services{
    width: 100%;
    height: 663px;
    background: #F0F0F0;
    position: relative;
  }
  .our-services-content{
    position: absolute;
    width: 1000px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
  }
  .our-services-left{
    width: 399.75px;
    height: 399.75px;
    background-image: url("/img/our-services-1.png");
    background-size: 100% 100%;
  }
  .our-services-right{
    width: 399.75px;
    height: 399.75px;
    background-image: url("/img/our-services-2.png");
    background-size: 100% 100%;
  }
  .our-services-title{
    text-align: center;
    color: #13141B;
    font-family: Arboria-Bold;
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 121.6px;
  }
  .our-services-detail{
    position: absolute;
    text-align: center;
    color: #13141B;
    font-family: Arboria-Book;
    left: 50%;
    transform: translate(-50%);
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .our-services-list{
    width: 407px;
    margin-top: 82px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .our-services-item{
    position: relative;
    width: 185.625px;
    height: 75.375px;
    text-align: center;
    line-height: 75.375px;
    margin-bottom: 19.5px;
    border-radius: 3px;
    background: #A1A1A1;
    color: #FFF;
    font-family: Arboria-Medium;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    cursor: pointer;
  }

  .our-services-item-bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 185.625px;
    height: 4.5px;
    flex-shrink: 0;
    background-color: #0087FC;
  }

  .about{
    width: 100%;
    height: 552px;
    background: #FFF;
  }

  .about-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 425px;
  }

  .about-left-title{
    margin-top: 130px;
    color: #13141B;
    font-family: Arboria-Bold;
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .about-left-context{
    margin-top: 18px;
    color: #13141B;
    width: 673.375px;
    font-family: Arboria-Book;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .about-right{
    margin-top: 130px;
    width: 425px;
    height: 192px;
  }
  .about-right img{
    width: 100%;
    height: 100%;
  }
  .about-left-img{
    width: 141.367px;
    height: 33.75px;
    margin-top: 60px;
  }
  .about-left-img img{
    width: 100%;
    height: 100%;
  }
  .data{
    background-color: #0087FC;
    width: 100%;
    padding-top: 67px;
    padding-bottom: 61px;
  }
  .data-content{
    width: 1200px;
    margin: 0 auto;
  }
  .data-top{
    display: flex;
    border-bottom: 1px solid #000;
  }
  .data-bottom{
    display: flex;
  }
  .data-title{
    margin: 0 80px 0;
    width: 255px;
    color: #13141B;
    font-family: Arboria-Bold;
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .data-context{
    margin: 10px 80px 0;
    width: 191.125px;
    color: #13141B;
    font-family: Arboria-Book;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .data-title span{
    color: #13141B;
    font-family: Arboria-Bold;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .data-left{
    border-right: 1px solid #000;
    margin: 28px 0 22px;
  }
  .data-center{
    border-right: 1px solid #000;
    margin: 28px 0 22px;
  }
  .data-right{
    margin: 28px 0 22px;
  }
  .solutions{
    width: 100%;
    background: #1A1C26;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
  }
  .solutions-title{
    margin-top: 58px;
    color: #FFF;
    text-align: center;
    font-family: Arboria-Bold;
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .solutions-detail{
    color: #FFF;
    text-align: center;
    font-family: Arboria-Book;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .solutions-list{
    margin-top: 58px;
    display: flex;
    justify-content: center;
  }
  .solutions-item{
    width: 444px;
    border-radius: 10px;
    overflow: hidden;
  }
  .solutions-item:nth-child(2){
    margin-left: 44px;
  }
  .solutions-img{
    width: 444px;
    height: 151px;
  }
  .solutions-img img{
    width: 100%;
    height: 100%;
  }
  .solutions-item-content{
    width: 444px;
    height: 379.5px;
    background-color: #2F3138;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .solutions-item-content-title{
    margin-top: 23px;
    color: #FFF;
    font-family: Arboria-Medium;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
  }
  .solutions-item-content-context{
    margin-top: 38px;
    padding: 0 32px;
    color: #AAA;
    text-align: center;
    font-family: Arboria-Book;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .solutions-item-content-title-bottom{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    width: 63px;
    height: 1px;
    background: #0087FC;
  }
  .aboutUs-main{
    width: 100%;
    background-image: url("/img/aboutUs-1.png");
    background-size: 100% 100%;
    padding: 45px 0 40px;
    margin-top: 72px;
  }
  .aboutUs-main-title{
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Arboria-Bold;
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .aboutUs-main-detail{
    color: #FFF;
    text-align: center;
    font-family: Arboria-Book;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .our{
    width: 100%;
    height: 715px;
    background-color: #1A1C26;
  }
  .our-title{
    padding-top: 45px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Arboria-Bold;
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .our-detail{
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Arboria-Book;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .our-content{
    margin-top: 72px;
    display: flex;
    justify-content: center;
  }
  .our-left{
    width: 780px;
    height: 424px;
  }
  .our-left img{
    width: 100%;
    height: 100%;
  }
  .our-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 150px;
  }
  .our-right-btn{
    display: flex;
    align-items: center;
  }
  .our-right-btn-icon{
    width: 30px;
    height: 36px;
  }
  .our-right-btn-icon img {
    width: 100%;
    height: 100%;
  }
  .our-right-btn-text{
    margin-left: 10px;
    color: #FFF;
    text-align: center;
    font-family: Arboria-Medium;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .edges{
    width: 100%;
    background: #F6F6F6;
  }
  .edges-title{
    padding-top: 55px;
    width: 100%;
    color: #13141B;
    text-align: center;
    font-family: Arboria-Bold;
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .edges-detail{
    color: #13141B;
    text-align: center;
    font-family: Arboria-Book;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .edges-list{
    margin-top: 45px;
    display: flex;
    justify-content: center;
    padding-bottom: 147px;
  }
  .edges-item{
    margin-left: 30px;
  }
  .edges-item:nth-child(1){
    margin-left: 0;
  }
  .edges-item-img{
    width: 312px;
  }
  .edges-item-img img{
    width: 100%;
  }
  .edges-item-title{
    margin-top: 10px;
    color: #13141B;
    text-align: center;
    font-family: Arboria-Medium;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .business-main{
    width: 100%;
    background-image: url("/img/aboutUs-1.png");
    background-size: 100% 100%;
    padding: 45px 0 40px;
    margin-top: 72px;
  }
  .business-main-title{
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Arboria-Bold;
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .business-main-detail{
    color: #FFF;
    text-align: center;
    font-family: Arboria-Book;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .business-list{
    padding-top: 74px;
    width: 100%;
  }
  .business-item{
    margin: 0 auto 21px;
    width: 1200px;
    height: 356px;
    background: #F0F0F0;
    display: flex;
  }
  .business-item-left{
    margin: 47px 122px 36px 115px;
  }
  .business-item-right{
    margin: 36px 0;
    width: 282px;
    height: 282px;
  }
  .business-item-right img{
    width: 100%;
    height: 100%;
  }
  .business-item-left-title{
    color: #13141B;
    font-family: Arboria-Bold;
    font-size: 37.51px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
  }
  .business-item-left-lu{
    width: 607.148px;
  }
  .business-item-left-li{
    color: #13141B;
    font-family: Arboria-Book;
    font-size: 13.128px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
  }
  .business-item-left-li:before {
    position: absolute;
    top: 6px;
    left: -1px;
    content: "";
    display: inline-block;
    width: 4px; /* 或者你想要的圆点大小 */
    height: 4px; /* 或者你想要的圆点大小 */
    background-color: black; /* 圆点颜色 */
    border-radius: 50%; /* 使得这个伪元素是圆形 */
  }
  .contact-main{
    width: 100%;
    background-image: url("/img/contact-1.png");
    background-size: 100% 100%;
    padding: 45px 0 40px;
    margin-top: 72px;
  }
  .contact-main-title{
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Arboria-Bold;
    font-size: 37.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact-main-detail{
    color: #FFF;
    text-align: center;
    font-family: Arboria-Book;
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact-content{
    width: 100%;
    height: calc(100vh - 72px - 68px);
    background-color: #1A1C26;
    padding: 74px 0;
  }
  .contact-content-main{
    width: 1200px;
    display: flex;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #2F3138;
    overflow: hidden;

    background-image: url("/img/contact-2.png");
    background-size: 758px 394px;
    background-repeat: no-repeat;
    background-position: right;
  }
  .contact-left{
    padding: 0 83px 74px 117px;
  }
  .contact-left-title{
    margin-top: 47px;
    color: #FFF;
    font-family: Arboria-Bold;
    font-size: 37.51px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact-left-form{
    padding-top: 5px;
  }
  .contact-left-max{
    width: 416px;
    height: 49px;
    border-radius: 3px;
  }
  .contact-left-max .el-input__inner {
    background: #3B3D44;
    color: #FFF;
    font-family: Arboria-Bold;
    font-size: 13.128px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
  }
  .contact-left-btn{
    width: 417px;
    height: 49px;
    line-height: 49px;
    border-radius: 24px;
    background-color: #0087FC;
    color: #13141B;
    text-align: center;
    font-family: Arboria-Medium;
    font-size: 13.128px;
    font-style: normal;
    font-weight: 400;
    margin-top: 22px;
    cursor: pointer;
  }
  .contact-left-btn:hover{
    background-color: #1AE29B;
  }

  .contact-right{
    flex: 1;
    height: 394px;
  }

  .contact-right-area{
    height: 394px;
    margin-top: 105px;
  }

  .contact-right-mix{
    color: #FFF;
    font-family: Arboria-Bold;
    font-size: 13.128px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 17px;
  }

  .contact-right-mix a{
    color: #FFF;
    font-family: Arboria-Bold;
    font-size: 13.128px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    line-height: 20px;
  }
  .swiper-item—btns{
    display: flex;
    margin-top: 33px;
  }
  .swiper-item-btn{
    width: 141.75px;
    height: 32.25px;
    text-align: center;
    line-height: 32.25px;
    border-radius: 16.125px;
    background: #0087FC;
    color: #13141B;
    font-family: Arboria-Medium;
    font-size: 11.25px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
  }

  .swiper-item—btn-dft{
    cursor: pointer;
    margin-left: 11px;
    width: 141.75px;
    height: 32.25px;
    text-align: center;
    line-height: 29.25px;
    border-radius: 16.125px;
    color: #0087FC;
    border: 1px solid #0087FC;
    font-family: Arboria-Medium;
    font-size: 11.25px;
    font-style: normal;
    font-weight: 400;
    background: #1B1E1F;
  }

