﻿#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;
}

.header-top span {
	margin-left: 8px;
color:#676767;
font-size: 14px;
}

.header-top img {
	vertical-align: middle;
}

.header-bottom {
	height: 100%;
	width: 1200px;
	height: 70px;
        padding-bottom: 20px;
	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;
	margin-top: 25px;
	display: inline-block;
}

.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;
	background: #004AA9;
	position: relative;
        z-index:99999;
}

#header .nav {
	height: 50px;
	width: 1200px;
	margin: 0 auto;
}

#header .nav>li{
	padding: 0px;
	float: left;
}

#header .nav>li>a{
	float: left;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	padding: 0 28px;
	display: block;
	color: #fefefe;
}
#header .nav>li>a,
#header .nav>li>a:visited,#header .nav>li>a:link {color: #FFFFFF;}
#header .nav>li>a:hover {border-bottom: 3px solid #E63638;}
#header .nav>li>.currentSite {border-bottom: 3px solid #E63638;}

/* 下拉菜单操作 */
#header .nav>li:hover .drop-down-menu {
	display: block;
}

/* 下拉菜单页面样式 */
.drop-down-menu{
    height: 175px;
    width: 100%;
    background: url(../images/dropdown_icon_01.png) no-repeat;
    background-size: 100% 100%;
		position: absolute;
		bottom: -175px;
		left: 0;
		right: 0;
		display: none;
}

.menu-text-div{
    width: 100%;
    height: 100%;
}
.drop-menu-ul{
    width: 1200px;
    margin: auto;
		margin-top: 30px;
}

.drop-menu-ul li{
    float: left;
    padding: 0 30px 0 30px;
    color: #000000;
    line-height: 40px;
    width: 230px;
    white-space: nowrap;
}
.drop-menu-ul2 li{width:330px;}
.drop-menu-ul li label{
	color: #004aa9;
	margin-right: 10px;
}

.drop-menu-ul li a{
	color: #000000;
	font-size: 16px;
}

input::-webkit-input-placeholder { 
color: #101010; 
} 
input:-moz-placeholder { 
color: #101010; 
} 
input::-moz-placeholder { 
color: #101010; 
} 
input:-ms-input-placeholder { 
color: #101010; 
}
