	html, body {
	margin:0;
	padding:0;
	}
	a{
		color: white;
		font-size: 36px;
		padding: 7px 40px 7px 0;
		text-decoration: none;
		clear:both;
		position: absolute;
		bottom: 70px;
		display:none;
	}	
	a:hover{
	    text-decoration: underline;		
	}	
	.container {
		height:100%;
		width:100%;
		position:fixed;
		background: url('../images/bj.jpg') no-repeat;
		text-align:center;
		background-size: 100% 100%;	
	
	}
	.left_news {
		height:100%;
		width:34%;
		position:fixed;
	    background: transparent;
		left: 0px;	
	}
	.middle_shop {
		height:100%;
		width:32%;
		position:fixed;
	    background: transparent;
		right: 34%;
	}	
	.right_aboutus {
		height:100%;
		width:34%;
		position:fixed;
	    background: transparent;
		right: 0px;
	}	
	.middle_logo {
		position:fixed;
		display: table;
		text-align: center;
		width:60%;
		height:60%;
		margin-left: 20%;
    	margin-top: 10%;
	}	
	.line1{
		height:100%;
		width:2px;
		position:fixed;
	    background: white;
		left: 34%;	
	}	
	.line2{
		height:100%;
		width:2px;
		position:fixed;
	    background: white;
		left: 66%;	
	}