.logo_panel{
	width: 100%;
	height: 93px;
	background-color: #0084CB;
}
.header_container{
	width: 1000px;
	margin: 0 auto;
}
.login{
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
}
.logintext{
	display: inline-block;
	width: 60px;
	font-size: 14px;
	color: #fff;
	text-align-last:justify;
}
.loginItem{
	font-size: 0;
	margin-bottom: 10px;
}
.loginItem span,
.loginItem img{
	vertical-align: middle;
}
.loginItem input{
	width: 149px;
	height: 21px;
	margin-right: 5px;
	margin-left: 5px;
}
.nav{
	width: 100%;
	height: 40px;
	background-color: #0072C0;
}
.menu{
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.menu a{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFffff;
	line-height: 40px;
	margin: 0 19px;
}
.menu a:hover{
	color: #ffff00;
}
.banner{
	width: 100%;
	height: 329px;
}
.focusBox { 
	position: relative; 
	width:100%; 
	height:100%;
	overflow: hidden; 
}
.focusBox .pic{ 
	position:relative; 
	z-index:0; 
	height: 329px !important;
}
.focusBox .pic li{
	width: 100%;
	height: 100%;
}
.focusBox .hd { 
	position: absolute; 
	left: 50%; 
	bottom: 10px; 
	margin-left: 295px;
	z-index:1; 
}
.focusBox .hd li{
	display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #FFF;
	cursor: pointer;
}
.focusBox .hd .on{ 
	background: #0092CE;
}