.header{
	width:640px; height: 78px;
	background:#07588f;
	line-height:78px;
	z-index:9999;
	position:relative;
}

.page-logo{
	width:460px;
	padding-top:19px;
}

.overlay{
	pointer-events:none;
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index:9999;
}

.overlay-pattern{
	background-image:url(../images/misc/repeat.png);
	background-repeat:repeat;	
}


.show-navigation{
	right:0px;
	background-image:url(../images/dh.png);
	background-size:48px 38px;
	width:70px;
	height:90px;
	position:absolute;
	background-repeat:no-repeat;
	background-position:0px 21px;
}

.hide-navigation{
	display:none;
	right:0px;
	background-image:url(../images/menu.png);
	background-size:44px 52px;
	width:70px;
	height:90px;
	position:absolute;
	background-repeat:no-repeat;
	background-position:0px 14px;
}


.page-header-clear{
	height:60px;
}

.navigation-wrapper{
	border-top:solid 1px rgba(255,255,255,0.08);

}

.navigation{
	background-color:#3b8fc4;
	position:absolute;
	width:640px;
	z-index:999999;
	top:-300%;
	padding:30px 0px 30px 0px;
}




.nav-item a{
	font-size:28px;
	color:#ffffff;
	width:640px;
	display:block;
	text-indent:210px;
	line-height:70px;
	height:70px;
	border-bottom:solid 1px rgba(255,255,255,0.1);
}

.nav-item a:hover{
	background-color:rgba(255,255,255,0.05);
}
.icon03{
	background:url(../images/icon_03.png) no-repeat 250px 10px ;
}
.icon04{
	background:url(../images/icon_04.png) no-repeat 250px 10px ;
}
.icon05{
	background:url(../images/icon_05.png) no-repeat 250px 10px ;
}
.icon06{
	background:url(../images/icon_06.png) no-repeat 250px 10px ;
}
.icon07{
	background:url(../images/icon_07.png) no-repeat 250px 10px ;
}
.icon08{
	background:url(../images/icon_08.png) no-repeat 250px 10px ;
}
.icon09{
	background:url(../images/icon_09.png) no-repeat 250px 10px ;
}
.icon10{
	background:url(../images/icon_10.png) no-repeat 250px 10px ;
}
.selected-item{
	background-image:url(../images/nav_selected.png);
	background-size:14px 14px;
	background-repeat:no-repeat;
	position:absolute;
	width:14px;
	height:14px;
	right:43px;
	margin-top:27px;
}
	
.unselected-item{
	background-image:url(../images/nav_unselected.png);
	background-size:14px 14px;
	background-repeat:no-repeat;
	position:absolute;
	width:14px;
	height:14px;
	right:43px;
	margin-top:27px;
}

.dropdown-item{
	background-image:url(../images/nav_dropup.png);
	background-size:14px 14px;
	background-repeat:no-repeat;
	position:absolute;
	width:14px;
	height:14px;
	right:43px;
	margin-top:27px;
}

.active-dropdown{
	background-image:url(../images/nav_dropdown.png);
}

.submenu{
	display:none;
}

.submenu-active{
	display:block;
}

.submenu a{
	opacity:0.8;
	background-image:url(../images/nav-submenu.png);
	background-repeat:no-repeat;
	background-size:8px 8px;
	background-position:210px 31px;
	padding-left:20px;
	font-size:24px;
	width:620px;
}
.supList a{
	padding-top:50px;
	border:1px solid #ffcc00;
	clear:both;
	width:640px;
	overflow:hidden;
}
.supList a{
	text-indent:200px;
	padding-top:50px;
	color:#fff;
}

.search{width:60px;height: 95px;position: absolute;top:0;right:80px;background: url(../images/ico_s.png) no-repeat center center;float: right; margin-right:15px;}
.searchHide{display:none;width: 640px;height: 88px;background: #f4f4f4;overflow: hidden;}
.ipt1{float:left;margin-left:22px;margin-top:15px;border: 1px solid #c9c8c8;-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.2) inset;-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.2) inset;box-shadow: 0px 0px 5px rgba(0,0,0,.2) inset;height: 36px;line-height: 36px;padding: 10px;width: 485px;font-size: 28px;}
.ibut1{float:left;margin-left:10px;font-size: 29px;color: #265291;display: inline-block;margin-top: 22px;background: none;border: 0; cursor:pointer;}














