header .container>div {
	height: 50px;
}

header .container>div>a.left {
	display: inline-block;
	height: 62px;
}

header .container>div>a.left img {
	width: 540px;
	height: 100%;
}

.carousel-item img {
	max-height: 400px;
}

header .container .right {
	border: 1px solid #f92329;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 10px;
}

header .container .right input {
	border: none;
	padding: 0px !important;
	width: 200px;
	outline: none;
}
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;
}
header .container .right a {
	display: inline-block;
	width: 40px;
	line-height: 36px;
	color: white;
	background: #f92329;
	text-align: center;
}

/* 导航 */
.nav {
	width: 100%;
	background: #fa232a;
}

#cssmenu,
#cssmenu>ul {
	height: 50px;
	margin: 0px !important;
	line-height: 50px;
}

#cssmenu>ul>li {
	float: left;
	text-align: center;
	width: 150px;
	height: 50px;
	display: inline-block;
	position: relative;
}

#cssmenu>ul>li::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	width: 2px;
	height: 24px;
	background: url(../images/line.png)no-repeat;
	background-size: 100% 100%;
}
#cssmenu>ul>li:nth-child(8)::after{
	display:none!important;
}
#cssmenu>ul>li:last-child::after {
	content: none !important;
}

#cssmenu>ul>li>a:hover {
	font-weight: 800 !important;
}

#cssmenu>ul>li:hover>ul>li>a {
	background: #e22328 !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: #fa232a !important;
}
