﻿/****************************************************
		文件名: layout.css  
		描  述: 整站样式表
		日  期: 2010-04-21
		作  者: yuki
		mail: piao_xue1112@hotmail.com 
***************************************************/
		
/*!--全局样式表--*/
@import url("global.css");/*!--全局样式表--*/
/*  页头 start */
#header {
	background:#000 url(../images/topbg.jpg) no-repeat top;
	position:relative;
	height: 445px;
}
#logo {
	position:absolute;
	left:425px;
	top:0px;
	z-index:10;
	width:150px;
	height:144px;
	/*background:url(../images/logo.jpg);/*png图使用绝对路径*/
	text-indent:-9999px;
}
#nav {
	position:absolute;
	z-index:15;
	top:144px;
	left:0px;
	width:1003px;
	background:url(../images/nav_bg.jpg) no-repeat top;
	height:32px;
	text-align:center;
}
#nav li {
	float:left;
	text-transform:capitalize;
}
#nav li a {
	color:#fff;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:5px 12px;
	margin:0 10px;
}
#nav li a:hover, #nav li a:active {
	color:#f5cc75;
	background:#795624;
	cursor:pointer;
}
#language {
	position:absolute;
	z-index:20;
	top:144px;
	text-align:center;
	left: 855px;
	width:120px;
}
#language li {
	float:left;
	text-transform:capitalize;
	padding:4px;
	color:#fff;
}
#language li a {
	color:#fff;
	display:block;
	text-decoration:none;
	font-size:12px;
}
#language li a:hover, #language li a:active {
	color:#f5cc75;
	cursor:pointer;
	text-decoration:underline;
}
#menu01, #menu02, #menu03, #menu04, #menu05 {
	position:absolute;
	width:160px;
	z-index:999;
	top: 176px;
	visibility:hidden;
	left:176px;
	padding:5px;
	background-color:#795624;
}
#menu01 td{
	border-bottom:1px dotted #ad8853;
	width:160px;
}
#menu01 td a {
	color:#fff;
	text-decoration:none;
	padding-left:5px;
	line-height:22px;
}
#menu01 td a:hover {
	color:#ebbf4a;
	text-decoration:none;
}
#en_menu01, #en_menu02, #en_menu03, #en_menu04, #en_menu05 {
	position:absolute;
	width:230px;
	z-index:999;
	top: 176px;
	visibility:hidden;
	left:199px;
	padding:5px;
	background-color:#795624;
}
#en_menu01 td{
	border-bottom:1px dotted #ad8853;
	width:230px;
}
#en_menu01 td a {
	color:#fff;
	text-decoration:none;
	padding-left:5px;
	line-height:22px;
}
#en_menu01 td a:hover {
	color:#ebbf4a;
	text-decoration:none;
}
#banner {
	position:relative;
}
#logon {
	position:absolute;
	z-index:16;
	top:176px;
	left:32px;
	background:url(../images/logonbg.jpg) no-repeat left top;
	height:269px;
	width:180px;
	padding-left:10px;
}
#logon ul {
	background:url(../images/subnavbg.gif) no-repeat top;
	width:180px;
	padding-top:20px;
	height:336px;
}
#logon ul li {
	text-transform:capitalize;
	padding-top:4px;
}
#logon ul li a {
	color:#cdbc92;
	text-decoration:none;
	font-size:12px;
	cursor:hand;
	padding:0 10px;
}
#logon ul li a:hover, #logon ul li a:active {
	color:#87000b;
}
.sub_active {
	font-weight:bold;
	background:url(../images/arrow_on.gif) right no-repeat;
}
#h_pic {
	width:749px;
	height:269px;
	position:absolute;
	z-index:1;
	left:222px;
	top:176px;
	background:url(../images/homebanner01.jpg) no-repeat;
}
/* 页头 end */

/* 页中 star t*/
#content {
	width:1003px;
	background:#000 url(../images/con_top.gif) no-repeat top;
	padding-top:9px;
	position:relative;
}
#in_logon {
	top:15px;
	left:32px;
	width:180px;
	padding-left:10px;
}
#in_yd {
	left:32px;
	width:180px;
	padding-left:10px;
}
#left_con, #right_con {
	padding-bottom: 32767px;
	margin-bottom:-32767px;
	float:left;
	display:inline;
}
#left_con {
	background:url(../images/leftbg.gif) repeat-y;
	width:190px;
	margin-left:32px;
	text-align:left;
	color:#f1dfa7;
	padding-top:15px;
}
#left_con a {
	color:#f1dfa7;
	text-decoration:none;
}
#left_con p {
	padding-bottom:0;
	padding:0px 15px 5px 15px;
}
#left_con a:hover {
	color:#fff;
	text-decoration:none;
}
#left_con img {
	margin:0;
}
#tq { text-align:center; padding:15px 0;}
#right_con {
	left: 222px;
	width:749px;
	background:#f5ecd3;
}
#in_text {
	color:#3b3b3b;
	padding:15px 20px;
	background:#f5ecd3 url(../images/in_bg.jpg) no-repeat right bottom;
	min-height:345px;    /*高度最小值设置为：285px*/
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:285px; /*兼容ie6*/
    overflow:visible;
	position:relative;
}
#in_text h1 {
	background:url(../images/titbg.gif) repeat-x bottom;
	font-weight:bold;
	color:#623a12;
	font-size:16px;
}
#text_li {
	padding-left:25px;
}
#text_li li {
	list-style:disc;
}
#photo_list {
	padding:10px;
}
#photo_list li {
	background:url(../images/photobg.gif) no-repeat 5px 0;
	width:169px;
	height:111px;
	display:block;
	float: left;
	text-align:center;
	padding-top:9px;
}
#right_con_left {
	width:580px;
	float:left;
	position:relative;
}
#text {
	color:#3b3b3b;
	padding:15px 20px 25px 20px;
	background:#f5ecd3 url(../images/bg.gif) no-repeat bottom;
}

#entext {
	color:#3b3b3b;
	padding:15px 20px 25px 20px;
	background:#f5ecd3 url(../images/bg.gif) no-repeat bottom;
}
#text p {
	text-indent:2em;
}
#entext p {
	text-indent:0em;
}


#text h1 {
	background:url(../images/titbg.gif) repeat-x bottom;
	font-weight:bold;
	color:#623a12;
	font-size:16px;
}
#yd {
	background:#e7dab6;
	height:135px;
	padding:10px 20px;
}
#news {
	background:#fcf9f0;
	height:130px;
	padding:10px 20px;
}
#news img {
	float:left;
	padding-right:10px;
}
#right_con_right {
	float:right;
	width:150px;
	text-align:center;
	background: #f1e5c4;
	padding-bottom:15px;
	min-height:440px;
}
#right_con_right img {
	margin:20px 0 0 0;
}
.piclink {
	font-size:11px;
}
a.piclink:link {
	color: #87000b;
	text-decoration:none;
}
a.piclink:active: {
color: #87000b;
}
a.piclink:visited {
	color:#87000b;
	text-decoration:none;
}
a.piclink:hover {
	color: #000;
	text-decoration:none;
}
.txt {
	padding:5px 15px;
	text-align:left;
	font-size:11px;
	line-height:16px;
}

#mybooking {
	color:#000;
	position:absolute;
	right:20px;
	top: 300px;
	width:100px;
}
#mybooking_en {
	color:#000;
	position:absolute;
	right: 20px;
	top: 436px;
}
.policy_link a{
	color:#990000;
}

.policy_text{
	padding:5px 20px;
	border-bottom:1px dotted #999999;
}
.policy_text .top{
	margin:10px 0 0 0;
}
.policy_text .top a{
	color:#990000;
	font-weight:bold;
}
.policy_text ul{
	padding-left:30px;
	list-style-type:disc;
}

/* 页中 end */

/* 页尾 start */
#footer {
	position:relative;
	line-height:20px;
	height: 100px;
	text-align:left;
	color:#988b7b;
	background:#000;
	clear:both;
	text-align:center;
}
#footmenu,#enfootmenu {
	margin-top:10px;
	background: url(../images/footmenubg.gif) no-repeat bottom;
	height:30px;
	width:999px;
}
#footmenu ul {
	padding-left:340px;
}
#footmenu ul li,#enfootmenu ul li {
	float:left;
	color:#9d8b5e;
	display:block;
	text-transform:capitalize;
}
#footmenu ul li a,#enfootmenu ul li a {
	color:#9d8b5e;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	margin:5px 15px;
}
#footmenu ul li a:hover, #footmenu ul li a:active,#enfootmenu ul li a:hover, #enfootmenu ul li a:active {
	color:#78132a;
	text-decoration:none;
}
#enfootmenu ul {
	padding-left:320px;
}
#footer p {
	text-align:center;
}
#en #footer p {
	font-size:11px;
	font-family:tahoma, pmingliu;
	margin:0 0 0 201px;
}
#jp #footer p {
	font-size:11px;
	font-family:tahoma, pmingliu;
	margin:0 0 0 201px;
}
#footer a {
	color:#988b7b;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}

#in_text h2 {margin:20px 0 0; font-weight:bold;}
#in_text p {padding-top:0;}
.hy_btn a{
	width:126px;
	height:36px;
	display:block;
	background:url(../images/hy-btn.jpg) left top no-repeat;
	text-indent:-9999px;
	position:absolute;
	right:30px;
	top:80px;
	z-index:9999;
}

/*页尾 end
	
  
/***************/

