.about-content p {
	font-size: 16px;
	text-indent: 32px;
	color: #0F0F0F;
}
.about-content img {
	margin: 20px 0 50px;
	width: 100%;
}
.about-ys {
	background: #F1F2F0;
}
.ys-content .item {
	margin-bottom: 20px;
}
.ys-content .item img {
	height: 280px;
}
.ys-content .item .desc {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 280px;
	width: 50%;
	padding-left: 20px;
	padding-right: 0;
	float: right;
}
.ys-content .item:nth-child(2) .desc {
	float: left;
	padding-left: 0;
	padding-right: 20px;
}
.desc .cell {
	padding-left: 30px;
}
.desc .cell-t {
	margin-left: -25px;
	color: #101010;
	font-weight: bold;
	font-size: 24px;
}
.desc .cell-c {
	color: rgba(16, 16, 16, 1);
	font-size: 14px;
}
.about-kh {
	background: #fff;
}
.tab-list {
	width: 50%;
	margin-bottom: 20px;
}
.tab-list .tab-item {
	height: 30px;
	line-height: 28px;
}
.tab-content .tab-row .item {
	padding: 20px 0;
	text-align: center;
}
.tab-content .tab-row .item span {
	display: inline-block;
	width: 35%;
	margin: 0 5%;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.kh-btn {
	text-align: center;
	padding: 20px 0;
}
.kh-btn .btn {
	width: 164px;
	text-align: center;
	padding: 10px 12px;
	color: #FF9800;
	border: 1px solid #FF9800;
}

@media (max-width: 1200px) {
	.ys-content .item img {
		width: 50%;
		height: auto;
	}
}
@media (max-width: 992px) {
	.ys-content .item .desc {
		height: 200px;
	}
}
@media (max-width:768px) {
	.ys-content .item img {
		width: 100%;
		height: auto;
	}
	.ys-content .item .desc {
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.ys-content .item .desc .cell {
		padding: 15px 0;
	}
	.desc .cell-t {
		margin-left: 0;
	}
}
@media (max-width:640px) {
	.banner-image img {
		object-position: 80% center;
	}
	.tab-list {
		width: 100%;
	}
	.tab-content .tab-row .item {
		padding: 0;
	}
	.tab-content .tab-row .item span {
		width: 90%;
		margin: 10px 0;
	}
}