.news-detail {
    background-color: #FFFFFF;
    width: 100%;
    text-align: justify;
    /* min-height: 600px; */
    }
    .tabBar {
      display: flex;
      position: absolute;
      top: 491px;
      width: 1200px;
      height: 69px;
      background: #FFFFFF;
      box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
      border-radius: 10px 10px 10px 10px;
     
    }
    .tabBar span {
      position: relative;
      color: #666666;
      width: 156px;
      height: 69px;
      line-height: 69px;
      font-size: 18px;
      text-align: center;
      cursor: pointer;
      text-align: center;
      margin: 0 auto;
    }
    .tabBar .active {
      color: #1257DC;
      font-weight: bold;
    }
    .tabBar .active::after {
      content: "";
      position: absolute;
      width: 156px;
      height: 3px;
      background-color: #1257DC;
      bottom: 0;
      left: 0;
    }
    .selectBox {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 890px;
      /* margin: 30px 110px 34px; */
      text-align: left;
      margin-right: 0;
    }
    .selectBox span {
      position: relative;
      margin-right: 34px;
      margin-bottom: 20px;
      color: #333333;
      font-size: 14px;
      cursor: pointer;
    }
    .selectBox .selectActive {
      color: #1257DC;
      font-weight: bold;
    }
    .selectBox .selectActive::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #1257DC;
      bottom: -5px;
      left: 0;
    }
    .caseContent {
      display: flex;
      flex-wrap: wrap;
      width: 1200px;
      min-height: 344px;
      /* height: 500px; */
      margin: auto;
      margin-top: 25px;
    }
    .caseContent img {
        width: 217px;
        height: 151.91px;
        margin-right: 28px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    }
    .caseContent>:nth-child(5n) {
      margin-right: 0 !important; 
    }
  
    .caseContent .caseItem {
      width: 380px;
      height: 335px;
      background: #FFFFFF;
      box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
      border-radius: 15px 15px 15px 15px;
      margin-bottom: 30px;
      margin-right: 30px;
    }
    
   
    
    .caseContent .caseItem .topPic {
      width: 100%;
      height: 208px;
      border-radius: 15px 15px 0px 0px;
      margin-bottom: 12px;
      cursor: pointer;
    }
    
    .caseContent .caseItem .tagBox {
      display: flex;
      margin-left: 8px;
      height: 19px;
    }
    
    .caseContent .caseItem .tagBox .tagItem {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 20px;
      border-radius: 3px 3px 3px 3px;
      font-size: 12px;
      color: #437FF2;
      background-color: #f0f4fb;
      margin-right: 5px;
      padding: 0 7px;
      white-space: nowrap;
    }
    .caseContent .caseItem p {
      margin: 16px 12px 20px 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      color: #333333;
      /* font-weight: bold; */
      padding-right: 12px;
    }
    .caseContent .caseItem .bottomBox {
      display: flex;
      align-items: center;
      width: 100%;
      margin: 0 20px 16px 16px;
    }
    .caseContent .caseItem .bottomBox .concact {
      display: flex;
      align-items: center;
      cursor: pointer;
    }
    .caseContent .caseItem .bottomBox .concact img {
      width: 18px;
      height: 18px;
      margin-right: 6px;
    }
    .caseContent .caseItem .bottomBox .concact span {
      font-size: 12px;
      color: #1257DC;
    }
    .caseContent .caseItem .bottomBox .detail {
      font-size: 12px;
      color: #1257DC;
      margin-left: 201px;
    }
    .longWhite {
       display: flex;
       width: 100%;
       height: 100px;
       padding-top: 28px;
       box-sizing: border-box;
       background-color: #FFFFFF;
       margin: auto;   
    }
    #lines {
        margin-top: 20px;
    }
    .search-box {
      position: relative;
      margin-top: 15px !important;
      width: 206px;
      height: 40px;
      margin: auto;
      margin-right: 0;
    }
    
    .el-input {
      font-size: 14px;
      display: inline-block;
    }
    
    .el-input__prefix {
      left: 5px;
    }
    
    .el-input__prefix {
      position: absolute;
      top: 2px;
      height: 100%;
      color: #C0C4CC;
      text-align: center;
      display: flex;
    }
    .el-input--prefix .el-input__inner {
      padding-left: 30px;
    }
    
    .el-input__inner {
      -webkit-appearance: none;
      background-color: #FFF;
      background-image: none;
      border-radius: 4px;
      border: 1px solid #DCDFE6;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #606266;
      display: inline-block;
      font-size: inherit;
      height: 40px;
      line-height: 40px;
      outline: 0;
      padding: 0 15px;
      -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
      transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
      width: 100%;
    }
    
    /* .el-input__inner::-webkit-input-placeholder {
      color: rgb(192, 196, 204);
    }
    
    .el-input__inner::-moz-placeholder {
      color: rgb(192, 196, 204);
    }
    
    .el-input__inner:-moz-placeholder {
      color: rgb(192, 196, 204);
    }
    
    .el-input__inner:-ms-input-placeholder {
      color: rgb(192, 196, 204);
    } */
    
    .el-input__prefix img {
      width: 16px;
      height: 16px;
      margin-top: 9px;
      margin-left: 4px;
      cursor: pointer;
    }
    .sucTitle {
      background-color: #FFFFFF;
      font-weight: 600 !important;
      font-size: 30px;
      color: #000000;
      text-align: center;
      margin: auto;
      padding-top: 43px;
    }
    .blueText {
       color: #186CEA;
       font-size: 28px;
       margin-left: 10px;
       margin-right: 10px;
    }
    #page {
        margin-bottom: 20px;
    }
    #successfulCase {
        background-color: #FFFFFF;
        padding-top: 43px;
        padding-bottom: 30px;
    }
    #successfulCase .erp-title {
        text-align: center;
        font-weight: bold !important;
        font-size: 30px;
        color: #333333;
    }
    #successfulCase .little-title {
        font-size: 16px;
        color: #666666;
        text-align: center;
        font-weight: 400;
        margin-top: 3px;
    }
    .swiper {
        padding: 10px 0;
        position: relative;
        z-index: 1;
        width: 1200px;
        margin: 0 auto;
    }
    .swiper2 {
      padding: 10px 0;
      position: relative;
      z-index: 1;
      width: 1200px;
      margin: 0 auto;
      overflow: hidden;
    }
    #successfulCase .swiper-wrapper .swiper-slide {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between;
        flex-wrap: wrap !important;
        width: 1200px !important;
        height: 730px !important;
        box-sizing: border-box;
        border: none;
        box-shadow: none;
        padding: 7px !important;
        border-radius: 0 !important;     
    }
    #successfulCase .swiper-box {
        width: 380px;
        height: 350px;
        background: #FFFFFF;
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
        border-radius: 0px 0px 0px 0px;
        padding: 21px 21px 16px 21px;
        box-sizing: border-box;
        transition: transform 0.5s ease; /* 定义动画效果 */
        transform: translateY(0); /* 初始状态，div在原位置 */
    }
    .swiper-box .mainPic {
        width: 338px;
        height: 245px;
    }
    .mid-text-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 2px;
    }
    .mid-text-box .span1 {
        font-size: 16px;
        color: #333333;
    }
    .mid-text-box .span2 {
        font-size: 12px;
        color: #333333;
        margin-left: 3px;
    }
    .mid-text-box img {
        width: 125px;
        height: 40px;
    }
    .swiper-box p {
        font-size: 14px;
        color: #186CEA;
        line-height: 19px;
        text-align: left;
        margin-top: 2px;
    }
    .common-more-button {
        width: 164px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 18px 18px 18px 18px;
        border: 1px solid #186CEA;
        text-align: center;
    }

    /* /行业/ */
    #industry {
        background-color: #FAFAFA;
        padding-top: 43px;
    }
    #industry .erp-title {
        text-align: center;
        font-weight: bold !important;
        font-size: 30px;
        color: #333333;
        margin-bottom: 30px;
    }
    #industry .swiper-wrapper .swiper-slide {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between;
        flex-wrap: wrap !important;
        width: 1200px !important;
        height: 679px !important;
        box-sizing: border-box;
        border: none;
        box-shadow: none;
        padding: 5px !important;
        border-radius: 0 !important;     
    }
    #industry .swiper-box {
        width: 285px;
        height: 322px;
        background: #FFFFFF;
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
        border-radius: 0px 0px 0px 0px;
        padding: 14px 15px;
        box-sizing: border-box;
        transition: transform 0.5s ease;
        transform: translateY(0);
    }
    #industry .swiper-box .mainPic {
        width: 255px;
        height: 232px;
    }
    #industry .swiper-box p {
        font-size: 16px;
        color: #333333;
        line-height: 19px;
        text-align: left;
        margin-top: 6px;
        margin-bottom: 13px;
    }
    #industry .flex-direction-nav {
        top: 48% !important;
    }
    #industry .flexslider {
        margin-top: 43px;
        overflow: visible !important;
    }
    #industry .tag-box {
        display: flex;
        justify-content: flex-start;
    }
    #industry .slides li {
        background-color: #FAFAFA;
    }
    #industry .tag-box .tag-item{
        padding: 0 7px;
        height: 19px;
        background: #F0F4FB;
        border-radius: 3px 3px 3px 3px;
        font-size: 12px;
        color: #437FF2;
        line-height: 19px;
        text-align: center;
        margin-right: 5px;
    }
    .common-more-button {
        width: 164px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 18px 18px 18px 18px;
        border: 1px solid #186CEA;
        text-align: center;
        margin-bottom: 0;
    }
    .wrap-banner-service {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 117px;
        background: url('../img/banner-mid@2x.png') center top no-repeat;
        background-size: cover;
    }
  
    .wrap-banner-service .wrap-banner-text{
        width: 685px;
        height: 50px;
        transition: all .5s linear;
    }
    .wrap-banner-service .wrap-banner-btn{
        width: 124px;
        height: 38px; 
        margin-left: 41px;
        cursor: pointer;
    }  
    
    /* 提升 */
    #up {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 514px;
        background-color: #FAFAFA;
    }
    .up-detail {
        display: flex;
        width: 1200px;
        height: 414px;
        border-radius: 5px 5px 5px 5px;
    }
    .up-left {
        width: 50%;
        background: #186CEA;
        padding:68px 48px 0 53px;
    }
    .up-right-pic img {
        width: 600px;
        height: 414px;
    }
    .up-left h1 {
        font-weight: 800;
        font-size: 32px;
        color: #FFFFFF;
        text-align: left;
    }
    .up-left p {
        margin-top: 28px;
        font-size: 18px;
        color: #FFFFFF;
        text-align: left;
        line-height: 32px;
    }
    .upbtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 18px 18px 18px 18px;
        margin-top: 41px;
        cursor: pointer;
    }
    .upbtn img {
        width: 23px;
        height: 23px;
        margin-right: 10px;
        margin-top: 5px;
    }
    .upbtn span {
        font-size: 16px;
        color: #186CEB;
    }
    .upbtn:hover{
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        /* IE 9 */
        -moz-transform: scale(1.1);
        /* Firefox */
        -webkit-transform: scale(1.1);
        /* Safari 和 Chrome */
        -o-transform: scale(1.1);
        /* box-shadow: 0px 0px 0px 8PX rgba(255, 255, 255, 0.4); */
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    #successfulCase .swiper-box:hover {
        transform: translateY(-10px); /* 鼠标悬停时，div向上移动20像素 */
    }
    #industry .swiper-box:hover {
        transform: translateY(-10px); /* 鼠标悬停时，div向上移动20像素 */
    }
    .mask {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 255px;
        height: 232px;
        background: #07122C;
        border-radius: 0px 0px 0px 0px;
        opacity: 0.75;
        padding: 0 26px;
        box-sizing: border-box;
    }
    .mask p {
        text-align: center;
        font-size: 16px !important;
        color: #FFFFFF !important;
        line-height: 24px !important;
    }
    /* 隐藏默认的导航按钮 */
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

/* 自定义导航按钮样式 */
.custom-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 10px;
  z-index: 100; /* 确保在最上层 */
}

.custom-swiper-button img {
  width: 44px;
  height: 44px;
}

.custom-swiper-button-prev {
  left: 10px;
}

.custom-swiper-button-next {
  right: 10px;
}

.custom-swiper-button-prev2 {
  left: 10px;
}

.custom-swiper-button-next2 {
  right: 10px;
}
.case-mid-box img {
    width: 128px !important;
    height: 128px !important;
}

    /* .swiper-button-prev {
      content: '';
      width: 44px;
      height: 44px;
      left: 40px;
      background: url(img/sliderLeft.png) center center no-repeat;
      background-size: 100% 100%;
    }
    .swiper-button-next {
      width: 44px;
      height: 44px;
      left: 40px;
      background: url(img/sliderRight.png) center center no-repeat;
      background-size: 100% 100%;
    }  */



   
    