.header {
/*	width: 1200px;*/
	padding: 0px;
	margin: 0px auto;
}
img {
	border-style:none;
	}

.header-inline-block{
	display: inline-block;
}
.header-menu-item a:before{
	position: relative;
	top: 6px;
	padding: 8px;width: 24px; height: 24px;
}

.header-menu-item[t=wx] a:before{
	content: url(../images/header-wx.png);
}
.header-menu-item[t=wb] a:before{
	content: url(../images/header-wb.png);
}
.header-menu-item[t=yx] a:before{
	content: url(../images/header-yx.png);
}
.header-menu-item[t=en] a:before{
	content: url(../images/header-en.png);
}
.header-menu-item[t=wx] a:hover:before{
	content: url(../images/header-wx2.png);
}
.header-menu-item[t=wb] a:hover:before {
    content: url(../images/header-wb2.png);
}
.header-menu-item[t=yx] a:hover:before{
	content: url(../images/header-yx2.png);
}
.header-menu-item[t=en] a:hover:before{
	content: url(../images/header-en2.png);
}


.header-menu-item[t=email] a:before {
    content: url(../images/email.png);
}

.header-menu-item[t=email] a:hover:before {
    content: url(../images/email1.png);
}


.header-menu-item[t=cn] a:before {
    content: url(../images/header-cn1.png);
}
.header-menu-item[t=cn] a:hover:before {
    content: url(../images/header-cn2.png);
}


.header-menu-item a:hover{
	color: #1e5d92;
}
#wechatqr, #weiboqr {
    float: right;
    position: absolute;
    right: 85px;
    top: 40px;
    z-index: 1000;
    display: none;
    height: 110px;
}
#weiboqr {
	right: 190px;
}
#header-menu {
	display: inline-block;
	background-color: #f4f4f4;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	width: 970px;
	border-bottom: dashed 1px #c9c9c9;
}

#header-home-link {
	display: inline-block;
}

#header-home-link a {
	color: #afafaf;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

#header-menu-items {
	display: inline-block;
	float: right;
	position: relative;
	right: 20px;
	height: 42px;
}

.header-menu-item {
	display: inline-block;
	padding-left: 15px;
}

.header-menu-item a {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	line-height: 40px;
	float: right;
	position: relative;
	top: 2px;
	height: 40px;
}

.header-menu-item a img {
	height: 24px;
	line-height: 40px;
	vertical-align: middle;
	padding-right: 5px;
}

#header-title {
	height: 100px;
	line-height: 100px;
	margin: 0px auto;
	width: 1050px;
}

#header-title-pic {
	display: inline-block;
	height: 100px;
	float:left;
}

#header-title-search {
	float: right;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	margin-right: 50px;
	margin-top: 30px;
}
#header-title-search-text{
	float:left;
}

#header-title-search-text input {
	float:left;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 250px;
	padding: 0px 10px;padding-right:0;
	border: 0;background:url(../images/search-box-unfocus-1200.jpg) no-repeat;
}

#header-title-search-text input:focus,  #header-title-search-text input:hover{
	background:url(../images/search-box-focus-1200.jpg) no-repeat;
}

#header-title-search-btn {
	float:left;
	display: inline-block;
	line-height: 38px;
	height: 38px;
}

#header-title-search-btn a {
	float:left;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	background-color: #4e78a6;
	padding: 0px 18px;
	height: 38px;
	line-height: 38px;
}
#header-title-search-btn a:hover {
	background-color: #1f4e83;
}

.menu {
    width: 970px;
    padding: 0px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#menu-items {
	width: 100%;
	height: 48px;
	background-color: #1f4e83;
	padding: 0px;
	margin-bottom: 20px;
}

.menu-item {
	display: inline-block;
	width: 142px;height: 48px;
	text-align: center;
vertical-align: middle;}

.menu-item a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	padding: 0px 30px;
}
.menu-item:hover{
    background-color: #eeeeee;
} 
.menu-item:hover>a{
    color: #1d5c96;
 font-weight:bold;} 
.menu-item ul{
	position: absolute;
    z-index: 100;
    background-color: #ffffff;
    list-style: none;
    width: 140px;
    line-height: 48px;
    text-align: left; 
    font-size:14px;
    font-family:'??';
	border:1px solid #7f9bb9;
	-webkit-box-shadow:0 2 4px #253648;
	box-shadow:0 2 4px #253648;
	border-top: none;
}

.menu-item ul li a:hover{
	color: #31689b;	
    font-weight: bold;
	background-color: #f0f0f0;
}
.menu-item ul li a{
	color:#666666;
	font-size:14px;
	line-height: 35px;
	height:35px;
	background-color: #ffffff;
    border-bottom: 1px solid #d7d7d7;
	text-align: center;
	padding: 0px 0px;
	margin: 0px auto;
}


