@charset "utf-8";



#wrapper {
  width: 100%;
  min-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}




.box_top {
	width: 100%;
	height: 1996px;
	background: url(../img/top.png)  top center fixed no-repeat;
	background-size:cover;
}




.logo {
    position: fixed;
    top: 50px;
	left: 80px;
	
        
}
.logo a {
    width: 300px;
	height: 105px;
    text-align: center;
    display: block;
	   
	
}
.logo a:hover {
	
	opacity: 0.5;  
    filter: alpha(opacity=50);
    
}









.nav {
    position: fixed;
    top: 300px;
	left: 95px;
  
}



.nav ul{
    padding: 0px; 	
    margin: 0px;
} 


.nav ul li {
    display: inline; 	
    margin-right: 30px;
	
} 


.nav ul li a:hover {
    opacity: 0.5;  
    filter: alpha(opacity=50);
} 







.page {
    position: fixed;
    top: 400px;
	left: 95px;
	
        
}
.page a {
    width: 300px;
	height: 105px;
    text-align: center;
    display: block;
	   
	
}
.page a:hover {
	
	opacity: 0.5;  
    filter: alpha(opacity=50);
    
}













.ander {
    position: fixed;
    bottom: 50px;
    right: 80px;

	
   
    
}
.ander a {
    width: 476px;
	height: 170px;
    text-align: center;
    display: block;
	
    
	
}
.ander a:hover {
	
	opacity: 0.5;  
    filter: alpha(opacity=50);
    
}





.news {
    position: fixed;
    bottom: 80px;
    left: 80px;
    width: 320px;
}
















