body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #777;
	background: url(images/bg.jpg) center top no-repeat #e8e8e8;
}
a {
	color: #777;
	text-decoration: none;
}
nav {
	padding-left: 20px;
	margin-bottom: 20px;
	background: url(images/icon-home.gif) left center no-repeat;
}
h1 {
	font-size: 20px;
	color: #277e2c;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background: url(images/title_line.png) left bottom no-repeat;
}
h1::before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	background: url(images/icon-crile.gif);
}
h2 {
	font-size: 18px;
	color: #555;
}
hr {
	margin: 30px 0;
	border-top: 1px solid #83d488;
}
img {
	max-width: 100%;
}
input, textarea {
	width: 320px;
	border: 1px solid #aeaeae;
	background: #f8f8f8;
}
textarea {
	width: 360px;
}
.img-btn {
	display: inline-block;
}
.img-btn > img {
	display: block;
	opacity: 1;
}
.img-btn:hover > img {
	opacity: 0;
}
.banner-img > dd {
	position: absolute;
	z-index: auto;
	text-align: center;
	display: none;
}
.banner-list {
	text-align: center;
	display: none;
}
.banner-list > dd {
	display: inline-block;
}
.banner-list > dd > a {
	display: block;
	border-radius: 50%;
}
.gallery {
	position: relative;
}
.gallery-list {
	display: none;
}
.gallery-list > dd {
	display: inline-block;
	cursor: pointer;
}
.gallery-btns > a {
	display: none;
}
.gallery-img {
	overflow: hidden;
}
.gallery-img > div {
	width: 99999px;
	overflow: hidden;
}
.gallery-img > div > dl {
	overflow: hidden;
}
.gallery-img > div > dl > dd {
	float: left;
}
#whole {
	width: 980px;
	margin: auto;
}
#header {
	overflow: hidden;
}
#hd-logo {
	float: left;
}
#hd-nav {
	float: right;
	overflow: hidden;
	margin-top: 12px;
}
#hd-nav > dd {
	float: left;
}
#hd-menu {
	float: right;
	width: 754px;
	height: 41px;
	margin-top: 20px;
	overflow: hidden;
	background: url(images/menu-bg.jpg);
}
#hd-menu > dd {
	float: left;
	height: 38px;
	margin-top: 3px;
	margin-left: 2px;
	text-align: center;
	position: relative;
}
#hd-menu > dd:nth-child(1) {
	margin-left: 0;
}
#hd-menu > dd > a {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 10px 0;
}
#hd-menu > dd:nth-child(1) > a {
	padding-left: 110px;
}
#hd-menu > dd > span {
	display: block;
	opacity: 0;
}
#hd-menu > dd.selected > span {
	opacity: 1 !important;
}
#menu {
	float: left;
	width: 333px;
	background-position: right top;
	background-repeat: no-repeat;
}
#mu-banner {
	position: absolute;
	z-index: -1;
	width: 333px;
	height: 375px;
}
#mu-list {
	height: 375px;
	padding-top: 32px;
	padding-left: 16px;
	background: url(images/temp-main_menu-02.png) -3px -3px no-repeat;
}
#mu-list > dd {
	width: 162px;
	margin-bottom: 12px;
	position: relative;
	background: url(images/main-menu-bg.png) no-repeat;
}
#mu-list > dd > a {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 86px;
	padding: 10px 5px;
	background-position: right;
	background-repeat: no-repeat;
}
#mu-list > dd > span {
	display: block;
	opacity: 0;
}
#mu-list > dd.selected > span {
	opacity: 1 !important;
}
#mu-list > dd > div {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 790px;
	height: 117px;
	margin-top: -105px;
	margin-left: 165px;
	overflow: hidden;
}
#mu-list > dd > div > * {
	float: left;
}
#mu-list > dd > div > .gallery-btns {
	width: 20px;
	height: 117px;
	text-align: center;
}
#mu-list > dd > div > .gallery-btns > a {
	display: block !important;
	opacity: .8;
}
#mu-list > dd > div > .gallery-img {
	width: 750px;
	height: 117px;
	border-top: 1px solid #5eeb66;
	border-bottom: 1px solid #5eeb66;
	background: rgba(255,255,255,.7);
}
#mu-list > dd > div > .gallery-img > div {
	opacity: 0;
	margin-top: -10px;
}
#mu-list > dd > div > .gallery-img > div > dl > dd > a {
	display: table-cell;
	width: 150px;
	height: 117px;
	padding-top: 15px;
	text-align: center;
}
#mu-list > dd > div > .gallery-img > div > dl > dd > a > img {
	border: 1px solid #fff;
	margin-bottom: 5px;
}
#mu-list > dd > div > .gallery-img > div > dl > dd > span {
	display: none;
}
#mu-box {
	overflow: hidden;
}
#mu-box > dd {
	display: none;
	overflow: hidden;
	position: relative;
	width: 324px;
	height: 118px;
	padding: 2px;
	margin-bottom: 5px;
	background: url(images/box_bg.png);
}
#mu-box > dd::before {
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	position: absolute;
	z-index: auto;
	top: 2px;
	right: 4px;
	background: url(images/box_btn-view.png);
}
#mu-box > dd > a {
	display: none;
	height: 118px;
}
#mu-box > dd > a.selected {
	display: block;
}
#mu-box > dd > a > strong {
	color: #277e2c;
}
#mu-box > dd.t1 > a {
	padding-top: 35px;
	padding-right: 15px;
	line-height: 20px;
	text-align: right;
}
#mu-box > dd.t2 > a {
	font-size: 11px;
	padding: 10px 40px 0 20px;
}
#mu-box > dd.t2 > a > img {
	float: left;
	border: 1px solid #fff;
	margin-right: 20px;
	box-shadow: 1px 1px 1px #666;
}
#mu-box > dd.t2 > a > span {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mu-box > dd.t2 > a > p {
	font-size: 11px;
	height: 26px;
	overflow: hidden;
}
#mu-box > dd.t2 > a > i {
	float: left;
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	background: url(images/icon-details.png) left center no-repeat;
}
#mu-box > dd.t3::before {
	background: url(images/box_btn-more.png);
}
#mu-box > dd.t3 > a {
	padding: 10px 15px;
}
#mu-box > dd.t3 > a > strong {
	display: block;
}
#mu-box > dd.t3 > a > span {
	float: left;
	width: 33%;
	height: 30px;
	margin-top: 10px;
	text-align: center;
}
#content {
	float: right;
	width: 647px;
	min-height: 747px;
	background: url(images/insidepage-bottombg.gif) bottom no-repeat #fff;
}
#content > div {
	padding: 20px;
	background: url(images/insidepage-topbg.gif) top no-repeat;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	padding: 15px 0;
	color: #777;
	line-height: 16px;
	background: url(images/footer-logo.gif) left center no-repeat;
}
#footer > a {
	color: #777;
}
.text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f6f6f;
}
.text02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c6c30;
	font-weight: bold;
}
.text03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #277e2c;
	font-weight: normal;
}
.text04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	line-height: 18px;
}
.text05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5fbc65;
	line-height: 18px;
}
.text06 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	font-weight: bold;
}
.text07 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5fbc65;
	line-height: 18px;
}
.text08 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #277e2c;
	font-weight: normal;
}
.text09 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #585858;
	font-weight: normal;
}
.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height: 16px;
}
