* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #F8FBFC;
  font-family: AlibabaPuHuiTi, Helvetica, Arial, sans-serif;
  user-select: none;
  width: 100vw;
  overflow-x: hidden;
}

.line-solgan-box {
  width: 100%;
  height: 4px;
  background: linear-gradient(125deg, #9A9899 0%, #9A9899 26%, #fff 27%, #DE2226 28%, #DE2226 100%);
  margin-top: 10px;
}

.auto {
  margin: 0 auto;
  width: fit-content !important;
}

.red{
  color: #d62828;
  font-weight: bold;
}
@media screen and (min-width:1201px) {
  .con {
    width: 1200px !important;
    margin: 0 auto;
  }

  /* 顶部导航 */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 88px;
    background-color: #F8FBFC;
  }

  .header-con {
    height: 100%;
    display: flex;
    align-items: center;
    /* padding-top: 22px; */
  }

  .logo {
    width: 207px;
    height: 59px;
    margin-right: 80px;
  }

  .nav-box {
    display: flex;
    align-items: center;
  }

  .nav-item {
    display: block;
    width: 104px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
  .nav-item.index{
    width: 80px;
  }
  .nav-item.mode{
    width: 120px;
  }
  .nav-item-active {
    color: #DE2726;
  }

  .main {
    width: 100vw;
    padding-top: 88px;
  }

  /* banner图区域 */
  .banner {
    width: 100%;
    height: 100vh;
    background-image: url('../images/banner.jpg?v=2.0');
    background-size: 100%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-align: center;
    position: relative;
  }

  .mobile-banner {
    display: none;
  }

  .banner-con {
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner-tit {
    font-size: 44px;
    font-weight: bold;
    line-height: 62px;
  }

  .banner-sub-tit {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 46px;
    padding-top: 40px;
  }

  /* 吉牛成果 */
  .fruit {
    width: 100%;
    height: 872px;
    background-image: url('../images/fruitBgi.png?v=2.0');
    background-size: cover;
    text-align: center;
  }

  .fruit-tit {
    /* width: fit-content; */
    font-size: 40px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    line-height: 56px;
    padding-top: 184px;
    display: none;
  }

  .fruit-sub-tit {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    color: #666666;
    display: none;
  }

  .fruit-con {
    margin-top: 36px;
    width: 1200px;
    /* min-height: 400px; */
    background: #FFFFFF;
    box-shadow: 0px 10px 16px 0px rgba(235, 235, 249, 0.5);
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 64px 0;
    position: relative;
  }

  .fruit-item {
    color: rgba(0, 0, 0, 0.9);
    width: 33%;
    display: flex;
    justify-content: center;
    border-right: 1px solid #E8E8E8;
    text-align: left;
    padding-left: 64px;
  }

  .fruit-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
  }

  .fruit-item-con {
    flex: 1;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .fruit-num {
    font-size: 36px;
    font-weight: bold;
  }

  .pdt-56 {
    padding-top: 56px;
  }

  .fruit-item-li {
    display: flex;
    justify-content: space-around;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-1 + .flex-1 {
    margin-left: 150px;
  }

  .up-arrow {
    font-size: 34px;
    font-weight: bolder;
    color: #DE2726;
  }

  .no-border {
    border-right: none!important;
    width: 100%;
  }

  .update-time {
    position: absolute;
    bottom: 24px;
    right: 28px;
    font-size: 12px;
    color: #999;
  }

  /* .fruit-item-num {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
  }

  .fruit-item-desc {
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fruit-item-desc>img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .fruit-item-desc>span {
    font-size: 20px;
  } */

  /* 科技创新 */
  .innovate {
    width: 100%;
    /* height: 960px; */
    height: 1698px;
    text-align: center;
  }

  .innovate-tit {
    /* width: fit-content; */
    color: rgba(0, 0, 0, 0.9);
    font-size: 40px;
    line-height: 64px;
    padding-top: 184px;
    font-weight: bold;
  }

  .innovate-sub-tit {
    color: #666666;
    font-size: 24px;
    line-height: 64px;
    padding-top: 24px;
  }

  .innovate-con {
    height: 496px;
    margin: 64px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .innovate-item {
    width: 372px;
    height: 200px;
    /* background-color: aqua; */
    position: relative;
  }

  .innovate-con-left,
  .innovate-con-right {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .innovate-con-center {
    width: 336px;
    height: 329px;
    background-image: url('../images/innovate.png?v=2.0');
    background-size: cover;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }

  .center-icon {
    display: block;
    width: 56px;
    height: 56px;
    margin: 90px auto 15px;
  }

  .innovate-con-center>div:last-child {
    padding-top: 10px;
  }

  .item-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .item-con {
    width: 348px;
    height: 176px;
    background: #FFFFFF;
    border-radius: 32px;
    margin: 24px 0 0 24px;
    /* padding: 32px 24px; */
    padding: 32px 20px;
    text-align: left;
  }

  .item-con-tit {
    font-size: 24px;
    font-weight: bold;
    text-indent: 40px;
    line-height: 32px;
  }

  .item-con-desc {
    padding-top: 16px;
    font-size: 17px;
    color: #666666;
    line-height: 32px;
    font-weight: 400;
  }

  .point {
    width: 100%;
    height: 300px;
    background-image: url('../images/point-banner.jpg?v=2.0');
    background-size: cover;
  }

  .point-tit {
    padding-top: 137px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
  }

  .point-con {
    /* height: 347px; */
    height: 282px;
    display: flex;
    justify-content: space-between;
    /* padding-top: 34px; */
    /* margin-top: 34px; */
  }

  .point-item {
    width: 280px;
    height: 282px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(213, 213, 213, 0.6);
    border-radius: 16px;
    opacity: 0;
  }

  .point-item-logo {
    width: 88px;
    height: 88px;
    line-height: 88px;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('../images/point.png?v=2.0');
    background-size: cover;
    margin: -65px auto 37px;
  }

  .point-item-tit {
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
  }

  .point-item-con {
    text-align: left;
    padding: 13px 32px 0;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
  }

  /* 10大服务 */
  .service {
    width: 100%;
    height: 1385px;
    background-color: #FFFFFF;
  }

  .service-bg {
    width: 95%;
    height: 842px;
    margin: 0 auto;
    background-image: url('../images/service-bgi.png?v=2.0');
    background-size: cover;
  }

  .service-tit {
    font-size: 40px;
    line-height: 56px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    padding-top: 184px;
    text-align: center;
  }

  .service-desc {
    padding-top: 24px;
    font-size: 24px;
    color: #666666;
    line-height: 64px;
    text-align: center;
  }

  .service-con {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    align-items: center;
    padding-top: 16px;
  }

  .service-item {
    width: 356px;
    height: 164px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 48px;
    position: relative;
  }

  .service-hover {
    width: 356px;
    /* min-height: 376px; */
    /* min-height: 100%; */
    position: absolute;
    z-index: 3;
    border-radius: 16px;
    display: none;
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    /* padding-top: 50px; */
    /* overflow: hidden; */
  }

  .service-left .service-item:not(:last-child) .service-hover,
  .service-center .service-item:not(:last-child) .service-hover,
  .service-right .service-item:not(:last-child) .service-hover {
    top: 0px !important;
  }

  .service-left .service-item:last-child .service-hover,
  .service-center .service-item:last-child .service-hover,
  .service-right .service-item:last-child .service-hover {
    bottom: 0px !important;
  }

  /* .service-item:not(:nth-child(n+7)) .service-hover {
    top: 0px !important;
  }

  .service-item:nth-child(n+7) .service-hover {
    bottom: 0px !important;
  } */

  .service-iimg {
    width: 356px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(222, 39, 38);
    opacity: 0.8;
    z-index: -1;
    border-radius: 16px;
  }
  .hover-box {
    width: 356px;
    min-height: 100%;
    /* position: absolute;
    top: 0;
    left: 0; */
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .hover-tit {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
  }

  .hover-con {
    padding: 16px 40px 7px;
    font-size: 12px;
    line-height: 24px;
  }

  .service-item-con {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
  }

  .service-left,
  .service-center,
  .service-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-left .service-item:nth-child(1),
  .service-left .service-item:nth-child(1) .service-hover {
    background-image: url('../images/service01.png?v=2.0');
  }

  .service-left .service-item:nth-child(2),
  .service-left .service-item:nth-child(2) .service-hover {
    background-image: url('../images/service02.png?v=2.0');
  }

  .service-left .service-item:nth-child(3),
  .service-left .service-item:nth-child(3) .service-hover {
    background-image: url('../images/service07.png?v=2.0');
  }

  .service-center .service-item:nth-child(1),
  .service-center .service-item:nth-child(1) .service-hover {
    background-image: url('../images/service04.png?v=2.0');
  }

  .service-center .service-item:nth-child(2),
  .service-center .service-item:nth-child(2) .service-hover {
    background-image: url('../images/service05.png?v=2.0');
  }

  .service-center .service-item:nth-child(3),
  .service-center .service-item:nth-child(3) .service-hover {
    background-image: url('../images/service08.png?v=2.0');
  }
  .service-center .service-item:nth-child(4),
  .service-center .service-item:nth-child(4) .service-hover {
    background-image: url('../images/service10.png?v=2.0');
  }

  .service-right .service-item:nth-child(1),
  .service-right .service-item:nth-child(1) .service-hover {
    background-image: url('../images/service03.png?v=2.0');
  }

  .service-right .service-item:nth-child(2),
  .service-right .service-item:nth-child(2) .service-hover {
    background-image: url('../images/service06.png?v=2.0');
  }

  .service-right .service-item:nth-child(3),
  .service-right .service-item:nth-child(3) .service-hover {
    background-image: url('../images/service09.png?v=2.0');
  }

  /* 吉牛自营模式 */
  .selfoperatedmode{
    width: 100%;
    height: 1400px;
    background-color: #FFFFFF;
  }
  .selfoperatedmode_bgc{
    width: 100%;
    height: 1400px;
    margin: 0 auto;
    background-image: url('../images/selfoperatedmode_bgc.png');
    background-size: cover;
  }
  .selfoperatedmode_title{
    width: fit-content !important;
    font-size: 40px;
    line-height: 56px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    padding-top: 180px;
    text-align: center;
    margin: 0 auto;
  }
  .selfoperatedmode_desc{
    padding-top: 24px;
    font-size: 24px;
    color: #666666;
    line-height: 64px;
    text-align: center;
  }
  .selfoperatedmode_desc.second{
    font-size: 20px;
    color: #231815;
    font-weight: 100;
    padding-top: 0px;
    line-height: 20px;
  }
  .selfoperatedmode_con{
    width: 702px;
    height: 55px;
    margin: 20px auto 15px;
    background-image: url('../images/selfoperatedmode_con.png');
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
  }
  .selfoperatedmode_classcifi{
    width: 1200px;
    margin: 30px auto 0px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
  }
  .core-advantages {
    width: 320px;
    /* height: fit-content; */
    background: #fff;
    border-radius: 12px;
    padding: 16px 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-family: "PingFang SC", "Helvetica Neue", sans-serif;
    color: #333;
    background: rgba(255, 255, 255, 0.5);
  }
  .core-advantages.second{
    height: fit-content;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .core-advantages .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    position: relative;
  }

  .core-advantages .title::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #d60000;
    margin: 8px auto 0;
    border-radius: 2px;
  }

  .advantage-item {
    display: flex;
    padding: 0 24px;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .core-advantages .advantage-item:last-child{
    margin-bottom: 0px;
  }
  .advantage-item.last{
    margin-bottom: 60px;
  }
  .advantage-item.second.first{
    margin-top: 40px!important;
  }
  .advantage-item.second{
    margin-bottom: 50px!important;
  }
  .number {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: bold;
    color: #d60000;
    margin-right: 12px;
    line-height: 1.5;
  }

  .content .subtitle {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .content .subtitle.red{
    color: #d60000;
  }
  .content .description {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
  }
  .content .description.red{
    color: #d60000;
  }
  .description .red{
    color: #d60000;
  }
  /* CSS */
  .process-container {
    width: 1200px;
    background: #f7f7f7;
    padding: 40px 20px;
    text-align: center;
    font-family: sans-serif;
    margin: 60px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
  }

  .process-title {
    font-size: 20px;
    font-weight: bold;
    color: #d62828;
    margin-bottom: 30px;
  }

  .process-flow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /* overflow-x: auto; */
    gap: 20px;
    position: relative;
  }

  .step {
    background-color: #d62828;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    min-width: 100px;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .arrow {
    flex-shrink: 0;
    width: 39px;
    height: 37px;
  }
  .arrow img{
    width: 100%;
    height: 100%;
  }
  .process-desc{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
  }
  .desc {
    width: 310px;
    background: linear-gradient(135deg, #EFEFF0 0%, #ffffff 100%);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    color: #000000; /* 红色文字 */
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  .process-desc .red{
    color: #d62828;
  }
  .desc_line{
    width: 4px;
    height: 100px;
    border-right: 4px dashed #d62828;
    margin: 0 140px;
  }
  .desc:nth-of-type(1) {
    top: 50px;
    left: 260px;
  }

  .desc:nth-of-type(2) {
    top: 50px;
    left: 560px;
  }
  /* 吉牛加油站 */
  .gasstation{
    width: 100%;
    height: 1445px;
    margin-top: -14px;
    background-color: #FFFFFF;
  }
  .gasstation_bgc{
    width: 100%;
    height: 1445px;
    margin: 0 auto;
    background-image: url('../images/gasstation_bgc.png');
    background-size: cover;
  }
  .gasstation_title_container{
    padding-top: 30px;
    width: 1200px;
    margin: 10px auto 0;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .gasstation_title{ 
    width: fit-content !important;
    font-size: 40px;
    line-height: 56px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    padding-top: 180px;
    text-align: center;
    margin: 0 auto;
  }
  .gasstation_icon{
    width: 822px; 
    height: 262px;
    background-image: url('../images/gasstation_icon.png');
    background-size: cover;
    margin-left: 40px;
  }
  .gasstation_steps{
    width: 1200px;
    margin: 25px auto 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }
  .gasstation_step{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  .gasstation_step_icon{
    width: 221px; 
    height: 203px;
    background-image: url('../images/gasstation_step1_icon.png');
    background-size: cover;
  }
  .gasstation_step_content{
    margin-left: 40px;
    padding-top: 24px;
  }
  .gasstation_step_title{
    color: #d62828;
    font-size: 20px;
    font-weight: bold;
  }
  .gasstation_step_desc{
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
    padding-left: 20px;
  }
  .gasstation_step_desc h4{
    font-weight: 500;
  }
  .gasstation_step_desc >div.step_div{
    margin-left: 45px!important;
    /* width: 300px; */
  }
  .gasstation_step_desc h4{
    margin-bottom: 5px;
  }
  .gasstation_step_desc >div>div{
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
  }
  .gasstation_step.step2{
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 36px;
  }
  .gasstation_step_content.step2{
    margin-left: 80px;
    padding-top: 0px;
  }
  .gasstation_step_desc.step2{
    margin-top: 15px;
  }
  .gasstation_step_desc >div.step2_div{
    margin-left: 80px!important;
  }
  .step2_div_block{
    width: fit-content;
    margin-top: 16px;
  }
  .step2_div_block span{
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #d62828;
    color: #ffffff;
    font-size: 14px;
    margin-right: 15px;
  }
  .step2_div_block span.nobgc{
    background: transparent;
    color: #000000;
  }
  .gasstation_step_last{
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
    position: relative;
  }
  .flow-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    .flow-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-right: 10px;
      width: 180px;
      height: 180px;
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.3);
      box-sizing: border-box;
      padding-top: 20px;
      position: relative;
    }
    .flow-step::after{
      content: '';
      position: absolute;
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%);
      width: 10px;
      height: 18px;
      background: #EF8A7A;
    }
    .flow-step.step1::after{
      background: #EF8A79;
    }
    .flow-step.step2::after{
      background: #EF8A7A;
    }
    .flow-step.step3::after{
      background: #E57469;
    }
    .flow-step.step4::after{
      background: #DB5F58;
    }
    .flow-step.step5::after{
      background: #D14A49;
    }
    .flow-step.step6::after{
      background: #C73437;
    }
    .flow-step img {
      margin-bottom: 10px;
    }
    .flow-step img.img1 {
      width: 81px;
      height: 62px;
    }
    .flow-step img.img2 {
      width: 96px;
      height: 90px;
    }
    .flow-step img.img3 {
      width: 75px;
      height: 87px;
    }
    .flow-step img.img4 {
      width: 90px;
      height: 120px;
      margin-left: 60px;
      margin-top: 16px;
    }
    .flow-step img.img5 {
      width: 50px;
      height: 87px;
    }
    .flow-step img.img6 {
      width: 69px;
      height: 87px;
    }
    .flow-step .title {
      font-weight: 500;
      margin-bottom: 4px;
      margin-top: 25px;
    }
    .title_scs1{
      font-weight: 500;
      position: absolute;
      top: 30px;
      left: 72px;
    }
    .title_scs2{
      font-weight: 500;
      position: absolute;
      top: 56px;
      left: 50px;
    }
    .title_scs3{
      font-weight: 500;
      position: absolute;
      top: 82px;
      left: 30px;
    }
    .flow-step .title.step2{
      margin-top: 22px;
    }
    .flow-line {
      position: absolute;
      width: 100%;
      height: 12px;
      background: linear-gradient(to right, #EF8A7A, #C32B31);
      bottom: -36px;
    }

    .flow-line .arrow {
      position: absolute;
      top: 50%;
      right: -30px; /* 让箭头在红线末尾外一点 */
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 18px solid transparent;
      border-bottom: 18px solid transparent;
      border-left: 50px solid #C32B31;
    }
  /* 品牌优势 */
  .edge {
    width: 100%;
    height: 1400px;
    margin-top: -2px;
    text-align: center;
    background: rgba(222,39,38,0.02);
    background-image: url('../images/edgeBgi.jpg');
  }

  .edge-tit {
    padding-top: 184px;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 56px;
    font-weight: bold;
  }

  .edge-con {
    width: 1200px;
    margin: 88px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .edge-box {
    display: none;
  }

  .edge-con-tit {
    font-size: 24px;
    color: #666666;
  }

  .edge-con-point {
    height: 466px;
    display: flex;
    justify-content: center;
  }

  .edge-item {
    width: 333px;
    height: 360px;
    padding: 24px 32px;
    background: rgba(255,255,255,0.5);
    border-radius: 32px;
    position: relative;
    text-align: left;
    margin-bottom: 66px;
  }

  .edge-long-item {
    width: 1120px!important;
    height: 370px!important;
  }

  .edge-num {
    position: absolute;
    top: -38px;
    left: -38px;
    color: #DE2726;
    font-size: 64px;
  }

  .edge-item-tit {
    font-size: 24px;
    font-weight: bold;
  }

  .edge-item-desc {
    padding-top: 18px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
  }

  .edge-item-num {
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
  }

  .center {
    text-align: center;
  }

  .edge-item-num-val {
    color: #DE2726;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
  }

  .edge-item-num-val span {
    font-size: 16px;
  }

  .edge-item-num-label {
    padding-bottom: 36px;
  }

  /* 关于我们 */
  .about {
    width: 100%;
    height: 1199px;
    background-color: #FFFFFF;
  }

  .about-tit,
  .grow-tit,
  .partners-tit {
    text-align: center;
    padding-top: 184px;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 56px;
    font-weight: bold;
  }

  .about-desc,
  .grow-desc,
  .partners-desc {
    text-align: center;
    font-size: 24px;
    color: #666666;
    line-height: 64px;
  }

  .about-con {
    width: 1459px;
    height: 636px;
    margin: 26px auto 0;
  }

  .about-con-desc {
    width: 1200px;
    font-size: 16px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.9);
  }

  .about-con-desc>p {
    padding-top: 30px;
    text-indent: 2em;
  }

  .about-con-img {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }

  .about-img {
    width: 372px;
    height: 452px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
  }

  .about-img > img {
    width: 372px;
    height: 452px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .about-img-font {
    width: 372px;
    height: 452px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    padding: 18px 18px 40px;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }

  .about-img-font > p:nth-child(1) {
    font-size: 16px;
    text-align: center;
    padding-bottom: 16px;
  }

  .about-box {
    width: 711px;
  }

  .about-left-img,
  .about-right-img {
    width: 336px;
    height: 100%;
    background-size: cover;
  }

  .vision {
    width: 100%;
    height: 280px;
    background-image: url('../images/vision.jpg');
  }

  .vision-con {
    width: 1200px;
    height: 280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .vision-tit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 40px;
  }

  .vision-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .vision-item {
    font-size: 16px;
  }

  .vision-item > p:first-child{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 16px;
  }

  /* 发展历程 */
  .grow {
    width: 100%;
    /* height: 1128px; */
    position: relative;
  }

  .grow-con {
    position: absolute;
    bottom: 73px;
    left: 50%;
    transform: translateX(-50%);
    width: 1589px;
    height: 719px;
    background-image: url('../images/grow-banner.png?v=2.0');
    background-size: cover;
  }

  .line-box::-webkit-scrollbar {
    display: none;
  }

  .line-box {
    width: 100%;
    /* height: 719px; */
    padding-left: 247px;
    padding-bottom: 10px;
    overflow-x: scroll;
    position: relative;
  }

  .grow-line {
    width: 4160px;
    /* margin-left: 165px; */
    margin-top: 136px;
    border-top: 2px solid #F28888;
    /* display: flex;
  align-items: stretch; */

  }

  .grow-item {
    float: left;
    width: 420px;
    min-height: 100px;
    position: relative;
    background: #F8FBFE;
    box-shadow: 0px 2px 8px 0px rgba(213, 213, 213, 0.6);
    border-radius: 12px;
    margin-top: 60px;
    margin-right: 40px;
    /* padding: 24px; */
    padding-bottom: 24px;
  }

  .grow-item::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 42px;
    width: 16px;
    height: 16px;
    background-color: #DE2726;
    border: 12px solid #FFE6E6;
    border-radius: 50%;
  }

  .grow-item::after {
    content: '';
    position: absolute;
    top: -66px;
    left: 60.5px;
    width: 2px;
    height: 100%;
    background-color: #DE2726;
  }

  .item-time {
    position: absolute;
    top: -130px;
    left: 60px;
    color: #DE2726;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
  }

  .item-line {
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 16px;
    padding: 24px 24px 0;
  }

  .item-line-time {
    font-size: 20px;
    font-weight: bold;
    padding-right: 52px;
    flex-shrink: 0;
  }

  .item-line-con {
    line-height: 32px;
    width: 280px;
  }

  .item-line-con::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 54px;
    z-index: 2;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 2px solid #DE2726;
    border-radius: 50%;
  }

  .grow-item>.item-line:last-child::before {
    content: '';
    width: 2px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 60.5px;
    background-color: #DE2726;
    z-index: 2;
  }
  .grow-item>.item-line:last-child::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 60.5px;
    background-color: #F8FBFE;
    z-index: 1;
  }

  /* 合作伙伴 */
  .partners {
    width: 100%;
    min-height: 848px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
  }

  .partners-con {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 子元素之间上下左右间距 */
    width: 100%;
    box-sizing: border-box;
    align-content: flex-start; /* 多行顶部对齐 */
  }

  .partners-item {
    width: 222px;
    height: 78px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 106px 44.6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* 添加阴影 */
    border-radius: 8px; /* （可选）圆角让阴影更柔和 */
  }
  .partners-item img{
    width: 100%;
  }

  .partners-item:hover {
    box-shadow: 0px 2px 8px 0px rgba(213,213,213,0.6);
  }
  
  .partners-item:nth-child(1) {
    background-image: url('../images/part01.png?v=2.0');
  }

  .partners-item:nth-child(2) {
    background-image: url('../images/part02.png?v=2.0');
  }

  .partners-item:nth-child(3) {
    background-image: url('../images/part03.png?v=2.0');
  }

  .partners-item:nth-child(4) {
    background-image: url('../images/part04.png?v=2.0');
  }

  .partners-item:nth-child(5) {
    background-image: url('../images/part05.png?v=2.0');
  }

  .partners-item:nth-child(6) {
    background-image: url('../images/part06.png?v=2.0');
  }

  .partners-item:nth-child(7) {
    background-image: url('../images/part07.png?v=2.0');
  }

  .partners-item:nth-child(8) {
    background-image: url('../images/part08.png?v=2.0');
  }

  .partners-item:nth-child(9) {
    background-image: url('../images/part09.png?v=2.0');
  }

  .partners-item:nth-child(10) {
    background-image: url('../images/part10.png?v=2.0');
  }

  .partners-item:nth-child(11) {
    background-image: url('../images/part11.png?v=2.0');
  }

  .partners-item:nth-child(12) {
    background-image: url('../images/part12.png?v=2.0');
  }

  .partners-item:nth-child(13) {
    background-image: url('../images/part13.png?v=2.0');
  }

  .partners-item:nth-child(14) {
    background-image: url('../images/part14.png?v=2.0');
  }

  .partners-item:nth-child(15) {
    background-image: url('../images/part15.png?v=2.0');
  }

  .partners-item:nth-child(16) {
    background-image: url('../images/part16.png?v=2.0');
  }

  .partners-item:nth-child(17) {
    background-image: url('../images/part17.png?v=2.0');
  }

  .partners-item:nth-child(18) {
    background-image: url('../images/part18.png?v=2.0');
  }

  .partners-item:nth-child(19) {
    background-image: url('../images/part19.png?v=2.0');
  }

  .partners-item:nth-child(20) {
    background-image: url('../images/part20.png?v=2.0');
  }

  .partners-item:nth-child(21) {
    background-image: url('../images/part21.png?v=2.0');
  }

  .partners-item:nth-child(22) {
    background-image: url('../images/part22.png?v=2.0');
  }

  .partners-item:nth-child(23) {
    background-image: url('../images/part23.png?v=2.0');
  }

  .partners-item:nth-child(24) {
    background-image: url('../images/part24.png?v=2.0');
  }

  .partners-item:nth-child(25) {
    background-image: url('../images/part25.png?v=2.0');
  }

  .partners-item:nth-child(26) {
    background-image: url('../images/part26.png?v=2.0');
  }

  .partners-item:nth-child(27) {
    background-image: url('../images/part27.png?v=2.0');
  }

  .partners-item:nth-child(28) {
    background-image: url('../images/part28.png?v=2.0');
    background-size: 159.5px 67px;
  }

  .partners-item:nth-child(29) {
    background-image: url('../images/part29.png?v=2.0');
    background-size: 159.5px 67px;
  }
  .partners-item:nth-child(30) {
    background-image: url('../images/part30.png?v=2.0');
    background-size: 159.5px 67px;
  }

  .partners-item:nth-child(31) {
    background-image: url('../images/part31.png?v=2.0');
    background-size: 159.5px 67px;
  }
  .partners-item:nth-child(32) {
    background-image: url('../images/part32.png?v=2.0');
    background-size: 159.5px 67px;
  }
  .partners-item:nth-child(33) {
    background-image: url('../images/part33.png?v=2.0');
    background-size: 159.5px 67px;
  }
  /* 联系我们 */
  .footer {
    width: 100%;
    height: 180px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.85);
  }

  .footer-tit {
    font-size: 24px;
    font-weight: bold;
    padding-top: 46px;
    text-align: center;
  }

  .footer-phone {
    text-align: center;
    font-size: 20px;
    padding: 20px 0 36px;
  }

  .footer-code {
    display: flex;
    justify-content: center;
  }

  .code {
    width: 156px;
    height: 156px;
  }

  .code-item {
    padding: 0 76px;
    text-align: center;
    font-size: 20px;
    position: relative;
  }

  /* .code-item:not(:first-child) {
    border-left: 1px dashed #979797;
  } */

  .code-item:not(:first-child)::after {
    content: '';
    width: 1px;
    height: 136px;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px dashed #979797;
  }

  .code-item > p {
    padding-top: 16px;
  }

  .hover-shadow {
    box-shadow: 0px 2px 8px 0px rgba(213, 213, 213, 0.6);
  }

  .shop-tab {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E5E5E5;
  }

  .shop-tab li {
    flex: 1;
    display: flex;
    cursor: pointer;
  }

  .shop-tab li div {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid transparent;
  }

  .shop-tab li.shop-tab-active div {
    border-bottom-color: #DE2226;
    color: #DE2226;
  }

  .shop-tab-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  .shop-tab-txt {
    font-size: 18px;
    line-height: 28px;
    color: #50565C;
  }

  .shop-tab-content .shop-tc-item {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .shop-tab-content div.shop-tc-item:first-child {
    display: flex;
  }

  .between {
    width: 100%;
    justify-content: space-between;
  }

  .shop-business-content {
    width: 500px;
    margin-right: 88px;
  }

  .shop-business-title {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .shop-business-desc {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 32px;
  }

  .text {
    text-indent: 2em;
  }

  .center {
    text-align: center;
  }

  .shop-business-img {
    flex: 1;
  }

  .shop-center-img {
    /* width: 420px; */
    margin-right: 63px;
  }

  .shop-business-img img,
  .shop-center-img img {
    width: 100%;
  }

  .stzc-banner {
    width: 470px;
    margin: 30px auto;
    display: block;
  }

  .shop-business-wrap {
    margin-top: 110px;
    display: flex;
    /* background: url(../images/shop/product-bg.png) no-repeat;
    background-position: right bottom;
    background-size: auto 100%; */
    align-items: center;
    text-align: left;
  }

  .shop-center-title {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .shop-center-desc {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 32px;
  }
}

/* 移动端 */
@media screen and (min-width:375px) and (max-width:1200px) {
  .con {
    width: 100vw;
    margin: 0 auto;
  }

  .header {
    display: none;
  }

  .main {
    width: 100vw;
  }

  /* banner图区域 */
  .mobile-banner {
    width: 100%;
    height: 100vh;
    background-image: url('../images/banner.jpg?v=2.0');
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    overflow-y: hidden;
  }

  .banner {
    display: none;
  }

  .banner-con {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner-tit {
    font-size: 26px;
    font-weight: bold;
    line-height: 31px;
  }

  .banner-sub-tit {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 23px;
    padding-top: 20px;
  }

  /* 吉牛成果 */
  .fruit {
    width: 100%;
    min-height: 450px;
    /* min-height: 100vh; */
    background-image: url('../images/fruitBgi.png?v=2.0');
    background-size: cover;
    text-align: center;
    position: relative;
  }

  .fruit-box-m {
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .fruit-tit {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    line-height: 28px;
    padding-top: 30px;
    display: none;
  }

  .fruit-sub-tit {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    color: #666666;
    display: none;
    padding: 10px 0;
  }

  .fruit-con {
    margin-top: 36px;
    /* width: 1200px; */
    width: 90%;
    /* min-height: 400px; */
    background: #FFFFFF;
    box-shadow: 0px 10px 16px 0px rgba(235, 235, 249, 0.5);
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
  }

  .fruit-item {
    color: rgba(0, 0, 0, 0.9);
    /* width: 33%; */
    display: flex;
    justify-content: center;
    /* border-bottom: 1px solid #E8E8E8; */
    text-align: left;
    padding: 10px 0;
    font-size: 14px;
  }

  .fruit-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .fruit-item-con {
    flex: 1;
    padding-left: 20px;
  }

  .fruit-num {
    font-size: 26px;
    font-weight: bold;
  }

  .pdt-56 {
    padding-top: 20px;
  }

  .fruit-item-li {
    display: flex;
    justify-content: space-around;
  }

  .flex-1 {
    flex: 1;
  }

  .up-arrow {
    font-size: 34px;
    font-weight: bolder;
    color: #DE2726;
  }

  .no-border {
    border-right: none!important;
    width: 100%;
  }

  .update-time {
    font-size: 12px;
    color: #999;
  }

  /* 科技创新 */
  .innovate {
    width: 100%;
    /* height: 960px; */
    /* height: 1698px; */
    text-align: center;
  }

  .innovate-box {
    width: 100%;
    /* height: 100vh; */
    position: relative;
  }

  .innovate-box-m {
    /* width: 100%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
  }

  .innovate-tit {
    color: rgba(0, 0, 0, 0.9);
    font-size: 30px;
    line-height: 32px;
    padding-top: 32px;
    font-weight: bold;
  }

  .innovate-sub-tit {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    padding-top: 12px;
  }

  .innovate-con {
    /* height: 496px; */
    width: 90%;
    margin: 12px auto 24px;
    display: flex;
    justify-content: space-around;
    /* flex-direction: column; */
    align-items: center;
  }

  .innovate-item {
    width: 150px;
    height: 100px;
    /* background-color: aqua; */
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .innovate-con-left {
    align-self: start;
  }

  .innovate-con-right {
    align-self: self-end;
  }

  .innovate-con-left,
  .innovate-con-right {
    /* width: 40%; */
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 10px;
  }

  .innovate-con-center {
    display: none;
    width: 100px;
    height: 100px;
    background-image: url('../images/innovate.png?v=2.0');
    background-size: cover;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }

  .center-icon {
    display: block;
    width: 28px;
    height: 28px;
    margin: 45px auto 7px;
    display: none;
  }

  .innovate-con-center>.center-tit {
    padding-top: 30px;
  }

  .innovate-con-center>div:last-child {
    padding-top: 10px;
  }

  .item-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
  }

  .item-con {
    width: 140px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 12px 0 0 12px;
    padding: 16px 12px;
    text-align: left;
    box-shadow: 0px 2px 8px 0px rgba(213, 213, 213, 0.6);
  }

  .item-con-tit {
    font-size: 12px;
    font-weight: bold;
    text-indent: 20px;
    line-height: 12px;
  }

  .item-con-desc {
    padding-top: 8px;
    font-size: 10px;
    color: #666666;
    line-height: 18px;
    font-weight: 400;
  }

  .point-box {
    width: 100%;
    /* height: 100vh; */
  }

  .point {
    width: 100%;
    height: 100px;
    background-image: url('../images/point-banner.jpg?v=2.0');
    background-size: cover;
  }

  .point-tit {
    /* padding-top: 137px; */
    line-height: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
  }

  .point-con {
    /* height: 347px; */
    /* height: 282px; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* padding-top: 34px; */
    margin-top: 34px;
  }

  .point-item {
    /* width: 280px; */
    width: 80%;
    /* height: 282px; */
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(213, 213, 213, 0.6);
    border-radius: 16px;
    opacity: 0;
    margin: 28px auto;
  }

  .point-item-logo {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('../images/point.png?v=2.0');
    background-size: cover;
    margin: -30px auto 18px;
  }

  .point-item-tit {
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
  }

  .point-item-con {
    text-align: left;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 32px;
    color: #666666;
  }

  /* 10大服务 */
  .service {
    width: 100%;
    /* height: 1172px; */
    height: auto;
    background-color: #FFFFFF;
  }

  .service-bg {
    width: 95%;
    /* height: 842px; */
    margin: 0 auto;
    background-image: url('../images/service-bgi.png?v=2.0');
    background-size: cover;
  }

  .service-tit {
    font-size: 30px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    padding-top: 46px;
    text-align: center;
  }

  .service-desc {
    padding-top: 12px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: center;
  }

  .service-con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 16px;
  }

  .service-item {
    /* width: 356px; */
    width: 100%;
    height: 164px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 24px;
    position: relative;
  }

  .service-hover {
    /* width: 356px; */
    width: 100%;
    /* min-height: 376px; */
    position: absolute;
    z-index: 3;
    border-radius: 16px;
    display: none;
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    /* overflow: hidden; */
  }

  /* .service-item:not(:nth-child(n+7)) .service-hover {
    top: 0px !important;
  }

  .service-item:nth-child(n+7) .service-hover {
    bottom: 0px !important;
  } */

  .service-iimg {
    /* width: 356px; */
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(222, 39, 38);
    opacity: 0.8;
    z-index: -1;
    border-radius: 16px;
  }

  .hover-box {
    /* width: 356px; */
    width: 100%;
    /* height: 100%; */
    min-height: 100%;
    /* position: absolute;
    top: 0;
    left: 0; */
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .hover-tit {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
  }

  .hover-con {
    padding: 16px 40px 7px;
    font-size: 12px;
    line-height: 24px;
  }

  .service-item-con {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
  }

  .selfoperatedmode{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
  }
  .selfoperatedmode_bgc{
    width: 95%;
    margin: 0 auto;
    background-image: url('../images/selfoperatedmode_bgc.png');
    background-size: cover;
    padding-bottom: 20px;
  }
  .selfoperatedmode_title{
    font-size: 30px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    padding-top: 46px;
    text-align: center;
  }
  .selfoperatedmode_desc{
    padding-top: 12px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: center;
  }
  .selfoperatedmode_con{
    width: 95%;
    height: 55px;
    margin: 20px auto 15px;
    background-image: url('../images/selfoperatedmode_con.png');
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
  }
  .selfoperatedmode_desc.second{
    font-size: 16px;
    color: #231815;
    font-weight: 100;
    padding-top: 0px;
    line-height: 20px;
  }
  .selfoperatedmode_classcifi{
    width: 95%;
    margin: 20px auto 0px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-around;
    /* flex-direction: column; */
    flex-wrap: wrap;
    position: relative;
  }
  .core-advantages {
    width: 320px;
    /* height: fit-content; */
    background: #fff;
    border-radius: 12px;
    padding: 16px 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-family: "PingFang SC", "Helvetica Neue", sans-serif;
    color: #333;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
  }
  /* .core-advantages.second{
    height: fit-content;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  } */
  .core-advantages .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    position: relative;
  }

  .core-advantages .title::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #d60000;
    margin: 8px auto 0;
    border-radius: 2px;
  }

  .advantage-item {
    display: flex;
    padding: 0 24px;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .core-advantages .advantage-item:last-child{
    margin-bottom: 0px;
  }
  .advantage-item.last{
    margin-bottom: 60px;
  }
  .advantage-item.second.first{
    margin-top: 20px!important;
  }
  .advantage-item.second{
    margin-bottom: 20px!important;
  }
  .number {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: bold;
    color: #d60000;
    margin-right: 12px;
    line-height: 1.5;
  }

  .content .subtitle {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .content .subtitle.red{
    color: #d60000;
  }
  .content .description {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
  }
  .content .description.red{
    color: #d60000;
  }
  .description .red{
    color: #d60000;
  }

  .process-container {
    width: 90%;
    background: #f7f7f7;
    padding: 40px 20px;
    text-align: center;
    font-family: sans-serif;
    margin: 20px auto 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
  }

  .process-title {
    font-size: 20px;
    font-weight: bold;
    color: #d62828;
    margin-bottom: 30px;
  }

  .process-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* overflow-x: auto; */
    gap: 20px;
    position: relative;
  }

  .step {
    background-color: #d62828;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    min-width: 100px;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .arrow {
    flex-shrink: 0;
    width: 39px;
    height: 37px;
    transform: rotate(90deg);
  }
  .arrow img{
    width: 100%;
    height: 100%;
  }
  .process-desc{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
  }
  .desc {
    width: 40%;
    background: linear-gradient(135deg, #EFEFF0 0%, #ffffff 100%);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    color: #000000; /* 红色文字 */
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  .process-desc .red{
    color: #d62828;
  }
  .desc_line{
    width: 2px;
    height: 100px;
    border-right: 2px dashed #d62828;
    margin: 0 5%;
  }
  
  /* 吉牛加油站 */
  .gasstation{
    width: 100%;
    margin-top: -14px;
    background-color: #FFFFFF;
  }
  .gasstation_bgc{
    width: 95%;
    margin: 0 auto;
    background-image: url('../images/gasstation_bgc.png');
    background-size: cover;
  }
  .gasstation_title_container{
    width: 100%;
    margin: 10px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .gasstation_title{ 
    width: fit-content !important;
    font-size: 40px;
    line-height: 56px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    padding-top: 46px;
    text-align: center;
    margin: 0 auto;
  }
  .gasstation_icon{
    width: 100%;
    height: 300px;
    background-image: url('../images/gasstation_icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url('../images/gasstation_icon.png');
    background-size: cover; */
  }
  .gasstation_steps{
    width: 100%;
    margin: 25px auto 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }
  .gasstation_step{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
  }
  .gasstation_step_icon{
    width: 221px; 
    height: 203px;
    background-image: url('../images/gasstation_step1_icon.png');
    background-size: cover;
  }
  .gasstation_step_content{
    margin-left: 40px;
    padding-top: 24px;
  }
  .gasstation_step_title{
    color: #d62828;
    font-size: 20px;
    font-weight: bold;
  }
  .gasstation_step_desc{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    padding-left: 20px;
  }
  .gasstation_step_desc h4{
    font-weight: 500;
  }
  .gasstation_step_desc >div:first-of-type{
    margin-right: 45px!important;
  }
  .gasstation_step_desc >div.step_div{
    width: 300px;
  }
  .gasstation_step_desc h4{
    margin-bottom: 5px;
  }
  .gasstation_step_desc >div>div{
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
  }
  .gasstation_step.step2{
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 36px;
  }
  .gasstation_step_content.step2{
    /* margin-left: 80px; */
    padding-top: 0px;
  }
  .gasstation_step_desc.step2{
    margin-top: 15px;
  }
  .gasstation_step_desc.step2 >div:first-child{
    margin-right: 80px!important;
  }
  /* .gasstation_step_desc >div.step2_div{
    margin-left: 80px!important;
  } */
  .step2_div_block{
    width: fit-content;
    margin-top: 16px;
  }
  .step2_div_block span{
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #d62828;
    color: #ffffff;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .step2_div_block span.nobgc{
    background: transparent;
    color: #000000;
  }
  .gasstation_step_last{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
    position: relative;
    padding-bottom: 20px;
  }
  .flow-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    width: 180px;
    height: 180px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
  }
  .flow-step::after{
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 10px;
    background: #EF8A7A;
  }
  .flow-step.step1::after{
    background: #EF8A79;
  }
  .flow-step.step2::after{
    background: #EF8A7A;
  }
  .flow-step.step3::after{
    background: #E57469;
  }
  .flow-step.step4::after{
    background: #DB5F58;
  }
  .flow-step.step5::after{
    background: #D14A49;
  }
  .flow-step.step6::after{
    background: #C73437;
  }
  .flow-step img {
    margin-bottom: 10px;
  }
  .flow-step img.img1 {
    width: 81px;
    height: 62px;
  }
  .flow-step img.img2 {
    width: 96px;
    height: 90px;
  }
  .flow-step img.img3 {
    width: 75px;
    height: 87px;
  }
  .flow-step img.img4 {
    width: 90px;
    height: 120px;
    margin-left: 60px;
    margin-top: 16px;
  }
  .flow-step img.img5 {
    width: 50px;
    height: 87px;
  }
  .flow-step img.img6 {
    width: 69px;
    height: 87px;
  }
  .flow-step .title {
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 25px;
  }
  .title_scs1{
    font-weight: 500;
    position: absolute;
    top: 30px;
    left: 72px;
  }
  .title_scs2{
    font-weight: 500;
    position: absolute;
    top: 56px;
    left: 50px;
  }
  .title_scs3{
    font-weight: 500;
    position: absolute;
    top: 82px;
    left: 30px;
  }
  .flow-step .title.step2{
    margin-top: 22px;
  }
  .flow-line {
    position: absolute;
    width: 12px;
    height: 92%;
    background: linear-gradient(to right, #EF8A7A, #C32B31);
    left: -38px;
    top: 40px;
  }

  .flow-line .arrow {
    position: absolute;
    top: 100%;
    right: -19px; /* 让箭头在红线末尾外一点 */
    transform: translateY(-50%);
    transform: rotate(90deg);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 50px solid #C32B31;
  }
  /* 品牌优势 */
  .edge {
    width: 100%;
    /* height: 988px; */
    height: 100vh;
    text-align: center;
    display: none;
  }

  .edge-tit {
    padding-top: 92px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 56px;
    font-weight: bold;
  }

  .edge-con {
    margin-top: 37px;
    height: 573px;
    /* background-image: url('../images/edge-banner.png?v=2.0'); */
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .edge-box {
    display: none;
  }

  .edge-con-tit {
    font-size: 16px;
    color: #666666;
  }

  .edge-con-point {
    width: 100%;
    /* height: 466px; */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    flex-wrap: wrap;
    margin: 130px auto 80px;
  }

  .edge-item {
    width: 110px;
    height: 128px;
    line-height: 128px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-size: cover;
    flex-shrink: 0;
    /* margin-top: 64px; */
  }

  .edge-item:nth-child(1) {
    background-image: url('../images/edge01.png?v=2.0');
  }

  .edge-item:nth-child(2) {
    background-image: url('../images/edge02.png?v=2.0');
  }

  .edge-item:nth-child(3) {
    background-image: url('../images/edge03.png?v=2.0');
  }

  .edge-item:nth-child(4) {
    background-image: url('../images/edge04.png?v=2.0');
  }

  .edge-item:nth-child(5) {
    background-image: url('../images/edge05.png?v=2.0');
  }

  .edge-item:nth-child(2),
  .edge-item:nth-child(4) {
    align-self: flex-end;
    margin: 0 17px;
  }

  /* 关于我们 */
  .about {
    width: 100%;
    min-height: 1100px;
    height: auto;
    background-color: #FFFFFF;
  }

  .about-tit,
  .grow-tit,
  .partners-tit {
    text-align: center;
    padding-top: 92px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 56px;
    font-weight: bold;
  }

  .about-desc,
  .grow-desc,
  .partners-desc {
    text-align: center;
    font-size: 18px;
    color: #666666;
    line-height: 64px;
  }

  /* .about-con {
    width: 750px;
  }
  .about-con-desc {
    width: 90%;
    font-size: 16px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.9);
  } */

  .about-con-desc>p {
    /* padding-top: 30px; */
    padding: 30px 10px 0;
    text-indent: 2em;
  }

  .about-con-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
  }

  .about-img {
    width: 334px;
    height: 406px;
    position: relative;
    margin-bottom: 6px;
  }

  .about-img > img {
    width: 334px;
    height: 406px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .about-img-font {
    width: 334px;
    height: 406px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    padding: 18px 18px 40px;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }

  .about-img-font > p:nth-child(1) {
    font-size: 14px;
    text-align: center;
    padding-bottom: 16px;
  }

  .about-box {
    width: 711px;
  }

  .vision {
    display: none;
  }

  /* 发展历程 */
  .grow {
    width: 100%;
    /* height: 1128px; */
    position: relative;
  }

  .grow-con {
    position: absolute;
    bottom: 73px;
    left: 50%;
    transform: translateX(-50%);
    width: 1589px;
    height: 719px;
    background-image: url('../images/grow-banner.png?v=2.0');
    background-size: cover;
  }

  .line-box::-webkit-scrollbar {
    display: none;
  }

  .line-box {
    width: 100%;
    padding-left: 30px;
    padding-bottom: 10px;
    overflow-x: scroll;
    position: relative;
  }

  .grow-line {
    width: 3300px;
    margin-top: 136px;
    border-top: 2px solid #F28888;

  }

  .grow-item {
    float: left;
    width: 420px;
    min-height: 100px;
    position: relative;
    background: #F8FBFE;
    box-shadow: 0px 2px 8px 0px rgba(213, 213, 213, 0.6);
    border-radius: 12px;
    margin-top: 60px;
    margin-right: 40px;
    padding-bottom: 24px;
  }

  .grow-item::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 72px;
    width: 16px;
    height: 16px;
    background-color: #DE2726;
    border: 12px solid #FFE6E6;
    border-radius: 50%;
  }

  .grow-item::after {
    content: '';
    position: absolute;
    top: -66px;
    left: 91.5px;
    width: 2px;
    height: 100%;
    background-color: #DE2726;
  }

  .item-time {
    position: absolute;
    top: -130px;
    left: 60px;
    color: #DE2726;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
  }

  .item-line {
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 12px;
    padding: 24px 24px 0;
  }

  .item-line-time {
    font-size: 20px;
    font-weight: bold;
    padding-right: 52px;
    flex-shrink: 0;
  }

  .item-line-con {
    line-height: 32px;
    width: 270px;
  }

  .item-line-con::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 85px;
    z-index: 2;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 2px solid #DE2726;
    border-radius: 50%;
    z-index: 3;
  }

  .grow-item>.item-line:last-child::before {
    content: '';
    width: 2px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 91.5px;
    background-color: #DE2726;
  }

  /* 合作伙伴 */
  .partners {
    width: 100%;
    padding-bottom: 40px;
    /* height: 848px; */
    background-color: #FFFFFF;
  }

  .partners-con {
    /* width: 90%; */
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 44px; /* 子元素之间上下左右间距 */
    width: 100%;
    box-sizing: border-box;
    align-content: flex-start; /* 多行顶部对齐 */
  }

  .partners-item {
    width: 150px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 106px 44.6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* 添加阴影 */
    border-radius: 8px; /* （可选）圆角让阴影更柔和 */
  }

  .partners-item:nth-child(1) {
    background-image: url('../images/part01.png?v=2.0');
  }

  .partners-item:nth-child(2) {
    background-image: url('../images/part02.png?v=2.0');
  }

  .partners-item:nth-child(3) {
    background-image: url('../images/part03.png?v=2.0');
  }

  .partners-item:nth-child(4) {
    background-image: url('../images/part04.png?v=2.0');
  }

  .partners-item:nth-child(5) {
    background-image: url('../images/part05.png?v=2.0');
  }

  .partners-item:nth-child(6) {
    background-image: url('../images/part06.png?v=2.0');
  }

  .partners-item:nth-child(7) {
    background-image: url('../images/part07.png?v=2.0');
  }

  .partners-item:nth-child(8) {
    background-image: url('../images/part08.png?v=2.0');
  }

  .partners-item:nth-child(9) {
    background-image: url('../images/part09.png?v=2.0');
  }

  .partners-item:nth-child(10) {
    background-image: url('../images/part10.png?v=2.0');
  }

  .partners-item:nth-child(11) {
    background-image: url('../images/part11.png?v=2.0');
  }

  .partners-item:nth-child(12) {
    background-image: url('../images/part12.png?v=2.0');
  }

  .partners-item:nth-child(13) {
    background-image: url('../images/part13.png?v=2.0');
  }

  .partners-item:nth-child(14) {
    background-image: url('../images/part14.png?v=2.0');
  }

  .partners-item:nth-child(15) {
    background-image: url('../images/part15.png?v=2.0');
  }

  .partners-item:nth-child(16) {
    background-image: url('../images/part16.png?v=2.0');
  }

  .partners-item:nth-child(17) {
    background-image: url('../images/part17.png?v=2.0');
  }

  .partners-item:nth-child(18) {
    background-image: url('../images/part18.png?v=2.0');
  }

  .partners-item:nth-child(19) {
    background-image: url('../images/part19.png?v=2.0');
  }

  .partners-item:nth-child(20) {
    background-image: url('../images/part20.png?v=2.0');
  }

  .partners-item:nth-child(21) {
    background-image: url('../images/part21.png?v=2.0');
  }

  .partners-item:nth-child(22) {
    background-image: url('../images/part22.png?v=2.0');
  }

  .partners-item:nth-child(23) {
    background-image: url('../images/part23.png?v=2.0');
  }

  .partners-item:nth-child(24) {
    background-image: url('../images/part24.png?v=2.0');
  }

  .partners-item:nth-child(25) {
    background-image: url('../images/part25.png?v=2.0');
  }

  .partners-item:nth-child(26) {
    background-image: url('../images/part26.png?v=2.0');
  }

  .partners-item:nth-child(27) {
    background-image: url('../images/part27.png?v=2.0');
  }

  .partners-item:nth-child(28) {
    background-image: url('../images/part28.png?v=2.0');
  }

  .partners-item:nth-child(29) {
    background-image: url('../images/part29.png?v=2.0');
  }
  .partners-item:nth-child(30) {
    background-image: url('../images/part30.png?v=2.0');
  }

  .partners-item:nth-child(31) {
    background-image: url('../images/part31.png?v=2.0');
  }
  .partners-item:nth-child(32) {
    background-image: url('../images/part32.png?v=2.0');
  }
  .partners-item:nth-child(33) {
    background-image: url('../images/part33.png?v=2.0');
  }
  /* 联系我们 */
  .footer {
    width: 100%;
    min-height: 180px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.85);
  }

  .footer-tit {
    font-size: 24px;
    font-weight: bold;
    padding-top: 46px;
    text-align: center;
  }

  .footer-phone {
    text-align: center;
    font-size: 20px;
    padding: 20px 0 36px;
  }

  .footer-code {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .code {
    width: 156px;
    height: 156px;
  }

  .code-item {
    padding: 0 76px;
    text-align: center;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
  }

  .code-item > p {
    padding-top: 16px;
  }

  .hover-shadow {
    box-shadow: 0px 2px 8px 0px rgba(213, 213, 213, 0.6);
  }

  .service-left .service-item:nth-child(1),
  .service-left .service-item:nth-child(1) .service-hover {
    background-image: url('../images/service01.png?v=2.0');
  }

  .service-left .service-item:nth-child(2),
  .service-left .service-item:nth-child(2) .service-hover {
    background-image: url('../images/service04.png?v=2.0');
  }

  .service-left .service-item:nth-child(3),
  .service-left .service-item:nth-child(3) .service-hover {
    background-image: url('../images/service03.png?v=2.0');
  }

  .service-center .service-item:nth-child(1),
  .service-center .service-item:nth-child(1) .service-hover {
    background-image: url('../images/service02.png?v=2.0');
  }

  .service-center .service-item:nth-child(2),
  .service-center .service-item:nth-child(2) .service-hover {
    background-image: url('../images/service05.png?v=2.0');
  }

  .service-center .service-item:nth-child(3),
  .service-center .service-item:nth-child(3) .service-hover {
    background-image: url('../images/service06.png?v=2.0');
  }

  .service-center .service-item:nth-child(4),
  .service-center .service-item:nth-child(4) .service-hover {
    background-image: url('../images/service10.png?v=2.0');
  }

  .service-right .service-item:nth-child(1),
  .service-right .service-item:nth-child(1) .service-hover {
    background-image: url('../images/service07.png?v=2.0');
  }

  .service-right .service-item:nth-child(2),
  .service-right .service-item:nth-child(2) .service-hover {
    background-image: url('../images/service08.png?v=2.0');
  }

  .service-right .service-item:nth-child(3),
  .service-right .service-item:nth-child(3) .service-hover {
    background-image: url('../images/service09.png?v=2.0');
  }

  .service-left .service-item .service-hover,
  .service-center .service-item .service-hover,
  .service-right .service-item:first-child .service-hover {
    top: 0px !important;
  }

  .service-right .service-item:not(:first-child) .service-hover {
    bottom: 0px !important;
  }

}

/* 移动端 */