/****** 通用样式 ******/
*{ line-height:150%; }
html{border:0; overflow-y:scroll;FILTER: gray}
body{margin:0; padding:0; text-align:center;}
body>table,body>div{margin-left:auto; margin-right:auto; clear:both;}
form,div,img,td,dl,dt,dd,h1,h2,h3,h4{margin:0 auto; padding:0; border:0; text-align:left}
td{vertical-align:top;}
b,strong{font-weight:bold;}
body,table,a,input,textarea,select{color:#444444;font:12px Verdana, Arial, Helvetica, "宋体", sans-serif;}
body{background: #eee; background:url(../images/body_bg.jpg) #ffffff repeat-x 50% top;}
UL,LI,OL{ padding:0; margin:0; list-style:none;}
hr{
	margin: 5px 0px !important;
	margin: -5px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #92b0dd;
	clear:both;
}
/* a style which makes div touch the bottom of content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	height: 1%;
}
/* ie7 hack*/
*+html .clearfix {
	min-height: 1%;
}
A{
	color:#D55D06;
	text-decoration:none;
}
A:hover {
	color: #FF0000;
	text-decoration:underline;
}
A:focus{
	-moz-outline-style: none;
}
A.bigfont{
	font-size:14px;
}
A.red{
	color:red;
}
A.red:hover{
	color:#339900;
}
textarea{
	padding: 2px;
	background-color: white;
	border: 1px solid #7f9db9;
}
select{
	background-color: white;
	border: 1px solid #7f9db9;
}
input.text{
	height: 16px;
	line-height: 16px;
	background-color: white;
	border: 1px solid #7f9db9;
	vertical-align:middle;
}
input.button{
	height: 20px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: white;
	border: 1px solid #7f9db9;
	cursor: pointer;
}
input.button-submit{
	height: 20px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: white;
	border: 1px solid #7f9db9;
	cursor: pointer;
	color: red;
}
.errmsg{
	 text-align:center;
	 font-size:14px;
	 padding:10px 0 10px 0;
}
.blank20{
	height:20px;
	line-height:20px;
}
.pagebar{
	margin-top:8px;
	padding:0px 0 16px 5px;
	background:#e8f3fa;
	border:1px solid #8FC2E7;
}
.red{
	color:red;
}

/****** 整体页面主框架 ******/
/*顶头样式*/
.top_mm{
	margin:0px;
	padding:0px;
	list-style:none;
	height:27px;
	padding-top:6px;
	text-align:center;
	background:url(../images/top_bj.gif);
}
.top_mm li{
	display:inline;
	text-align:center;
	padding:0 3px 0 3px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.top_mm li a{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.top_mm li a:hover{
	font-size: 14px;
	font-weight: bold;
	color:#FFFF66;
	text-decoration:none;
}
.top_sm{
	line-height:18px;
	text-align:right;
	padding-right:25px;
}
.top_sm li{
	display:inline;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #1B7AB4;
	padding:0 3px 0 3px;
}
.top_sm li a{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #1B7AB4;
	text-decoration:none;
}
.top_sm li a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration:underline;
}

/*位置导航*/
.location{
	font-size:12px;
	line-height:160%;
	color:#000000;
	padding-left:10px;
}
.location a{
	color:#000000;
	text-decoration:none;
}
.location a:hover{
	color:#FF0000;
	text-decoration:underline;
}

/*底部*/
/*友情链接样式 */
.site_link{
	list-style:none;
}
.site_link li{
	float:left;
	padding:3px;
	text-align:center;
}
.site_link li div{
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
	padding:2px 0 2px 0;
}

.foot {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	text-align:center;
	vertical-align:middle;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.foot td{
	vertical-align:middle;
}
.style_foot {
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	text-align: center;
}
.style_foot1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF7A00;
}


/*小标题*/
.top_title{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
}
.top_title .more{
	float:right;
	padding-right:10px;
}
.top_title .more A{
	color:#FFFFFF;
	text-decoration:none;
}
.top_title .more A:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.top_title .more A:hover{
	color:#FF9900;
	text-decoration:underline;
}

/*右侧热销线路列表*/
.hot_way_list{
	padding-top:5px;
}
.hot_way_list li{
	background:url(../images/sys/ico_pos.gif) no-repeat;
	padding-left:20px;
	line-height:160%;
}
.hot_way_list li a{
	color:#5F5E51;
	text-decoration:none;
}
.hot_way_list li a:hover{
	color:#FF0000;
	text-decoration:underline;
}
/*签证国家列表*/
.visaClass_list{
	width:200px;
	padding-left:7px;
	padding-top:5px;
	overflow:hidden;
}
.visaClass_list li{
	width:97px;
	float:left;
	color:#5F5E51;
}
.visaClass_list li A{
	color:#5F5E51;
	text-decoration:none;
}
.visaClass_list li A:hover{
	color:#FF9900;
	text-decoration:underline;
}

/*新闻，文章列表模块样式*/
.news_list{
	padding-top:5px;
	padding-left:5px;
}
.news_list li{
	background:url(../images/sys/ico_pos.gif) no-repeat center left ;
	padding-left:20px;
}
.news_list li a{
	color:#5F5E51;
	text-decoration:none;
}
.news_list li a:hover{
	color:#FF0000;
	text-decoration:underline;
}
/*景点列表*/
.sight_list{
	padding-top:6px;
}
.sight_list li{
	padding-left:22px;
	background-repeat:no-repeat;
	background-position:left;
	line-height:22px;
}
.sight_list li a{
	color:#5F5E51;
	text-decoration:none;
}
.sight_list li a:hover{
	color:#FF0000;
	text-decoration:underline;
}
/*栏目标题*/
.title_nenu{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.title_nenu td{
	text-align:left;
	vertical-align:middle;
	height:24px;
}
.title_nenu .more{
	float:right;
	padding-right:10px;
}

/*边线*/
.honor {
	background-color: #FFFFFF;
	border: 1px solid #4CA9D7;
}
.honor1 {
	font-size: 12px;
	font-weight: bold;
	color: #0031AD;
	padding-left:10px;
	padding-top:2px;
}

/*搜索*/
.qie02 {
	border: 1px solid #CAC5BB;
	background:#F8F0E3;
}
.qie02 th {
	vertical-align:middle;
	text-align:right;
	font-weight:normal;
	height:22px;
	width:90px;
}
.qie02 td {
	vertical-align:middle;
	text-align:left;
}
.qie02 .subara{
	text-align:center;
	height:50px;
}

/*分页栏*/
.page_bar *{
	text-align:center;
}


/*通用表单*/
.top_bar{
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}
.scenic {
	border: 1px solid #C2C2C2;
	padding:15px;
	line-height:160%;
}
.form_bar{
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	padding-left:8px;
}
.se_form{
	margin:15px 0 15px 0;
	background:#EEE;
}
.se_form th, .se_form td{
	background:#FFFFFF;
	height:23px;
	line-height:18px;
	vertical-align:middle;
}
.se_form th{
	width:120px;
	text-align:right;
	font-weight:normal;
	padding-right:8px;
}
.se_form td{
	text-align:left;
	vertical-align:middle;
	padding-left:3px;
}
.se_form .submitarea th{
	height:45px;
	vertical-align:middle;
}

/*纤细内容页*/
.cont{
	background-color: #F6F9FE;
	border: 1px solid #E2DDDA;
}
.text_title{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #797C81;
	font-size: 12px;
	color: #666666;
	text-align:center;
}
.text_title .tit{
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
	line-height: 40px;
}
.text_title .fs{
	color:#FF0000;
}
.cont .cnt{
	text-align:left;
	line-height:160%;
	padding:30px 8px 30px 8px;
}


/*hot*/
.hot_tit{
	color:#FF6600;
	font-weight:bold;
	font-size:14px;
	padding-left:15px;
	background:url(../images/new01.gif);
	vertical-align:middle;
}
.hot_cnt{
	padding:8px 10px 15px 25px;
}
.hot_cnt li{
	line-height:25px;
	font-size:13px;
	font-weight:bold;
}

.shut_down{
	font-size:14px;
	color:#FF0000;
	cursor:pointer;
}
