﻿
         /* 内页主图 */
		    .banner_image-container {
            position: relative;
            margin: 0px auto;
            overflow: hidden;
			padding:0px 0px 0px 0px;
        }

        .banner_responsive-image {
            width: 100%;
			height: 50vh;
            height-: 50%;
            display: block;
        }

        .banner_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;
        }

        .banner_overlay-content {
            max-width: 80%;
            color: white;
        }

        .banner_divider {
            width: 100px;
            height: 2px;
            background: white;
            margin: 15px auto;
            opacity: 0.8;
        }

        .banner_image-title {
            font-size: 2.2em;
            line-height: 1.2;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .banner_image-subtitle {
            font-size: 1.1em;
            opacity: 0.9;
            margin-top: 10px;
            line-height: 1.4;
        }

        @media (max-width: 768px) {
			.banner_responsive-image {
            width: 100%;
            height: 100%;
            display: block;
        }
            .banner_image-title {
                font-size: 1.6em;
                letter-spacing: 1px;
            }
            
            .banner_image-subtitle {
                font-size: 0.95em;
            }
            
            .banner_divider {
                width: 40px;
                margin: 10px auto;
            }
        }

        @media (max-width: 480px) {
            .banner_overlay-content {
                max-width: 90%;
            }
            
            .banner_image-title {
                font-size: 1.3em;
            }
            
            .banner_image-subtitle {
                font-size: 0.85em;
            }
            
            .banner_divider {
                width: 30px;
                height: 1px;
            }
        }
			
 /* ————————————————————————————内页面包导航———————————————————————————— */

 .crumbs{
background: #f5f5f5;
 }

.crumbs .tit{
	width: 52px;
	height: 52px;
 	float: left;
 	margin-right: 17px;
}
.crumbs .tit img{
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}
.crumbs p{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a{
color:#999999;
padding-right: 20px;
position: relative;
font-size: 14px;
line-height: 52px;
}
.crumbs  a:after{
content: ">";
position: absolute;
right:5px;
top: 0;
height: 20px;
line-height: 20px;
color:#999;
display: block;
font-size: 12px;
}

.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
 /* ————————————————————————————上一条一条———————————————————————————— */
.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:#015bac}.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,#015bac,#015bac);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}

/* ————————————————————————————内页关于我们半包———————————————————————————— */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* 添加 about_ 前缀的容器样式 */
        .about_container {

            margin: 0 auto;
            padding: 30px 0;
            background-color: white;
            border-radius: 0px;
            box-shadow-: 0 5px 15px rgba(0,0,0,0.08);
        }
        /* 图文内容区域 */
        .about_content {
            overflow: hidden; /* 清除浮动 */
        }
        
        /* 图片样式 - 桌面端浮动 */
        .about_image {
            float: left;
            width: 45%;
            max-width: 600px;
            height: auto;
            margin: 0 30px 20px 0;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .about_image:hover {
            transform: scale(1.02);
        }
        
        /* 文本样式 */
        .about_text {
            text-align: justify;
            font-size: 16px;
            line-height: 1.8;
            color: #333333;
        }
        
        .about_text p {
            margin-bottom: 20px;
        }
        
        /* 移动端样式 - 单列布局 */
        @media (max-width: 768px) {
            .about_image {
                float: none;
                width: 100%;
                max-width: 100%;
                margin: 0 0 25px 0;
            }
            
            .about_title {
                font-size: 2rem;
            }
            
            .about_subtitle {
                font-size: 1rem;
            }
        }
        
        /* 平板端调整 */
        @media (min-width: 769px) and (max-width: 1024px) {
            .about_image {
                width: 50%;
                margin-right: 20px;
            }
        }
        
        /* 特色部分 */
        .about_features {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 50px;
        }
        
        .about_feature {
            flex: 0 0 calc(33.333% - 20px);
            background: #f1f9ff;
            border-radius: 10px;
            padding: 25px;
            margin-bottom: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .about_feature:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        }
        
        .about_feature h3 {
            color: #2980b9;
            margin-bottom: 15px;
            font-size: 1.4rem;
        }
        
        /* 响应式调整特色部分 */
        @media (max-width: 768px) {
            .about_feature {
                flex: 0 0 100%;
            }
        }




		 /* 内页新闻列表  */
		 
.news_list .newsitem{width: 100%;margin-bottom: 2.5%;}
.news_list .newsitem a{width: 100%;display: inline-block;height: 280px;transition: all 0.3s;}
.news_list .newsitem .queimg{width: 30%;float: left;height: 100%;}
.news_list .newsitem .queimg img{width: 100%;height: 100%;object-fit: cover;}
.news_list .newsitem .quecon {width: 70%;float: left;padding: 0 5%;height: 100%;border: 1px solid #eee;border-left: 0;}
.news_list .newsitem .quecon .tit{font-size: 22px;font-weight: bold;margin: 30px 0;color: #333;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;}
.news_list .newsitem .quecon .time{font-weight: normal;font-size: 16px;color: #979797;}
.news_list .newsitem .quecon .time img{vertical-align: text-bottom;}

.news_list .newsitem .quecon .n-content{font-size: 16px;color: #979797;line-height: 30px;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;margin: 2.3% 0;}
.news_list .newsitem .quecon .more{margin: 0;display: inline-block;padding: 10px 25px;border: 1px solid  #015bac;color:  #015bac;;transition: all 0.3s;}
.news_list .newsitem:hover .quecon .more{background-color: #015bac;color: #fff;}
.news_list .newsitem:hover a{transform: translateY(-5px);}
		 
@media (max-width:992px){
  /*内页新闻*/
  .news_list .newsitem .quedate h4 {font-size: 46px;}
  .news_list .newsitem .quedate span {font-size: 15px;}
}
@media (max-width:768px){
.news_list .newsitem .quedate h4{font-size: 36px;}
  .news_list .newsitem .date {display: none;}
  .news_list .newsitem .xwcon {width: 100%;}
   .news_list .newsitem .quecon .tit{font-size: 18px;margin: 20px 0;}
  .news_list .newsitem .quecon .time,.news_list .newsitem .quecon .n-content{font-size: 14px;}
  .news_list .newsitem a{height: 210px;}
  .news_list .newsitem .quecon .n-content{line-height: 23px;}
}
@media (max-width:550px){

  .news_list .newsitem .queimg{display: none;}
  .news_list .newsitem .quecon{width: 100%;border: 1px solid #eee;}
  .news_list .newsitem .quecon .more{line-height: 40px;padding: 0 25px;}
}
@media (max-width:375px){
  .news_list .newsitem a{height: 200px;}
}
@media (max-width:350px){
  .news_list .newsitem .quedate h4{font-size: 22px;}
}

 /* 内页新闻详情  */

        /* 容器样式 */
        .news_view-container {
            margin: 0 auto;
            padding: 0px 0px 40px 0px;
        }

        /* 标题样式 */
        .news_view-title {
            text-align: center;
            font-size: 25px;
            color: #333;
            margin-bottom: 20px;
            line-height: 1.4;
        }

        /* 元信息样式 */
        .news_view-meta {
			font-size: 14px;
			width: 300px;
			margin: 0 auto;
            display: flex;
            justify-content: space-between;
            color: #666;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        /* 分隔线 */
        .news_view-divider {
            border: 0;
            border-top: 1px solid #eee;
            margin: 20px 0;
        }

        /* 内容样式 */
        .news_view-content {
            line-height: 1.8;
            color: #444;
            font-size: 16px;
            margin-bottom: 30px;
        }

        /* 导航区域 */
        .news_view-nav {
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
        }

        /* 上一篇/下一篇链接 */
        .news_view-prevnext {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .news_view-prevnext a {
            color: #333;
			font-size: 14px;
            text-decoration: none;
            transition: color 0.3s;
        }

        .news_view-prevnext a:hover {
            color: #333;
        }

        /* 返回按钮 */
        .news_view-back-btn {
            background: transparent;
            border: 1px solid #ccc;
            color: #333;
			font-size: 16px;
            padding: 10px 25px;
			height:50px;
            cursor: pointer;
            transition: all 0.3s;
            border-radius: 4px;
        }

        .news_view-back-btn:hover {
            background: #015bac;
            color: #fff;
            transform: translateY(-2px);
        }

        /* 移动端适配 */
        @media (max-width: 768px) {
            .news_view-title {
                font-size: 20px;
            }
            
            .news_view-meta {
                font-size: 14px;
                gap: 10px;
                justify-content: center;
            }
            
            .news_view-nav {
                flex-direction: column;
                gap: 20px;
            }
            
            .news_view-back-btn {
                width: 100%;
                order: -1;
                margin: 0 auto;
                max-width: 150px;
            }
        }
/* ————————————————————————————内页产品列表-———————————————————————————— */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .product_list-container {
            margin: 0 auto;
            padding: 0px 0px 50px 0px;
        }
        .product_list-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .product_list-item {
            background: white;
            border: 1px solid #ededed;
            border-radius: 5px;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            text-align: center;
            position: relative;
            padding: 0px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .product_list-item:hover {
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
            transform: translateY(-10px);
        }
        
        .product_list-img-container {
            width: 100%;
            padding-top: 100%; /* 1:1 Aspect Ratio */
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            margin-bottom: 25px;
        }
        
        .product_list-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
        }
        
        .product_list-item:hover .product_list-img {
            transform: scale(1.05);
            filter: brightness(0.95);
        }
        
        .product_list-title {
            color: #000000;
            font-size: 16px;
            margin-bottom: 15px;
            font-weight: 500;
            transition: color 0.3s;
        }
        
        .product_list-item:hover .product_list-title {
            color: #015bac;
        }
        
        .product_list-line {
            width: 60px;
            height: 2px;
            background: #015bac;
            margin: 0 auto 20px;
            border-radius: 2px;
        }
        
        .product_list-button {
            display: inline-block;
            background: #015bac;
            color: white;
            padding: 10px 28px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 300;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(46, 204, 113, 0.3);
        }
        
        .product_list-button:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            transition: all 0.4s;
        }
        
        .product_list-button:hover {
            background: #333333;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(44, 62, 80, 0.4);
        }
        
        .product_list-button:hover:before {
            left: 100%;
        }
        
        .product_list-button i {
            margin-left: 8px;
            font-size: 0.8rem;
        }
        
        /* 移动端样式 */
        @media (max-width: 992px) {
            .product_list-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 576px) {
            .product_list-grid {
                grid-template-columns: 1fr;
            }
        }
        
        /* 动画效果 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .product_list-item {
            animation: fadeInUp 0.6s ease-out forwards;
            opacity: 0;
        }
        
        .product_list-item:nth-child(2) { animation-delay: 0.1s; }
        .product_list-item:nth-child(3) { animation-delay: 0.2s; }
        .product_list-item:nth-child(4) { animation-delay: 0.3s; }
        .product_list-item:nth-child(5) { animation-delay: 0.4s; }
        .product_list-item:nth-child(6) { animation-delay: 0.5s; }