.banner {
	background: url(../images/diandibanner.png) no-repeat center;
	background-size: 100%;
	height: 100vh; 
}
.row {
	height: 80%;
}
.content {
	background: url(../images/diandibg.png) no-repeat center;
	background-size: 100%;
	height: 95%;
	width: 55%;
	margin-top: 110px;
	padding-top: 40px;
}
.content-info {
	color: #FFF;
	margin-top: 30px;
}
.content-info p {
	line-height: 28px;
	letter-spacing: 3px;
	text-indent: 36px;
}
/* 适配开始 */
@media (min-width:1680px) {
	.content-info p {
		font-size: 18px;
	}
	.content-info {
		margin-top: 100px;
	}
}
@media (min-width:1850px) {
	.content-info p {
		font-size: 18px;
	}
}
@media (min-width:1350px) and (max-width:1510px) {
	.content-info p {
		font-size: 12px;
	}
}

/* 适配结束 */