.services {
	padding-bottom: 150px;
}

.wenda {
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 250px;
}

.wenda_list {
	padding-top: 55px;
	padding-bottom: 56px;
	min-height: 355px;
	border-top: 2px solid #f2f3f7;
	border-bottom: 2px solid #f2f3f7;
}

.wenti {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wenti_zuo {
	width: 90%;
}

.wenti_zuo {
	display: flex;
	align-items: center;
}

.wenti_q {
	width: 40px;
	height: 40px;
	background: linear-gradient(to bottom right, #f74a48, #bf2929);
	color: #fff;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	border-radius: 5px;
}

.wenti_wen h2 {
	font-size: 37.5px;
}

.wenti_you {
	width: 40px;
	height: 40px;
}

.wenti_you img {
	width: 100%;
	height: 100%;
}

.huida {
	padding-top: 40px;
	display: flex;
}

.huida_a {
	width: 40px;
	height: 40px;

	border: #bf2929 2px solid;
	color: #bf2929;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	border-radius: 5px;
}

.huida_nei p {
	font-size: 25px;
	line-height: 50px;
}

@media screen and (max-width:1500px) {
	.wenda{
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media screen and (max-width:768px) {
	.wenti_wen h2 {
	    font-size: 17.5px;
	}
	.wenti_q {
	    width: 30px;
	    height: 30px;
	   
	    font-size: 18px;
	   
	    margin-right: 10px;
	   
	}
	.huida_a{
		width: 30px;
		height: 30px;
			   
		font-size: 18px;
			   
		margin-right: 10px;
	}
	.huida_nei p {
	    font-size: 16px;
	    line-height: 26px;
	}
	.huida_nei{
		width: 95%;
	}
	.services {
	    padding-bottom: 100px;
	}
}