@charset "UTF-8";
/**
 * 
 * @authors chaow (wuchao@iecosystem.com.cn)
 * @date    2017-11-30 14:34:20
 * @version $Id$
 */

.zhuanti{
	box-sizing: border-box;
}
.zhuanti .header{
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.zhuanti .header:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #17191b;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.is-scrollDowned .zhuanti .header:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.zhuanti .zhuantiW{
	width: 1400px;
	margin: 0 auto;
	padding-top: 1px;
	position: relative;
	z-index: 2;
}

.zhuanti .header .logo{
	display: block;
	width: 181px;
	margin: 0 auto;
}

.zhuanti .header .logo img{
	width: 100%;
}

.zhuanti .header .link{
	font-size: 14px;
	color: #fff;
	float: right;
	margin-top: -20px;
}

.zhuanti .banner{
	position: relative;
}

.zhuanti .banner img{
	width: 100%;
	display: block;
}

.zhuanti .banner .text{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 870px;
	transform: translate(-50%, -50%);
}

.zhuanti .banner .text .title{
	font-size: 100px;
	color: #e3ac74;
}

.zhuanti .banner .text .info{
	font-size: 30px;
	color: #fff;
}

.zhuanti .banner .text span{
	margin: 0 10px;
}

.zhuanti .banner .text i{
	display: inline-block;
	width: 30px;
	height: 4px;
	background: url(../images/banner-icon1.png) no-repeat;
	vertical-align: middle;
}

.zhuanti .banner .text i.after{
	background-position: -30px 0;
}

.zhuanti .banner .text .border{
	width: 46px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	margin: 30px auto 0 auto;

}

.zhuanti .banner .text .remark{
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
}

.zhuanti .infoMain .zt-item{
	background: url(../images/byj-bg.jpg) no-repeat;
	background-size: 100% auto;
	padding-top: 70px;
}

.zhuanti .infoMain .zt-item .zt-title{
	width: 578px;
	height: 64px;
	background: url(../images/title.png) no-repeat;
	background-size: 100% auto;
		margin: 0 auto;
}

.zhuanti .infoMain .zt-item .hotel-list{
	margin: 0 -20px;
	overflow: hidden;
	padding-top: 45px;
}
.zhuanti .infoMain .zt-item .hotel-list .hotel-item{
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list{
	margin-bottom: 40px;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list .area-title{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #3b6bea;

}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list .area-title span{
	font-size: 28px;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list{
	background: #fff;
	border: 1px solid #3b6bea;
	overflow: hidden;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li{
	overflow: hidden;
	font-size: 18px;
	color: #0b2a7a;
	height: 60px;
	line-height: 60px;

}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li:nth-of-type(odd){
	background: #f8f8f8;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li.head{
	background: #ebeff7;
	font-weight: bold;
	font-size: 24px;
}



.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li .li-item{
	float: left;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li .li-item:nth-of-type(1){
	width: 56%;
	box-sizing: border-box;
	padding-left: 20px;
	font-weight: bold;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li .li-item:nth-of-type(2){
	width: 29%;
	color: #333;
	cursor: pointer;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li .li-item:nth-of-type(3){
	width: 15%;
	color: #333;
	cursor: pointer;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li.head .li-item,.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li:hover .li-item{
	color: #0b2a7a;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li:hover .li-item{
	font-weight: bold;
}

.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li .li-item .btn{
	cursor: pointer;
	display: inline-block;
}

.byj-hotel-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 222;
	display: none;
}

.byj-hotel-pop .mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}

.byj-hotel-pop .pop-main{
	width: 800px;
	height: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -400px;
	background: #fff;
}

.byj-hotel-pop .pop-main .pop-close{
	width: 50px;
	height: 50px;
	background: url(../images/close.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -60px;
	cursor: pointer;
}

.byj-hotel-pop .pop-main .pop-cont .title{
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	background: #3b6bea;
	text-align: center;
}

.byj-hotel-pop .pop-main .pop-cont .type,.byj-hotel-pop .pop-main .pop-cont .info,.byj-hotel-pop .pop-main .pop-cont .rule{
	float: left;
	border-bottom: 1px solid #3b6bea;
	height: 350px;
}

.byj-hotel-pop .pop-main .pop-cont .type p{
	cursor: pointer;
}

.byj-hotel-pop .pop-main .pop-cont .type .active{
	font-weight: bold;
}

.byj-hotel-pop .pop-main .pop-cont .type{
	width: 120px;
}
.byj-hotel-pop .pop-main .pop-cont .info,.byj-hotel-pop .pop-main .pop-cont .rule{
	width: 339px;
	border-left: 1px solid #3b6bea;

}

.byj-hotel-pop .pop-main .pop-cont .item-title{
	font-size: 16px;
	color: #3b6bea;
	height: 40px;
	line-height: 40px;
	background: #ebeff7;
	box-sizing: border-box;
	padding-left: 20px;
}

.byj-hotel-pop .pop-main .pop-cont .text{
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	color: #333;
}

.byj-hotel-pop .pop-main .pop-cont .info p,.byj-hotel-pop .pop-main .pop-cont .rule p{
	display: none;
}

.byj-hotel-pop .pop-main .pop-cont .info p.active,.byj-hotel-pop .pop-main .pop-cont .rule p.active{
	display: block;
}

.byj-hotel-pop .pop-main .pop-cont .pop-bottom{
	text-align: center;
	padding-top: 20px;
}

.byj-hotel-pop .pop-main .pop-cont .pop-bottom > div{
	display: inline-block;
}

.byj-hotel-pop .pop-main .pop-cont .pop-bottom .swiper-btn{
	font-size: 16px;
	background-repeat: no-repeat;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	background-size: 10px auto;
	cursor: pointer;
}

.byj-hotel-pop .pop-main .pop-cont .pop-bottom .swiper-btn:hover{
	color: #3b6bea;
}

.byj-hotel-pop .pop-main .pop-cont .pop-bottom .swiper-btn.prev{
	background-image: url(../images/prev-btn.png);
	padding-left: 20px;
	background-position: 0 center;

}

.byj-hotel-pop .pop-main .pop-cont .pop-bottom .swiper-btn.next{
	background-image: url(../images/next-btn.png);
	padding-right: 20px;
	background-position: right center;
}

.byj-hotel-pop .pop-main .pop-cont .pop-bottom .pop-btn{
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #c1a065;
	cursor: pointer;
	margin: 0 20px;
}

@media  (max-width: 992px) {
	
	.zhuanti .zhuantiW{
		width: 100%;
	}

	.zhuanti .header .logo{
		width: 20%;
		margin-left: 20px;
	}
	
	.zhuanti .header{
		padding: 10px 0;
	}

	.zhuanti .header .link{
		font-size: 12px;
		margin-right: 10px;
	}

	.zhuanti .infoMain .zt-item .zt-title{
		width: 70%;
		height: 50px;
	}

	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list .area-title{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}

	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list .area-title span{
		font-size: 16px;
	}

	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li.head{ font-size: 14px; }
	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li{ font-size: 12px; height: 40px; line-height: 40px; }

	.zhuanti .infoMain .zt-item{ padding: 20px; }
	.zhuanti .infoMain .zt-item .hotel-list{ padding-top: 5px; }
	.zhuanti .infoMain .zt-item .hotel-list .hotel-item{ float: none; width: 100%; padding: 0 10px;}

	.byj-hotel-pop .pop-main{ width: 90%; margin-left: -45%; height: auto; margin-top: 0; transform: translateY(-50%); }
	.byj-hotel-pop .pop-main .pop-cont .type, .byj-hotel-pop .pop-main .pop-cont .info, .byj-hotel-pop .pop-main .pop-cont .rule{
		height: auto;
	}
	.byj-hotel-pop .pop-main .pop-close{ width: 30px; height: 30px;margin-top: -40px; }
	.byj-hotel-pop .pop-main .pop-cont .title,.byj-hotel-pop .pop-main .pop-cont .item-title{ font-size: 14px; height: 35px; line-height: 35px; }
	.byj-hotel-pop .pop-main .pop-cont .type,.byj-hotel-pop .pop-main .pop-cont .info, .byj-hotel-pop .pop-main .pop-cont .rule{ width: 100%; }
	.byj-hotel-pop .pop-main .pop-cont .text{ padding: 10px; font-size: 12px;max-height: 120px;
    overflow-y: auto;}
	.byj-hotel-pop .pop-main .pop-cont .type p{ display: inline-block; margin-right: 20px; }
	.byj-hotel-pop .pop-main .pop-cont .pop-bottom .swiper-btn{ font-size: 12px; background-size: 6px;}
	.byj-hotel-pop .pop-main .pop-cont .pop-bottom .swiper-btn.prev{ padding-left: 10px; margin-right: 10px;}
	.byj-hotel-pop .pop-main .pop-cont .pop-bottom .swiper-btn.next{ padding-right: 10px;margin-left: 10px; }
	.byj-hotel-pop .pop-main .pop-cont .pop-bottom .pop-btn{ position: absolute; left: 50%; transform: translateX(-50%); margin: 0; margin-bottom: 10px; bottom: 0; width: auto;height: auto; line-height: 1; font-size: 14px; padding: 7px 15px; }
	.byj-hotel-pop .pop-main .pop-cont .pop-bottom{padding-top: 10px; padding-bottom: 40px; position: relative;}
	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li .li-item:nth-of-type(1){ padding-left: 10px; }
	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li .li-item:nth-of-type(2){ width: 25%; }
	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li .li-item:nth-of-type(3){ width: 19%; }
}
	

	
}


@media (min-width: 992px) and (max-width: 1200px) {
	.zhuanti .zhuantiW{
		width: 900px;
	}

	.zhuanti .header .logo{
		width: 140px;
	}

	.zhuanti .banner .text .title{
		font-size: 55px;
	}

	.zhuanti .banner .text .info{
		font-size: 22px;
	}

	.zhuanti .banner .text .remark{
		font-size: 16px;
	}

	.zhuanti .banner .text .border{
		margin-top: 20px;
		height: 3px;
	}

	.zhuanti .infoMain .zt-item .zt-title{
		width: 400px;
	}

	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list .area-title{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}

	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list .area-title span{
		font-size: 18px;
	}

	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li.head{ font-size: 16px; }
	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li{ font-size: 14px; height: 50px; line-height: 50px; }

	.zhuanti .infoMain .zt-item{ padding-top: 50px; }
	.zhuanti .infoMain .zt-item .hotel-list{ padding-top: 5px; }
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.zhuanti .zhuantiW{
		width: 1100px;
	}

	.zhuanti .header .logo{
		width: 160px;
	}

	.zhuanti .banner .text .title{
		font-size: 75px;
	}

	.zhuanti .banner .text .info{
		font-size: 28px;
	}

	.zhuanti .infoMain .zt-item .zt-title{
		width: 500px;
	}

	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list .area-title{
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}

	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list .area-title span{
		font-size: 20px;
	}

	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li.head{ font-size: 18px; }
	.zhuanti .infoMain .zt-item .hotel-list .hotel-item .area-list ul li{ font-size: 16px; height: 50px; line-height: 50px; }
}
