header {
	width: 100%;
	position: relative;
}
.topbg {
	background: url(../images/topright.png)no-repeat right;
}

.topheader {
	position: relative;
	padding: 30px 0 !important;
}

.topheader>div.left:first-child {
	width:379px;
	height: 65px;
}

.topheader .left>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.topheader .left>a>img {
	width: 100%;
	height: 100%;
}

.topheader>div.right{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.topheader .right input {
	width: 220px;
	border: 1px solid #244ba5;
	height: 38px;
	padding: 0px !important;
	padding-left: 10px !important;
	outline: none;
	font-size: 16px;
}

.topheader .right button {
	    background: #244ba5;
	    color: white;
	    height: 38px;
	    width: 60px;
	    line-height: 35px;
	    margin-left: -4px;
	    text-align: center;
	    border: none;
	    padding: 0px !important;
}

/* 导航 */
.nav {
	width: 100%;
	height: 50px;
	background: #254ca6;
	background-size: 100% 100%;
}

#cssmenu,
#cssmenu>ul {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

#cssmenu>ul>li {
	float: left;
	text-align: center;
	width: 133.33px;
	height: 50px;
	display: inline-block;
	position: relative;
}
#cssmenu>ul>li>ul{
	position: relative;
	z-index: 100;
}
#cssmenu>ul>li.active,
#cssmenu>ul>li:hover {
	background: #002a8a !important;
}

#cssmenu>ul>li:hover>ul>li>a {
	background: #002a8a !important;
	height: 50px;
	line-height: 50px;
}

#cssmenu>ul>li:hover>ul>li>a {
	border-bottom: 1px solid white;
	height: auto !important;
	line-height: normal;
	padding: 10px 0;
}

#cssmenu>ul>li:hover>ul>li {
	height: auto !important;
	line-height: normal;
}

#cssmenu>ul>li a {
	display: inline-block;
	width: 100%;
	color: white !important;
	text-decoration: none !important;
	position: relative;
}
