@charset "gb2312";
/* CSS Document */
*{margin:0 auto; padding:0px; font-family:"Î¢ÈíÑÅºÚ"; font-size:12px;}
img{border:0; display:block;}
li{ list-style:none;}
a{ text-decoration:none;}
body{background:url(../img/zimeiti.jpg);
background-repeat:no-repeat;background-attachment:fixed}

/*Í·*/
.top{background-image:url(../img/top02.png); width:100%; height:100px; position:fixed;top:0px;}
.menu{height:80px;position:relative; float:left;height:40px;top:30px;}
.nav{width:800px;height:40px;margin:0 auto;}
.nav li{float:left;}
.nav li a{font-size:14px; padding-left:18px; padding-right:18px;  display:block; height:30px; line-height:30px; margin-left:1px; text-decoration:none; color:#FFF;}
.nav li a:hover{background-color:#0ccafa;color:#fff;}
.menu .nav li .box{width:800px;height:200px;position:absolute;top:50px;positon:absolute;left:50%;margin-left:-500px;display:none; background-image:url(../img/booking_bg.png);}

.box ul{ margin-top:20px; margin-left:10px;}
.box li{ width:240px; height:200px;  margin-left:10px; margin-right:10px;text-align:center;}
.nav li .box a{color:#161616; display:block; border-bottom:2px solid #2d80b0;}

/*ÉÏÒ»¿é*/
.topnav{ width:1000px; height:50px; margin-top:150px;}
.topnav li{ float:left; margin-right:4px;}

/*Î²*/

.bottom{ width:100%; height:180px;position:relative; }
.bottom_top{ width:100%;height:30px; background-color:#252525; text-align:center;}
.bottom_top ul{display:inline-block;_zoom:1;*display:inline;}
.bottom_top li{ float:left; color:#FFF; line-height:30px; margin-left:10px; margin-right:10px;}
.friendbox{width:1000px;height:40px;position:absolute;top:30px;positon:absolute;left:50%;margin-left:-500px; background-image:url(../img/friendlink_bg.png);display:none;}
.friendbox a{display:block;height:40px;float:left;color:#fff;line-height:40px;border:none;background:none;width:80px;text-align:center;}

.bottom_bottom{ background-color:#161616; width:100%; height:150px; text-align:center;}
.bottom_bottom p{ color:#FFF;}

/*Ïà²á*/
.gallery{ margin-left:30px; width:930px;padding-top:20px;}
.gallery li{ float:left; margin-left:10px; margin-bottom:20px;}

#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
#zoom .content.loading {
	background-image: url('../img/loading.gif');
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	border-radius: 4px;
}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../img/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}
#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('../img/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}
#zoom .next {
	right: 0;
	background: url('../img/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}
#zoom .close:hover {
	background-color: #da4f49;
}
#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}
