		body {
			background: #eee;
			position: relative;
			z-index: -5;
		}

		.head {
			/*height: 634px;
			background: url(/front/images/ic26.png) no-repeat;*/

		}

		.head .bottom {
			position: absolute;
			bottom: 10px;
			display: flex;
			height: 125px;
			justify-content: space-between;
			left: 0;color: white;
			left:130px;
			right:170px;
			align-items: center;
		}

section {
	margin-top: 490px;
}

/*第一屏*/

.content {
	/*min-width: 1700px;*/
}

.content .page {
	background-color: white;
	background-color: rgb(238,238,238);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-top: 50px;
	flex-wrap: wrap;
	
}

.content .n2 {
	display: flex;
	min-height: 503px;
	/*justify-content: space-around;*/
	/*min-width: 1600px;*/
	/*width: 100%;*/
}

.content .n2 div {
	/*flex: 1;*/
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	color: white;
	/*flex-direction: column;*/
	text-align: center;
	padding-top: 100px;
	width: 100%;
	background-size: auto 100% !important;
}

.content .n2 div p {
	width: 70%;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 10px;
}

.content .n2 div {
	background-size: auto 100%;
}

.content .n2 div:nth-child(1) {
	background: url(/front/images/ic11.png) no-repeat ;
	
}

.content .n2 div:nth-child(2) {
	background: url(/front/images/ic12.png) no-repeat center;
}

.content .n2 div:nth-child(3) {
	background: url(/front/images/ic13.png) no-repeat center;
}
.content .n2 div:nth-child(4) {
	background: url(/front/images/ic52.png) no-repeat center;
}
.content .n3 {
	/*height: 769px;*/
	/*width: 100%;*/
	/*background: url(/front/images/ic27.png) no-repeat;
	background-size: 100% 100%;*/
}


.content .n3 img {
	width: 100%;
}

.content .n4 {
	/*height: 861px;
	min-width: 1600px;
	width: 100%;
	background: url(/front/images/ic28.png) no-repeat;
	background-size: 100% 100%;*/

}

.content .n4 img {
	width: 100%;
}

/*.content .n5 {
	display: flex;
	height: 752px;
	background-color: #fff;
}

.content .n5 div {
	flex: 1;
}

.content .n5 .left {
	
	line-height: 35px;
	position: relative;
}

.content .n5 .left .top {
	margin-left: 100px;
	margin-top: 100px;
}

.content .n5 .left .cont {
	margin-top: 50px;
}

.content .n5 .left .cont ul {
	margin-top: 50px;
	list-style: square;
	margin-left: 20px;
}

.content .n5 .right {
	background: url(/front/images/ic14.png) no-repeat center;
	background-size: 970px 841px;
}*/

.content .n5 {
	display: flex;
	/*height: 752px;*/
	flex-wrap: wrap;
}

.content .n5 div {
	flex: 1;
	
}

.content .n5 .left {
	line-height: 35px;
	position: relative;
	/*border-bottom: 10px solid #d5bb8b;*/
	flex-grow: 1;
	min-width: 450px;
	box-sizing: border-box;
	background-color: white;
}

.content .n5 .left .top {
	margin-left: 18.3%;
	margin-top: 100px;
	margin-right: 10px;
}

.content .n5 .left .cont {
	margin-top: 50px;
}

.content .n5 .left .cont ul {
	margin-top: 50px;
	list-style: square;
	margin-left: 20px;
}

.content .n5 .left .bot {
	height: 15px;
	background-color: orange;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.content .n5 .right {
	flex-grow: 1;
	min-width: 650px;
}


.content .n5 .right img{
	/*background: url(/front/images/ic14.png) no-repeat center;
	background-size: 970px 841px;*/
	width: 100%;
	height: 100%;
	display: flex;
}

.content .n3 .mobile {
	display: none;
}


@media (max-width: 900px) {
				
			.content .item {
				width: 90% !important;
				min-width: auto !important;
			}

			.head .bottom {
				display: none !important;
			}

			/*.content .n2 div {
				padding: 15px 0;
				background-size: 100% 100% !important;
			}

			.content .n2 {
				width: 100%;
				flex-wrap: wrap;
			}*/

	.content .n5 {
		display: block;
	}

	.content .n5 .left {
		padding: 0 10px;
		width: 100%;
		min-width: auto;
	}

	.content .n5 .right {
		width: 100%;
		min-width: auto;
	}

	.content .n5 .right img {
		width: 100%;
	}

	.content .n5 .left .top {
		margin: 0;
	}
}

@media screen and (max-width: 1000px) {
	.content .n2 div {
		padding: 15px 0;
		background-size: 100% 100% !important;
		min-height: 500px;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	}

	.content .n2 {
		width: 100%;
		flex-wrap: wrap;
	}

	.content .n5 .left {
		border-bottom: none;
	}

	.content .n3 .other{
		display: none;
	}

	.content .n3 .mobile {
		display: block;
		display: flex;
		flex-direction: column;
		position: relative;
	}

	.content .n3 .mobile .title {
		position: absolute;
		max-width: 200px;
		width: 100%;
		top: 15px;
		left: 15px;
	}

}

@media screen and (max-width: 500px) {
	.content .n2 div {
		background-size: auto 100% !important;
	}
}

