/*banner*/
.banners{
    width: 100%;
    min-width: 1200px;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.banner>ul {
    width: 1920px;
    height: 700px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.banner>ul>li>a{
    display: table-cell;
    width: 1920px;
    height: 700px;
    vertical-align: middle;
    text-align: center;
    background: #e7e7e7;
}
.banner>ul>li>a img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.banners .arrow{
	opacity: 0;
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: -65px;
	width: 46px;
	height: 130px;
	background: url(../images/index-ico.png) no-repeat;
	transition: all 0.3s;
}
.banners:hover .arrow{
	opacity: 1;
}
.banners .prev{
	left: 50px;
	background-position: -63px 0;
}
.banners .next{
	right: 50px;
	background-position: -128px 0;
}
.banners .focus{
	width: 100%;
    height: 12px;
    position: absolute;
    bottom: 20px;
    z-index: 99;
    text-align: center;
}
.banners .focus li{
	display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
    background:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banners .focus li.on{
	background: rgba(255,255,255,0.5);
}
/*小广告位*/
.sm-ad{
	width: 100%;
	min-width: 1200px;
	height: 220px;
}
.sm-ad .ad-link{
	width:1200px;
	height: 220px;
	display: table-cell;
	vertical-align: middle;
	background: #e7e7e7;
}
.sm-ad .ad-link img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
/*热门目的地*/
.hot-dest{
	width: 100%;
	min-width: 1200px;
	margin: 40px 0 45px 0;
}
.hot-dest .hot-dest-tit{
	height: 76px;
	position: relative;
	text-align: center;
}
.hot-dest .hot-dest-tit:after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 56px;
	background: #f0f0f0;
}
.hot-dest .hot-dest-tit .txt{
	position: relative;
	z-index: 999;
	display: inline-block;
	background: #fff;
	padding: 0 13px;
}
.hot-dest .hot-dest-tit .txt p{
	color: #666666;
	font-size: 20px;
	line-height: 36px;
}
.hot-dest .hot-dest-tit .txt h3{
	font-size: 28px;
	line-height: 40px;
}
.hot-dest .hot-dest-list{
	width: 1180px;
	margin: 0 auto;
	margin-top: 30px;
	border-top-left-radius: 50px;
	-webkit-border-top-left-radius: 50px;
	-moz-border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-bottom-right-radius: 50px;
	overflow: hidden;
	height: 355px;
}
.hot-dest-list li{
	float: left;
	width: 295px;
	height: 355px;
	overflow: hidden;
	position: relative;
}
.hot-dest-list li .pic{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 295px;
	height: 355px;
	background: #e7e7e7;
}
.hot-dest-list li .pic img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.hot-dest-list li .name{
	position: absolute;
	top: 10px;
	left: 20px;
}
.hot-dest-list li .name strong{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-dest-list li .name span{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-dest-list li .info{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #43d1ae;
}
.hot-dest-list li:hover .info{
	display: block;
}
.hot-dest-list li .info .txt{
	padding: 45px 30px 15px 30px;
}
.hot-dest-list li .info .txt h4{
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 10px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-dest-list li .info .txt p{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	max-height: 220px;
	overflow: hidden;
}
.hot-dest-list li .info .more{
	width: 90px;
	height: 28px;
	border:1px solid #fff;
	text-align: center;
	line-height: 28px;
	display: block;
	margin-left: 30px;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/*产品*/
.pt-box{
	width: 100%;
	min-width: 1200px;
}
.pt-content{
	width: 1180px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.pt-content .pt-tit{
	height: 88px;
	line-height: 88px;
	overflow: hidden;
}
.pt-content .pt-tit h3{
	font-size: 28px;
	float: left;
}
.pt-content .pt-tit .more{
	float: right;
	width: 126px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin: 25px 0 0 0;
	border-radius: 3px;
	transition: all 0.3s;
}
.pt-content .pt-tit .more:hover{
	border:1px solid #fc6b11;
	background: #fc6b11;
	color: #fff;
}
.pt-content .pt-bd li{
	float: left;
	width: 378px;
	height: 256px;
	overflow: hidden;
	margin: 0 23px 23px 0;
	position: relative;
}
.pt-content .pt-bd li.mr-0{
	margin-right: 0;
}
.pt-content .pt-bd li > a{
	display: block;
}
.pt-content .pt-bd li .pic{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 378px;
	height: 256px;
	background: #e7e7e7;
}
.pt-content .pt-bd li.mr-0{
	margin-right: 0;
}
.pt-content .pt-bd li.lg,.pt-content .pt-bd li.lg .pic{
	width: 578px;
	height: 392px;
}
.pt-content .pt-bd li .info{
	display: none;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 66px;
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.pt-content .pt-bd li .info .des{
	height: 48px;
	padding: 0 15px;
	margin: 10px 0;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
}
.pt-content .pt-bd li .date{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 52px;
	padding: 7px 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.pt-content .pt-bd li .date p{
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
}
.pt-content .pt-bd li .date p.price{
	font-size: 12px;
}
.pt-content .pt-bd li .date p.price b{
	font-size: 16px;
	font-weight: bold;
}
.pt-content .pt-hd{
	height: 12px;
	text-align: center;
}
.pt-content .pt-hd li{
	display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
    background: #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pt-content .pt-hd li.on{
	background: #fc6b11;
}
/*大广告*/
.big-ad{
	width: 100%;
	height: 430px;
	min-width: 1200px;
	position: relative;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.big-ad .ad-link{
	width: 1920px;
    height: 430px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.big-ad .ad-link > a{
	width: 1920px;
    height: 430px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #e7e7e7;
}
.big-ad .ad-link > a img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
