/*拍摄服务*/

[class*='wrap']{
	padding: 0;
	position: relative;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
[class*='wrap']>img{
	width: 100%;
}
[class*='wrap'] h2{
	font-size: 32px;
	letter-spacing: 5px;
}
[class*='wrap'] h3{
	font-size: 24px;
	margin-top: 40px;
	line-height: 1.7;
	letter-spacing: 2px;
	color:#fff;
}
[class*='wrap'] h3>span{
	font-size: 19px;
	color: gold;
	font-weight: bold;
}
[class*='wrap'] .line{
	width: 120px;
	height: 2px;
	margin: 10px auto 0 auto;
	background: rgba(255,255,255,.4);
}
[class*='wrap'] ul{
	width: 640px;
	margin: 20px auto 0 auto;
}
[class*='wrap'] ul li{
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.4);
}
[class*='wrap'] ul li>img{
	width: 60px;
}
[class*='wrap'] ul li>div{
	text-align: left;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 4px solid rgba(255,255,255,.8);
}
[class*='wrap'] ul li>div>h4{
	font-size: 17px;
}
[class*='wrap'] ul li>div>p{
	line-height: 1.7;
	margin-top: 10px;
}


/*第一屏*/
.wrap1 .pos1{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}


/*第二屏*/
.wrap2 .pos1{
	position: absolute;
	top: 30%;
	left: 16%;
	width: 640px;
}
.wrap2 .pos1 h3{
	margin-top: 60px;
}

/*第三屏*/
.wrap3 .pos1{
	position: absolute;
	top: 30%;
	left: 16%;
	width: 640px;
}
.wrap3 .pos1 h3{
	margin-top: 60px;
}

/*第四屏*/
.wrap4 .pos1{
	position: absolute;
	top: 30%;
	right: 16%;
	width: 640px;
}
.wrap4 .pos1 h3{
	margin-top: 60px;
}

/*第五屏*/
.wrap5 .pos1{
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}
.wrap5 .pos1 h3{
	margin-top: 20px;
}


/*第六屏*/
.wrap6 .pos1{
	position: absolute;
	top: 1%;
	left: 16%;
	width: 640px;
}
.wrap6 .pos1 h3{
	margin-top: 20px;
}


/*第七屏*/
.wrap7 .pos1{
	position: absolute;
	top: 30%;
	left: 16%;
	width: 640px;
}
.wrap7 .pos1 h3{
	margin-top: 20px;
}
.wrap7 .pos1 ul li>h4{
	font-size: 32px;
	width: 20%;
}




@media screen and (max-width:768px) {
    [class*='wrap']{
		min-width: 0;
	}
	[class*='wrap'] .pos1{
		padding: 0 15px;
	}
	[class*='wrap'] h2{
		font-size: 26px;
		letter-spacing: 2px;
	}
	[class*='wrap'] h3{
		font-size: 19px;
		margin-top: 20px;
	}
	[class*='wrap'] h3>span{
		font-size: 17px;
	}
	[class*='wrap'] .line{
		width: 80px;
	}
	[class*='wrap'] ul{
		width: 100%;
		margin: 15px auto 0 auto;
	}
	[class*='wrap'] ul li{
		margin-top: 15px;
		padding: 15px;
	}
	[class*='wrap'] ul li>img{
		width: 50px;
	}
	[class*='wrap'] ul li>div{
		padding-left: 15px;
		margin-left: 15px;
	}
	[class*='wrap'] ul li>div>p{
		margin-top: 6px;
	}
	
	/*第一屏*/
	.wrap1 .pos1{
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	
	/*第二屏*/
	.wrap2 .pos1{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
	}
	.wrap2 .pos1 h3{
		margin-top: 20px;
	}
	
	/*第三屏*/
	.wrap3 .pos1{
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
	}
	.wrap3 .pos1 h3{
		margin-top: 20px;
	}
	
	/*第四屏*/
	.wrap4 .pos1{
		position: absolute;
		top: 60px;
		right: 0;
		width: 100%;
	}
	.wrap4 .pos1 h3{
		margin-top: 20px;
	}
	
	/*第五屏*/
	.wrap5 .pos1{
		position: absolute;
		bottom: 60px;
		left: 0;
		width: 100%;
	}
	.wrap5 .pos1 h3{
		margin-top: 20px;
	}
	
	
	/*第六屏*/
	.wrap6 .pos1{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
	}
	.wrap6 .pos1 h3{
		margin-top: 20px;
	}
	
	
	/*第七屏*/
	.wrap7 .pos1{
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
	}
	.wrap7 .pos1 h3{
		margin-top: 20px;
	}
	.wrap7 .pos1 ul li>h4{
		font-size: 19px;
	}
}
