    * {
      margin: 0;
      padding: 0;
    }
    
    
    a {
      text-decoration: none;
    }
    
    
    .text-gradient {
      background: -webkit-linear-gradient(#9e9e9e , #ffffff , #9e9e9e);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #fff !important; /* Fallback for non-supporting browsers */
    }
    
    .entext {
      color: #fff;
      margin-top: 5px;
      letter-spacing: 1px;
      text-align: center;
      font-size: 16px;
    }

    .labelbox {
      background:linear-gradient(#9e9e9e , #ffffff , #9e9e9e);
      width: 140px;
      padding: 5px 0;
      font-weight: 600;
      font-size: 26px;
      text-align: center;
      margin: 15px auto;
    }

    .index-page {
      background: url('../images/indexbg.png') no-repeat;
      background-size: 100% 100%;
      width: 100%;
      height: 100%;
      margin: 0 auto;
    }

    .index-page .swiper-container {
      width: 100%;
      height: 100%;
    }

    .index-page .index-header-banner {
      overflow: hidden;
    }

    .index-page .index-header-banner .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .index-page .index-content {
      padding: 0 50px;
    }

    .Company-box {
      width: 100%;
      max-width: 1350px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      padding: 50px 0;
    }

    .Company-box .Company-left {
      width: 800px;
      margin-right: 50px;
    }

    h1 {
      color: #fff;
      font-weight: 600;
      font-size: 38px;
      letter-spacing: 4px;
    }

    .Company-box .Company-left .entext {
      text-align: left;
    }

    .Company-box .Company-left .labelbox {
      margin: 15px 0;
    }

    .Company-box .Company-left .Company-text {
      color: #fff;
      font-size: 0.28rem;
      letter-spacing: 1px;
      line-height: 38px;
      margin-top: 20px;
    }

    .Company-box .Company-left .Company-text span {
      color: #fff;
      font-weight: 600;
      font-size: 24px;
    }

    .Company-box .Company-left .morebox {
      background-color: #ffcb4f;
      width: 120px;
      padding: 10px 0;
      font-weight: 600;
      font-size: 16px;
      text-align: center;
      margin: 15px 0;
      border-radius: 50px;
      margin-top: 40px;
      cursor: pointer;
    }

    .Company-box .Company-right {
      width: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .Company-box .Company-right img {
      width: 100%;
    }

    .Product-box {
      margin: 0 auto;
      max-width: 1350px;
      padding-bottom: 20px;
      margin-top: 30px;
    }

    .Product-content {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
    }

    .Product-box .Product-content img {
      width: calc(100% / 3 - 50px);
      object-fit: cover;
    }


    .Course-box {
      margin: 0 auto;
      max-width: 1350px;
      padding-bottom: 20px;
    }

    .Course-box img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(100% - 150px);
      object-fit: cover;
      margin: 0 auto;
      margin-top: 40px;
    }

    .Honor-box {
      margin: 0 auto;
      max-width: 1350px;
      padding-bottom: 20px;
    }

    .Market-box {
      margin: 0 auto;
      max-width: 1350px;
      padding-bottom: 20px;
    }

    .Market-box img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(100% - 150px);
      margin: 0 auto;
    }


    .new-box {
      margin: 0 auto;
      max-width: 1350px;
      padding-bottom: 50px;
    }

    .new-box .new-content {
      width: calc(100% - 150px);
      margin: 0 auto;
      margin-top: 20px;
    }

    .new-box .new-content .new-content-item {
      border-bottom: 1px solid #999;
      padding: 20px 0;
      display: flex;
      align-items: center;
    }

    .new-box .new-content .new-content-item .new-time {
      font-size: 32px;
      color: #fff;
      margin-right: 20px;
      min-width: 120px;
    }

    .new-box .new-content .new-content-item .new-time span {
      color: #ffcb4f;
    }

    .year {
      font-size: 20px;
      margin-bottom: 5px;
      position: relative;
    }

    .year::before {
      content: '';
      position: absolute;
      width: 30%;
      right: 0;
      top: 12px;
      background: #F1880B;
      height: 2px;
      border-radius: 2px;
    }

    .new-box .new-content .new-text-box {
      color: #999;
      font-size: 14px;
      line-height: 28px;
    }

    .new-box .new-content .new-text {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      color: #999999;
    }

    .new-box .new-content .new-title {
      color: #fff;
      font-size: 20px;
      margin-bottom: 8px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }

    .new-box .new-content .new-content-item .new-img {
      min-width: 150px;
      max-width: 150px;
      height: 100px;
      background-color: #fff;
      margin-left: 20px;
      border-radius: 10px;
      margin-right: 20px;
    }
    
     .new-box .new-content .new-content-item .new-img img{
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
     
    .new-box .morebox {
      background-color: #ffcb4f;
      width: 120px;
      padding: 10px 0;
      font-weight: 600;
      font-size: 16px;
      text-align: center;
      margin: 0px auto;
      border-radius: 50px;
      margin-top: 20px;
      cursor: pointer;
    }
    .new-box .morebox a{
        color: #000;
    }
    .Contact-box {
      margin: 0 auto;
      max-width: 1350px;
      padding-bottom: 20px;
    }

    .Contact-box .Contact-content {
      width: calc(100% - 150px);
      margin: 0 auto;
      margin-top: 30px;
      display: flex;
    }

    .Contact-box .Contact-content .Contact-left {
      width: calc(100% - 400px);
    }

    .Contact-left img {
      width: 500px;
      margin-bottom: 10px;
    }

    .Contact-left p {
      color: #fff;
      font-size: 16px;
      line-height: 38px;
    }


    .Contact-right p {
      color: #fff;
      font-size: 22px;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }

    .Contact-right input {
      width: 300px;
      height: 40px;
      padding: 0 10px;
      border: 1px solid #c9c8c9;
      background-color: #231f20;
      color: #fff;
      margin-bottom: 10px;
      border-radius: 5px;
    }

    .Contact-right .btns {
      width: 100%;
      height: 40px;
      background:linear-gradient(#9e9e9e , #ffffff , #9e9e9e);
      color: #000;
      font-size: 14px;
      line-height: 40px;
      text-align: center;
      font-weight: 600;
      cursor: pointer;
    }

    #certify {
      position: relative;
      max-width: 980px;
      margin: 0 auto;
      margin-top: 30px;

    }

    #certify .swiper-container {
      padding-bottom: 20px;
    }

    #certify .swiper-slide {
      /* width: 530px;
      height: 350px; */
      border-radius: 20px;

    }

    #certify .swiper-slide img {
      display: block;
      text-align: center;
      margin: 0 auto;
    }

    #certify .swiper-slide p {
      line-height: 98px;
      padding-top: 0;
      text-align: center;
      color: #636363;
      font-size: 1.1em;
      margin: 0;
    }

    #certify .swiper-pagination {
      width: 100%;
      bottom: 20px;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
      border: 3px solid #fff;
      background-color: #d5d5d5;
      width: 8px;
      height: 8px;
      opacity: 1;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
      border: 3px solid #ffcb4f;
      background-color: #fff;
    }

    #certify .swiper-button-prev {
      left: -30px;
      width: 40px;
      height: 40px;
      top: 38%;
      background-color: #ffcb4f;
      border-radius: 50%;
      font-size: 20px;
      background: url('../images/lefticon.png') no-repeat;
      background-position: 0 0;
      background-size: 100%;
      transform: translateY(-50%);
    }

    #certify .swiper-button-next {
      right: -30px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #ffcb4f;
      background: url('../images/righticon.png') no-repeat;
      background-size: 100%;
      top: 38%;
      transform: translateY(-50%);
    }

    .index-honor-banner {
      margin-top: 30px;
    }

    .index-honor-banner .swiper-container {
      width: calc(100% - 280px);
      height: 350px;
      position: relative;
      margin: 0 auto;
    }

    .index-honor-banner .swiper-container .swiper-slide img {
      display: flex;
      margin: 0 auto;
      width: calc(100% - 300px);
      height: 100%;
      object-fit: cover;
    }

    .index-honor-banner .gallery-thumbs {
      height: 100px;
      /* 根据实际需求调整高度 */
      position: relative;
      width: calc(100% - 500px);
      margin-top: 15px;
    }

    .index-honor-banner .gallery-thumbs .swiper-slide img {
      display: flex;
      height: 100px;
      width: 100%;
      object-fit: cover;
    }



    .index-honor-banner .swiper-button-prev,
    .index-honor-banner .swiper-button-next {
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      position: absolute;
      top: 60%;
      transform: translateY(-50%);
    }

    .index-honor-banner .swiper-button-prev {
      left: 80px;
      background: url('../images/lefticon.png') no-repeat;
      background-size: 100%;
    }

    .index-honor-banner .swiper-button-next {
      right: 80px;
      background: url('../images/righticon.png') no-repeat;
      background-size: 100%;
    }

    .thumbnail-container {
      position: relative;
      margin-top: 10px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
      content: '' !important;
    }

    .index-header-banner .swiper-button-prev {
      left: 10px;
      background: url('../images/lefticon.png') no-repeat;
      background-size: 100%;
    }

    .index-header-banner .swiper-button-next {
      right: 10px;
      background: url('../images/righticon.png') no-repeat;
      background-size: 100%;
    }

    .index-header-banner .swiper-button-prev,
    .index-header-banner .swiper-button-next {
      width: 45px;
      height: 45px;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    
    
    .city-picker-span{
        width:100% !important;
        height: 40px;
        padding: 0 10px;
        border: 1px solid #c9c8c9;
        background-color: #231f20;
        color: #fff !important;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    
    .city-picker-span > .title > span{
       color: #fff !important;
    }
    
    .city-picker-span.focus, .city-picker-span.open{
       border-bottom-color:#ffcb4f;
    }
    
   .sm{
        padding: 15px 0;
        text-align: center;
    }
    .sm p{
        color: #fff;
        line-height: 24px;
        font-size: 12px;
    }