﻿html, body {
	height: 100%;
	width: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
p, pre, code, fieldset, legend, form, input, textarea,
th, td, blockquote, select, button {
	margin: 0;
	padding: 0;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

p {
	line-height: 160%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style: none;
}

img {
	border: 0;
}

a:link, a:visited, a:hover {
	cursor: pointer;
	color: #333;
}

a:hover {
	color: #663333;
}


/* ===== 常用全局类 ===== */
.prel {
	position: relative;
	z-index: 0;
	zoom: 1;
}

.pabs {
	position: absolute;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.vtop, .vtop * {
	vertical-align: top;
}

.vmiddle, .vmiddle * {
	vertical-align: middle;
}

.vbtm, .vbtm * {
	vertical-align: bottom;
}

.mauto { /* 容器水平居中 */
	margin: 0 auto;
}

.none {
	display: none;
}

.clr {
	clear: both;
}

/* ----- 清除浮动 ----- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/bg_popup.png) repeat 0 0;
	text-align: center;
	z-index: 9999;
}

.popup img {
	position: absolute;
	top: 460px;
	left: 50%;
	margin: -230px 0 0 -350px;
}

/*--- 首页 ---*/
.index {
	background: #000 url(../images/bg_index.jpg) no-repeat center 0;
}

.index .wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.top-menu {
	padding: 80px 0 0 290px;
}

.top-menu li {
	float: left;
}

.top-menu li a {
	height: 44px;
	display: block;
	width: 84px;
	text-decoration: none;
}

.top-menu li a.m1 {
	background-position: 0 0;
	width: 60px;
	margin-right: 2px;
}

.top-menu li a.m2 {
	background-position: -71px 0;
}

.top-menu li a.m3 {
	background-position: -172px 0;
}

.top-menu li a.m4 {
	background-position: -274px 0;
}

.top-menu li a.m5 {
	background-position: -375px 0;
}

.top-menu li a.m6 {
	background-position: -478px 0;
	width: 60px;
}

.top-menu li a.m1:hover, .top-menu li.current a.m1 {
	background-position: 0 -50px;
}

.top-menu li a.m2:hover, .top-menu li.current a.m2 {
	background-position: -71px -50px;
}

.top-menu li a.m3:hover, .top-menu li.current a.m3 {
	background-position: -172px -50px;
}

.top-menu li a.m4:hover, .top-menu li.current a.m4 {
	background-position: -274px -50px;
}

.top-menu li a.m5:hover, .top-menu li.current a.m5 {
	background-position: -375px -50px;
}

.top-menu li a.m6:hover, .top-menu li.current a.m6 {
	background-position: -478px -50px;
}

.weibo {
	background: url(../images/img_weibo.png) no-repeat 0 0;
	width: 127px;
	height: 31px;
	position: absolute;
	top: 85px;
	right: 50px;
}

.weibo a {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-decoration: none;
}

.xl {
	margin: 8px 0 0 75px;
}

.box-left {
	float: left;
	margin-top: 230px;
	width: 300px;
	text-align: center;
}

.move {
	background: url(../images/bg_mov.jpg) no-repeat 0 0;
	width: 266px;
	height: 240px;
	margin: 10px auto;
	position: relative;
	padding-top: 9px;
}

.box-right {
	float: right;
	margin-top: 337px;
	*margin-top: 345px;
}

.news {
	background: url(../images/bg_news.png) no-repeat 0 0;
	width: 675px;
	height: 253px;
	margin-bottom: 20px;
	*margin-bottom: 16px;
}

.news .banner {
	float: left;
	width: 202px;
	height: 223px;
	margin: 21px 18px 0 21px;
	_display: inline;
	text-decoration: none;
	position: relative;
}

.number {
	background: url(../images/bg_banner.png) no-repeat 0 0;
	width: 95px;
	padding-left: 95px;
	height: 25px;
	position: absolute;
	right: 12px;
	bottom: 12px;
	_bottom: 11px;
}

.number li {
	float: left;
}

.news table {
	width: 415px;
	float: left;
	font-size: 12px;
}

.news h3 {
	padding-left: 390px;
	text-align: right;
	margin: 20px 0 10px 0;
	float: left;
}

.news .more {
	background: url(../images/icon_+.gif) no-repeat 4px 4px;
	display: block;
	width: 20px;
	height: 20px;
}

.news a.more:link, .news a.more:hover, .news a.more:visited {
	text-decoration: none;
}

.news tr {
	border-bottom: 1px dotted #d6c8b2;
	height: 30px;
	line-height: 29px;
}

.news th a:link, .news th a:visited {
	text-decoration: none;
	background: url(../images/icon_arrow.gif) no-repeat 0 0;
	padding: 2px 2px 2px 25px;
}

.news th a:hover {
	text-decoration: underline;
}

.news th {
	font-weight: normal;
	text-align: left;
	width: 310px;
	overflow: hidden;
	word-wrap: break-word;
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.news td {
	text-align: center;
}

.game-shot {
	width: 675px;
	position: relative;
}

.game-shot ul {
	/*margin: 10px auto;*/
	/*width: 624px;*/
	height: 110px;
	overflow: hidden;
}

.game-shot li {
	float: left;
	margin: 0 8px;
	_display: inline;
}

.game-shot li img {
	border: 1px solid #c6b290;
	padding: 4px;
	background-color: #fff1d8;
}

.game-shot li p {
	font-size: 12px;
	text-align: center;
}

.prev, .next {
	background: url(../images/icon_next_prev.gif) no-repeat 0 0;
	width: 20px;
	height: 88px;
	display: block;
	position: absolute;
	top: 26px;
	cursor:pointer;
}

.prev {
	left: 0;
}

.next {
	background-position: -20px 0;
	right: 0;
}

/*-- 图片轮播 --*/
.gallery { 
	height:116px; 
	width:676px; 
	position:relative; 
	margin-top: 15px;
}

.LeftBotton, .RightBotton {
	width:18px; 
	height:86px; 
	border:1px solid #E4DDCD; 
	display:inline; 
	cursor:pointer;
}

.LeftBotton {
	float:left; 
	background:#EFE9D8 url(../images/icon_next_prev.gif) 0 0 no-repeat;
	margin-right: 3px;
}

.RightBotton {
	float:right; 
	background:#EFE9D8 url(../images/icon_next_prev.gif) -20px 0 no-repeat;
}

.gallery .Cont { 
	float:left; 
	margin-left:6px; 
	display:inline; 
	width:620px; 
	height:112px; 
	overflow:hidden;
}

.gallery .ScrCont {
	width:20000px;
	height:112px;
}

.gallery .ScrCont ul {
	float:left;
}

.gallery .ScrCont li {
	float:left; 
	text-align:left; 
	display:inline; 
	height:112px;
}
		
.gallery .ScrCont li p.title {
	width:138px; 
	text-align:center; 
	line-height:24px; 
	height:24px;
}

.gallery .ScrCont li a:link, .gallery .ScrCont li a:visited {
	color:#432A0C;
}

.coop {
	margin-top: 23px;
}
