﻿@charset "utf-8";
/* 
	@名称: base
	@功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	color:#2e2e2e;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin:0;
	padding:0;
	font-family: "Microsoft Yahei", sans-serif !important;
	font-family: "Microsoft Yahei", "SimSun";
	font-family:"Times New Roman", Times, serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	_font-family: Microsoft Yahei, "SimSun";/**ie6 识别微软雅黑不要引号.ie6汉字会显示偏上位置，先用不存在字体 Tahoma,试下那就只能忽略这个问题**/
	font-size: 14px;
	border:0;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
	font:12px/1.5 tahoma, arial, \5b8b\4f53;
}
input, select, textarea {
	font-size:100%;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
	text-align:inherit;
}
/* 去掉点击链接时的虚线 */
a, a:hover {
	outline:none;
	blur:expression(this.onFocus=this.blur());
}
/* 去除默认边框 */
fieldset, img {
	border:0;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* 一致的 del 样式 */
del {
	text-decoration:line-through;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:500;
}
/* 去掉列表前的标识, li 会继承 */
ol, ul ,li{
	list-style:none;
	list-style:none outside none;
}
/* 去掉所有默认的边距 */
*{margin:0;padding:0;}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align:left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500;
}
q:before, q:after {
	content:'';
}
/* 统一上标和下标 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* 让链接默认颜色 */
a {
	color:#434343;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration:underline;
}
/* 默认不显示下划线，保持页面简洁 */
ins, a {
	text-decoration:none;
}
/* 清理浮动 */
.fn-clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.fn-clear {
	zoom:1; /* for IE6 IE7 */
}
/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
	display:none;
}
/* 设置内联, 减少浮动带来的bug */
.fn-left, .fn-right {
	display:inline;
}
.fn-left {
	float:left;
}
.fn-right {
	float:right;
}
.fn-text-center {
	text-align:center
}
.fn-text-left {
	text-align:left
}
.fn-text-right {
	text-align:right
}
/*横向留白*/
.blank_3 {
	height:3px;
	line-height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.blank_5 {
	height:5px;
	line-height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.blank_6 {
	height:6px;
	line-height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.blank_7 {
	height:7px;
	line-height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.blank_8 {
	height:8px;
	line-height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.blank_10 {
	height:10px;
	line-height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.blank_15 {
	height:15px;
	line-height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.blank_20 {
	height:20px;
	line-height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.blank_30 {
	height:30px;
	line-height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.blank_40 {
	height:40px;
	line-height:0;
	font-size:0;
	clear:both;
	overflow:hidden;
}
/*横向留白*/

/*===========分页=============*/
.pagenav {margin:30px 0;}
.pagenav a.page_item {
	display:inline-block;
	margin:0 2px;
	padding:4px 10px;
	background:#80b0de;
	color:#fff;
}
.pagenav a.page_num {
	display:inline-block;
	margin:0 2px;
	padding:2px 2px;
	color:#a4a4a4;
}
.pagenav a.current {
	color:#80b0de;
}
.pagenav a.go:hover {
	color:#80b0de;
	font-weight:bold;
}
.page_input {
	margin:0 4px;
	width:22px;
	height:22px;
	border:1px solid #c9c9c9;
}
/**** 变量 ****/
.height160{height:160px;}
.height180{height:180px;}
.height200{height:200px;}
.heigh300{height:300px;}
.margin_1{margin: 30px 2px 50px 220px;}
.margin_2{margin: 30px 2px 50px 170px;}
.wrap_left{width:730px;}
.wrap_rit_1{width:680px;}
.wrap_rit{width:235px;}
.width_indL{width:565px;}
.width_indR{width:385px;}
.margin_0{margin:0;}
/**** 字号 ****/
.font_14{font-size:14px;}
.font_18{font-size:18px;}
/**** 背景色 ****/
.common_gray{background:#f5f5f5;}
/**** Form 表单 ****/
form input[type="checkbox"], form input[type="radio"] {
	padding: 2px 10px 0 0;
	margin: 0 5px 0 10px;
	vertical-align: middle;
}
.form_width_100{width:100px;}
.form_width_120{width:120px;}
.form_width_150{width:150px;}
.form_width_260{width:260px;}
.form_width_450{width:450px;}
.form_width_50{width:80%;}
.form_width_98{width:98%;}
.input_keywords{
	border: #c7c7c7 1px solid;
	color: #6a6a6a;
	font-size: 14px;
	padding: 5px 3px 4px 3px;
	font-family: "微软雅黑", "宋体";
	height: 24px;
	line-height: 24px;
	margin-right:12px;
}
.input_online{
	border: #c7c7c7 1px solid;
	color: #6a6a6a;
	font-size: 14px;
	padding: 2px 3px;
	font-family: "微软雅黑", "宋体";
	height: 24px;
	line-height: 24px;
}
.input_type_file{
	padding: 2px 3px;
	background:#fff;
	border:#c7c7c7 1px solid;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}
.select_online{
	margin: 0;
	padding: 6px 5px 6px 0px;
	background: #fff;
	outline: none;
	color: #777879;
	display: inline-block;
	font: normal 14px/25px "Microsoft Yahei", "SimSun", "Simhei", "Arial";
	border: #dadada 1px solid;
	margin-right:12px;
}
.textarea_common{
	border: #c7c7c7 1px solid;
	color: #6a6a6a;
	font-size:14px;
	padding: 2px 3px;
	line-height: 24px;
}
/**** Button 按钮 ****/
.select_btn {
	width:92px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#e7604a;
	border:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
.select_btn:hover{background:#c0392b;}
.btn_webBooking{
	height:32px;
	border:none;
	border-bottom:1px solid #d35400;
	background:#f39c12;
	padding:0 15px;
	color:#fff;
	cursor:pointer;
	-moz-border-radius: 2px;      /* Gecko browsers */
	-webkit-border-radius: 2px;   /* Webkit browsers */
	border-radius:2px;
}
.btn_webBooking:hover{background:#d35400;}
.message_code{
	padding:4px 6px;
	background:#bec3c7;
	border:none;
	border-bottom:2px solid #a9aeb2;
	color:#fff;
	-moz-border-radius: 2px;      /* Gecko browsers */
	-webkit-border-radius: 2px;   /* Webkit browsers */
	border-radius:2px;
	margin:0 5px;
	cursor: pointer;
}
.message_code:hover {background:#a9aeb2; text-decoration:none;}
.btn_submit_18{
	background-color:#eb5934;
	border:none;
	border-bottom:3px solid #c34224;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	padding:2px 20px;
	margin:0 5px;
	-moz-border-radius: 2px;      /* Gecko browsers */
	-webkit-border-radius: 2px;   /* Webkit browsers */
	border-radius:2px;
}
.btn_submit_18:hover {
	background-color:#db512e;
}
.btn_cancel_16{
	color: #8c8c8c;
	border:none;
	font-size: 16px;
	background:none;
	font-weight: normal;
	cursor: pointer;
	margin:30px 2px 50px 2px;
	*+margin:30px 2px 0px 2px;
	padding:5px 20px;
}
.btn_cancel_16:hover{text-decoration:none; color:#444; opacity:0.9; filter:alpha(opacity=90);}
.btn_guid_12{
	background:#618fd1;
	border:#174d9b 1px solid;
	color:#fff;
	font-size:12px;
	padding:5px 10px;
	cursor:pointer;
	-moz-border-radius: 2px;      /* Gecko browsers */
	-webkit-border-radius: 2px;   /* Webkit browsers */
	border-radius:2px;
}
.btn_guid_12:hover{
	background:#ee5c23;
	border:#174d9b 1px solid;
	text-decoration:none;
}
.btn_submit_14{
	border-bottom:1px solid #d35400;
	background:#f39c12;
	font-size:14px;
	padding:2px 8px;
	color:#fff;
	cursor:pointer;
	-moz-border-radius: 2px;      /* Gecko browsers */
	-webkit-border-radius: 2px;   /* Webkit browsers */
	border-radius:2px;
	margin:0 5px;
}
.btn_submit_14:hover{background:#d35400;}
.btn_guide_list{
	padding:4px 6px;
	background:#bec3c7;
	border-bottom:1px solid #a9aeb2;
	color:#fff;
	margin:0 0px;
	cursor: pointer;
}
.btn_guide_list:hover {background:#a9aeb2; text-decoration:none;}
.btn_online{
	padding:4px 6px;
	background:#3373cd;
	border-bottom:1px solid #285ba3;
	color:#fff;
	margin:0;
	cursor: pointer;
}
.btn_online:hover {background:#285ba3; text-decoration:none;}
.btn_choice{
	padding:1px 4px;
	background:#fff;
	font-size:12px;
	color:#839495;
	cursor:pointer;
	-moz-border-radius: 2px;      /* Gecko browsers */
	-webkit-border-radius: 2px;   /* Webkit browsers */
	border-radius:2px;
	border:#fff 1px solid;
}
.btn_choice:hover { border:#ee8b12 1px solid; color:#ee8b12; text-decoration:none;}
/**** 鼠标悬停小提示****/
.hintsClass {
	font-size: 12px;
	background: #fffbc3;
	color: #e67e22;
	border: 1px solid #e6dc2b;
	padding: 5px;
}
/**** 公共二级模板 灰色 ****/
.gray_template{background:#f2f2f2; border-top:#ebeef1 1px solid;}
.gray_templat_bg{background:url(#) no-repeat top center;}
.gray_yourplace{
	height:40px;
	background:url(#) repeat-x bottom;
	padding:20px 10px 0 10px;
}
.gray_yourplace .return{background:url(#) no-repeat right; padding:0 30px 0 0; line-height:24px; height:24px;}
.gray_yourplaceL span{
	color:#555;
	font-size:16px;
	line-height:24px;
	padding:0 8px;
}
.gray_yourplaceL .ind{
	background:url(#) no-repeat 0 3px;
	padding:0 8px 0 25px;
}
.public_temp_wrap{
	width:980px;
	margin:30px auto;
	background:#fff;
	-moz-border-radius: 2px;      /* Gecko browsers */
	-webkit-border-radius: 2px;   /* Webkit browsers */
	border-radius:2px;
	border:#e8e8e8 1px solid;
}
.public_temp_main{width:90%; margin:0 auto; padding:30px;}
.public_temp_main_1{width:95%; margin:0 auto; padding:20px 10px;}
/**** 公共细览三级 *****/
.general3j_tit{text-align:center; padding:10px 0 50px 0;}
.general3j_tit h1{
	font-size:18px;
	color:#434343;
	line-height:36px;
}
.general3j_tit span{
	color:#767676;
	font-size:12px;
	line-height:21px;
	padding:10px;
}
/* 回到顶端 */
.backTop {position:relative;width:1050px;margin:0 auto;}
#AdLayer {position:absolute;width:60px;display:none;height:60px; top:0;right:-30px; padding:500px 0 0 0;}
#AdLayer img:link{margin:20px 0 0 0;}
#AdLayer img:hover{opacity:0.7; filter:alpha(opacity=90);}
/**** New 2013-12-10 ****/
.lx_layer{position:absolute; background:#fff; border:#ddd 1px solid; width:290px; height:155px; margin:30px 0 0 0; *+margin:30px 0 0 -292px; overflow-y:scroll;}
.lx_layer li{
	padding:10px;
	font-size:12px;
	border-bottom:#f1f1f1 1px solid;
}

