.neirong {
	padding-top: 80px;
	padding-bottom: 100px;
}

.licheng h1 {
	font-size: 36px;
	font-weight: bold;
	color: #004D99;
}

.fazhan {
	padding-top: 100px;
}

.fazhan1 {
	width: 100%;
	background-color: #F9F9F9;
	display: flex;
	height: 162px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 140px;
}

.fazhan2 {
	display: flex;
	align-items: center;
}

.fa {
	width: 110px;
	height: 110px;
	border: 2px solid #004D99;
	border-radius: 50%;
	text-align: center;

}

.fa {
	padding-top: 24px;
}

.fa p {
	font-size: 18px;
	font-weight: bold;
	color: #004D99;
	line-height: 27px;

}

.zhan h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 9px;
	padding-left: 30px;
}

.tu img {
	width: 362px;
	height: 242px;
}

.fazhan1:nth-child(odd) {
	padding-left: 26px;
	padding-right: 80px;
	border-bottom-left-radius: 81px;
	border-top-left-radius: 81px;
}

.fazhan1:nth-child(even) {
	padding-left: 80px;
	padding-right: 26px;
	border-bottom-right-radius: 81px;
	border-top-right-radius: 81px;
}

.fazhan1:nth-child(even) .zhan h1 {
	padding-right: 30px;
}

@media screen and (max-width:1100px) {
	.zhan h1 {
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		line-height: 9px;
		padding-left: 30px;
	}

	.fa {
		width: 80px;
		height: 80px;
		border: 2px solid #004D99;
		border-radius: 50%;
		text-align: center;
	}

	.fa p {
		font-size: 14px;
		font-weight: bold;
		color: #004D99;
		line-height: 15px;
	}

	.tu img {
		width: 260px;
		height: 180px;
	}

	.fazhan1:nth-child(odd) {
		padding-right: 30px;

	}

	.fazhan1:nth-child(even) {
		padding-left: 30px;
		padding-right: 26px;
		border-bottom-right-radius: 81px;
		border-top-right-radius: 81px;
	}

}

@media screen and (max-width:768px) {
	.fazhan1:nth-child(odd) {

		overflow: hidden;
		height: auto;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.fazhan1:nth-child(even) {

		overflow: hidden;
		height: auto;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.tu {
		display: none;
	}

	.fazhan1 {
		margin-bottom: 40px;

	}

	.zhan {
		width: 70%;
	}

	.zhan h1 {
		line-height: 30px;
	}

	.licheng h1 {
		font-size: 25px;
		font-weight: bold;
		color: #004D99;
	}

	.fazhan {
		padding-top: 35px;
	}

	.neirong {
		padding-top: 34px;
		padding-bottom: 100px;
	}
}