@charset "utf-8";

/**************************************/
/*                Reset               */
/**************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:focus {
	outline: none;
}

/**************************************/
/*                Print               */
/**************************************/
body {
	font:12px/1.6 Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	overflow-x: hidden;
}
code{
	font:12px/1.6  "Courier New", Arial, Helvetica, sans-serif;
	color:#000;
}

h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold;
	font-family: "微软雅黑", "宋体";
}

/**************************************/
/*              Meta Class            */
/**************************************/
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.cb{clear:both}
.cl{clear:left}
.cr{clear:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%}.clearfix{display:block}
.hidden{visibility:hidden}
.none{display:none}
.of{overflow:hidden}
.align_center{text-align:center;}


/* styles start
 * ------------------------------------*/
body {
	background: #f6f1ea url(../images/body_bg.jpg) repeat-x 0 0;
	color: #3c3c3c;
}
a {
	cursor: pointer;
	text-decoration: none;
}
#loading {
	text-align: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
}
#loading img {
	padding-top: 50px;
}

.wrapper {
	margin: 0 auto;
	width: 952px;
}
.slide {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.slide li {
	float: left;
	_display: inline;
}
.slide .switch_btn {
	width: 10px;
	height: 10px;
	display: block;
	background: url(../images/sprite.png) no-repeat -1100px 0;
	margin: 0 2px;
	_overflow: hidden;
}
.slide .current .switch_btn {
	background-position: -1100px -10px;
}

/* header
 * ------------------------------------*/
.the_header {
	background: url(../images/sprite.png) no-repeat 0 0;
	height: 48px;
	line-height: 45px;
	margin-top: 24px;
}
.the_header .logo {
	background: url(../images/sprite.png) no-repeat -951px 0;
	height: 41px;
	margin: 4px 0 0 14px;
	text-indent: -9999em;
	width: 129px;
}
.the_header .nav {
	margin-right: 22px;
	text-align: center;
}
.the_header .nav li {
	float: left;
	_display: inline;
}
.the_header .nav a {
	color: #508406;
	display: block;
	font-size: 16px;
	font-family: "微软雅黑", "宋体";
	font-weight: bold;
	margin: 0 14px;
}
.the_header .nav a:hover {
	color: #363a39;
}
.the_header .nav .current a {
	color: #363a39;
}
.the_header .nav .sep {
	background: url(../images/sprite.png) no-repeat -1080px 2px;
	height: 43px;
	width: 3px;
	overflow: hidden;
	_height: 41px;
}
.the_header .nav .star {
	background: url(../images/sprite.png) no-repeat -1083px 0;
	height: 16px;
	margin: 13px 6px 0;
	width: 16px;
	overflow: hidden;
}

/* content
 * ------------------------------------*/
.the_content {
	margin-top: 20px;
}
.the_content .content_top {
	height: 6px;
	overflow: hidden;
}
.the_content .content_bottom {
	height: 14px;
	overflow: hidden;
}
/* .content_wo_side 没有侧边栏 */
.the_content .content_wo_side .content_top {
	background: url(../images/content_wo_side.png) no-repeat 0 0;
}
.the_content .content_wo_side .content_bottom {
	background: url(../images/content_wo_side.png) no-repeat -1904px 0;
}
.the_content .content_wo_side .content_mid {
	background: url(../images/content_wo_side.png) repeat-y -952px 0;
}
/* .content_w_side 有侧边栏 */
.the_content .content_w_side {
	width: 719px;
	_overflow: hidden;
}
.the_content .content_w_side .content_top {
	background: url(../images/content_w_side.png) no-repeat 0 0;
}
.the_content .content_w_side .content_bottom {
	background: url(../images/content_w_side.png) no-repeat -1440px 0;
}
.the_content .content_w_side .content_mid {
	background: url(../images/content_w_side.png) repeat-y -720px 0;
}

.the_content .main_title {
	/*background: url(../images/small_title_deco.png) no-repeat 10px center;*/
	border-bottom: 1px solid #b3b3b0;
	font-size: 20px;
	margin-bottom: 20px;
	width: 220px;
}
.the_content .new_title{
    background: url(../images/title_deco.png) no-repeat 0 center;
    padding-left: 15px;
    margin-bottom: 8px;
}
.news_article .main_title {
    width: 100%;
    border-bottom: none;
    margin-bottom: 5px;
    text-align: center;
    background: none;
}
.news_article .post_time {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.more_article a:hover,
.news_article a:hover {
    text-decoration: underline;
}
.more_article {
    text-align: right;
}
.more_article a:visited {
    color: blue;
}
.the_content .article_detail {
    margin-bottom: 15px !important;
}
.article_detail .main_title {
    background-position: left center;
    border-bottom: none;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 15px;
    width: 100%;
}
.article_detail a,
.article_detail a:visited {
    color: #2d74b6;
}
.article_detail a:hover {
    text-decoration: underline;
}
.article_detail .more {
    display: block;
    text-align: right;
}
.article_detail .post-time {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: normal;
    margin-left: 30px;
}

.the_content .indent {
	text-indent: 24px;
    margin-bottom: 5px;
}
.the_content .article {
	margin-bottom: 32px;
}
.news_article p {
    text-indent: 24px;
    margin-bottom: 15px;
}
.news_article p,
.article_detail p {
    font-size: 13px;
}
.news_article h3 {
    margin: 15px 0 10px;
}
.news_article ul {
    margin: 0 0 15px;
    line-height: 1.8;
    font-size: 13px;
}
.news_article .has-list-style {
    margin-left: 30px;
}
.news_article .has-list-style li {
    list-style: disc;
}

.the_content .game_preview {
	padding: 9px 12px 13px 9px;
}
.the_content .go_btn {
	background: url(../images/sprite.png) no-repeat -1110px 0;
	color: #ffffff;
	display: block;
	font-size: 14px;
	height: 28px;
	line-height: 30px;
	padding-left: 30px;
	_padding-left: 17px;
	_margin-left: 35px;
}
.icon {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

/* home page
 * -------------------------*/
.display_game {
	height: 421px;
	margin-bottom: 25px;
	position: relative;
}
.display_game .game_holder {
	height: 325px;
	overflow: hidden;
	z-index: 101;
	width: 952px;
	_overflow: hidden;
}
.display_game .game_holder .game_city {
	height: 325px;
	position: relative;
	width: 952px;
}
.display_game .game_holder .enter_btn {
	background: url(../images/slide_sprite.png) no-repeat -936px 0;
	display: block;
	height: 74px;
	position: absolute;
	width: 254px;
}
.display_game .game_holder .enter_btn:hover {
	background-position: -936px -74px;
}
.display_game .app_meili .enter_btn,
.display_game .app_meili .enter_btn:hover {
    background: url(../images/enter_learn.png) no-repeat 0 0;
    left: 250px;
    top: 210px;
}
.display_game .game_mmsg .enter_btn {
    top: 215px;
    left: 265px;
}
.display_game .game_guessingking .enter_btn {
    left: 100px;
    top: 220px;
}
.display_game .game_sky .enter_btn {
    left: 280px;
    top: 210px;
}
.display_game .game_city .enter_btn {
	left: 240px;
	top: 225px;
}
.display_game .game_sanguo .enter_btn {
	left: 58px;
	top: 212px;
}
.display_game .game_sanguo_iphone .enter_btn {
	left: 102px;
	top: 202px;
}
.display_game .game_ravenwood .enter_btn {
	top: 230px;
	left: 82px;
}
.display_game .game_hongyan .enter_btn {
	top: 225px;
	left: 82px;
}
.display_game .game_holder_bg {
	background-color: #EEE;
	height: 309px;
	left: 1px;
	margin-top: -313px;
	position: relative;
	width: 949px;
	z-index: 100;

	background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #dddddd));
	background-image: -webkit-linear-gradient(#ffffff, #dddddd);
	background-image: linear-gradient(top, #ffffff, #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#dddddd');

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 1px 4px 2px rgba(0,0,0,0.36);
	-webkit-box-shadow: 1px 4px 2px rgba(0,0,0,0.36);
	box-shadow: 1px 4px 2px rgba(0,0,0,0.36);
}
.display_game .footer {
	background: url(../images/slide_sprite.png) no-repeat 0 0;
	height: 96px;
	margin-left: 7px;
	text-align: center;
	width: 936px;
}
.display_game .game_list {
	display: inline-block;
	margin-top: 18px;
	*display: inline;
	*zoom: 1;
}
.display_game .game_list li {
	float: left;
	margin: 0 12px;
	_display: inline;
}
.display_game .game_list .slide_btn {
	background: url(../images/slide_sprite.png) no-repeat -1192px 0;
	color: #ffffff;
	font-size: 16px;
	height: 64px;
	display: block;
	line-height: 1.2;
	text-align: center;
	width: 160px;
}
.display_game .game_list .slide_btn:hover {
	background-position: -1192px -64px;
}
.display_game .game_list .game_more {
	font-weight: bold;
	font-family: "宋体";
}
.display_game .game_list .game_more:hover {
	background-position: -1192px -64px;
}
.display_game .game_list .game_more span {
	display: block;
	text-align: left;
}
.display_game .game_list .slide_btn .game_logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.display_game .game_list .app_mmsg {
    margin: 4px 0 0 4px;
}
.display_game .game_list .app_meili {
    width: 136px;
    height: 42px;
    margin: 10px 0 0 4px;
}
.display_game .game_list .game_sky {
    height: 55px;
    margin: 5px 0 0;
    width: 138px;
}
.display_game .game_list .game_city {
	height: 58px;
	margin-top: 3px;
	width: 84px;
}
.display_game .game_list .game_sanguo {
	height: 52px;
	margin-top: 7px;
	width: 116px;
}
.display_game .game_list .game_sanguo_iphone {
	margin-top: 4px;
	width: 130px;
	height: 53px;
}
.display_game .game_list .game_ravenwood {
	width: 153px;
	height: 46px;
	margin: 10px 0 0 2px;
}
.display_game .game_list .game_hongyan {
	width: 102px;
	height: 58px;
	margin-top: 3px;
}
.display_game .toggle_btn a {
	background: url(../images/slide_sprite.png) no-repeat;
	height: 53px;
	position: absolute;
	top: 120px;
	width: 31px;
	z-index: 102;
}
.display_game .toggle_btn .toggle_left {
	background-position: -1388px 0;
	left: -40px;
}
.display_game .toggle_btn .toggle_left:hover {
	background-position: -1388px -53px;
}
.display_game .toggle_btn .toggle_right {
	background-position: -1356px 0;
	right: -40px;
}
.display_game .toggle_btn .toggle_right:hover {
	background-position: -1356px -53px;
}
.home_page p.indent {
	padding-left: 15px;
}
.the_content .vanchu_news,
.the_content .want_ad_content {
	margin-left: 18px;
	padding-bottom: 15px;
	width: 656px;
}
.the_content .want_ad_pic {
	margin: 1px 0 0 25px;
    background: url(../images/want.png) no-repeat;
    width: 253px;
    padding-top: 130px;
}
.the_content .want_school,
.the_content .want_social{
    height: 75px;
    width: 100%;
    display: block;
}
.vanchu_news .news_wrapper{
    width: 648px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.vanchu_news .news_list {
    font-size: 14px;
    position: absolute;
    left: 0;
    height: 100%;
    width: 200%;
}
.vanchu_news .news_list li{
    display: inline-block;
    +display: inline;
}
.vanchu_news .more {
    color: #686963;
    font-size: 14px;
}
.vanchu_news .news_list a:hover,
.vanchu_news .more:hover {
    text-decoration: underline;
}

/* product page
 * -------------------------*/
.product_page .content_mid {
	padding: 0 31px;
}
.product_page .game_logo {
	padding: 25px 15px 25px 0;
}
.product_page .game_logo h2{
    font-size: 20px;
}
.product_page .game_logo p{
    margin-top: 10px;
}
.game_wrap{
    padding-right: 30px;
}
.product_page .go_pc,
.product_page .go_android,
.product_page .go_iphone{
    width: 139px;
    height: 52px;
    display: inline-block;
    margin: 45px 15px 0 0;
    float: left;
}
.product_page .go_pc{
    background: url(../images/btn_pc.png) no-repeat;
}
.product_page .go_android{
    background: url(../images/btn_android.png) no-repeat;
}
.product_page .go_iphone{
    background: url(../images/btn_iphone.png) no-repeat;
}
.product_page .go_pc:active,
.product_page .go_pc:hover{
    background: url(../images/btn_pc_active.png) no-repeat;
}
.product_page .go_android:active,
.product_page .go_android:hover{
    background: url(../images/btn_android_active.png) no-repeat;
}
.product_page .go_iphone:active,
.product_page .go_iphone:hover{
    background: url(../images/btn_iphone_active.png) no-repeat;
}
.product_page .game_explain{
    color: #a1a1a1;
    font-size: 14px;
    padding: 5px 30px 0 0;
}
.product_page .game_info {
	margin: 30px 0 34px;
}
.meta .strong {
	font-size: 14px;
	font-weight: bold;
}
.meta {
	line-height: 16px;
	padding-bottom: 10px;
}
.meta a {
	color: #424142;
	text-decoration: underline;
}
.meta .icon {
	margin: 0 6px;
}
.meta .help {
	background: url(../images/sprite.png) no-repeat -1083px -16px;
	width: 17px;
	height: 16px;
}

/* about
 * ----------------------------------*/
.banner {
	height: 159px;
	margin-bottom: 10px;
	width: 952px;
}
.about_page .content_mid {
	padding: 18px 56px;
}

/* join
 * ----------------------------------*/
.join_page .content_mid {
	padding: 18px 33px;
}
.join_page .article h3 {
	margin-left: 24px;
	margin-bottom: 5px;
}
.join_page .article ol {
	list-style: decimal;
	margin-left: 60px;
	margin-bottom: 15px;
}
.join_page .main_title {
	width: 320px;
}

/* aside
 * ------------------------------------*/
.aside {
	margin-right: 15px;
}
.aside .aside_item {
	width: 218px;
	overflow: hidden;
}
.aside_item .item_title {
	background: url(../images/content_w_side.png) no-repeat right 0;
	font-size: 20px;
	height: 42px;
	line-height: 42px;
	padding-left: 28px;
}
.aside_item .item_list {
	background: url(../images/content_w_side.png) repeat-y -2160px 0;
}
.aside_item .item_list li {
	width: 214px;
}
.aside_item .item, .aside_item .item:visited {
	background: url(../images/small_title_deco.png) no-repeat 34px center;
	border-bottom: 1px dashed #b6b6b5;
	color: #424242;
	line-height: 37px;
	display: block;
	font-size: 16px;
	padding-left: 50px;
}
.aside_item .item_list .item:hover {
	background-color: #ece99d;
}
.aside_item .current .item, .aside_item .current .item:visited {
	background-color: #ece99d;
	font-family: "微软雅黑", "宋体";
	font-weight: bold;
}
.aside_item .disable .item, .aside_item .disable .item:visited,
.aside_item .disable .item:hover {
	background-color: transparent;
	cursor: default;
}
.aside_item .last .item {
	border-bottom: none;
}
.aside_item .aside_bottom {
	background: url(../images/content_w_side.png) no-repeat -2378px 0;
	height: 14px;
}
.aside_item .item_list .sub_item_title,
.aside_item .item_list .sub_item_title:hover {
	background-color: #e6e6db;
}
.sub_item_list .item, .sub_item_list .item:visited {
	background: none;
	padding-left: 70px;
}

/* footer
 * ------------------------------------*/
.the_footer {
	padding: 35px 0 55px;
	text-align: center;
}
.the_footer a {
	color: #303030;
}

#cloud_fly{
/*	width:100%;
	height:200px;
	position:absolute;
	top:254px;
	overflow:hidden;
	z-index:10;*/
}
.cloud{
	position:absolute;
	z-index:160;
	background-image:url(../images/clouds.png);
}
.cloud1{
	width:93px;
	height:74px;
	top:254px;
	left:280px;
	background-position:0 0;
}
.cloud2{
	width:129px;
	height:96px;
	top:390px;
	left:920px;
	background-position:-93px 0;
}

/* ie6 png ifx */
.the_header,
.logo,
.sep,
.star,
.toggle_left,
.toggle_right,
.slide_btn,
.enter_btn,
.cloud,
.game_logo,
img,
.img_holder,
.go_btn,
.switch_btn,
.help {
	behavior: url(ie/iepngfix.htc);
}
