@charset 'UTF-8';
/*reset*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,fieldset,legend, button, input, textarea,th, td {
    margin: 0;
    padding: 0;
}
body,button, input, select, textarea {
    font: 12px/1 Microsoft YaHei, Helvetica, Arial, '\5b8b\4f53', sans-serif;
}
ul, ol { list-style: none; }
a { text-decoration: none; }
legend { color: #000; }
fieldset, img { border: none; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.float-clear{
	clear:both;
}
.link-top a{
    text-decoration:none;
    color:#fff;
}
.link-top a:hover,.link-airline a:hover,.link-register a:hover{
	text-decoration:underline;
}
.down-link{
    margin-left: 22px;
}
/*top css*/
html{
}
#header{
	
}
.top-bg{
	background-color:#C62982;
	height:40px;
	width:100%;
	color:#fff;
}
.top{
	width:1180px;
	line-height:40px;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0px;
	color:#323232;
	font-size:16px;
	font-weight:bold;
}

/*banner css*/
#banner-bg{
	background-repeat:repeat-x;
	width:100%;
	height:440px;
	margin-top:15px;
}
#banner-bgs{
	background-repeat:repeat-x;
	width:100%;
	margin-top:15px;
}
.banner,.register-pos{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-size:14px;
	width:1000px;
	height:440px;
}
.banners,.register-poss{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-size:14px;
	width:1000px;
}
.number{
	position:absolute;
	bottom:15px;
	left:400px;
}
.number img{
	margin:0px 5px;
}
/* register css*/
.register{
	width:340px;
	height:340px;
	border:1px #b5b5b5 solid;
	background-color:#fff;
	position:absolute;
	top:40px;
	right:0px;
}
.inp{
	width:216px;
	height:40px;
	color:#b5b5b5;
	border:1px #b5b5b5 solid;
	font-size:14px;
	margin-bottom:20px;
}
.inp1{
	width:200px;
	height:40px;
	color:#b5b5b5;
	border:1px #b5b5b5 solid;
	font-size:14px;
	margin-bottom:20px;
}
.icon01,.icon02{
	background-image:url(../image/icon.gif);
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
}
.icon03{
	width:60px;
	height:25px;
	display:block;
	cursor:pointer;
}
.icon01 a,.icon01 span,.icon02 a,.icon02 span,.icon03 a,.icon03 span{
	display:none;
	text-decoration:none;
}
.icon01:hover span{
	display:block;
	position:absolute;
	top:50px;
	right:-51px;
	color:#f00;
}
.icon02:hover span{
	display:block;
	position:absolute;
	top:110px;
	right:-38px;
	color:#f00;
}
.icon03:hover span{
	display:block;
	position:absolute;
	top:170px;
	right:-38px;
	color:#f00;
}
.link-register{
	width:120px;
	line-height:21px;
	margin:15px 0px;
}
.link-register a{
	color:#646464;
}
/* fooder css*/
#fooder-bg{
	background-color:#f0f0f0;
	width:100%;
	padding:20px;
}
#fooder{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	color:#999;
	text-align:center;	
}
.link-airline{
	margin:20px 0px;
}
.link-airline a{
	text-decoration:none;
	color:#999;
	margin:0px 5px;
}
.friend-link img{
	margin:0px 5px;
}
/*显示航班*/
 #hangbanjia {
	text-align: right;
	cursor: pointer;
	background-color: #8CBDF9;
	margin: 0 auto;
	width: 100%;
}
.type{ 
	width:1000px;
	height:44px; 
	background-color:#8CBDF9;
	color:#404040;
}
.typeli{ 
	padding-left:40px; 
	height:44px; 
	font-size: 16px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#404040;
}
.xingcheng {
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	padding-left: 20px;
} 