@charset "utf-8";
*{margin:0;padding:0;}
a{text-decoration: none;color: #1f2c34;}
body{min-width: 640px;font-family:Arial,"Microsoft Yahei";font-size: 22px;color: #1f2c34; background:#fff9e3}
li{list-style-type: none;}
.banner{
	display: block;
	width: 100%;
}
.outer{
	width: 100%;
	min-width: 640px;
}
.inner{
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	width: 580px;
}
.top{
	width:100%;
	background:url(../img/osd/gzbg.jpg) no-repeat top center #424240;
	background-size: 100%;}

.title{
	height: 100px;
	line-height: 100px;
	font-size: 32px;
	color: #fff;
	vertical-align:middle;
	font-weight:bolder;
}
.top-row{	
	height: 0px; 
	overflow: hidden;
	line-height: 30px;
	color:#fff;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
}
.top-row.on{
	height:auto;
}
.top-row dt{
	margin:12px 0;
	font-size: 24px;
	font-weight:bolder;
}
.top-row dd{
	margin:12px 0;
	position: relative;
	font-size: 22px;
	padding-left:110px;
}
.top-row dd b{
	position: absolute;
	left: 0px;
	top: 0px;
	vertical-align: top;
	color: #f13543;
}
.top-updown{
	position: absolute;
	right: 45px;
	top: 38px;
	display: block;
	width: 0px;
	height: 0px;
	border: 12px solid transparent;
	border-left-color: #fff;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.top-updown.on{
	right: 50px;
	top: 47px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.nav{
	padding: 14px 0;
	background:#f94244;
	color: #fff;
	overflow: hidden;
}
.nav li{
	float: left;
	margin: 10px 0; 
	padding: 0 32px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	border-radius: 38px;
	cursor: pointer;
}
.nav ul li.on{
	padding: 0 32px;
	color: #f94244;
	background-color: #fff;
}
.carlist{
	background-color: #cdcdcd;
}
.carlist li{
	background-color: #fff;
	margin-bottom: 2px;
}
.block>ul.carlist{
	display: none;
}
.block>ul.carlist.on{
	display: block;
}
.carlist .item{
	position: relative;
	padding:20px 0 20px 170px;
}
.carlist .blank{
	height: 40px;
}
.carimg{
	position: absolute;
	left: -15px;
	top: 60px;
	width: 170px;
	z-index: 2;
}
.carinfo{
	
}
.carcity{
	font-size: 28px;
	line-height: 50px;
}
.cartype{
	margin:5px auto;
	color: #929393;
}
.carpolicy{
	vertical-align:middle;
	font-size: 18px;
	color: #16b2da;
}
.carpolicy .bargain{
	position: relative;
	display: inline-block;
	margin-top:5px;
	width:52px;
	padding: 0 0 0 45px;
	color: #ff4646;
	border:2px solid #ff4646;
	line-height: 24px;
	font-size: 19px;
	font-weight: bold;
	border-radius: 2px;
}
.carpolicy .bargain i{
	position: absolute;
	display: block;
	padding-right: 2px;
	top: 0px;
	left:0px;
	width: 40px;
	height: 24px;
	text-align: center;
	background: #ff4646;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}
.carprice{
	line-height: 24px;
	font-size: 18px;
	vertical-align: bottom;
	z-index: 2;
	margin-top:15px;
}
.carprice span{
	color: #ff6602;
	font-size: 50px;
	font-weight: bold;
}
.carprice span small{
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width:639px) and (min-width:420px){
	body{min-width: 420px;overflow-x: hidden;}
	.outer{
		min-width: 420px;
	}
	.inner{
		padding: 0 20px;
		width: auto;
	}
	.top{
	padding-top:10px;
	}
	.title{
		height: 60px;
		line-height: 60px;
		font-size: 26px;
	}
	.icon{
		top:-2px;
		margin-right: 8px;
		width: 62px;
		height: 32px;
	}
	.icon.icon1{
		top: -1px;
		margin-right: 8px;
		width: 36px;
		height: 32px;
	}
	.top-row{
		line-height: 24px;
	}

	.top-row dt{
		margin:8px 0;
		font-size: 20px;
	}
	.top-row dd{
		margin:8px 0;
		font-size: 18px;
		padding-left:90px;
	}
	.top-row dd .n4{
		width: 18px;
		height: 18px;
		top: 3px;
	}
	.top-img{
		padding:0 0 30px 0;
		width: 420px;
		margin: 20px auto 0 auto;
	}
	.top-updown{
		right: 15px;
		top: 20px;
		border:10px solid transparent;
		border-left-color: #fff;
	}
	.top-updown.on{
		right: 18px;
		top: 26px;
	}
	.nav{
		padding: 8px 0;
	}
	.nav li{
		margin: 6px 0; 
		padding: 0 20px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
		border-radius: 28px;
	}
	.nav ul li.on{
		padding: 0 20px;
	}
	.carlist li{
		margin-bottom: 1px;
	}
	.carlist .item{
		padding:14px 0 14px 110px;
	}
	.carlist .blank{
		height: 30px;
	}
	.carimg{
		left: -15px;
		top: 42px;
		width: 120px;
	}
	.carcity{
		font-size: 22px;
		line-height: 26px;
	}
	.cartype{
		font-size:18px;
		margin:5px 0 5px 0;
		line-height: 26px;
	}
	.carpolicy{
		font-size: 14px;
	}
	.carpolicy .bargain{
		width: 40px;
		border:2px solid #ff4646;
		line-height: 18px;
		font-size: 14px;
		border-radius: 2px;
	}
	.carpolicy .bargain i{
		padding-right: 2px;
		height: 18px;
	}
	.carprice{
		line-height: 22px;
		font-size: 14px;
	}
	.carprice span{
		font-size: 30px;
	}
	.carprice span small{
		font-size: 16px;
	}
}
@media screen and (max-width:420px){
	body{min-width: 0px;}
	.outer{
		min-width: 0px;
	}
	.inner{
		padding: 0 15px;
		width: auto;
	}
	.top{
	padding-top:5px;
	}
	.title{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.icon{
		top:-1px;
		margin-right: 5px;
		width: 42px;
		height: 25px;
	}
	.icon.icon1{
		top: -2px;
		margin-right: 5px;
		width: 24px;
		height: 21px;
	}
	.top-row{
		line-height: 20px;
	}

	.top-row dt{
		margin:4px 0;
		font-size: 16px;
	}
	.top-row dd{
		margin:8px 0;
		font-size: 14px;
		padding-left: 70px;
	}
	.top-row dd .n4{
		width: 14px;
		height: 14px;
		top: 3px;
	}
	.top-img{
		padding:0 0 20px 0;
		width: 100%;
		margin: 10px auto 0 auto;
	}
	.top-updown{
		right: 8px;
		top: 13px;
		border:8px solid transparent;
		border-left-color: #fff;
	}
	.top-updown.on{
		right: 12px;
		top: 18px;
	}
	.nav{
		padding: 5px 0;
	}
	.nav li{
		margin: 3px 0; 
		padding: 0 14px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		border-radius: 20px;
	}
	.nav ul li.on{
		padding: 0 14px;
	}
	.carlist li{
		margin-bottom: 1px;
	}
	.carlist .item{
		padding:10px 0 10px 86px;
	}
	.carlist .blank{
		height: 20px;
	}
	.carimg{
		left: -2px;
		top: 42px;
		width: 85px;
	}
	.carcity{
		font-size: 20px;
		line-height: 24px;
	}
	.cartype{
		font-size:14px;
		line-height: 25px;
	}
	.carpolicy{
		font-size: 12px;
	}
	.carpolicy .bargain{
		border:1px solid #ff4646;
		width:30px;
		padding:0 0 0 32px;
		line-height: 16px;
		font-size: 12px;
		border-radius: 2px;
	}
	.carpolicy .bargain i{
		padding-right: 1px;
		width:30px;
		height: 16px;
	}
	.carprice{
		margin:0;
		line-height: 24px;
		font-size: 12px;
	}
	.carprice span{
		font-size: 24px;
	}
	.carprice span small{
		font-size: 12px;
	}
}
body {
	margin:0;
	padding:0;
	font-size:16px;!important;
	line-height:18px;
	background:#fff;
	background-attachment:fixed;
}
html, div, p, span, em, ul, li, article {
	margin:0;
	padding:0;
	list-style:none;
	font-style:normal
}
a {
	text-decoration:none
}
img {
	border:none;width:100%
}

.cf {
	zoom:1
}
.cf:after {
	content:".";
	display: block;
	clear:both;
	font-size:0;
	height:0;
	visibility:hidden;
	overflow:hidden
}
.ad_img{ line-height:0;}
.yhq{ width:50%; float:left; border:0; line-height:0;}
.floatboxes{  position:absolute; width:80%; z-index:202}
.jps1{ padding:20px; height:260px; background:#fff; }
.jps1 p{ text-align:center; font-size:14px; padding-bottom:10px; font-weight:bold }
.text{ font-size:12px; line-height:24px; height:220px; overflow:hidden; padding-right:10px; position:relative}
.text p{ margin:0; padding:0; position:absolute; top:0; text-align:left}
.popupContactClose{ float:right; background:url(http://pages.ctrip.com/temp/test/flight/images/close.gif) right 0 no-repeat; color:#fff; padding-right:20px; font-size:12px; height:20px; font-weight:bold; }
#backgroundPopup{ display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:#000; z-index:200 }


#searchBox{display:none}

#backgroundPopup {
         display:none;
         position:fixed;
         _position:absolute; /* hack for internet explorer 6*/
         height:100%;
         width:100%;
         top:0;
         left:0;
         background:#000000;
         z-index:200;
}
.floatboxes {
         display:none;
         position:absolute;
         width:920px;
         z-index:202;
}
.jps1 {
         background:#FFF;
         padding:20px;
         height:320px;
}
.cf {
         zoom:1
}

.text {
         font-size:12px;
         line-height:18px;
         height:240px;
         overflow-y: scroll;
         padding-right:10px;
}
#activity_box{ width:100%;}
#activity_box a { margin-right:0px; width:100%;}
#activity_box a img{ width:100%;}
.floatboxes {
	position:absolute;
	width:86%;
	z-index:202;
	opacity:0.01
}
.floatboxes .jps1 {
	padding:4px 10px 16px;
	background:#eee;
}
.floatboxes .jps1 h3 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:24px;
	line-height:2;
	color:#333;
	text-shadow:1px 1px 1px #fff
}
.floatboxes .text {
	font-size:16px;
	line-height:21px;
	height:300px;
	overflow:scroll;
	padding-right:10px;
	position:relative
}
.floatboxes .text p {
	margin:0;
	padding:6px;
	position:absolute;
	top:0;
	text-align:left;
	background:#fff
}
.floatboxes .close {
	padding:0;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:30px;
	background:#e63;
	color:#fff;
	border-radius:16px;
	border:2px solid #fff;
	position:absolute;
	top:-10px;
	right:-10px;
	overflow:hidden
}
#backgroundPopup {
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	background:#000;
	z-index:200;
	filter:alpha(Opacity=60);
	opacity:0.1;
}