@charset "UTF-8";
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {  display: block; width:33px; height: 32px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; text-indent: -99099px; cursor: pointer;   }
.flex-direction-nav .flex-prev { left: 15px;background-position: -879px -17px; }
.flex-direction-nav .flex-next { right: 15px; background-position: -920px -17px;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { -webkit-filter: brightness(110%); }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:20px;right: 0px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {border: 1px solid #000;
width: 20px;
height: 10px;
display: block;
background: #666;
background: rgba(0,0,0,0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #f00; }
.flex-control-paging li a.flex-active { background: yellow;  cursor: default; border: 1px solid #fff;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

#fl{
	min-width:1000px;
	height:50px;
	margin:0 auto;
	background:url(../images/bg_01.jpg) center top no-repeat;
	position:relative;
	z-index:10000;
}
#fl_title{
	height:50px;
	width:1000px;
	margin:0 auto;
	position:relative;
}
#fl_www{
	display:block;
	width:170px;
	height:100%;
	float:left;
	margin-left:30px;
}
#fl_game{
	display:block;
	height:100%;
	width:128px;
	margin-right:18px;
	float:right;
	cursor:pointer;
}
#fl_area{
	position:absolute;
	z-index:101;
	width:800px;
	top:50px;
	right:18px;
	padding-bottom:34px;
	background:url(../images/flarea.gif) repeat;
	display:none;
}
#fl_area p{
	height:34px;
	line-height:34px;
	display:block;
	padding:0 10px;
	white-space:nowrap;
	background:url(../images/fl.gif) left top repeat-x;
	text-align:left;
}
#fl_area a{
	padding:0 15px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #999999;
	color:#000000;
	font-size:0.9em;
	margin:0;
}
#fl_area a.red{
	color:#e21204 !important;
}
#fl_area a.dis{
	color:#000000 !important;
}
#fl_area a:hover{
	color:#0b92d0;
}
#fl_area a.borderLeft{
	border-left:0;
}
#fl_area a.borderRight{
	border-right:0;
}
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay, .videoboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  z-index:1000001;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,     
pre, form, fieldset, input, textarea, p, blockquote, th, td {     
 padding: 0;    
 margin: 0;    
 }    
fieldset, img {     
 border: 0;    
 }    
table {    
 border-collapse: collapse;    
 border-spacing: 0;    
 }    
ol, ul {    
 list-style: none;    
 }    
address, caption, cite, code, dfn, em, strong, th, var {    
 /*font-weight: normal; */   
 font-style: normal;    
 }    
caption, th {    
 text-align: left;    
 }    
h1, h2, h3, h4, h5, h6 {    
 font-weight: normal;    
 font-size: 100%;    
 }    
q:before, q:after {    
 content: '';    
 }    
abbr, acronym {     
 border: 0;    
 }

/*公共类*/
.w1000 {margin: 0 auto;width: 1000px;position: relative;}
 .flex-direction-nav a{background: url(../images/button.gif) no-repeat ;}



body{font:13px "Microsoft Yahei";line-height: 1;background-color: #361c05;overflow-x:hidden;}
a{color:#828282;text-decoration: none;}
a:hover{color:#e87f14;}


/*引导页*/
#yy_downBt, #ts_nav li{background: url(../images/ico_guide.png) no-repeat ;}
#guide_bg{background: url(../images/guide_bg.jpg) center no-repeat ;height: 1022px;}
	#gc_bg{width: 1000px;height: 441px;background: url(../images/gc_bg.jpg) no-repeat ;overflow: hidden;}
	#gameTxt{background: url(../images/gm_title.jpg) top no-repeat ;line-height: 1.5;color: #bea479;padding:30px;*padding-top:15px;clear: both;text-indent:2em;}
	#video{width: 460px;height: 250px;padding:30px;float: left;}
	#ts{width: 435px;float: left;padding-top: 30px;}
	#ts_nav{border-top: 2px solid #b26c1f;}
	#ts_nav li{background-position: 0 -23px;margin-right: 1px;cursor: pointer; width: 144px;height: 23px;display: block;float: left;text-align: center;line-height: 23px;color: #776558;font-family:"Microsoft Yahei";}
	#ts_nav li.active{background-position: 0 0;color: #fff;}

	#guide_down{padding-top: 368px;margin-bottom: 5px;overflow: hidden;}
	#guide_down li{display: block;float: left;margin-right: 10px;}
	#guide_down .gd_yj{width:349px;padding:10px 2px; position: relative;overflow: hidden; min-height:107px;max-height:107px;background-color:rgba(0,0,0,.5);*background-color:#000;position: relative;border-radius:5px;color: #fff; }
	#guide_down .gd_yj a{color: #fff; }
	#guide_down .gd_yj a{color: #ff0; }
	#guide_down .gd_yj p{position: absolute;right: 5px;text-align: center;top: 10px;width: 95px;}
	#guide_down .gd_yj p img{display: block;margin-bottom: 5px;width: 95px;height: 95px;}
	#guide_down .gd_yj p.L{left: 10px;}
	#guide_down dl.gd_wx2{width: 240px;line-height: 2;}
	#guide_down dl.gd_wx2 dt{width: 80px;text-align: right;display: block;float: left;}
	#guide_down dl.gd_wx2 dd{width: 150px;text-align: left;display: block;float: left;padding-left: 5px;}
	#guide_down dl.L{margin-left: 90px;}
	#yy_downBt{display: block;width: 226px;height: 57px;text-indent: -9999px;background-position: 0 -46px;position: absolute;left: 115px;bottom: 5px;}
	#guide_bg a:hover{-webkit-filter: brightness(120%);}

/* 页脚 */
#foot {height: 134px;background: url(../images/foot_bg.gif) center no-repeat;color: #828282;position: relative;}
#foot p{text-align: center;line-height: 1.6;}





/*add by 2013-9-13*/
#list_menu{background: url(../images/list_menu.png) no-repeat;min-height: 190px;margin-bottom: 220px;}
	#list_menu a{margin-top:88px;margin-left: 20px;display: block;float: left;background: url(../images/list_menu_bt.png) no-repeat;width: 94px;height: 39px;text-indent: -9999px;}
	#list_menu a.lm_1{margin-top:89px;}
	#list_menu a.lm_1:hover{background-position: -94px 0;}
	#list_menu a.lm_2{background-position: 0 -39px;}
	#list_menu a.lm_2:hover{background-position: -94px -39px;}
	#list_menu a.lm_3{background-position: 0 -79px;}
	#list_menu a.lm_3:hover{background-position: -94px -79px;}
	#list_menu a.lm_4{background-position: 0 -119px;margin-left: 300px;}
	#list_menu a.lm_4:hover{background-position: -94px -119px;}
	#list_menu a.lm_5{background-position: 0 -159px;}
	#list_menu a.lm_5:hover{background-position: -93px -159px;}
	#list_menu a.lm_6{background-position: 0 -199px;}
	#list_menu a.lm_6:hover{background-position: -91px -199px;}

/*列表页*/
#listL a.bt, .topic h1, .topic ul#yxzl, #about, #listR .tab li, #listR ul.news li em{background: url(../images/button_list.png) no-repeat;}


#listL a.bt:hover, #listR ul.pic li:hover, #about p a:hover{-webkit-filter: brightness(120%);}
.bottom_bg{background:#2b1e17 url(../images/bottom_bg.jpg) bottom no-repeat;}
#listPage{background: url(../images/list_top.jpg) top no-repeat;min-height: 1200px;overflow: hidden;}
	#listL{width: 283px;float: left;margin-right: 10px;}
		#listL a.bt{display: block;width: 100%;text-indent: -9999px;margin-bottom: 10px;}
		#listL a.down_yy{height: 103px;}
		#listL a.down_iso{height: 103px;background-position: 0 -104px;}
		#listL a.bt_1{height: 86px;background-position: 0 -208px;}
		#listL a.bt_2{height: 86px;background-position: 0 -295px;}

.topic{margin-bottom: 10px;}
	.topic h1{text-align: center;height: 39px;background-position: 0 -382px;}
	.topic ul#yxzl{height: 195px;background-position: 0 -422px;}
	.topic ul#yxzl li{display: block;float: left;margin-left: 10px;margin-top: 15px;}
	.topic ul#yxzl li a{border-radius: 2px;background-color: #231c15;color:#d2ba92;padding: 2px 5px;display: block;width: 70px;line-height:20px;height:20px;text-align: center;}
	.topic ul#yxzl li a:hover{background-color: orange;color: #000;}

#about{height: 357px;background-position: 0 -619px;position: relative;color: #e7d6bf;}
	#about img.big_2w{display: block;margin: 0 auto;padding: 15px 0;}
	#about p{position: absolute;bottom: 18px;left: 50px;}
	#about p a{margin-right: 15px;}
	#about dl.gd_wx2{line-height: 25px;margin-left: 10px;}
	#about dl.gd_wx2 dt{width: 80px;height: 25px;color:#aea18e;text-align: right;display: block;float: left; }
	#about dl.gd_wx2 dd{width: 150px;text-align: left;display: block;float: left;padding-left: 10px;font-size: 16px;color: #e2d5bf;}

#listR{width: 707px;float: left;min-height: 1019px;background: url(../images/con_mid.jpg) repeat-y;}
	
	#place{padding-left:40px;background: url(../images/con_top.jpg) no-repeat;height: 30px;padding-top:20px;color: #aea18e;}
	#place a{color: #aea18e;}
	#place a:hover{color: orange;}
	#list_con_m{min-height: 898px;padding: 20px 0;}
	#list_bottom{background: url(../images/con_bottom.jpg) no-repeat;height: 31px;}
	#listR .tab{border-bottom: 2px solid #b26c1f;width: 650px;margin: 0 auto;overflow: hidden;}
	#listR .tab li,#listR .tab li a{background-position: 0 -1004px;margin-right: 1px;cursor: pointer; width: 114px;height: 26px;display: block;float: left;text-align: center;line-height: 26px;color: #a4917b;font-family:"Microsoft Yahei";}
	#listR .tab li.active,#listR .tab li.active a{background-position: 0 -978px;color: #fff;font-size: 18px;}
	#listR ul{width: 650px;margin: 10px auto;}
	#listR ul.news li{background: url(../images/line_1.gif) bottom repeat-x;line-height: 32px;height: 32px;}
	#listR ul.news li span{float: right;color:#94681c;}
	#listR ul.news li em{display: block;float: left;width: 5px;height: 5px;background-position: right -980px;top: 15px;position: relative;margin-right: 10px;margin-left: 10px;}
	#listR ul.news li a{color: #bea479;max-width: 500px;line-height: 32px;height: 32px;display: block;overflow: hidden;}
	#listR ul.news li a:hover{color: orange;}
	#listR ul.pic li{display: block;float: left;width: 200px;height: 120px;margin:10px 0 10px 12px;text-align: center;color: #bea479;}
	#listR ul.pic li img{display: block;width: 200px;height: 120px;margin-bottom: 5px;}
        #listR ul.wj li{display: block;float: left;width: auto;height: auto;margin: 10px 0 10px 12px;text-align: center;color: #bea479;}
        #listR ul.wj li img{display: block;width: auto;height: auto;margin-bottom: 5px;}

	#listR h1.list_title{width: 650px;margin: 10px auto;font-size: 24px;line-height:1.5;text-align: center;color: orange;background: url(../images/line_2.gif) bottom repeat-x;padding-bottom: 30px;}
	#listR div.list_txt,#listR .linklist{width: 650px;margin: 10px auto;color:#fff;line-height: 2.5;font-size: 14px;}
        #listR div.list_txt img{max-width: 100%;}



/*首页*/
#topUp, #index_bt a,button#bL, button#bR, #index_new li em, #index_con ul.ziliao li em, h1.tl .more, #index #guide_down a, #index_new h1, #index_new h1 a.more{background: url(../images/button_index.png) no-repeat;}
a.zl:hover, h1.tl .more:hover, #index_bt a:hover, #index #guide_down a:hover, #index_new h1 a.more:hover{-webkit-filter: brightness(120%);}
h1.tl{ position: relative;}
h1.tl .more{display: block; position: absolute;right: 10px;top:10px;height: 5px;background:none;color: #fecb7a;}

#index{background: url(../images/index_bg.jpg) top no-repeat;min-height: 937px;overflow: hidden;}
	#index_bt{margin-top: -150px;height: 134px;}
	#index_bt a{ float: left;margin:10px 3px 10px 0;display: block;;width: 247px;height: 114px;}
	#index_bt a.ib_1{}
	#index_bt a.ib_2{background-position: 0 -115px;}
	#index_bt a.ib_3{background-position: 0 -230px;}
	#index_bt a.ib_4{background-position: 0 -345px;}
	#voide{height: 195px;background-color: #000;}
	#renwu{height: 395px;position: relative;width: 283px;overflow: hidden;}
	#wjzs{height: 395px;position: absolute;z-index: 1;}
	#wjzs li {display: block;float: left;}
	#wjzs li img{height: 395px;width: 283px;}
	button#bL, button#bR{border:0;display: block;height: 43px;width: 40px;margin: -20px 0 0;position: absolute;top: 50%;z-index: 10;overflow: hidden;text-indent: -99099px;cursor: pointer;}
	button#bL{left: 10px;background-position: -172px -504px;}
	button#bR{right: 10px;background-position: -172px -460px;}

#list_top{background: url(../images/con_top2.jpg) no-repeat;height: 30px;}

#Slider{width: 300px;height: 180px;overflow: hidden;border: 1px solid #c37131;position: relative;top: 20px;left: 380px;}
	#Slider img{width: 300px;height: 180px;}

#index_new{width: 300px;position: relative;left: 695px;top: -163px;overflow: hidden;}
	#index_new h1{height: 36px;background-position: 0 -557px;margin-bottom: 5px;}
	#index_new h1 a.more{float: right;display: block; background: none; height: 5px;margin-right: 15px;margin-top: 10px;color: #c2882b;}
	#index_new li em{display: block; position: relative;top: 13px;margin-right: 10px; float: left;width: 5px; height: 6px;background-position: -13px -462px;}
	#index_new li span{float: right;color: #94681c;line-height: 30px;}
	#index_new li a{color: #bea479;line-height: 30px;height:30px;max-width: 320px;overflow: hidden;display: block;}
#index_menu{background: url(../images/index_menu.png) no-repeat;height: 190px;position: relative;left: 350px;top: 20px;overflow: hidden;}
	#index_menu a{display: block;margin-top:83px;margin-right:20px;float: left;background: url(../images/list_menu_bt.png) no-repeat;width: 94px;height: 39px;text-indent: -9999px;}
	#index_menu a.lm_1{margin-left: 300px;}
	#index_menu a.lm_1:hover{background-position: -94px 0;}
	#index_menu a.lm_2{background-position: 0 -39px;}
	#index_menu a.lm_2:hover{background-position: -94px -39px;}
	#index_menu a.lm_3{background-position: 0 -79px;}
	#index_menu a.lm_3:hover{background-position: -94px -79px;}
	#index_menu a.lm_4{background-position: 0 -119px;margin-left: -341px;margin-top: 121px;}
	#index_menu a.lm_4:hover{background-position: -94px -119px;}
	#index_menu a.lm_5{background-position: 0 -159px;margin-left: -228px;margin-top: 121px;}
	#index_menu a.lm_5:hover{background-position: -93px -159px;}
	#index_menu a.lm_6{background-position: 0 -199px;margin-left: -117px;margin-top: 121px;}
	#index_menu a.lm_6:hover{background-position: -91px -199px;}

#index #guide_down{padding-top: 330px;left: 400px;position: relative;}
	#index #guide_down .gd_yj{background-color: #21130b;width: 300px;}
	#index #guide_down a{display: block;width: 169px;height: 35px;background-position: 0 -479px;cursor: pointer;position: absolute;bottom: 23px;left: 116px;}
	#index #guide_down a.iso{background-position: 0 -514px;}

#index_con{width: 660px;margin: 0 auto;margin-top: -20px;overflow:hidden;}
	#index_con ul.ziliao{margin-top: 20px;overflow: hidden;}
	#index_con ul.ziliao li{ display: block;float:left; margin-right: 10px; color: #bea479;font-size: 16px;line-height: 23px;margin-bottom: 10px;}
	#index_con ul.ziliao li em{display: block;width: 11px;height: 11px;background-position: 0 -460px;float: left;margin-right: 5px;margin-top: 7px;}
	#index_con ul.ziliao li a{ color: #bea479;border-radius: 2px;background-color: #000;color:#d2ba92;display: block;width: 80px;text-align: center;}
	#index_con ul.ziliao li a:hover{background-color: orange;color: #000;}

	#gamePic{border: 1px solid #3e352c;background-color: #1d1712;border-radius: 5px;overflow: hidden;padding-bottom: 30px;*padding-bottom: 20px;margin-top: 20px;}
		#gamePic h1.tl{margin: 20px 10px;}
		#gamePic li{ display: block;float: left;width: 182px;margin-left: 25px;text-align: center;color: #bea479;}
		#gamePic li img{width: 180px;border: 1px solid #a68051;display: block;margin-bottom: 10px;}
	#yxgl{width: 405px;float: left;margin-top: 30px;}
		#yxgl h1.tl{margin-left: 10px;}
		#yxgl ul.news{width: 100%;}
		#yxgl ul.news li a{max-width: 300px;}
	#hzmt{position: relative; margin-top: 30px;height: 370px;background: url(../images/line3.gif) left repeat-y;width: 205px;float: right;margin-left: 20px;padding-left: 20px;}
		#hzmt h1.tl{margin-left: 5px;}
		#mdBox{position: relative;overflow: hidden;height: 420px;margin-top: 10px;}
		ul#mediaList{width: 210px;height: 300px;}
		#mediaList li{display: block;width: 100px;float: left;margin-right: 5px;margin-bottom: 5px;}
#yxgl .mtzq_menu{overflow: hidden;border-bottom: 1px solid #9b5d24;width: 100%;}
#yxgl .mtzq_menu li{cursor: pointer; display: block;float: left;width: 74px;height: 23px;line-height: 23px;text-align: center;background: url(../images/mtzq_menubg.jpg) no-repeat 0 -23px;margin-right: 1px;color: #7c6b61;}
#yxgl .mtzq_menu li.active{color: #fff;background-position: 0 0;}
#yxgl .mt20{margin-top: 20px;}
#video a,#voide a{
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#video a img,#voide a img{
    position: relative;
    z-index: 11;
    display: block;
    height: 100%;
    width: 100%;
}
#video a span,#voide a span{
    position: absolute;
    height: 84px;
    width: 84px;
    top: 83px;
    left: 188px;
    background: url(../images/videoIco.png);
    z-index: 12;
}
#voide a span{
    top: 55px;
    left: 100px;
}
#video a:hover span,#voide a:hover span{
    opacity: 0.8;
    filter:alpha(opacity=80);
}
/*进入官网*/
#enter{
    position: absolute;
    top: 180px;
    left: -60px;
    height: 316px;
    width: 594px;
    display: block;
    background: url(../images/enter.png) 0 0;
}
/*#enter:hover{
    background-position: 0 -384px;
}*/
/*返回头部*/
#topUp{background-position: -213px -460px;width: 34px;height: 48px;display: block; text-indent: -9999px;cursor: pointer; position: fixed;right: 50px;bottom: 20px;}
	#topUp:hover{background-position: -213px -508px;}
	
#mediaList li a img{
	width: 100px;
	height: 46px;
}
.chapter{width:163px; height:40px; top:285px; left:15px;}
.chapter1{width:163px; height:40px; top:285px; left:200px;}
.chapter2{width:163px; height:40px; top:285px; left:625px;}
.chapter3{width:163px; height:40px; top:285px; left:820px;}
.gw, .chapter{display:block; position:absolute; overflow:hidden; text-align:center;}
.gw, .chapter1{display:block; position:absolute; overflow:hidden; text-align:center;}
.gw, .chapter2{display:block; position:absolute; overflow:hidden; text-align:center;}
.gw, .chapter3{display:block; position:absolute; overflow:hidden; text-align:center;}