@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background:url(../images/bg.gif);
	min-width: 1232px;
	font-family:"Microsoft YaHei"
}
body,
#top,
.content #bot { min-width: 1232px; }
#top{
	position: relative;
	min-width: 1232px;
	height: 815px;
	background-image: url(../images/01.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center;
}
#top h1 {
	width: 185px;
	height: 58px;
	background-image: url(/b2cFrame/styles/images/travel-logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 40px;
	margin: 0;
}
#top h1 a {
	width: 100%;
	height: 58px;
	overflow: hidden;
	display: block;
	overflow: hidden;
	line-height: 99em;
}

#bot{ width:100%; background:#1c1e2a; text-align:center; line-height:35px;; color:#fff}
.content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.content img { width: auto; }
