body{
	background-color: #fff;
}

#banner {
	max-width: 1920px;
	margin: 0 auto;
	height: 500px;
	background: #fff url(../images/dl-win-bg.jpg) no-repeat bottom;
	background-size: cover;
	position: relative;
	padding: 1px 0 0 0;
}

#banner h3 {
	margin: 100px auto 0;
	padding: 0 5%;
	opacity: 0.9;
	color: var(--TextColor-light);
	text-align: center;
	font-weight: var(--font-weight);
	letter-spacing: 0.03em;
}

#banner p.subtitle {
	font-size: 2rem;
	margin: 10px 0 40px 0;
}

.highlight-text, .highlight-text:hover {
    display: inline-block; 
	color: var(--syAccentColor-light);
    background: linear-gradient(to top, #e3d5fb 50%, transparent 0%);
    background-size: 150% 0.8em;
    background-position: center 70%;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 1024px) {
	#banner {
		background-size: contian;
		background-position: top;
		height: 420px;
	}
	#banner h3 {
		font-size: 250%;
		margin-top: 100px;
		padding: 0;
		width: 100%;
	}
	#banner p.subtitle {
		font-size: 1.8rem;
	margin: 10px 0 24px 0;
	}
}

@media only screen and (max-width: 760px) {/* nav节点 */
	#banner {
		height: 360px;
	}
	#banner h2 {
		font-size: 200%;
		margin-top: 60px;
	}
	#banner p.subtitle {
		font-size: 1.6rem;
		margin: 10px 0 16px 0;
	}
}

@media only screen and (max-width: 480px) {
	#banner {
		height: 280px;
	}
	#banner h3 {
		font-size: 180%;
		margin-top: 60px;
	}
	#banner p.subtitle {
		font-size: 1.3rem;
		margin: 10px 0 16px 0;
	}
}


@media only screen and (max-width: 400px) {
	#banner {
		height: 240px;
	}
	#banner h3 {
		font-size: 180%;
		margin-top: 60px;
	}
	#banner p.subtitle {
		font-size: 1.2rem;
		margin: 4px 0 8px 0;
	}
}



.pic-section {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}
.pic-section img {
	padding: 0 5%;
	width: 100%;
	max-width: 1080px;
	margin-top: 0px;
	margin-bottom: 20px;
}

