@charset "utf-8";
.header .logo img {
	margin: 20px 0;
	width: 100%;
	max-width: 600px;
}
.header .search {
	height: 50px;
	margin: 45px 0;
	display: flex;
}
.header .search input {
	border: 1px solid #08A;
	font-size: 13px;
	line-height: 40px;
	padding: 4px 10px;
	width: 100%;
	flex: 1;
	border-radius: 8px 0 0 8px;
	transition: all 500ms;
}
.header .search button {
	background: #08A;
	border: none;
	color: #fff;
	height: 50px;
	width: 100px;
	font-size: 15px;
	padding: 0 25px 0 20px;
	border-radius: 0 8px 8px 0;
	transition: all 500ms;
}
.header .search button i {
	font-size: 18px;
	width: auto;
	margin-right: 5px;
	margin-top: -2px;
}
.header .search:hover input {
	border-color: #09A;
}
.header .search:hover button {
	background: #09A;
}
.nav {
	height: 50px;
	background: #08A;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.nav a {
	color: #fff;
	width: 100%;
	height: 50px;
	display: inline-block;
}
.nav ul {
	position: absolute;
	display: none;
	z-index: 100;
	left: 0;
	width: 100%;
	background: #08A;
}
.nav ul li:hover {
	background: #09A;
	transition: all 500ms;
}
.nav .col-lg-1:hover {
	background-color: #09A;
	transition: all 500ms;
}
.nav .col-lg-1 a:hover {
	color: #fff;
}
.nav .col-lg-1.now {
	background: #fff;
	border-radius: 5px;
	border: 2px solid #08A;
	line-height: 46px;
}
.nav .col-lg-1.now a {
	color: #08A;
	height: 46px;
}
.nav .col-lg-1 li {
	line-height: 35px;
}
.nav .col-lg-1 li a, .nav .col-lg-1.now li a {
	height: 35px;
}
.nav .col-lg-1.now li a {
	color: #fff;
}
.navfix {
	background: rgba(255, 255, 255, 0.98);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 90px;
	border-bottom: 2px solid rgba(0, 128, 160, 0.5);
}
.navfix img {
	width: 100%;
	position: absolute;
	top: 85px;
	bottom: 0;
	margin: auto;
}
.navfix .col-lg-1 {
	line-height: 90px;
	font-size: 15px;
	text-align: center;
	height: 0;
	top: -1px;
	background: #08A;
}
.navfix .col-lg-1.now {
	height: 90px;
}
.navfix .col-lg-1.now a {
	color: #fff;
}
.navfix .col-lg-1 a {
	height: 90px;
	display: inline-block;
}
.navfix .col-lg-1:hover {
	height: 90px;
	transition: all 300ms;
}
.navfix .col-lg-1:hover a {
	color: #fff;
	transition: all 300ms;
}
@media only screen and (min-width:768px) {
	.nav {
		display: block !important;
	}
}
@media only screen and (max-width:767px) {
	.header .logo {
		text-align: center;
	}
	.header .search {
		margin: 0 0 10px;
		height: 40px;
	}
	.header .search input {
		height: 40px;
	}
	.header .search button {
		height: 40px;
		padding: 0 15px 0 10px;
		width: 80px;
	}
	.nav {
		height: 150px;
		display: none;
	}
	.nav .col-lg-1.now {
		line-height: 48px;
		border-width: 1px;
		border-radius: 0;
	}
	.nav .col-lg-1.now a {
		height: 48px;
	}
	.header .search {
		padding-right: 8px;
	}
	.header .menu {
		padding-left: 0px;
	}
	.header .menu i.icon {
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #08A;
		color: #fff;
		border-radius: 8px;
	}
}

