body {
	font-size: 14px;
	color: #55422b;
	min-width: 1200px;
}

header {
	height: 130px;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	position: relative;
	border-top: 5px solid #d7e976;
	background: #fff;
}

header h1 {
	width: 323px;
	height: 61px;
	margin: 0 auto;
}

header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	background: url('../images/common/logo.png') no-repeat;
}

#gnav {
	height: 86px;
	width: 720px;
	position: absolute;
	bottom: -43px;
	left: 50%;
	margin-left: -360px;
	z-index: 9999;
}

#gnav li {
	float: left;
	width: 86px;
	height: 86px;
	margin: 0 17px;
	border-radius: 50%;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

#gnav a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('../images/common/nav.png') no-repeat;
}

#gnav1 a {
	background-position: 0 0;
}

#gnav1 a:hover {
	background-position: 0 -86px;
}

#gnav2 a {
	background-position: -86px 0 !important;
}

#gnav2 a:hover {
	background-position: -86px -86px !important;
}

#gnav3 a {
	background-position: -172px 0 !important;
}

#gnav3 a:hover {
	background-position: -172px -86px !important;
}

#gnav4 a {
	background-position: -258px 0 !important;
}

#gnav4 a:hover {
	background-position: -258px -86px !important;
}

#gnav5 a {
	background-position: -344px 0 !important;
}

#gnav5 a:hover {
	background-position: -344px -86px !important;
}

#gnav6 a {
	background-position: -430px 0 !important;
}

#gnav6 a:hover {
	background-position: -430px -86px !important;
}

#contact {
	position: absolute;
	z-index: 999;
	top: 10px;
	right: 10px;
	width: 230px;
	height: 90px;
}

footer {
	background: #e6f49b;
	position: relative;
	z-index: 999;
	color: #55422b;
}

#footer_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}

#fnav ul {
	display: flex;
	padding: 0 0 20px 0;
}

#fnav li {
	padding: 0px 0;
	width: calc(100% / 9);
	box-sizing: border-box;
	text-align: center;
}

#fnav li a {
	color: #55422b;
	display: block;
	width: 100%;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	padding: 0 0 5px 0;
	border-right: 1px solid #55422b;
}

#fnav li:first-child a {
	border-left: 1px solid #55422b;
}

#fnav2 a {
	line-height: 1.2em !important;
}

#footer_ad{
	width: 640px;
	float: left;
}

#footer_bnr{
	width: 210px;
	float: right;
}

#footer_ad h3 {
	font-weight: normal;
	width: 330px;
	float: left;
	padding: 0 0px 0 30px;
}

#footer_ad h3 span {
	font-size: 24px;
}

#footer_ad p {
	padding: 0px 0 0 0;
}

#copyright {
	text-align: right;
	padding: 20px 10px 5px 0;
	clear: both;
	text-align: center;
}


.gotop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 10000;
}
.gotop a{
	display:block;
	text-align:center;
	text-decoration:none;
	background:#fc9e39;
	border:3px solid #fff;
	border-radius:5px;
	color:#fff;
	text-align:center;
	line-height:40px;
	width:120px;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}