.homepage-intro {
    display: flex;
    flex-wrap: nowrap;
    background-color: #ffffff;
    overflow: hidden;
}

.homepage-intro div {
    width: 33.33%;
    display: grid;
    place-items: center left;
}

.homepage-intro--content {
    color: #ffffff;
    padding: 40px;
    z-index: 1;
    position: relative;
}

.homepage-intro--content::before {
    content: '';
    position: absolute;
    background-color: #b1b3b6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translateX(-20px) skewX(-12deg) scaleX(1.25);
    transform-origin: right;
}

.homepage-cta {
    position: relative;
    padding: 40px 60px;
    color: #ffffff;
    min-height: 40vh;
    z-index: 1;
}

.homepage-cta::before {
    content: '';
    position: absolute;
    background-color: #005288;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translateX(-10px) skewX(-12deg) scaleX(1);
    transform-origin: left;
}

.homepage-menu {
    position: relative;
    padding: 40px 60px;
    color: #ffffff;
    z-index: 1;
}

.homepage-menu::before {
    content: '';
    position: absolute;
    background-color: #414042;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translateX(0px) skewX(-12deg) scaleX(1.25);
    transform-origin: left;
}

.homepage-intro .border {
    border: 1px solid #ffffff;
    padding: 10px;
    cursor: pointer;
}
.carousel{
    height: 30vh;
}
.carousel-item{
    height:100%;
}

.bfbutton {
    position: absolute;
}
.about-section {
    min-height: 100vh;
    /*background: linear-gradient(135deg, #e3f2fd 0%, #f5f5f5 100%);*/
    background: url("/static/public/images/企业介绍.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    padding: 60px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

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

.section-title h1 {
    font-size: 3rem;
    color: #005389;
    font-weight: 700;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards 0.3s;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #2B6E9C;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards 0.5s;
}

.company-description {
    text-align: center;
    margin: 0 auto 60px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards 0.7s;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.company-description.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.read-more-btn {
    color: #1976d2;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
    text-decoration: underline;
}

.read-more-btn:hover {
    color: #42a5f5;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s ease forwards 1s;
}

.stat-card {
    text-align: center;
    padding: 20px 15px;
    position: relative;
    transition: all 0.3s ease;
}

.stat-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: #005288;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 4rem;
    font-weight: bold;
    color: #005389;
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    line-height: 1;
}

.stat-unit {
    font-size: 1.2rem;
    color: #060B0E;
    font-weight: 500;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
}

.stat-description {
    font-size: 0.95rem;
    color: #000000;
    line-height: 1.4;
    font-weight: 400;
}

.view-more-btn {
    width: 262px;
    display: block;
    margin: 60px auto 0;
    padding: 15px 40px;
    text-align: center;
    background: linear-gradient(45deg, #1976d2, #42a5f5);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(25, 118, 210, 0.3);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards 1.7s;
}

.view-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(25, 118, 210, 0.4);
}

.background-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(25, 118, 210, 0.05);
    animation: float 6s ease-in-out infinite;
}

.bg-circle:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    right: -150px;
    animation-delay: 0s;
}

.bg-circle:nth-child(2) {
    width: 200px;
    height: 200px;
    bottom: 20%;
    left: -100px;
    animation-delay: 2s;
}

.bg-circle:nth-child(3) {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 10%;
    animation-delay: 4s;
}





.Cooperating_Cases{
    background-color: #eeeff5;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

@keyframes countUp {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .about-section {
        padding: 40px 15px;
    }

    .section-title h1 {
        font-size: 2.2rem;
    }

    .company-description {
        font-size: 1rem;
        margin-bottom: 40px;
        -webkit-line-clamp: 3;
    }

    .stats-container {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 40px;
        padding: 30px 15px;
    }

    .stat-card {
        padding: 20px 10px;
    }

    .stat-card:nth-child(2)::after,
    .stat-card:nth-child(4)::after {
        display: none;
    }

    .stat-card:nth-child(1)::after,
    .stat-card:nth-child(3)::after {
        right: -10px;
    }

    .stat-number {
        font-size: 2.8rem;
    }

    .stat-unit {
        font-size: 1rem;
    }

    .stat-description {
        font-size: 0.85rem;
    }

    .view-more-btn {
        margin-top: 40px;
        padding: 12px 44px;
        font-size: 1rem;
    }

    .bg-circle {
        display: none;
    }
}

@media (max-width: 480px) {
    .section-title h1 {
        font-size: 1.8rem;
    }

    .stats-container {
        grid-template-columns: 1fr;
        padding: 25px 10px;
    }

    .stat-card:not(:last-child)::after {
        display: none;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .stat-card {
        padding: 20px 10px;
        border-bottom: 1px solid #eee;
    }

    .stat-card:last-child {
        border-bottom: none;
    }

    .stat-description {
        font-size: 0.8rem;
    }
}
.threeBlock{
    margin-top: 1%;
}
.news_button a{
    text-decoration: none;
    color: #ffffff;
}
.news_list a .news_images{
    position: relative;
    overflow: hidden;
}

.news_list a:hover .news_images img {
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.news_list a:hover .news_content{
    background-color: #005288;
    cursor: pointer;
    color: white;
}
.news_list a{
    text-decoration: none;
}

.news_list a .news_images::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.news_list a:hover .news_images::before {
    opacity: 1;
}

.news_list a .news_images img {
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
}

.news_list a .news_content{

    height: 150px;
    color: white;

}
.news_list a .news_content:hover{
    background-color: #005288;
    cursor: pointer;
    color: white;

}


/* 修改悬浮按钮定位方式 */
.floating-contacts {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateX(120px) translateY(-50%); /* 向右偏移120px隐藏 */
    z-index: 10000;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-bubble {
    background: #005288;
    width: 50px;
    height: 50px;
    border-radius: 25px 0 0 25px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-bubble:hover {
    transform: translateX(-120px); /* 悬停时向左移动显示 */
    width: 180px;
}

/* 保持其他样式不变 */
.contact-info {
    color: white;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%) translateX(-20px);
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
}

.contact-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.product1 {
    height: auto;
    padding: 70px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #eeeff5;
}
.product1-content {
    width:84%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: auto;
    flex-wrap: wrap;
}
.product1-content-item {
    width: 48%;
    background-color: white;
    display: flex;
    align-items: center;
    overflow: hidden;
    word-break: break-all;
}
.product1-content-item .image,.product2-content-item2 .image{

}
.product2-content-item2 {
    width: 30%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    gap: 15px;
}

.product1-content-itembox{
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    gap: 15px;
}

.product1-content-item-title{
    font-size: 1.5rem;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.product1-content-item-text-item{
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 5px;
}
a:hover{
    text-decoration: none;
}
.product1-content-item-button{
    width: 160px;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(to right, #1e7cd6, #3d9ff0);
    color: white !important;
    padding-left: 30px;
    line-height: 40px;
    font-size: 1.2rem;
    cursor: pointer;
    margin-bottom: 2rem;
}

.consultation{
    background: url("/static/public/images/图层523.png") no-repeat center;
    background-size: 100% 100%;
    height: 30%;
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}
.consultation .first-title{
    font-size: 1.5rem;
}
.consultation .second-title{
    font-size: 1.8rem;
    font-weight: bold;
}
.consultation .third{
    margin: 0 auto;
}
.consultation .third .button{
   background: url("/static/public/images/图层 671 拷贝.png") no-repeat center;
    background-size: 100% 100%;
    padding: 10px;
    cursor: pointer;
    margin-top: 1.8rem;
}

/*solutions_content*/
.solutions{
    width: 84%;
    margin: 0 auto;
    a{
        color: black;
    }
}
.solutions_content{
    display: grid;
    grid-template-columns: repeat(3, 30%);
    padding: 1rem;
    justify-content: center;
    gap:1.5rem
}
.solutions_content_item img{
    width: 100%;
}
.solutions_content .solutions_content_item{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding-bottom: 3rem;
}
.solutions_content_item .text{
    padding: 0.5rem;
}
.solutions_content_item .text .title{
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #005288;
}
.solutions_content_item .text .sub_title{
   text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
}

/*solutions_content*/
.WhyChooseGuanghe{
    width: 100%;
    background: #F1F3F7;
}
.chooseContent{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 84%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-bottom: 3rem;
}

.chooseContent .chooseContent_item{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    padding: 20px;
    background: #FFFFFF;
    cursor: pointer;
}
.chooseContent .chooseContent_item:hover{
    background: #005288;
}
.chooseContent .chooseContent_item .title{
    font-size: 1.4rem;
    font-weight: bold;
    color: #252551;
}
.chooseContent .chooseContent_item:hover * ,
.chooseContent .chooseContent_item:focus-within *{
    color: #FFFFFF;
}
.chooseContent .chooseContent_item:hover img,
.chooseContent .chooseContent_item:focus-within img{
    filter: brightness(0) invert(1);
}



.Cooperating_Cases{
    background: url("/static/public/images/图层 745.png") no-repeat center;
    background-size: 100% 100%;
    width: 100%;
}
.Cooperating_Cases .main_title,.Cooperating_Cases .sub_title{
        color: #FFFFFF;
}
.Cooperating_Cases .CaseContent{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-bottom: 3rem;
    a{
        color: black;
    }
}
.Cooperating_Cases .CaseContent .bottom{
    background: #FFFFFF;
    padding:1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.Cooperating_Cases .CaseContent .bottom .title{
    font-weight: bold;
    font-size: 20px;
}
.Cooperating_Cases .CaseContent .CaseContent_item{
    width: 20%;
    display: flex;
    flex-direction: column;
}
.Cooperating_Cases .CaseContent .CaseContent_item img{
    width: 100%;
}
.Cooperating_Cases .CaseContent .CaseContent_item .bottom .top{
    width: 100%;
    display: flex;
    gap: 1rem;
}
.CaseContent_item .bottom .top .title{
    background: #FFDBB9;
    color:#FE8918 ;
    padding:4px;
    font-size: 13px;
}
.CaseContent_item .bottom .top img{
    width: 40px;
}
.HowToChoose{
    width: 100%;
}
.HowToChoose .chooseContent{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84%;
    flex-wrap: wrap;
    margin: 0 auto;
}
.HowToChoose .chooseContent .content_list{
    width: 30%;
    background: url("/static/public/images/图层 678.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    gap: 2rem;
    padding: 2rem;
    cursor: pointer;
    position: relative;
}
.HowToChoose .chooseContent .content_list .title{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.HowToChoose .chooseContent .content_list .button {
    color: #005288;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem;
    border-radius: 2rem;
}

/*.HowToChoose .chooseContent .content_list::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: rgba(0, 0, 0, 0.1);*/
/*    opacity: 0; !* 初始状态透明 *!*/
/*    transition: opacity 0.3s ease;*/
/*    z-index: 1;*/
/*}*/

.HowToChoose .chooseContent .content_list:hover::before {
    opacity: 1;
}
.HowToChoose .chooseContent .content_list:hover img {
    filter: brightness(0) invert(1);
}
.HowToChoose .chooseContent .content_list:hover .button {
    color: #FFFFFF;
    background: #3091E6 !important;
}

.Excellence{
    width: 100%;
    background: #F1F3F7;
    padding-bottom: 3rem;
}
.Excellence .Excellence_content{
    display: flex;
    width: 84%;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 3rem;
}



.hasToSay{
    width: 100%;
    background: #F1F3F7;
    padding-bottom: 3rem;
}
.hasToSay .scroll_content{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 1rem;
    width: 70%;
}
.hasToSay .left-arrow{
    margin-right: 1rem;
}
.hasToSay .carousel-control-prev-icon,
.hasToSay .carousel-control-next-icon{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.hasToSay .scroll_inner{
    width: 100%;
    overflow: hidden;
}
.hasToSay .hasToSayContent{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap:2rem;
    transform: translateX(0);
}
.hasToSay .hasToSayContent .hasToSay_list_box{
    flex: 0 0 calc(33.333% - 2rem);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    background: #FFFFFF;
    padding-bottom: 1rem;
    color: black;
}
.hasToSay .hasToSayContent .hasToSay_list_box .bottom_text{
    padding: 0 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.hasToSay .hasToSayContent .hasToSay_list_box .hasToSay_list_box_title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
}
/* 中间的客户评价卡片放大显示 */
.hasToSayContent .hasToSay_list_box:nth-child(2) {
    z-index: 2;
    position: relative;
}

/* 其他卡片稍微缩小 */
.hasToSayContent .hasToSay_list_box:nth-child(1),
.hasToSayContent .hasToSay_list_box:nth-child(3) {
    transform: scale(0.8);
    opacity: 0.8;
    transition: all 0.3s ease;
}
.hasToSay_list_box_title .title_total .title2{
    font-size: 1.4rem;
    font-weight: bold;
}
.hasToSay_list_box_title .title_total .sub_title2{
    color: #9A9A9A;
}
.hasToSay_list_box_title .title_total{
        flex: 3;
}
.hasToSay_list_box_title img{
    width: 5rem;
    border-radius: 3rem;
    height: 5rem;
}

/*Latest_News*/
.Latest_News .Latest_News_content{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 84%;
        margin: 0 auto;
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 2rem;

}
.Latest_News .Latest_News_content .news_boxs{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3rem;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 3rem;
    color: black;
    .news_image {
        flex: 1;
        img{
            width: 250px;
            height: 160px;
        }
    }
    .news_content{
        flex: 5;
    }
}
.Latest_News .Latest_News_content .news_boxs .news_content{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
}
.Latest_News .Latest_News_content .news_boxs .news_content .top{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
}
.Latest_News .Latest_News_content .news_boxs .news_content .top .time{
    font-size: 14px;
    color: #cfcfcf;
}
.Latest_News .Latest_News_content .news_boxs .news_content .title{
    font-weight: bold;
    font-size: 25px;
}
.Latest_News .button_bottom{
    background: linear-gradient(90deg, #227FD9, #3798EB);
    color: #FFFFFF;
    font-weight: bold;
    width: 15%;
    margin: 0 auto 2rem auto;
    text-align: center;
    line-height: 3rem;
    font-size: 1.5rem;
    border-radius: 3rem;
    cursor: pointer;
}
/*Latest_News*/

@media (max-width: 992px) {
    .in_aboout_bottom_box {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #005288;
        flex-direction: column;
    }
    .homepage-intro {
        display: block;
    }
    .homepage-intro div{
        width: 100%;
    }
    .homepage-intro--content::before,.homepage-cta::before,.homepage-menu::before {
        transform: none;
    }
    /*#demo{*/
    /*    margin-top: 24%;*/
    /*}*/
    .threeBlock{
        margin-top: 0;
    }

    .product_center {
        background: #eeeff5;
        width: 100%;
    }

    .main_title {
        color: #252551;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        padding:2rem;
    }

    .sub_title {
        color: #252551;
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }

    .products {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product {
        display: flex;
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 10px;
        background: #FFFFFF;
        margin-top: 20px;
        flex-direction: column;
    }

    .product .product_image, .product_image2 {
        background-image: url("/static/upload/en/content/2fe9a11a49f2db4aa88e6d5810625542.jpg");
        width: 100%;
        height: 430px;
        background-color: #efefef;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
    }
    .product .slider-angle, .product .slider-angle2 {
        display: none;
    }
    .product .product_image img:nth-child(1) {
        position: absolute;
        top: 46%;
        left: 0;
        cursor: pointer;
    }

    .product .product_image img:nth-child(2) {
        position: absolute;
        top: 46%;
        right: 4%;
        cursor: pointer;
    }

    .product .product_image2 img:nth-child(1) {
        position: absolute;
        top: 46%;
        left: 4%;
        cursor: pointer;
    }

    .product .product_image2 img:nth-child(2) {
        position: absolute;
        top: 46%;
        right: 0;
        cursor: pointer;
    }

    .product .product_table {
        flex: 1;
        z-index: 1;
        height: 440px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .product .product_table .title {
        color: #005288;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .table tr:nth-child(2n-1) {
        background-color: #F7F8FA;
    }

    .table td {
        font-size: 14px;
        border: 1px solid #dee2e6;
        padding: 0.3rem 0.3rem 0.3rem 1rem;
    }

    .table .table_button {
        background: #005288;
        display: inline-block;
        color: #FFFFFF;
        padding: 10px;
        float: left;
        text-decoration: none;
        border-radius: 25px;
        font-size: 14px;
    }

    .product_image .slider-angle {
        position: relative;
        background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF, #FFFFFF);
        width: 100%;
        margin-top: -1px;
        height: calc(100% + 2px);
        transform: translateX(95%) skewX(-5deg);
    }

    .slider-angle2 {
        position: relative;
        background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF, #FFFFFF);
        width: 100%;
        margin-top: -1px;
        height: calc(100% + 2px);
        transform: translateX(-95%) skewX(-5deg);
    }

    .product_center_View_more {
        text-align: center;
        padding-top: 25px;
    }

    .product_center_view_more_button {
        background: #005288;
        color: white;
        padding: 10px;
    }

    .CaseContent_item .bottom .top img{
        width: 45px;
    }
    .News_center{
        background: #ffffff;
        color: #FFFFFF !important;
        padding: 5px;
    }
    .news{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;

    }
    .news .news_list{
        width: 90%;
        margin-bottom: 10%;

    }
    .news .news_images{
        width: 100%;
        height: 300px;
    }
    .news .news_images img{
        width: 100%;
        height: 100%;
    }
    .news .news_list .news_content{

        color: #000000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
    }
    .news .news_list .news_button{
        margin-top: 20px;
    }
    .news .news_list .news_button span{
        background: #005288;
        padding: 10px;
    }
    .in_aboout_left_content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
        padding-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .in_aboout_bottom_tiem {
        margin: 0;
        width: 20%;
        padding: 20px 20px;
    }

    .in_aboout_box {
        width: 75%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .in_aboout_box {
        width: 75%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .in_aboout_left {
        width: 50%;
        height: auto;
        margin: 0;
    }

    .in_aboout_right {
        width: 45%;
        height: auto;
        margin: 0;
        position: relative;
    }

    .in_aboout_bottom {
        width: 100%;
        flex-wrap: nowrap;
        padding-top: 30px;
    }

    .in_aboout_left_title {
        font-size: 30px;
        color: #005288;
    }

    .in_aboout_left_content {
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 12;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product_center {
        background: #eeeff5;
        width: 100%;
        padding: 20px;
    }

    .main_title {
        color: #252551;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        padding:5rem 0rem 2rem 0rem;
    }

    .sub_title {
        color: #252551;
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }

    .products {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product {
        display: flex;
        width: 80%;
        justify-content: center;
        text-align: center;
        padding: 40px;
        background: #FFFFFF;
        margin-top: 20px;
        border: 1px solid #cccdcd;
    }

    .product .product_image, .product_image2 {
        flex: 1;
        background-image: url("/static/upload/en/content/2fe9a11a49f2db4aa88e6d5810625542.jpg");
        width: 100%;
        height: 430px;
        background-color: #efefef;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
    }

    .product .product_image img:nth-child(1) {
        position: absolute;
        top: 46%;
        left: 0;
        cursor: pointer;
    }

    .product .product_image img:nth-child(2) {
        position: absolute;
        top: 46%;
        right: 4%;
        cursor: pointer;
    }

    .product .product_image2 img:nth-child(1) {
        position: absolute;
        top: 46%;
        left: 4%;
        cursor: pointer;
    }

    .product .product_image2 img:nth-child(2) {
        position: absolute;
        top: 46%;
        right: 0;
        cursor: pointer;
    }

    .product .product_table {
        flex: 1;
        z-index: 1;
        height: 440px;
        overflow: hidden;
        /* overflow-y: scroll; */
    }

    .product .product_table .title {
        color: #005288;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .table tr:nth-child(2n-1) {
        background-color: #F7F8FA;
    }

    .table td {
        font-size: 14px;
        border: 1px solid #dee2e6;
        padding: 0.3rem 0.3rem 0.3rem 1rem;
    }

    .table .table_button {
        background: #005288;
        display: inline-block;
        color: #FFFFFF;
        padding: 10px;
        float: left;
        text-decoration: none;
        border-radius: 25px;
        font-size: 14px;
    }

    .product_image .slider-angle {
        position: relative;
        background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF, #FFFFFF);
        width: 100%;
        margin-top: -1px;
        height: calc(100% + 2px);
        transform: translateX(95%) skewX(-5deg);
    }

    .slider-angle2 {
        position: relative;
        background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF, #FFFFFF);
        width: 100%;
        margin-top: -1px;
        height: calc(100% + 2px);
        transform: translateX(-95%) skewX(-5deg);
    }

    .product_center_View_more {
        text-align: center;
        padding-top: 25px;
    }

    .product_center_view_more_button {
        background: #005288;
        color: white;
        padding: 10px;
    }


    .customers_images{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 5rem 11rem 3rem 18rem;
    }
    .customers_images .image{
        width: 24.66%;
        text-align: center;
        object-fit: contain;
        padding: 3px 0 60px 0;
    }
    .News_center{
        background: #ffffff;
        color: #FFFFFF !important;
        padding: 5px;
        height: 800px;
    }
    .news{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 5rem 3rem 5rem;

    }
    .news .news_list{
        width: 460px;
        height: 345px;
        padding: 20px;
        /* transform:skewX(-3deg); */
    }
    .news .news_images{
        width: 100%;
        height: 300px;
    }
    .news .news_images img{
        width: 100%;
        height: 100%;
    }
    .news .news_list .news_content{
         display: flex;
    align-items: center;
    justify-content: center;
        color: #000000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        background-color: #eff0f5;
    }
    .news .news_list .news_button{
        margin-top: 20px;
    }
    .news .news_list .news_button span{
        background: #005288;
        padding: 10px;
    }
    .table_button:hover{
        transform: scale(0.9)
    }

}
.in_aboout_left_title{
    font-weight: bold;
}
@media (min-width: 2000px) {
    .in_aboout_left_content {
        -webkit-line-clamp: 30;
    }
}



@media(min-width:998px){
    .carousel{
        height: 86vh;
    }
    .carousel-item{
        height:100%;
    }
    .tubiao:hover .tubiao_wenzi {
        opacity: 1;
        visibility: visible;
        right: 56px; /* 将文字框向左移动避免溢出屏幕 */
    }
    .ce_yindao{
        display: block;
        position: fixed;
        right: 0;
        bottom: 1%;
        z-index: 900;
        width: 56px;
        /*min-height: 270px;*/
        height: auto;
    }
    .ce_yindao_box{
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 10px 0px 0px 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .tubiao{
        width: 100%;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .tubiao_img{
        width: 50%;
        height: 50%;
        object-fit: contain;
    }
    .tubiao_wenzi{
        width: 200px;
        height: 56px;
        background-color: rgba(40,69,117);
        position: absolute;
        right: 0;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        color: white;
        transition: opacity .4s, visibility .4s;
        visibility: hidden;
        right: -270px; /* 初始位置移出屏幕 */
        transition: all .4s ease; /* 添加过渡动画 */
    }
    .tubiao_wenzi img {
        width: 30px; /* 添加图片尺寸 */
        height: 30px;
    }
     .tubiao_wenzi a {
        color: white !important; /* 确保文字可见 */
        text-decoration: none;
    }

}


.news_content_p{
    margin: 20px 20px;
    display: inline-block;
}
.news_content img{
   display: flex;
   display: inline-block;
}
.news_content span{
    margin-left: 20px;
}

/* 解决方案 */
/* 新增移动端专属样式 */
@media (max-width: 768px) {

    .Latest_News .button_bottom{
        width: 40%;
        font-size: 1.1rem;
    }
    .Latest_News .Latest_News_content .news_boxs{
        flex-direction: column;
        .news_image {
            img {
                width: 100%;
                height: 100%;
            }
        }
    }
    .hasToSay{
        display: none;
    }
    .HowToChoose .chooseContent .content_list{
            width: 100%;
    }
    .HowToChoose .chooseContent .content_list .button{
        padding: 0.7rem;
        font-size: 0.8rem;
    }
    .product1{
        padding: 0;
    }
    .product1-content{
        width: 90%;
        gap: 10px;
    }
    .product1-content-item:nth-child(2) {
        flex-direction: column;
    }
    .product1-content-item:nth-child(1){
       width: 100%;
    }
    .product2-content-item2{
        gap: 0;
        width: 48%;
    }
    .product1-content-item-button{
        font-size: 1rem;
        width: 140px;
    }
    .product1-content-item-text,.product2-content-item-text{
        padding: 0.8rem;
    }
    .product1-content-item-title{
        font-size: 1rem;
    }
    .product1-content-item-text-item{
        font-size: 0.8rem;
    }

    .solutions_content{
        grid-template-columns: repeat(1, 100%);
    }


    .desktop-content { display: none; }

  .mobile-content {
    position: absolute;
    top: 15%;
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .mobile-btn {
    position: fixed;
    bottom: 20px;
    width: 90%;
    left: 5%;
    padding: 12px;
  }
  .consultation{
      height: 50%;
      text-align: center;
  }
   .chooseContent{
       width: 100%;
       justify-content: center;
       gap: 1rem;
   }

  .chooseContent .chooseContent_item{
      width: 45%;
      gap: 1rem;
  }
    .Cooperating_Cases .CaseContent{
        width: 100%;
        gap:0.8rem;

    }
  .Cooperating_Cases .CaseContent .CaseContent_item{
      width: 45%;
  }
  .Excellence_content{
      width: 100% !important;
      gap: 1rem !important;
      padding-top: 0 !important;
  }
  .Excellence_content .Excellence_list{
       width: 45%;
   }
}
/* 保留原有桌面端样式 */
.desktop-btn {
  position: absolute;
  bottom: 20%;
  right: 45%;
  padding: 12px 30px;
  background: white;
  color: #007bff;
  border: none;
  border-radius: 25px;
}

.news_list{
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    .naozhong2{display: none;}
    &:hover{
        .naozhong1{display: none;}
        .naozhong2{display: inline-block;}

    }
}



