@charset "utf-8";
header {
	height: 120px;
	width: 100%;
	background: url(../images/top_bg.jpg) 50% 0 no-repeat;
}
header .search_wrap{
	position: relative;
	line-height: 120px;
}
header .search_wrap .fa{
	position: absolute;
	right: 15px;
    top: 46px;
    font-size: 25px;
    color: #6bb4f3;
    cursor: pointer;
}
header .search_wrap .search_input{
	padding-right: 45px;
	width: 355px;
	height: 50px;
	background-color: rgba(255,255,255,.67);
	border-radius: 25px;
	text-indent: 2em;
	color: #333;
}
nav.home{
	height: 60px;
	background-color: #3b9aeb;
	color: #fff;
}
nav.home ul li{
	display: inline-block;
}
nav.home ul li.active,
nav.home ul li:hover{
	background-color: #2980cb;
}
nav.home ul li a{
	padding: 0 38px;
	line-height: 60px;
	font-size: 16px;
}