.about-div {
	padding: 50px;
}

.about-box {
	display: flex;
	align-items: center;
}

.about-box-left {
	width: 28%;
	margin-right: 80px;
	flex-shrink: 0;
}

.about-box-left>img {
	width: 100%;
	height: auto;
}

.about-box-right {
	display: flex;
	flex-direction: column;

}

.about-box-right-first {
	font-size: 18px;
	color: #333333;
}

.about-box-right-second {
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
	margin-top: 8px;
}

.about-box-right-third {
	font-size: 16px;
	color: #333333;
	margin-top: 47px;
}

.about-box-right-fourth {
	display: flex;
	align-items: center;
	margin-top: 110px;
}

.about-box-right-fourth>img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.about-box-right-fourth>span {
	font-size: 30px;
	color: #1A69FC;
	font-weight: bolder;
}

.about-box-right-fifth {
	margin-top: 17px;
	width: 160px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background-color: #1A69FC;
	color: #fff;
	font-size: 16px;
}


.fwys2index-div {
	padding: 30px 0;
	box-sizing: border-box;
}

.title-aside-left2 {
	font-size: 16px;
	color: #666666;
	margin-top: 24px;
}

.fwys2index-box-content {
	margin-top: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fwys2index-box-content-item {
	width: 49%;
	position: relative;
	margin-bottom: 30px;
}

.fwys2index-box-content-item>img {
	width: 100%;
	height: auto;
}

.fwys2index-box-content-item-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	flex-direction: column;
}

.fwys2index-box-content-item-text>h3 {
	font-size: 20px;
	color: #fff;
	font-weight: bolder;
}

.fwys2index-box-content-item-text>span {
	display: block;
	width: 36px;
	height: 4px;
	background-color: #fff;
	margin-top: 10px;
}

.fwys2index-box-content-item-text>p {
	font-size: 16px;
	color: #fff;
	margin-top: 14px;
}

/* 侧边标题 */
.title-aside-left {
	display: flex;
	flex-direction: column;
}

.title-aside-left-first {
	font-size: 20px;
	color: #1A69FC;
}

.title-aside-left-second {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title-aside-left-second-left {
	display: flex;
	align-items: center;

}

.title-aside-left-second h2 {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
}

.title-aside-left-second span {
	margin-left: 12px;
	height: 3px;
	width: 50px;
	background-color: #333333;
}

.title-aside-left-second-right>a {
	font-size: 20px;
	color: #1A69FC;
}

/* 侧边标题 */

@media screen and (max-width:750px) {
	.about-box {
		flex-direction: column;
	}

	.about-div {
		padding: 15px;
	}

	.about-box-left {
		width: 100%;
		margin-right: 0;
	}

	.about-box-right-first {
		font-size: 12px;
		margin-top: 10px;
	}

	.about-box-right-second {
		font-size: 20px;
	}

	.about-box-right-third {
		font-size: 12px;
		margin-top: 10px;
	}

	.about-box-right-fourth {
		margin-top: 20px;
	}

	.about-box-right-fourth>span {
		font-size: 16px;
	}

	.about-box-right-fourth>img {
		width: 16px;
		height: 16px;
	}

	.about-box-right-fifth {
		margin-top: 10px;
		width: 100px;
		height: 25px;
		font-size: 12px;
	}

	.title-aside-left-first {
		font-size: 14px;
	}

	.title-aside-left-second h2 {
		font-size: 18px;
	}

	.title-aside-left-second span {
		height: 1px;
	}

	.title-aside-left2 {
		font-size: 12px;
		margin-top: 10px;
	}

	.fwys2index-box-content {
		margin-top: 10px;
	}

	.fwys2index-box-content-item {
		width: 100%;
	}

	.fwys2index-box-content-item-text>h3 {
		font-size: 14px;
	}

	.fwys2index-box-content-item-text>span {
		height: 1px;
		margin-top: 5px;
	}

	.fwys2index-box-content-item-text>p {
		font-size: 12px;
		margin-top: 10px;
	}
}