﻿@charset "utf-8";
/* CSS Document */
body{font-family:'微软雅黑';font-size:16px; color:#555 }
#header .tools .other a{ font-size:16px;}
.content{
	width:1000px;
	margin:0 auto;
	}
.title_tip{ line-height:100px; border-bottom:1px solid #eee;}
.title_tip span{font-size:24px; margin-right:20px;}
.menu_list li{  float:left; width:100px; height:140px; margin:50px 45px 0 45px; text-align:center; display:inline; cursor:pointer;}
.menu_list li dt{ width:100px; height:100px; margin-bottom:24px; background-image:url(../pic/icons.png); background-repeat:no-repeat;}
.menu_list .hotel dt{ background-position:0 0;}
.menu_list .ihotel dt{ background-position:-112px 0;}
.menu_list .air_ticket dt{ background-position:-224px 0;}
.menu_list .iair_ticket dt{ background-position:-336px 0;}
.menu_list .train_ticket dt{ background-position:-448px 0;}
.menu_list .bus_ticket dt{ background-position:0 -117px;}
.menu_list .landmark_ticket dt{ background-position:-112px -117px;}
.menu_list .account_consulte dt{ background-position:-224px -117px;}
.menu_list .other_consulte dt{ background-position:-336px -116px;}

.menu_list .hotel:hover dd{ color:#ffc547;}
.menu_list .ihotel:hover dd{ color:#3abf9c;}
.menu_list .air_ticket:hover dd{ color:#3ebee9;}
.menu_list .iair_ticket:hover dd{ color:#ffc547;}
.menu_list .train_ticket:hover dd{ color:#1ea481;}
.menu_list .bus_ticket:hover dd{ color:#d64b25;}
.menu_list .landmark_ticket:hover dd{ color:#3ebde9;}
.menu_list .account_consulte:hover dd{ color:#ffc547;}
.menu_list .other_consulte:hover dd{ color:#3abf9c;}
#footer{ font-size:13px;}























