.w1440 {
	overflow: inherit;
}

.pros {
	margin-top: 2vw;
}

.search_top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.search_top .left em {
	color: #008cd6;
	font-style: normal;
}

.search_top .right {
	width: 620px;
	padding: 10px 150px 10px 20px;
	background-color: #fff;
	position: relative;
	border-radius: 5px;
	box-shadow: 5px 5px 20px #e5eaf0;
}

.search_top .right input {
	border: 0;
	height: 40px;
	width: 100%;
}

.search_top .right .a_btn {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	display: -ms-flexbox;
	display: flex;
	width: 140px;
	height: 90%;
	background-color: #008cd6;
	color: #fff;
	border-radius: 3px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.search_top .right .a_btn svg {
	margin-left: 10px;
}

.search_bottom {
	margin-top: 2vw;
}

.search_list dl {
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 5px 5px 20px #e5eaf0;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	border-radius: 5px;
	justify-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.search_list dt {
	-ms-flex: 0 0 290px;
	flex: 0 0 290px;
	height: 180px;
}

.search_list dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.search_list dd {
	-ms-flex: 1;
	flex: 1;
	padding: 2vw;
	margin-bottom: 0;
}

.search_list dd h3 {
	font-weight: 700;
}

.search_list dd h3 a {
	color: #333;
}

.search_list dd h3 a:hover {
	color: #008cd6;
}

.search_list dd .p {
	color: #999;
	margin-top: 1.1vw;
}

.search_list dd .p a {
	color: #999;
}

.search_list dd .p a:hover {
	color: #008cd6;
}

@media screen and (max-width: 1200px) {
	.pros .inner_tit {
		margin-bottom: 5vw;
		
	}

	.search_top .right {
		width: 50%;
	}

	.search_top .right .a_btn {
		width: 110px;
	}

	.search_bottom {
		margin-top: 3vw;
		
	}

}

@media screen and (max-width: 1000px) {
	.search_list dt {
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
		height: 112px;
	}
}

@media screen and (max-width: 767px) {
	.cont1 {
		padding-bottom: 10vw;
	}

	.pros {
		margin-top: 8vw;
	}

	.search_list dt {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		height: 52vw;
		text-align: center;
		margin-bottom: 5vw;
	}

	.search_list dt img {
		width: auto;
		max-width: 100%;
		display: inline-block;
	}

	.search_list dd h3 {
		margin-bottom: 0vw;
		line-height: 1.6;
	}

	.search_list dd .p {
		margin-top: 3vw;
	
	}

	.search_top {
		-ms-flex-direction: initial;
		flex-direction: initial;
	}

	.search_top .right {
		width: 100%;
	
	}

	.search_top .right input {
		height: 30px;
	
	}

	.search_top .left {
		margin-top: 8vw;
	
	}

	.search_bottom {
		margin-top: 5vw;
	}
}