@charset "utf-8";
/*banner*/
.banner{
	float: left;
	width:100%;
	min-width: 1200px;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.banner ul{
	width: 1920px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.banner ul a{
	display: table-cell;
    width: 1920px;
    height: 600px;
    vertical-align: middle;
    text-align: center;
}
.banner ul a img{
	vertical-align: middle;
}

/*container*/
.container{
	float: left;
	width: 100%;
	min-width: 1200px;
	background:url(../images/body-bg.jpg) repeat;
}
.container .item-box{
	padding-bottom: 56px;
}

/*活动主题*/
.acti-box{
	width: 1095px;
	height: 256px;
	border: 7px solid #fd4c3c;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	margin: 64px auto 0;
	position: relative;
}
.acti-box:before{
	position: absolute;
	bottom: -30px;
	left: -32px;
	content: "";
	width: 74px;
	height: 74px;
	background: url("../images/theme-ico.png") no-repeat 0 0;
}
.acti-box:after{
	position: absolute;
	top: -17px;
	right: -34px;
	content: "";
	width: 74px;
	height: 74px;
	background: url("../images/theme-ico.png") no-repeat 0 -98px;
}
.acti-box h3,
.coupon-box h3{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #ffd200;
	padding-top: 42px;
}
.acti-box p,
.coupon-box p{
	width: 912px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	padding-top: 38px;
	margin: 0 auto;
}

/*优惠券*/
.coupon-box{
	padding-top: 40px;
}
.coupon-box p{
	padding-top: 12px;
}
.coupon-con{
	width: 100%;
	position: relative;
}
.coupon-con .arrow{
	position: absolute;
	top:50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
}
.coupon-con .arrow.prev{
	left: 0;
	background: url("../images/arrow-ico.png") no-repeat 0 0;
}
.coupon-con .arrow.prev:hover{
	background:url("../images/arrow-ico.png") no-repeat 0 -48px;
}
.coupon-con .arrow.next{
	right: 0;
	background: url("../images/arrow-ico.png") no-repeat -48px 0;
}

.coupon-con .arrow.next:hover{
	background: url("../images/arrow-ico.png") no-repeat -48px -48px;
}
.coupon-con .list{
	width: 1116px;
	height:156px;
	margin: 34px auto 0;
	overflow: hidden;
}
.coupon-con .list li{
	float: left;
	width: 292px;
	height: 156px;
	padding:0 32px;
	background: url("../images/coupon-bg.png") no-repeat;
	margin-right: 24px;
}
.coupon-con .list li:nth-last-of-type(1){
	margin-right: 0!important;
}
.coupon-con .list li.over{
	background: url("../images/coupon-bg-over.png") no-repeat;
}
.coupon-con .list li .top{
	padding-top: 19px;
	border-bottom: 1px dashed #ffffff;
}
.coupon-con .list li .top .price{
	float: left;
	font-size: 18px;
	color: #ffffff;
}
.coupon-con .list li.over .top .price{
	color: #666666;
}
.coupon-con .list li .top .price em{
	font-size: 48px;
	font-weight: bold;
}
.coupon-con .list li .top .btn{
	float: right;
	width: 96px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color:#ffd703;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #c60001;
	margin-top: 16px;
}
.coupon-con .list li.over .top .btn{
	background-color:#ffffff;
	color: #666666;
}
.coupon-con .list li .bottom{
	padding-top: 12px;
}
.coupon-con .list li .bottom span{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
}
.coupon-con .list li.over .bottom span{
	color: #666666;
}

/*热门线路，热门景点，热门酒店*/
.hot-line,
.hot-views,
.selected-gl,
.selected-photo,
.hot-hotel{
	padding:12px 10px;
	background-color: #c60001;
	position: relative;
}
.hot-line:before,
.hot-views:before,
.selected-gl:before,
.selected-photo:before,
.hot-hotel:before{
	content: "";
	position: absolute;
	left: 11px;
	bottom: 12px;
	z-index: 1;
	width: 66px;
	height: 66px;
	background: url(../images/item-ico.png) no-repeat 0 -84px;
}
.hot-line:after,
.hot-views:after,
.selected-gl:after,
.selected-photo:after,
.hot-hotel:after{
	content: "";
	position: absolute;
	right: 11px;
	bottom: 12px;
	z-index: 1;
	width: 66px;
	height: 66px;
	background: url(../images/item-ico.png) no-repeat -84px -84px;
}
.deco-box{
	width: 1174px;
	border: 2px solid #8b0100;
	margin: 0 auto;
	position: relative;
}
.deco-box:before{
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	width: 66px;
	height:66px;
	background: url("../images/item-ico.png") no-repeat 0 0;
}
.deco-box:after{
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	width: 66px;
	height:66px;
	background: url("../images/item-ico.png") no-repeat -84px 0;
}
.deco-box h3{
	width: 308px;
	height: 72px;
	line-height: 68px;
	text-align: center;
	font-size: 30px;
	color: #7c0815;
	font-weight: bold;
	margin: 32px auto 18px;
	background: url(../images/title-ico.png) no-repeat left center;
}
.deco-box .tips-box{
	width: 1036px;
	margin: 0 auto;
	position: relative;
}
.deco-box .tips-box p{
	width: 812px;
	margin:0 0 0 110px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 26px;
}
.deco-box .tips-box .more-btn{
	position: absolute;
	right: 3px;
	top:0;
	width: 70px;
	height: 26px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
	background-color:#f25500;
}
.list-box{
	width: 1036px;
	margin: 0 auto;
	padding-bottom: 13px;
	position: relative;
	z-index: 2;
}
.list-box li{
	float: left;
	margin:0 38px 32px 0;
}
.list-box li:nth-of-type(3n){
	margin-right:0;
}
.list-box li .pic-box{
	width: 310px;
	height:210px;
	padding: 5px;
	background-color: #860001;
}
.list-box li .pic{
	display: table-cell;
	width: 310px;
	height:210px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.list-box li .pic img{
	max-width: 310px;
	max-height: 210px;
	vertical-align: middle;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all 5s linear;
	transition: all .5s linear;
	overflow: hidden;
}
.list-box li .pic img:hover{
	transform: scale(1.1);
}
.list-box li .info{
	width: 296px;
	height: 80px;
	padding: 10px 12px;
	background-color: #860001;
	margin-top: 2px;
}
.list-box li .info .tit{
	float: left;
	width: 100%;
	height: 48px;
	line-height: 22px;
	font-size: 15px;
	color: #ffffff;
	overflow: hidden;
}
.list-box li .info .price{
	float: left;
	font-size: 12px;
	color: #ffffff;
	margin-top: 4px;
}
.list-box li .info .price i{
	color: #ffed21;
}
.list-box li .info .price em{
	font-size: 24px;
	font-weight: bold;
}
.list-box li .info .order-btn{
	float: right;
	width: 90px;
	height: 26px;
	font-size: 15px;
	color: #c60001;
	text-align: center;
	line-height: 26px;
	background-color: #FFD703;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin-top: 5px;
}


/*攻略与相册*/
.selected-gl .deco-box .tips-box,
.selected-photo .deco-box .tips-box{
	width: 1098px;
}
.selected-gl .deco-box .list-box,
.selected-photo .deco-box .list-box{
	width: 1098px;
}
.selected-gl .deco-box .list-box li,
.selected-photo .deco-box .list-box li {
	margin: 0 19px 32px 0;
}
.selected-gl .deco-box .list-box li:nth-of-type(3n),
.selected-photo .deco-box .list-box li:nth-of-type(3n){
	margin-right:19px;
}
.selected-gl .deco-box .list-box li:nth-of-type(4n),
.selected-photo .deco-box .list-box li:nth-of-type(4n){
	margin-right: 0;
}
.selected-gl .deco-box .list-box li .pic-box,
.selected-photo .deco-box .list-box li .pic-box{
	width: 250px;
	height: 169px;
}
.selected-gl .deco-box .list-box li .pic,
.selected-photo .deco-box .list-box li .pic{
	width: 250px;
	height: 169px;
}
.selected-gl .deco-box .list-box li .pic img,
.selected-photo .deco-box .list-box li .pic img{
	max-width: 250px;
	max-height: 169px;
}
.selected-gl .deco-box .list-box li .info,
.selected-photo .deco-box .list-box li .info{
	width: 236px;
	height: 52px;
	margin-top: 0;
}

/*回到顶部*/
.scroll-top{
	position: fixed;
	z-index: 3;
	bottom:100px;
	right: 3%;
	width: 70px;
	height:158px;
	background: url("../images/top-ico.png") no-repeat;
	cursor: pointer;
	display: none;
}
.scroll-top span{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	margin-top: 115px;
	text-align: center;
}
.scroll-top .ico{
	display: block;
	width: 15px;
	height: 18px;
	background: url("../images/top-ico-arrow.png") no-repeat;
	margin:4px auto 0;
}

/*漂浮窗*/
.float-menu{
	display: none;
    position: fixed;
    z-index: 9999;
    top: 20%;
	left:2%;
    width: 90px;
	padding: 18px 8px 9px;
	background-color: #2fac66;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.float-menu:before{
	display: block;
	content: "";
	position: absolute;
	top: -30px;
	left: -10px;
	z-index: 1;
	width: 52px;
	height:56px;
	background: url("../images/float-ico.png") no-repeat;
}
.float-menu li{
	width: 90px;
	height: 30px;
	text-align: center;
	background: #248b53;
	color: #fff;
	margin-bottom: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.float-menu li a{
	display: inline-block;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.float-menu li.coupon-item a{
	color: #ffde00;
}