@charset "gb2312";
* {
	margin: 0px;
	padding: 0px;
	font-family: "宋体", "黑体", Arial, Helvetica, sans-serif;
}
div {
	overflow: hidden;
}
.top_tdbgall, .center_tdbgall {
	border-right: 7px solid #ffffff;
	border-left: 7px solid #ffffff;
	width: 774px!important;
	width: 760px;
}
/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	COLOR: #AE0927;
}
a:active {
	color: #0000ff;
}
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {
	color: #ffffff;
}
a.Channel:visited {
	color: #ffffff;
}
a.Channel:hover {
	COLOR: #ffff00;
}
a.Channel:active {
	color: #ffffff;
}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {
	color: #ffff00;
}
a.Channel2:visited {
	color: #ffff00;
}
a.Channel2:hover {
	COLOR: #FF6600;
}
a.Channel2:active {
	color: #ffff00;
}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {
	color: #ffffff;
}
a.Bottom:visited {
	color: #ffffff;
}
a.Bottom:hover {
	COLOR: #ffff00;
}
a.Bottom:active {
	color: #ffffff;
}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {
	color: #333333;
}
a.Class:visited {
	color: #333333;
}
a.Class:hover {
	COLOR: #F76400;
}
a.Class:active {
	color: #333333;
}
/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY {
	font-size: 12px;
	text-decoration: none;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD {
	FONT-SIZE: 9pt;
	line-height: 150%;
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input {
	BACKGROUND-COLOR: #ffffff;
	BORDER-BOTTOM: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	COLOR: #666666;
	HEIGHT: 18px;
	border-color: #666666 #666666 #666666 #666666;
	font-size: 9pt
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button {
	FONT-SIZE: 9pt;
	HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select {
	FONT-SIZE: 9pt;
	HEIGHT: 20px;
}
/* 顶部用户登录文字链接的CSS定义 */
.top_UserLogin {
	color: #037FA8;
}
/* ==频道通用表格CSS定义开始== */
.Channel_border /* 灰色表格边框背景颜色定义(760) */ {
	border: 1px solid #cccccc;
}
.Channel_title /* 标题背景颜色定义(760) */ {
	background: #cccccc;
	color: #037FA8;
	height: 27;
	text-align: center;
	font-weight: bold;
}
.Channel_tdbg /* 表格背景颜色定义(760) */ {
	background: #FAFAFA;
	line-height: 120%;
}
.Channel_pager /* 分页表格背景颜色定义(760) */ {
	background: #FAFAFA;
	line-height: 120%;
}
　　/* --评论显示页的CSS定义开始-- */
.Comment_border /* 蓝色表格边框背景颜色定义(760) */ {
	border: 1px solid #449AE8;
}
.Comment_title /* 标题背景颜色定义(760) */ {
	background: #449AE8;
	color: #ffffff;
	font-weight: normal;
	height: 25;
}
.Comment_tdbg1 /* 表格背景颜色定义(760) */ {
	background: #FFFFFF;
	line-height: 120%;
}
.Comment_tdbg2 /* 留言显示1px表格背景颜色定义 */ {
	background: #FAFAFA;
}
　　/* --评论显示页的CSS定义结束-- */
/* ==频道通用表格CSS定义结束== */ 

/* ==简短标题文字的CSS定义开始== */
/* [图文]简短标题文字的CSS定义 */
.S_headline1 {
	color: blue;
}
/* [组图]简短标题文字的CSS定义 */
.S_headline2 {
	color: #FF6600;
}
/* [推荐]简短标题文字的CSS定义 */
.S_headline3 {
	color: green;
}
/* [注意]简短标题文字的CSS定义 */
.S_headline4 {
	color: red;
}
/* ==简短标题文字的CSS定义开始== */

/* ==top.asp中的CSS定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */ {
	width: 760;
	background: #843328;
}
.top_top {
	background: #ffffff;
	height: 7px;
}
.top_Channel /* 频道表格背景、文字颜色定义 */ {
	background: #D04833;
	color: #ffffff!important;
	text-align: right;
	height: 24px;
}
.top_Announce /* 公告表格背景、文字颜色定义 */ {
	background: url(/Skin/blue/top_nav_menu.gif);
	color: #0560A6;
	height: 30;
}
.top_nav_menua /* 导航栏表格背景、文字颜色定义 */ {
	background: url(/Skin/blue/top_nav_menu.gif);
	height: 30;
}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */ {
	border-right: 7px solid #ffffff;
	border-left: 7px solid #ffffff;
	width: 774px!important;
	width: 760px;
	height: 30;
	background: #ffffff;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */ {
	color: #037FA8
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */ {
	background: #ffffff;
}
　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */ {
	background: #ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */ {
	/*background:url(/Skin/blue/Special_List4.gif);*/
	background: #A67F64;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	height: 28;
	width: 180;
	padding-left: 20;
	text-align: left;
	background-image: url(../Images/Special_List6.gif);
	background-repeat: no-repeat;
	background-position: 5px 1px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */ {
	line-height: 150%;
	padding-left: 5;
	padding-right: 8;
	background: #D6D4D0;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */ {
	height: 1;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */ {
	background: url(/Skin/blue/right_title.gif);
	font-weight: bold;
	color: ffffff;
	height: 28;
	width: 180;
	padding-left: 40;
	text-align: left;
}
　　/* --网页中部左栏的CSS定义结束-- */
　　/* --网页中部中栏的CSS定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */ {
	width: 572;
	background: #ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */ {
	height: 4;
	background: #ffffff;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */ {
	color: 037FA8;
	height: 25;
	background: #f9f9f9;
	border: 1px solid #D2D3D9;
}
.main_Search /* 中栏搜索表格背景、文字颜色定义 */ {
	color: 037FA8;
	height: 25;
	border: 1px solid #D2D3D9;
	background: #f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */ {
	background: url(/Skin/blue/main_top.gif);
	height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */ {
	color: ffffff;
	/*background:url(/Skin/blue/main_title_760i.gif);*/
	background: #BEB7A1;
	border-bottom: 2px solid #A67F64;
	text-align: left;
	padding-left: 15;
	height: 26;
}
.main_title_760i a {
	color: ffffff;
}
.main_title_760i a:hover {
	color: ffff00;
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */ {
	border: 1px solid #D2D3D9;
	line-height: 150%;
	text-align: left;
	padding-left: 5;
	padding-right: 5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */ {
	color: #4B4C4A;
	background: #BEB7A1;
	/*background:url(/Skin/blue/main_title_575.gif);*/
	text-align: left;
	padding-left: 20;
	height: 26;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */ {
	/*border: 1px solid #F7F6F4;*/
	background: #F7F6F4;
	line-height: 150%;
	text-align: left;
	padding-left: 5;
	padding-right: 5;
}
.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定义(282) */ {
	/*background:url(/Skin/blue/main_title_282i.gif);*/
	color: #4B4C4A;
	background: #BEB7A1;
	height: 26;
	padding-left: 15;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */ {
	border: 1px solid #D2D3D9;
	line-height: 150%;
	text-align: left;
	padding-left: 5;
	padding-right: 5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */ {
	/*background:url(/Skin/blue/main_title_282.gif);*/
	background: #A9A38F;
	color: #843328;
	height: 26px;
	border-bottom: 2px solid #F5B301;
	padding-left: 15;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */ {
	border: 1px solid #D2D3D9;
	line-height: 150%;
	text-align: left;
	padding-left: 5;
	padding-right: 5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */ {
	background: #ffffff;
}
.listbgn /* --栏目文章列表高度和背景线条的定义-- */ {
	background: url('../images/listdot.gif');
	height: 28px;
}
.listbgn font { color:#000;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */ {
	background: #f7f7f7;
}
.listbgn1 /* --栏目文章列表高度和背景线条的定义1-- */ {
	BACKGROUND: url(../images/index_dot_3x22.gif);
	LINE-HEIGHT: 22px
}
.listbgn2 /* --栏目文章列表高度和背景线条的定义2-- */ {
	BACKGROUND: url(../images/index_dot.gif);
	LINE-HEIGHT: 35px
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的CSS定义开始-- */
 .main_ArticleTitle /* 主标题文字颜色定义 */ {
	color: ff0000;
	font-weight: bold;
	font-size: 18;
	line-height: 150%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */ {
	color: 037FA8;
	font-weight: bold;
	line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */ {
	background: url(/Skin/blue/main_title_760.gif);
	border: 1px solid #D2D3D9;
	height: 28;
	color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */ {
	border: 1px solid #D2D3D9;
	padding: 8;
	line-height: normal;
}
.Article_tdbgall /* 责编等表格背景、文字颜色定义(760) */ {
	background: #f5f5f5;
}
　　/* --文章显示页的CSS定义结束-- */
　　/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a.Guest:link {
	color: #ffffff;
}
a.Guest:visited {
	color: #ffffff;
}
a.Guest:hover {
	COLOR: #ff0000;
}
a.Guest:active {
	color: #ffffff;
}
.Guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */ {
	/*background:url(/Skin/blue/main_title_760.gif);*/
	background: #D7EEE6;
	border: 1px solid #D2D3D9;
	padding-left: 5;
	height: 29;
	color: ffffff;
}
.Guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */ {
	border: 1px solid #D2D3D9;
	padding: 8;
}
.Guest_border /* 蓝色表格边框背景颜色定义(760) */ {
	width: 992;
	border: 1px solid #D6D4D0;
}
.Guest_title /* 标题背景颜色定义(760) */ {
	background: #F7F7DD;
	color: #333333;
	font-weight: normal;
	height: 25;
}
.Guest_tdbg /* 表格背景颜色定义(760) */ {
	background: #Fafafa;
	line-height: 120%;
}
.Guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */ {
	background: #D2D3D9;
}
.Guest_border2 /* 回复表格虚线边框背景颜色定义(760) */ {
	border: 1px dashed #97D2DF;
	background: #E8F5F8;
	color: #006633;
}
.Guest_ReplyAdmin /* 管理员回复文字背景颜色定义(760) */ {
	color: #ff0000;
}
.Guest_ReplyUser /* 用户回复文字背景颜色定义(760) */ {
	color: #449AE8;
}
　　/* --留言频道CSS定义结束-- */
　　/* --商城的CSS定义开始-- */
.Shop_border /* 蓝色表格边框背景颜色定义(760) */ {
	border: 1px solid #D6D4D0;
	width: 100%;
}
.Shop_border3 /* 灰色表格边框背景颜色定义(760) */ {
	border: 1px solid #cccccc;
}
.Shop_title /* 标题背景颜色定义(760) */ {
	background: #D6D4D0;
	color: #333333;
	font-weight: normal;
	height: 27;
}
.Shop_tdbg /* 表格背景颜色定义(760) */ {
	background: #FAFAFA;
	line-height: 120%;
}
.Shop_tdbg2 /* 表格背景颜色定义2 */ {
	background: #f5f5f5;
	line-height: 120%;
}
.Shop_tdbg3 /* 表格背景颜色定义3 */ {
	background: #ffffff;
	line-height: 120%;
}
.Shop_tdbg4 /* 表格背景颜色定义4 */ {
	background: #E1F4EE;
	line-height: 120%;
}
　　/* --商城的CSS定义结束-- */
/* ==网页中部中的CSS定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */ {
	background: #838383;
	border-bottom: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
	border-left: 7px solid #ffffff;
	width: 774px!important;
	width: 760px;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */ {
	background: #843328;
	color: #ffffff;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */ {
	background: #E8E6E6;
}
/* ==Bottom.asp中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
.menu {
	background-color: #cccccc;
	width: 97%;
	border: 1px;
}
.menuBody {
	background-color: #ffffff;
}
/* ==自选风格中的CSS定义结束== */
.Channel_font /* 搜索等特殊文字颜色定义 */ {
	color: red;
}
/* --评论显示页的CSS定义开始-- */ 
.Guest_font /* 隐藏、用户等特殊文字颜色定义 */ {
	color: green;
}
/* --评论显示页CSS定义结束-- */
/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a.Guest:link {
	color: #000000;
}
a.Guest:visited {
	color: #000000;
}
a.Guest:hover {
	COLOR: #ff6600;
}
a.Guest:active {
	color: #000000;
}
/* 站内链接文字颜色定义 */
a.Channel_KeyLink {
	text-decoration: underline;
}
a.Channel_KeyLink:link {
	color: blue;
}
a.Channel_KeyLink:visited {
	color: blue;
}
a.Channel_KeyLink:hover {
	color: #ff0000;
}
a.Channel_KeyLink:active {
	color: blue;
}
/* --用户控制css定义开始-- */
.user_left /*左区块定义*/ {
	background: #f3f3f3;
	width: 170px;
	padding-left: 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
	padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/ {
	border: 1px solid #bfbfbf;
	background-color: #ffffff;
	border-collapse: 15;
}
.user_righttitle {
	background-color: #f3f3f3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #bfbfbf;
	border-left-color: #ffffff;
}
.user_line {
	line-height: 1px;
	background-image: url(images/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/ {
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/ {
	line-height: 25px;
	font-size: 12px;
	color: #666666;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/ {
	padding-left: 6px;
}
/*用户控制面板右*/
.user_right {
	background-color: #ffffff;
	padding-right: 2px;
	padding-left: 6px;
	width: 572px;
}
.border1 {
	border: 1px solid #bfbfbf;
}
.title {
	background: #449ae8;
	color: #ffffff;
	font-weight: normal;
}
.border {
	border: 1px solid #449ae8;
}
.tdbg {
	background: #ffffff;
	line-height: 120%;
}
.tdbgmouseover {
	background: #bfdfff;
	line-height: 120%;
}
.tdbg2 {
	background: #e0eef5;
	line-height: 120%;
}
.tdbg5 {
	background: #e0eef5;
	line-height: 120%;
}
.title5 {
	width: 80px;
	background: url('../user/images/titlebg2.gif');
	line-height: 120%;
	padding-top: 2px;
	cursor: hand;
}
.title6 {
	width: 80px;
	background: url('../user/images/titlebg1.gif');
	color: #ffffff;
	font-weight: normal;
	padding-top: 2px;
	cursor: hand;
}
.button1 {
	width: 90px;
}
.show_page {
	text-align: center;
}
/* 固定排课表格表格的css定义*/
.date_border {
	border: 1px solid;
}
.date_title {
	background: #449ae8;
	color: #ffffff;
	font-weight: normal;
}
.date_tdbg {
	background: #449ae8;
	color: #ffffff;
	font-weight: normal;
}
.style2 {
	font-size: 10px;
}
.style3 {
	font-size: 12px;
}
/* ==RSS连接框定义== */
#popitmenu {
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	Z-INDEX: 100;
	VISIBILITY: hidden;
	FONT: 12px/18px Verdana;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	POSITION: absolute;
	BACKGROUND-COLOR: white
}
#popitmenu A {
	DISPLAY: block;
	PADDING-LEFT: 6px;
	COLOR: black;
	TEXT-DECORATION: none;
}
#popitmenu A:hover {
	BACKGROUND-COLOR: #ccff9d;
}
/* ==用户登录框定义== */
.user_border {
	border-right: 7px solid #ffffff;
	border-left: 7px solid #ffffff;
	width: 774px!important;
	width: 760px;
}
#userlogined {
	padding-left: 20;
	text-align: left;
}
#userctrl {
	text-align: center;
}
#usermessage {
	padding-left: 10;
	text-align: left;
}
.havemessage {
	BACKGROUND-COLOR: #ccff9d;
}
.havemessaged {
	BACKGROUND-COLOR: #cc0000;
}
.spaceList  /* 聚合空间列表定义 */ {
	width: 100%;
	text-align: center;
}
.spaceList_image {
	text-align: center;
}
.spaceList_intro {
	text-align: center;
}
#showspacelist_more {
	text-align: right;
	padding-right: 10;
}
/* ==供求信息DIV按钮定义== */
#supply {
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.Supplybut, .Supplybutover {
	margin: 0px;
	padding: 1px;
	line-height: 25px;
	border-top: 1px solid #D2D3D9;
	border-right: 1px solid #D2D3D9;
	border-left: 1px solid #D2D3D9;
	text-align: left;
	padding-left: 30;
	padding-right: 15px;
	DISPLAY: block;
	float: left;
	margin-right: 8px;
	cursor: hand;
}
.Supplybut {
	background: url(/Skin/blue/main_title_575.gif);
}
.Supplybutover {
	background: url(/Skin/blue/main_title_282.gif);
}
/* --房产信息列表表格css定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */ {
	background: #ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */ {
	background: #f6f9ff;
}
.houseth {
	background: #e6f5ff;
}
.housetable {
	border: 1px solid #ffffff;
	border-collapse: collapse;
}
/* --房产信息列表表格css定义结束--
/* 竖向滚动公告的链接定义。调用代码为<a class='AnnounceBody1' ***>***</a> */
a.AnnounceBody1:link {
	color: #006600;
}
a.AnnounceBody1:visited {
	color: #006600;
}
/* 横向滚动公告的链接定义。调用代码为<a class='AnnounceBody2' ***>***</a> */
a.AnnounceBody2:link {
	color: #006600;
}
a.AnnounceBody2:visited {
	color: #006600;
}
.LinkNavigation {
	height: 18px;
	line-height: 149%;
}
/*2013年改版新增*/
.wpt15 {
	padding-top: 15px;
}
.wh15 {
	height: 15px;
}
.wphotourl {
	padding: 10px 0;
}
.wphotourl a {
	padding: 0 5px;
}
.wphotointro {
	border: none;
}
.wpintrocon {
	padding: 0 10px;
	border: none;
	line-height: 180%;
	font-size: 14px;
	color: #666;
}
.jtlink {
	padding: 10px 0 0px 10px;
	margin-bottom: 50px;
}
.jtlink img {
	border: 1px solid #ccc;
	margin-left: 20px;
	float: left;
}
.wsplistcon {
	width: 100%;
	float: left;
	padding: 13px 0;
	background: url(/images/splistbg.jpg) no-repeat center bottom;
}
.wsplistconr {
	width: 500px;
	float: left;
}
.wsppicname {
	width: 150px;
	float: left;
	padding: 10px 15px 20px 0;
}
.wsppicname img {
	float: left;
	margin-bottom: 5px;
	width: 150px;
	height: 110px;
}
.wsppicname span {
	display: block;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: center;
}
.wspintro {
	width: 480px;
	float: left;
	padding: 0 10px 15px;
	text-indent: 25px;
	color: #666;
	line-height: 180%;
}
.wspprice {
	width: 350px;
	padding-left: 16px;
	float: left;
}
.wspprice * {
	vertical-align: middle;
}
.wspprice strong {
	padding-left: 25px;
}
.wspprice span {
	color: #C00;
	font-weight: bold;
}
.wgoumai {
	width: 90px;
	float: left;
}
.wpage {
	width: 100%;
	float: left;
	padding: 10px 0 20px;
}
.wxiaots {
	padding: 15px;
	text-align: left;
}
.wxiaots li {
	line-height: 23px;
}
.wgouwwuche {
	padding-bottom: 20px;
}
.wspconleft {
	width: 168px;
	float: left;
	padding: 0 20px;
}
.wspconleft img {
	width: 160px;
	height: 120px;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	padding: 2px;
	float: left;
}
.wspconleft span {
	display: block;
	text-align: center;
	width: 168px;
	float: left;
}
.wspconright {
	width: 480px;
	float: left;
	padding-top: 28px;
	line-height: 180%;
}
.wgoumai1 {
	float: left;
	margin-top: 10px;
}
.wspcongg span {
	color: #C00;
	font-weight: bold;
}
.wspshuoming {
	width: 705px;
	float: left;
	padding-bottom: 30px;
}
.wspshuoming h4 {
	width: 685px;
	padding-left: 20px;
	height: 28px;
	line-height: 28px;
	background: #f3f3f3;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0;
}
.wspshuoming p {
	text-indent: 25px;
	line-height: 180%;
	color: #444;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.wspshuoming p img {
	text-indent: 0px;
	margin-left: 20px;
	padding: 0;
	float: left;
}
/*2013首页*/
.whead {
	width: 100%;
	height: 174px;
	margin: 0 auto 377px;
	background: url(/images/2013/headbg.jpg) repeat-x 0 101px;
	position: relative;
	z-index: 10;
}
.wheadcon {
	width: 100%;
	margin: 0 auto;
	background: url(/images/2013/head.jpg) no-repeat center top;
}
.wlan {
	width: 993px;
	margin: 0 auto;
	padding: 16px 10px 0 0;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #666;
	text-align: right;
}
.wlan a {
	font-size: 12px;
	color: #666;
	padding: 0 8px;
}
.wnav {
	width: 1003px;
	margin: 71px auto 0;
	height: 72px;
}
/*导航菜单选项卡*/ 
.dh_tit {
	width: 850px;
	height: 42px;
	line-height: 42px;
	float: left;
	background: url(/images/2013/navbg.jpg) no-repeat;
}
.dh_tit li {
	float: left;
	display: block;
	cursor: pointer;
	width: 104px;
	text-align: center;
	height: 42px;
	line-height: 42px;
}
.dh_tit li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.dh_tit li a:visited {
	color: #fff;
}
.dh_tit .hover {
	width: 106px;
	background: url(/images/2013/navcon.jpg);
}
.dh_tit .hover a {
	color: #000;
}
.dhcon {
	height: 30px;
	line-height: 30px;
	float: left;
	width: 100%;
}
.dhcon li {
	float: left;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}
.dhcon li a {
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
}
.wnav2 {
	padding-left: 6px;
}
.wnav3 {
	padding-left: 170px;
}
.wnav4 {
	padding-left: 6px;
}
.wnav5 {
	padding-left: 320px;
}
.wnav6 {
	padding-left: 100px;
}
.wnav8 {
	padding-left: 470px;
}
.wnav8 .dhli {
	width: 90px;
}
/*头部banner*/
.wslide {
	height: 400px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 144px;
	z-index: 0;
}
.wslidecon {
	height: 400px;
	margin: 0 auto 110px;
	position: relative;
}
.slide-cnt {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
.slide-list {
	width: 100%;
	height: 100%;
	position: relative;
}
.slide-list li {
	width: 100%;
	height: 100%;
	position: absolute;
}
.banner1 {
	background: url(/images/2013/pic1.jpg) no-repeat center top;
}
.banner2 {
	background: url(/images/2013/pic2.jpg) no-repeat center top;
}
.banner3 {
	background: url(/images/2013/pic3.jpg) no-repeat center top;
}
.slide-list li a {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}
.slide-page {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 30px;
	margin-left: -52px;
}
.slide-page span {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -30px;
	background: url(/images/2013/slider-sprites.png) -30px 0 no-repeat;
	cursor: pointer;
}
.slide-page span.on {
	background-position: 0 0;
	color: #fff;
}
/*中间主体内容*/
.content {
	width: 1003px;
	margin: 0 auto;
}
.newsleft {
	width: 615px;
	float: left;
	height: 328px;
}
.newsright {
	width: 352px;
	padding-left: 36px;
	float: left;
	background: url(/images/2013/newsbg.jpg) no-repeat;
}
/*2013首页幻灯片*/
#ifocus {
	width: 601px;
	height: 314px;
	border: 1px solid #DEDEDE;
	background: #F8F8F8;
	padding: 6px;
	overflow: hidden;
}
#ifocus_pic {
	position: relative;
	float: left;
	width: 483px;
	height: 312px;
	overflow: hidden;
}
#ifocus_piclist {
	position: absolute;
}
#ifocus_piclist li {
	width: 483px;
	height: 312px;
	overflow: hidden;
}
#ifocus_piclist img {
	width: 483px;
	height: 312px;
	border: none;
}
#ifocus_btn {
	display: inline;
	float: left;
	width: 113px;
	margin-left: 5px;
}
#ifocus_btn li {
	width: 113px;
	height: 76px;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	margin-bottom: 3px;
}
#ifocus_btn img {
	width: 96px;
	height: 64px;
	margin: 6px 0 0 11px;
}
#ifocus_btn .current {
	background: url(/images/ifocus_bg.jpg) no-repeat;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#ifocus_opdiv {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 483px;
	height: 30px;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#ifocus_tx {
	position: absolute;
	left: 8px;
	bottom: 8px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#ifocus_tx .normal {
	display: none;
}
/*新闻、公告*/
.newstitle {
	width: 340px;
	height: 32px;
	line-height: 32px;
	float: left;
	padding: 0 12px 12px 0;
	text-align: right;
}
.newstitle a {
	font-size: 12px;
	color: #333;
}
.ggtitle {
	padding: 5px 12px 11px 0;
}
.list {
	float: left;
	width: 100%;
}
.list ul {
	padding: 0 8px 0 0;
}
.list ul li {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	background: url(/images/2013/dot.jpg) no-repeat 0 10px;
	padding-left: 11px;
}
.list ul li a {
	font-size: 12px;
	color: #333;
}
.newsright .list ul li {
	height: 26px;
	line-height: 26px;
	background: url(/images/2013/dot.jpg) no-repeat 0 12px;
}
.newsright .list ul li a {
	font-size: 12px;
	color: #333;
}
.wjqgg {
	padding: 0 8px 0 28px;
}
#rollgg li {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
#rollgg li a {
	font-size: 12px;
	color: #333;
}
.midgg {
	width: 1003px;
	height: 80px;
	margin: 10px auto;
}
.wbottom {
	width: 1003px;
	margin: 0 auto 20px;
	height: 448px;
}
.bleft {
	width: 240px;
	float: left;
}
.bleft img {
	float: left;
}
.bright {
	width: 750px;
	float: left;
	padding-left: 13px;
}
.weather {
	width: 215px;
	padding-left: 10px;
	height: 108px;
	float: left;
}
.wfoot {
	width: 100%;
	margin: 0 auto;
}
.flink {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	border-bottom: 2px solid #009900;
}
.flinkcon {
	width: 580px;
	margin: 0 auto;
}
.dtcx {
	width: 60px;
	height: 15px;
	line-height: 15px;
	float: left;
}
.dtcxcon, .dtcxcon a {
	font-size: 12px;
	color: #333;
}
.flinkr {
	float: left;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #333;
}
.flinkr a {
	font-size: 12px;
	color: #333;
	padding: 0 8px;
}
.fcopy {
	width: 1003px;
	height: 90px;
	padding: 15px 0 8px;
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 190%;
	text-align: left;
	background: url(/images/2013/footbg.jpg) no-repeat left 7px;
}
.fcopy a {
	font-size: 12px;
	color: #666;
}
.tableleft * {
	text-align: left;
}
.pb30 {
	padding-bottom: 30px;
}
.pl30 {
	padding-left: 30px;
}
.alignleft {
	padding-left: 30px;
	text-align: left;
}
.zhengwen p {
	line-height: 200%;
	font-size: 14px;
}
.zhengwen td {
	line-height: 200%;
	font-size: 14px;
}
.zhengwencon {
	line-height: 200%;
	font-size: 14px;
	padding-right: 50px;
}
.zhengwencon * {
	line-height: 200%;
	font-size: 14px;
}
.shouyintai {
	padding: 30px 0 30px 0px;
	border: none;
	width: 96%;
}
.shouyintai td {
	padding: 5px 5px 5px 10px;
}
.shouyintaijs td {
	padding: 0 10px;
}
.dingdanqr {
	width: 100%;
}
.dingdancg {
	text-align: left;
	padding: 30px 0 30px 30px;
}
.dingdancg p {
	line-height: 180%;
}
.dingdancgbtn {
	padding-top: 30px;
}
.wyqlj {
	padding-bottom: 30px;
}
.wyqlj td {
	padding: 5px 0;
}
.wyqljtitle {
	background: #f2f2f2;
	font-weight: bold;
}
.wshopsmcon {
	height: 250px;
}
.wbtn input {
	padding: 0 15px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	margin-right: 10px;
}
.Shop_title {
	padding: 5px 0;
}
.wphotolist img {
	width: 150px;
	height: 110px;
}
/*客房预订*/
.wjdydtitle {
	width:100%;
	float:left;
	height:20px;
	line-height:20px;
	font-size:12px;
	padding:10px 0 13px 31px;
}
.wjdydtitle span {
	color:#390;
	font-weight:bold;
	font-size:14px;
	padding-right:10px;
	font-size:12px;
}
.wjdydintro {
	width:650px;
	float:left;
	font-size:12px;
	color:#333;
	line-height:180%;
	text-indent:25px;
	padding:0 0 15px 31px;
}
.wjdydcon {
	width:700px;
	height:122px;
	padding:3px 0 23px 0;
	background: url(/images/2013/jdyda.jpg) no-repeat;
	float:left;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	margin-left:15px;
}
.wjdydconb {
	background: url(/images/2013/jdydb.jpg) no-repeat;
}
.wjdydconc {
	background: url(/images/2013/jdydc.jpg) no-repeat;
}
.wjdydcond {
	background: url(/images/2013/jdydd.jpg) no-repeat;
}
.wjdydcone {
	background: url(/images/2013/jdyde.jpg) no-repeat;
}
.wjdydcon a {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
.wjdydcon .wjdydimg {
	width:176px;
	height:118px;
	margin-left:16px;
}
.wjdydcon .wjdydbtn {
	width:78px;
	height:22px;
	margin:90px 45px 0 24px;
}
.kfydxz {
	padding:15px 0 0 30px;
	clear:both;
}
