@charset "utf-8";
/* CSS Document */

@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;
         height:800px;
         border-top:1px #333333 solid;
		 border-left:#B8B8B8 1px solid;
		 border-right:#B8B8B8 1px solid;}
#box{margin:0 auto;
       width:812px;
	   }
#box-1{width:100%;
       height:143px;
       background:url(images/saving-money.jpg) no-repeat;
	   color:#000000;
	   font-size:16px;
	   line-height:1.5em;}
		 
#box-1 h1{font-size:18px;}	 
#left{width:404px;
      }
#left p{width:350px;
        text-indent:2em;
		line-height:2em;}
#box-2{margin:0 auto;
       width:100%;}
#left-1{width:100%;
        height:300px;
		background:url(images/left-1.jpg) no-repeat;
		line-height:1.5em;}
#left-1 td{font-size:16px;}
#left-2{width:100%;
        height:359px;
		background:url(images/left-2.jpg) no-repeat;}
#right{width:404px;
       margin-left:4px;}
#left, #right{float:left;}
#right p{padding-left:20px;
         width:350px;
		 line-height:2em;
		 text-indent:2em;}
#right-1{width:100%;
         height:300px;
		}
#right-2{width:100%;
          height:359px;
		  background:url(images/right-2.jpg) no-repeat;}
#end{clear:both;
     width:100%;
	 height:60px;
	 border-top:1px solid #333333;
	 border-bottom:1px solid #333333;
	 margin-top:2px;
	 background:url(images/end-bg.gif) repeat-y;}
