@charset "utf-8";
         /* 内页主图 */
		    .bannern_image-container {
            position: relative;
            margin: 0px auto;
            overflow: hidden;
			padding:0px 0px 0px 0px;
        }

        .bannern_responsive-image {
            width: 100%;
            heigt: 50%;
            display: block;
        }

        .bannern_image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0,0,0,0.0);
            text-align: left;
            padding: 20px;
        }

        .bannern_overlay-content {
            max-width: 80%;
            color: white;
        }

        .bannern_divider {
            width: 100px;
            height: 2px;
            background: white;
            margin: 15px auto;
            opacity: 0.8;
        }

        .bannern_image-title {
            font-size: 3em;
            line-height: 1.2;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .bannern_image-subtitle {
            font-size: 1.1em;
            opacity: 0.9;
            margin-top: 10px;
            line-height: 1.4;
        }

        @media (max-width: 768px) {
            .bannern_image-title {
                font-size: 1.6em;
                letter-spacing: 1px;
            }
            
            .bannern_image-subtitle {
                font-size: 0.95em;
            }
            
            .bannern_divider {
                width: 40px;
                margin: 10px auto;
            }
        }

        @media (max-width: 480px) {
            .bannern_overlay-content {
                max-width: 90%;
            }
            
            .bannern_image-title {
                font-size: 1.3em;
            }
            
            .bannern_image-subtitle {
                font-size: 0.85em;
            }
            
            .bannern_divider {
                width: 30px;
                height: 1px;
            }
        }
		
/* -------------------------面包导航--------------------------------------- */  
/*position*/
.local_web{border-bottom: solid 1px #f3f2f2;padding-top: 5px;overflow: hidden;}
.local_left{width:65%;float: left;overflow: hidden;}
.local_left a{height: 70px;line-height: 70px;display: block;float: left;margin-right: 30px;color:#333;font-size: 16px;position: relative;transition: all .5s}
.local_left a:after{content:'';position: absolute;bottom:0;left:50%;height: 2px;background:#004098;width:0;;transition: all .5s;transform: translateX(-50%);}
.local_left a:hover,.local_left a.on{color:#918876;}
.local_left a:hover:after,.local_left a.on:after{width:100%;}
.local_right{width:35%;float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;height: 70px;}
.local_right i{color:#333;font-size:30px;margin-right: 10px;}
.local_right p{color:#666666;}
.local_right p a{color:#666666;display: inline-block;}
.local_right p a:hover{color:#918876;}
.local_position{margin-top: 90px;border:none;background: #f5f5f5;}
.local_position .local_right{justify-content: flex-start;width:100%;}
@media(max-width: 1400px){
	.local_right{height: 50px;}
}
@media(max-width: 992px){
	.local_web .local_bread{display: flex;flex-direction: column-reverse;}
	.local_left{width:100%;}
	.local_right{width:100%;justify-content: flex-start;}
	.local_position .local_right{display:flex;}
}
@media(max-width: 576px){
	.local_left a{height: 35px;line-height: 35px;font-size: 14px;margin-right: 15px;}
	.local_right i{font-size: 16px;}
	.local_right p{font-size: 12px;}
	.local_position{margin-top: 60px;}
	.local_position .local_right{display:flex;height:auto;}
}
 /* ————————————————————————————内页关于我们———————————————————————————— */	
 
        /* 整体容器样式 */
        .about-container {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            margin: 0 auto;
            padding: 20px 0;
        }
        
        /* 上半部分样式 */
        .about-top {
            padding: 0px 20px;

            margin-bottom: 30px;
            box-shadow-: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        
        .about-title {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .about-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #004098, #2ecc71);
            border-radius: 2px;
        }
        
        .about-description {
            font-size: 16px;
            color: #000000;
             line-height:2;
            margin-bottom: 5px;
        }
        
        .about-features {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 30px;
        }
        
        .about-feature {
            display: flex;
            align-items: center;
            background: white;
            padding: 12px 20px;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            flex: 1 1 200px;
        }
        
        .about-feature i {
            margin-right: 12px;
            color: #004098;
            font-size: 1.2rem;
        }
        
        /* 下半部分样式 */
        .about-bottom {
            background-color: none;
            color: white;
            border-radius: 0px;
            padding: 100px 20px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        }
        
        .about-stats {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            position: relative;
        }
        
        .about-stat {
            text-align: center;
            padding: 20px;
            flex: 1 1 200px;
            position: relative;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        /* 竖线分隔符 */
        .about-stat:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 100%;
            width: 1px;
            background: rgba(255, 255, 255, 0.5);
        }
        
        .about-number-container {
            position: relative;
            margin-bottom: 20px;
        }
        
        .about-number {
            font-size: 3.5rem;
            font-weight: 700;
            color: #fff;
            line-height: 1;
            margin: 0;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
        }
        
        .about-unit {
            position: absolute;
            bottom: 5px;
			padding-left: 8px;
            right: 0;
            font-size: 1.2rem;
            opacity: 0.9;
            transform: translateX(100%);
        }
        
        .about-stat-text {
            font-size: 1rem;
            max-width: 200px;
            color: #e0e0e0;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .about-title {
                font-size: 2rem;
            }
            
            .about-stat:not(:last-child)::after {
                display: none;
            }
            
            .about-stat {
                flex: 1 1 100%;
                margin-bottom: 30px;
            }
            
			.about-bottom {

            color: white;
            border-radius: 0px;
            padding: 10px 20px;

        }
            .about-stat:last-child {
                margin-bottom: 0;
            }
            
            .about-feature {
                flex: 1 1 100%;
            }
        }
        
        @media (min-width: 769px) and (max-width: 1024px) {
            .about-stat {
                flex: 1 1 40%;
                margin-bottom: 30px;
            }
            
            .about-stat:nth-child(2n)::after {
                display: none;
            }
        }
        
        /* 动画效果 */
        @keyframes aboutCountUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .about-stat {
            animation: aboutCountUp 0.6s ease forwards;
        }
        
        .about-stat:nth-child(2) {
            animation-delay: 0.2s;
        }
        
        .about-stat:nth-child(3) {
            animation-delay: 0.4s;
        }
        
        .about-stat:nth-child(4) {
            animation-delay: 0.6s;
        }
        
        /* 悬停效果 */
        .about-stat:hover {
            transform: translateY(-5px);
            transition: transform 0.3s ease;
        }
        
        .about-stat:hover .about-number {
            color: #ffffff;
            transition: color 0.3s ease;
        }
			
			
        
        .culture-container {
            width: 100%;

        }
        
        .culture-content {
            display: flex;
            gap: 30px;
            margin-bottom: 30px;
        }
        
        .culture-left {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .culture-card {
            background: white;
            border-radius: 0px;
            padding: 40px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            position: relative;
            width: 100%;
            max-width: 700px;
        }
        
        .culture-card-icon-top {
            position: absolute;
            top: 20px;
            left: 20px;
            color: #8a6d3b;
            background: #fcf8e3;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
        }
        
        .culture-card-icon-bottom {
            position: absolute;
            bottom: 20px;
            right: 20px;
            color: #31708f;
            background: #d9edf7;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
        }
        
        .culture-card-content {
            color: #333;
            line-height: 1.8;
            font-size: 16px;
            text-align: justify;
        }
        
        .culture-card-content p {
            margin-bottom: 30px;
        }
        
        .culture-right {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .culture-image {
            width: 100%;
            height: 0;
            padding-bottom: 65%; /* 5:4 比例 */
            border-radius: 0px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
            position: relative;
        }
        
        .culture-image img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .culture-image:hover img {
            transform: scale(1.05);
        }
        
        .culture-title {
            text-align: center;
            margin-bottom: 40px;
            color: #2c3e50;
        }
        
        .culture-title h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            position: relative;
            display: inline-block;
        }
        
        .culture-title h1:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #004098, #2ecc71);
            border-radius: 2px;
        }
        
        .culture-title p {
            font-size: 1.2rem;
            color: #7f8c8d;
            margin-top: 15px;
        }
        
        .culture-footer {
            text-align: center;
            color: #7f8c8d;
            padding: 20px;
            font-size: 0.9rem;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .culture-content {
                flex-direction: column;
            }
            
            .culture-left, .culture-right {
                width: 100%;
            }
            
            .culture-card {
                max-width: 100%;
            }
            
            .culture-image {
                max-width: 600px;
                margin: 0 auto;
            }
        }
        
        @media (max-width: 576px) {
            .culture-card {
                padding: 25px;
            }
            
            .culture-card-content {
                font-size: 16px;
            }
            
            .culture-title h1 {
                font-size: 2rem;
            }
            
            .culture-title p {
                font-size: 1rem;
            }
        }	
	
 /* ————————————————————————————内页产品列表——————————————————————————— */	
	        /* Prolist 样式开始 */
        .prolist-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
			 margin-top: 50px;
            margin-bottom: 40px;
        }
        
        .prolist-item {
            background: #fff;
            border-radius: 0px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .prolist-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .prolist-link {
            display: block;
            text-decoration: none;
            color: inherit;
        }
        
        .prolist-image-container {
            position: relative;
            overflow: hidden;
            height: 100%;
        }
        
        .prolist-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease, filter 0.5s ease;
        }
        
        .prolist-item:hover .prolist-image {
            transform: scale(1.01);
            filter: brightness(0.95);
        }
        
        .prolist-title {
            background: #f8f8f8;
            color: #000000;
            padding: 15px;
            text-align: center;
            font-weight: 500;
            font-size: 1rem;
            transition: background 0.3s ease, color 0.3s ease;
        }
        
        .prolist-item:hover .prolist-title {
            background: #004098;
            color: white;
        }
        
        /* 响应式设计 */
        @media (max-width: 1024px) {
            .prolist-container {
                grid-template-columns: repeat(2, 1fr);
            }

        }
        
        @media (max-width: 600px) {
            .prolist-container {
                grid-template-columns: 1fr;
            }

        }
 /* ————————————————————————————内页产品内容——————————————————————————— */	
        
        .pro_show_container {
      
            margin: 0 auto;
            padding: 20px 0;
        }
        
        /* 顶部区域样式 */
        .pro_show_top {
            display: flex;
            margin-bottom: 40px;
            background: white;
            border-radius: 0px;
            box-shadow-: 0 12px 40px rgba(0, 0, 0, 0.12);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .pro_show_top:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
        }
        
        /* 左侧轮播图 */
        .pro_show_slider {
            width: 40%;
            position: relative;
            padding: 20px 0;
            background-: linear-gradient(145deg, #f8fafc, #f1f5f9);
            border: 1px solid #eaeff5;
        }
        
        .pro_show_slides {
            position: relative;
            height: auto;
            overflow: hidden;
            border-radius: 0px;
            box-shadow-: 0 6px 20px rgba(0, 0, 0, 0.08);
        }
        
        .pro_show_slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.5s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            background-: linear-gradient(45deg, #f8f8f8, #f5f5f5);
        }
        
        .pro_show_slide.active {
            opacity: 1;
        }
        
        .pro_show_slide img {
            max-width: 90%; border: 1px solid #cccccc;
            max-height: 90%;
            object-fit: contain;
            border-radius: 0px;
            transition: transform 0.5s ease;
        }
        
        .pro_show_slide.active img {
            transform: scale(1.03);
        }
        
        .pro_show_prev, .pro_show_next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 46px;
            height: 46px;
            background: rgba(255, 255, 255, 0.92);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            color: #333;
			padding-top:4px;
            font-size: 35px;
        }
        
        .pro_show_prev:hover, .pro_show_next:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
            color: #004098;
         
        }
        
        .pro_show_prev {
            left: 15px;
        }
        
        .pro_show_next {
            right: 15px;
        }
        
        .pro_show_dots {
            display: flex;
            justify-content: center;
            margin-top: 22px;
            gap: 8px;
        }
        
        .pro_show_dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #cbd5e0;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .pro_show_dot.active {
            background: #004098;
            transform: scale(1.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        }
        
        /* 右侧信息区 */
        .pro_show_info {
            width: 60%;
            padding: 40px 50px;
            display: flex;
            flex-direction: column;
            background: white;
        }
        
        .pro_show_title {
            font-size: 36px;
            font-weight: 800;
            color: #22222;
            margin-bottom: 18px;
            letter-spacing: -0.5px;
            line-height: 1.2;
        }
        
        .pro_show_divider {
            height: 2px;
            width: 80px;
            background: linear-gradient(90deg, #eeeeee, #eeeeee);
            margin-bottom: 25px;
            border-radius: 4px;
        }
        
        .pro_show_description p{
            font-size: 16px;
            color: #666666;
            margin-bottom: 0px;
            line-height:2;
        }
        
        .pro_show_features {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 30px;
        }
        
        .pro_show_feature {
            background: #eeeeee;
            padding: 10px 18px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            color: #333333;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .pro_show_buttons {
            display: flex;
            gap: 20px;
            margin-top: 10px;
        }
        
        .pro_show_btn {
            flex: 1;
            padding: 16px 20px;
            border: none;
            border-radius: 10px;
            font-size: 24px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .pro_show_btn_left {
            background: linear-gradient(135deg, #004098, #004098);
            color: white;
            box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
        }
        
        .pro_show_btn_right {
            background: linear-gradient(135deg, #333333, #666666);
            color: white;
            box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
        }
        
        .pro_show_btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.15);
            transform: translateX(-100%);
            transition: transform 0.5s ease;
            z-index: -1;
        }
        
        .pro_show_btn:hover::before {
            transform: translateX(0);
        }
        
        .pro_show_btn:hover {
            transform: translateY(-4px); color: white;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }
        
        /* 底部产品详情 */
        .pro_show_bottom {
            background: white;
            border-radius: 0px;
            box-shadow0: 0 12px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .pro_show_tabs {
            display: flex;
            background: linear-gradient(to right, #fcfcfc, #fcfcfc);
            border-bottom: 1px solid #eeeeee;
        }
        
        .pro_show_tab {
            padding: 20px 35px;
            font-size: 18px;
            font-weight: 700;
            color: #222222;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .pro_show_tab.active {
            color: #004098;
        }
        
        .pro_show_tab.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 4px;
            background: #004098;
            border-radius: 4px 4px 0 0;
        }
        
        .pro_show_tab:hover {
            background: rgba(0, 0, 0, 0.05);
        }
        
        .pro_show_tab_content {
            padding: 40px 0;
        }
        
        .pro_show_content_item {
            display: none;
        }
        
        .pro_show_content_item.active {
            display: block;
            animation: fadeIn 0.6s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(15px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .pro_show_content_title {
            font-size: 28px;
            margin-bottom: 25px;
            color: #1a365d;
            position: relative;
            padding-bottom: 15px;
        }
        
        .pro_show_content_title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: #004098;
            border-radius: 3px;
        }
        
        .pro_show_content_text {
            line-height: 1.8;
            color: #4a5568;
            font-size: 17px;
            margin-bottom: 20px;
        }
        
        .pro_show_table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .pro_show_table th, 
        .pro_show_table td {
            padding: 16px 20px;
            text-align: left;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .pro_show_table th {
            background: linear-gradient(to right, #004098, #2c80c5);
            color: white;
            font-weight: 600;
        }
        
        .pro_show_table tr:nth-child(even) {
            background-color: #f8fafc;
        }
        
        .pro_show_table tr:hover {
            background-color: #edf2f7;
        }
        
        .pro_show_dimension_img {
            max-width: 85%;
            height: auto;
            display: block;
            margin: 30px auto;
            border-radius: 10px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            border: 1px solid #eaeff5;
            transition: transform 0.4s ease;
        }
        
        .pro_show_dimension_img:hover {
            transform: scale(1.02);
        }
        
        /* 相关产品 */
        .pro_show_related_container {
            position: relative;
            padding: 20px 0;
        }
        
        .pro_show_related_title {
            font-size: 26px;
            margin-bottom: 30px;
            color: #222222;
            position: relative;
            padding-bottom: 15px;
        }
        
        .pro_show_related_title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: #ffffff;
            border-radius: 3px;
        }
        
        .pro_show_related_products {
            display: flex;
            overflow-x: hidden;
            scroll-behavior: smooth;
            gap: 20px;
            padding: 15px 5px;
            margin-bottom: 20px;
        }
        
        .pro_show_related_product {
            min-width: calc(25% - 15px);
            background: #fff;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
        }
        
        .pro_show_related_product:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 0px rgba(0, 0, 0, 0.05);
        }
        
        .pro_show_related_img {
            height: 320px;
            background0: linear-gradient(145deg, #eeeeee, #eeeeee);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
        }
        
        .pro_show_related_img img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: transform 0.4s ease;
        }
        
        .pro_show_related_product:hover .pro_show_related_img img {
            transform: scale(1.01);
        }
        
        .pro_show_related_info {
            padding: 25px 20px;
        }
        
        .pro_show_related_name {
            font-size: 18px;
			text-align:center;
            font-weight: 500;
            margin-bottom: 12px;
            color: #222222;
        }
        
        .pro_show_related_price {
            color: #e74c3c;
            font-size: 22px;
            font-weight: 800;
        }
        
        .pro_show_related_dots {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 10px;
        }
        
        .pro_show_related_dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #cbd5e0;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .pro_show_related_dot.active {
            background: #004098;
            transform: scale(1.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }
        
        /* 移动端适配 */
        @media (max-width: 900px) {
            .pro_show_top {
                flex-direction: column;
            }
            
            .pro_show_slider, 
            .pro_show_info {
                width: 100%;
            }
            
            .pro_show_slider {
                border-right: none;
                border-bottom: 1px solid #eaeff5;
            }
            
            .pro_show_slides {
                height: auto
            }
            
            .pro_show_tabs {
                overflow-x: auto;
                white-space: nowrap;
            }
            
            .pro_show_related_product {
                min-width: calc(50% - 15px);
            }
        }
        
        @media (max-width: 600px) {
            .pro_show_slides {
                height: auto
            }
            
            .pro_show_buttons {
                flex-direction: column;
            }
            
            .pro_show_related_product {
                min-width: calc(100% - 15px);
            }
            
            .pro_show_tab {
                padding: 16px 25px;
                font-size: 16px;
            }
            
            .pro_show_info {
                padding: 30px 25px;
            }
            
            .pro_show_title {
                font-size: 28px;
            }
            
            .pro_show_tab_content {
                padding: 30px 20px;
            }
            
            .pro_show_related_product {
                min-width: calc(100% - 20px);
            }
        }		
 /* ————————————————————————————内页证书列表——————————————————————————— */
 			
 /* ————————————————————————————内页新闻列表——————————————————————————— */
        .newslist {
            width: 100%;
            margin: 0 auto;
            padding: 20px 0;
			margin: 50px 0px 10px 0px;
        }
        
        /* 新闻项样式 */
        .newslist-item {
            display: flex;
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            padding-bottom: 30px;
        }
        
        /* 新闻链接样式 */
        .newslist-link {
            display: flex;
            width: 100%;
            text-decoration: none;
            color: inherit;
        }
        
        /* 左侧图片容器 */
        .newslist-image-container {
            width: 35%;
            overflow: hidden;
            border-radius: 8px;
            flex-shrink: 0;
        }
        
        .newslist-image {
            width: 100%;
            height: 0;
            padding-bottom: 60%; /* 5:3比例 */
            background-color: #f5f5f5;
            background-size: cover;
            background-position: center;
            transition: transform 0.3s ease;
        }
        
        /* 右侧内容区域 */
        .newslist-content {
            width: 65%;
            padding-left: 20px;
            display: flex;
            flex-direction: column;
        }
        
        /* 标题样式 */
        .newslist-title {
            font-size: 24px;
            font-weight: bold;
            color: #000;
            margin-bottom: 15px;
            transition: color 0.3s ease;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        /* 元信息样式 */
        .newslist-meta {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-size: 12px;
            color: #999;
        }
        
        .newslist-meta-icon {
            margin-right: 6px;
            width: 14px;
            height: 14px;
        }
        
        .newslist-date {
            margin-right: 15px;
        }
        
        /* 描述文本 */
        .newslist-description {
            color: #444;
            margin-bottom: 15px; font-size: 14px;
            line-height: 1.8;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        /* 查看更多按钮 */
        .newslist-more {
            display: inline-block;
            padding: 8px 20px;
            border: 1px solid #ddd;
            color: #333;
            text-decoration: none;
            border-radius: 4px;
            transition: all 0.3s ease;
            text-align: center;
            align-self: flex-start;
            font-size: 14px;
        }
        
        /* 悬停效果 */
        .newslist-item:hover .newslist-image {
            transform: scale(1.05);
        }
        
        .newslist-item:hover .newslist-title {
            color: #004098;
        }
        
        .newslist-item:hover .newslist-more {
            background-color: #004098;
            border-color: #004098;
            color: #fff;
        }
        
        /* 移动端适配 */
        @media (max-width: 768px) {
            body {
                padding: 0; /* 移除body的内边距 */
            }
            
            .newslist {
                padding: 10px; /* 减少内边距 */
                width: 100%; /* 确保宽度100% */
            }
            
            .newslist-item {
                flex-direction: column;
                margin-bottom: 20px;
                padding-bottom: 20px;
            }
            
            .newslist-link {
                flex-direction: column;
            }
            
            .newslist-image-container {
                width: 100%;
                margin-bottom: 15px;
            }
            
            .newslist-content {
                width: 100%;
                padding-left: 0;
            }
            
            .newslist-title {
                font-size: 16px; /* 减小字体大小 */
            }
            
            .newslist-description {
                -webkit-line-clamp: 2;
                font-size: 14px; /* 减小字体大小 */
            }
            
            .newslist-more {
                padding: 6px 16px; /* 调整按钮大小 */
                font-size: 13px;
            }
        }

        /* 小屏幕手机适配 */
        @media (max-width: 480px) {
            .newslist {
                padding: 8px; /* 进一步减少内边距 */
            }
            
            .newslist-item {
                margin-bottom: 15px;
                padding-bottom: 15px;
            }
            
            .newslist-title {
                font-size: 15px; /* 进一步减小字体大小 */
            }
            
            .newslist-description {
                font-size: 13px;
            }
        }
  /* ————————————————————————————内页新闻内容———————————————————————————— */
  	
	        .news_view_container {
            margin: 0 auto;
            background: #fff;
            border-radius: 0px;

            padding: 30px;
            position: relative;
            overflow: hidden;
        }
        
        /* 标题 */
        .news_view_title {
            color: #000;
            font-size: 24px;
            text-align: center;
            margin: 20px 0 15px;
            font-weight: 500;
            line-height: 1.3;
            padding: 0 10px;
        }
        
        /* 元信息 */
        .news_view_meta {
            text-align: center;
            color: #666;
            font-size: 14px;
            margin-bottom: 25px;
            display: flex;
            justify-content: center;
            gap: 25px;
        }
        
        .news_view_meta span {
            display: flex;
            align-items: center;
        }
        
        .news_view_meta span::before {
            content: "";
            display: inline-block;
            width: 4px;
            height: 4px;
            background: #999;
            border-radius: 50%;
            margin-right: 8px;
        }
        
        /* 分割线 */
        .news_view_hr {
            height: 1px;
            background: linear-gradient(90deg,  #ddd, #ddd,  #ddd);
            border: none;
            margin: 25px 0;
        }
        
        /* 新闻内容 */
        .news_view_content {
            color: #444;
            font-size: 16px;
            line-height: 1.8;
        }
        
        .news_view_content p {
            margin-bottom: 0px;
            text-indent: 0em;
        }
        
        .news_view_content img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 25px auto;
            border-radius: 0px;
            box-shadow: 0 3px 15px rgba(0,0,0,0.1);
        }
        
        /* 底部导航 */
        .news_view_footer {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-top: 10px;
        }
        
        .news_view_nav {
            flex: 1;
        }
        
        .news_view_prev, .news_view_next {
            margin-bottom: 15px;
        }
        
        .news_view_nav_label {
            display: inline-block;
            padding: 5px 15px;
            border: 1px dotted #aaa;
            border-radius: 50px;
            color: #999999;
            font-size: 14px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .news_view_nav a {
            color: #999999; font-size: 14px;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        
        .news_view_nav a:hover {
            color: #004098;
            text-decoration: none;
        }
        
        .news_view_nav_label:hover {
            background: #f5f5f5;
            border-style: solid;
        }
        
        /* 返回按钮 */
        .news_view_back {
            align-self: center;
        }
        
        .news_view_back_btn {
            display: inline-block;
            background: #004098;
            color: white !important;
            padding: 10px 30px;
            border-radius:50px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(50, 100, 255, 0.2);
            position: relative;
            overflow: hidden;
        }
        
        .news_view_back_btn::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -60%;
            width: 20px;
            height: 200%;
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(25deg);
            transition: all 0.5s;
        }
        
        .news_view_back_btn:hover {
            background: #004098;
            box-shadow: 0 6px 12px rgba(50, 100, 255, 0.3);
            transform: translateY(-2px);
        }
        
        .news_view_back_btn:hover::after {
            left: 120%;
        }
        
        /* 移动端适配 */
        @media (max-width: 768px) {
            .news_view_container {
                padding: 20px 15px;
                border-radius: 10px;
            }
            
            .news_view_title {
                font-size: 24px;
                margin-top: 10px;
            }
            
            .news_view_meta {
                font-size: 14px;
                gap: 15px;
                flex-wrap: wrap;
            }
            
            .news_view_content {
                font-size: 16px;
            }
            
            .news_view_footer {
                flex-direction: column;
            }
            
            .news_view_nav {
                width: 100%;
                margin-bottom: 25px;
            }
            
            .news_view_back {
                width: 100%;
                text-align: center;
            }
            
            .news_view_back_btn {
                display: block;
                width: 40%;
                padding: 14px;
            }
        }
        
        /* 平板适配 */
        @media (min-width: 769px) and (max-width: 1024px) {
            .news_view_container {
                max-width: 700px;
            }
            
            .news_view_title {
                font-size: 28px;
            }
            
            .news_view_content {
                font-size: 16.5px;
            }
        }
        

  
  
  
  
 /* ———————————————————————————————————————————————————————— */ 
 
 
 

		
/* ————————————————————————————上一条一条———————————————————————————— */
.updownhzy{padding:20px 0 0 0px;font-size:14px;line-height:28px;border-top:1px solid #ddd;color:#666}@media (max-width:1380px){.updownhzy{padding:20px 0 0;font-size:12px;line-height:22px}}@media (max-width:1180px){.updownhzy{padding:10px 0 0}}.updownhzy a{color:#666;transition:all .5s}.updownhzy a:hover{color:#004098}.updownhzy .inner{width:100%;padding-right:150px;position:relative}@media (max-width:668px){.updownhzy .inner{padding:0}}.updownhzy .btn_back{display:block;width:150px;height:44px;line-height:42px;padding:0 30px;border-radius:40px;border:1px solid #5b5b5b;color:#666;position:absolute;right:0;top:50%;margin-top:-22px;transition:all .5s}@media (max-width:668px){.updownhzy .btn_back{position:static;margin:20px auto 0}}.updownhzy .btn_back span{display:block;float:right;margin:14px 0 0;width:15px;height:12px;position:relative}.updownhzy .btn_back span:before,.updownhzy .btn_back span:after{content:'';display:block;width:100%;height:1px;line-height:1px;background:#5b5b5b;position:absolute;left:0;transition:all .5s}.updownhzy .btn_back span:before{top:0}.updownhzy .btn_back span:after{bottom:0}.updownhzy .btn_back span i{display:block;width:100%;height:1px;line-height:1px;background:#5b5b5b;position:absolute;left:0;top:50%;transition:all .5s}.updownhzy .btn_back:hover{background:linear-gradient(to right,#004098,#004098);border-color:#ffffff;color:#fff;text-decoration:none}.updownhzy .btn_back:hover span:before,.updownhzy .btn_back:hover span:after{width:10px;background:#fff}.updownhzy .btn_back:hover span:before{top:2px;transform:rotate(-45deg)}.updownhzy .btn_back:hover span:after{bottom:2px;transform:rotate(45deg)}.updownhzy .btn_back:hover span i{opacity:0}
