
.wnonescreen-1{
	width: 100%;
	height: 1000px;
	background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.wnonescreen-1 .topbox{
	width: 100%;
	height: 510px;
}

.wnonescreen-1 .logo{
	position: absolute;
	width: 482px;
	height: 289px;
	left: 50%;
	margin-left: -241px;
	top: 30px;
	background-repeat: no-repeat;
    background-position: center top;
}

.wnonescreen-1 .tools{ 
	position: absolute;
	width: 400px;
	top: 0;
	left: 50%;
	margin-left: 150px;
	font: normal 14px/34px "Microsoft Yahei"; 
	color: #ccc; 
	padding: 0 20px; 
	background: rgba(0,0,0,.6); 
	border-bottom-left-radius: 17px; 
	border-bottom-right-radius: 17px;
}

.wnonescreen-1 .tools .popqrcode{
	position: fixed;
	width: 600px;
	height: 460px;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -300px;
	background: #fff;
	z-index: 101;
}

.wnonescreen-1 .tools .popqrcode h3{
	width: 100%;
	text-align: center;
	font: bold 27px/1.5 "Microsoft Yahei";
	color: #333;
	margin-top: 50px;
}

.wnonescreen-1 .tools .popqrcode p{
	width: 100%;
	text-align: center;
	font: normal 16px/1.5 "Microsoft Yahei";
	color: #666;
	margin-top: 10px;
}

.wnonescreen-1 .tools .popqrcode .qrcode{
	width: 170px;
	height: 170px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 30px;
	border: 1px solid #ccc;
}

.wnonescreen-1 .tools span{ 
	float: left; 
	margin-left: 10px;
}
.wnonescreen-1 .tools .link{ 
	float: left; 
	height: 34px; 
	padding-left: 30px; 
	background: url(http://www.woniu.com/static/cmsv4/wnonescreen/images/icon1.png) no-repeat; 
	color: #ccc; 
	text-decoration: none;
}
.wnonescreen-1 .tools .link:hover{ 
	text-decoration: underline;
}
.wnonescreen-1 .tools .link1{ 
	padding-left: 30px; background-position: 0 -102px ;
}
.wnonescreen-1 .tools .link2{ 
	padding-left: 30px; background-position: 0 -136px;
}
.wnonescreen-1 .tools .link3{ 
	padding-left: 30px; background-position: 0 -170px;
}

.wnonescreen-1 .tools .sharebox{ 
	float: left; position: relative;
}
.wnonescreen-1 .tools .sharebox a{ 
	width: 28px; 
	height: 28px; 
	float: left; 
	margin-top: 3px; 
	margin-right: 5px; 
	text-indent: -999px; 
	overflow: hidden; 
	background: url(http://www.woniu.com/static/cmsv4/wnonescreen/images/share.png) no-repeat; 
	opacity: 0.8;
}
.wnonescreen-1  .tools .sharebox a:hover{ 
	opacity: 1;
}

.wnonescreen-1 .tools .sharebox .wx{ 
	background-position: 0 0; 
}

.wnonescreen-1 .tools .sharebox .tsina{
 background-position: -28px 0; 
}

.wnonescreen-1 .tools .sharebox .qqzone{ 
	background-position: -56px 0; 
}
.wnonescreen-1 .tools .sharebox .qq{ 
	background-position: -84px 0; 
}

.wnonescreen-1 .act-list{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

.wnonescreen-1 .act-list li{
	display: inline;
	width: 80px;
	height: 253px;
	margin: 25px 18px;
	cursor: pointer;
}

.wnonescreen-1 .popact{
	position: fixed;
	width: 900px;
	height: 520px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -450px;
	z-index: 101;
}
.wnonescreen-1 .popact h3{
	width: 100%;
	height: 40px;
	margin-top: 20px;
	font: bold 30px/40px "Microsoft Yahei";
	color: #333;
	text-align: center;
}

.wnonescreen-1 .popact .detail{
	width: 840px;
	height: 400px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: auto;
	font: 14px/1.5 "Microsoft Yahei";
	color: #555;
}

.wnonescreen-1 .popact .detail img{
	max-width: 100%;
	clear: both;
	margin: 15px auto;
}

.wnonescreen-1 .popbox .popclose{
	position: absolute;
	top: 0;
	right: -55px;
	width: 50px;
	height: 50px;
	background: url(http://www.woniu.com/static/cmsv4/wnonescreen/images/close.png);
	cursor: pointer;

}

.wnonescreen-1 .maskdiv{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}