.about_box {
	margin-top: 50px;
}

.about_fx {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.about_left {
	width: 48%;
	display: flex;
}

.about_fl {
	width: calc(100% / 3);
	padding: 0 2% 0 0;
}

.about_fl H4 {
	font-size: 64px;
	font-weight: 700;
	color: #333;
}

.about_fl H4 span {
	font-size: 32px;
}

.about_fl em {
	font-size: 20px;
	color: #666;
	font-style: normal;
	line-height: 26px;
}

.about_fl p {
	font-size: 14px;
	color: #666;
	margin-top: 50px;
	line-height: 24px;
}

.about_right {
	width: 51%;
}

.about_right h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
}

.about_right .about_js p {
	font-size: 15px;
	color: #666;
	line-height: 2;
	margin-bottom: 20px;
}



.qywh_box {
	background: #f89c1c;
	width: 100%;
	padding: 70px 70px 50px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.qywh_item {
	display: flex;
	align-items: center;
	width: 40%;
	color: #ffffff;
	margin-bottom: 40px;
}

.qywh_item .qywh_text {
	margin-left: 30px;
}

.qywh_item img {
	width: 120px;
}

.qywh_text h3 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;

}

.qywh_text p {
	font-size: 19px;
	line-height: 25px;
}

.gshj_box {
	margin-bottom: 50px;
}

.gshjtitle {
	text-align: center;
	margin-bottom: 15px;
}

.gshjtitle h3 {
	font-size: 42px;
	line-height: 55px;
	font-weight: bold;
}

.gshjtitle p {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
	line-height: 39px;
}

.gshj_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gshj_item {
	width: calc(96% / 3);
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid #ddd;
	margin-bottom: 2%;
}

.gshj_item .gshjimg {
	overflow: hidden;
	transition: all 0.4s;
}

.gshj_item .gshjimg img {
	transition: all 0.4s;
}

.gshj_list .gshj_item p {
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

.gshj_item:hover .gshjimg img {
	transform: scale(1.2);
}


@media screen and (max-width:1400px) {
	.about_box {
		margin-top: 36px;
	}

	.about_fx {
		margin-bottom: 36px;
	}

	.about_fl H4 {
		font-size: 50px;
	}

	.about_fl p {
		margin-top: 24px;
	}

	.about_right h3 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.about_right .about_js p {
		margin-bottom: 10px;
	}

	.qywh_box {
		padding: 50px 40px 30px;
	}

	.qywh_item {
		width: 48%;
		margin-bottom: 30px;
	}

	.qywh_item img {
		width: 110px;
	}

	.gshjtitle h3 {
		font-size: 28px;
		line-height: 40px;
	}

}

@media screen and (max-width:992px) {
	.about_left {
		display: none;
	}

	.about_right {
		width: 100%;
	}

	.qywh_item img {
		width: 80px;
	}

	.qywh_item .qywh_text {
		margin-left: 15px;
	}

	.qywh_text h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.qywh_text p {
		font-size: 15px;
		font-weight: 400;
	}

	.gshj_item {
		width: 49%;
	}

}

@media screen and (max-width:769px) {
	.about_box {
		margin-top: 20px;
	}

	.about_right h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.about_right .about_js p {
		font-size: 14px;
		color: #666;
		line-height: 1.8;
	}

    .about_fx {
		margin-bottom: 10px;
	}
	.qywh_box {
		padding: 30px 15px 10px;
		margin-bottom: 40px;
	}
	.qywh_item {
		width: 100%;
		margin-bottom: 15px;
	}
	.qywh_item img {
		width: 60px;
	}
	.qywh_text h3 {
		font-size: 18px;
	}
	.qywh_item .qywh_text {
		margin-left: 10px;
	}
	.gshj_list .gshj_item p{
		line-height: 40px;
	}
	.gshjtitle h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.gshjtitle p{
		line-height: 32px;
	}
	.gshj_box {
		margin-bottom: 40px;
	}
}