/** 
 * 描述：重置页面元素，设置布局样式及公共模块
 * 作用范围：公共
 */

html,body {
	font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
	color:#404040;
	background-color:#fff;
}
body,p,pre,blockquote,
h1,h2,h3,h4,h5,h6,			
dl,dt,dd,ul,ol,li,			
form,fieldset,legend,select,
input,textarea,button,		
table,caption,em,tr,th,td {
	margin:0;
	padding:0;
	font-style: normal;
}
ol,ul,li {
	list-style:none;
}
fieldset,img {
	border:0 none;
}
img {
	max-width: 100%;
}
a {
	color: #666;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
input,button,textarea,select,option {
	font-family:inherit;
	font-size:100%;	
	outline: 0;
}
textarea {
	overflow: auto;
	resize: none;
}

/* 布局样式 */
.fl {
	float: left;
}
.fr {
	float: right;
}

.clearfix {
	zoom:1;
}
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	width: 100%;
	content: ".";
}

/* 二级菜单图标 */
.icon-product,
.icon-hotel,
.icon-sight,
.icon-traffic,
.icon-flights,
.icon-visa,
.icon-tips,
.crumbs {
	background: url(../../images/common/icon_subnav.png) no-repeat;
	_background: url(../../images/common/icon_subnav_8.png) no-repeat;
}
.icon-product {
	background-position: 0px -73px;
}
.icon-hotel {
	background-position: 0px -98px;
}
.icon-sight {
	background-position: 0px -123px;
}
.icon-traffic {
	background-position: 0px -148px;
}
.icon-flights {
	background-position: 0px -173px;
}
.icon-visa {
	background-position: 0px -198px;
}
.icon-tips {
	background-position: 0px -223px;
}

/* 公共独立类名 */
.hidden {
	display: none!important;
}
.block {
	display: block;
}
.mod {
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
}
.pillar {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.ellipsis,
.ellipsis li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 头部样式 */
.header {
	
}
.header .hd-info {
	background: url(../../images/bg_header.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 55px;
}
.header .hd-info .img {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.header .hd-info .img img {
	float: right;
}
.header .hd-main {
	background-color: #FFF;
	height: 90px;
	border-bottom: 2px solid #EEF3F3;
}
.header .hd-main .hd-nav {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.header .hd-main .logo {
	background: url(../../images/logo.png) no-repeat 0 0;
	_background: url(../../images/logo_8.png) no-repeat 0 0;
	float: left;
	height:	124px;
	width:	234px;
	position: absolute;
	margin-top: -35px;
}
.header .hd-main .logo a {
	height:	124px;
	width:	234px;
	display: block;
	overflow: hidden;
	line-height: 999em;
	font-size: 0;
	content: "";
}
.header .hd-main .nav {
	float: right;
	height: 90px;
}
.header .hd-main .nav li {
	float:left;
	line-height: 90px;
	height: 90px;
}
.header .hd-main .nav li a {
	display: block;
	float: left;
	color: #333;
	font-size: 16px;
	padding: 0px 20px;
	line-height: 90px;
	height: 90px;
	text-decoration: none;
	overflow: hidden;
}
.header .hd-main .nav li a:hover {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 90px;
	height: 85px;
	border-bottom: 5px solid #049CC1;
	padding: 0px 20px;
	text-decoration: none;
	overflow: hidden;
}
.header .hd-main .nav li a.dest {
	background: url(../../images/common/way.png);
	background-repeat: no-repeat;
	background-position: center 60px;
}


/* 子菜单 */
.hd-main .hot-menu {
	padding: 0 20px;
	background-color: #F4FDFF;
	line-height: 45px;
	font-size: 16px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 5px 0;
}
.hd-main .hot-menu span {
	color: #f90;
	font-weight: bold;
}
.hd-main .hot-menu a {
	color: #049CC1;
	margin-right: 5px;
}
.hd-main .hot-menu a:hover {
	color: #ff9900;
}
.hd-main .sub-menus {
	position: absolute;
	left: 0;
	right: 0;
	top: 146px;
	z-index: 102;
}
.hd-main .sub-menu {
	display: none;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	/*top: -500px;*/
	top: 57px;
	border: solid 1px #dddddd;
	border-width: 0 1px 1px;
	border-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	padding: 0px;
	/*padding: 18px 0 30px 0;*/
	overflow: hidden;
}
.sub-menus .sub-menu.show {
	top: 0;
	z-index: 105;
	display: block;
}
.sub-menus .sub-menu dl {
	width: 110px;
	float: left;
	font-size: 14px;
	border-right: 1px dashed #dddddd;
}
.sub-menus .sub-menu dl dt {
	padding: 12px 20px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #dddddd;
	text-align: left;
}
.sub-menus .sub-menu dl dt a {
	color: #959595;
}
.sub-menus .sub-menu dl dd{
	width: 110px;
	float: left;
}
.sub-menus .sub-menu dl dd a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 4px 23px 4px 22px;
	white-space: nowrap;
}
.sub-menus .sub-menu dl dd a:hover, .sub-menus .sub-menu dl dd a.current {
  color: white;
  background-color: #00a2ca;
  text-decoration: none;
  position: relative;
  display: block;
}
.sub-menus .row-wrap {
  height: 15px;
  margin-bottom: 3px;
}
.sub-menus .row-wrap div {
  height: 14px;
  border-bottom: 1px dashed #dddddd;
  margin: 0 20px;
}





/* 主页框架 */
.warpper {
	background-color: #f8f8f8;
	overflow: hidden;
	background-image: url(../images/menu_di.jpg);

 background-repeat: no-repeat;
 background-position: center top; 
}
.content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #fff;
padding-top: 7px;
	overflow: hidden;
}
/* 当前目录 */
.top-tips {
	height: 50px;
	border-bottom: 1px solid #ddd;
}
.top-tips .title {
	float: left;
}
.top-tips h1 {
	font-size: 24px;
	line-height: 50px;
	padding-left: 20px;
}
.crumbs {
	background-position: 0px 3px;
	padding-left: 25px;
	margin: 10px;
	float: right;
	line-height: 30px;
}
.crumbs, .crumbs a {
	color: #787878;
}
/* 子菜单 */
.subnav {
	overflow: hidden;
}
.subnav ul {
	height: 50px;
	background-color: #15c3ee;
}
.subnav ul li {
	float: left;
	width: 125px;
	text-align: center;
	background-color: #15c3ee;
	border-left: 1px solid #77dff9;
}
.subnav ul li:hover {
	height: 45px;
	border-bottom: 5px solid #abbb37;
}
.subnav ul li a {
	float: left;
	color: #fff;
	font-size: 20px;
	height: 25px;
	margin: 10px 0 10px 30px;
	padding-left: 25px;
	display: block;
}
.subnav ul li.current {
	height: 45px;
	background-color: #abbb37;
}
.subnav ul li.dest {
	width: 118px;
	border-left: none;
}
.subnav ul li.dest a {
	padding-left: 0;
}


/* 尾部样式 */
.footer {
	background: url(../../images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
}
.ft-main {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.ft-hotel-group {
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f6579;
}
.ft-hotel-group ul {
	padding-bottom: 20px;
	overflow: hidden;
	_zoom:1;
}
.ft-hotel-group ul li {
	float: left;
	margin-right: 20px;
}
.ft-about {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f6579;
	overflow: hidden;
	_zoom: 1;
}
.ft-about .ft-col {
	overflow: hidden;
	float: left;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3f6579;
}
.ft-about .ft-col ul li {
	line-height: 35px;
	height: 35px;
}
.ft-about .ft-col ul li a {
	color: #5496ba;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
.ft-about .link {
	width: 105px;
}
.ft-about .ft-logo {
	width: 210px;
	height: 180px;
	background: url(../../images/ft_logo.png) no-repeat 0 0;
	_background: url(../../images/ft_logo_8.png) no-repeat 0 0;
}
.ft-about .ft-tel {
	float: right;
	padding: 10px;
	text-align: right;
}
.copyright {
	text-align: center;
	line-height: 25px;
	color: #5496ba;
}
.copyright a {
	color: #5496ba;
}

/* 右侧飘浮菜单 */
#right-menu {
	color: #fff;
	width:142px;
	background-color: #fff;
	position:fixed;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||200)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	right:10px;
	bottom:25%;
	z-index:1000
}
#right-menu .piece {
	background: url("../../images/common/right-menu.png") no-repeat;
	display: block;
}
#right-menu .right-tel {
	height: 65px;
}
#right-menu .right-kefu {
	background-position: 0 -160px;
}
#right-menu .right-kefu a {
	height: 61px;
	display: block;
}
#right-menu .right-vip {
	background-position: 0 -221px;
}
#right-menu .right-vip a {
	height: 61px;
	display: block;
}
#right-menu .right-top {
	background-position: 0 -282px;
}
#right-menu .right-top a {
	height: 61px;
	display: block;
}





