.subtop, .subtop *{ 
	box-sizing:border-box; 
}
*{ 
	box-sizing:border-box; 
}
.subtop{ 
	position:relative; 
	z-index:1; 
	overflow:hidden; 
	background-color:#276B2B; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}
.subtop::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.st-caption{
	width: 100%; 
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px; 
	position: absolute; 
	top: 40%; 
	left: 50%;
	transform: translateX(-50%); 
	text-align: left; 
	z-index: 3;
}
.st-caption > h2{
	color: #fff;
	font-size: 32px; 
	font-weight: 800;
	line-height: 1.3;
}
.st-caption > h2 > span{
	color: #E8735A;
}
.st-caption > h5{
	display: inline-block;
	padding: 8px 20px;
	border-radius: 30px;
	border: 1px solid rgba(232, 115, 90, 0.35);
	background: rgba(232, 115, 90, 0.18);
	font-size: 12px; 
	font-weight: 600; 
	margin-bottom: 1rem;
	color: #F9B8A8;
}
.st-caption > p{
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.6;
	margin-top: 1rem;
}

article{ 
	padding:100px 0; 
}
.art_con{ 
	width:100%; 
	margin:0 auto; 
	padding: 0 20px;
	background-color: #fff;
}



@media(max-width:1199px){

	.subtop{
		height: 300px;
	}

	.st-caption > h2{
		font-size: 24px;
	}
	.st-caption > h5{
		font-size: 16px;
	}

	article{
		padding: 70px 0;
	}


}
@media(max-width:600px){



}