@charset "utf-8";
/* CSS Document */
body  {
	font: 100% 宋体, 新宋体;
	/*background: #666666;*/
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
}
#container { 
	width: 900px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	border: 0px solid #000000;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
/*======= header =====*/
#header { 
	background: #DDDDDD; 
} 
#header_link {
	background-color: #3567A2;
}
#header_link .header_link_left,.header_link_right{	
	width: 340px;
	font: 12px '宋体';
	color: #FFF;
	margin-left: 15px;
	line-height:23px;
	display: inline;
	
}
#header_link .header_link_right {
	margin-left: 300px;
}
#header_link .header_link_right ul{
	list-style: none;
	display: inline;
}
#header_link .header_link_right ul li{
	display: inline;
}
#header_link .header_link_right ul li a{
	color:#FFF;
	text-decoration:none; 
	cursor:hand;
}
#header_link .header_link_right ul li a:hover{
	color: #39F;
	text-decoration:none; 
}
#logo {
	width:900px;
	height: 135px;
	/*background-image: url(../../images/newMain/logo.jpg);*/
}
#menuBar {
	float: none; 
	margin: 0 auto;
	padding: 0px;
	border:0px;
	text-align: center;
}
#menuBar_left {	
	float:left;
	width:3px;
	height:73px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../../images/newMain/menu_left.jpg);
	overflow:hidden;
}
#menuBar_right {
	float:left;
	width:3px;
	height:73px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/newMain/menu_right.jpg);
	overflow:hidden;
}
#menuBar_center {
	float:left;
	width:10px;
	height:73px;
	margin: 0px;
	padding: 0px;
	line-height:73px;
	width: 894px;
	background-image: url(../../images/newMain/menu_bg.jpg);
}
.weatherBar {
	padding-top: 5px;
	padding-left: 6px;
	float: left;
}
.menuDiv {
	float:left;
	padding-left: 10px;
}
/*======== end header ==========*/
/*======== leftBar ==========*/
#leftBar {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 250px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	padding-top: 8px;
	padding-left: 2px;
}
.bulletinBar_logo {
	height:29px;
    width: 244px;
	vertical-align: bottom; 
	background-image: url(../../images/newMain/lanmu.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	margin: auto;	
}
.bulletinBar_content {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	width: 241px;
	height: 134px;
	*height: 134px;
	_height: 134px;
	vertical-align:bottom;
	margin:auto;
	line-height:1.5;
	background-color:#F3F3F3;
}
.bulletinContentDiv{
	height: 95px;
	*height:100px;  /*IE6、IE7识别*/
	_height: 90px;
	margin: 0 auto;
	margin: 10px 6px 0px 6px !important;  /*IE6不识别，IE7、FF识别*/
	_margin: 10px 6px 0px 6px;
	display: block;
}
.bulletinContent{
	height: 22px;
	line-height: 22px;
	_height: 20px;
	_line-height: 20px;
}
.guideBar_logo {
	height:29px;
    width: 244px;
	vertical-align: bottom; 
	background-image: url(../../images/newMain/lanmu.jpg);
	background-position:0px -29px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 3px;
}
.guideBar_content {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	height: 134px;
	*height:134px;
	width: 241px;
	vertical-align:bottom;
	margin: auto;
	line-height:1.5;
	background-color:#F3F3F3;
}
.guideContent{
	height: 95px;
	*height: 105px;
	_height: 90px;
	margin: auto;
	*margin: 5px 6px 0px 6px;
	_margin: 5px 6px 0px 6px;
	line-height:1.5;
	display: block;
}
.serviceBar_logo {
	height: 29px;
    width: 244px;
	vertical-align: bottom; 
	background-image: url(../../images/newMain/lanmu.jpg);
	background-position:0px -58px;
	background-repeat: no-repeat;
	margin: auto;	
	margin-top: 10px;
	margin-left: 3px;
}
.serviceBar_content {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	width: 241px;
	height: 137px;
	*height: 138px;
	_height: 138px;
	margin: auto;
	background-color:#F3F3F3;
}
.serviceContent{
	margin-top: 0px;
}
.serviceList{
	float: left;
	width: 100px;
}
.serviceList ul{
	width: 60px;
	list-style: none;
}
.serviceList ul li { 
	height: 50px;
	*height: 60px;
	_height: 40px;
	padding-top: 0px; 
	*padding-top: 3px;
	_padding-top: 3px; 
}
.serviceList .serviceName{
	margin-left: 7px;
}
/*======== end leftBar ==========*/
/*======== rightBar ==========*/
#rightBar {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 230px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	padding-top: 7px;
	*padding-top: 10px;
	_padding-top: 8px;
	padding-right: 2px;
}
/* 用户登录模块 */
.loginBar_logo {
	height: 29px;
    width: 224px;
	vertical-align: bottom; 
	background-image: url(../../images/newMain/lanmu.jpg);
	background-position:0px -87px;
	background-repeat: no-repeat;
	margin: auto;	
}
.loginBar_content {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	height: 155px;
	width: 221px;
	vertical-align:bottom;
	margin:auto;
	height:155px !important;
	background-color:#F3F3F3;
}
.login_body {
	margin-top: 15px;
	overflow:hidden;
}
.login_row {
	height:26px;
	line-height: 26px;
	margin:4px auto;
	text-align:center;
	overflow:hidden;
	float:inherit;
	font-size:12px;
	vertical-align: middle;
}
.login_row span {
	height:28px;
	line-height: 28px;
	vertical-align: middle;
}
.login_row label {
	width:50px;
	height:26px;
	line-height: 26px;
	text-align:right;
}
.inputWidth{
	width: 120px;
}
.login_row_30 {
	height:30px;
	line-height: 30px;
	margin:4px auto;
	text-align:center;
	overflow:hidden;
	float:inherit;
	font-size:12px;
	vertical-align: middle;
}
.login_row_30 span {
	height:30px;
	line-height: 30px;
	vertical-align: middle;
}
/* 已联网客运站模块 */
.connectedDepotBar_logo {
	height: 28px;
    width: 224px;
	vertical-align: bottom; 
	background-image: url(../../images/newMain/lanmu.jpg);
	background-position:0px -116px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 3px;
}
.connectedDepotBar_Content {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	height: 144px;
	width: 221px;
	vertical-align:bottom;
	margin:auto;
	line-height:1.5;
	height:144px !important;
	background-color:#F3F3F3;
}
.connectedDepotContent{
	height:106px;
	*height:114px;
	margin:5px 6px 0px 6px !important;
	margin:auto;
	line-height:1.5;
	display: block;
}
/* 友情链接模块 */
.linkBar_logo {
	height:28px;
    width: 224px;
	vertical-align: bottom; 
	background-image: url(../../images/newMain/lanmu.jpg);
	background-position:0px -145px;
	background-repeat: no-repeat;
	margin: auto;	
	margin-top: 10px;
	margin-left: 3px;
}
.linkBar_content {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	height: 109px;
	*height: 107px;
	_height: 110px;
	width: 221px;
	vertical-align:bottom;
	margin:auto;
	line-height:1.5;
	background-color:#F3F3F3;
}
.linkContent{
	height:68px;
	*height:75px;
	_height: 76px;
	margin: auto;
	*margin: 5px 6px 0px 6px;
	line-height:1.5;
	display: block;
}
/*======== end rightBar ==========*/
/*======== mainContent ==========*/
#mainContentBar { 
	margin-left: 250px;
	margin-right: 230px; 
	padding-top: 81px;
	*padding-top: 10px;
	_padding-top: 8px;
} 
.mainContentBar_logo {
	margin: 0 auto;
	background:#C3E1E9 url(../../images/newMain/mainContent.jpg) no-repeat;
	width: 405px;
	height: 204px;
}
.mainContentBar_content {
	margin: auto;
	height: 313px;
	*height: 312px;
	_height: 317px;
	width: 402px;
	background-color:#C3E1E9;
	overflow:hidden;
	border-color: #888888;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
	margin-right: 9px;
	_margin-right: 6px;
}
.searchTable{
	margin-left: 16px;
	margin-top: 10px;
}
#mainContentBar th, span.men{
	width:90px;
	height:28px;
	text-align:right;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	color: #003E7B;	
}
#mainContentBar span.men {
	width:auto;
	height:28px;
	line-height: 28px;
	margin-left: 4px;
}
#mainContentBar td {
	width:200px;
	height:28px;
	font-size:12px;
}
#mainContentBar td input,select {
	width: 172px;
	font-size:12px;
}
#mainContentBar td input.auto,select.auto {
	width: auto;
}
#mainContentBar td label {
	width: 50px;
}
.saleGuide {
	padding-top: 30px;
	*padding-top: 5px;
	height:65px;
	overflow:hidden; 
	bottom:0px;
	text-align: center;
}
/*======== end mainContent ==========*/
/*======== footer ==========*/
#footer { 	
	background-color:#FFF;
} 
.footerBar {
	background: #3567A2;
	width: 900px;
	height: 25px;
	margin-top: 10px;
}
.footerBar_menu{
	text-align: center;
	vertical-align: center;
	margin-top: 7px;
	color:#FFF;
	padding-top: 4px;
	*padding-top: 0px;
	margin-right: 37px;
}
.rightsBar{
	margin-top: 5px;
	width: 900px;
	text-align: center;
	height: 60px;
}
.rightsFont {
	font: 12px 宋体;
	height: 20px;
	line-height: 20px;	
	color: #5e5e5e;
}
	
/*======== end footer ==========*/
/*======== font ============*/
.normalFont{
	font: 12px 宋体;
}
.saleGuideFont{
	font-size: 12px;
	font-weight:bold;
	color: #037398;
}
.moreFont
{
	font:12px 宋体;
	float: right;
	margin-right:20px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-top:6px;	
}
/*======== end font ============*/
/*======== link ==============*/
.sylink {
	width: 200px;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
}
.sylink a:link {
	color: #003E7B; 
	text-decoration:none; 
	cursor:hand;
}
.sylink a:visited {
	color: #003E7B;
	text-decoration:none;
}
.sylink a:hover {
	color:#03c;
	text-decoration:underline;
}
/* 头尾横向的ul-li格式 */
.headerAndFooter ul{
	list-style: none;
	display: inline;
}
.headerAndFooter ul li{
	display: inline;
}
.headerAndFooter ul li a{
	color:#FFF;
	text-decoration:none; 
	cursor:hand;
}
.headerAndFooter ul li a:hover{
	color: #39F;
	text-decoration:none; 
}
/* 竖向的ul-li格式 */
.verticalLink ul{
	text-align:left; 
	margin:10px 0px 0px 10px;
	line-height:1.5; 
	list-style:none;
	padding:0px;
	vertical-align: middle;
}
.verticalLink ul li{
	white-space: nowrap;
	_height: 18px;
	_line-height: 18px; 
}
.verticalLink ul li a {
	color: #003E7B; 
	text-decoration:none; 
	cursor:hand;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	wzy:expression(void(this.title=this.innerText));
}
.verticalLink ul li a:hover{ 
	color:#03c;
	text-decoration: none;
}
/*======== end link ==============*/
/*======== other Class ==========*/
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* serviceIcos Class */
.serviceIcos {
	background:transparent url('../../images/newMain/serviceIcos.jpg') no-repeat scroll 0 0;
	display: block;
	height: 40px;
	margin: 10px auto 0;
	*margin: 10px auto 0;
	_margin: 3px auto 0px;
	text-indent:-9999em;
	width: 50px;
}
.s01{
	background-position:0px 0px;
}
.s02{
	background-position:0px -40px;
}
.s03{
	background-position:0px -80px;
}
.s04{
	background-position:0px -120px;
}
/* menuIcos */
.menuIcos {
	background:transparent url('../../images/newMain/menu0.jpg') no-repeat scroll 0 0;
	display: block;
	height: 71px;
	margin:0 auto 0;
	text-indent:-9999em;
	width: 72px;
	cursor: pointer;
}
.menuIco01{
	background-position:0px -1px;
}
.menuIco02{
	background-position:-72px -1px;
}
.menuIco03{
	background-position:-144px -1px;
}
.menuIco04{
	background-position:-216px -1px;
}
.menuIco05{
	background-position:-288px -1px;
}
.menuIco06{
	background-position:-360px -1px;
}
.menuIco07{
	background-position:-432px -1px;
}
.menuIco11{
	background-position:0px -73px;
}
.menuIco12{
	background-position:-72px -73px;
}
.menuIco13{
	background-position:-144px -73px;
}
.menuIco14{
	background-position:-216px -73px;
}
.menuIco15{
	background-position:-288px -73px;
}
.menuIco16{
	background-position:-360px -73px;
}
.menuIco17{
	background-position:-432px -73px;
}
/* ----------- autoCity.css --------------------*/
.sug {
	position:absolute;
	width:160px;
	height:160px;
	margin-left:2px;
	background:#FFFFFF;
	border:solid 1px #7F9DB9;
	overflow:auto;
	z-index:999;
	text-align:left;
	font-size: 12px;
	font-family:"Arial";
}
.sug ul, .sug li {
	list-style:none;
	padding:0;
	margin:0;
	color:#444444;
	cursor:default;
	text-indent:4px;
}
.sug li.hover {
	background-color: #66CC00;
	color:#fff;
}
.sug li {
	height:20px;
	line-height: 20px;
}

/*------------ 登录按钮--------------------*/
button.blueBtn {
	margin: 0px;
	padding: 0;
	border:0;
	width:60px;
	height:22px;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background: url(../../images/ticket/btn_bg_60.gif) bottom no-repeat;
    cursor:pointer;
}
input.blueBtn {
	margin: 0;
	padding:0 0 0 0;
	border:0;
	width:60px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background: url(../../images/ticket/btn_bg_60.gif) no-repeat;
	cursor:pointer;
}
/*--------------- 用户登录框样式 -----------------*/
#mLoginDiv {
	border:none;
	color:#fff;
	width:391px;
	height:256px;
	background: url(../../images/login.gif) no-repeat;
}
#mLoginBody {
	font-size: 12px;
	line-height: 28px;
	text-align: left;
	float: none;
	padding: 65px 30px 35px 30px;
}
#mLoginBody table td{
	height:30px;
	color:#000;
	font-size: 13px;
	font-weight: bold;
}
#mLoginHeader {
	width:100%;
	height:30px;
}
#mLoginHeader span{
	height:30px;
	line-height: 30px;
	color:#fff;
}
#DISPLAY_ALERTS{
	display:none;
	position:fixed!important; 
	position:absolute;
	z-index:100;
	line-height:16px;
	width:100%;
	height:17px;
	float:left;
	margin:0;
	padding:0;
	padding-top:4px;
	background:#FFFFD0 url(../../images/main/warn.png) 6px 3px no-repeat;
	border-bottom:1px solid #FFFFB0
}
#DISPLAY_ALERTS span{
	text-align: left;
	margin-left:30px;
	height:22px;
	line-height:22px;
	font:12px '宋体';
	color:#FF0000
}
