a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;	
}
li{
list-style: none;
}
#topnav{
	line-height: 46px;
	padding: 0;
}
#topnav li a{
	display: block;
	padding: 0 16px;
	text-decoration: none;
	color: black;
}
#topnav li a:hover{
	background: #07499A;
	color: white;
}
#topnav li ul{
	display: none;
	position: absolute;
	top: 46px;
	background: #fff;
	z-index: 999;
	padding: 0;
}
#topnav li ul li a{
	margin: 0;
}
#topnav li:hover ul{
	display: block;
}

#banner{
	height: 400px;
	background-image: url("../image/column_bg_1.jpg");
	opacity: 0.4;
}
#banner div div{
	height: 400px;
	opacity: 0.2;
}
#banner1{
	height: 200px;
}
#main a{
	color:black;
}
#main a:hover{
	color: #07499A;
}
#main1 a{
	color:black;
}
#main1 a:hover{
	color: #07499A;
}
.main-left{
			width: 215px;
		}
		.main-left p{
			color: white;
			background: #07499A url("../image/logo-bg.png") no-repeat center;
			height: 55px;
			text-align: center;
			line-height: 55px;
			border: 1px solid #e5e5e5;
			margin-bottom: 0;
			border-bottom: none;
			font-size: 1.3em;
		}
		.main-left ul{
			border:1px solid #e5e5e5;
			padding: 0;
			border-bottom: none;
		}
		.main-left ul li{
			text-align: center;
			border-bottom: 1px solid #e5e5e5;
		}
		.main-left ul li a{
			display: block;
			height: 50px;
			line-height: 50px;
			text-decoration: none;
			width: 100%;
		}
		.main-left ul li a:hover{
			background-color:lightskyblue;
		}
#footer{
	height: 200px;
	background: #052144;
}