/*header*/
* {
	margin: 0;
	padding: 0;
}
body {
	/*font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;*/
	/*"Microsoft YaHei" ! important;*/
	font-family: Tahoma, Geneva, sans-serif, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
	color: #696867;
	font-size: 14px;
}
img, a, li {
	border: 0;
	text-decoration: none;
	list-style: none;
}
/*---------------header----------------*/
.topBarFrame {
	width:auto;
	height:30px;
	/*background:#f6f6f6;*/
	border-bottom:0px solid #9bc604;
	background:#fff;
}
.topBarFrame .topBar {
	width:1100px;
	height:30px;
	position:relative;
	margin:0 auto;
}

.topBarFrame .topBar .login {
	height:30px;
	position:absolute;
	top:0px;
	right:0;
	
	/*
	border-radius: 5px;
	padding:15px 0 0 20px;
	box-shadow: 0 0 6px -3px rgba(0, 0, 0, 0.8);
	*/
}
.topBarFrame .topBar .login a {
	height:30px;
	display:inline-block;
	text-align:center;
	line-height:30px;
	color:#000!important;
	font-size:12px;
	padding:0px 10px;
	
}
.topBarFrame .topBar .login a:hover{
	background:#e9e9e9;
}
/*header*/
* {
	margin:0;
	padding:0;
}
body {
	margin: 0 auto;
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
	/*"Microsoft YaHei" ! important;*/
	color: #535151;
	font-size:14px;
}
ul li, a {
	list-style: none;
	text-decoration: none;
}
a img {
	border: 0px;
}
/* -----------header-----------*/

.headerFrame {
	height: 100px;
	width: auto;
}
.header {
	margin: 0 auto;
	width: 1100px;
	height: 100px;
	position:relative;
}

.header .logo {
	width: 500px;
	height:60px;
	position:absolute;
	left:0;
	top:10px;
}
.header .erWeiMa {
	width: 85px;
	height:85px;
	position:absolute;
	right:0px;
	top:0px;
}
.header .close {
	position:absolute;
	left:550px;
	top:0px;
	color:white;
	
}
.menuFrame {
	width: auto;
	height:40px;
	position:relative;
	background:#251714;
	font-size:18px;
	background:url(../images/navBg.png) repeat-x;
}
.menuFrame .menu {
	width:1000px;
	height:20px;
	line-height:20px;
	padding:11px 0;
	margin:0 auto;
	position:relative;
}
.menuFrame .menu ul li {
	float:left;
}
.menuFrame .menu a {
	display:block;
	padding:0 30px;
	color:#4b3911;
	border-right:1px solid #ac9f7d;
}
.menuFrame .menu a:hover {
	color:#fff;
}
.menuFrame .menu .home {
	
}
/* -----------footer-----------*/
.footerFrame {
	width: auto;
	height:140px;
	padding:30px 0;
	background:#2f1810;
}
.footerFrame .footer {
	width: 1100px;
	height:140px;
	margin: 0 auto;
	color:#fff;
}
.footerFrame .footer {
	width: 1100px;
	height:140px;
	margin: 0 auto;
	position:relative;
}
.footerFrame .footer .list {
	width: 160px;
	height:140px;
	float:left;
}
.footerFrame .footer .list .title {
	width: 160px;
	height:40px;
	line-height:40px;
	font-size:20px;
	color:#fff;
}
.footerFrame .footer .list ul li {
	width: 160px;
	height:30px;
	line-height:30px;
}
.footerFrame .footer .list ul li a {
	color:#8d7e79;
}
.footerFrame .footer .icoGroup {
	width: 430px;
	height:47px;
	position:absolute;
	right:20px;
	top:40px;
}
.footerFrame .footer .copyright {
	text-align:right;
	position:absolute;
	right:20px;
	top:130px;
	color:#8d7e79;
	font-size:13px;
}


/* page css
 * */	
#page {
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}
#page a {  /* 灰色页码 2*/
	width:28px;
	height:27px;
	color:#fe4600;
	padding:2px 10px;
	margin:0 2px;
	text-decoration:none;
	border-radius:3px;
	
	background-color:#fff;
	border:1px solid #ccc;
}
#page a:hover,#page span.me { /* 当前页码 点*/

	color:#fff;
	background:#457f0f;
	text-decoration:none;
	border-radius:3px;
}
#page span.disabled {
	border:1px solid #ccc;
	padding:2px 10px;
	margin:0 2px;
	color:#ccc;
	
	border-radius:3px;
}
#page span.me { /* 当前页码*/
	padding:2px 10px;
	margin:0 2px;
	border-radius:3px;
}
#page select.select {
	width:120px;
	background:#fff;
	border:1px solid #ccc;
}
#page select.select optgroup {
	font-style:normal;
}
