﻿#header {
        width:100%;
	background-color: #FFFFFF;
        padding-top: 1px;
        top: 0;
        position: fixed;
        z-index: 100;
}

.header-top {
	margin: 10px auto -8px auto;
	width: 1200px;
	color: #676767;
	text-align: right;
height:18px;
}

.zw {

float:right
}


.search-top{ float:left; height:18px; padding:2px 24px 0; border-left:1px solid #1d68ca;border-right:1px solid #1d68ca;margin-right:10px;}
.search-top img {
	vertical-align: middle;
}

.header-bottom {
	height: 100%;
	width: 1200px;
	height: 70px;
        padding: 20px 0;
	background: #FFFFFF;
	margin: 0 auto;
	color: #878787;
	font-size: 14px;
	overflow: hidden;
}

.header-logo {
	float: left;
	display: inline-block;
}

/* 搜索框 */
.header-input {
	float: right;
	height: 40px;
}

.search-input {
	float: left;
	width: 249px;
	height: 40px;
	background: #F3F3F3;
	border: none;
	font-size: 15px;
	color: #101010;
	display: inline-block;
	line-height: 40px;
	padding-left: 10px;
}

.search-icon {
	width: 45px;
	height: 40px;
	background: #ec2628;
	display: inline-block;
	position: relative;
	border-radius: 0 2px 2px 0px;
}

.search-icon img {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
}

.search-button {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(../images/icon_03.jpg) no-repeat 8px center #d22e2a;
	background-size: 14px 14px;
	font-size: 12px;
	color: #fff;
	padding: 0 0 0 30px;
}

/* 头部nav */
#header .header-nav {
	width: 100%;
	height:50px;
	position: relative;
        z-index:99999;
background: #004AA9;
}

#header .nav {
	height: 50px;
	width: 1200px;
	margin: 0 auto;
}

#header .nav>li{
	padding: 0px;
	float: left;
        position:relative;
}

#header .nav>li>a{
	float: left;
	height: 50px;
	line-height:50px;
	font-size: 18px;
	display: block;
	color: #fff;
display:block;width:185px;
text-align:center;
}
#header .nav>li>a,
#header .nav>li>a:visited,#header .nav>li>a:link {color: #fff;}
#header .nav>li>a:hover {background:#8d8f8f;color:#fff;}
#header .nav>li>.currentSite {background:#8d8f8f;color:#fff;}

/* 下拉菜单操作 */
#header .nav>li:hover .drop-down-menu {
	display: block;
}

/* 下拉菜单页面样式 */
.drop-down-menu{
width:100%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1266d1', endColorstr='#1266d1', GradientType=0) alpha(opacity=80);
	background: rgba(141, 143, 143, 0.9);
		position: absolute;
		top:50px;
		left: 0;
		display: none;
}

.menu-text-div{

}
.drop-menu-ul{
padding:15px 0;
}

.drop-menu-ul .pop{
    padding:0 12px;
		color: #fff;
		line-height: 40px;
word-break: break-all;
}

.drop-menu-ul li label{
	color: #004aa9;

}

.drop-menu-ul li a{
	font-size: 15px;
colo#fff;
}

.drop-menu-ul li a:link,.drop-menu-ul li a:visited{ color:#fff;}
.drop-menu-ul li a:hover{ text-decoration:underline;}

input::-webkit-input-placeholder { 
color: #101010; 
} 
input:-moz-placeholder { 
color: #101010; 
} 
input::-moz-placeholder { 
color: #101010; 
} 
input:-ms-input-placeholder { 
color: #101010; 
}
