@charset "utf-8";
         /* 内页主图 */
		    .banner_image-container {
            position: relative;
            margin: 0px auto;
            overflow: hidden;
			padding:0px 0px 0px 0px;
        }

        .banner_responsive-image {
            width: 100%;
            heigt: 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_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;
            }
        }
			 
/* -------------------------面包导航--------------------------------------- */  
/*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:#2e9c09;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;}
}

/* ————————————————————————————上一条一条———————————————————————————— */
.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}
/* ————————————————————————————内页关于我们———————————————————————————— */
        .about-container {
            margin: 0 auto;
            padding: 80px 0px 50px 0px;
            display: flex;
            gap: 30px;
            align-items: stretch;
        }

        .about-left, .about-right {
            flex: 1;
            min-width: 0;
        }

        .about-left-top h1 {
            font-size: 38PX;
            margin: 0 0 10px;
        }
		.about-left-top p {
        font-size: 16px;
        line-height:30px;
        }

        .about-blue-line {
            width: 60px;
            height: 3px;
            background: #2e9c09;
            margin-top: 20px;
			margin-bottom: 20px;
        }

        .about-left-bottom {background: rgba(0, 0, 0, 0.05);
            margin-top: 40px;
			padding: 30px;
            display: flex;
            justify-content: space-around;
            position: relative;
        }

        .about-info-item {
            text-align: center;
            position: relative;
            padding-right: 1%;
        }

        .about-info-item:not(:last-child):after {
            content: "|";
            position: absolute;
            right: -20px;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
        }

        .about-number {
            display: flex;
            align-items: baseline;
            justify-content: center;
            font-size: 3rem;
			font-weight:bold;
			color: #2e9c09;
        }

        .about-unit {
            font-size: 1rem;
            margin-left: 5px;
        }

        .about-right-img {
            width: 100%;
            height: 0;
            padding-top: 80%;
            background-size: cover;
            background-position: center;
            transition: all 0.3s ease;
            border-radius: 5px;
        }

        .about-right-img:hover {
            transform: scale(1.02);
            filter: brightness(0.9);
        }

        @media (max-width: 768px) {
            .about-container {
                flex-direction: column;
				padding: 50px 0px 0px 0px;
            } 
			.about-info-item:not(:last-child):after {
            content: "";
            position: absolute;
            right: -20px;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
        }
		  .about-left-top h1 {
            font-size: 20PX;
            margin: 0 0 10px;
        }
		        .about-number {
            display: flex;
            align-items: baseline;
            justify-content: center;
            font-size: 2rem;
			font-weight:bold;
			color: #2e9c09;
        }
            .about-right-img {
                height: auto;                
                max-height: 400px;
            }
        }

/* ————————————————————————————内页企业文化-锚点———————————————————————————— */

.culture {
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.culture::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 15%);
	position: absolute;
	left: 0;
	top: 0;
}
.culture ul {
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.culture ul li {
	width: 33.33%;
	padding: 7.5% 5%;
	color: #fff;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	position: relative;
}
.culture ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.culture_text {
	position: relative;
	z-index: 3;
	-webkit-transition: all .48s;
	-o-transition: all .48s;
	-moz-transition: all .48s;
	transition: all .48s;
}
.culture ul li:last-child {
	border-right: none;
}
.culture ul li h4 {
	font-size: 28px;
	color: #fff;
	margin-top: 5%;
	margin-bottom: 5%;
	letter-spacing: 3px;
	font-weight: bold;
}
.culture ul li p {
	font-size: 18px;
	color: #fff;
	line-height:32px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	position: relative;
}
.culture ul li p::after {
	content: "";
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 47%;
	bottom: 1%;
}
.culture ul li img {
	width: 40px;text-align: center;
}
@media(min-width:1025px) {
	.culture ul li:hover::after {
		background: rgba(0, 0, 0, 0);
	}
	.culture ul li:hover>.culture_text {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
@media only screen and (max-width: 768px) {
.culture ul li {
	width: 100%;
	padding: 11.5% 5%;
	color: #fff;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	position: relative;
}
}
/* ————————————————————————————内页资质荣誉-锚点-———————————————————————————— */
        .honor_scroll-container {
            margin: 0px auto;
            position: relative;
            padding: 0 0px;
        }

        .honor_scroll-slide {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    width: 100%; /* 新增 */
        }

.honor_scroll-item {
    flex: 0 0 25%;
    padding: 10px;
    position: relative;
    transition: 0.3s;
    box-sizing: border-box; /* 新增关键属性 */
}

        .honor_scroll-link {
            display: block;
            text-decoration: none;
            position: relative;
            overflow: hidden;
        }

        .honor_scroll-image-wrap {
            aspect-ratio-: 1/1;
            background: #fff;
            position: relative;
            overflow: hidden;
			border: 1px solid #dddddd;
        }

        .honor_scroll-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.3s;
        }

        .honor_scroll-title {
            background: #ffffff;
            color: #000;
            padding: 10px;
            text-align: center;
            transition: 0.3s;
        }

        .honor_scroll-nav {
            position: absolute;
            top: 35%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
			font-size:36px;
		    align-items: center;
            justify-content: center;
            border: none;
            border-radius: 50%;
            background:none;
            color: #2e9c09;
            cursor: pointer;
            transition: 0.3s;
            z-index: 2;
        }

        .honor_scroll-nav:hover {

            color: #2e9c09;

        }

        .honor_scroll-prev {
            left: 0;
        }

        .honor_scroll-next {
            right: 0;
        }

        .honor_scroll-pagination {
            text-align: center;
            padding: 15px 0;
        }

        .honor_scroll-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            margin: 0 5px;
            cursor: pointer;
            transition: 0.3s;
        }

        .honor_scroll-dot.active {
            background: #2e9c09;
        }

        /* Hover Effects */
        .honor_scroll-link:hover .honor_scroll-image {
            transform: scale(1.05);
			filter: brightness(0.7);
        }

        .honor_scroll-link:hover .honor_scroll-title {
            background: #2e9c09;
            color: white;
        }

        .honor_scroll-link:hover::after {
            content: "✚";
            position: absolute;
            top: 45%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 36px;
            text-shadow: 0 0 5px rgba(0,0,0,0.5);
            z-index: 1;
        }

        .honor_scroll-link:hover::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 50%;
            height: 100%;
            background: linear-gradient(
                to right,
                rgba(255,255,255,0) 0%,
                rgba(255,255,255,0.3) 100%
            );
            transform: skewX(-15deg);
            animation: honor_scroll_shine 0.8s;
            z-index: 1;
        }

        @keyframes honor_scroll_shine {
            100% {
                left: 150%;
            }
        }

        /* Modal Styles */
        .honor_scroll-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            z-index: 999;
            animation: honor_scroll_fadeIn 0.3s;
        }

        .honor_scroll-modal.active {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .honor_scroll-modal-content {
            max-width: 90%;
            max-height: 90%;
            position: relative;
            animation: honor_scroll_zoomIn 0.3s;
        }

        .honor_scroll-modal-close {
            position: absolute;
            top: 50px;
            right: 50px;
            width: 40px;
            height: 40px;
			font-size: 36px;
            background: none;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            transition: 0.3s;
        }

        .honor_scroll-modal-close:hover {
            transform: rotate(0deg);background: none;
        }

        @keyframes honor_scroll_fadeIn {
            from {opacity: 0;}
            to {opacity: 1;}
        }

        @keyframes honor_scroll_zoomIn {
            from {transform: scale(0.5);}
            to {transform: scale(1);}
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
            .honor_scroll-container {
                padding: 0 30px;
            }
            
            .honor_scroll-item {
                flex: 0 0 100%;
            }
            
            .honor_scroll-nav {
                width: 30px;
                height: 30px;
            }
        }

/* ————————————————————————————内页新闻列表-———————————————————————————— */
.news_list {
  padding: 50px 0px 0px 0px;
  overflow: hidden;
}
.news_list ul {
  padding-bottom: 20px;
  width: calc(100% + 40px);
  overflow: hidden;
}
.news_list li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 3 - 40px);
}
.news_list li a {
  display: block;
  padding: 40px;
  border: 1px solid #efefef;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.news_list li .date {
  font-family: "font";
}
.news_list li .date .day {
  display: block;
  font-size: 32px;
  color: #999;
  padding-bottom:5px;
}
.news_list li .date .year {
  display: block;
  font-size: 16px;
  color: #999;
  padding-left:4px;
}
.news_list li .con {
  padding: 28px 0 36px;
}
.news_list li .con h4 {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list li .con p {
  padding-top: 16px;
  min-height: 48px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news_list li .pic img {
  width: 100%;
  aspect-ratio: 5/3;
  transition: all 0.3s ease-in-out;
}
.news_list li a:hover .pic img {
  transform: scale(1.05);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news_list {
  padding: 20px 0px 0px 0px;
  }
  .news_list ul {
    width: auto;
  }
  .news_list li {
    float: none;
    margin: 0 0 20px 0;
    width: auto;
  }
  .news_list li a {
    padding: 20px;
  }
  .news_list li .date .day {
    font-size: 24px;
  }
  .news_list li .con {
    padding: 16px 0 24px;
  }
  .news_list li .con h4 {
    font-size: 16px;
  }
  .news_list li .con p {
    padding-top: 12px;
  }
}
/* ————————————————————————————内页新闻详情-———————————————————————————— */


 /* 内页新闻详情  */

        /* 容器样式 */
        .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: 28px;
            color: #444;
            font-size: 16px;
            margin-bottom: 30px;
        }
        .news_view-content p{
            line-height: 28px;
        }
        /* 导航区域 */
        .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: #2e9c09;
            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;
            }
        }
 
 /* 内页网络营销  */
 
         .txt_pic_ * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* 容器样式 */
        .txt_pic_container {

            margin: 0 auto;
            padding: 0px;
        }

        /* 文字区域样式 */
        .txt_pic_top {
            padding: 20px;
            background-color0: #f8f9fa;
            margin-bottom: 20px;
        }

        .txt_pic_top h1 {
            font-size: 24px;
            color: #333;
            margin-bottom: 15px;
        }

        .txt_pic_top p {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
        }

        /* 图片区域样式 */
        .txt_pic_bottom {
            width: 100%;
            text-align: center;
        }

        .txt_pic_bottom img {
            max-width: 100%;
            height: auto;
            vertical-align: middle;
            border-radius: 0px;
        }

        /* 移动端适配 */
        @media (max-width: 768px) {
            .txt_pic_container {
                padding: 10px;
            }
            
            .txt_pic_top {
                padding: 15px;
                margin-bottom: 15px;
            }
            
            .txt_pic_top h1 {
                font-size: 20px;
            }
            
            .txt_pic_top p {
                font-size: 14px;
            }
            
            .txt_pic_bottom img {
                max-width: 100%;
            }
        }
 
  /* 内页下载列表  */
          .down_list {
    
            margin: 0px auto;

        }

        .down_item {
            display: flex;
            align-items: center;
            padding: 15px;
            margin: 10px 0;
            background: #fff;
            border-radius: 5px;
			border: 1px solid #e0e0e0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            animation: down_itemAppear 0.5s ease;
        }

        .down_thumb, .down_name, .down_size, .down_time{
            flex: 1;
            padding: 0 10px;
            text-align: center;
			font-size:18px;
        }
		 .down_btn {
            flex: 1;
            padding: 0 10px;
            text-align: center;
			font-size:14px;
        }
        .down_thumb {
            position: relative;
            width: 90px;
            height: 0;
            padding-top: 100px;
            flex: none;
        }

        .down_thumb img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 4px;
        }

        .down_time::before {
            content: "🕒";
            margin-right: 5px;
            font-size: 1em;
        }

        .down_btn {
            flex: none;
            width: 140px;
        }

        .down_btn a {
            display: inline-block;
            padding: 8px 20px;
            background: #2e9c09;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
            transition: transform 0.3s ease;
        }

        .down_btn a:hover {
            transform: scale(1.05);
        }

        @keyframes down_itemAppear {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .down_item {
                flex-direction: column;
                padding: 15px;
            }

            .down_thumb {
                margin-bottom: 10px;
            }

            .down_size, .down_time {
                display: none;
            }

            .down_name {
                margin: 10px 0;
                text-align: center;
            }
        }
 

/* ————————————————————————————内页产品列表-———————————————————————————— */

.prolist_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 50px 0px 30px 0px;
}

.prolist_item {
  position: relative;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
.prolist_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* ⚡标题按钮容器居中 */
.prolist_caption {
  text-align: center;
  padding: 10px 0;
}

/* ⚡标题链接样式 */
.prolist_title {
  display: block;
  margin: 18px 0px 18px 0px;
  font-size: 24px;
   color: #000;
  transition: color 0.3s ease;
  text-decoration: none;
}
.prolist_item:hover .prolist_title {
  color: #2e9c09;
}
/* ⚡按钮链接样式 */
.prolist_more {
  display: inline-block;
  padding: 8px 20px;
  background: #f8f8f8;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #999;
  font-size: 14px;
}
.prolist_more:hover {
  background: #2e9c09;
  color: white;
  transform: translateY(-1px);
}
.prolist_imgwrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.prolist_imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.prolist_imgwrap:hover img {
  transform: scale(1.05);
}
.prolist_imgwrap:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.3) 50%,
    rgba(255,255,255,0) 100%
  );
  animation: prolist_shine 0.8s;
}
@keyframes prolist_shine {
  100% {
    left: 200%;
  }
}
@media (max-width: 768px) {
  .prolist_container {
    grid-template-columns: repeat(1, 1fr);
  }
}

  /* 产品详情页-----------开始*/
          .productv_* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .productv_container {
            max-width-: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* 产品信息模块 */
        .productv_info-wrapper {
            display: flex;
            gap: 40px;
            margin-bottom: 40px;
        }

        .productv_image {
            flex: 0 0 45%;
            border-radius: 8px;
            overflow: hidden;
			border: 1px solid #DDDDDD;
        }

        .productv_image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .productv_details {
            flex: 1;
        }

        .productv_title {
            font-size: 22px;
            margin-bottom: 15px;
			padding-left:10px;
        }

        .productv_divider {
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        /* 联系信息 */
        .productv_contact-list {
            list-style: none;
			 padding-left: 8px;
        }

        .productv_contact-item {
            padding: 8px 0 8px 0px;
            background: url('123.png') left center no-repeat;
            background-size: 20px;
            margin: 0px 0;
			color: #333;
        }

        .productv_phone-btn {
			font-size: 18px;
            display: inline-flex;
            align-items: center;
            padding: 12px 26px;
            background:linear-gradient(to right, #2e9c09, #2e9c09);;
            color: #ffffff;
            border-radius: 25px;
            text-decoration: none;
            margin-top: 15px;
            transition: background 0.3s;
        }
		   .productv_phone-btn:hover{
            background:linear-gradient(to right, #2e9c09, #2e9c09);
            color: #ffffff;

        }

        .productv_phone-btn----::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url('../image/tel.png') center/contain no-repeat;
            margin-right: 0px;
        }

        /* Tab切换 */
        .productv_tabs {
            border-bottom: 1px solid #ddd;
            margin: 40px 0;
			font-size: 20px;
        }

        .productv_tab {
            display: inline-block;
            padding: 15px 30px;
            cursor: pointer;
            border-bottom: 3px solid transparent;
        }

        .productv_tab.active {
            border-color: #0066cc;
            color: 222;
        }

        .productv_content {
            display: none;
            padding: 20px 0;
        }

        .productv_content.active {
            display: block;
        }

        /* 响应式 */
        @media (max-width: 992px) {
            .productv_info-wrapper {
                flex-direction: column;
            }

        }
  
  /* -------------------------------------------------产品内容页-产品轮播---------------------------------*/
  
  .pro_show-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.pro_show-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.pro_show-slide {
    position: relative;
    min-width: 100%;
    padding-top: 100%; /* 1:1比例 */
}

.pro_show-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
}

.pro_show-slide img:hover::after {
    content: '🔍';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    opacity: 0.8;
	pointer-events: none;
}

.pro_show-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.pro_show-btn {
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 25px;
	paddding-bottom:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.pro_show-btn:hover {
    background: rgba(0,0,0,0.7);
	color: #ffffff;
}

.pro_show-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.pro_show-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.pro_show-dot.active {
    background: #2e9c09;
    transform: scale(1.2);
}

.pro_show-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.pro_show-zoomed {
    max-width: 80%;
    max-height: 80%;
    animation: pro_show-zoom 0.4s ease;
}

@keyframes pro_show-zoom {
    from { transform: scale(0); }
    to { transform: scale(1); }
}

.pro_show-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.pro_show-close:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .pro_show-container {
        max-width: 100%;
    }
    
    .pro_show-btn {
        width: 35px;
        height: 35px;
    }
}
  
  
      /* -------------------------------------------------产品内容页-相关产品---------------------------------*/
	     .index-pro-roll-container {
        max-width-: 1400px;
        margin: 0 auto;
        padding: 0px;
        overflow: hidden;
    }

    .index-pro-roll-slider-wrapper {
        position: relative;
        margin: 0 -10px;
    }

    .index-pro-roll-slider {
        display: flex;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .index-pro-roll-slide {
        flex: 0 0 25%;
        padding: 0 10px;
        box-sizing: border-box;
        text-decoration: none;
    }

    .index-pro-roll-image-wrap {
        position: relative;
        overflow: hidden;
        padding-top: 100%;
        background: #fff;
        border-radius: 0px;
    }

    .index-pro-roll-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }

    .index-pro-roll-title {
        background: #ffffff;
        color: #333;
        text-align: center;
        padding: 15px 10px;
        margin-top: 0px;
        transition: all 0.3s ease;
        font-size: 14px;
    }

    .index-pro-roll-slide:hover .index-pro-roll-image {
        transform: scale(1.02);
        filter: brightness(0.8);
    }

    .index-pro-roll-image-wrap::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .index-pro-roll-slide:hover .index-pro-roll-image-wrap::before {
        opacity: 1;
    }

    .index-pro-roll-image-wrap::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, 
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.3) 50%,
            rgba(255,255,255,0) 100%);
        transform: translateX(-100%);
        transition: transform 0.5s ease;
    }

    .index-pro-roll-slide:hover .index-pro-roll-image-wrap::after {
        transform: translateX(200%);
    }

    .index-pro-roll-slide:hover .index-pro-roll-title {
        background: linear-gradient(to right, #2e9c09, #2e9c09);
        color: white;
    }

    .index-pro-roll-dots {
        text-align: center;
        margin-top: 20px;
    }

    .index-pro-roll-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ddd;
        margin: 0 5px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .index-pro-roll-dot.active {
        background: #2e9c09;
    }

    @media (max-width: 768px) {
        .index-pro-roll-container {
            padding: 0;
            max-width: 100%;
        }
        
        .index-pro-roll-slider-wrapper {
            margin: 0;
        }

        .index-pro-roll-slide {
            flex: 0 0 100%;
            padding: 0 20px;
        }

        .index-pro-roll-title {
            margin: 10px 20px;
        }

        .index-pro-roll-dots {
            margin-top: 15px;
        }
    } 
	  

		
/* ————————————————————————————内页图片列表有放大（证书，车间，下载用）-———————————————————————————— */

.piclist_container { margin: 50px 0px 30px 0px;}
.piclist_ul {display: flex; flex-wrap: wrap; margin: 0; padding: 0px; list-style: none;}
.piclist_li {width: 25%; padding: 0; border: 1px solid #dedede; position: relative; 
margin-left: -1px; margin-bottom: 0px;padding: 10px;}
.piclist_link {display: block; position: relative; overflow: hidden;}
.piclist_imgwrap { position: relative;overflow: hidden;border-radius: 0px;aspect-ratio: 3/2;}
.piclist_img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
object-fit: cover; transition: all 0.3s ease;border: 0px solid #dedede;transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.piclist_caption {position-: absolute; bottom: 0; left: 0; right: 0; 
text-align: center; padding: 15px; background: rgba(255,255,255,0.9);}
.piclist_title {color: #333; margin: 0; font-size: 16px; transition: color 0.3s ease;}
.piclist_morebtn {display: inline-block; padding: 6px 25px; background: none;border: 1px solid #dedede; 
color: #333; border-radius: 50px; margin-top: 8px; font-size: 14px; 
transition: all 0.3s ease;}
.piclist_link:hover .piclist_img {transform: scale(1.02);}
.piclist_link:hover .piclist_title {color: #2e9c09;}
.piclist_link:hover .piclist_morebtn {background: #2e9c09; color: #fff;}
.piclist_overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
background: rgba(0,0,0,0.9); display: none; justify-content: center; 
align-items: center; z-index: 999;}
.piclist_enlargeimg {max-width: 90%; max-height: 90%; transform: scale(0); 
transition: transform 0.3s ease;}
.piclist_closebtn {position: fixed; top: 20px; right: 20px; width: 40px; 
height: 40px; background: #fff; border-radius: 50%; cursor: pointer; 
opacity: 0; transition: opacity 0.3s ease;}
.piclist_closebtn::before,.piclist_closebtn::after {content: ''; position: absolute;
top: 50%; left: 50%; width: 20px; height: 2px; background: #000;}
.piclist_closebtn::before {transform: translate(-50%,-50%) rotate(45deg);}
.piclist_closebtn::after {transform: translate(-50%,-50%) rotate(-45deg);}
@media (max-width: 768px) {
  .piclist_li {width: 100%;}
}
@keyframes piclist_shiny {
  from {transform: translateX(-100%) skew(-30deg);}
  to {transform: translateX(200%) skew(-30deg);}
}
.piclist_link:hover .piclist_img::after {
  content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);
  animation: piclist_shiny 1.5s ease;
}


/* ————————————————————————————内页案例左右图交替-———————————————————————————— */
.case_list {
  padding: 50px 0px 00px 0px;
}
.case_list li {
  margin-bottom: 60px;
  background: #f6f6f6;
  overflow: hidden;
}
.case_list li .pic {
  float: left;
  width: 50%;
  overflow: hidden;
}
.case_list li .pic img {
  width: 100%;
  overflow: hidden; border-radius: 0px;aspect-ratio: 6/4;
  transition: all 0.3s ease-in-out;
}
.case_list li .con {
  float: right;
  padding: 80px 60px;
  width: 50%;
  box-sizing: border-box;
}
.case_list li .con h4 {
  font-size: 24px;
  line-height: 160%;
}
.case_icon {
   width: 50px;
   height: 50px;
   margin-bottom: 10px;
        }
.case_list li .con p {
  padding-top: 32px;
  font-size: 15px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.case_list li .btm {
  padding-top: 48px;
}
.case_list li .more-btn {
            text-align:center;
            padding: 8px 25px;
            border-radius: 50px;
            border: 1px solid #ccc;
            background: transparent;
  font-size: 14px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.case_list li a:hover .pic img {
  transform: scale(1.05);
}
.case_list li a:hover .more-btn {
   background: #2e9c09;
  font-size: 14px;
  color: #fff;
}
.case_list li:nth-of-type(even) .pic {
  float: right;
}
.case_list li:nth-of-type(even) .con {
  float: left;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .case_list {
    padding: 60px 0px 0px 0px;
  }
  .case_list ul {
    padding-bottom: 20px;
  }
  .case_list li {
    margin-bottom: 20px;
  }
  .case_list li .pic {
    float: none;
    width: auto;
  }
  .case_list li .con {
    float: none;
    padding: 20px;
    width: auto;
  }
  .case_list li .con h4 {
    font-size: 16px;
  }
  .case_list li .con p {
    padding-top: 8px;
    line-height: 160%;
    -webkit-line-clamp: 2;
  }
  .case_list li .btm {
    padding-top: 12px;
  }
  
  .case_list li:nth-of-type(even) .pic {
    float: none;
  }
  .case_list li:nth-of-type(even) .con {
    float: none;
  }
}

/* ————————————————————————————内页售后服务小图标-———————————————————————————— */

       .service_list-container {
            margin: 2rem auto;
            padding: 0 0px;
        }

        .service_list-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            justify-content: center;
        }

        .service_list-item {
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .service_list-circle {
            width: 250px;
            height: 250px;
            margin: 0 auto;
            border: 2px solid #ddd;
            border-radius: 50%;
            background: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .service_list-icon {
            font-size: 5rem;
            color: #2e9c09;
            margin-bottom: 1rem;
            transition: inherit;
        }

        .service_list-text {
            color: #333;
            font-size: 16px;
            font-family: Arial, sans-serif;
            transition: inherit;
        }

        /* 悬停效果 */
        .service_list-item:hover .service_list-circle {
            background: #2e9c09;
            border-color: #2e9c09;
        }

        .service_list-item:hover .service_list-icon,
        .service_list-item:hover .service_list-text {
            color: white;
        }

        @media (max-width: 768px) {
            .service_list-circle {
                width: 250px;
                height: 250px;
            }
            .service_list-icon {
                font-size:4rem;
            }
            .service_list-text {
                font-size: 1.2rem;
            }
        }

/* ————————————————————————————内页服务在线留言-———————————————————————————— */


/* 表单组样式 */
.form-group {
    margin-bottom: 0px;
}
.col-auto {
   width: 48%;
}
/* 行内表单组样式，用于姓名和电话 */
.form-group.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* 确保在小屏幕上能够换行 */
}
label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
   font-size: 16px;
   padding-left: 5px; 
}
input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding-: 10px;
  margin-bottom-: 15px;
  border-:1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.inputt{
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border:1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
textarea {
  resize: vertical;height:120px;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-:1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
button {
  background: #2e9c09;
  color: #fff;
  padding: 13px 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
button:hover {
  background: #000000;
}
input::placeholder {
  color: #ccc; /* 设置颜色 */
  font-size: 14px; /* 设置字体大小 */
}
textarea::placeholder { /*  textarea 也需要单独设置 */
  color: #ccc;
  font-size: 14px;
}
/* 媒体查询实现自适应 */
@media (max-width: 600px) {
  form {
    padding: 10px;
  }
}
/* ===========================================================================品质保证*/
#qualityhzy{padding: 30px 0 30px 0;}
#qualityhzy .wrap .con{max-width-: 1200px; margin: 10px auto; line-height: 1.8; border-top: 1px solid #dddddd; padding-top: 30px; padding-left: 50px; padding-right: 50px;}
#qualityhzy .wrap .con p{font-size: 20px; line-height: 1.8; margin-bottom: 25px;}

#qualityhzy .wrap .report{display: flex; justify-content: center; padding-top: 50px; border-top: 1px solid #999; max-width: 1000px; margin: 50px auto; padding-left: 50px; padding-right: 50px;}
#qualityhzy .wrap .report>a{display: inline-block; padding: 20px 50px; background: #eff1fa; margin: 0 20px; font-size: 20px; font-family: 'Microsoft Jhenghei', 'Microsoft YaHei'; color: #2e2d3c; transition: all .3s;}
#qualityhzy .wrap .report>a:hover{background: #0e6552; color: #fff;}
#qualityhzy .wrap .report>a i{display: inline-block; margin-right: 8px; font-size: 1.9rem; color: #e51029; transition: all .3s;}
#qualityhzy .wrap .report>a:hover i{color: #fff;}

@media (max-width:1679px){ /*1440*/
  #qualityhzy .wrap .con p{font-size: 18px;}
}
@media (max-width:1439px){ /*1366*/

  #qualityhzy .wrap .con p{font-size: 18px;}
  #qualityhzy .wrap .report>a{font-size: 18px;}
  #qualityhzy .wrap .report>a i{font-size: 20px;}
}
@media (max-width:1365px){ /*1280*/
  #qualityhzy .wrap .report>a{font-size: 18px;}
  #qualityhzy .wrap .report>a i{font-size: 18px;}
}
@media (max-width:1279px){ /*mp*/
  #qualityhzy{padding: 0 15px 30px 15px;}

  #qualityhzy .wrap .con{max-width: unset; margin: 25px auto; padding-top: 25px; padding-left: 0; padding-right: 0;}
  #qualityhzy .wrap .con p{font-size:16px;}
  #qualityhzy .wrap .report{display: block; padding-top: 25px; margin: 30px auto; padding-left: 0; padding-right: 0;}
  #qualityhzy .wrap .report>a{display: block; padding: 18px 18px 19px 18px; margin: 0 0 1px 0; font-size: 18px; text-align: center;}
  #qualityhzy .wrap .report>a i{display: inline-block; margin-right: 8px; font-size: 16px;}
  #qualityhzy .wrap .report>a:first-child{border-radius: 10px 10px 0 0;}
  #qualityhzy .wrap .report>a:last-child{border-radius: 0 0 10px 10px;}
  }
/* ————————————————————————————内页下载列表-———————————————————————————— */
          .down_list {
            padding: 0;
            margin: 0px auto;

        }

        .down_item {
            display: flex;
            align-items: center;
            padding: 15px;
            margin: 10px 0;
            background: #fff;
            border-radius: 5px;
			border: 1px solid #e0e0e0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            animation: down_itemAppear 0.5s ease;
        }

        .down_thumb, .down_name, .down_size, .down_time, .down_btn {
            flex: 1;
            padding: 0 10px;
            text-align: center;
        }

        .down_thumb {
            position: relative;
            width: 90px;
            height: 0;
            padding-top: 100px;
            flex: none;
        }

        .down_thumb img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 4px;
        }

        .down_time::before {
            content: "🕒";
            margin-right: 5px;
            font-size: 1em;
        }

        .down_btn {
            flex: none;
            width: 140px;
        }

        .down_btn a {
            display: inline-block;
            padding: 8px 20px;
            background: #2e9c09;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
            transition: transform 0.3s ease;
        }

        .down_btn a:hover {
            transform: scale(1.05);
        }

        @keyframes down_itemAppear {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .down_item {
                flex-direction: column;
                padding: 15px;
            }

            .down_thumb {
                margin-bottom: 10px;
            }

            .down_size, .down_time {
                display: none;
            }

            .down_name {
                margin: 10px 0;
                text-align: center;
            }
        }
 
/* ————————————————————————————内页联系我们-———————————————————————————— */
        .contact_container {
            display: flex;
            padding:50px 0px 50px 0px;
            margin: 0 auto;
            min-height: 500px;
        }

        .contact_left {
            flex: 0 0 60%;
            background: #f5f5f5;
        }

        .contact_right {
            flex: 0 0 40%;
            background: #2e9c09;
            padding: 30px;
            color: white;
        }

        .contact_image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .contact_info-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .contact_info-item {
            padding: 20px 0;
            border-bottom: 2px solid rgba(255,255,255,0.2);
        }

        .contact_info-item:last-child {
            border-bottom: none;
        }

        .contact_info-title {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-weight: 500;
			font-size: 22px;
			color: rgba(255,255,255,0.7);
        }

        .contact_info-icon {
            margin-right: 12px;
            font-size: 30px;
            color: rgba(255,255,255,0.7);
        }

        .contact_info-content {
            font-size: 20px;
            line-height: 1.5;
            margin-left: 45px;
        }

        @media (max-width: 768px) {
            .contact_container {
                flex-direction: column;
            }
            
            .contact_left,
            .contact_right {
                flex: none;
                width: 100%;
            }
            
            .contact_image {
                height: 300px;
            }
        }
/* ————————————————————————————内页在线留言-———————————————————————————— */

        .guest_container {
            box-sizing: border-box;
            border: 0px solid #e0e0e0;
            margin: 0px auto;
            padding: 50px 0px 50px 0px;
            background-: #f8f9fa;
            border-radius: 0px;
            box-shadow0: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .guest_form-row {
            display: flex;
            gap: 50px;
            margin-bottom: 20px;
        }

        .guest_form-group {
            flex: 1;
            position: relative;
        }

        .guest_label {
            display: block;
            margin-bottom: 8px;
            color: #495057;
            font-weight: 500;
        }

        .guest_input {
            width: 100%;
            padding: 12px;
			background: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 5px;
            font-size: 14px;
			border-color: #eee;
            transition: border-color 0.3s ease;
			box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
        }

        .guest_input:focus {
            border-color: #4dabf7;
            outline: none;
        }

        .guest_captcha-wrap {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .guest_captcha-img {
            height: 40px;
            border-radius: 4px;
            cursor: pointer;
        }

        .guest_btn-group {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 0px;
        }

        .guest_btn {
            flex: 0 1 20%;
            padding: 13px 0;
            border: none;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 400;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .guest_btn-submit {
            background: #2e9c09;
            color: white;
        }

        .guest_btn-reset {
            background: #adb5bd;
            color: white;
        }

        .guest_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        @media (max-width: 768px) {
		.guest_container {
		  width: 95%;
            box-sizing: border-box;
            padding: 0px 0px 0px 0px;
			margin: 40px 0px 40px 0px;
			box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
        }

            .guest_form-row {
                flex-direction: column;
				gap: 10px;
            }
            
            .guest_btn {
                flex: 0 1 100%;
                width: 100%;
            }
            
            .guest_form-group {
                width: 100%;
            }
        }
