
/* ÄÚÒ³¶¥²¿banner */
.banner_n{
	width:100%;
	position: relative;
}
.banner_n img{
	width: 100%;
}
.banner_n_box{
    position: absolute;
    width: 90%;
    left: 10%;
    top: 30%;
}
.banner_n_box .b_icon{
	float: left;
	width:3rem;
	margin-left: 1rem;
}
.banner_n_box h1{
	margin-top: 3rem;
}
.banner_n_box h1,.banner_n_box h2{
	float: left;
	overflow-wrap: break-word;
	  color: rgba(255, 255, 255, 1);
	  font-size: 6.8rem;
	  font-family: AlibabaPuHuiTi_2_75_SemiBold;
	  font-weight: normal;
	  text-align: left;
	  white-space: nowrap;
	  line-height: 8rem;
	clear: both;
}
.banner_n_box h2{
	font-size: 6.4rem;
}
.banner_n_m{
	display:none;
}
@media (max-width:768px) {
	.banner_n_m{
		display: block;
	}
    .banner_n_pc,.b_icon{
	    display:none;
    }
    .banner_n_box {
        position: absolute;
        width: 100%;
        left: 0;
        margin-left: 0;
		display: grid;
		place-items: center;
        top: 40%;
        overflow: hidden;
	}
	.banner_n_box h1,.banner_n_box h2{
		float: none;
		margin:0 auto;
		text-align: center;
		font-size: 6rem;
	  line-height: 120%;
	}
}

@media (max-width:486px) {
	banner_n_box h2{
		font-size:4.8rem;
	}

}
/* -----------------¹ØÓÚEVOÊÓÑ¶Ò³Ãæ---------------- */
	.about_main{
		width:100%;
		background: #fff;
	}
.about_main_title{
	margin:0 auto;
	width:170rem;
	border-bottom: 1px #E6E6E6 solid;
	padding:3rem 0;
	overflow: hidden;
	clear: both;
}
.about_main_title ul li{
	float:left;
	margin-right: 2rem;
	text-align: center;
	padding:0 2rem;
	font-size: 2.2rem;
	position: relative;
}
.about_main_title ul li a{
	color: #000;
}
.about_main_title ul li.this::after,.about_main_title ul li:hover::after {
    content: ''; /* Î±ÔªËØ±ØÐëÉèÖÃcontentÊôÐÔ */
    position: absolute;
    left: 0;
    bottom: -3rem; /* ¿ØÖÆÏÂ»®ÏßÓëÎÄ×ÖµÄ¾àÀë */
    width: 100%; /* ÏÂ»®Ïß¿í¶ÈÓëÎÄ×ÖÏàÍ¬ */
    height: 2px; /* ÏÂ»®Ïß´ÖÏ¸ */
    background-color: red; /* ÏÂ»®ÏßÑÕÉ« */
}
/* ¹ØÓÚEVOÊÓÑ¶Ò³Ãæ--¹«Ë¾½éÉÜ */
.about_p2{
	width:100%;
	position: relative;
	margin-top: 9rem;
	overflow: hidden;
	clear: both;
}
.about_p2 img{
	width: 100%;
}
.about_p2main{
	position: absolute;
	width:170rem;
	left:50%;
	margin-left: -85rem;
	top:11rem;
}
.about_p2main .b_icon{
	float: left;
	width:2rem;
	margin-left: 1rem;
}
.about_p2main h2{
	float: left;
	font-size: 4.8rem;
	clear:both;
	margin-top: 2rem;
	font-weight: normal;
	line-height: 6rem;
	color:#fff;
}
.about_p2main .atext{
	float: left;
	font-size: 2.2rem;
	text-indent: 4.4rem;
	margin-top: 3rem;
	color: #fff;
	width: 70rem;
	text-align: left;
	line-height: 180%;
	clear:both;
}
/* ¹ØÓÚEVOÊÓÑ¶Ò³Ãæ--EVOÊÓÑ¶ÏµÁÐ*/
 /* EVOÊÓÑ¶Íø¸ñÈÝÆ÷ */
 .product-grid {
     margin: 0 auto;
     margin-top: 8rem;
     max-width: 170rem; /* ¸ÄÎª×î´ó¿í¶È¶ø²»ÊÇ¹Ì¶¨¿í¶È */
     width: 90%; /* Ìí¼Ó°Ù·Ö±È¿í¶È */
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     gap: 5rem;
     padding-bottom: 4rem;
     clear: both;
     box-sizing: border-box; /* È·±£paddingºÍborder°üº¬ÔÚ¿í¶ÈÄÚ */
 }
 
 /* µ¥¸öEVOÊÓÑ¶°å¿é - Ä¬ÈÏ¿í¶ÈÔ¼48% */
 .product-item {
     width: 48%; /* Ô¼Õ¼×Ü³¤¶ÈµÄ48% */
     background-color: #fff;
     border-radius: 3rem;
     overflow: hidden;
     box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.1);
     box-sizing: border-box; /* È·±£ÄÚ±ß¾àºÍ±ß¿ò°üº¬ÔÚ¿í¶ÈÄÚ */
     transition: transform 0.3s ease; /* Ìí¼ÓÐüÍ£Ð§¹û */
 }
 
 .product-item:hover {
     transform: translateY(-0.5rem); /* ÐüÍ£Ê±ÇáÎ¢ÉÏ¸¡ */
 }
 
 /* EVOÊÓÑ¶Í¼Æ¬²¿·Ö */
 .product-img {
     height: 60rem;
     overflow: hidden;
 }
 
 .product-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.3s ease; /* Í¼Æ¬Ëõ·ÅÐ§¹û */
 }
 
 .product-item:hover .product-img img {
     transform: scale(1.05); /* ÐüÍ£Ê±Í¼Æ¬ÇáÎ¢·Å´ó */
 }
 
 /* EVOÊÓÑ¶Ãû³Æ²¿·Ö */
 .product-name {
     padding: 2rem;
     text-align: center;
     font-size: 2.2rem;
     color: #333;
     border-top: 0.5rem solid #f0f0f0;
     font-weight: normal;
 }
 
 /* ÏìÓ¦Ê½µ÷Õû - Æ½°åÉè±¸ */
 @media (max-width: 1200px) {
     .product-grid {
         margin-top: 6rem;
         gap: 4rem;
         width: 95%; /* ÔÚÐ¡ÆÁÄ»ÉÏÔö¼Ó¿í¶ÈÕ¼±È */
     }
     
     .product-img {
         height: 50rem; /* ¼õÐ¡Í¼Æ¬¸ß¶È */
     }
     
     .product-name {
         font-size: 2rem;
         padding: 1.5rem;
     }
 }
 
 /* ÏìÓ¦Ê½µ÷Õû - Ð¡ÆÁÄ»Æ½°å */
 @media (max-width: 992px) {
     .product-grid {
         margin-top: 5rem;
         gap: 3rem;
     }
     
     .product-item {
         width: 48%; /* ±£³ÖÁ½ÁÐ²¼¾Ö */
     }
     
     .product-img {
         height: 40rem;
     }
     
     .product-name {
         font-size: 1.8rem;
     }
 }
 
 /* ÏìÓ¦Ê½µ÷Õû - ¿í¶ÈÐ¡ÓÚ768pxÊ±Ã¿ÐÐ1¸ö */
 @media (max-width: 768px) {
     .product-grid {
         gap: 2rem;
         width: 96%; 
		 margin:0 10px;
         margin-top: 4rem;
     }
     
     .product-item {
         width: 100%; /* Õ¼ÂúÕû¸ö¿í¶È */
     }
     
     .product-img {
         height: 65rem; /* ÒÆ¶¯¶ËÊÊµ±¼õÐ¡¸ß¶È */
     }
     
     .product-name {
         font-size: 1.6rem;
         padding: 1rem;
     }
 }
 
 /* ÏìÓ¦Ê½µ÷Õû - ·Ç³£Ð¡µÄÊÖ»úÆÁÄ» */
 @media (max-width: 480px) {
     .product-grid {
         margin-top: 3rem;
         gap: 1.5rem;
     }
     
     .product-img {
         height: 45rem; /* ÔÚ·Ç³£Ð¡µÄÆÁÄ»ÉÏ½øÒ»²½¼õÐ¡¸ß¶È */
     }
     
     .product-name {
         font-size: 1.4rem;
     }
 }
/* ¹ØÓÚEVOÊÓÑ¶Ò³Ãæ--Ô°ÇøÕ¹Ê¾*/
.about_yq{
	width: 100%;
	background: #fff;
	padding-bottom: 6rem;
	overflow: hidden;
	clear: both;
}
.image-container {
	
            display: flex; /* Ê¹ÓÃFlexbox²¼¾Ö */
            justify-content: space-between; /* ×ÓÔªËØÁ½¶Ë¶ÔÆë£¬ÖÐ¼ä×Ô¶¯·ÖÅä¿Õ¼ä */
            width: 170rem; /* ÈÝÆ÷¿í¶ÈÕ¼Âú¸¸ÔªËØ */
            margin: 0 auto; /* ¿ÉÑ¡£º¾ÓÖÐÈÝÆ÷ */
			margin-top: 4rem;
            box-sizing: border-box; /* È·±£padding²»»áÔö¼ÓÈÝÆ÷×Ü¿í¶È */
        }
        
        .image-item {
			width:33%;
        }
        
        .image-item img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 4px; /* ¿ÉÑ¡£ºÌí¼ÓÔ²½Ç */
        }

@media (max-width: 1400px) {
	.about_main_title ul li{
		font-size:2.4rem;
	}
	.about_p2main .atext {
	    font-size: 2.4rem;
	    margin-top: 4rem;
	    width: 80rem;
	    text-indent: 4.8rem;
	}
}
@media (max-width: 1200px) {
	.about_main_title ul li{
		font-size:2.6rem;
	}
	.about_p2main .atext {
	    font-size: 2.6rem;
	    margin-top: 5rem;
	    width: 90rem;
	    text-indent: 5.2rem;
	}
	.product-name{
		font-size: 2.4rem;
	}
}
@media (max-width: 1000px) {
	.about_main_title{
		width: 100%;
	}
	.about_main_title ul li{
		font-size:2.8rem;
	}
	.about_p2main .atext {
	    font-size: 3rem;
	    margin-top: 5rem;
	    width: 98rem;
	    
	    text-indent: 6rem;
	}
	.product-name{
		font-size: 2.6rem;
	}
}
@media (max-width: 920px) {
	.about_main_title ul li{
		font-size:3rem;
	}
	.about_p2main{
		top:6rem;
	}
	.about_p2main {
	    position: absolute;
	    width: 90%;
	    left: 5%;
		margin:0;
		}
	.about_p2main .atext {
	    font-size: 3.2rem;
	    margin-top: 5rem;
	    width: 100%;
	    
	    text-indent: 6.4rem;
	}
	.product-name{
		font-size: 2.4rem;
	}
}
		/* Ð¡ÆÁÄ»²¼¾Ö£¨¿í¶ÈÐ¡ÓÚ768pxÊ±£© */
@media (max-width: 767px) {
	.about_p2{
		margin-top: 0;
		background: #fff;
		padding-bottom: 6rem;
		
	}
	.image-container{
		width:100%;
		padding:0 01px;
	}
	.about_main_title ul li{
		font-size:3rem;
	}
	.about_text {
	        font-size: 2.4rem;
			line-height: 160%;
	    }
	.about_p2main {
	        top: 6rem;
	    }
	.about_p2main .atext {
	    font-size: 2.4rem;
	    
	    text-indent: 4.8rem;
	}
	.zzjg img {
		max-width: 100%;
	}
	.product-name{
		font-size: 2.4rem;
	}
	.image-item{
		width:100%;
		padding-bottom: 2rem;
	}
	.image-container {
		display: grid;
		grid-template-columns: 1fr; /* Ð¡ÆÁÄ»ÏÔÊ¾1ÁÐ */
	}
	.about_p2main {
	    position:static;
	    margin: 0 auto;
	    width: 100%;
	    padding:0 10px;
	    margin-top: 4rem;
	}
	.about_p2main h2{
		font-size: 3.2rem;
		color:#C62E2C;
	}
	.about_p2main .atext{
		line-height: 160%;
		margin-top: 2rem;
		font-size: 2.4rem;
		color: #3D3D3D;
		
	    text-indent: 4.8rem;
	}
	.about2{
		display: none;
	}
}
@media (max-width: 767px) {
	.about_main_title ul li {
	    margin-right: 0rem;
		padding:0 1rem;
	}
	.about_main_title ul li a{
		font-size: 3rem;
	}
}
/* ---------------------EVOÊÓÑ¶ÖÐÐÄÁÐ±í---------------------- */
/*/ EVOÊÓÑ¶ÖÐÐÄÒ³Ãæ /*/
.product-container{
	width:100%;
	padding-bottom: 6rem;
	display: flex;
	justify-content: space-between;
	background: #FFF;
	overflow: hidden;
	clear:both;
}
.prolist_left{
	float:left;
	width:63rem;
	overflow: hidden;
}
.prolist_left .pltitle{
	width: 100%;
	background: url(/static/images/bg4.png) no-repeat;
	height:12.2rem;
	text-indent: 6.5rem;
	font-size:3.2rem;
	line-height: 12.2rem;
	color: #fff;
	overflow: hidden;
}
       .promenu-list {
            list-style: none;
            padding: 0;
            margin-left:2rem;
			margin-top: 6rem;
            position: relative;
		}
        
        /* ÊúÏßÁ¬½Ó  */
        .promenu-list::before {
            content: '';
            position: absolute;
            left: 9px; /* µãµÄÖÐÐÄÎ»ÖÃ */
            top: 35px; /* µÚÒ»¸öµãµÄ´¹Ö±Î»ÖÃ */
            bottom: 34px; /* ×îºóÒ»¸öµãµÄ´¹Ö±Î»ÖÃ */
            width: 2px;
            background-color: #ccc;
            z-index: 1;
        }
        
        .promenu-item {
            position: relative;
            padding: 20px 20px 20px 30px;
			font-size: 2.4rem;
            cursor: pointer;
            transition: all 0.3s;
            color: #000; /* Ä¬ÈÏÎÄ×ÖÑÕÉ« */
            font-weight: normal; /* Ä¬ÈÏÎÄ×Ö´ÖÏ¸ */
			border-bottom: 1px #f5f5f5 solid;
        }
		.promenu-item a{
			color: #000;
		}
        
        .promenu-item:hover,.promenu-item.this {
            background-color: #f5f5f5;
        }
        
        /* .promenu-item:first-child,.promenu-item:hover  {
            border-right: 2px #C62E2C solid;
        } */
.promenu-item:hover::after,.promenu-item.this::after {
    content: ''; /* Î±ÔªËØ±ØÐëÉèÖÃcontentÊôÐÔ */
    position: absolute;
    right: 0;
    top: 17px; /* ¿ØÖÆÏÂ»®ÏßÓëÎÄ×ÖµÄ¾àÀë */
    width: 3px; /* ÏÂ»®Ïß¿í¶ÈÓëÎÄ×ÖÏàÍ¬ */
    height: 40px; /* ÏÂ»®Ïß´ÖÏ¸ */
    background-color: red; /* ÏÂ»®ÏßÑÕÉ« */
}
        /* ×ó²àµÄµã */
        .promenu-item::before {
            content: '';
            position: absolute;
            left: 5px;
            top: 30px; /* ´¹Ö±¾ÓÖÐ */
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ccc;
            z-index: 2; /* È·±£µãÔÚÊúÏßÉÏÃæ */
            transition: background-color 0.3s;
        }
        
        /* Ä¬ÈÏµÚÒ»¸öÊÇºìµãºÍºìÉ«ÎÄ×Ö */
        .promenu-item.this::before{
            background-color: #ff0000;
        }
        /* Êó±êÐüÍ£Ê±µÄÑùÊ½±ä»¯ - ÓÃCSSÊµÏÖÔ­±¾JSµÄ¹¦ÄÜ */
        .promenu-item:hover::before {
            background-color: #ff0000;
        }
        .promenu-item:hover,.promenu-item.this {
            color: #ff0000;
            font-weight: bold;
        }
.prolist_right{
	width: 80%;
	padding:6rem 0;
	background: #F5F5F5;
	overflow: hidden;
}
        .prolist_main {
			margin:0 auto;
			width:90%;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .product_box {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .product_box:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        }
        
        .product__img {
            width: 100%;
            height: 0;
            padding-bottom: 100%; /* 1:1 ±ÈÀý */
            position: relative;
            overflow: hidden;
        }
        
        .product__img img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s;
        }
        
        .product_box:hover .product__img img {
            transform: scale(1.05);
        }
        
        .product-info {
            padding: 2rem 0 1rem 0;
            text-align: center;
        }
        
        .product-info h3 {
            font-size:1.8rem;
            color: #333;
            margin-bottom: 10px;
            font-weight: 400;
        }
		.product-info a{
			color: #333;
		}
        
        /* ÏìÓ¦Ê½Éè¼Æ */
        @media (max-width:1400px) {
			.promenu-item{
				font-size: 2.4rem;
			}
            .product-info h3{
				font-size: 2rem;
			}
        }
        @media (max-width:1200px) {
			.promenu-item{
				font-size: 2.8rem;
			}
            .product-info h3{
				font-size: 2.4rem;
			}
        }
        @media (max-width:1000px) {
			.promenu-item{
				font-size: 3rem;
			}
            .product-info h3{
				font-size: 2.6rem;
			}
        }
        @media (max-width:800px) {
			.promenu-item{
				font-size: 3.6rem;
			}
            .product-info h3{
				font-size: 3.2rem;
			}
        }
        @media (max-width: 992px) {
            .prolist_main {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 630px) {
            .product-container{
				display:block;
			}
			.prolist_left{
				margin:0 auto;
				width:100%;
			}
			.prolist_left .pltitle {
			    height: 16rem;
			    font-size: 5.2rem;
			    line-height: 16rem;
				display:none;
			}
			.promenu-item {
			        font-size: 2.4rem;
			    }
			.promenu-item{
				padding: 25px 20px 20px 30px;
			}
			.prolist_right{
				width: 100%;
			}
        }
        @media (max-width: 486px) {
            .prolist_main {
                grid-template-columns: 1fr;
            }
        }

/*/ EVOÊÓÑ¶ÏêÇéÒ³Ãæ /*/
.proinfo-container{
	margin:0 auto;
	width:160rem;
	margin-top: 6rem;
	padding-bottom: 6rem;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	clear:both;
}
.proinfo_m{
	display: none;
}
.proinfo_left{
	width:83rem;
	background: #fff;
	overflow: hidden;
}
.proinfo_left .mainimg{
	width:100%;
}
.proinfo_left .mainimg img{
	width: 100%;
}

.pro-tabs {
            display: flex;
            background-color: #f8f9fa;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .pro-tab {
            flex: 1;
            text-align: center;
            padding: 20px 0;
            font-size: 18px;
            cursor: pointer;
            position: relative;
            transition: all 0.3s;
        }
        
        .pro-tab:hover {
            background-color: #e9ecef;
        }
        
        .pro-tab.active {
            color: #d63031;
            font-weight: bold;
        }
        
        .pro-tab.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #d63031;
        }
        
        .pro-tab-content {
            display: none;
            padding: 20px 15px;
			font-size: 18px;
			line-height: 180%;
        }
        
        .pro-tab-content.active {
            display: block;
        }
        
        .pro-content-title {
            font-size: 22px;
            color: #333;
			font-weight: normal;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e0e0e0;
        }
    
        
        .pro-standard-info {
            margin-top: 30px;
            padding: 20px;
            background-color: #f8f9fa;
            border-radius: 8px;
            border-left: 4px solid #0056a6;
        }
        
        .pro-standard-info p {
            margin: 0;
            color: #555;
        }
        
        .pro-product-image {
            width: 100%;
            max-width: 500px;
            margin: 30px auto;
            display: block;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }
 .proinfo_right{
	 width:74rem;
 }    
 .proinfo_pc{
 	display:block;
 }
 .proinfo_title1{
	 width:100%;
	 background: #fff;
	 color:#757575;
	 font-size:20px;
	 text-align: left;
	 padding:24px;
 }
.proinfo_right h1{
	 width:100%;
	 background: #fff;
	 color:#000;
	 font-size:26px;
	 text-align: left;
	padding-left: 24px;
	 font-weight: normal;
}
 .proinfo_title2{
	 width:100%;
	 background: #fff;
	 color:#474747;
	 font-size:16px;
	 text-align: left;
	 padding:12px 20px 12px 24px;
	 line-height: 150%;
 }
.proinfo_title3{
	 width:100%;
	 color:#363636;
	 font-size:24px;
	 text-align: left;
	 padding:12px 20px 30px 24px;
	 line-height: 150%;
	 background: #fff url(../images/icon7.png) no-repeat 24px 22px;
	 background-size: 22px;
	 text-indent: 36px;
 }
 .proinfo_title3 span{
	 color: #C62E2C;
	 font-weight: 500;
	 font-size: 26px;
 }
 .horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
    margin: 0;
}
 .proinfo_note{
	width:100%; 
	background: #fff;
	padding:36px 24px 50px 24px;
	overflow: hidden;
 } 
 .proinfo_note_title{
	 width: 100%;
	 background: #F7F7F7;
	 color: #363636;
	 font-size: 22px;
	 line-height: 36px;
	 text-align: left;
	 padding: 10px 12px 10px 20px;
 }
        @media (max-width: 768px) {
            .pro-tab {
                padding: 15px 0;
            }
            
            .pro-tab-content {
                padding: 20px;
            }
            
            .pro-logo {
                font-size: 28px;
            }
        }
		/* ÁôÑÔ±íµ¥ÑùÊ½ */
        .note_contact_form,
        .note_contact_form *,
        .note_contact_form *::before,
        .note_contact_form *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            line-height: 1.2;
            font-size: 14px;
        }
        
        .note_contact_form {
            width: 100%;
            background-color: white;
            padding: 40px 40px 0 40px;
            font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial, sans-serif;
        }
        
        .note_form_row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .note_form_group {
            flex: 1;
            min-width: 0;
        }
        
        .note_form_group_full {
            flex: 0 0 100%;
        }
        
        /* Ç¿ÖÆ¿ØÖÆlabelºÍinputµÄ¼ä¾à */
        .note_contact_form .note_label {
            display: block;
            margin: 0 0 15px 0 !important;
            padding: 0 !important;
            font-weight: 600;
            color: #333;
            font-size: 14px;
            line-height: 1.2 !important;
        }
        
        .note_required::after {
            content: " *";
            color: #e74c3c;
        }
        
        .note_contact_form .note_input,
        .note_contact_form .note_textarea {
            width: 100%;
            padding: 8px 12px !important;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            transition: all 0.3s ease;
            background-color: #fafafa;
            line-height: 1.2 !important;
            margin: 0 !important;
            display: block;
        }
        
        .note_contact_form .note_input:focus,
        .note_contact_form .note_textarea:focus {
            outline: none;
            border-color: #3498db;
            background-color: white;
            box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.1);
        }
        
        .note_contact_form .note_textarea {
            resize: vertical;
            min-height: 100px;
        }
        
        .note_contact_form .note_submit_btn {
            width: 100%;
            padding: 12px;
            background: linear-gradient(135deg, #C62E2C, #C62E2C);
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            line-height: 1.2 !important;
            margin: 0 !important;
        }
        
        .note_contact_form .note_submit_btn:hover {
            background: linear-gradient(135deg, #ce3d3b, #ce3d3b);
        }

        /* ÏìÓ¦Ê½Éè¼Æ */
        @media (max-width: 968px) {
			
            .proinfo_title1 {
                font-size:16px;
            }
			.proinfo_title3 {
			    font-size: 18px;
			    text-align: left;
			    padding: 12px 20px 30px 24px;
			    background: #fff url(../images/icon7.png) no-repeat 24px 21px;
			    background-size: 16px;
			    text-indent: 24px;
			}
			.proinfo_title3 span{
				font-size:22px;
			}
			.proinfo_note_title{
				font-size: 18px;
				line-height: 28px;
			}
			.note_contact_form {
			    padding: 20px 10px 0 10px;
			}
		}
        @media (max-width: 768px) {			
			.proinfo_m{
				display: block;
			}
			.proinfo_pc{
				display: none;
			}
			.proinfo_m h1{
				font-size:32px;
				text-align: center;
				background: #fff;
				line-height: 200%;
				font-weight: 500;
			}
			.proinfo-container{
				width: 100%;
				padding:0 10px;
				display: block;
			}
			.proinfo_left,.proinfo_right{
				width: 100%;
			}
            .note_contact_form {
                padding: 20px;
            }
            
            .note_form_row {
                gap: 15px;
                margin-bottom: 15px;
            }
        }
		
/* Í¶×ÊÕß¹ØÏµ½çÃæ */
  .news_page_container {
      max-width: 1600px;
      margin: 0 auto;
      padding: 40px 20px;
  }
  
  
  .news_list {
      display: flex;
      flex-direction: column;
      gap: 0;
  }
  
  .news_item {
      display: flex;
      background: white;
      border-bottom: 1px solid #e9e9e9;
      padding: 30px 0;
      transition: all 0.3s ease;
      text-decoration: none;
      color: inherit;
  }
  
  .news_item:hover {
      background: #f8f9fa;
  }
  
  /* ¹Ì¶¨457:305Í¼Æ¬±ÈÀý */
  .news_image_wrapper {
      width: 240px;
      height: 160px; /* 240 * (305/457) = 160px */
      flex-shrink: 0;
      margin-right: 30px;
      border-radius: 8px;
      overflow: hidden;
  }
  
  .news_image_wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
  }
  
  .news_item:hover .news_image_wrapper img {
      transform: scale(1.05);
  }
  
  .news_item_content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  
  .news_item_title {
      font-size: 20px;
      font-weight: 500;
      color: #2c3e50;
      margin-bottom: 12px;
      line-height: 1.4;
  }
  
  .news_item_summary {
      font-size: 14px;
      text-indent: 28px;
      color: #5d6d7e;
      margin-bottom: 15px;
      line-height: 1.6;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  .news_item_meta {
      display: flex;
      align-items: center;
      gap: 20px;
      font-size: 12px;
      color: #7f8c8d;
  }
  
  .news_item_date {
      color: #3498db;
  }
  
  .news_item_category {
      background: #ecf0f1;
      padding: 2px 8px;
      border-radius: 3px;
      color: #34495e;
  }
  

  
  @media (max-width: 768px) {
      .news_item {
          flex-direction: column;
          padding: 20px;
      }
      
      .news_image_wrapper {
          width: 100%;
          height: 0;
          padding-bottom: 66.74%; /* 305/457 = 66.74% */
          position: relative;
          margin-right: 0;
          margin-bottom: 15px;
      }
      
      .news_image_wrapper img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
      
      .news_item_title {
          font-size: 18px;
      }
  }
  
/* ÐÂÎÅÖÐÐÄÒ³Ãæ */
 .news_container * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }
 
 .news_container {
     width: 170rem;
     margin: 0 auto;
     padding: 6rem 0;
     font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", Arial, sans-serif;
 }
        
 .news_grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 30px;
 }
 
 .news_card {
     background: #fff;
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease;
 }
  
 .news_card:hover {
     transform: translateY(-5px);
	 border-bottom: 4px red solid;
 }
 
 .news_image {
     width: 100%;
     height: 0;
     padding-bottom: 60%; /* ±£³Ö5:3µÄÍ¼Æ¬±ÈÀý */
     position: relative;
     overflow: hidden;
 }
 
 .news_image img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.3s ease;
 }
 
 .news_card:hover .news_image img {
     transform: scale(1.05);
 }
 
 .news_content {
     padding: 20px;
 }
 
 .news_card_title {
     font-size: 16px;
     font-weight: bold;
     color: #080808;
     margin-bottom: 10px;
     line-height: 1.4;
     height: 44px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
 }
 .news_card_title a{
	 color: #080808;
 }
 
 .news_summary {
     font-size: 14px;
     text-indent: 28px;
     color: #676767;
     line-height: 1.5;
     margin-bottom: 15px;
     height: 63px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
 }
 .news_summary a{
	 color: #676767;
 }
 
 .news_meta {
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-size: 12px;
     color: #999;
     padding-top: 15px;
     border-top: 1px solid #f0f0f0;
 }
  .news_meta a{
	  color: #999;
  }
 
 .news_date {
     color: #888;
 }
 
 .news_category {
     background: #f0f0f0;
     padding: 2px 8px;
     border-radius: 3px;
     color: #666;
 }
 
 /* ÏìÓ¦Ê½Éè¼Æ */
 @media (max-width: 1200px) {
     .news_grid {
         grid-template-columns: repeat(4, 1fr);
         gap: 25px;
     }
 }
 
 @media (max-width: 1024px) {
     .news_grid {
         grid-template-columns: repeat(3, 1fr);
         gap: 25px;
     }
 }
 @media (max-width:920px) {
     .news_container {
		 width: 100%;
         padding:3rem 1rem;
     }
 }
 
 @media (max-width: 768px) {
     .news_grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 20px;
     }
     
 }
 
 @media (max-width: 480px) {
     .news_grid {
         grid-template-columns: 1fr;
         gap: 15px;
     }
     
     .news_title {
         font-size: 24px;
     }
 }
 
 /* ÐÂÎÅÔÄ¶ÁÒ³Ãæ */
 .news_detail_container {
     max-width: 1500px;
     margin: 0 auto;
	 margin-top: 6px;
     background: white;
     padding:60px 40px;
     box-shadow: 0 2px 10px rgba(0,0,0,0.1);
 }
 
 .news_detail_header {
     text-align: center;
     margin-bottom: 30px;
     padding-bottom: 20px;
     border-bottom: 1px solid #e9e9e9;
 }
 
 .news_detail_title {
     font-size: 28px;
     font-weight: bold;
     color: #333;
     margin-bottom: 15px;
     line-height: 1.4;
 }
 
 .news_detail_meta {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 20px;
     color: #666;
     font-size: 14px;
 }
 
 .news_detail_date {
     color: #888;
 }
 
 .news_detail_category {
     background: #f0f0f0;
     padding: 2px 8px;
     border-radius: 3px;
     color: #666;
 }
 
 .news_detail_author {
     color: #555;
 }
 
 .news_detail_image {
     width: 100%;
     margin: 30px 0;
     border-radius: 8px;
     overflow: hidden;
 }
 
 .news_detail_image img {
     width: 100%;
     height: auto;
     display: block;
 }
 
 .news_detail_content {
     font-size: 16px;
     line-height: 1.8;
     color: #444;
 }
 .news_detail_content img{
	 max-width: 80%;
 }
 
 .news_detail_content p {
     margin-bottom: 20px;
     text-align: justify;
     text-indent: 32px;
 }
 
 .news_detail_content h3 {
     font-size: 20px;
     color: #333;
     margin: 30px 0 15px 0;
     padding-bottom: 10px;
     border-bottom: 1px solid #e9e9e9;
 }
 
 .news_detail_content ul {
     margin: 20px 0;
     padding-left: 30px;
 }
 
 .news_detail_content li {
     margin-bottom: 10px;
 }
 
 .news_detail_footer {
     margin-top: 40px;
     padding-top: 20px;
     border-top: 1px solid #e9e9e9;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }
 
 .news_detail_tags {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
 }
 
 .news_detail_tag {
     background: #e3f2fd;
     color: #1976d2;
     padding: 4px 12px;
     border-radius: 15px;
     font-size: 12px;
 }
 
 .news_detail_views {
     color: #666;
     font-size: 14px;
 }
 
 /* ÍÆ¼öÐÂÎÅÑùÊ½ */
 .news_recommend {
     margin-top: 50px;
     padding-top: 30px;
     border-top: 2px solid #e9e9e9;
 }
 
 .news_recommend_title {
     font-size: 22px;
     font-weight: bold;
     color: #333;
     margin-bottom: 25px;
     padding-bottom: 10px;
     border-bottom: 1px solid #e9e9e9;
 }
 
 .news_recommend_list {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 25px;
 }
 
 .news_recommend_item {
     display: flex;
     gap: 15px;
     padding: 15px;
     border-radius: 8px;
     transition: all 0.3s ease;
     text-decoration: none;
     color: inherit;
 }
 
 .news_recommend_item:hover {
     background: #f8f9fa;
     transform: translateY(-2px);
 }
 
 .news_recommend_image {
     width: 100px;
     height: 70px;
     border-radius: 6px;
     overflow: hidden;
     flex-shrink: 0;
 }
 
 .news_recommend_image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 .news_recommend_content {
     flex: 1;
 }
 
 .news_recommend_item_title {
     font-size: 15px;
     font-weight: bold;
     color: #333;
     margin-bottom: 8px;
     line-height: 1.4;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }
 
 .news_recommend_item_date {
     font-size: 12px;
     color: #888;
 }
 
 @media (max-width: 768px) {
	 .news_detail_container{
		 
	 }
}
 @media (max-width: 768px) {
     .news_detail_container {
         padding: 20px;
     }
     
     .news_detail_title {
         font-size: 24px;
     }
     
     .news_detail_meta {
         flex-direction: column;
         gap: 10px;
     }
     
     .news_detail_footer {
         flex-direction: column;
         gap: 15px;
         align-items: flex-start;
     }
     
     .news_recommend_list {
         grid-template-columns: 1fr;
         gap: 15px;
     }
     
     .news_recommend_item {
         padding: 12px;
     }
 }
 
 
/* ·¢Ã÷×¨ÀûÁÐ±íÒ³Ãæ */
/* ·¢Ã÷×¨ÀûÁÐ±íÒ³Ãæ - ÓÅ»¯°æ */
.patent_container {
    max-width: 170rem;
    margin: 0 auto;
    padding: 8rem 2rem; /* Ôö¼Ó×óÓÒÄÚ±ß¾à£¬±ÜÃâÒÆ¶¯¶ËÒç³ö */
    box-sizing: border-box;
}

.patent_grid {
    display: grid;
    /* ¸ÄÓÃminmaxÈ·±£ÁÐ¿íÒ»ÖÂ£¬Í¬Ê±Ö§³ÖÏìÓ¦Ê½ */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    align-items: stretch; /* Ç¿ÖÆËùÓÐ¿¨Æ¬¸ß¶ÈÒ»ÖÂ */
}

.patent_card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column; /* È·±£ÄÚÈÝÇø×ÔÊÊÓ¦¸ß¶È */
}

.patent_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-bottom: 4px red solid;
}

/* ¹Ø¼üÐÞ¸´£º¹Ì¶¨Í¼Æ¬ÈÝÆ÷¿í¸ß±ÈÎª3:4£¨¸ü·ûºÏ×¨ÀûÖ¤Êé³£¼û±ÈÀý£© */
.patent_image {
    width: 100%;
    height: 0;
    padding-bottom: 133.33%; /* 3:4 ±ÈÀý£¨4/3=1.3333£©£¬±ÈÔ­142.2%¸üÎÈ¶¨ */
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5; /* Í¼Æ¬¼ÓÔØÇ°Õ¼Î»±³¾° */
}

/* ÒÆ³ý¿ÉÄÜ¸ÉÈÅµÄÎ±ÔªËØ£¬±ÜÃâÓëÊµ¼ÊÍ¼Æ¬³åÍ» */
.patent_image::before,
.patent_image::after {
    display: none;
}

.patent_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* ¸ÄÎªcontain£¬È·±£Í¼Æ¬ÍêÕûÏÔÊ¾£¬²»À­Éì */
    padding: 15px; /* Í¼Æ¬ÄÚ±ß¾à£¬±ÜÃâ½ôÌùÈÝÆ÷ */
    box-sizing: border-box;
}

.patent_content {
    padding: 20px;
    flex: 1; /* ÈÃÄÚÈÝÇø×Ô¶¯Ìî³äÊ£Óà¸ß¶È */
    display: flex;
    flex-direction: column;
}

.patent_name {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.4;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.patent_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap; /* ÒÆ¶¯¶Ë×Ô¶¯»»ÐÐ£¬±ÜÃâÖØµþ */
    gap: 8px;
}

.patent_number {
    font-size: 12px;
    color: #e74c3c;
    font-weight: bold;
    white-space: nowrap; /* ×¨ÀûºÅ²»»»ÐÐ */
}

.patent_date {
    font-size: 12px;
    color: #7f8c8d;
    white-space: nowrap; /* ÈÕÆÚ²»»»ÐÐ */
}

/* ±£ÁôÔ­ÃèÊöÑùÊ½£¨Èç¹ûºóÐøÐèÒªÌí¼ÓÃèÊö£© */
.patent_description {
    font-size: 13px;
    color: #5d6d7e;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: auto; /* ÍÆµ½ÄÚÈÝÇøµ×²¿ */
}

.patent_filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.patent_filter {
    padding: 8px 20px;
    background: white;
    border: 2px solid #3498db;
    border-radius: 25px;
    color: #3498db;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.patent_filter:hover,
.patent_filter.active {
    background: #3498db;
    color: white;
}

/* ÏìÓ¦Ê½ÓÅ»¯£º²»Í¬ÆÁÄ»³ß´çÏÂµ÷Õû²¼¾Ö */
@media (max-width: 1200px) {
    .patent_grid {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .patent_grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
    }
    
    .patent_container {
        padding: 4rem 1.5rem;
    }
    
    .patent_name {
        font-size: 15px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .patent_grid {
        grid-template-columns: 1fr; /* ÒÆ¶¯¶Ëµ¥ÁÐ²¼¾Ö */
    }
    
    .patent_image {
        padding-bottom: 150%; /* ÒÆ¶¯¶Ëµ÷ÕûÎª2:3±ÈÀý£¬¸üÊÊºÏÊúÆÁ²é¿´ */
    }
    
    .patent_info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

/* Ä£Ì¬¿òÍ¼Æ¬ÑùÊ½ÓÅ»¯£¨±£³Ö·Å´óºó±ÈÀýÒ»ÖÂ£© */
.modal-content {
    max-width: 90%;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalImage {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}
  /* ·¢Ã÷×¨ÀûÏêÇéÒ³Ãæ */
  .patent_detail_content {
      font-size: 170rem;
      line-height: 1.8;
      color: #444;
  }
  .patent_detail_content img{
	  max-width: 80%;
	  text-align: center;
	  margin:0 auto;
  }
  
  /* ×éÖ¯¼Ü¹¹*/
  .zzjg{
    margin: 0 auto;
    width: 170rem;
    max-width: 100%;
    padding: 6rem 0;
    text-align: center;
    background: #fff;
  }
  .zzjg img{
	  max-width: 80%;
	  display: block; /* ¸ÄÎª¿é¼¶ÔªËØ */
	      margin: 0 auto; /* Ë®Æ½¾ÓÖÐ */
  }
  
  /* ÈÙÓþ×ÊÖÊ */
  .honor_container {
      width: 1600px;
	  max-width: 100%;
      margin: 0 auto;
      padding: 6rem 0;
	  overflow: hidden;
  }
  
  .honor_grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
      gap: 25px;
  }
  
  .honor_card {
      background: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .honor_card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }
  
  .honor_image {
      width: 100%;
      height: auto;
      overflow: hidden;
      cursor: pointer;
  }
  
  .honor_image img {
      width: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
  }
  
  .honor_card:hover .honor_image img {
      transform: scale(1.05);
  }
  
  .honor_content {
      padding: 20px;
  }
  .honor_content h3{
	  font-weight: normal;
  }
  
  .honor_name {
      font-size: 18px;
      margin-bottom: 12px;
      color: #2c3e50;
      line-height: 1.4;
  }
  
  .honor_info {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      font-size: 14px;
      color: #7f8c8d;
  }
  
  .honor_description {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
  }
  
  /* ·Å´óÄ£Ì¬¿òÑùÊ½ */
  .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      z-index: 1000;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s ease;
  }
  
  .modal.active {
      display: flex;
      opacity: 1;
  }
  
  .modal-content {
      max-width: 90%;
      max-height: 90%;
      position: relative;
      animation: zoomIn 0.3s ease;
  }
  
  @keyframes zoomIn {
      from {
          transform: scale(0.8);
          opacity: 0;
      }
      to {
          transform: scale(1);
          opacity: 1;
      }
  }
  
  .modal img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  }
  
  .close-btn {
      position: absolute;
      top: -40px;
      right: 0;
      color: white;
      font-size: 30px;
      cursor: pointer;
      background: none;
      border: none;
      transition: color 0.3s ease;
  }
  
  .close-btn:hover {
      color: #3498db;
  }
  
  /* ÏìÓ¦Ê½µ÷Õû */
  @media (max-width: 768px) {
      .honor_grid {
          grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
          gap: 20px;
      }
      
      .honor_content {
          padding: 15px;
      }
      
      .honor_name {
          font-size: 16px;
      }
  }
  
  
  /* ÁªÏµEVOÊÓÑ¶Ò³Ãæ */
	  
  .contact_container {
	  margin: 0 auto;
	      max-width: 170rem;
	      margin-top: 6rem;
		  margin-bottom: 6rem;
		  background: #fff;
	      display: flex;
	      justify-content: space-between;
	      overflow: hidden;
	}
.contact_left{
	width:75.7rem;
	background: #C62E2C url(../images/bg5.png) no-repeat 0 35.6rem;
	padding:7rem 0;
}
.contact_title{
	margin-left: 8.4rem;
	margin-bottom: 50px;
	font-size:3.2rem;
	color:#fff;
	font-weight:normal;
	position: relative;
	clear: both;
}
.contact_title::after{
		content: '';
		position: absolute;
		bottom: -2rem;
		left: 0;
		width: 0;
		height: 3px;
		width:5rem;
		background-color: #fff;
		/* ºìÉ« */
		transition: width 0.3s ease;
		/* ¿í¶È¹ý¶É¶¯»­ */
	}
.contact_info{
	width:60rem;
	margin-left: 8.4rem;
	margin-top: 20px;
	text-align: left;
	overflow: hidden;
	clear:both;
}
.contact_info img{
	float:left;
	width:6rem;
}
.contact_info .text{
	float:left;
	width:42rem;
	margin-left: 2rem;
	color:#fff;
	font-size:2.2rem;
	line-height: 3.6rem;
}

.contact_right{
	width:85rem;
	background: #fff;
	padding:7rem 0;
	vertical-align: top
}
.contact_title1{
	margin-left: 4.4rem;
	font-size:3.2rem;
	color:#C62E2C;
	font-weight:normal;
	position: relative;
	clear: both;
}
.contact_title1::after{
		content: '';
		position: absolute;
		bottom: -2rem;
		left: 0;
		width: 0;
		height: 3px;
		width:5rem;
		background-color: #C62E2C;
		/* ºìÉ« */
		transition: width 0.3s ease;
		/* ¿í¶È¹ý¶É¶¯»­ */
	}

    /* ±íµ¥ÈÝÆ÷ */
    .form-container {
      width: 80%;
      padding: 20px;
	  margin-top: 50px;
    }
    
    /* ±íµ¥ÑùÊ½ */
    .message-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    /* ÊäÈë¿òÑùÊ½ */
    .form-input, .form-textarea {
      width: 100%;
      padding: 12px 15px;
      border-radius: 8px;
      background-color: #f0f4f8;
      border: none;
      font-size: 16px;
      transition: all 0.3s ease;
    }
    
    .form-input:focus, .form-textarea:focus {
      outline: none;
      box-shadow: 0 0 0 2px rgba(166, 36, 36, 0.5);
    }
    
    .form-textarea {
      min-height: 120px;
      resize: none;
    }
    
    /* Ìá½»°´Å¥ÑùÊ½ */
    .submit-btn {
      width: 100%;
      padding: 12px;
      background-color: #a62424;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    
    .submit-btn:hover {
      background-color: #921f21;
      transform: scale(1.01);
    }
    
    .submit-btn:active {
      transform: scale(0.99);
    }
/* µ×²¿µØÍ¼ */
.map_container {
	      max-width: 100%;
	      margin-top: 6rem;
	      overflow: hidden;
		  clear: both;
	}
.map_container img{
	width:100%;
}
/* ÁªÏµEVOÊÓÑ¶ÏìÓ¦Ê½Éè¼Æ */
	@media (max-width: 1200px) {
		.form-container{
			width:90%;
			padding:10px;
		}
	}
	@media (max-width: 820px) {
		.form-container{
			width:95%;
		}
	}
	@media (max-width: 768px) {
		.contact_container{
			display: grid;
			width: 100%;
			padding-left: 10px;
			padding-right: 10px;
			justify-content: normal;
		}
		
		.contact_left{
			width:100%;
			background: #C62E2C url(../images/bg6.png) no-repeat 0 35.6rem;
			padding:7rem 0;
		}
		.contact_right{
			width: 100%;
		}
		.form-container{
			width:95%;
		}
	}

	@media (max-width: 486px) {
		.contact_container{
			padding: 0;
		}
		.contact_left{
		    margin:0;
		}
		.contact_title{
		    margin-left: 10px;
		}
		.contact_info{
		    margin-left: 20px;
		}
		.contact_info img{
		    margin-top: 1rem;
		}
		.contact_title1{
		    margin-left: 10px;
		}
		.form-container{
		    width: 94%;
		}
		
	}
/* ÆóÒµÎÄ»¯ */
.culmain{
	margin: 0 auto;
	    width: 170rem;
		max-width: 100%;
	    padding: 6rem 2rem;
		background: #fff;
		text-align: left;
		font-size:16px;
		line-height: 180%;
}
		
@media (max-width: 768px) {
	.zzjg,.culmain{
		font-size: 2.4rem;
	}

}