/* ===================================
   产品展示 - Product Show Styles
   前缀: ps- (product-show)
   =================================== */

/* 行业详情主容器 */
.ps-industry-detail {
    display: flex;
    gap: 40px;
    justify-content: space-around;
}

/* 左侧主内容区 */
.ps-main-content {
    flex: 1;
}

/* 行业英雄区域 */
.ps-industry-hero {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}

/* 产品图片轮播区域 */
.ps-product-gallery {
    width: 568px;
    flex-shrink: 0;
}

/* 主图轮播 */
.gallery-top {
    width: 100%;
    height:430px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    border: 1px solid #EBEBEB;

}

.gallery-top .swiper-slide {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-top .swiper-slide img {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* 缩略图轮播 */
.gallery-thumbs {
    width: 100%;
    height: 93px;
    position: relative;
    padding: 0 45px;
}

.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 93px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    overflow: hidden;
    text-align: center;
    padding-top: 0;
}

.gallery-thumbs .swiper-slide:hover {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
    border: 1px solid #EBEBEB;
}
.gallery-thumbs .swiper-slide-thumb-active img {
    border: 1px solid #004E8C;
}
.support-download-contentr {
    
    margin:24px 20px;
}
.support-download-contentr .product-grid {
    grid-template-columns: 1fr;
    gap: 32px 30px;
    margin-bottom: 40px;
}

/* 修正版本的 */
.ps-industry-desc2 {
    height: auto;
    min-height:auto !important;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom:20px;
    margin-bottom: 16px !important;
}
.ps-product-specs1,
.ps-download-section1,
.ps-product-models1 {
    margin-bottom: 13px !important;
}
.mnt {
    padding-top: 14px;
}

/* 缩略图导航按钮 */
.gallery-thumbs-prev,
.gallery-thumbs-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 100px;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    background:#fff url(../images/newt2.jpg) no-repeat center center;
    background-size: contain !important;
    margin-top: 0;
    opacity: 1 !important;
}

.gallery-thumbs-next {
    background:#fff url(../images/newt1.jpg) no-repeat center center;
}

.gallery-thumbs-prev:after,
.gallery-thumbs-next:after {
    font-size: 14px;
    font-weight: bold;
}

.gallery-thumbs-prev:hover,
.gallery-thumbs-next:hover {
    /* background: rgba(1, 83, 167, 0.9); */
}

.gallery-thumbs-prev {
    left: 0;
}

.gallery-thumbs-next {
    right: 0;
}

/* 产品详情文字样式 */
.ps-product-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.ps-product-specs,
.ps-download-section,
.ps-product-models {
    margin-bottom: 20px;
}

.ps-product-specs p,
.ps-download-section p,
.ps-product-models p {
    font-size: 15px;
    color: #666;
    margin: 5px 0;
    line-height: 1.8;
}

.ps-product-specs strong,
.ps-download-section strong,
.ps-product-models strong {
    color: #333;
    font-weight: 600;
}

.ps-download-link {
    display: inline-block;
    color: #0153a7;
    text-decoration: underline;
    font-size: 15px;
    transition: all 0.3s ease;
}

.ps-download-link:hover {
    color: #004e8c;
    text-decoration: underline;
}

.ps-hero-img {
    width: 540px;
    height: 354px;
    object-fit: cover;
}

.ps-hero-text {
    /* flex: 1; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 25px;
}

.ps-industry-title {
    font-size:28px;
    font-weight: normal;
    color: #1a1a1a;
    margin: 0 0 20px 0;
}

.ps-title-line {
    width:44px;
    height: 3px;
    background: #004e8c;
    margin-bottom: 30px;
    position: relative;
    margin-top: -2px;
}
.ps_show {
    font-size: 16px;
    color: #505050;
    line-height: 2;
}
.ps-industry-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #a4a4a4;
    margin: 0 0 30px 0;
    min-height: 140px;
    /* flex: 1; */
}

.ps-consult-btn {
    width: 158px;
    height: 45px;
    background: #004e8c;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.ps-consult-btn:hover {
    background: #0b63aa;
    transform: translateY(-2px);
}

.ps-btn-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/consult-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 标签导航 */
.ps-tabs {
    display: flex;
    overflow: hidden;
    margin-bottom: 40px;
    align-content: center;
    align-items: center;
    color: #7f7f7f;
}
.ps-tabs span{
    padding-right: 12px;
}

.ps-tab-item {
    margin-left: 17px;
    padding: 11px 40px;
    text-align: center;
    font-size: 15px;
    color: #666;
    display: inline-block;
    border-radius: 60px;
    cursor: pointer;
    width: auto;
    background: #f4f4f4;
    transition: all 0.3s ease;
}

.ps-tab-item:last-child {
    border-right: none;
}

.ps-tab-item:hover {
    background: #004e8c;
    color: #fff;
}

.ps-tab-item.ps-active {
    background: #004e8c;
    color: #fff;
    font-weight: 500;
}

/* 标签内容区 */
.ps-tab-content {
    padding: 30px 0 0;
}

.ps-content-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f5f5f5;
}
.support-download-contentlist  {
    margin-top: 30px;
}
.support-download-contentlist .product-grid {
    grid-template-columns: repeat(3, 1fr);
}


/* 右侧相关应用 */
.ps-related-apps {
    width: 280px;
    flex-shrink: 0;
}

.ps-related-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    padding-left: 12px;
    border-left: 4px solid #0066cc;
}

.ps-related-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin:20px;
}

.ps-related-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ps-related-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.ps-related-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 15px ;
    color: #fff;
    font-size: 14px;
    text-align: center; 
}

.ps-related-overlay p {
    margin: 0;
    font-weight: 500;
}

.ps-related-item:hover img {
    transform: scale(1.08);
}

.ps-related-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* 产品应用列表 */
.ps-application-section {
    padding: 40px 0;
    margin-bottom: 40px;
}

.ps-application-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    margin-top: 30px;
}

.ps-application-item {
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ps-application-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ps-application-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.ps-application-item:hover .ps-application-image img {
    transform: scale(1.05);
}

.ps-application-title {
    font-size: 18px;
    font-weight: 600;
    color: #004e8c;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.ps-application-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.support-download-contentlist2 .product-grid {
    grid-template-columns: repeat(5, 1fr);
}
    .ps-industry-detail {
        width: 80% ;
    }


    .product_foot {
        margin-top: 70px;
        color: #535353;
        background: #f6f6f6;
        border-radius: 7px;
        padding: 45px 42px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .product_foot a {
        color: #535353;
    }





@media (max-width: 1600px) {
.support-download-contentlist2 .product-grid {
    grid-template-columns: repeat(5, 1fr);
}
    .ps-application-list {
        gap: 30px 24px;
    }
    .ps-application-image {
        height: 200px;
    }
    .ps-application-title {
        font-size: 16px;
    }
    .ps-application-desc {
        font-size: 13px;
    }
    .ps-product-gallery {
        width: 428px;
    }
    .gallery-top {
        height: 300px;
        margin-bottom: 30px;
    }
    .ps-hero-img {
        width: 420px;
        height: auto;
        object-fit: cover;
    }
    .ps-industry-desc{
        margin: 0 ;
    }
    .ps-tabs {
        margin-bottom:10px;
    }
    .ps-main-content {
        width: 74%;
    }
    .product-show-container {
        
        gap: 50px;
    }
    .gallery-thumbs {
        height: 77px ;
    }

.ps-industry-title {
    font-size: 22px; 
}
.ps-industry-desc {
    min-height: 80px;
}

}
@media (max-width: 1440px) {
.support-download-contentlist2 .product-grid {
    grid-template-columns: repeat(4, 1fr);
}
    .ps-application-list {
        gap: 24px 20px;
    }
    .ps-application-image {
        height: 180px;
    }
    .ps-application-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ps-application-desc {
        font-size: 13px;
        line-height: 1.6;
    }
    .ps-application-section {
        padding: 30px 0;
    }
    .news-show-sidebar {
        width: 328px;
    }
    .news-show-container {
        gap: 40px;
        padding: 40px;
    }
    .ps-industry-title {
        font-size: 22px;
        font-weight: normal;
        color: #1a1a1a;
        margin: 0 0 20px 0;
    }
    .ps-industry-hero {
        gap: 30px;
        margin-bottom: 20px;
    }
    .ps-title-line {
        margin-bottom: 10px;
    }
    .ps-industry-title {
        margin: 0 0 10px 0;
    }
    .ps-industry-desc {
        font-size: 13px;
    }
    .ps-consult-btn {
        width: 128px;
        height: 40px;
    }
    .ps-industry-desc {
        min-height: 120px;
    }
    .ps-tab-item {
        padding: 12px 20px;
    }
    .ps-content-title {
        font-size: 18px;
    }
    .ps_show {
        font-size: 14px;
    }
    .ps-product-gallery {
        width: 360px;
    }
    .gallery-thumbs,.gallery-thumbs .swiper-slide {
        height: 77px;
    }
    .product_foot {
        margin-top: 40px;
        border-radius: 7px;
        padding: 35px 42px;
        margin-bottom: 30px;
    }
    .product_foot {
        font-size: 14px;
    }
    .news-show-widget-title {
    font-size: 20px;
}
}

@media (max-width: 1200px) {
        .ps-main-content {
        width: 100%;
    }


    .ps-tab-item {
        padding:10px 20px;
    }



        .ps-industry-desc {
        min-height:80px;
    }
    .ps-hero-text {
        padding-top: 5px;
    }




.support-download-contentlist2 .product-grid {
    grid-template-columns: repeat(3, 1fr);
}
    .ps-application-list {
        gap: 24px 16px;
    }
    .ps-application-image {
        height: 160px;
    }
    .ps-application-title {
        font-size: 15px;
    }
    .ps-application-desc {
        font-size: 13px;
    }
    .ps-product-gallery {
        width: 320px;
    }
    .gallery-top {
        height: 210px;
    }
    .gallery-thumbs {
        height: 80px;
        padding: 0;
    }
    .gallery-thumbs .swiper-slide {
        width: 80px;
        height: 80px;
    }
    .gallery-thumbs-prev,
    .gallery-thumbs-next {
        width: 30px;
        height: 30px;
    }
    .gallery-thumbs-prev:after,
    .gallery-thumbs-next:after {
        font-size: 12px;
    }
    .news-show-main {
        flex: 1;
        max-width: calc(100% - 300px);
    }
    .news-show-sidebar {
        width: 260px;
    }
    .ps-hero-img {
        width: 320px;
        height: auto;
        object-fit: cover;
    }
    .product-show-container{
        
        gap: 20px;
    }
    .news-show-widget{
        padding: 0;
    }
    .news-show-widget-title {
        font-size: 18px;
        padding-left: 12px;
    }
    }
@media (max-width: 1024px) {
    .ps-application-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 20px;
    }
    .ps-application-image {
        height: 200px;
    }
    .ps-industry-detail {
        flex-direction: column;
    }

    .ps-main-content {
        max-width: 100%;
    }

    .ps-related-apps {
        width: 100%;
    }

    .ps-related-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ps-related-item {
        flex: 0 0 calc(33.333% - 14px);
    }
    .news-show-sidebar {
        width: 100%;
    }
    .ps-tab-content {
        padding: 20px 0;
    }
    .news-show-container {
        gap: 0;
        padding: 40px;
    }    .news-show-main {
        flex: 1;
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .ps-industry-detail {
        width: 100%;
    }
    .news-show-sidebar {
        width: 100%;
    }
    .ps-related-list {
        flex-direction: row;
        gap: 20px;
        margin: 20px;
    }
}

@media (max-width: 768px) {
    .ps-related-list {
    display: flex
;
    flex-direction: column;
    gap: 20px;
    margin: 20px;
}
.support-download-contentlist2 .product-grid {
    grid-template-columns: repeat(2, 1fr);
}
.support-download-contentlist .product-grid {
    grid-template-columns: 1fr;
}
.ps-application-list {
    grid-template-columns: 1fr;
    gap: 30px;
}
.ps-application-image {
    height: 240px;
}
.ps-application-section {
    padding: 30px 0 20px;
}
.ps-application-title {
    font-size: 16px;
}
/* 隐藏缩略图切换按钮 */
.gallery-thumbs-prev,
.gallery-thumbs-next {
    display: none;
}
/* 缩略图取消左右padding */
.gallery-thumbs {
    padding: 0;
}
.ps-related-list {
    flex-direction: column;

}
.news-show-sidebar {
    margin-bottom: 30px;
}
.ps-industry-desc {
    min-height: auto;
    margin: 0 0 20px 0;
    /* flex: 1; */
}    .ps-industry-title {
        font-size: 20px !important;
        margin: 0 0 10px 0;
    }
    .ps-consult-btn {
    width: 128px;
    height: 40px;
    background: #0153a7;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    gap: 8px;
}
.ps-industry-hero {
    gap: 20px;
    margin-bottom: 40px;
}
.ps-title-line {
    width: 44px;
    height: 2px;
    background: #004e8c;
    margin-bottom:10px;
}

    .product_foot {
        margin-top: 20px;
        border-radius: 7px;
        padding: 12px 12px;
        margin-bottom: 30px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .product_foot-item{
        width: 100%;
        display: inline-block;
        padding:8px 0;
    }



    .ps-industry-hero {
        flex-direction: column;
    }

    .ps-product-gallery {
        width: 100%;
    }
    
    .gallery-top {
        height: 300px;
    }
    
    .gallery-thumbs {
        height: 80px;
        padding: 0;
    }
    
    .gallery-thumbs .swiper-slide {
        width: 80px;
        height: 80px;
    }
    
    .gallery-thumbs-prev,
    .gallery-thumbs-next {
        width: 30px;
        height: 30px;
    }

    .ps-hero-img {
        width: 100%;
        height: 240px;
    }

    .ps-industry-title {
        font-size: 26px;
    }

    .ps-tabs {
        flex-wrap: wrap;margin-top: 20px;
        gap:3px 4px;
    }

    .ps-tab-item {
        flex: 0 0 48%;
        margin-bottom: 8px;
        margin-left: 0;
    }

    .ps-related-item {
        flex: 0 0 calc(50% - 10px);
    }
    .news-show-container {
        padding: 15px;
    }
    .news-show-section {
        padding: 10px 0 30px;
    }
    .ps-tabs span {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-bottom: 12px;
        padding-right: 0;
    }


    
.ps-tabs{
    padding-top: 14px;
    border-top: 1px solid #f5f5f5;
    justify-content: center;
}



}

@media (max-width: 480px) {
    .ps-application-list {
        gap: 24px;
    }
    .ps-application-image {
        height: 200px;
    }
    .ps-application-title {
        font-size: 15px;
    }
    .ps-application-desc {
        font-size: 13px;
    }
    .ps-application-section {
        padding: 24px 0 16px;
    }
    .ps-industry-detail {
        gap: 30px;
        width: 100%;
    }

    .gallery-top {
        height: 240px;
        margin-bottom: 20px;
    }
    .ps-product-subtitle {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px 0;
}  


.ps-industry-hero {
        gap: 20px;
        margin-bottom: 20px;
    }
    .ct-toggle-text {
        display: none;
    }
    .ct-job-item2 .ct-job-header {
        padding-top:16px;
    }
    .gallery-thumbs {
        height: 80px;
        padding: 0 ;
    }
    
    .gallery-thumbs .swiper-slide {
        width: 80px;
        height: 80px;
    }
    
    .gallery-thumbs-prev,
    .gallery-thumbs-next {
        width: 28px;
        height: 28px;
    }
    
    .gallery-thumbs-prev:after,
    .gallery-thumbs-next:after {
        font-size: 11px;
    }

    .ps-hero-img {
        height: 200px;
    }

    .ps-industry-title {
        font-size: 22px;
    } 

    .ps-industry-desc {
        font-size: 14px;
    }

}
