/*banner*/
.banners{
	float: left;
	width:100%;
	min-width: 1200px;
	height: 540px;
	overflow: hidden;
	position: relative;
}
.banners > .arrow{
	position: absolute;
	z-index: 9999;
	top: 50%;
	margin-top: -31px;
	width:37px;
	height: 62px;
	background: url(../images/index-ico.png) no-repeat;
}
.banners > .prev{
	left: 72px;
	background-position: -127px 0; 
}
.banners > .prev:hover{
	background-position: 0 0;
}
.banners > .next{
	right: 72px;
	background-position: -196px 0; 
}
.banners > .next:hover{
	background-position: -61px 0;
}
.banner>ul{
	width: 1920px;
    height: 540px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.banner>ul>li>a{
	display: table-cell;
    width: 1920px;
    height: 540px;
    vertical-align: middle;
    text-align: center;
}
.banner>ul>li>a img{
	vertical-align: middle;
}

/*container*/
.container{
	float: left;
	width: 100%;
	min-width: 1200px;
}
.comm-tit{
	padding-bottom: 20px;
	text-align: center;
}
.comm-tit h3{
	font-size: 48px;
	color: #3d8182;
	font-weight: bold;
	line-height: 80px;
}
.comm-tit p{
	font-size: 15px;
}
.comm-more{
	text-align: center;
	padding: 30px 0;
}
.comm-more a{
	display: inline-block;
	width: 244px;
	height: 61px;
	line-height: 61px;
	text-align: center;
	border: 1px solid #8bb5b5;
	color: #8bb5b5;
	font-size: 24px;
	border-radius: 2px;
}
.comm-more a:hover{
	width: 242px;
	height: 59px;
	line-height: 59px;
	border: 2px solid #8bb5b5;
}
/*热门旅游地*/
.hot-item{
	padding-top: 72px;
	width: 100%;
	min-width: 1200px;
}
.hot-item li{
	float:left;
	width: 258px;
	height: 88px;
	border: 1px solid #e2e2e2;
	margin-right: 13px;
	margin-bottom: 10px;
}
.hot-item li.mr-0{
	margin-right: 0;
}
.hot-item li a{
	display: block;
	width: 258px;
	height: 88px;
	position: relative;
}
.hot-item li.lg{
	width: 381px;
	height: 390px;
	border: none;
}
.hot-item li.lg a{
	width: 381px;
	height: 390px;
	overflow: hidden;
}
.hot-item li a img{
	width: 100%;
}
.hot-item li a .pic{
	position: absolute;
	left: 23px;
	top: 50%;
	margin-top: -34px;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
}
.hot-item li a .txt{
	position: absolute;
	left: 115px;
	width: 140px;
	line-height: 88px;
	font-size: 26px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-item li:hover{
	border: 1px solid #87b3b2;
	background: #d8e6e6;
}
.hot-item li.lg:hover{
	border: none;
}
/*当季精选*/
.hot-season{
	padding: 38px 0;
	width: 100%;
	min-width: 1200px;
}
.hot-season-con li{
	float: left;
	width: 390px;
	height: 361px;
	border: 1px solid #f3f2f2;
	margin: 0 12px 12px 0;
	position: relative;
}
.hot-season-con li:hover{
	box-shadow: 0 0 5px #ccc;
}
.hot-season-con li.mr-0{
	margin-right: 0;
}
.hot-season-con li .pic{
	display: block;
	width: 390px;
	height: 262px;
	overflow: hidden;
}
.hot-season-con li .pic img{
	width: 100%;
}
.hot-season-con li .tit{
	display: block;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #f3f2f2;
	font-size: 16px;
}
.hot-season-con li .tips{
	position: absolute;
	top: 236px;
	right: 0;
	width: 136px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: 0 -265px;
}
.hot-season-con li .tips b{
	font-size: 24px;
	font-weight: normal;
}
.hot-season-con li .des{
	padding: 4px 10px;
	height: 36px;
	overflow: hidden;
	line-height: 18px;
	color: #999999;
}
.hot-season-con li .des i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 15px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: 0 -76px;
}
/*游记精选*/
.hot-yj{
	padding: 15px 0;
	background: #f3f4ee;
	width: 100%;
	min-width: 1200px;
}
.hot-yj-con li{
	float: left;
	width: 392px;
	height: 264px;
	margin: 0 12px 12px 0;
	position: relative;
}
.hot-yj-con li.lg{
	height: 541px;
	background: #fff;
	overflow: hidden;
}
.hot-yj-con li.mr-0{
	margin-right: 0;
}
.hot-yj-con li .pic{
	display: block;
	width: 392px;
	height: 264px;
	overflow: hidden;
}
.hot-yj-con li .pic img{
	width: 100%;
}
.hot-yj-con li .tips{
	width: 60px;
	text-align: center;
	height: 47px;
	position: absolute;
	top: 0;
	right: 28px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: -42px -76px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	line-height: 34px;
	font-size: 16px;
}
.hot-yj-con li .tit{
	position: absolute;
	width: 372px;
	padding: 0 10px;
	bottom: 0;
	height: 41px;
	line-height: 41px;
	color: #fff;
	background: url(../images/bg.png) repeat;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-yj-con li.lg .lg-tit{
	position: static;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: none;
	color: #ff4d16;
}
.hot-yj-con li.lg .des{
	padding: 0 10px;
	color: #999999;
	font-size: 16px;
	line-height: 24px;
}
/*优质服务*/
.good-service{
	width: 100%;
	min-width: 1200px;
	height: 444px;
	background: url(../images/31.jpg) no-repeat;
}
.good-service .tit{
	text-align: center;
	margin-top: 100px;
	color: #fff;
}
.good-service .tit h3{
	position:relative;
	width: 1200px;
	height: 68px;
	line-height: 68px;
	font-size: 48px;
	z-index: 99;
}
.good-service .tit h3:before{
	content: "";
	position: absolute;
	z-index: -1;
	width: 440px;
	left: 0;
	top: 50%;
	height: 1px;
	background: #fff;
}
.good-service .tit h3:after{
	content: "";
	position: absolute;
	z-index: -1;
	width: 440px;
	right: 0;
	top: 50%;
	height: 1px;
	background: #fff;
	margin-top: -1px;
}
.good-service .tit p{
	font-size: 16px;
	font-weight: bold;
}
.good-service ul{
	text-align: center;
	margin-top: 30px;
}
.good-service ul li{
	display: inline-block;
	width: 170px;
	text-align: center;
}
.good-service ul li .txt{
	display: block;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.good-service ul li:hover .txt{
	color: #ff744d;
}
.good-service ul li .pic{
	display: inline-block;
	width: 105px;
	height: 105px;
	background: url(../images/index-ico.png) no-repeat;	
	margin-bottom: 18px;
}
.good-service ul li.li-1 .pic{
	background-position: -288px 0;
}
.good-service ul li.li-2 .pic{
	background-position: -409px 0;
}
.good-service ul li.li-3 .pic{
	background-position: 0 -146px;
}
.good-service ul li.li-4 .pic{
	background-position: -139px -146px;
}
.good-service ul li.li-5 .pic{
	background-position: -278px -146px;
}