/* CSS Document */
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.weixiunav {
	float: left;
	/*height: 35px;*/
	width: 1200px;
	margin-top: 20px;
}
.weixiunav h3 {
	float: left;
	display: inline;
	width: 100px;
	background: #2898d8;
	font: bold 14px/35px "΢���ź�";
	color: #fff;
	text-align: center;
	border-right: 2px solid #fff;
}
.weixiunav a {
	width: 115px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	color: #444;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
a.ony {
	width: 115px;
	background: #fff;
	border-right: 1px solid #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	color: #444;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
}
.weixiunav a:hover {
	background: #fff;
	color: #444;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
}
.price1 {
	width: 1200px;
	/*height: 360px;*/
	overflow: auto;
	scrollbar-face-color: #DDDDDD;       	/*������͹�����ֵ���ɫ*/
	scrollbar-highlight-color: #fafafa;  /* �������հײ��ֵ���ɫ */
	scrollbar-shadow-color: #ffffff;     /*�����������Ӱ����ɫ*/
	scrollbar-3dlight-color: #cccccc;    /*���������ߵ���ɫ*/
	scrollbar-arrow-color: #990000;      /*���°�ť�����Ǽ�ͷ����ɫ*/
	scrollbar-track-color: #FFFFFF;      /*�������ı�����ɫ*/
	scrollbar-darkshadow-color: #CCCCCC  /*������ǿ��Ӱ����ɫ*/
}
.price1 ul li {
	overflow: hidden;
	padding: 6px 0 3px 25px;
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
	float: left;
	width: 560px;
}
.price1 ul li b {
	display: inline;
	float: left;
	width: 26px;
	height: 25px;
	background: url(../images/map.gif) no-repeat;
	margin: 0 12px 0 0;
}
.price1 ul li p {
	overflow: hidden;
	zoom: 1;
}
.price1 ul li p strong {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-family: "΢���ź�";
	font-size: 14px;
	display: block;
}
.price1 ul li p span {
	color: #888;
	line-height: 30px;
	padding-top: 3px;
	height: 30px;
	display: block;
}
.price1 ul li p span a.x_btn {
	margin: -3px 0 0 10px;
	_margin-top: 0;
	line-height: 16px;
	width: 40px;
	background: #58b1e8;
	color: #fff;
	padding: 2px 8px;
}
.price1 ul li p span a.x_btn:hover {
	background: #2f8fc6;
	color: #fff;
}
.station_div{
	float:left;
	width:1200px;
	margin-top:5px;
}
.station_div ul li{
	float:left;
	width:127px;
	background: #f0f0f0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #444;
	margin-right:3px;
	margin-bottom:3px;
	cursor:pointer;
}
.station_div ul li.hovers{
	float:left;
	width:127px;
	background: #ff0000;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	margin-right:3px;
	margin-bottom:3px;
	cursor:pointer;
}