@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {

	font-family: Arial, Helvetica, sans-serif;

}


#wrapper {
	width: 700px;
	height:100%;
	margin: 0 auto;
	background:#5FB7E1;
	
}

#Logo {
	width: 700px;
	height:150px;
	margin: 0 auto;
	background:#006666;
	
}
#Nav1 {
	width: 700px;
	}
	    #Nav1 ul{
		font-size:18px;
		padding:0px;
		margin: 0;
		overflow:hidden;
		list-style:none;
		border-top: 2px solid #CCCCCC;
		border-bottom: 2px solid #CCCCCC;
		background:#0e6eb8; 
		}
		
		#Nav1 li{
		float:right;
		padding:0px;
		margin-left:13px;
		margin-right:13px;
		margin-bottom:5px;
		margin-top:5px;
		}
		#Nav1 a{
		
		display:inline;
		padding: 6px 0 6px 0; 
		color:#FFFFFF;
		text-decoration:none;
		background-color:#0e6eb8;
		text-align:center;
		}
		
		#Nav1 a:hover {
		color:#FFFF00;
		}
		
#Nav2 {
	width: 700px;
	margin-top:7px;
	}
	    #Nav2 ul{
		font-size:15px;
		padding:0px;
		margin: 0;
		overflow:hidden;
		list-style:none;
		background:#3193CD;
		border-top: 2px solid #CCCCCC;
		border-bottom: 2px solid #CCCCCC; 
		}
		
		#Nav2 li{
		float:right;
		padding:0px;
		margin-left:13px;
		margin-right:13px;
		margin-bottom:5px;
		margin-top:5px;
		}
		#Nav2 a{
		display:inline;
		padding: 6px 0 6px 0; 
		color:#FFFFFF;
		background-color:#3193CD;
		text-decoration:none;
		text-align:center;
		}
		
		#Nav2 a:hover {
		color:#FFFF00;
		}
#Contant {
	width: 700px;
	height:2577px;
	margin: 0 auto;
	background-color:#5fb7df;
	position:absolute;
	}

#tour{
	float:left;
	width:670px;
	height:850px;
	margin-top:15px;
	margin-left:15px;
	position:absolute;
	}

#nus{
	width:670px;
	height:100%;
	position:absolute;
	
	}

	#nus .section1{
		width:670px;
		height:15px;
		background-image:url(../image/web%20image/Long-top.jpg);
		}
		
	#nus .section2{
		width:670px;
		height:2517px;
		background-image:url(../image/web%20image/Long-body.jpg);
		background-repeat:repeat-y;
		}
			#nus .section2 table{
			margin: 0 auto;
			}
			
			#nus .section2 table p{
			line-height:1.5;
			font-size:15px;
			font-weight:600;
			font-style:normal;
			color:#FFFFFF;
			}
			
			#nus .section2 table h2{
			line-height:1.5;
			font-size:14px;
			font-weight:400;
			font-style:normal;
			color:#FFFFFF;
			}
			
			#nus .section2 table a{
			color:#FFFFFF;
			text-decoration:none;
			}
			
			#nus .section2 table a:hover {
			color:#FFFF00;
			}
		
	#nus .section3{
		width:670px;
		height:15px;
		background-image:url(../image/web%20image/Long-bottom.jpg);
		}

#Footer {
	border-top: 4px solid #CCCCCC;
	width: 700px;
	height:90px;
	margin: 0 auto;
	background-image:url(../image/web%20image/footer.jpg);
	clear:both;
	line-height:1.5;
	position:absolute;
	margin-top:2577px;
	
    }

	#Footer p {
	padding-top:4px;
	}
	
	#Footer a{
	color:#FFFFFF;
	text-decoration:none;
	}
			
	#Footer a:hover {
	color:#FFFF00;
	}

