
html,body{
	height: 100%;
	overflow: hidden;
}
body{
	background: url(../images/bg.jpg);
	background-size: 100% 100%;
}

.scanboardWp{
	margin:0px auto;
	width:1920px;
	height: 1080px;
	position: relative;
	z-index: 11;
}

.wp{
	width: 97%;
	margin: 0 auto;
	height: 95%;
	
	
}
.left{
	float: left;
	width: 20%;
}
.center{
	float: left;
	width: 56%;
}
.right{
	float: right;
	width: 24%;
}

#top{
	height: 8%;
	border-bottom: 1px solid #162c52;
}
#top .pageTit{
	height: 100%;
	position: relative;
}
#top .pageTit span{
	display: block;
	width: 75%;
	height: 40px;
	background: url(../images/titBg.png);
	background-size: 100% 100%;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	color: #00deff;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	padding:5px;
	font-weight:800;
}
#top .topLogo{
	height: 100%;
	text-align: center;
}
#top .topLogo img{
	height: 90%;
	width: auto;
}
#top .topBar{
	height: 100%;
}
#top .topBar .topTime{
	padding-top: 18px;
	padding-right: 18px;
	color: #00deff;
	text-align: right;
	font-size: 24px;
	font-weight:800;
}
#top .topBar .company{
	position: relative;
}
#top .topBar .company h3{
	text-align: right;
	color: #02b6d4;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	padding: 0 15px 0 28px;
	cursor: pointer;
	position: relative;
}
#top .topBar .company h3:before{
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/s_ico1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 3px;
}
#top .topBar .company h3:after{
	display: block;
	content: "";
	width: 7px;
	height: 4px;
	background: url(../images/s_ico2.png) no-repeat;
	position: absolute;
	right: 0;
	top: 10px;
}
#top .topBar .company .dropdown{
	position: absolute;
	top: 28px;
	right: -10px;
	padding: 6px 10px;
	background: #00deff;
	border-radius: 6px;
	min-width: 100px;
	display: none;
	z-index:9999;
}


#top .topBar .company:hover .dropdown{
	display: block;
}
#top .topBar .company .dropdown a{
	display: block;
	text-align: center;
	line-height: 24px;
	margin: 4px 0;
}


	#top .pageTit a{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-top: -20px;
		width: 52%;
	}
	#top .topBar .topTime{
		padding-top: 16px;
		padding-right:50px;
		
	}
	#top .topBar .company h3{
		height: 26px;
		line-height: 26px;
		font-size: 16px;
	}
	#top .topBar .company .dropdown{
		top: 26px;
	}

	#main{
		padding-top: 28px;

	}



.closeico{
				
            position: fixed;
            right: 0px;
            z-index: 9999;
			
		
		padding:5px;
        width:80px;
		float:right;
		
		top:0px;		
        }
