
/*--------主体开始---------------*/

*{
	margin:0px;
	padding:0px;
}

.header{
	position:relative;
	width:1400px;
	margin:0 auto;
	height:120px;
	margin-top:6px;
	background-color:#333D46;
	font-family: "宋体";
}


/*--------头部开始-----------------*/

.header_top{
	height:30px;
	line-height:30px;
	font-size:14px;
}

.header_top a{
	text-decoration:none;
	color:#ffffff;
	letter-spacing:1px;
}

.header_top a:hover{
	color:#fe7902;
}

.header_top .span1{
	padding-left:20px;
	margin-left:80px; 
	background-image:url(../img/login_ico.fw.png);
	background-repeat: no-repeat;
}

.header_top .span2{
	padding-left:20px;
}

.header_top .span3{
	padding-left:900px;
}

.header_top .span4{
	padding-left:15px;
}

.header_top .span5{
	color:#ffffff;
	padding-left:16px;
	background-image:url(../img/arrow.fw.png);
	background-repeat: no-repeat;
	background-size:10px 14px;
}

.header_top .top_status{
	position:absolute;
	right:65px;
	top:0px;
}

.header_top .status{
	position:absolute;
	z-index: 9999;
	display: none;
	right:0px;
	top:23px;
	width:260px;
	height:140px;
	text-align: center;
	border:2px solid green;
	border-radius: 5px;
	background-color:whitesmoke;
}

.header_top .status p{
	height:40px;
	line-height:40px;
	color:black;
	font-size:14px;
	letter-spacing: 1px;
	padding-left:3px;
	border-bottom:1px solid gray;
}

.header_top .status p span{
	color:#FF5E00;
	font-size:20px;
	font-weight:bolder;
}

.header_top .status .stat1{
	display:inline-block;
	background-image:url(../img/login.fw.png);
	background-size:  40px 40px;
    background-repeat: no-repeat;
	padding-top:60px;
	margin-top:10px;
	margin-right:20px;
}

.header_top .status .stat2{
	display:inline-block;
	background-image:url(../img/logins.fw.png);
	background-size:40px 40px;
    background-repeat: no-repeat;
	padding-top:60px;
	margin-top:10px;
}

.header_top .status .stat3{
	display:inline-block;
	background-image:url(../img/logina.fw.png);
	background-size:40px 40px;
    background-repeat: no-repeat;
	padding-top:60px;
	margin-top:10px;
	margin-left:20px;
}

.header_top .status a{
	color:black;
}

/*-------网页搜索栏和城市切换栏开始-----------*/

.header_headline{
	position:absolute;
	top:45px;
	left:25px;
	height:60px;
	line-height:60px;
	color:red;
	letter-spacing: 10px;
	padding-left:80px;
    font-size:60px;
    text-shadow:2px 2px 3px white;
    background-image: url(../img/ph.jpg);
    background-size:55px;
    background-repeat: no-repeat;
}

.header_headline span{
	position: absolute;
	top:10px;
	font-size:16px;
	color:#ffffff;
	display:inline-block;
	width:95px;
	line-height:40px;
	padding-left:20px;
	left:410px;
	background-image: url(../img/pos.fw.png);
	background-size:13px;
    background-repeat: no-repeat;
}


/*--------导航栏开始-------------*/

.header_nav .uls{
	position:absolute;
	z-index: 999;
	right:210px;
	bottom:0px;
	/*line-height:100px;*/
}

 .header_nav li{
	float:left;
	width:120px;
	height:63px;
	list-style-type:none;
	line-height:63px;
	text-align:center; 
	letter-spacing:3px;
	font-size:17px;
	margin-left:10px;
	margin-bottom:0px;
}

.header_nav li ul{
	display:none;
}

.header_nav li ul li{
	background-color:#112233;
	margin-left:0px;
}	

.header_nav a{
	text-decoration:none;
	color:#FFFFFF;
}

.header_nav .lis_a{
	display: inline-block;
	width:120px;
	height:63px;
}

.header_nav li a:hover{
	color:#fe7902;
}


/*-------服务栏开始-----------------*/

.header_tell{
	position: absolute;
	right:10px;
	top:60px;
	padding-left:45px;
	cursor:default;
	background-image: url(../img/ico.fw.png);
	background-size:30px;
    background-repeat: no-repeat; 
}

.header_tell p{
	font-size:24px;
	color:red;
	letter-spacing:1px;
	font-weight:bold;
	text-shadow:1px 1px 1px white;
}
