.top{
	width: 990px;
	height: 97px;
	margin:0 auto;
}
.logo {
	cursor: pointer;
    width: 350px;
    height: 36px;
    background: url(../image/logo.png) 0px 10px no-repeat;
	padding:52px 0px 0px 165px;
	/*overflow: hidden;*/
}
/*-----選單第ㄧ層-----*/
ul.nav{
	width:445px;
	height: 20px;
	list-style:none;
}
ul.nav li{
	height: 20px;
	float: left;
	margin-left: 30px;
	position:relative;
	list-style:none;
}
ul.nav li:hover > ul { visibility:visible;}
ul.nav li:last-child{
	margin-right: 0;
}
ul.nav li a{
	color: #313131;
	font-size: 14px;
	height:37px;
	display:block;
}
ul.nav li a:hover{
	color:#183998;
}
/*-----選單第二層-----*/
.nav > li > ul{
	width:205px;
	position:absolute;
	top:33px;
	left:-24px;
	z-index:2;
	background-color:#103386;
	border-top:#457cfd 4px solid;
	visibility:hidden;
}
.nav > li > ul > li {
	width:205px;
	height:40px;
	position:relative;
	padding:5px 0px;
	margin:0px;
}
.nav > li > ul > li > a { 
	color:#fff;
	display:block;
	height:40px;
	line-height:40px;
	text-align:left;
	padding-left:30px;
}
.nav > li > ul > li > a:hover { 
	background-color:#bd384a;
}
.search{
	width: 150px;
	height: 30px;
	float: right;
	position:relative;
}
.search input{
	width: 85px;
	height: 20px;
	border: 1px solid #dcdcdc;
	padding: 5px 35px 5px 10px;
	position: relative;
}
.search input.button{
	width: 30px;
	height: 32px;
	cursor: pointer;
	position: absolute;	
	background-color: #183998;
	background-image: url(../image/search.png);
	background-repeat:no-repeat;
	background-position:center center;
	border: 1px solid #183998;
	right:0px;
	top:0px;
	padding:0px;
}
.langselect{
	float: right;
	color:#183998;
	font-size: 14px;
	margin-right: 25px;
	line-height: 30px;
}
.line{
	height: 15px;
	border-right: 1px solid #183998;
	float: right;
	position: relative;
	left: -12px;
	top: 8px;
	line-height: 30px;
}
.top_bar{
	margin:15px 0;
}
/*-----footer-----*/
.footer{
	width: 100%;
	height: 106px;
	border-top: 1px solid #ebebeb;
	clear:both;
	margin-top:20px;
}
.footer .text{
	width: 990px;
	color: #666;
	font-size: 13px;
	margin:0 auto;
	padding-top: 30px;
}
.text a{
	color: #666;
}
.text img{
	position: relative;
	bottom:55px;
}

.container { overflow:hidden;}