@charset "utf-8";
/* CSS Document */

*{margin:0px;
  padding:0px;
  border:0px;}
body{font-family:"黑体";
      font-size:14px;
	  color:#666666;
	  background:#F3F8FC;}
#container{width:950px;
           margin:0 auto;}

#header{width:950px;
        height:215px;
		background:#ffffff;}
#list{width:950px;
      height:50px;}
#list li{float:left;
        margin-left:5px;
		list-style-type:none;
		}
#list li a, #list li a:visited{color:#666666;
                               text-decoration:none;
							   display:block;
							   padding:15px 45px;
							   }
.font-01{background:url(images/header-bg.jpg) repeat-x;}
.font-02{background:url(images/right-flight.jpg) no-repeat;}
#header h1{color:#ffffff;}

.flight {
	background-image: url(images/flight.jpg);
	background-repeat: no-repeat;
}
.hotel {
	background-image: url(images/hotel.jpg);
	background-repeat: no-repeat;
}
.travel {
	background-image: url(images/sight.jpg);
	background-repeat: no-repeat;
}
.cruise {
	background-image: url(images/cruise.jpg);
	background-repeat: no-repeat;
}
.rail {
	background-image: url(images/rail.jpg);
	background-repeat: no-repeat;
}
.profit {
	background-image: url(images/profit.jpg);
	background-repeat: no-repeat;
}
.business {
	background-image: url(images/business.jpg);
	background-repeat: no-repeat;
}

/**head part**/
#content{width:950px;
         border-top:1px #333333 solid;
		 border-left:#B8B8B8 1px solid;
		 border-right:#B8B8B8 1px solid;}
#left{width:314px;
       height:528px;}
#left-1{width:100%;
        color:#ffffff;
        background:url(images/content-flight.jpg) no-repeat;}
#left-2{color:#666666;}
#left-2 td{border:1px #333333 solid;}
#fix{width:635px;
     height:528px;}
#middle{width:350px;
        }
#right{width:285px;
       }
#right-2{width:85px;}
#right p{text-indent:2em;
          line-height:1.5em;}
#middle, right{float:left;} 
#fix-end{width:100%;
   }
#left, #fix{float:left;}		 
#end{clear:both;
     width:100%;
	 height:70px;
	 border-top:1px solid #333333;
	 border-bottom:1px solid #333333;
	 margin-top:2px;
	 background:url(images/end-bg.gif) repeat-y;}
