<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	width: 100%;
	min-width: 1200px;
	min-height: 680px;
	background: url(/img/static/sn-cuBg-img.jpg) fixed no-repeat center top;
	background-size: cover;
	position: relative;
}
/*&lt;!--top--&gt;*/
.sn-top-contianer{
	position: relative;
	width: 1200px;
	height: 100px;
	margin:  0 auto;
}
.sn-topLogo-icon{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -25px;
	width: 130px;
	height: 50px;
	background: url(/img/static/icon/sn-app_icon_03.png) no-repeat center center;
}
/*&lt;!--nav--&gt;*/
.sn-topNav-content{
	width: 100%;
	text-align: right;
	font-size: 0px;
	padding-top: 36px;
}
.sn-nav-item{
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin-left: 50px;
	font-weight: 300;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
}
.sn-nav-item:hover{
	color: #77cc32;
}
/*&lt;!--content--&gt;*/
.sn-content{
	width: 440px;
	margin: 0 auto;
	text-align: center;
	font-size: 0px;
	animation: flap 1s ;
	-webkit-animation: flap 1s ;
	-moz-animation: flap 1s ;
	-ms-animation: flap 1s ;
	-o-animation: flap 1s ;
}
/*å®šä¹‰åŠ¨ç”»*/
@keyframes flap{
	0%{
		opacity: 0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}
@-webkit-keyframes flap{
	0%{
		opacity: 0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}

.sn-cuText-icon{
	width: 438px;
}
.sn-cuQr-show{
	padding-top: 44px;
}
.sn-cuQr-img{
	width: 152px;
	height: 152px;
}




/*footer*/
#footer{
	width: 100%;
	background: #FFFFFF;	
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.sn-footer-w1200{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
/*&lt;!--å…¬å¸ä¿¡æ¯--&gt;*/
.sn-company-info{
	width: 100%;
}
.sn-company-list{
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #3d3744;
	box-sizing: border-box;
	padding-left: 40px;
}
.sn-company-email{
	background: url(/img/static/icon/sn-cuI-icon_01.png) no-repeat left 12px;
}
.sn-company-web{
	background: url(/img/static/icon/sn-cuI-icon_01.png) no-repeat left -30px;
}
.sn-company-iphone{
	background: url(/img/static/icon/sn-cuI-icon_01.png) no-repeat left -70px;
}
/*&lt;!--contact-us--&gt;*/
.sn-contact-other{
	position: absolute;
	top: 50%;
	left: 640px;
	height: 90px;
	box-sizing: border-box;
	margin-top: -45px;
	padding-left: 120px;
	padding-top: 18px;
	background: url(/img/static/sn-cuXs-img_07.png) no-repeat left center;
	font-size: 16px;
	color: #3d3744;
	line-height: 26px;
}








</pre></body></html>