@charset "utf-8";
  /* ————————————————————————————内页主图———————————————————————————— */
  
.in_banner .mask { padding-top: 166px; }
.in_banner p { text-align: center; color: #ffffff; }
.in_banner .h1 { font-size: 40px; font-weight: bold; padding-bottom: 13px; }
.in_banner .p1 { }
.in_banner .p1 span { display: inline-block; }
.in_banner .p1 .line { width: 150px; height: 2px; background: #ffffff; }
.in_banner .p1 .font { padding: 0 20px; font-size: 18px; }

@media (max-width: 600px) {
	.in_banner .h1 { font-size: 36px; }
	.in_banner .p1 .line { width: 100px; }
} 
  /* ————————————————————————————内页居中标题———————————————————————————— */
 .index_title_a h2 {
	text-align: center;
	font-size: 28px;
	color: #000;
	font-weight-: bold;
}
.index_title_a span {
	display: block;
	height: 3px;
	background: url(../images/h2_line2.png) center center no-repeat;
}
.index_title_a p {
	text-align: center;
	font-size: 18px;
	color: #dd0000;
	font-weight: 300;
}
 @media screen and (max-width: 768px) {
.index_title_a h2 {
	margin-top: 0px;
	font-size: 36px;
}
.index_title_a span {
	background: url(../images/m_h2_line.jpg) center center no-repeat;
}
.index_title_a p {
	font-size: 18px;
	margin-top: 5px;
}
}

 /* ————————————————————————————内页面包导航———————————————————————————— */

 .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:#2e9c09}.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,#2e9c09,#2e9c09);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%;
            }
        }

/* ————————————————————————————内页公司团队———————————————————————————— */
        .team-container, .team-container * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        /* 容器样式 */
        .team-container {
            font-family: Arial, sans-serif;

            margin: 0 auto;
            padding: 20px;
        }
        
        /* 文字描述部分 */
        .team-description {
            padding: 20px 0px;
            text-align: left;
           line-height: 1.8;
            border-radius: 0px;
            margin-bottom: 30px;
        }
        
        .team-description h2 {
            color: #333;
            margin-bottom: 15px;
        }
        
        .team-description p {
            color: #666;
            line-height: 1.8;
        }
        
        /* 图片展示部分 */
        .team-gallery {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .team-member {
            position: relative;
            width: calc(33.33% - 20px);
            margin-bottom: 30px;
            perspective: 1000px;
        }
        
        .team-member-link {
            display: block;
            text-decoration: none;
            color: inherit;
        }
        
        .team-image-container {
            position: relative;
            width: 100%;
            padding-top: 70%; /* 5:3 比例 */
            overflow: hidden;
            border-radius: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .team-image-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }
        
        .team-member-title {
            text-align: center;
            padding: 15px 0;
            color: #333;
			font-size: 18px;
            font-weight: bold;
            transition: all 0.3s ease;
        }
        
        /* 悬停效果 */
        .team-member:hover .team-image-container {
            transform: scale(1.03);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }
        
        .team-member:hover .team-image-container img {
            filter: brightness(0.9);
        }
        
        .team-member:hover .team-member-title {
            color: #dd0000;
        }
        
        /* 移动端样式 */
        @media (max-width: 768px) {
            .team-member {
                width: 100%;
            }
            
            .team-gallery {
                flex-direction: column;
            }
        }


		 /* 内页新闻列表  */
		 
.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  #dd0000;color:  #dd0000;;transition: all 0.3s;}
.news_list .newsitem:hover .quecon .more{background-color: #dd0000;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: #dd0000;
            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;
            }
        }
/* ---------- 产品左右---------- */
.left_nav_container {
  margin: auto;
  padding: 50px 0px;

}

/* responsive */
@media only screen and (max-width: 1024px) {
  .left_nav_container {
    padding: 20px 0px 0px 0px;
  }
}

/* ---------- 产品左边 ---------- */
.left_nav_nav {
  float: left;
  width: 18.8%;
  background: url("../img/left_nav_pic.png") no-repeat bottom #f6f6f6;
}
.left_nav_nav ul {
  padding: 30px 0 120px;
}
.left_nav_nav li {
  padding-bottom: 10px;
}
.left_nav_nav li a {
  display: block;
  padding-right: 20px;
  width: 100%;
  height: 50px;
  color: #000000;
  box-sizing: border-box;
  border-radius: 6px;
  background: url("../img/left_arr.png") no-repeat right 30px center;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}
.left_nav_nav li a:hover{
  color: #dd0000;
}
.left_nav_nav li a.current {
  margin-left: 20px;
  background-color: #dd0000;
  box-shadow: 4px 4px 12px rgba(26,111,201,0.2);
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .left_nav_nav {
    float: none;
    width: auto;
    background: #f6f6f6;
  }
  .left_nav_nav ul {
    padding: 20px 12px;
    overflow: hidden;
  }
  .left_nav_nav li {
    float: left;
    padding: 8px;
    width: 50%;
    box-sizing: border-box;
  }
  .left_nav_nav li a {
    height: 48px;
    background: url("../img/left_arr.png") no-repeat right 16px center #fff;
    line-height: 48px;
  }
  .left_nav_nav li a.current {
    margin-left: 0;
  }
}

/* ---------- 产品右边 ---------- */
.pic_right {
  float: right;
  width: 78%;
  font-size: 15px;
  line-height: 240%;
}


/* responsive */
@media only screen and (max-width: 1024px) {
  .pic_right {
    float: none;
    padding: 60px 20px;
    width: auto;
  }
  .pic_right img {
    width: 100%;
    height: 100%;
  }
}	
/* 产品列表2个一行 */	

        .piclist-container {
 
            margin: 0 auto;
            padding: 0px;
            box-sizing: border-box;
        }

        .piclist-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -10px;
        }

        .piclist-item {
            flex: 0 0 calc(50% - 20px);
            margin: 0 10px 30px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .piclist-item-link {
            display: block;
            text-decoration: none;
            color: inherit;
        }

        .piclist-image-wrapper {
            position: relative;
            padding-top: 60%; /* 5:3 比例 */
            overflow: hidden;
        }

        .piclist-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }

        .piclist-title {
			background-color: #f5f5f5;
            text-align: center;
            padding: 10px 0;
            font-size: 18px;
            color: #000;
            transition: color 0.3s ease;
        }

        /* 悬停效果 */
        .piclist-item:hover .piclist-image {
            transform: scale(1.05);
            filter: brightness(0.5);
        }

        .piclist-item:hover .piclist-title {
            color: #dd0000;
        }

        /* 悬停时显示的覆盖层 */
        .piclist-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            opacity: 0;
            background-color: rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .piclist-overlay-title {
            font-size: 24px;
            margin-bottom: 10px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        }

        .piclist-overlay-plus {
            font-size: 50px;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        }

        .piclist-item:hover .piclist-overlay {
            opacity: 1;
        }

        .piclist-item:hover .piclist-image-wrapper::before {
            content: '';
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
            border: 2px solid white;
            z-index: 2;
            pointer-events: none;
        }

        /* 移动端响应式 */
        @media (max-width: 768px) {
            .piclist-item {
                flex: 0 0 calc(100% - 20px);
            }
        }

		
/* ---------------------------------产品内页详情-------------------------- */

        /* 重置样式 */
        .pic_view * {
            margin: 0;
            
            box-sizing: border-box;
        }
        
        /* 主容器 */
        .pic_view .container {
            width: 100%;
            padding: 10px 0;
            margin: 0 auto;
            font-family: Arial, sans-serif;
        }
        
        /* 上部分 - 顶部区域 */
        .pic_view .top-section {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        
        /* 左侧图片区域 */
        .pic_view .left-image {
            width: 55%;
            padding-right: 15px;
        }
        
        .pic_view .left-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* 右侧内容区域 */
        .pic_view .right-content {
            width: 45%;
            padding-left: 15px;
            background-color: #f5f5f5;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px;
        }
        
        .pic_view .right-content h2 {
            font-size: 28px;
            margin-bottom: 15px;
            color: #333;
        }
        
        .pic_view .right-content .red-line {
            height: 2px;
            background-color: #dd0000;
            width: 100px;
            margin-bottom: 15px;
        }
        
        .pic_view .right-content p {
            font-size: 16px;
            line-height: 2;
            color: #666;
        }
        
        /* 中部分 - 按钮和文字 */
        .pic_view .middle-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0px 0;
            margin-bottom: 20px;
			width: 100%;
           
        }
        
        .pic_view .phone-button {
            background-color: #dd0000;
            color: white;
            padding: 15px 30px;
            border: none;
            font-size: 24px;
            cursor: pointer;
            border-radius: 4px;
	
        }
        
        .pic_view .right-text {
            text-align: left;
        }
        
        .pic_view .right-text p:first-child {
            font-size: 18px;
            margin-bottom: 5px;
            color: #333;
        }
        
        .pic_view .right-text p:last-child {
            font-size: 16px;
            color: #666;
        }
        
        .pic_view .red-text {
            color: red !important;
        }
        
        /* 下部分 - 产品详情 */
        .pic_view .bottom-section {
            padding: 20px 0;
			 border-top: 1px solid #dddddd;
        }
        
        .pic_view .product-details {
            font-size: 16px;
            line-height: 1.6;
            color: #333;
        }
        
        /* 移动端响应式样式 */
        @media (max-width: 768px) {
            .pic_view .left-image,
            .pic_view .right-content {
                width: 100%;
                padding: 0;
            }
            
            .pic_view .right-content {
                margin-top: 20px;
                padding: 20px;
            }
            
            .pic_view .middle-section {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .pic_view .phone-button {
                margin-bottom: 15px;
            }
            
            .pic_view .right-text {
                text-align: left;
            }
        }
     /* 服务左右列表 */
	     .g_imgf { border-radius:50%;}		
		 .solution { margin-bottom: 40px; }	
		.solution .list > li { padding-bottom: 100px; }
		.solution .list > li .left { padding-right: 170px; padding-left: 48px; text-align: center; }
		.solution .list > li .right { padding-left: 110px; padding-right: 68px; text-align: center; }
		.solution .list > li .fa_con1 { overflow: hidden; }
		.solution .list > li .fa_con1 .title { margin-bottom: 38px; }
		.solution .list > li .fa_con1 .title .t1 { font-size: 60px; color: #d5231b; font-weight: bold; padding-bottom: 10px; }
		.solution .list > li .fa_con1 .title .t2 { font-size: 30px; color: #333; font-weight: bold; }
		.solution .list > li .fa_con1 .title .t3 { font-size: 20px; color: #666; font-weight: bold; }
		.solution .list > li .fa_con1 .font { color: #666; line-height: 30px; font-size: 14px; max-width: 600px; padding-bottom: 10px; }
		.solution .list > li .fa_con1 .font .col { color: #d5231b; }
		.hq_btn { padding-top: 20px; }

		@media (max-width: 1024px) {
			.solution .list > li .left,
			.solution .list > li .right { float: none; padding: 0; margin-bottom: 30px; }
			.solution .list > li .fa_con1 { padding: 0 !important; text-align: left; }
			.solution .list > li .fa_con1 .font { max-width: none; }
		}