/*banner*/
.banner{
	float: left;
	width:100%;
	min-width: 1200px;
	height: 624px;
	overflow: hidden;
	position: relative;
}
.banner>ul{
	width: 1920px;
    height: 624px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.banner>ul>li>a{
	display: table-cell;
    width: 1920px;
    height: 624px;
    vertical-align: middle;
    text-align: center;
}
.banner>ul>li>a img{
	vertical-align: middle;
}
/*container*/
.container{
	float: left;
	width: 100%;
	min-width: 1200px;
	background:#04bbff url(../images/bg.png) no-repeat top center;
}
.container .item-box{
	padding-bottom: 56px;
}
/*优惠券*/
.container .coupon-box{
	padding-bottom: 0;
	position: relative;
	top: -98px;
	height: 272px;
}
.coupon-centent{
	width:1200px;
	height: 313px;
	background: url(../images/coupon-bg.png) no-repeat 47px center;
}
.coupon-con{
	padding-top: 75px;
	margin:0 0 0 133px;
	width: 921px;
	position: relative;
}
.coupon-con > .arrow{
	position: absolute;
	top: 146px;
	display: block;
	width: 41px;
	height: 33px;
	background: url(../images/index-ico.png) no-repeat;
}
.coupon-con > .prev{
	left: -79px;
	background-position: -60px 0;
}
.coupon-con > .prevStop{
	left: -79px;
	background-position: 0px 0;
}
.coupon-con > .next{
	right:-94px;
	background-position: -180px 0;
}
.coupon-con > .nextStop{
	right:-94px;
	background-position: -120px 0;
}
.coupon-con >.list li{
	float: left;
	margin: 0 14px;
	width: 279px;
	height: 173px;
	position: relative;
	background: url(../images/index-ico.png) no-repeat;
	background-position: 0 -179px;
}
.coupon-con >.list li .info{
	margin-top: 27px;
}
.coupon-con >.list li .info .num{
	float: left;
	width: 149px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	color: #da3e00;
	line-height: 45px;
}
.coupon-con >.list li .info .txt{
	float: left;
	width: 128px;
}
.coupon-con >.list li .info .txt strong{
	display: block;
	font-size: 30px;
	color: #da5c00;
	line-height: 30px;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.coupon-con >.list li .info .txt em{
	color: #da5c00;
	font-size: 20px;
	line-height: 28px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.coupon-con >.list li .info .txt span{
	color: #da5c00;
	font-size: 12px;
	max-height: 36px;
	line-height: 18px;
	display: block;
	overflow: hidden;
}
.coupon-con >.list li .btn{
	position: absolute;
	left: 50%;
	margin-left: -62px;
	bottom: 14px;
	width: 125px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: 0 -50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.coupon-con >.list li .btn:hover{
	background-position: 0 -102px;
}

/*公用标题*/
.comm-tit{
	width: 474px;
	height: 113px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: -264px 0;
	margin: 0 auto;
	margin-bottom: 48px;
}
.comm-tit h3{
	padding: 40px 0 0 72px;
	width: 331px;
	height: 71px;
	line-height: 71px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*公用内容*/
.comm-con{
	width: 980px;
	margin: 0 auto;
}
.comm-con > ul > li{
	float: left;
	width: 314px;
	height: 332px;
	background: #fff;
	margin-right:19px;
	margin-bottom: 19px;
	overflow: hidden;
}
.comm-con > ul > li.mr-0{
	margin-right: 0;
}
.comm-con > ul > li .pic{
	display: block;
	width: 314px;
	height: 214px;
	overflow: hidden;
}
.comm-con > ul > li .pic img{
	width: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
}
.comm-con > ul > li:hover .pic img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	filter: alpha(opacity=90);
}
.comm-con > ul > li .tit{
	display: block;
	width: 290px;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
	margin: 14px auto;
}
.comm-con > ul > li:hover .tit{
	color: #ff9d00;
}
.comm-con > ul > li .price{
	width: 290px;
	margin: 0 auto;
}
.comm-con > ul > li .price .old{
	float: left;
	width: 120px;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	text-decoration: line-through;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.comm-con > ul > li .price .new{
	float: right;
	text-align: right;
	width: 170px;
	font-size: 16px;
	color: #ff9d00;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.comm-con > ul > li .price .new b{
	font-size: 26px;
}
.comm-more{
	display: block;
	margin: 13px auto;
	width: 980px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	font-size: 18px;
	background: url(../images/bg-70.png) repeat;
}
.comm-more:hover{
	color: #212121;
}
/*攻略*/
.gl-con{
	width: 982px;
	margin: 0 auto;
}
.gl-con > ul > li{
	float: left;
	width: 472px;
	height: 323px;
	margin-right: 38px;
	margin-bottom: 47px;
}
.gl-con > ul > li.mr-0{
	margin-right: 0;
}
.gl-con > ul > li.mb-19{
	margin-bottom: 19px;
}
.gl-con > ul > li > a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.gl-con > ul > li > a .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.gl-con > ul > li > a .pic img{
	width: 100%;
}
.gl-con > ul > li > a .txt{
	position: absolute;
	width: 100%;
	height: 100px;
	background: url(../images/bg-50.png) repeat;
	bottom: -50px;
	color: #fff;
}
.gl-con > ul > li > a .txt p{
	padding: 0 20px;
	color: #fff;
}
.gl-con > ul > li > a .txt .hd{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.gl-con > ul > li > a .txt .bd{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
/*漂浮窗*/
.float-menu {
	display: none;
    position: fixed;
    z-index: 9999;
    top: 20%;
	right:2%;
    width: 122px;
}
.float-menu li{
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #ff473f;
	color: #fff;
	margin-bottom: 5px;
	position: relative;
}
.float-menu li:after{
	content: "";
	position: absolute;
	left: 0;
	width:122px;
	height: 5px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: 0 -157px;
}
.float-menu li>a{
	display: block;
	color: #fff;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.float-menu li.go-top{
	height: 72px;
	margin-bottom: 0;
	position: relative;
	line-height: 90px;
}
.float-menu li.go-top:after{
	width: 0;
}
.float-menu li.go-top i{
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 13px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: -169px -50px;
}
