
.product_drawing img {
	width: 100%;
}

.product_part {
	background: linear-gradient(to bottom right, #a7e8ff, #212936);
}

.product_part .module {
	color: #fff;
	display: flex;
	align-items: center;
}

.product_part .module h1 {
	font-size: 55px;
}

.product_part .module p {
	margin-top: 10px;
	font-size: 14px;
}

.swiper-slide img {
	width: 100%;
	display: block;
}

.Product_flex {
	border: 1px solid #ff0000;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	margin: 20px auto;
}

.Product_flex>div {
	width: 48%;
}

.Product_flex .product_expound {
	background-color: #f4f4f4;
	padding: 20px;
}

.Product_flex .product_expound b {
	color: #222;
}

.Product_flex .product_expound p {
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}

@media (max-width: 699px) {
	.Product_flex {
		display: block;
		width: 98%;
	}

	.Product_flex>div {
		width: 100%;
		margin: 0 auto;
	}

}

.headline {
	font-size: 20px;
	border-bottom: 1px solid #212936;
	display: inline-block;
	padding-bottom: 10px;
	font-weight: 500;
	margin-top: 20px;
}

/* 产品 */
.product_img img {
	width: 100%;
	border: 1px solid #ff0000;
}

.product_table {
	text-align: center;
}

.product_table h3 {
	background-color: #4788bd;
	display: inline-block;
	color: #ffffff;
	padding: 10px 40px;
	border-radius: 25px;
	font-size: 16px;
}

.product_table p {
	border: 1px solid #ffaa7f;
	padding: 10px;
	color: #666;
	font-size: 14px;
	text-align: left;
}

/* 技术参数 */
table {
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	margin-top: 20px;
	padding: 10px;
}

table td:nth-child(1) {
	color: #444;
	font-weight: 600;
}

table tr:nth-child(1) td {
	color: #444;
	font-weight: 600;
}

table tr:last-child td {
	border-bottom: none;
}
th,
td {
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;
	color: #666;
	font-size: 14px;
}

/* 技术参数2-8 */
.parameter {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.parameter>.ranks_list {
	width: 20%;

}

.parameter>.parameter_list {
	width: 80%;
}

@media (max-width: 1350px) {
	.product_part .module h1 {
		font-size: 40px;
		color: #000;
	}
}

@media (max-width: 1050px) {
	.product_part .module h1 {
		font-size: 30px;
		color: #ffff00;
	}
}

@media (max-width: 1000px) {

	.parameter {
		display: block;
		margin: 0 auto;
		background-color: #a7e8ff;
	}

	.parameter>.ranks_list {
		width: 60%;
		margin: 0 auto;
	}

	.parameter>.parameter_list {
		width: 100%;
		margin: 0 auto;
	}

	.product_part .module h1 {
		font-size: 30px;
		color: #55ff7f;
	}
}

@media (max-width: 699px) {
	.parameter {
		padding: 0px;
		background-color: #ffaa00;
	}

	.parameter>.ranks_list {
		width: 100%;
	}



}