/*@charset "utf-8";*/
/* CSS Document */

body{
	background:#008CD6;
}

#index_left {
	float:left;
	width:590px;
}
#index_right {
	float:left;
	width:200px;
}
.body_r > iframe {
	clear:left;
	width:790px;
}

/*首頁-index*/
.index_p{
	font-size:11px;
	font-family:Tahoma;
	text-align:center;
	color:#76C5F0;
	letter-spacing:0.2em;
}
.home_h{
	/*position: absolute;
	
	height:752px;
	left:50%;
	top: 50%;
	margin-left:-501px;
	margin-top: -376px;*/
	width:1003px;
	height:400px;
	border:0px;
}
.home_h_in{
	background:#75C4F0;
}
.home_hmo{
	margin:0 auto;
	width:921px;
	margin-top:23px;
}
.home_hmo li{
	list-style:none;
	float:left;
	margin-left:3px;
	margin-bottom:3px;
}
.home_hmo1 a{
	background:url(../images/home_hmo1.jpg) no-repeat;
	width:225px;
	height:225px;
	text-indent:-9998px;
	display:block;
}
.home_hmo1 a:hover{
	background:url(../images/home_hmo1.jpg) 0 -225px no-repeat;
}
.home_hmo2 a{
	background:url(../images/home_hmo2.jpg) no-repeat;
	width:225px;
	height:225px;
	text-indent:-9998px;
	display:block;
}
.home_hmo2 a:hover{
	background:url(../images/home_hmo2.jpg) 0 -225px no-repeat;
}
.home_hmo3 a{
	background:url(../images/home_hmo3.jpg) no-repeat;
	width:225px;
	height:225px;
	text-indent:-9998px;
	display:block;
}
.home_hmo3 a:hover{
	background:url(../images/home_hmo3.jpg) 0 -225px no-repeat;
}
.home_hmo4 a{
	background:url(../images/home_hmo4.jpg) no-repeat;
	width:225px;
	height:225px;
	text-indent:-9998px;
	display:block;
}
.home_hmo4 a:hover{
	background:url(../images/home_hmo4.jpg) 0 -225px no-repeat;
}
.home_hmo5 a{
	background:url(../images/home_hmo5.jpg) no-repeat;
	width:225px;
	height:225px;
	text-indent:-9998px;
	display:block;
}
.home_hmo5 a:hover{
	background:url(../images/home_hmo5.jpg) 0 -225px no-repeat;
}
.home_hmo6 a{
	background:url(../images/home_hmo6.jpg) no-repeat;
	width:225px;
	height:225px;
	text-indent:-9998px;
	display:block;
}
.home_hmo6 a:hover{
	background:url(../images/home_hmo6.jpg) 0 -225px no-repeat;
}
.home_hmo7 a{
	background:url(../images/home_hmo7.jpg) no-repeat;
	width:225px;
	height:225px;
	text-indent:-9998px;
	display:block;
}
.home_hmo7 a:hover{
	background:url(../images/home_hmo7.jpg) 0 -225px no-repeat;
}
.home_hmo8 a{
	background:url(../images/home_hmo8.jpg) no-repeat;
	width:225px;
	height:225px;
	text-indent:-9998px;
	display:block;
}
.home_hmo8 a:hover{
	background:url(../images/home_hmo8.jpg) 0 -225px no-repeat;
}
.home_hdown{
	margin-top:12px;
}

/*首頁-top*/
.body{
	background: url(../../../upload_file/img_home/home_bf.jpg) repeat-y;
	height:1180px;
}
body h1{
	background: url(../../../upload_file/img_home/home_img.jpg) no-repeat;
	width:1003px;
	height:176px;
	text-indent:-9998px;
	position:relative;
}
.top_icon_h{
	position:absolute;
	margin-top:-167px;
	margin-left:670px;
	width:320px;
	height:15px;
}
.top_icon{
	white-space: nowrap;
}
.top_icon li{
	list-style:none;
	margin-left:10px;
	float:left;
	width:75px;
}
.top_icon li a{
    color:#433d3d;
	font-family:Arial;
	text-decoration:none;
	font-size:11px;
}
.top_icon li a:hover{
	text-decoration:underline;
}
.top_icon li span{
	width:7px;
	height:7px;
	margin-right:5px;
	display:block;
	float:left;
	margin-top:7px;
}
.top_icon1 span{
	background:#fec200;
}
.top_icon1 a{
	margin-top:5px;
	width:46px;
	display:block;
}
.top_icon3 a{
	margin-top:5px;
	width:60px;
	display:block;
}
.top_icon2 span{
	background:#dd140a;
}
.top_icon3 span{
	background:#008ce1;
}
#flash{
	margin-top:-175px;
	position:absolute;
	z-index:400;
}
/*top-選項下拉*/
.navigation {
	margin:0; 
	padding:0;
	width:150px;
	list-style-type:none; 
	font:12px Arial; 
	}
 
.navigation li {
	float:left; 
    padding:0; 
	margin:0 10px 0 0; 
	_margin:0 2px 0 0; 
	width:150px;
	}
 
/* 設置選單區塊*/
.navigation li dl { 
	width:150px;/*ie6*/
    margin:0; 
	padding:0;
	}
 
.navigation li dt a , .navigation li dd a{ display:block;}
 
 
/* 設置主選單dt */
.navigation li dt {
	margin:0;
	padding: 5px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	height:15px;
	overflow:hidden;
	height:30px;
	}
 
.navigation li dt a ,.navigation  li dt a:visited {
	display:block; 
    color:#28343b;
    text-decoration:none;
	width:150px;
	height:35px;
	}
 
/* 設置子選單dd */
.navigation li dd {
	border-bottom:1px solid #fff;
	margin:0; 
    padding:0; 
	color:#28343b; 
	background-color:#c3de00;
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
	width:150px;
	}
 
.navigation li dd.last {
	border-bottom:0;
	}	
 
.navigation li dd a, .navigation  li dd a:visited {
	display:block; 
	color:#28343b; 
    text-decoration:none; 
	padding:4px 5px 4px 20px;
	font-size:13px;
    }
.navigation li dd a:hover{
	background:#d7d7d7;
}
 
 
/*隱藏子選單*/
.navigation li dd { display:none;}
 
 
/* 滑鼠滑入顯示子選單 */
.navigation li:hover dd, .navigation li a:hover dd { 
    display:block;
}
 
/*ie6 hack*/
.navigation li:hover,.navigation li a:hover { border:0;}
.navigation table { border-collapse:collapse; 
    padding:0; 		
	text-align:left;
	}
.top_mo1{
	position:absolute;
	margin-top:62px;
	margin-left:102px;
	z-index:500;
}
.top_mo2{
	position:absolute;
	margin-top:62px;
	margin-left:353px;
	z-index:500;
}
.top_mo3{
	position:absolute;
	margin-top:62px;
	margin-left:482px;
	z-index:500;
}
.top_mo4{
	position:absolute;
	margin-top:62px;
	margin-left:849px;
	z-index:500;
}

/*首頁-menu*/
.body_l{
	background: url(../../../upload_file/img_home/left_bf.jpg) repeat-y;
}
.menu_all{
	background: url(../../../upload_file/img_home/left_down.jpg) bottom no-repeat;
}
.menu_all li{
	list-style:none;
}
body .left_top{
	background: url(../../../upload_file/img_home/home_img.jpg) -14px -178px no-repeat;
	width:243px;
	height:90px;
}
body .left_game{
	background: url(../../../upload_file/img_home/home_img.jpg) -14px -269px no-repeat;
	width:243px;
	height:214px;
}
body .left_02{
	background: url(../../../upload_file/img_home/home_img.jpg) -13px -469px no-repeat;
	width:243px;
	height:13px;
	display:block;
}
body .left_prod{
	background: url(../../../upload_file/img_home/home_img.jpg) -14px -483px no-repeat;
	width:243px;
	height:203px;
}
.left_ads{
	height:400px;
}
.menu_prod_h{
	margin-left:18px;
}
.menu_prod_h li{
	list-style:none;
}
.menu_prod img{
	width:207px;
	height:202px;
}

/*首頁-buttom*/
body .down_title{
	background: url(../../../upload_file/img_home/home_img.jpg) -267px -305px no-repeat;
	width:723px;
	height:92px;
	text-indent:-9998px;
}
.down_menu{
	height:25px;
	display:block;
}
.down_menu li{
	list-style:none;
	float:left;
}
body .down_mo1 a{
	background:url(../../../upload_file/img_home/home_img.jpg) -267px -397px no-repeat;
	width:106px;
	height:26px;
	text-indent:-9998px;
	display:block;
}
body .down_mo1 a:hover{
	background:url(../../../upload_file/img_home/home_img.jpg) -267px -639px no-repeat;
}
body .down_mo2 a{
	background:url(../../../upload_file/img_home/home_img.jpg) -373px -397px no-repeat;
	width:68px;
	height:26px;
	text-indent:-9998px;
	display:block;
}
body .down_mo2 a:hover{
	background:url(../../../upload_file/img_home/home_img.jpg) -373px -639px no-repeat;
}
body .down_mo3 a{
	background:url(../../../upload_file/img_home/home_img.jpg) -441px -397px no-repeat;
	width:90px;
	height:26px;
	text-indent:-9998px;
	display:block;
}
body .down_mo3 a:hover{
	background:url(../../../upload_file/img_home/home_img.jpg) -441px -639px no-repeat;
}
body .down_mo4 a{
	background:url(../../../upload_file/img_home/home_img.jpg) -531px -397px no-repeat;
	width:101px;
	height:26px;
	text-indent:-9998px;
	display:block;
}
body .down_mo4 a:hover{
	background:url(../../../upload_file/img_home/home_img.jpg) -531px -639px no-repeat;
}
body .down_mo5 a{
	background:url(../../../upload_file/img_home/home_img.jpg) -632px -397px no-repeat;
	width:123px;
	height:26px;
	text-indent:-9998px;
	display:block;
}
body .down_mo5 a:hover{
	background:url(../../../upload_file/img_home/home_img.jpg) -632px -639px no-repeat;
}
body .down_mo6 a{
	background:url(../../../upload_file/img_home/home_img.jpg) -755px -397px no-repeat;
	width:118px;
	height:26px;
	text-indent:-9998px;
	display:block;
}
body .down_mo6 a:hover{
	background:url(../../../upload_file/img_home/home_img.jpg) -755px -639px no-repeat;
}
body .down_mo7 a{
	background:url(../../../upload_file/img_home/home_img.jpg) -873px -397px no-repeat;
	width:115px;
	height:26px;
	text-indent:-9998px;
	display:block;
}
body .down_mo7 a:hover{
	background:url(../../../upload_file/img_home/home_img.jpg) -873px -639px no-repeat;
}
body .down_ads{
	background:url(../../../upload_file/img_home/home_img.jpg) -267px -423px no-repeat;
	width:723px;
	height:123px;
}
.down_ads div{
	font-size:11px;
	font-family:Arial;
	color:#1d2024;
	float:left;
	width:300px;
	margin-top:43px;
}
.down_ads div a{
	color:#1d2024;
	text-decoration:none;
}
.down_ads div a:hover{
	color:#F00;
}
.down_ads_l{
	margin-left:40px;
}
.down_ads_r{
	margin-left:30px;
}
/*首頁-main*/
.main_all{
	background:url(../../../upload_file/img_home/main_bf.jpg) repeat-y;
	width:723px;
	margin-bottom:10px;
}
.main_all li{
	list-style:none;
}
body .main_top{
	background:url(../../../upload_file/img_home/home_img.jpg) -267px -177px no-repeat;
	width:723px;
	height:19px;
}
body .main_down{
	background:url(../../../upload_file/img_home/home_img.jpg) -267px -286px no-repeat;
	width:723px;
	height:19px;
}
.main_title{
	text-align:center;
	
}
.main_in{
	margin-left:55px;
	margin-right:55px;
	margin-top:20px;
	margin-bottom:30px;
	height:483px;
}
/*display_room*/
.display_room_in{
	margin-left:5px;
}

/*play_photo*/
.play_photo li{
	list-style:none;
	float:left;
}
.play_photo li a{
	text-align:center;
	border:5px solid #76c5f0;
	background:#fff;
	margin:5px;
	font-size:13px;
	font-family:Arial;
	color:#393431;
	display:block;
	text-decoration:none;
}
.play_photo li a:hover{
	border:5px solid #fff186;
}
