@charset "utf-8";
/* CSS reset */
html, body, iframe,
h1, h2, h3, h4, h5, h6, p, 
ol, ul, dl, dd, 
input, button, textarea, th, td, form {
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	font: 12px/1.5 'Microsoft YaHei','华文细黑',Helvetica,Arial,sans-serif;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
textarea {
	resize: none;
}
a, a:active, a:focus {
	outline: none;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** global class **/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.layout {
	width: 950px;
	margin: 0 auto;
}
.layout960 {	
	width: 960px;
	margin: 0 auto;
}
.pdb80 {
	padding-bottom: 80px;
}


/* Header */
.header {
	position: relative;
	min-width: 960px;
	height: 73px;
	padding-top: 25px;
	background: #966a3d url(../img/header_bg.jpg) no-repeat center top;
}
.header h1 {
	width: 157px;
	height: 54px;
	margin: 0 auto;
}
.header .guide {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
}
.header .guide span {	
	opacity: .4;
	filter: alpha(opacity=40);
}
.header .guide a {
	margin: 0 3px;
	color: #fff;
	opacity: .4;
	filter: alpha(opacity=40);
}
.header .guide a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.wrap-nav {
	position: relative;
	z-index: 99;
	height: 36px;
	background: #fff;
	line-height: 36px;
}
.nav-line {
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	height: 10px;
	overflow: hidden;
	background: url(../img/nav_bg.png) repeat-x;
}
.nav {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
.nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100px;
	font-size: 12px;
}
.nav a {
	display: block;
	width: 100%;
	height: 36px;
	/*background: url(../img/nav_icon.png) no-repeat 83px 15px;*/
	color: #5b493a;
}
.nav a:hover, .nav .cur a {
	color: #fff;
	background: url(../img/nav_hover.png) repeat-x;
}

/* Footer */
.footer {
	min-width: 960px;
	height: 219px;
	border-top: 1px solid #c8bea5;
	background: #d9c9b0;
}
.footer .copy {
	height: 42px;
	color: #cab6a5;
	background: #996d40;
	text-align: center;
	line-height: 42px;
}
.footer .copy a {	
	color: #cab6a5;
}
.foot-menu {
	width: 952px;
	margin: 0 auto;
	padding: 23px 0;
	line-height: 26px;
}
.foot-menu dl {
	float: left;
	width: 100px;
	height: 137px;
	padding-left: 35px;
	border-right: 1px dotted #b6a68e;
}
.foot-menu .last {
	border: none;
}
.foot-menu dt a {
	color: #7d6c54;
	font-size: 14px;
}
.foot-menu dt a:hover {
	color: #352918;
}
.foot-menu dd a {
	color: #a08c70;
}
.foot-menu dd a:hover {
	color: #60513c;
}

/* Global Class */
.main {
	background: url(../img/main_bg.jpg) no-repeat center 200px;
}
.inside-menu {
	height: 160px;
	padding-top: 41px;
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
}
.inside-menu h2 {
	height: 75px;
	color: #674114;
	font-size: 18px;
	line-height: 75px;
}
.inside-menu ul {
	height: 54px;
	background: url(../img/menu_bg.png) no-repeat center 0;
	line-height: 39px;
}
.inside-menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 98px;
	height: 39px;
	background: url(../img/menu_line.jpg) no-repeat right 0;
}
.inside-menu .last {
	background: none;
}
.inside-menu a {
	color: #5b493a;
}
.inside-menu a:hover {
	color: #d2a47d;
}
.page {
	padding-top: 45px;
	text-align: center;
}
.chromeOnselectstart {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}