html {
	color:#3C3C3C;
	background:#fff;
	-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;
}
/* 重设 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,sans-serif,"Hiragino Sans GB";
}
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;
}
/* 去除默认边框 */
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 {
	list-style:none;
}
/* 对齐是排版最重要的因素,别让什么都居中 */
caption,th {
	text-align:left;
}
/* 来自yahoo,让标题都自定义,适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500;
}
q:before,q:after {
	content:'';
	display:inline-block;
}
/* 统一上标和下标 */
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
/* 正常链接 未访问
a:link {
	color:#08c;
}
*/
/* 鼠标悬停 */
a:hover {
	color:#06C;
	text-decoration:none;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
	text-decoration:none;
}
/* 代码字体 */
code,kbd,pre,samp {
	font-family:monospace,serif;
	font-size:1em;
}
/* 清理浮动 */
.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-overflow {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/* 简单的渐变 */
.fn-linear {
	background:-webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#f1f1f1));
	background:-moz-linear-gradient(top,#fcfcfc,#f1f1f1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#f1f1f1');
	background:-o-linear-gradient(top,#fcfcfc,#f1f1f1);
	background:-ms-linear-gradient(top,#fcfcfc,#f1f1f1);
	background:linear-gradient(to bottom,#fcfcfc,#f1f1f1);
}
/* 浅色的渐变 */
.fn-linear-light {
	background:-webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#f9f9f9));
	background:-moz-linear-gradient(top,#fcfcfc,#f9f9f9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#f9f9f9');
	background:-o-linear-gradient(top,#fcfcfc,#f9f9f9);
	background:-ms-linear-gradient(top,#fcfcfc,#f9f9f9);
	background:linear-gradient(to bottom,#fcfcfc,#f9f9f9);
}
/* 人民币符号 */
.fn-rmb {
	font-family:arial;
	font-style:normal;
	padding-right:2px;
}
/* chrome 下字体过小的问题 */
.fn-webkit-adjust {
	-webkit-text-size-adjust:none;
}
/*详情页基础样式*/::-webkit-scrollbar-track {
	width:7px;
	background-color:#ebebeb;
}
.scrolly::-webkit-scrollbar {
	padding:0 5px;
	width:7px;
}
.scrolly::-webkit-scrollbar-thumb {
	background-color:#a89e9e;
}
.scrolly::-webkit-scrollbar-thumb:active {
	background-color:#b6acac;
}
.scrolly::-webkit-scrollbar-button:start {
	display:none;
}
.scrolly::-webkit-scrollbar-button:end {
	display:none;
}
.scrollx::-webkit-scrollbar {
	height:7px;
}
.scrollx::-webkit-scrollbar-thumb {
	background-color:#a89e9e;
}
.scrollx::-webkit-scrollbar-thumb:active {
	background-color:#b6acac;
}
.scrollx,.scrolly {
	scrollbar-arrow-color:#666;
	scrollbar-face-color:#eee;
	scrollbar-highlight-color:#e9e9e9;
	scrollbar-shadow-color:#e9e9e9;
	scrollbar-darkshadow-color:#fff;
	scrollbar-track-color:#f7f8f6;
	scrollbar-base-color:#fafafa;
}
@font-face {
	font-family:'fn-icon';
	src:url('../fonts/fn-icon.eot');
	src:url('../fonts/fn-icon.eot?#iefix') format('embedded-opentype'),url('../fonts/fn-icon.woff') format('woff'),url('../fonts/fn-icon.ttf') format('truetype'),url('../fonts/fn-icon.svg#fn-icon') format('svg');
}
.fn-icon {
	display:inline-block;
	font-family:"fn-icon" !important;
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.mask {
	z-index:1;
}
.city-box {
	z-index:99;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
a.red {
	color:#F22E00;
}
a.blue {
	color:#06C;
}
.pr {
	position:relative;
}
.pa {
	position:absolute;
}
.border-bottom {
	border-bottom:1px solid #F2F2F2;
}
.simsun {
	font-family:sans-serif,'Hiragino Sans GB';
}
.yahei {
	font-family:Microsoft YaHei;
}
.tahoma {
	font-family:Tahoma;
}
.arial {
	font-family:Arial;
}
.container {
	width:1190px;
	margin:0 auto;
}
.show {
	display:block;
}
.hide {
	display:none;
}
.fn-rmb-num {
	font-family:Century Gothic,verdana,arial;
}
.true,.why,.false,.invoice,.arrow,.pic-bg,.colect-icon,.error-icon {
	background:url("../images/detail/product_spt.png?1442209102724") no-repeat;
}
.true,.why,.false,.invoice {
	width:15px;
	height:15px;
	display:block;
	float:left;
}


.cooo{
	width:1190px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;

	}
	
.cooo .mbx{
	width:680px;
	position:relative;
	padding-top:10px;
	padding-left:10px;
}
	
.cooo .mbx a{
	color:#999;
	font-weight:bold;
	}
	
.co1{
	left:0;
	width:910px;
	background:#fff;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px}

.co1 .download1{
	width:940px;	
	}
	
.co1 .tourname{
	width:920px;
	padding-right:10px;
	font-size:22px;
	margin-top:10px;
	}	
	
.tr{
	float:right;
	width:225px;
	padding-left:10px;
	padding-right:10px;
	background:#fff;
	}
	
.notebox{
	width:925px;
	overflow:auto;
	margin-top:20px;
	}
	
.noteleft{
	width:400px;
	float:left;
	}
	
.imgbox {
	width:400px;
	height:400px;
	overflow:hidden;}
	
.notebox .noteleft .imgbox img {

	width:400px;
	height:400px;
	}

	
.noteright{
	float:right;
	width:525px;
		margin-top:0;
	}
	
.noteright .pricebox{
	width:525px;
	height:110px;
	background:#f5f4f0;
	position:relative;
	padding-top:15px;
	}
	
.priceb1{
	width:300px;
	float:left;
	overflow:auto;
	}
	
.noteright .pricebox .priceb1 .price2{
	float: left;
width:100px;
color: #999;
margin-top:16px;
text-align: right;
	}
.noteright .pricebox .priceb1 .price2 span{
	color: #ff6600;
	}
	
.noteright .pricebox .priceb1 .price1{
	 color: #ff6600;
	 padding-left:5px;
font-size: 30px;
float:left;
font-weight: bold;
font-family: Arial;
	}
	
.noteright .pricebox .priceb1 .price1 span{
	font-weight:normal;
	font-size:12px;
	color:#666;}
	
	
.priceb2{
	width:200px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-left:1px solid #d5c1be;
	float:right;
	overflow:auto;
	}

.noteright .booking{
   width:525px;
	height:55px;
	background: #4fce59;
	text-align: center;
	color: #fff;
	font-size: 18px;
font-weight: 700;
line-height: 55px;
}	

.noteright .booking a{
 width: 100%;
 height: 55px;
 color: #fff;
	font-size: 18px;
font-weight: 700;

}


.noteright .notebox1{

	width:495px;
	height:220px;
	margin-left:15px;
	margin-top:15px;
	border: 2px solid #ffd39a;
	position:relative;
	overflow: hidden;
	z-index: 999;
	background: #fff;
	}

.noteright #notebox1_1:hover{

	width:495px;
	min-height:220px;
	height: auto;
	overflow:inherit;
	}

.morenotexx{
	position: fixed;
	width: 305px;
	bottom: 0;
	z-index: 999;
}

.morenotexx img{
	width: 305px;

}
	
.noteright .notebox1 .btt{
	width:80px;
height: 24px;
padding: 0 15px 0 15px;
background: #4fce59;
color: #fff;
line-height: 24px;
border-radius: 12px;
margin-top:10px;
margin-left:20px;
margin-bottom:5px;
	
	}
	
.bttbox{
	padding:10px;}
	
.noteright .notebox1 .btt1{
	width:55px;
	height:100px;
	left:20px;
	position:absolute;

	
	}


	
.noteright .notebox1 .bttnote{
	width:370px;
	position:relative;
	left:80px;
	color: #666;
	line-height:25px;
	white-space: pre-line;
	}
	
.noteright .notebox1 .bttnote{
	
	}
	
.tourdate1{
	width:760px;
	margin-top:5px;
	overflow:auto;
	float:right;
	}
	
	
.tourdate{
	margin-top:20px;
	width:910px;
	background:#fafafa;
	overflow:auto;
	padding-bottom:20px;
	border-radius: 5px;

	-webkit-box-shadow:1px 1px 2px 0 #ccc;  
    -moz-box-shadow:1px 1px 2px 0 #ccc;  
    box-shadow:1px 1px 2px 0 #ccc;  
	}
	
.tourdate img{
	width:110px;
	margin-left:20px;
	margin-top:8px;
	}
	
.outdateall{
	float:left;
	width:100px;
	margin-left:22px;
	background:#FFF;
	border-radius: 10px;
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	height:90px;
	position:relative;
		-webkit-box-shadow:1px 1px 2px 0 #ccc;  
    -moz-box-shadow:1px 1px 2px 0 #ccc;  
    box-shadow:1px 1px 2px 0 #ccc;  
	}
	
.outdateall:hover{
	
	margin-left:19px;
	margin-right:3px;
	-webkit-box-shadow:3px 5px 5px 0 #999;  
    -moz-box-shadow:3px 5px 5px 0 #999;  
    box-shadow:3px 5px 5px 0 #999;  
	
	}
	
.outdateall:hover .tourboxn2{
	background:#F60;
	}
	


.outdateall .yeah{
	color:#999 !important;}
	
.outdateall .iknow{
	color:#666 !important;
	font-weight:bold;} 


.outdateall .iknow_2{
	color:#F30 !important;
	font-weight:bold;} 
	
.tourboxn2{
	position:absolute;
	background:#F00;
	color:#fff !important;
	width:100px;
	bottom:0;
	height:25px;
	font-weight:bold;
	padding-top:3px;
	border-radius: 0  0 5px 5px;
	text-shadow: 1px 1px #666;
	}

.tourboxn2_1{
	background:#f60 !important;
}

.tourboxn2_2{
	background:#2D70CF !important;
}

.tourboxn2_4{
	background:#f00 !important;
}

.tourboxn2_5{
	background:#4fce59  !important;
}

	
	
.xc{
	width:910px;
	padding-top:15px;
	padding-bottom:35px;
	
	}
	
.xcbox{
	width:870px;
	margin-left:20px;
	border:1px solid #CCC;}
	
.xcbox td{
	border:1px solid #CCC;
	}
	
.xcbox span{
	font-size:16px;
	}
	


.xcp{ width:150px;
margin-top:15px;
margin-bottom:20px;}
.type{
		width:868px;
		padding-left:20px;
		padding-right:20px;
	}



#pdf_iframe_box{
	width: 910px;
	height: 1300px;
	border: 0px solid #ffffff;
}