﻿/*********CSS reset ***********/
* {
	margin: 0;
	padding: 0;
}
ul, li, ol {
	list-style: none;
}
img, a img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i, u {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #434343;
}
a:hover {
	text-decoration: underline;
	color: #ff4000;
}
body {
	font-size: 12px;
	font-family: "宋体";
	color: #434343;
}
.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
	height: 0;
}
.blank10 {
	clear: both;
	font-size: 0;
	overflow: hidden;
	height: 10px;
}
.blank {
	clear: both;
	font-size: 0;
	overflow: hidden;
	height: 10px;
	background: #FFF;
}
/*********content css定义***********/
#content {
	width: 500px;
	margin: 0 auto;
}
h1, h2, h3 {
	font-family: "微软雅黑";
	color: #00659b;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
#footer {
	padding-bottom: 0;
	margin: 0px auto 0;
}
/*********main css定义***********/
.mb15 {
	margin-bottom: 0px;
}
#main {
	width: 960px;
	margin: 6px auto 10px;
	overflow: hidden;
}
/*********图片切换 css定义***********/
.sub_box {
	width: 500px;
	height: 590px;
	float: left;
	position: relative;
	overflow: hidden;
	border: 1px solid #cccccc;
	background: url(http://trip.elong.com/trip/default/news/images/logo_gray.jpg) center center no-repeat;
*	background: url(http://trip.elong.com/trip/default/news/images/logo_gray.jpg) 220px 120px no-repeat;
}
.sub_box img {
	border: none;
	width: 500px;
	height: 590px;
}
#bd1lfimg {
	position: relative;
	width: 500px;
	height: 590px;
	overflow: hidden;
}
#bd1lfimg div {
	width: 100000px;
	margin-left: -4px;
}
#bd1lfimg dl {
	width: 500px;
	height: 590px;
	position: relative;
	overflow: hidden;
	float: left;
}
#bd1lfimg dt {
	width: 500px;
	height: 590px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#bd1lfimg dd {
	width: 460px;
	height: 130px;
	background: #000000;
	filter: alpha(Opacity=70);
	Opacity: 0.7;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0 20px;
}
#bd1lfimg dd h2 {
	padding: 30px 0px 10px 0px;
	line-height: 25px;
	overflow: hidden;
}
#bd1lfimg dd h2 a {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
#bd1lfimg dd a {
	color: #ffffff;
	text-decoration: none;
}
#bd1lfimg dd a:hover {
	text-decoration: none;
	color: #cccccc;
}
#bd1lfimg dd tt {
	color: #dddddd;
	line-height: 1.2em;
}
#bd1lfimg dd tt a:hover {
	text-decoration: underline;
}
.sub_nav {
	width: 25px;
	height: 130px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	color: #999999;
	z-index: 200;
}
.sub_no {
	height: 130px;
	width: 25px;
	float: right;
}
.sub_no li {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	overflow: hidden;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	background: #292728;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	cursor: pointer;
}
.sub_no li.show {
	background-color: #fd0302;
	color: #ffffff;
	font-weight: bold;
}
