.top_text h2 {
	margin: 0;
}

.img_top {
	width: 100%;
	position: relative;
}

.img_top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img_top .mobile_banner {
	display: none;
}

.top_text {
	text-align: center;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.top_text strong {
	color: #fff !important;
	line-height: 55px;
}

.input-group {
	margin-top: 20px;
}

.search_box {
	margin-top: 50px;
	width: 100%;
	display: none;
}

.search_box p {
	line-height: 32px;
}

.input-group input {
	border-radius: 40px;
	height: 3vw;
	min-height: 30px;
	max-height: 50px;
	background-clip: inherit
}

.btn {
	background-color: #f5f7fa;
	border-radius: 40px;
	height: 3vw;
	width: 3vw;
	min-width: 30px;
	min-height: 30px;
	max-height: 50px;
	max-width: 50px;
	background-size: 50%;
	background-position: center;
	/* 仅水平居中 */
	background-repeat: no-repeat;
	border-left: 1px solid #e9e9e9;
}

.btn img {
	min-height: auto;
	height: 70% !important;
	width: 70%;
}

.content {
	width: 100%;
	border: 0;
	position: relative;
}

.content_box {
	max-width: 1320px;
	padding: 0 0 100px;
	min-height: 400px;
	margin: 0 auto;
	box-sizing: border-box;
}

.font-height {
	font-size: 18px;
}

/* #e1e1e1 */
.dashed {
	background: repeating-linear-gradient(to right, #e1e1e1, #e1e1e1 15px, transparent 12px, transparent 20px);
	/* 创建一条虚线背景 */
	height: 1px;
	/* 设置元素的高度为1像素 */
	width: 100%;
	/* 设置元素的宽度为100% */
}

.content_title {
	width: 100%;
	padding: 150px 0 50px;
}

.product_information_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
	align-items: center;
	padding: 0 10px;
}

.filter_box {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	white-space: nowrap;
	width: 75%;
}

.text_box {
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.left_text_box {
	flex: 1;
}

.left_text_box:hover .left_title {
	color: #cf261c;
}

.left_title {
	font-size: 16px;
	line-height: 2;
}

.bottom_text {
	display: grid;
	grid-template-columns: 2fr 1fr 70px;
	grid-column-gap: 10px;
	align-items: center;
	font-size: 14px;
}

.bottom_text .bottom_text_item,
.bottom_text .text_val {
	color: #999;
}

.down_box {
	flex: 1;
	text-align: right;
	min-width: 60px;
}

.down_btn {
	cursor: pointer;
}

.card {
	overflow: hidden;
}

.card:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}

.card:hover .card-text {
	color: #cf261c;
}

.card-text {
	font-size: 18px;
}

.common_documents a {
	text-decoration: none;
}

.filter_documents {
	width: 100%;
	padding: 150px 10px 50px;
}

.filter_documents a {
	flex: 1;
	color: #000;
	text-decoration: none;
}

.filter_documents .down_btn:hover span,
.filter_documents a:hover {
	color: #cf261c;
}

.content_box .empty_box {
	width: 100%;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	color: #999;
	padding: 20% 0 0;
}

.content_box .empty_box img {
	width: 26%;
	min-width: 300px;
	margin: 40px auto 15px;
}

.word_box {
	cursor: pointer;
}

.word_box:hover h6 {
	color: red;
}

.download {
	cursor: pointer;
}

@media screen and (max-width: 1330px) {
	.filter_box {
		top: -25px
	}
}

@media screen and (max-width: 1136px) {
	.content_title {
		padding: 160px 0 50px;
	}

	.filter_box {
		top: -20px
	}
}

@media screen and (max-width: 1120px) {
	.filter_box {
		top: -10px
	}
}

@media screen and (max-width: 1024px) {
	.input-group {
		margin-top: 0;
	}

	.filter_box {
		position: relative;
		border-radius: 0 !important;
		width: 100% !important;
	}

	.content_title {
		padding: 50px 0 50px
	}

	.filter_documents {
		padding: 50px 10px;
	}

	.content_box {
		padding: 0 0 100px;
		overflow: hidden;
	}

	.content {
		overflow: hidden;
	}
}

@media screen and (max-width: 992px) {
	.product_information_list {
		grid-template-columns: 1fr 1fr;
	}

	.product_information_list small {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.left_title {
		line-height: 1.5;
	}
	
	.bottom_text {
		grid-template-columns: 1fr;
		font-size: 12px;
	}

	.down_btn {
		cursor: pointer;
	}

	.down_btn img {
		width: 14px;
		height: 14px;
		object-fit: contain;
	}

	.down_btn span {
		font-size: 14px;
	}

	.img_top .pc_banner {
		display: none;
	}

	.img_top .mobile_banner {
		display: block;
	}
}

@media screen and (max-width: 576px) {
	.top_text {
		display: none;
	}

	.text_box {
		display: block;
		position: relative;
	}

	.product_information_list {
		grid-template-columns: 1fr;
	}

	.left_text_box .left_title {
		width: calc(100% - 60px);
	}

	.down_box {
		max-width: 60px;
		width: 52px;
		position: absolute;
		right: 0;
		top: 0;
	}
}