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

.head {
	/*height: 1080px;*/
	/*background: url(/front/images/ic40.png) no-repeat;*/
}

.head .head-text {
	position: absolute;
	top: 400px;
	left: 20%;
	width: 60%;
	color: white;
	font-size: 35px;
	text-align: center;
}

.head-text-2 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}

.head-text-3, .head-text-4 {
	font-size: 20px;
}

		.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;
		}

		
.plugin {
	position: fixed;
	right: 0;
	top: 300px;
	width: 55px;
	height: 230px;
	z-index: 1000;
}	

.plugin div{
	height: 55px;
	margin-bottom: 3px;
	background-color: #d5bb8b;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
/*
.plugin div span {
	display: none;
}*/



.plugin div span{
	position: absolute;
	top: 0px;
	right: 55px;
	height: 55px;
	width: 100px;
	display: block;
	background: #d5bb8b;
	/*opacity: 0.5;*/
	color: #fff;
	padding: 0 10px;
	border-radius: 10px 0 0 10px;
	display: none;
}

.plugin .qrcode {
	display: none;
	position: absolute;
	height: 100px;
	width: 100px;
	top: 0;
	right: 55px;
}

section {
	margin-top: 953px;
}
		
/*第一屏*/
.content {
	background-color: white;
	/*min-width: 1600px;*/
}


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

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

.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:nth-child(1) {
	background: url(/front/images/ic11.png) no-repeat center;
}

.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 {
	display: flex;
	/*height: 752px;*/
	flex-wrap: wrap;
}

.content .n3 div {
	flex: 1;
	
}

.content .n3 .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 .n3 .left .top {
	margin-left: 100px;
	margin-top: 100px;
	margin-right: 10px;
}

.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: #d5bb8b;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.content .n3 .right {
	flex-grow: 1;
	min-width: 650px;
}


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

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

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

.content .n4 .list img {
	max-width: 466px;
	max-height: 243px;
}

.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;

}

.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;
	-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: 23px;
}

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

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

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

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



@media (max-width: 900px) {

	.plugin{
		display: none;
	}

	

	.content .n3 {
		display: block;
	}

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

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

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

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

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

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

	.content .n4 {
		padding: 20px 10px;
	}

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

	.content .n4 .list .li {
		flex-direction: column;
		height: auto;
		margin-top: 30px;
	}

	.content .n4 .list .text .t1 {
		margin-left: 0;
	}

	.content .n4 .list .li img {
		width: 100%;
		max-width: 466px;
	}

	.content .n5 {
		padding: 0 10px;
	}

	.n5-2 {
		padding-right: 0px !important;
	}

	.n5 {
		flex-direction: column;
	}

	.n6 {
		padding-right: 0px !important;
	}

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

@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 .n3 .left {
		border-bottom: none;
	}
}


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


