/*base主体框架样*/
* {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
html, body {
	/*解决Google Chrome浏览器较早版本不支持小于12px的字体大小的方法*/
      -webkit-text-size-adjust:none;
}
a {
	color:#515354;
	text-decoration:none;
}
a:hover {
	color:#23738f;
	text-decoration:underline;
}
/*------------页面外围控制整体布局wrapper------------*/
#wrapper {
	margin:0 auto;
	width:1100px;
	height:auto;
	background:url(/images/bg_mid.png) repeat-y;
	overflow:hidden;
}
ul {
	list-style:none;
}
img {
	border:none;
}
/*------------页面置顶stick------------*/
#stick {
	height:43px;
	background:url(/images/bg_top.png) no-repeat;
}
/*------------页面置顶stick结束------------*/
/*------------页面主体内容main------------*/
/*页面主体顶部top*/
#top {
	width:100%;
	overflow:visible !important;
}
/*页面主体中间mid*/
#mid {
	width:91%;
	float:left;
	height:auto;
	overflow:hidden;
	margin:10px 0 0 55px;
}
/*页面主体footer*/
#footer {
	width:1000px;
	height:auto;
	overflow:hidden;
	float:left;
	border-top:3px solid #23738f;
	margin:10px 0 0 0;
	font-size:10px;
}
/*页面主体内容main结束*/
/*------------页面底部bottom------------*/
#bottom_02 {
	width:1100px;
	height:50px;
	background:url(/images/bg_bottom.jpg) no-repeat;
	margin:0 auto;
}
/*页面底部bottom*结束/
/*页面外围控制整体布局wrapper结束*/
/*----------------------页面置顶内容样式------------*/
#stick li {
	float:left;
	margin-left:3px;
	color:#818181;
}
#stick ul {
	margin:8px 50px 0 0px;
	color:#494545;
	float:left;
	float:right;
}
.sticktxt01 {
	float:left;
	line-height:30px;
	padding-left:50px;
	color:#818181;
}
#stick a {
	color:#818181;
	text-decoration:none;
	padding:0px 2px;
}
.sticktxt {
	color:#494545;
}
#stick a:hover {
	text-decoration:underline;
}
/*----------------------页面主体顶部logo部份开始---*/
.logo {
	width:1000px;
	height:68px;
/*	line-height:68px;*/
}
.logo li {
	float:left;
}
.logo li a{ display:block;}
.picr {
	float:right;
	margin-left:33px;
	
}
.logopic {
	margin-left:40px;
}

/*===============nav=============*/
.nav_bg{width:996px; height:44px; background:url(/images/navbg.jpg) right 0 #8c1302 no-repeat; background-size:996px 47px; margin:10px 0px;}
.nav_left{ display:block; float:left;}
.mmoxe_nav{ overflow:hidden; float:left;}
.mmoxe_nav li{ float:left; height:28px; margin:8px 8px; position:relative;}
.mmoxe_nav li a{ display:block; line-height:28px; color:#fff; text-align:center; font-size:13px;} 
.mmoxe_nav li a:hover{ text-decoration:none;}
.search_bg{ float:left; overflow:hidden; margin:8px 0px 0px 7px;}
.nav_sub1{width:47px;}
.nav_sub2{width:69px;}
.nav_sub3{width:109px;}
.nav_sub4{width:75px;}
.nav_sub5{width:98px;}
.nav_sub1:hover,.nav_active{ background:url(/images/nav05.jpg) no-repeat;}
.nav_sub2:hover{ background:url(/images/nav01.jpg) no-repeat;}
.nav_sub3:hover{ background:url(/images/nav02.jpg) no-repeat;}
.nav_sub4:hover{ background:url(/images/nav03.jpg) no-repeat;}
.nav_sub5:hover{ background:url(/images/nav04.jpg) no-repeat;}
.sch01,.sch02{width:230px; height:29px; background:url(/images/search_nws02.jpg) no-repeat; color:#494646; line-height:29px; border:none; text-indent:0.5em; float:left;}
.sch02{width:36px; height:31px; background:url(/images/search_nws01.jpg) no-repeat; margin-top:-1px;}

/*页面主体内容左侧*/
.mid_left {
	width:202px;
	float:left;
}
.tit {
	width:202px;
	height:28px;
	background-color:#fff;
	color:#8c1302;
	font-size:14px;
	border-bottom:2px solid #ad3231;
}
/*hotgames开始*/
.hotGames {
	width:200px;
	height:auto;
	border:#e2e2e2 1px solid;
	overflow:hidden;
}
.hotgamestxt {
	height:auto;
	overflow:hidden;
}
.hotgamestxt li {
	border-bottom:1px solid #ececec;
	height:auto;
	line-height:23px;
}
.hottxt1 a {
	padding-left:2px;
	color:#515354;
	text-decoration:none;
}
.hottxt1 a:hover {
	color:#23738f;
	text-decoration:underline;
}
.hotgamestxt img {
	padding:0 3px 0 5px;
}
.hotul li {
	padding-left:25px;
}
.hottxt2 a {
	color:#515354;
	text-decoration:none;
}
.hottxt2 a:hover {
	color:#23738f;
	text-decoration:underline;
}
.hottxt3 {
	height:32px;
	line-height:32px;
	padding-left:10px;
	font-weight:bold;
	font-size:14px;
}
/*hotgames结束*/
/*chooseGames开始*/
.chooseGames {
	width:200px;
	height:auto;
	border:#e2e2e2 1px solid;
	overflow:hidden;
	margin:10px 0 0 0;
}
.chooseul {
	background:#fff;
	color:#8c1302;
	border-bottom:2px solid #ad3231;
}
.chooseGamesul li {
	border-bottom:1px solid #ececec;
	height:25px;
	line-height:25px;
}
.chooseGames img {
	margin:0 3px 0 5px;
}
.choosetxt a {
	color:#dd1313;
	margin:0 0 0 6px;
	font-size:10px;
	text-decoration:none;
}
.choosetxt a:hover {
	text-decoration:underline;
}
/*chooseGames结束*/
.adres_top{width:188px; background:#fff; border:2px solid #71190c; position:absolute; overflow:hidden; z-index:999; display:none;left:0;top:13px;}
.adres_rt{width:160px; margin:10px auto;}
.adres_rt dd{ color:#494a4b; padding-bottom:2px; overflow:hidden; text-align:left;}
.sch_cb{ float:left; margin:1px 5px 0px 15px;}
.sch_tt02{width:155px; border:1px solid #b7b7b7; height:20px; line-height:20px;}
.login{ display:block; width:55px; height:21px; background:url(/images/login.jpg) no-repeat; float:left; line-height:21px; color:#fff !important; text-align:center; margin-left:26px;}
.sign_up{ line-height:21px; color:#863024 !important; text-decoration:underline;}
.forgot{ display:block; text-align:center; padding-top:5px;}
.pal_icon{width:996px; overflow:hidden; padding:22px 0px 0px 0px;}
.pal_icon li{ float:left; margin-left:10px;}
.pop_bg{width:180px; overflow:hidden;}
.pop_rt{width:180px; background:#fff; border-bottom:2px solid #ad3231; height:30px; line-height:30px; color:#8c1302; overflow:hidden;}
.pop_list_rt{width:160px; margin:8px auto; overflow:hidden;text-align:left;}
.pop_list_rt li a{ line-height:22px; }
/*==============客服=============*/
.cot_tc{width:415px; height:328px; background:url(/images/kf_bg.png) no-repeat; overflow:hidden;position:absolute; top:28%; left:30%; z-index:99999;}
.con_tc02{width:307px;  overflow:hidden; margin:32px 0px 0px 55px;}
.con_tc02 li{ text-align:left;}
/*============ft_com底部==========*/
.ft_cont{width:996px; height:35px; overflow:hidden; border-bottom:4px solid #000; padding-top:40px;}
.ft_cont_sub1{ float:left;}
.fot_sub2{ float:right;}
.ft_cont_sub1 li{ float:left; line-height:30px; font-size:13px; color:#818181; font-weight:bold; margin-left:5px; overflow:hidden;}
.ft_com{width:996px; overflow:hidden;}
.fot_sub2 li{font-weight:normal !important;}
.fot_sub2 li a{  font-size:12px; color:#818181; margin:0px 2px;}
.com_sub1{width:360px; float:left; overflow:hidden; background:#eee; margin:0px 10px; padding:5px 8px;}
.com_sub1 p{ text-align:left; line-height:22px;}
.com_sub2{ float:left;}
.com01{width:230px; margin:0px 0px 10px 18px; display:inline; overflow:hidden; float:left; border-right:1px solid #ccc;}
.com01 .cm1{ font-size:14px; font-weight:bold; color:#565050;}
.com01 li{ line-height:22px; text-align:left;}
.com01 li a{ color:#3d3838; line-height:22px;}
.com01 li a:hover{ text-decoration:underline;}
.print_copy{ margin:-28px 0px 20px 0px; color:#565050;}


.i_left_float{ background:url(/images/cheap2_03.png) no-repeat top; width:173px; height:211px; padding-top:200px; position:fixed;  left:0px; top:100px; text-align:left;}
.i_left_float ul.i_left_float_1{  width:122px; margin-left:25px; padding:5px 10px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
.i_left_float ul.i_left_float_1 li{ color:#fff; line-height:18px; padding-bottom:6px;}
.i_left_float ul.i_left_float_1 li b{ display:block; font-size:13px; padding-bottom:2px;}
.i_left_float ul.i_left_float_1 li span{ color:#efe107; font-size:12px; font-weight:bold; display:block;}
.i_left_float ul.i_left_float_2{  width:122px; margin-left:25px; background:url(/images/xian_03.jpg) no-repeat top; height:88px; padding:8px 10px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
.i_left_float ul.i_left_float_2 li{ color:#fff; line-height:18px; padding-bottom:5px;}
.i_left_float ul.i_left_float_2 li span{ color:#b37201; font-size:12px; font-weight:bold; display:block;}

.i_right_float{ background:url(/images/fast2_03.png) no-repeat top; width:175px; height:211px; padding-top:200px;position:fixed;  right:0px; top:100px; text-align:left;}
.i_right_float ul{  width:135px; height:183px; margin-left:5px; padding:7px 0px 10px 7px ;border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
.i_right_float ul li{ color:#fff; line-height:18px; padding-bottom:14px; padding-top:10px; overflow:hidden; background:url(/images/xian_03.jpg) no-repeat bottom;}
.i_right_float ul li:last-child{ background:none;}
.i_right_float ul li span{ color:#efe107; width:15px; font-size:12px; font-weight:bold;}
.i_right_float ul li p{ padding-left:1px; line-height:20px; font-size:12px;  }