@charset "utf-8";


.sa-nst-img {
	width:100%;
	display:block;
	margin:72px auto 0;
}

.sa-mnst-img {
	width:100%;
	display:none;
}


.sa-nst-cont {
	margin:50px 2%;
	width:96%;
	display:table;
}


.sa-nst-contG1 {
	width:60%;
	display:block;
	float:left;
}


.sa-nst-contG2 {
	width:40%;
	display:block;
	float:left;
}

.sa-nst-block-sep {
	width:100%;
	height:45px;
	display:block;
}


.sa-nst-G1-tit {
	margin:0 20px;
	color:#dd6014;
}

.sa-nst-span-san {
	font-size:40px;
	font-weight:400;
}

.sa-nst-span-adrian {
	font-size:40px;
	font-weight:800;
}


.sa-nst-par {
	margin:20px 20px 0 20px;
	font-size:16px;
	font-weight:400;
	text-align:justify;
	color:#737373;
}

.sa-nst-group-tit {
	margin:30px 20px 0 20px;
	font-size:18px;
	font-weight:600;
	color:#dd6014;
}

.sa-nst-group-def {
	margin:5px 20px 0 20px;
	font-size:16px;
	font-weight:400;
	text-align:justify;
	color:#737373;
}


@media screen and (max-width:1100px) {	
	.sa-nst-contG1 {
		width:100%;
		float:none;
	}

	.sa-nst-contG2 {
		width:100%;
		float:none;
	}
	
	.sa-nst-block-sep{
		display:none;
	}
}

@media screen and (max-width:650px) {
	.sa-nst-span-san {
		font-size:35px;
	}
	
	.sa-nst-span-adrian {
		font-size:35px;
	}
	
	.sa-nst-group-tit {
		font-size:16px;
	}
	
	.sa-nst-par, .sa-nst-group-def{
		font-size:14px;
	}
}


@media screen and (max-width:400px) {
	.sa-nst-img {
		display:none;
	}
	
	.sa-mnst-img {
		display:block;
		margin-top:72px;
	}
}

