.head {
	width: 100%;
	background: none;
	background: url(hdgsbanner.jpg) no-repeat center top;
	background-size: auto 84%;
	max-width: 1920px;
	margin: 0 auto;
	/* background-color: #117ba8; */
}

#headBox {
	/* width: 1200px; */
	width: 100%;
	background-color: #0e4c95;
	height: 86px;
	margin: 0 auto;
}

#navbtns {
	width: 1200px;
	height: 50px;
	/*background: #5c7ba9;
	*//*background: rgba(177,200,226,0.5);
	*/background: rgba(132, 187, 201, 0.4);
	margin: 0 auto;
	background-color: #0e4c95;
	/* border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px; */
}

#navbtns ul {
	width: 100%;
	display: flex;
}

#navbtns ul li {
	height: 50px;
	width: 200px;
}

#navbtns ul li a {
	display: block;
	font-size: 20px;
	font-weight: normal;
	padding-top: 0px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 5px;
}

#navbtns ul li a:hover {
	text-decoration: none;
}

#navbtn-bot {
	width: 100%;
	margin: 0 auto;
	height: 36px;
	background: #EEEEEE;
}
#navbtn-bot>div{
	width: 1240px;
	margin: 0 auto;
}
#navbtn-bot ul li a {
	color: #000;
	font-size: 15px;
	line-height: 36px;
}

#navbtnsbox ul {
	margin-left: 77px;
	display: none;
	display: flex;
}

#navbtn-bot ul li a:hover {
	background: #EEEEEE;
	color: #005193;
	text-decoration: none;
}

#navbtn-bot ul li {
	margin: 0 15px;
}

.hides {
	background-color: #eee;
	color: #0e4c95 !important;
	border-radius: 3px;
	/*background: url(../img/nav.png)  center center;
	*/-webkit-border-radius: 5px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.serbox {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.serbox img{
	width: 800px; 
    height: 100%;
    /* position: relative;
    top: 0;
    left: 0; */
}

.serbox form {
	float: right;
	margin-top: 30px;
}

#query {
	border: 0;
	min-width: 310px;
	height: 38px;
	line-height: 40px;
	border: 1px #d5d5d5 solid;
	display: inline;
	padding: 0;
	padding-left: 10px;
	outline: none;
}

#serbtn {
	width: 80px;
	height: 40px;
	border: 0;
	display: inline;
	float: right;
	letter-spacing: 2px;
	cursor: pointer;
	background: url(../img/serbtn.png) no-repeat left center;
	background-size: 100% 100%;
}
