.container-pr {
    /* margin: 0 auto; */
    padding: 60px 0px;
}

.container-pr h2 {
    margin-bottom: 20px;
    margin: 50px;
    text-align: center;
    font-size: var(--e-global-typography-f519ff1-font-size);
    line-height: var(--e-global-typography-f519ff1-line-height);
    letter-spacing: var(--e-global-typography-f519ff1-letter-spacing);
    /* color: var(--e-global-color-cb3db); */
}

.product-grid {
    display: flex;
    justify-content: center;
}

.product-item {
    border-radius: 5px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    z-index: 10;
}

.left {
    /* clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%); */
}

.right {
    /* clip-path: polygon(2% 0, 100% 0, 100% 100%, 0% 100%); */
    margin-left: 30px;
    /* z-index: 10; */
}

.product-item img {
    width: 200rem;
    height: auto;
    
}

.title1 {
    position: relative;
    /* top: 10px;
    left: 120px; */
    text-align: center;
    z-index: 10;
    padding: 10px;
    margin: 0;
    font-family: var(--e-global-typography-23cafb3-font-family), Sans-serif;
    font-size: var(--e-global-typography-23cafb3-font-size);
    font-weight: var(--e-global-typography-40ac9ec-font-weight);
    line-height: var(--e-global-typography-23cafb3-line-height);
    color: #017efd;
    margin-top: 20px;
}

.title2 {
    position: relative;
    /* top: -30px;
    left: 763px; */
    text-align: center;
    z-index: 10;
    padding: 10px;
    margin: 0;
    font-family: var(--e-global-typography-23cafb3-font-family), Sans-serif;
    font-size: var(--e-global-typography-23cafb3-font-size);
    font-weight: var(--e-global-typography-40ac9ec-font-weight);
    line-height: var(--e-global-typography-23cafb3-line-height);
    color: #017efd;
    margin-top: 20px;
}

/* 
    产品
*/

.container3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    /* margin-top: 20px;
    margin-bottom: 20px; */
}

.content3 {
    flex: 1;
    max-width: 45%;
    text-align: left;
    padding: 10px;
}

.image {
    flex: 1;
    max-width: 50%;
    position: relative;
}

.image img {
    width: 100%;
    height: auto;
}

.content3 h4 {
    color: #666;
}
.content3 h3 {
    margin-top: 0;
    font-size: var(--e-global-typography-f519ff1-font-size);
}

.container3 .btn {
    background-color: #017efd;
    font-family: var(--e-global-typography-db8a884-font-family), Sans-serif;
    font-size: var(--e-global-typography-db8a884-font-size);
    font-weight: var(--e-global-typography-db8a884-font-weight);
    line-height: var(--e-global-typography-db8a884-line-height);
    fill: var(--e-global-color-ba75927);
    /* border-width: 1px 1px 1px 1px; */
    border-radius: 30px 30px 30px 30px;
    /* padding: 12px 22px 12px 25px; */

}

@media (max-width: 768px) {
    .container3 {
        flex-direction: column;
        align-items: center;
    }

    .content3, .image {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.home-line{
    border-top: 1px solid black; /* 设置线条的颜色和宽度 */
    opacity: .1;
}
.product-name{
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}
.product_top{
    margin-top: 30px;
} 


/*
 新闻
*/

 
.container5 {
    margin: 0 auto;
    padding: 60px 0px;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.news-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.news-item {
    width: calc(33.33% - 20px); /* Adjust for spacing */
    margin: 10px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.news-item img {
    width: 100%;
    height: auto;
}

.title {
    font-size: 24px;
    line-height: 36px;
    font-weight: var(--e-global-typography-40ac9ec-font-weight);
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
    /* 超出部分隐藏并显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.title:hover{
    color: #017efd;
}
.date {
    font-size: 0.8em;
    color: #666;
    margin: 10px;
}

.description2 {
    color: #333;
    font-size: 19px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    /* 超出部分隐藏并显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    padding:20px 0px 40px 0px;
}


@media (max-width: 768px) {
    .news-item {
        width: calc(50% - 20px); /* Two items per row on smaller screens */
    }
}

@media (max-width: 480px) {
    .news-item {
        width: 100%; /* One item per row on very small screens */
    }
}

.map-container{
    padding: 60px 0px;
}

@media screen and (max-width: 1000px) {
    .map-container{
        padding-bottom: 60px;
    }

}
.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* background-color: #f8f9fa; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease;
  }
  .stat-item {
    text-align: center;
    padding: 30px 20px;
    /* flex: 1; */
    min-width: 250px;
    margin: 15px;
    
  }

  .stat-item:hover {
    /* transform: translateY(-5px); */
  }

  .mapk-icon{
    display: flex;
    justify-content:flex-start;
  }
  .stat-icon {
    font-size: 36px;
    color: #2c7be5;
    margin-bottom: 15px;
  }
  .stat-icon img{
    width: 40px;
    height: 40px;
    margin-top: -10px;
  }
  .stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #2c7be5;
    margin-bottom: 10px;
    margin-left: 10px;
    height: 42px; /* 固定高度防止抖动 */
  }
  .biao{
    color: #2c7be5;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 5px;
  }

  .stat-desc {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.5;
    text-align: start;
  }

  @media (max-width: 768px) {
    .stat-number {
      font-size: 28px;
    }
    .stat-icon {
      font-size: 28px;
    }
  }