body{
	width: 100%;
	min-height: 640px;
	background: url(/img/static/sn-join-bg.jpg) fixed no-repeat top center;
	background-size: cover;
	min-width: 1200px;
	font-family: "微软雅黑",arial;
	position: relative;
	background-color: #3d3744;;
}
/*<!--top-->*/
.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;
}
/*<!--nav-->*/
.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;
}
/*<!--content-->*/
.sn-content{
	font-size: 0px;
	text-align: center;
	width: 1200px;
	height: 140px;
	position: fixed;
	top: 30%;
	left: 50%;
	z-index: 900;
	margin: 0 auto;
	margin-left: -600px;
}
@media only screen and (max-height: 640px) {
	.sn-content{
		position: relative !important;
		top: 0px !important;
		left: 0px !important;
		margin-top: 30px !important;
		margin-left: auto !important;
	}
}
.sn-content>img{
	width: 310px;
}

/*<!--footer-->*/
.sn-footer{
	width: 100%;
	min-width: 1200px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	background: #3d3744;
	/*animation: flap 0.5s ;
	-webkit-animation: flap 0.5s ;
	-moz-animation: flap 0.5s ;
	-ms-animation: flap 0.5s ;
	-o-animation: flap 0.5s ;*/
	/*transition: all 0.5s;*/
}
/*iphone 动画定义*/
@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-footer1200{
	width: 1200px;
	margin: 0 auto;	
	position: relative;
}
.sn-footer-title{
	width: 100%;
	text-align: center;
	font-size: 0px;
	padding: 50px 0px;
}
/*<!--lists-->*/
.sn-jobs-lists{
	width: 100%;
	font-size: 0px;
}
.sn-jobs-item{
	font-size: 16px;
	line-height: 20px;
	color: #fdfcff;
	border: 1px solid #71687c;
	padding: 10px 16px;
	margin-left: 80px;
	margin-bottom: 28px;
	float: left;
}
.sn-jobs-item:first-child{
	margin-left: 0px;
}
.sn-ml-0px{
	margin-left: 0px;
}
/*<!--copright-->*/
.sn-copright{
	text-align: center;
	font-size: 16px;
	color: #fdfcff;
	padding-bottom: 20px;
	font-weight: 300;
}
/*<!--qr-wchat-->*/
.sn-qr-content{
	position: absolute;
	bottom: 20px;
	right: 0px;
	font-size: 0px;
}
.sn-qr-content>img{
	width: 74px;
	height: 74px;
}
.sn-qr-content>.sn-qr-text{
	line-height: 74px;
	font-size: 14px;
	color: #938b9d;
	padding-left: 30px;
}

