header .topheader{
	max-width: 1600px;
	margin: 0 auto;
	height: 300px;
	background: #fff;
}
header .topheader>div{
	width: 100%;
	height: 100%;
}
header .topheader>div>div.left{
	width: 47%;
	margin-right: 3%;
	height: 100%;
	line-height:300px;
}

header .topheader>div>div.left>a{
	display: inline-block;
	width:100%;
}
header .topheader>div>div.left>a>img {
	width:100%;
	height: 100%;
}
header .topheader>div>div.right{
	width:50%;
	line-height: 300px;
	height: 100%;
}
header .topheader>div>div.right>img{
	width: 100%;
	height:290px;
}
.carousel-item img {
	max-height: 400px;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #d9d9d9;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #d9d9d9;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #d9d9d9;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #d9d9d9;
}

/* 导航 */
.nav {
	width: 100%;
	background:#244ba5;
}

#cssmenu,
#cssmenu>ul {
	height: 50px;
	margin: 0px !important;
	line-height: 50px;
}

#cssmenu>ul>li {
	float: left;
	text-align: center;
	width: 171.42px;
	height: 50px;
	display: inline-block;
	position: relative;
}
#cssmenu>ul>li.active,#cssmenu>ul>li:hover{
	background: #143683 !important;
}
#cssmenu>ul>li>a:hover {
	font-weight: 800 !important;
}
#cssmenu>ul>li:hover>ul>li>a {
	background: #143683 !important;
	height: 50px;
	line-height: 50px;
}

#cssmenu>ul>li a {
	display: inline-block;
	width: 100%;
	color: white !important;
	text-decoration: none !important;
	float: left;
	font-weight: 800 !important;
}

#cssmenu>ul>li>ul>li>a:hover {
	background: #244ba5 !important;
}
