@charset "utf-8";
/* CSS Document */
#header {
	width: 970px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
}
#header .loginer {
	line-height: 30px;
	background-image: url(../images/login_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	float: left;
	height: 30px;
	width: 970px;
}
#header .login {
	float: left;
	width: 970px;
}
#header .login_2 {
	float: left;
	width: 950px;
	padding-right:20px;
}
#header .login .input,#header .login .key1,#header .login .key2 {
	_margin-top:4px;
}
#header .login a,#header .login label{
	font-size: 10px;
	color: #989898;
}
#header .login a { margin-left:15px;}
#header .login .submit {
	background-image: url(../images/login_but.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 56px;
	border: 0px;
	cursor:pointer;
}
#header .login .submit:hover {
	background-position: 0px -20px;
}
#header .login .checkbox {
	margin:0px 3px;
}
#header .login_2 .usr_ico {
	background-image: url(../images/usr_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

/***导航***/
#header .naver {
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 970px;
	float:left;
}
#header .naver .logo {
	width:195px;
	float:left;
	text-align:left;
	padding:13px 0px 0px 20px;
}


/*nav*/
#header .naver .other_menu {
	width:70px;
	float: left;
	margin-top:16px;
	height: 34px;
	line-height: 34px;
	font-weight: bolder;
	font-family: "黑体";
	font-size: 15px;
}
#header .naver .other_menu a {
	display: block;
	height: 34px;
	width: 60px;
	color: #FFFFFF;
}
#header .naver .other_menu a:hover {
	background-repeat:no-repeat;
	background-image: url(../images/nav_a_bg.gif);
	background-position: center;
}

/**********下拉菜单开始*************/
#header .naver .nav {
	width:70px;
	float: left;
	margin-top:16px;
	height: 34px;
	line-height: 34px;
	position:relative;
	z-index:10;
}
.trip-menu ul,li{
	margin:0px;
	padding:0px;
}
.trip-menu li{
	display:inline;
	list-style:none;
	list-style-position:outside;
	text-align:left;
	float:left;
	_left:0px;
	_position: absolute;
}
.trip-menu .list a {
	width: 58px;
	color: #3B59AA;
	padding-left:10px;
	_margin-left:1px;
	text-decoration: none;
	float: left;
}
.trip-menu .list a:hover {
	color: #FFFFFF;
	background-color: #5271C2;
}

.trip-menu{
	width:70px;
	height:34px;
	float:left;
	border-bottom:0px;
	left: 0px;
	top: 0px;
}
.trip-menu .t_title {
	width: 55px;
	height:34px;
	line-height: 34px;
	font-weight: bold;
	padding-left:15px;
	font-family: "黑体";
	font-size: 15px;
	cursor:pointer;
}
.trip-menu .list{
	width:68px;
	padding:10px 0px;
	_width:72px;
	_padding:8px 0px;
	line-height:25px;
	text-align:left;
	float: left;
	z-index: 20;
	background-color: #FFFFFF;
	border: 1px solid #646464;
	border-top: 0px solid #646464;
}
.trip-menu .menu1{
	width:70px;
	height:auto;
	background:url(../images/nav_a_bg.gif);
	background-repeat:no-repeat;
	color:#FFF;
	cursor:hand;
	
}
.trip-menu .menu2{
	width:70px;
	height:34px;
	color:#FFFFFF;	
	overflow-y:hidden;
	cursor:hand;
}
/**************结束**************/



#header .naver .search {
	width:205px;
	float:right;
	padding-right:20px;
	line-height:50px;
	_padding-top:15px;
}
#header .naver .search .submit {
	background-image: url(../images/search_but.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 19px;
	border: 0px;
	margin-left:-6px;
	cursor:pointer;
}





/******/
#header .login .key1,#header .login .key2 {
	border: 1px solid #8B8B8B;
}
#header .naver .search .se1,#header .naver .search .se2 {
	border: 1px solid #8A8991;
}
#header .login .key1,#header .login .key2,#header .naver .search .se1,#header .naver .search .se2 {
	height: 18px;
	width: 150px;
	vertical-align: middle;
	line-height: 18px;
	padding-left:5px;
}
#header .login .key1,#header .naver .search .se1 {
	font-size: 10px;
	*font-size: 9px;
	_font-size: 9px;
	color: #989898;
}






