body {
	font-size: 12px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* 顶部通用工具条 */
.topbar {
	width: 100%;
	height: 43px;
	line-height: 43px;
	/*background: url('../images/topbarline.png') repeat-x;*/
	position: absolute;
	top:0;
	left:0;
}
html>body .topbar {
	background: url('../images/topbarline.png') left top repeat-x;
}
* .topbar {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/topbarline.png")
}
.topbar_logo {
	float: left;
	width: 120px;
	height: 35px;
	margin: 0 0 0 20px;
}

.topbar_btn {
	width: 79px;
	height: 25px;
	float: right;
	margin: 5px 20px 0 0;
}

/* 导航区域 */
.nav {
	width: 800px;
	height: 130px;
	background: url('../images/navbg.jpg') left top repeat-x;
	margin: 0 auto;
}

/* 站点logo */
.logo {
	width: 144px;
	height: 44px;
	float: left;
	margin: 60px 30px 0 24px;
	/*background: url('../images/logo.gif') no-repeat;*/
	cursor:pointer;
}
html>body .logo {
	background: url('../images/logo.png') no-repeat;
}
* .logo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/logo.png")
}
/* 站点导航 */
.navbox {
	height: 70px;
	margin: 60px 0 0 0;
	float: left;
	text-align:center;
}

.navbox ul {
	list-style: none;
}

.navbox ul li {
	float: left;
	width: 100px;
	height: 100%;
}

.navbox ul li a {
	position: relative;
	display: block;
	float: left;
	width: 100px;
	height: 70px;
	color:#fff;
	text-decoration: none;
}

.navbox ul li a:hover {
	width: 100px;
	height: 70px;
	float: left;
	/*background: url('../images/nav_over.png') left bottom no-repeat;*/
}
html>body .navbox ul li a:hover {
	background: url('../images/nav_over.png') left bottom repeat;
}
* .navbox ul li a:hover {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/nav_over.png");
}

/*.navbox ul li img {
	border: 0;
	margin: 18px 0 0 0;
}*/

/* 广告区域 */
.centerad {
	width: 800px;
	background: #f8b200;
	overflow:hidden;
	margin: 0 auto;
}

/* 广告阴影 */
.adshadow {
	width: 800px;
	height: 3px;
	background: #e6e29d;
	margin: 0 auto;
}

/* 左侧信息内容 */
.leftinfo {
	float: left;
	margin: 10px 0 0 0;
	width: 440px;
	padding: 0 0 0 10px;
}

/* 栏目标题栏 */
.titlebox {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: url('../images/titlebg.png') left center no-repeat;
	color: white;
	text-indent: 10px;
	overflow:hidden;
}

.title {
	width: 87%;
	height: 30px;
	line-height: 30px;
	color: white;
	text-indent: 10px;
	float: left;
}

.title_more {
	margin: 0;
}

.title_more a {
	color: white;
	text-decoration: none;
}

.title_more a:hover {
	text-decoration: underline;
}

.introduction_info {
	margin: 5px 0;
	text-indent: 24px;
	line-height: 22px;
}

/* 联系我们 */
.contactbox {
	border: 1px solid #e5e19a;
	background: #f9f8e6;
	width: 96%;
	color: #666;
	line-height: 20px;
	padding: 5px 10px;
}

/* 右侧信息内容 */
.rightinfo {
	float: left;
	margin: 10px 0 0 0;
	width: 440px;
	padding: 0 0 0 10px;
}

/* 最新动态 */
.news {
	width: 100%;
	margin: 5px 0 0 0;
}

.news ul {
	list-style: none;
	/*_list-style-image: none;*/
	margin: 0 0 0 10px;
}

.news ul li {
	float: left;
	height: 26px;
	line-height: 26px;
	width: 100%;
}
.news ul li img {
	margin:10px 0 0 0 ;
	float: left;
}
.news ul li span {
	float: right;
	color: #989674;
}

.news ul li a {
	color: black;
	text-decoration: none;
	float: left;
	margin:0 0 0 5px;
}

.news ul li a:hover {
	color: #f60;
	text-decoration: underline;
}

/* 新闻底部分割线 */
.newsline {
	width: 100%;
	height: 10px;
	background: #fff url('../images/newsline.png') left top no-repeat;
	float: left;
	margin: 5px 0;
	text-align:center;
}

/* 扩展功能图片 */
.function {
	float: left;
	width:330px;
	margin:10px 0 5px 15px;
}

.function a {
	display: block;
	border: 4px solid #ddd;
	height:150px;
	width:300px;
	text-align:center;
	overflow:hidden;
}
.function a:hover {
	border: 4px solid #fff;
}
.function img {
	border: 0;
}

/* 页脚信息 */
.footer {
	width: 800px;
	height: 55px;
	background: url('../images/footerbg.png') left top repeat-x;
	margin: 0 auto;
	line-height: 24px;
	color: white;
	padding: 10px 0 0 0;
	text-indent: 20px;
}

.footer a {
	color: white;
	text-decoration: none;
	margin: 0 5px;
}

.footer a:hover {
	text-decoration: underline;
}

/*宾馆简介*/
.about {
	width: 800px;
	margin:0 auto;
	background:#f2f0cc;
}

.about_info {
	width: 93%;
	text-indent: 24px;
	line-height: 24px;
	font-size:14px;
	color:#222;
	padding:20px;
}

/*------------------------------*/
/*客房服务*/
.rooms {
	margin: 0 auto;
	width: 800px;
	background:#f2f0cc;
	height:430px;
}

.rooms_info {
	width:93%;
	text-indent: 24px;
	line-height: 24px;
	font-size:14px;
	color:#222;
	padding:20px;
}
.rooms_img {
	margin: 20px 40px;
}
.rooms_img a {
	float:left;
	display: block;
	border: 2px solid #fff;
    margin:0 20px 0 0;
}

.rooms_img a:hover {
	border: 2px solid #ff0;
}

.rooms_img img {
	overflow:hidden;
	border: 0;
}


.rooms_content {
	color:#222;
	font-size:14px;
	line-height:24px;
	text-indent:24px;
	padding:10px;
}
.rooms_price {
	width:100%;
	float:left;
	margin:10px 0;
	float:auto;
}

.rooms_price table {
	border:0px solid #ccc;
	color:#222;
	width: 70%;
	text-align:center;
	margin:20px 40px;
}
.rooms_price table td {
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	padding:0;
}

.rooms_price table td a {
	color:#f60;
	text-decoration:none;
	margin: 0 0 0 10px;
}

.rooms_price table td a:hover {
	color:#f90;
	text-decoration:none;
}

/*--------------------------------*/
/*购物车样式*/
.orderlist {
	width: 680px;
	position:absolute;
	overflow:hidden;
	z-index:999;
	/*cursor:move;*/
}

.orderlist table {
	border: 1px solid #aaa;
	color:#666;
	width: 100%;
	background:#fff;
}
.orderlist table td {
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #F5F5F5;
	border-bottom:1px solid #F5F5F5;
	padding:0 8px;
}
.orderlist table td a {
	color:#f60;
	text-decoration:none;
	margin: 0 0 0 10px;
}

.orderlist table td a:hover {
	color:#f90;
	text-decoration:none;
}
/*---------------------------------------*/

.popclose_order_min {
	width: 220px;
	height: 24px;
	line-height: 24px;
	background:#f5f5f5;
	text-indent: 12px;
	cursor:pointer;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-top:1px #ccc solid;
	border-bottom:2px #ccc solid;
	color:#556c88;
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 40px;
}
.popclose_order_max {
	width: 678px;
	height: 24px;
	line-height: 24px;
	background:#f5f5f5 url('../images/icon-sortarr.gif') 96% center no-repeat;
	text-indent: 12px;
	cursor:pointer;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-top:1px #ccc solid;
	border-bottom:2px #ccc solid;
	color:#556c88;
	font-size:14px;
	font-weight:bold;
}

/*--------------------------------------*/

/*商务会议*/
.meeting {
	float: left;
	margin: 10px 0;
	width: 90%;
	padding: 0 30px;
}

.meeting_info {
	margin: 5px 0;
	text-indent: 24px;
	line-height: 24px;
	font-size:14px;
	color:#222;
}
.meeting_img {
	float:left;
	text-align: center;
	margin: 10px 0 0 0;
}
.meeting_img a {
	float:left;
	width:280px;
	display: block;
	border: 2px solid #ccc;
	overflow:hidden;
	margin: 0 0 0 10px;
}

.meeting_img a:hover {
	border: 2px solid #ff0;
}

.meeting_img img {
	border: 0;
}

/*-----------------------------*/
/*餐饮娱乐*/
.food {
	float: left;
	width: 59%;
}
.food_title {
	width:100%;
	color:#555;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	text-decoration: underline;
	margin: 10px 0 0 0;
}
.food_img {
	float: left;
	width:100%;
	padding:0 0 0 30px;
	margin: 0 0 10px 0;
}
.food_img a {
	margin: 10px 5px 0 0;
	float: left;
	width:260px;
	display: block;
	border: 2px solid #ccc;
}

.food_img a:hover {
	border: 2px solid #fff;
}

.food_img img {
	border: 0;
	width:260px;
	height:160px;
	overflow:hidden;
}
.food_info {
	float: left;
	margin: 10px 0 0 0;
	width: 32%;
	text-indent: 30px;
	line-height: 24px;
	font-size:15px;
	color:#222;
}

/*-------------------------*/
/*新闻中心*/
.newslist {
	width: 94%;
	margin: 10px auto 0 auto;
	height:100px;
}
.managelisttitle {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-weight:bold;
}

.managecontent {
	width: 100%;
	line-height: 24px;
	height:30px;
	background:#fffdea;
    border:#ffe765 1px solid;
	text-indent:15px;
}
.managecontent span {
	border: 0;
}
.managecontent span img {
	margin: 10px 0 0 45%;
}

.managelisttitle span {
	color: #999;
}

.managelisttitle a {
	color: #444;
	text-decoration: none;
	margin: 0 0 0 10px;
}

.managelisttitle a:hover {
	color: #f60;
	text-decoration: underline;
}

.managelistboxfunction {
	width: 100%;
	height: 36px;
	line-height: 24px;
}

.managelistboxfunction ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

.managelistboxfunction ul li {
	margin: 0 10px;
	height: 36px;
	line-height: 24px;
	color: #999;
	float: left;
}

.managelistboxfunction ul li a {
	text-decoration: none;
	color: #556c88;
	float:left;
	display:block;
}
.managelistboxfunction ul li a:hover {
	text-decoration: underline;
}
.news_line {
	border-top:1px dotted #2882A5; 
	width:860px;
	float:left;
	padding:0 10px;
}
/*------------------------------*/
/*分页*/
.pagenumbox {
	width: 97%;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.pagenumbox ul {
	list-style: none;
	float: right;
}

.pagenumbox ul li {
	float: left;
	color: #000;
	font-weight: bold;
}
.pagenumbox ul li.check {
	float: left;
	color: #f00;
	font-weight: bold;
}

.pagenumbox ul li a {
	padding: 3px 10px;
	color: #369;
	text-decoration: none;
}

.pagenumbox ul li a:hover {
	text-decoration: underline;
}

.pagenumbox ul li a:active {
	color: #999;
	text-decoration: underline;
}

.pagenumbox ul li.over {
	padding: 0 10px;
}

/*-----------------------------*/
/*新闻详细内容页*/
.title_top {
	float: left;
	width:100%;
	text-align: left;
	clear: both;
	font-size:14px;
}
.title_top h1 {
	float: left;
	margin: 10px 0 0 0;
	width: 50%;
	font-size: 14px;
}
.title_top span {
	float: right;
	margin: 10px 5px 0 0;
}

.title_top a {
	color: #556c88;
	text-decoration: none;
	margin: 0 0 0 10px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
}
.title_top a:hover {
	text-decoration: underline;
}
.title_top_dzx {
	float: right;
	margin: 0 10px 0 0;
}
.title_top_dzx a {
	color: #556c88;
	text-decoration: none;
	margin: 0 0 0 6px;
	height: 35px;
	line-height: 35px;
	cursor:pointer;
}
.title_top_dzx a:hover {
	text-decoration: underline;
}

.news_info_title {
	float: left;
	width: 100%;
	font-size:16px;
	font-weight: bold;
	color:#434343;
	text-align: center;
	margin:10px 0;
}
.news_info_content {
	width: 98%;
	margin:10px 20px 30px 20px;
	text-indent: 30px;
	line-height: 24px;
	font-size:14px;
	background: url('../i/news_bg.gif') repeat;
}

/*---------------------------*/
/*联系我们*/
.contact {
	width: 800px;
	background:#f2f0cc;
	height:354px;
	margin:0 auto;
}

.contact_info {
	float:left;
	width:30%;
	text-indent: 24px;
	line-height: 24px;
	font-size:14px;
	color:#222;
	margin:10px 0;
}
.contact_img {
	float: left;
	margin: 10px 0;
	width:540px;
	height:400px;
}
html>body .contact_img {
	background: #f2f0cc url('../images/map.png') left top no-repeat;
}
* .contact_img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/map.png")
}

/*-----------------------------*/

