﻿/*base主体框架样*/
* {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10.4px;
}
html, body {
	/*解决Google Chrome浏览器较早版本不支持小于12px的字体大小的方法*/
      -webkit-text-size-adjust:none;
}
body {
	background-color:#fff;position:relative;
}
a {
	color:#515354;
	text-decoration:none;
}
a:hover {
	color:#23738f;
	text-decoration:underline;
}
/*------------页面外围控制整体布局wrapper------------*/
#wrapper {
	margin:0 auto;
	width:1100px;
	height:auto; 
	overflow:hidden;
}
ul {
	list-style:none;
}
img {
	border:none;
}
/*------------页面置顶stick------------*/
#stick {
	height:60px; 
	width:1100px;
	background:url(../images/bg_top.png) no-repeat; 
	overflow:hidden; margin:10px 0 0 0;
	
}
/*------------页面置顶stick结束------------*/
/*------------页面主体内容main------------*/
#main {
	width:1100px;
	margin:0 auto;
	height:auto;
	background:url(../images/bg_mid.png) repeat-y;
	overflow:hidden;
}
.main_content { width:1000px; overflow:hidden; margin:0 auto;}
.main_content_right{float:left; width:796px;height:auto;overflow:hidden; }
/*页面主体顶部top*/
#top {
	width:100%;
	height:147px;
}
/*页面主体中间mid*/
#mid {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	margin:10px 0 0 0;
}
#mid1 {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
}
/*页面主体footer*/
#footer {
	width:1000px; clear:both; margin:20px 0 0 0;
	overflow:hidden;
	float:left; background:url(../images/bottbg.jpg) no-repeat;
    font-size:10px; 
}
/*页面主体内容main结束*/
/*------------页面底部bottom------------*/
#bottom {
	height:50px;
	background:url(../images/bg_bottom.png) no-repeat;
	float:left;
	width:100%;
}


.i_left_float{ background:url(/images/cheap2_03.png) no-repeat top; width:173px; height:211px; padding-top:200px; position:fixed;  left:0px; top:100px;}
.i_left_float ul.i_left_float_1{  width:122px; margin-left:25px; padding:5px 10px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
.i_left_float ul.i_left_float_1 li{ color:#fff; line-height:18px; padding-bottom:6px;}
.i_left_float ul.i_left_float_1 li b{ display:block; font-size:13px; padding-bottom:2px;}
.i_left_float ul.i_left_float_1 li span{ color:#efe107; font-size:12px; font-weight:bold; display:block;}
.i_left_float ul.i_left_float_2{  width:122px; margin-left:25px; background:url(/images/xian_03.jpg) no-repeat top; height:88px; padding:8px 10px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
.i_left_float ul.i_left_float_2 li{ color:#fff; line-height:18px; padding-bottom:5px;}
.i_left_float ul.i_left_float_2 li span{ color:#b37201; font-size:12px; font-weight:bold; display:block;}

.i_right_float{ background:url(/images/fast2_03.png) no-repeat top; width:175px; height:211px; padding-top:200px;position:fixed;  right:0px; top:100px;}
.i_right_float ul{  width:135px; height:183px; margin-left:5px; padding:7px 0px 10px 7px ;border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
.i_right_float ul li{ color:#fff; line-height:18px; padding-bottom:14px; padding-top:10px; overflow:hidden; background:url(/images/xian_03.jpg) no-repeat bottom;}
.i_right_float ul li:last-child{ background:none;}
.i_right_float ul li span{ color:#efe107; width:15px; font-size:12px; font-weight:bold;}
.i_right_float ul li p{ padding-left:1px; line-height:20px; font-size:12px;  }

/*页面底部bottom*结束/
/*页面外围控制整体布局wrapper结束*/
