/* 主体与文字式样 */

/* #################### 主控制 ##################### */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,hr,
fieldset,input,p,blockquote,th,td {margin:0px; padding:0px;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:none;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
img a {border: none;}
form{margin:0px; padding:0px;}
/* #################### 公共部分 ##################### */

body {
	background: #FFF;
	font: 12px Verdana, Helvetica, sans-serif;
	line-height: 1.25em;
	color: #4C4C4C;
	width: 100%;
	height:100%;
}

select, input{
	font: 12px Verdana, Helvetica, sans-serif;
}

html, html>body {
	width: 100%;
	height: 100%;
}
.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	margin-top: -1px;
}

/* #################### 文字式样 ##################### */

a{
	color: #699000;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

/* 头部 */
#Header {
	width:950px;
	height:85px;
	padding: 0px;
	font-size:12px;
	margin: 0px auto;
}

.Header_u01 {
	width:260px;
	float:left;
}

.Header_u02 {
	width:345px;
	float:left;
	margin-left:15px;
	overflow:hidden;
}

.Header_u03 {
	width:330px;
	float:left;
}

.Header_p {
	width:330px;
	float:right;
	font-size:12px;
	margin:45px 0 0 0;
	text-align:right;
	color: #699000;
	line-height:150%;
}

.Header_p img {
	margin-bottom:-3px;
}

.Header_u03 a{
	color: #699000;
	font-size:12px;
	text-decoration:underline;
}

.Header_u03 a:hover{
	color: #333;
	font-size:12px;
	text-decoration: underline;
}

/* logo*/
.logo {
	display: block;
	width: 260px;
	height: 85px;
	background-image:url('../images/logo.gif');
	border: 0;
}
/* 主菜单*/
#mainNav {
	width:950px;
	height:36px;
	padding: 0;
	margin: 0px auto;
	background: #699000 url('../images/mainNav_bg.gif') repeat-x;
}
.menu{
	float: left;
	font-size:13px;
	font-weight:bold;
	font-family:"宋体";
	height:36px;
	overflow: hidden;
	margin: 0 auto;
}

.menu li{
	display: inline;
}

.menu li a{
	width:100px;
	height:36px;
	padding:13px 0 0 0;
	text-align:center;
	float: left;
	color: #FFF;
	text-decoration: none;
}

.menu li .current{
	color: #333;
	background:url('../images/mainNav_index.gif');
	text-decoration: none;
}

.menu li a:hover{
	color: #fff;
	background:url('../images/mainNav_hover.gif');
	text-decoration: none;
}

/* #################### 内容封套 ##################### */

#container {
	width:100%;
	padding: 0;
	margin: 0 auto;
	overflow:hidden;
}

#wrapper {
	width: 950px;
	padding:5px 0 5px 0;
	margin:0 auto;
	background:url('../images/bg.gif') repeat;
	border-bottom:1px solid #ddd;
	clear:both;
	overflow:auto;
}

#pagebody {
	width: 950px;
	padding:0px;
	margin:0 auto;
	overflow: auto;
}


.index_left {
	width: 645px;
	padding: 0px;
	float:left;
}

.index_right {
	width: 300px;
	padding: 0px;
	margin: 0px;
	float:left;
}
.index_left span.clear {
	display: block;
	height: 1px;
	clear: both;
}
.index_right span.clear {
	display: block;
	height: 1px;
	clear: both;
}

.left{
	float:left;
}

.right{
	float:right;
}

/* #################### 搜索部分 ##################### */

/*选项卡1*/
#Tab1{
	width:635px;
	margin:0px;
	padding:0px;
	margin:0 auto;
	background:#FFF;
}
/*选项卡菜单class*/
.Menubox {
	width:635px;
	background:url('../images/tab_bg.gif') repeat-x;
	height:28px;
	line-height:28px;
}
.Menubox ul{
	margin:0px;
	padding:0px;
	}
.Menubox li{
	font-size:13px;
	float:left;
	display:block;
	cursor:pointer;
	width:109px;
	text-align:center;
	color:#999;
	font-weight:bold;
	background-image:url('../images/button_bg.gif');
	margin:0px 2px 0px 2px;
}

.Menubox li.hover{
	padding:0px;
	background:#fff;
	width:109px;
	background:url('../images/tab2_hover.gif');
	color:#333;
	font-weight:bold;
	height:28px;
	line-height:28px;
}

/*选项卡1内容class*/

.Contentbox{
	clear:both;
	margin-top:0px;
	border:1px solid #699000;
	border-top:none;
	height:170px;
	text-align:left;
	padding:5px 0 0 0;
}

.Contentbox .Searchtab{
	font-size:13px;
	font-weight:bold;
	color:#699000;
	text-align:left;
	margin:0px 5px;
}

.Contentbox .linput{
	float:left;
	width:440px;
	margin:10px 0px 5px 0px;
	display:block;
	overflow:hidden;
}

.Contentbox .rinput{
	float:left;
	width:172px;
	margin:10px 5px 5px 0px;
	display:block;
	overflow:hidden;
}


.Contentbox label{
	margin:0 5px 5px 0;
	padding:0px;
	float:left;
}

.Contentbox span{
	font-size:12px;
	font-weight:normal;
	color:#666;
	line-height:150%;
}

.Search{
	width:172px;
	height:57px;
	background: #FFF url('../images/Search_button.gif') repeat-x;
	cursor:pointer;
}

.Contentbox input.textfield{
	width:142px;
	height:17px;
	padding: 4px 4px 0 4px;
	margin: 0px;
	font-size:13px;
	color:#9d9d9d;
	border:1px solid #666;
	background: #FFF url('../images/textfield_bg.gif') repeat-x;
	cursor:pointer;
}

.Contentbox input.textfield1{
	width:142px;
	height:17px;
	padding: 4px 4px 0 4px;
	margin: 0px;
	font-size:13px;
	color:#9d9d9d;
	border:1px solid #666;
	background: #FFF url('../images/textfield_bg2.gif') repeat-x;
	cursor:pointer;
}

.Contentbox input.textfield2{
	width:316px;
	height:18px;
	padding: 4px 4px 0 4px;
	margin: 0px;
	font-size:13px;
	color:#9d9d9d;
	border:1px solid #666;
	background: #FFF url('../images/textfield_bg2.gif') repeat-x;
	cursor:pointer;
}


.Contentbox fieldset { 
	padding:5px;
	margin-top:5px;
	width:422px;
	border:2px solid #699000; 
	background:#fff;
	font-size:12px;
	font-weight:normal;
	color:#666;
} 

.Contentbox fieldset legend { 
	color:#699000;
	font-size:14px;
	font-weight:bold; 
	padding:2px 2px; 
	background:#fff;
} 

.Contentbox fieldset div { 
	clear:left;
}

.Contentbox fieldset p { 
	line-height:200%;
	word-spacing:0em;
}

/*选项卡2内容class*/

#con {
	font-size:12px;
	margin:0 auto;
}
#tags {
	background: url('../images/ptab_bg.gif') repeat-x;
	padding:0px;
	margin: 0px;
	height:29px;
}

#tags li {
	background: url('../images/ptab_bg.gif') repeat-x;
	float:left;
	list-style-type:none;
	height:29px;
}

#tags li a{
	padding:0 10px;
	float:left;
	color:#fff;
	font-weight:bold;
	line-height:29px;
	height:29px;
	text-decoration:none;
}

#tags li.emptyTag {
	background: none transparent scroll repeat 0% 0%;
	width:4px;
}

#tags li.selectTag{
	background: url('../images/tag_bg.gif') repeat-x;
	border-left:1px solid #699000;
	border-right:1px solid #699000;
	position:relative;
	height:29px;
}
#tags li.selectTag a {
	background-position: right top;
	color:#000;
	font-weight: normal;
	line-height: 29px;
	height: 29px;
}

#tagContent {
	border:0px;

	background-color: #fff;
}

.tagContent {
	padding: 5px;
	display: none;
	color: #333;
}

#tagContent div.selectTag {
	display:block;
}

/* #################### 首页轮换图片 ##################### */

.Piclist, .Piclist *{margin:0; padding:0;}

.Piclist{
	width:298px;
	height:202px;
	overflow:hidden;
	position:relative;
	border:1px solid #699000;
}

.slider{
	position:absolute;
}
.slider li{
	list-style:none;
	display:inline;
}
.slider img{
	width:298px;
	height:202px;
	display:block;
}

.num{
	position:absolute;
	right:5px;
	bottom:5px;
}
.num li{
	float: left;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #fff;
	background-color: #666;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	border: 1px solid #fff;
	background-color: #699000;
	font-weight: bold;
}

/* #################### 频道左侧 ##################### */

.body_left{
	width:640px;
	float:left;
	padding: 0px;
	margin: 5px 0 0 0;
}

.body_left_ad {
	width: 640px;
	margin: 0 0 5px 0;
	overflow:hidden;
}

.body_left_box {
	width: 638px;
	margin: 0 0 5px 0;
	overflow:hidden;
	border:1px solid #ccc;
}

.body_left_box_bar {
	height:29px;
	padding: 0px;
	margin: 0;
	overflow:hidden;
	background: #fff url('../images/title_bg.gif') repeat-x top left;
}
.body_left_box_bar p{
	float:left;
	padding: 8px 0 0 8px;
	font-size:13px;
	color: #555;
	font-weight: bold;
}

.body_box_more{
	float:right;
	padding: 8px 8px 0 0;
	font-weight: bold;
}

.body_box_more a:hover{
	color:#555;
	text-decoration:underline;
}
/* #################### 内容封套 ##################### */

.Search_left {
	width: 245px;
	padding: 0px;
	margin: 5px 5px 0 0;
	float:left;
}

.Search_left .subNav {
	margin: 0 0 0 5px;
	font-size:14px;
	font-weight:bold;
	color:666;
	line-height:120%;
}

.Search_left .subNav img {
	margin-bottom: -3px;
}

.Search_left_box {
	width: 243px;
	margin: 0 0 5px 0;
	overflow:hidden;
	background:#f5f5f5;
	border:1px solid #ccc;
}

.Search_left_box_bar {
	width: 243px;
	height:29px;
	padding: 0px;
	margin: 0;
	overflow:hidden;
	background: #eaf7ca url('../images/boxbar_bg.gif') repeat-x top left;
}

.Search_left_box_bar p{
	padding: 8px 0 0 8px;
	font-size:13px;
	color: #699000;
	font-weight: bold;
}

.schedule {
	margin: 0 5px 0 0;
}

.schedule dl{
	text-align:right;
	clear:both;
}

.schedule ol{
	width:50px;
	height:15px;
	margin:3px 5px 0 0;
	float:right;
	text-align:center;
}

.schedule dt{
	width:50px;
	height:6px;
	margin:0 5px 0 0;
	background:#ccc;
	float:right;
}

.schedule dd{
	width:50px;
	height:6px;
	margin:0 5px 0 0;
	background:#699000;
	float:right;
}

.Search_right {
	width: 700px;
	padding: 0px;
	margin: 5px 0 0 0;
	float:left;
}

.Search_right_box {
	width: 700px;
	margin: 0 0 5px 0;
	overflow:hidden;
}

.Search_right_box_bar {
	height:29px;
	padding: 0px;
	margin: 0;
	overflow:hidden;
	border:1px solid #ccc;
	background: #fff url('../images/title_bg.gif') repeat-x top left;
}

.Search_right_box_bar p{
	padding: 8px 8px 0 8px;
	font-size:13px;
	color: #444;
	font-weight: bold;
}

.Search_left span.clear {
	display: block;
	height: 1px;
	clear: both;
}
.Search_right span.clear {
	display: block;
	height: 1px;
	clear: both;
}

.Search_box_more{
	float:right;
}

.Search_box_more input{
	margin:-5px 0 0 0;
	padding:0px;
}
/* ###### 文字标签链接 ###### */

.ssfl {
	padding:3px 10px 3px 10px;
}

.ssfl p {
	padding:7px 0;
}

.ssfl p span {
	color:#333;
}

.ssfl .border {
	border-bottom:1px #666 dotted;
}

.ssfl .border span {
	color:#FF6600;
}

.ssfl p a {
	margin-right:10px;
	font-size:14px;
	line-height:25px;
	color:#699000;
	text-decoration:none;
}
.ssfl p a:hover {
	color:#004090;
	text-decoration:underline;
}

.ssfl p a.red, .ssfl p a:hover.red {
	color:#FF6600;
}

.ssfl p a.big, .ssfl p a:hover.big {
	font-size:16px;
}
.ssfl p a.bold, .ssfl p a:hover.bold {
	font-weight:700;
}


/* #################### 频道右侧 ##################### */

.body_right{
	width:303px;
	float:left;
	padding: 0px;
	margin: 5px 0 0 5px;
	background:#f5f5f5;
	border:1px solid #ccc;
}

.body_right_box {
	width: 303px;
	margin: 0 0 10px 0;
	overflow:hidden;
}
.body_right_box_bar {
	width: 303px;
	height:29px;
	padding: 0px;
	margin: 0;
	overflow:hidden;
	background: #eaf7ca url('../images/boxbar_bg.gif') repeat-x top left;
}

.body_right_box_bar p{
	float:left;
	padding: 8px 0 0 8px;
	color: #699000;
	font-weight: bold;
}

/* #################### 表格 ##################### */

table a{
	color:#699000;
	text-decoration:none;
}

table a:hover{
	color:#333;
	text-decoration:underline;
}

table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

th{
	background:#F1F1F1;
	padding:5px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#699000;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

td{
	background:#fff;
	padding:5px;
	text-align:center;
	font-size:12px;
	color:#333;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	
}

/* #################### 底部 ##################### */

#adbtm {
	width: 950px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;
	overflow:hidden;
}

#textlink {
	width: 950px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;
	border:1px solid #699000;
	overflow:hidden;
}

#textlink dl{
	margin:10px 30px 10px 30px;
	font-size:12px;
	text-align:left;
	float:left;
}

#textlink dt{
	font-size:12px;
	font-weight:bold;
}

#textlink dd{
	font-weight:normal;
	margin:5px;
	padding:0px;
}

#textlink a{
	font-size:12px;
	color: #4C4C4C;
	text-decoration:none;
}

#textlink a:hover{
	color: #699000;
	text-decoration: underline;
}

#footer {
	width: 950px;
	font-size:12px;
	padding: 0 0 10px 0;
	margin: 10px auto;
	border-top:2px solid #699000;
	overflow:hidden;
}

#footer ul{
	text-align:left;
	padding: 20px 0px 8px 0;
	float:left;
}

#footer dl{
	margin:8px 10px;
	text-align:left;
	float:left;
	padding-left:10px;
	border-left:2px solid #699000;
}

#footer dd{
	font-size:12px;
	text-align:left;
	margin-right:5px;
	line-height:150%;
}

#footer ul li{
	float:left;
	margin:0px;
	overflow:hidden;
}

#footer ul img{
	margin:0 5px 0 0;
}

#footer a{
	font-size:12px;
	color: #699000;
	text-decoration:underline;
}

#footer a:hover{
	color: #333;
	text-decoration: underline;
}


/* #################### 左侧菜单 ##################### */

.left_nav{
	margin:5px;
}

.left_nav ul{
	margin:5px 0;
	border-bottom:1px solid #ccc;
}

.left_nav a{
	width:205px;
	color:#333;
	padding:10px 0 10px 30px;
	font-size:12px;
	font-weight:bold;
	border-top:1px solid #ddd;
	text-decoration:none;
	display:block;
	overflow:hidden;
}

.left_nav a:hover{
	color:#b40000;
	text-decoration:underline;
}

/* #################### 搜索选项左侧 ##################### */

.list_recommend{
	margin:5px;
}

.list_recommend dl{
	margin:3px;
}

.list_recommend dd{
	line-height:150%;
}

.list_recommend span{
	color:#004090;
	font-weight:bold;
}

.list_recommend ul{
	margin:1px;
}

.list_recommend h1{
	margin:8px 0;
}

.list_recommend li{
	margin:3px;
	font-size:14px;
	color:#333;
	line-height:150%;
	list-style:outside;
}

.list_recommend a{
	color:#333;
	text-decoration:none;
}

.list_recommend a:hover{
	color: #FF6600;
	text-decoration:underline;
}

/* ###### 图文混排 ###### */

.pnt {
	height:120px;
	background:#f9f9f9;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}

/* #################### 搜索选项左侧 ##################### */

.list_netizen{
	width:319px;
	padding-bottom:5px;
}

.list_netizen dl{
	margin:5px 0 5px 5px;
	font-size:12px;
}

.list_netizen dt{
	padding:0px;
	margin:0px;
}

.list_netizen dt{
	width:250px;
	padding-right:9px;
	float:left;
	line-height:20px;
	overflow:hidden;
}

.list_netizen dd{
	width:50px;
	float:left;
	line-height:20px;
	color:#FF6600;
}

.list_netizen img{
	padding:1px;
	margin:0 5px 5px 0;
	border:1px solid #ccc;
	float:left;
}

.list_netizen p{
	padding-top:3px;
}

.list_netizen span{
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:13px;
	color:#004090;
}

.list_netizen a{
	color: #004090;
	text-decoration:none;
}

.list_netizen a:hover{
	color:#699000;
	text-decoration:underline;
}

/* #################### 订票部分 ##################### */

.orderdiv{
	margin:5px 0;
}

.orderdiv var{
	padding:0 80px;
}

.orderdiv lable{
	padding:4px; 
	margin:1px; 
}

.orderdiv dl dd{
	margin:5px 0 0 0;
}

.orderdiv dl{
	width:250px;
	float:left;
	text-align:right;
	padding:0 10px 10px 5px;
	vertical-align:middle;
}

.orderdiv dl img{
	vertical-align:middle;
}

.orderface{
	padding:5px;
}

.orderface p{
	line-height:150%;
}

.forminput{
	border:1px solid #ccc;
	width:150px;
	padding:3px;
	font-size:12px;
}

.orderdiv .title{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 5px 5px;
	margin-bottom:5px;
	background: #fff url('../images/ptab_bg.gif') repeat-x top left;
}

.weeks{
	width:700px;
	padding:0px;
}

.weeks li{
	width:96px;
	float:left;
	padding:5px 0;
	margin:0 2px 2px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background:#eee;
	border:1px solid #ccc;
}

.control{
	padding:5px 5px 10px 5px;
	font-size:14px;
	font-weight:bold;
}

.dateview{
	width:550px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.date{
	width:700px;
	padding:0px;
}

.date li{
	width:96px;
	height:18px;
	float:left;
	padding:12px 0;
	margin:0 2px 2px 0;
	text-align:center;
	color:#ccc;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#f9f9f9;
	border:1px solid #ccc;
	cursor:default;
}

.date li a{
	color:#669000;
}

.date li:hover{
	color:#999;
	border:1px solid #669000;
}

.date li#empty{
	width:96px;
	height:18px;
	float:left;
	margin:0 2px 2px 0;
	text-align:center;
	background:#fff;
	border:1px solid #ccc;
	cursor:default;
	overflow:hidden;
}

.date li#on{
	width:96px;
	float:left;
	padding:12px 0;
	margin:0 2px 2px 0;
	text-align:center;
	color:#fff;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#669000;
	border:1px solid #666;
	cursor:pointer;
}

.date li#on:hover{
	color:#669000;
	background:#f1f1f1;
	border:1px solid #669000;
	cursor:pointer;
}

.date ul#tips{
	padding:5px 0 0 5px;
	margin:0 2px 2px 0;
	text-align:left;
	color:#669000;
	font-size:12px;
	background:#fff;
	border:0px;
}

.enter{
	padding-top:10px;
	border-top:1px solid #ccc;
	text-align:center;
	height:100%;
	overflow:hidden;
}

.enterbtn{
	width:170px;
	height:47px;
	background: #FFF url('../images/order_button.gif') repeat-x;
	cursor:pointer;
}

.nextbtn{
	width:170px;
	height:47px;
	background: #FFF url('../images/btn_next.gif') repeat-x;
	cursor:pointer;
}


/* #################### 旅游联盟 ##################### */

.united{position:relative;float:left;
	padding:5px;
	margin-top:10px;
	border:1px solid #ccc;
	overflow:hidden;
	display:block;
	width:935px;
}

.united .left{
	float:left;
	padding:2px;
	border:2px solid #ededed;
}

.united .right{
	float:right;
	font-size:12x;
	font-weight:normal;
	text-align:left;
	padding:5px;
	word-break:break-all;
	width:680px;
	overflow:auto;
}

.united:hover{
	border:1px solid #699000;
	background:#f7f7f7;
}

.united h1{
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	padding-bottom:5px;
}

.united .click{
	text-align:right;
}

.unitednav{
	background:url('../United/topnav_bg.jpg');
	height:42px;
}

.unitednav li{
	padding:9px 0 18px 0;
	width:108px;
	text-align:center;
	float:left;
	display:block;
	overflow:hidden;
}

.unitednav li#current{
	padding:9px 0 18px 0;
	width:108px;
	background:url('../United/topnav_select.jpg');
	text-align:center;
	float:left;
	display:block;
	overflow:hidden;
}

.unitednav li#current a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.unitednav li a{
	font-size:14px;
	font-weight:bold;
	color:#699000;
	text-decoration:none;
}

.unitednav li a:hover,li#current a:hover{
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.unitedlist{
	padding:5px 0;
	clear:both;
}

.unitedlist div{
	width:345px;
	border:1px solid #ccc;
	background:#e2e2e2;
	margin-right:5px;
	float:left;
}

.unitedlist dl{
	background:#e2e2e2;
}

.unitedlist h1{
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	float:left;
}

.unitedlist h2{
	padding:5px;
	font-size:12px;
	color:#000;
	float:right;
}

.unitedlist li{
	padding:5px;
	line-height:120%;
	font-size:12px;
	color:#333;
	background:#fff;
}

.unitedlist ul{
	clear:both;
}

.parter_pic {position:relative;float:left;width:239px;height:100px;}
.parter_content {position:relative;float:left;width:650px;overflow:hidden;margin-left:20px;line-height:18px;font-family:宋体;font-size:12px;text-align:left;}
.parter_link {text-align:right;}
