* {
      margin: 0;padding: 0;
    }
    body,html{
      background-color: #ffffff;
    }
    .header_s{
      width: 1240px; display: flex;align-items: center;justify-content: space-between;margin: 25px auto;
    }
    .fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff; /* 背景色可以根据需要调整 */
      z-index: 1000; /* 确保头部在其他内容之上 */
    }
    .el-tabs__nav-wrap:after{
      background-color: unset;
    }
    .logo_s{
      width: 437px;height: 40px;
    }
    .nav_box{
      display: flex; align-items: center;justify-content: center;
    }
    .nav_s{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .el-tabs__header{
      margin-bottom: 5px;
    }
    .el-tabs__item {
      padding: 0;
      font-weight: 700;
      font-size: 16px;
      color: #333333;
      letter-spacing: 3px;
      margin-right: 37px;
      cursor: pointer;
    }
    .el-tabs__item.is-active,.el-tabs__item:hover {
      color: #FF8600;
    }
    .el-tabs__active-bar {
      background-color: #FF8600;
    }
    .free_s{
      width: 86px;
        height: 30px;color: #FF8600;display: flex;
      align-items: center;
      justify-content: center;
        border-radius: 15px;
        border: 1px solid #FF8600;
    }
    .free_s:hover{
      opacity: .7;border-radius: 15px;color:#FF8600 !important; 
        border: 1px solid #FF8600 !important;
    }
    .phone_s{
      width: 146px;display: flex;margin-left: 10px;
        align-items: center;
        justify-content: center;
        height: 30px;color: #0066ff;
        border-radius: 15px;background-color: #E4E7FD;
        border: 1px solid #0066ff;
    }
    .phone_s:hover{
      opacity: .7;
        border-radius: 15px;;
        border: 1px solid #0066ff!important;
    }
    .add_s{
      background-color: #ffffff;
    }
    .phone_icon{
      width: 14px;height: 14px;
    }
    .middle_box {
      position: relative;
      height: 720px;
      width: 100%;
      margin: auto;
    }
    .el-carousel__indicators--horizontal {
      bottom: 165px;
      left: 23%;
    }
    .el-carousel__button  {
      width: 50px;
      height: 4px;
      background:#c9af92 ;
    }
    .el-carousel__arrow:hover,.el-carousel__arrow--left, .el-carousel__arrow--right{
      display: none;
    }
    .el-carousel__indicator.is-active button {
      background: #FF8600;
    }
    .carousel_first_s {
      position: absolute;
      top: 194px;
      left: 18%;
    }
    .carousel_first_title{
      font-weight: 700;
      height: 46px;
      font-size: 46px;
      text-align: left;margin-bottom: 36px;
      color: #000000;
    }
    .carousel_first_desc{
      color: #222222;
        font-weight: 900;
        font-size: 32px;
        text-align: left;margin-bottom: 30px;
    }
    .carousel_first_info{
      color: #222222;
        font-weight: 700;
        font-size: 24px;
        text-align: left;margin-bottom: 58px;
    }
    .carousel_first_btn{
      width: 150px;
      height: 50px;
      border-radius: 25px 25px 25px 25px;
      background: linear-gradient(-90deg, #fe5722,#f54d3b);font-weight: 700;
      font-size: 18px;
      color: #FFFFFF 
    }
    .carousel_first_btn_r{
      width: 150px;
      height: 50px;
      border-radius: 25px 25px 25px 25px;
      background: linear-gradient(-90deg, #196eff,#691fff);font-weight: 700;
      font-size: 18px;
      color: #FFFFFF;
    }
    .productList_s{
      display: flex;align-items: center;justify-content: flex-start;
      /* width: 1240px; */
      margin: auto;position: absolute;left: 16%;bottom: 20px
    }
    .productList_item {
      display: flex;align-items: center;justify-content: flex-start;
      width: 298px;
      /* height: 88px; */
      padding: 24px 10px 23px 19px;
      background-color: #FFFFFF;margin-right: 15px;border-radius: 10px;
    }
    .productList_item:last-child{
      margin-right: 0px;
    }
    .productList_item_img {
      width: 53px;height: 51px;margin-right: 15px;
    }
    .productList_item_title {
      font-weight: 400;
      height: 18px;
      font-size: 18px;margin-bottom: 10px;
      color: #222222;
    }
    .productList_item_desc {
      height: 13px;
      font-size: 14px;
      font-weight: 400;
      color: #666666;
    }
    .content_box {
      height: 665px;
      background: #f7f9fc;
      display: flex;align-items: center;justify-content: center;flex-direction: column;
    }
    .content_title {
      text-align: center;
      font-weight: 700;
      height: 36px;
      font-size: 36px;
      color: #222222 ;
      /* margin-top: 79px; */
    }
    .content_desc {
      margin-top: 28px;
      width: 1026px;
      color: #333333;
      font-weight: 400;
      font-size: 16px;
      text-align: center;
      line-height: 38.05px;
      margin-bottom: 51px;
    }
   
   .content_next {
    width: 100%;
    padding-top: 79px;
    font-weight: 700;
    height: 35px;
    font-size: 36px;
    color: #222222;
    margin-bottom: 25px;
    text-align: center;
   }
   .content_next_info {
    width: 100%;
    height: 17px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #333333;
    margin-bottom: 54px;
   }
   .content_tab{
    padding-bottom: 50px;
   }
   .content_tab .el-tabs__nav-wrap {
    border-bottom: 1px solid #ebedf0;
    margin-bottom: 40px;
   }
   .content_tab .el-tabs__item {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    width: 269px;
    margin-bottom: 31px;
   }
   .isActive_s {
    color: #FF8600;
   }
   .content_tab  .content_tab_label {
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .content_third_box {
    width: 100%;
     position: relative;
    background: #f7f9fc;
    padding-top: 41px;
    /* background-image: url('../images/home/header_content_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; */
   }
  
   .content_thire_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* position: absolute;
    top: 77px; */
   }
   .content_next_detail {
    width: 100%;
    font-weight: 700;
    height: 35px;
    font-size: 36px;
    color: #222222;
    margin-bottom: 25px;
    text-align: center;
   }
   .content_next_info_box{
    width: 1240px;
   }
   .content_next_info_left {
    display: flex;border-radius: 20px;height: 430px;
    align-items: center;background-color: #FFFFFF;padding: 0px 66px;margin-bottom: 20px;
    justify-content: space-between;
   }
   .content_next_info_left_title {
    font-weight: 400;
    height: 45px;
	line-height:45px;
    font-size: 28px;
    color: #222222;
   }
   .content_next_info_left_subtitle {
    height: 22px;
    font-size: 22px;
    font-weight: 400;margin-bottom: 23px;
    color: #222222;
   }
   .content_next_info_left_desc {
    color: #666666;
    margin-bottom: 23px;
	line-height:28px;
	margin-top:10px;
   }
   .content_next_info_left_btn {
    width: 128px;
    height: 40px;
    border-radius: 20px;color: #FFFFFF;
    background: linear-gradient(-90deg, #ff8600,#ff9d30);
	padding: 10px 30px ;
	display:none;
   }
   .industry_box {
    flex-direction: column;
    width: 100%;
    height: 765px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /* background-image: url('../images/home/Industry_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; */
   }
   .industry_title {
    /* margin-top: 103px; */
    font-weight: 700;
    height: 37px;
    font-size: 36px;
    text-align: left;
    color: #222222
   }
   .industry_subtitle{
    margin-top: 27px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #333
   }
   .industryPlan_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 51px;
   }
   .industryPlan_item {
    position: relative;
    margin-right: 20px;
   }
   .industryPlan_item:last-child {
    margin-right: 0px;
   }
   .industryPlan_title {
    font-weight: 700;
    height: 22px;
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    top: 37px;
    left: 28px;
   }
   .industryPlan_subtitle {
    max-width: 240px;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    line-height: 28px;
    position: absolute;
    top: 83px;
    left: 28px;
   }
   .industryPlan_img {
    width: 295px;
    height: 450px;
    border-radius: 20px;
   }
   .technology_box {
    flex-direction: column;
    width: 100%;
    height: 1150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/home/technology_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
   }
   .technology_title {
    font-weight: 700;
    font-size: 36px;
    text-align: left;
    color: #222222;
    margin-bottom: 25px;
   }
   .technology_subtitle{
    height: 16px;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #333333;
    margin-bottom: 51px;
   }
   .technologyList_box {
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .technologyList_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 440px;
    border-radius: 20px;
    background: #ffffff;
    margin-right: 20px;
   }
   .technologyList_item:last-child {
    margin-right: 0px;
   }
   .technologyList_item_title {
    width: 100%;
    color: #222222;
    font-weight: 400;
    font-size: 28px;
    text-align: left;
    line-height: 40px;
    margin-left: 36px;
   }
   .technologyList_item_subTitle {
    margin-bottom: 17px;
   }
   .technologyList_item_desc {
    height: 15px;
    width: 100%;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #666666;
    margin-bottom: 37px;
    margin-left: 36px;
   }
   .technologyList_item_box {
    width: 100%;
    text-align: center;
   }
   .technologyList_item_new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 611px;
    height: 440px;
    border-radius: 20px;
    background: #ffffff;
    margin-right: 18px;
   }
   .technologyList_item_new:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 611px;
    height: 440px;
    border-radius: 20px;
    background: #ffffff;
    margin-right: 0px;
   }
   .technologyList_item_box_new {
    width: 100%;
    /* height: 440px; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    flex-direction: column;
   }
   .service_box {
    flex-direction: column;
    width: 100%;
    height: 450px;
    /* height: 1130px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    /* background-image: url('../images/home/service_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; */
   }
   .service_title {
    font-weight: 700;
    font-size: 36px;
    text-align: left;
    color: #222222;
    margin-bottom: 51px;
   }
   .serviceList_box {
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .serviceList_box_item {
    width: 288px;
    height: 250px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-right: 30px;
   }
   .serviceList_box_item:last-child {
    margin-right: 0px;
   }
   .serviceList_box_item_img{
    width: 100%;
    height: 140px;
   }
   .serviceList_box_item_title{
    font-weight: 400;
    font-size: 18px;
    color: #1D1D1F;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 6px;
   }
   .serviceList_box_item_desc{
    color: #606266;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 6px;
   }
   .product_dialog{
    width: 1240px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
   }
   .product_dialog_item{
    height: 250px;
    width: 30%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 15px
   }
   .product_dialog_item_content_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
   }
   .product_dialog_item_content_box:last-child {
    margin-bottom: 0px;
   }
   .product_dialog_item_title{
    cursor: pointer;
    font-weight: 700;
    height: 16px;
    font-size: 16px;
    text-align: left;
    color: #333333;
    margin-bottom: 21px;
   }
   .product_dialog_item_desc {
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #333333;
    margin-left: 20px;
   }
   .product_dialog_item_desc:hover {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #FF7600;
   }
   .business_s{
    width: 280px;
    /* height: 60px; */
    padding: 12px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #F0F0F0;
    margin-bottom: 12px;
   }
   .business_s:last-child{
    margin-bottom: 0px;
   }
   .business_title{
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #333333
   }
   .business_desc{
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    color: #999999;
   }
   .version_s{
    height: 250px;
    width: 48%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 15px
   }
   .desc_add_s {
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   }
   .top_title{
    width: 1240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 2px 0;
    font-size: 12px;
   }
   .custom-tabs-label{
    display: flex;align-items: center;justify-content: center;
   }
   .custom-tabs-label:hover{
    color: #FF7600;
   }
   .custom-tabs-label .icon_s:hover {
    color: #FF7600;
   }
   .system_box{
    width: 1240px;
    height: 780px;
    background: #ffffff;
    margin: auto;
    display: flex;align-items: center;justify-content: center;flex-direction: column;
   }
   .content_system_desc{
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 27px;
   }
   .content_next_box {
      /* width: 1240px; */
      margin: auto;
      /* width: 1920px; */
      height: 1000px;
      flex-direction: column;
      background: #f7fbff;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url('../images/home/technology_bg.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center bottom;
    }
    .content_next {
    width: 100%;
    padding-top: 79px;
    font-weight: 700;
    height: 35px;
    font-size: 36px;
    color: #222222;
    margin-bottom: 25px;
    text-align: center;
   }
   .content_next_info {
    width: 100%;
    height: 17px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #333333;
    margin-bottom: 54px;
   }
 
  .content_tab_tx{
    margin: auto;
    width: 1240px;
    padding-bottom: 50px;
    
 }
 .content_tab_tx .el-tabs__nav-wrap.is-scrollable {
  padding: 0;
 }
 .content_tab_tx .el-tabs__nav-wrap {
  border-bottom: 1px solid #ebedf0;
  margin-bottom: 40px;
 }
 .content_tab_tx .el-tabs__item {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  width: 155px;
  margin-right: 0px;
  margin-bottom: 31px;
 }
 .isActive_s {
  color: #FF8600;
 }
 .content_tab_tx  .content_tab_label {
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .content_item_box {
  /* width: 1240px; */
  /* height: 600px; */
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px 40px 50px;
 }
 .content_item_left{
  color: #666666;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  line-height: 40px;
 }
 .content_item_left_img{
  width: 90px;height: 90px;margin-bottom: 15px;
 }
 .content_item_left_desc {
  font-weight: 700;
  font-size: 40px;margin-bottom: 20px;
  text-align: left;
  color: #333333
 }
 .content_item_left_desc_sub{
  margin-bottom: 12px;
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  color: #333333
}
.content_item_left_btn{
  width: 160px;
  height: 52px;margin-top: 40px;
  border-radius: 26px
}
.content_item_left_btn_s{
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_item_left_btn_s_text{
  font-size: 18px;margin-right: 12px;
  text-align: left;
  font-weight: 400;
  color: #666666
}
.lgb_version_box{
  /* width: 1240px; */
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 149px;
  background-image: url('../images/home/lgb_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.lgb_version_title{
  font-size: 50px;
  text-align: left;
  font-weight: 400;
  color: #000000;
  letter-spacing: 10px;
  margin-bottom: 41px;
}
.lgb_version_sub_title {
  color: #222222;
 font-weight: 500;
 font-size: 26px;
 text-align: left;
 letter-spacing: 5px;
 margin-bottom: 90px;
}
.lgb_desc_box_p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 122px;
}
.lgb_bz_box {
  width: 605px;
  height: 730px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px 0 #527ecc1a;
  margin-right: 31px;
  position: relative;
}
.lgb_bz_box:last-child {
  margin-right: 0px;
}
.lgb_bz_title_box {
  position: absolute;
  top: 0;
  padding: 22px 29px;
  color: #ffffff;
}
.lgb_bz_title {
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  color: #FFFFFF;
  letter-spacing: 6px;
  margin-bottom: 16px;
}
.lgb_bz_title_sub{
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 3px;
}
.lgb_bz_desc_top_box{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.lgb_bz_desc_top_item{
  width: 178px;
  height: 100px;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #666666;
  letter-spacing: 3px;
  margin-right: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f3f8ff;
  margin-bottom: 11px;
}
.lgb_bz_desc_top_item:last-child{
  margin-right: 0px;
}
.lgb_bz_desc_top_box_special{
  /* width: 100%;
  height: 100px; */
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background: #f3f8ff;
  margin: 0 25px 37px 25px;
  padding: 22px 33px;
  border-radius: 10px;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #666666;
  letter-spacing: 3px;
}
.lgb_bz_desc_p {
  margin-left: 25px;
}
.lgb_bz_desc_p_desc{
  color: #333333;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  line-height: 44px;
  letter-spacing: 3px;
}