/*
子栏目公用样式
*/
/*common*/
body{position:relative;font-size:12px}
a{color:#333}
hr.dashed{border:none;border-top:1px dashed #ddd;margin:7px 0}
ul,ol{list-style-type:none;margin:0;padding:0}
.none{display:none}
.container{width:1000px;margin:0 auto}
.text{
	font-size:12px;
	color:#999999;
	text-align:left
}
#to_top{
	position: fixed;
	right:60px;
	bottom:170px;
	cursor:pointer;
}
/*header_top*/
#header_top{width:100%;background:url(/img/media/page-head-bg.gif) repeat 0 0;height: 40px;}
#header_top ul{padding-top:10px}
#header_top .icon{display:inline-block;padding:0 3px;}
#header_top li{float:left}
#header_top li i{height:12px;width:1px;background-color:#666;display:block;margin-top:5px}
#header_top li a{font-size:12px;color:#999999;padding:0 9px;}
#header{box-shadow:0 1px 3px #666}
#header_top .header-active a{color:#ccc!important;}

/*header*/
#header{background:url(/img/travel/header_bg.png);height:54px;overflow:hidden;width:100%;z-index:99;margin:0 auto;padding:10px 0px 15px 0;}
.logo{float:left;}
.logo h1{margin:0}
.nav{float:right;margin-left:50px;font-size:14px;padding:10px 0}
.nav li{width:105px;float:left}
.nav li a{width:105px;height:36px;line-height:36px;cursor:pointer;text-align:center;color:#333;}
.nav li a:hover{color:#b03027;background:none}
.nav .active a,.nav .active a:hover{
	border:1px solid #97231a;
	background: #ac3931; /* Old browsers */
	background: -moz-linear-gradient(top,  #ac3931 0%, #a22720 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac3931), color-stop(100%,#a22720)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ac3931 0%,#a22720 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ac3931 0%,#a22720 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ac3931 0%,#a22720 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ac3931 0%,#a22720 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac3931', endColorstr='#a22720',GradientType=0 ); /* IE6-9 */
 	border-radius:2px;
	color:#fff
}
.nav .return_main a{color:#666}

/*form*/
.login-form span{
	font-size:14px;
}
.login-form label{
	font-size:12px;
}

/*footer*/
#footer{margin-top:30px;height:40px;background:url(/img/media/page-head-bg.gif);text-align:center;font-size:12px;padding:35px 0}
#footer ul{margin:0 0 4px}
#footer li{display:inline-block;text-align:center;height:14px;line-height:14px;color:#a1a2a6;}
#footer li a{color:#a1a2a6;margin:0 10px}
#footer p{color:#5d6067}

/*inner*/
.bread{
	height:60px;
	border:1px solid #e4e4e4;
	line-height:60px;
}
.bread .route{
	color:#999;
	font-size:12px;
}
.contact{
	min-height:500px;
}