		body {
			background: #eee;
			/*overflow-x: hidden;*/
			position: relative;
			z-index: -5;
		}

		.head {
			/*height: 637px;		
			background: url(/front/images/ic22.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;
		}

		.content .item {
			margin-top: 100px;
			min-width: 530px;
			max-width: 530px;
		}

		.content .item .title {
			text-align: center;
			font-size:20px;
			/*text-overflow: ellipsis;*/
		}

		.content .item .i1 span{
			flex: 1;
			/*padding: 0 20px;*/
		}

		.content .item .i1 span:first-child{
			text-align: left;
		}

		.content .item .i1 span:last-child{
			text-align: right;
		}

		.content .content1 {
			padding: 0 20px;
		}

		
section {
	margin-top: 490px;
}
	
		

		

		
/*第一屏*/
.content {
	background-color: white;
	/*min-width: 1600px;*/
	position: relative;
}


.content > div{
	/*min-width: 1600px;*/
}

.content .n1 {
	height: 187px;
	background-color: orange;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1600px;
}

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

.content .n2 div {
	flex: 1;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	color: white;
	/*flex-direction: column;*/
	text-align: center;
	padding-top: 100px;
}

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

.content .n2 div:nth-child(1) {
	background: url(/front/images/ic11.png) no-repeat center;
	background-size: 641px 503px;

}

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

.content .n2 div:nth-child(3) {
	background: url(/front/images/ic13.png) no-repeat center;
	background-size: 641px 503px;
}

.content .n3 {
	display: flex;
	height: 752px;
}

.content .n3 div {
	flex: 1;
}

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

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

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

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

.content .n3 .left .bot {
	height: 15px;
	background-color: orange;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

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

.content .n4 {
	padding: 50px 100px;
}

.content .n4 .list {
	margin-top: 50px;
}

.content .n4 .list .li {
	display: flex;
	/*justify-content: space-around;*/
	border-bottom: 1px solid lightgray;
	height: 300px;
	margin-top: 50px;
}

.content .n4 .list .text {
	width: 100%;
	line-height: 50px;
}

.content .n4 .list .text .t1 {
	padding: 30px 0;
	margin-left: 50px;
}

.content .n4 .list .text .t1 h1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 945px;
}

.content .n4 .list .text .t1 h4 {
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: 945px;
	-webkit-box-orient: vertical;
}

.content .n4 .list .text .last {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	margin-top: 20px;
}

.content .n5 {
	/*background:url(/front/images/ic39.png) no-repeat;*/
	background-color: #d5bb8b;
	background-size: 100% 100%;
	padding-left: 100px;
	color: #fff;
	font-size: 30px;
}

.content .n5-1 {
	padding: 20px 0;
}

.content .n5-1-des{
	font-size: 15px;
}

.content .n5-2 {
	font-size: 18px;
	padding: 20px 50px 20px 0;
	line-height: 1.5;
}

.content .n6 iframe {
	width: 100%;
	height: 700px;
	overflow: hidden;
	border: none;
}

.content .n7 {
	min-height: 165px;
	padding-left: 180px;
	/*line-height: 165px;*/
	font-size: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .n7 .show {
	font-size: 20px;
	margin-right: 180px;
	border: 1px solid lightgray;
	border-radius: 30px;
	height: 50px;
	width: 180px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	cursor: pointer;
}

.hide {
	display: none;
}


.content .pop {
	position: absolute;
	left: 35%;
	top: 35%;
	width: 600px;
	height: 100px;
	z-index: 999;
	background-color: #fff;
	border-radius: 20px;
}

.content .pop .top {
	height: 90px;
	background-color: orange;
	border-radius: 20px 20px 0 0;
	line-height: 90px;
	text-align: center;
	color: white;
	font-size: 30px;
}

.content .pop .body {
	background-color: #fff;
	padding: 30px 70px;
	color: rgb(169,165,200);
	height: auto;
	border-radius: 0 0 20px 20px;
	font-size: 18px;
}

.content .pop .body label {
	display: flex;
	height: 60px;
	align-items: center;
}

.content .pop .body .title {
	display: inline-block;
	width: 90px;
}

.content .pop .body input {
	border: 1px solid rgb(203,201,219);
	padding: 0 7px;
	outline: none;
	border-radius: 5px;
	/*width: 300px;*/
	font-size: 18px;
	flex-grow: 1;
	height: 40px;
}

.content .pop .body textarea {
	border: 1px solid rgb(203,201,219);
	padding: 7px;
	outline: none;
	border-radius: 5px;
	/*width: 300px;*/
	font-size: 18px;
	flex-grow: 1;
	height: 100px;
}

.content .pop .body .msg {
	padding-top: 10px;
	display: flex;
	height: auto;
	align-items: flex-start;
}



.content .submit {
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	color: #fff;
}

.content .submit span {
	width: 150px;
	height: 40px;
	display: inline-block;
	background-color: orange;
	border-radius: 25px;
	line-height: 40px;
	cursor: pointer;
}

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

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

			.content .n5 {
				padding: 10px 10px;
				font-size: 20px;
				flex-direction: column;
			}

			.content .pop {
				width: 94%;
				left: 3%;
			}

			.content .pop .body {
				padding: 10px 10px;
			}

			.content .n5-1 {
				display: none;
			}

			.content .n6 {
				padding-right: 0px;
			}

			.content .n6 iframe {
				height: 300px;
			}

			.content .n7 {
				padding-left: 10px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				font-size: 20px;
			}

			.content .n7 .show {
				margin-top: 10px;
				margin-right: 10px;
			}




}

