@charset "UTF-8";

/* 业绩案例 */

.yjal-box {

	width: 1205px;

	margin: 80px auto;

}

.yjal-title {

	width: 100%;

	display: flex;

	justify-content: center;

}

.yjal-list {

	padding-top: 60px;

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.yjal-item {

	width: 48.29%;

	padding: 25px;

	margin-bottom: 40px;

	background-color: #f6f6f6;

	display: flex;

	justify-content: space-between;

}

.yjal-item-info {

	width: 60%;

	display: flex;

	align-items: center;

	justify-content: center;

}

.yjal-item-info-box {

	width: 100%;

}

.yjal-info-title {

	font-family: MicrosoftYaHei;

	font-size: 16px;

	letter-spacing: 0px;

	color: #333333;

}

.yjal-line {

	margin: 10px 0 20px 0;

	width: 70px;

	height: 1px;

	background-color: #e1e1e1;

}

.yjal-info-contant {

	font-family: MicrosoftYaHei;

	font-size: 14px;

	line-height: 28px;

	letter-spacing: 0px;

	color: #999999;

}

.yjal-item-img {

	width: 37%;

	display: flex;

	align-items: center;

	justify-content: center;

}

.yjal-item-img-box {

	width: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	overflow: hidden;

}

.yjal-item-img-box img {

	width: 100%;

}

@media (max-width: 1920px) {}

@media (max-width: 1599px) {}

@media (max-width: 1477px) {}

@media (max-width: 1365px) {}

@media (max-width: 1199px) {

	.yjal-box {

		width: 96%;

	}

}



@media (max-width: 990px) {

	.yjal-item {

		width: 100%;

	}

}



@media (max-width: 767px) {
	.sjbread {
		display: none;
	}

	.yjal-box {

		margin: 30px auto;

	}

	.yjal-list {

		padding-top: 30px;

	}

	.yjal-item {

		flex-wrap: wrap;

		flex-direction: column-reverse;

	}

	.yjal-item-img {

		width: 100%;

	}

	.yjal-item-info {

		margin-top: 15px;

		width: 100%;

	}

}
