﻿.product.page_banner div {
	max-width: 1600px;
	margin: 0 auto;
}

.product.page_banner h2 {
	width: 100%;
	font-weight: 500;
	font-size: 60px;
	margin-bottom: 15px;
	letter-spacing: 3px;
	line-height: 1.4;
}

.product.page_banner pre {
	width: 100%;
	font-size: 24px;
	letter-spacing: 4px;
	line-height: 1.6;
}

.product_text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product_text .text {
	width: 50%;
	padding: 85px 120px 0 150px;
	line-height: 1.4;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*.product_text .text strong {*/
/*    display: block;*/
/*    font-size: 40px;*/
/*    color: #000;*/
/*    font-weight: 500;*/
/*    line-height: 1.4;*/
/*}*/

/*.product_text .text p {*/
/*    font-size: 16px;*/
/*    margin-bottom: 20px;*/
/*    line-height: 1.8;*/
/*    color: #111;*/
/*}*/
.product_text .text img {
	max-width: 100% !important;
}

.product_text .img {
	width: 50%;
}

.product_text .img img {
	width: 100%;
	height: auto;
}

.product_list {
	background-color: #f5f5f5;
	padding: 40px 0;
}

.product_list h6 {
	max-width: 1600px;
	margin: 0 auto;
	font-size: 36px;
	color: #000;
	font-weight: 500;
}

.product_list ul {
	width: 1600px;
	margin: 40px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product_list ul li {
	width: 370px;
	height: 470px;
	background-color: #fff;
	margin-right: 40px;
	margin-bottom: 50px;
}

.product_list ul li:nth-child(4n) {
	margin-right: 0;
}

.product_list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}

.product_list li .img {
	width: 100%;
	height: 235px;
	overflow: hidden;
}

.product_list li .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.product_list li .text {
	width: 100%;
	height: 235px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 30px 20px;
	position: relative;
}

.product_list li .text strong {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}

.product_list li .text p {
	font-size: 16px;
	line-height: 1.4;
}

.product_list li .text span {
	width: 124px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	left: 30px;
	bottom: 20px;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.product_list li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.product_list li .text span:hover {
	color: #fff;
	background-color: #000;
}

.contact {
	padding: 70px 0 60px;
	color: #000;
	letter-spacing: 3px;
}

.contact strong {
	display: block;
	font-size: 36px;
	margin-bottom: 35px;
	font-weight: 500;
}

.contact p {
	font-size: 24px;
}

.contact a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #EB6120;
	margin: 50px auto 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.contact a:hover {
	background-color: #000;
}

/* 手机端 */
.banner-wap {
	width: 100%;
    height:180px;
	/* height: 80px; */
}







/* 关于再生 */
.container-wap {
	/* display: flex; */

	width: 100%;
}




.text-content {
	flex: 0 0 50%;
	/* 固定30%宽度 */
	padding-right: 20px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 20px;
	display: grid;
	gap: 8px;

}

.container_title_two {
	width: 100%;
	height: auto;


	overflow: hidden;
	text-overflow: ellipsis;
		text-indent: 2em;

}

.container_title {
	font-size: 18px;
	color: #000;
	font-weight: 400;

}


.image-container {
	width: 95%;
	height: 0;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 50%;

	position: relative;
}

.image-container img {
		
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 我们的产品 */
.OurProducts {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}

.Products-box {
	width: 95%;
	height: auto;
	margin: 0 auto;

}

.OurProducts_title {
	
    margin-bottom: 16px;
	padding-top:20px;
}

.OurProducts_item_box {
	width: 100%;
	height: auto;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}



.OurProducts_item {
	flex: 0 0 calc(50% - 5px);
	height: auto;
	background-color: #fff;
	box-sizing: border-box;

}

.item_img {
	width: 100%;
   
    margin-top:20px;

}

.text{
	padding: 16px 0px;
}

.text_title {
	
	margin: 10px;
}

.text_item {
	
	margin:10px ;
}

.txt_btn {
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin: 10px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 10px;
	color: #000;
	font-weight: 300;
	border-radius: 4px;
	padding: 5px 10px;



}

