* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}


.head-div {
	max-width: 1920px;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: black;
}

.LOGO-div {
	width: 196px;
}

.LOGO-img {
	width: 100%;
}

.head-input {
	width: 600px;
	height: 60px;
	border-radius: 30px;
	margin-top: 20px;
	padding-left: 52px;
}

.weizhi-div {
	/*max-width: 1920px;*/
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.weizhi-span {
	font-size: 18px;
	color: #666666;
	margin-left: 200px;
}

.xiangqing-div {
	max-width: 1402px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 58px;
	margin-bottom: 140px;
}

.xiangqing-imgdiv {
	width: 700px;
}

.xiangqing-img {
	width: 100%;
}

.xiangqing-neirong {
	max-width: 650px;
	padding-top: 54px;
	display: flex;
	flex-direction: column;
	gap: 52px;
}

.neirong-top {
	display: flex;
	flex-direction: column;
}

.chanpin-2 {
	font-size: 36px;
	font-weight: 600;
}

.chanpin-1 {
	font-size: 36px;
	font-weight: 600;
}

.neirong-bottomn {
	font-size: 18px;
	color: #333333;
}

.xiangqing-div2 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.xiangqing-sxdiv {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
}

.spec-container {
	width: 1400px;
	height: 432px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #eaeaea;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	margin-bottom: 100px;
}

.spec-title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.spec-table {
	width: 100%;
	height: calc(432px - 60px);
	border-collapse: collapse;
	table-layout: fixed;
}

.spec-table th,
.spec-table td {
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #eee;
	font-size: 24px;
	color: #333;
}

.spec-table th {
	font-weight: normal;
}

.text-left-inner {
	text-align: left;
	display: inline-block;
}

.cpxq-bottom {
	max-width: 1920px;
	width: 100%;
	background-color: #F5F5F5;
	margin: 0 auto;
	padding-top: 91px;
	padding-bottom: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.cpxq-bottom1 {
	font-size: 36px;
	font-weight: 600;
}

.cpxq-bottom2 {
	font-size: 18px;
}

.subscribe-form {
	display: flex;
	align-items: center;
	width: 394px;
	height: 51px;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
}

.subscribe-form input {
	flex: 1;
	width: 234px;
	padding: 10px;
	border: none;
	outline: none;
	font-size: 18px;
	box-sizing: border-box;
}

/*.subscribe-form button {*/
/*	background-color: #107038;*/
/*	color: white;*/
/*	border: none;*/
/*	width: 160px;*/
/*	height: 51px;*/
/*	font-size: 14px;*/
/*	text-transform: uppercase;*/
/*	cursor: pointer;*/
/*	transition: background-color 0.3s;*/
/*}*/
.form-button {
	background-color: #107038;
	color: white;
	border: none;
	width: 160px;
	height: 51px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s;
}
form {
    background-color: #e0e0e0;
}






@media (max-width: 1280px) and (min-width: 768px) {
	.head-div {
		max-width: 1280px;
		width: 100%;
		height: 100px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		background-color: black;
	}

	.LOGO-div {
		width: 120px;
		display: flex;
		align-items: center;
	}

	.LOGO-img {
		width: 100%;
	}

	.head-input {
		width: 400px;
		height: 40px;
		border-radius: 40px;
		margin-top: 30px;
		padding-left: 52px;
	}

	.weizhi-div {
		max-width: 1280px;
		height: 60px;
		margin: 0 auto;
		background-color: #F5F5F5;
		display: flex;
		align-items: center;
		margin-bottom: 60px;
	}

	.weizhi-span {
		font-size: 16px;
		color: #666666;
		margin-left: 100px;
	}

	.xiangqing-div {
		max-width: 1280px;
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		gap: 0px;
		margin-bottom: 80px;
	}

	.xiangqing-imgdiv {
		max-width: 400px;
	}

	.xiangqing-img {
		width: 80%;
	}

	.xiangqing-neirong {
		max-width: 500px;
		padding-top: 0px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.chanpin-2 {
		font-size: 18px;
		font-weight: 600;
	}

	.chanpin-1 {
		font-size: 18px;
		font-weight: 600;
	}

	.neirong-bottomn {
		font-size: 14px;
		color: #333333;
	}

	.spec-container {
		max-width: 1280px;
		width: 90%;
		height: 432px;
		margin: 0 auto;
		background: #fff;
		border: 1px solid #eaeaea;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		overflow: hidden;
		margin-bottom: 40px;
	}

	.spec-title {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #333;
		padding: 20px 0;
		border-bottom: 1px solid #eee;
	}

	.spec-table {
		width: 100%;
		height: calc(432px - 60px);
		border-collapse: collapse;
		table-layout: fixed;
	}

	.spec-table th,
	.spec-table td {
		padding: 20px;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #eee;
		font-size: 18px;
		color: #333;
	}

	.spec-table th {
		font-weight: normal;
	}

	.text-left-inner {
		text-align: left;
		display: inline-block;
	}
	
	.cpxq-bottom {
		max-width: 1280px;
		width: 100%;
		background-color: #F5F5F5;
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	
	.cpxq-bottom1 {
		font-size: 20px;
		font-weight: 600;
	}
	
	.cpxq-bottom2 {
		font-size: 16px;
	}
	
	.subscribe-form {
		display: flex;
		align-items: center;
		width: 394px;
		height: 51px;
		border: 1px solid #ccc;
		border-radius: 4px;
		overflow: hidden;
	}
	
	.subscribe-form input {
		flex: 1;
		width: 234px;
		padding: 10px;
		border: none;
		outline: none;
		font-size: 14px;
		box-sizing: border-box;
	}
	
	.form-button {
		background-color: #107038;
		color: white;
		border: none;
		width: 160px;
		height: 51px;
		font-size: 14px;
		text-transform: uppercase;
		cursor: pointer;
		transition: background-color 0.3s;
	}
}



@media (max-width: 767px) {
	.head-div {
		max-width: 767px;
		width: 100%;
		height: 60px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		background-color: black;
	}

	.LOGO-div {
		width: 80px;
		display: flex;
		align-items: center;
	}

	.LOGO-img {
		width: 100%;
	}

	.head-input {
		width: 200px;
		height: 30px;
		border-radius: 15px;
		margin-top: 15px;
		padding-left: 20px;
	}

	.weizhi-div {
		max-width: 767px;
		height: 30px;
		margin: 0 auto;
		background-color: #F5F5F5;
		display: flex;
		align-items: center;
		margin-bottom: 40px;
	}

	.weizhi-span {
		font-size: 10px;
		color: #666666;
		margin-left: 20px;
	}

	.xiangqing-div {
		max-width: 767px;
		width: 90%;
		display: flex;
		flex-direction: column;
		gap: 30px;
		margin-bottom: 40px;
	}

	.xiangqing-imgdiv {
		max-width: 200px;
		margin: 0 auto;
	}

	.xiangqing-img {
		width: 100%;
	}

	.xiangqing-neirong {
		max-width: 500px;
		padding-top: 10px;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.neirong-top {
		display: flex;
		flex-direction: column;
	}

	.chanpin-2 {
		font-size: 14px;
		font-weight: 600;
	}

	.chanpin-1 {
		font-size: 14px;
		font-weight: 600;
	}

	.neirong-bottomn {
		font-size: 12px;
		color: #333333;
	}

	.spec-container {
		max-width: 767px;
		width: 90%;
		height: 300px;
		margin: 0 auto;
		background: #fff;
		border: 1px solid #eaeaea;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		overflow: hidden;
		margin-bottom: 40px;
	}

	.spec-title {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #333;
		padding: 20px 0;
		border-bottom: 1px solid #eee;
	}

	.spec-table {
		width: 100%;
		height: calc(300px - 60px);
		border-collapse: collapse;
		table-layout: fixed;
	}

	.spec-table th,
	.spec-table td {
		padding: 20px;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #eee;
		font-size: 10px;
		color: #333;
	}

	.spec-table th {
		font-weight: normal;
	}

	.text-left-inner {
		text-align: left;
		display: inline-block;
	}
	
	.cpxq-bottom {
		max-width: 767px;
		width: 100%;
		background-color: #F5F5F5;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	
	.cpxq-bottom1 {
		font-size: 16px;
		font-weight: 600;
	}
	
	.cpxq-bottom2 {
		font-size: 10px;
	}
	
	.subscribe-form {
		display: flex;
		align-items: center;
		width: 250px;
		height: 30px;
		border: 1px solid #ccc;
		border-radius: 4px;
		overflow: hidden;
	}
	
	.subscribe-form input {
		flex: 1;
		width: 170px;
		padding: 10px;
		border: none;
		outline: none;
		font-size: 10px;
		box-sizing: border-box;
	}
	
	.form-button {
		background-color: #107038;
		color: white;
		border: none;
		width: 80px;
		height: 30px;
		font-size: 10px;
		text-transform: uppercase;
		cursor: pointer;
		transition: background-color 0.3s;
	}

}