@media (max-width:1400px) {
	.list-pro .listpro .proitem {
		width: 48%;
	}
}

@media (max-width:1000px) {
	.list-pro .listpro .proitem {
		width: 90%;
		margin: 0 auto 30px auto !important;
	}

	.bdage span {

		margin-bottom: 5px;
		display: inline-block;
	}

	.bdage {

		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.inban-pro {
		background: url({$eyou.field.mobileimg}) center/cover !important;

	}

	.inban-pro {
		height: 55vh;
	}

	.inban-pro .ban-a {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.text h3 {
		font-size: 30px !important;
		line-height: 30px !important;
		letter-spacing: 0px !important;
	}

	.text p {
		font-size: 20px !important;
		line-height: 20px !important;
	}
}