.onland,.at-sea{
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.content{
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10.4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content .title{
	font-size: 3.541666vw;
	line-height: 5.7291666vw;
	font-weight: 500;
}
.content .describe{
	width: 53%;
	font-size: 0.8854166vw;
	line-height: 1.66666vw;
	margin: 2vw auto;
}
.content .detail{
	width: 7.9166666vw;
	height: 2.708333vw;
	line-height: 2.708333vw;
	background: #007bc8;
	font-size: 0.9375vw;
	border-radius: 0.208vw;
	overflow: hidden;
}
.customize{
	height: auto;
}
.customize .content .title{
	color:#007bc8;
}
.customize .content .describe{
	color:#000;
}



.content2{
	padding:7% 10.4%;
}
.content2 .describe{
	width: 100%;
}




.float-nav li .line2{
	height: 3vw;
}



.detail a{
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
}
.detail{
	cursor: pointer;
}



@media screen and (max-width:1024px) {
	.content{
		padding:0 0.43rem;
	}
	.content .title{
		font-size: 0.69rem;
		line-height: 0.8rem;
	}
	.content2 .title{
		font-size: 0.48rem;
	}
	.content .describe{
		width: 100%;
		font-size: 0.23rem;
		line-height: 0.35rem;
		margin-top: 0.45rem;
	}
	.content .detail{
		width: 2.32rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
		border-radius: 0.08rem;
		margin-top: 0.38rem;
	}
	.customize .content{
		padding: 0.75rem 0.43rem;
	}
	.float{
		display: none;
	}
}
