.heard {
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
}

.heard div.col-sm-4 {
	display: none;
}

.heard div.col-sm-2 {
	display: none;
}

.nav {
	height: 3.125rem;
	line-height: 3.125rem;
	color: #FFFFFF;
}

.nav li {
	width: 11%;
	text-align: center;
	cursor: pointer;
}

.nav li.active {
	background-color: #0575DA;
}
.nav.masterColor2 li.active {
	background-color:#B90508;
}
.nav li a{
	color: #FFFFFF !important;
	display: inline-block;
	width: 100%;
	height:100%;
}
.nav li:hover {
	background-color: rgba(5, 117, 218, 0.3);
}
.nav.masterColor2 li:hover {
	background-color: rgba(166, 0, 0, 0.3);
}
.banner_box {
	width: 100%;
}

.banner {
	width: 100%;
	position: relative;
}

.banner_search {
	position: absolute;
	right: 7.625rem;
	bottom: 1rem;
	border-radius: 0.25rem;
	overflow: hidden;
}

.banner_logo {
	position: absolute;
	top: 50%;
	left: 7.625rem;
	transform: translateY(-50%);
}

.banner_logo img {
	width: 100%;
}

.input-group {
	width: 18.75rem;
	height: 2.5rem;
	line-height: 2.5rem;
}

.input-group-addon {
	height: 2.5rem;
	line-height: 2.5rem;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 0.9375rem;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
}

@media all and (max-width:1000px) {
	.nav {
		display: none;
	}

	.heard {
		height: 6.5rem;
		line-height: 6.5rem;
		padding: 0 1.25rem;
		font-size: 2rem;
	}

	.heard div.col-sm-4 {
		display: block;
	}

	.heard div.col-sm-2 {
		display: block;
	}

	.heard div.col-sm-2 {
		display: block;
	}

	.heard div:nth-child(4) {
		display: none;
	}

	.heard div:nth-child(5) {
		display: none;
	}

	.heard div:nth-child(6) {
		display: none;
	}

	.dropdown_img {
		width: 80%;
	}
	/* 下拉菜单 */
	.dropdown-menu {
		text-align: center;
		font-size: 24px;
		color: #FFFFFF;
		padding: 0;
		border: 0;
		min-width:120px;
		/* padding: 0 1.25rem; */
	}
    .dropdown-menu li a{
		color: #FFFFFF !important;
	}
	.dropdown-menu .active {
		background-color: #0575DA;
	}
	.dropdown-menu.masterColor2 .active {
		background-color: #B90508;
	}
	/* banner */
	.banner_logo {
		position: absolute;
		top: 50%;
		left: 1.25rem;
		transform: translateY(-50%)
	}
}
