.st-focus-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.st-focus-banners .banners{
    width: 1920px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-focus-banners .banners > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 600px;
    vertical-align: middle;
    text-align: center;
}
.st-focus-banners .banners > ul > li > a img{
    vertical-align: middle;
}
.st-focus-banners .focus{
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: 117px;
    z-index:99;
    text-align: center;
}
.st-focus-banners .focus > ul{
    display: inline-block;
    width: 1200px;
    height: 14px;
}
.st-focus-banners .focus > ul > li{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.st-focus-banners .focus > ul > li.on{
    background: #eee;
}
.st-focus-banners .search_box{
	position: absolute;
	bottom: 0;
	height: 105px;
	width: 100%;
	background: url(../images/bg-40.png) repeat;
}
.search_box .con{
	width: 815px;
	height: 45px;
	background: #fff;
	margin: 33px auto;
}
.search_box .con>input,.search_box .con>select{
	float: left;
}
.search_box .con>.txt{
	padding-left: 15px;
	width: 296px;
	line-height: 45px;
	font-size: 14px;
	border-right: 1px solid #d2d2d2;
}
.search_box .con>.date{
	width: 100px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	border-right: 1px solid #d2d2d2;
}
.search_box .con>select{
	border: none;
	width: 181px;
	height: 45px;
	cursor: pointer;
	line-height: 45px;
	padding:0 2%;
	text-align: center;
	font-size: 14px;
	color: #999;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../images/select-ico.png)  no-repeat 153px center;
}
.search_box .con>.btn{
	width: 120px;
	height: 45px;
	background: #2ecc71;
	text-align: center;
	color: #fff;
	line-height: 45px;
	cursor: pointer;
	font-size: 14px;
}
.container{
	float: left;
	width: 100%;
	min-width: 1200px;
	background: #f8f8f8;
	padding: 30px 0 30px 0;
}
.item .title{
	text-align: center;
	margin: 20px 0;
}
.item .title h2{
	font-size: 22px;
}
.item .title p{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}
.item .hot-hotel li{
	float: left;
	width: 392px;
	height: 362px;
	overflow: hidden;
	background: #fff;
	margin-right: 12px;
	margin-bottom: 12px;
	position: relative;
}
.item .hot-hotel li.mr-0{
	margin-right: 0;
}
.item .hot-hotel li .pic{
	position: absolute;
	left:0;
	top: 0;
	width: 392px;
	height: 271px;
	overflow: hidden;
}
.item .hot-hotel li .pic img{
	width: 100%;
}
.item .hot-hotel li .info{
	position: absolute;
	left:0;
	width: 368px;
	padding: 0 12px;
	bottom: 0;
	height: 91px;
}
.item .hot-hotel li .info .tit{
	margin-top: 10px;
	display: block;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
}
.item .hot-hotel li .info .tit:hover{
	text-decoration: underline;
}
.item .hot-hotel li .info .price{
	text-align: right;
	font-size: 14px;
}
.item .hot-hotel li .info .price b{
	color: #e6413f;
	font-size: 20px;
	font-weight: normal;
}
.item .more{
	margin: 20px 0;
	text-align: center;
}
.item .more>a{
	display: inline-block;
	width: 287px;
	height: 55px;
	border: 1px solid #d2d2d2;
	line-height: 55px;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
}
.item .more>a:hover{
	text-decoration: underline;
}
.item .explore_world li{
	float: left;
	width: 392px;
	height: 362px;
	overflow: hidden;
	margin-right: 12px;
	margin-bottom: 12px;
}
.item .explore_world li.mr-0{
	margin-right: 0;
}
.item .explore_world li>a{
	display: block;
	width: 392px;
	height: 362px;
	position: relative;
}
.item .explore_world li>a img{
	width: 392px;
	height: 362px;
}
.item .explore_world li>a .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	display: none;
}
.item .explore_world li>a .txt p{
	width: 392px;
	height: 362px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
}
.item .explore_world li:hover>a .txt{
	display: block;
}
.item .hot-youji li{
	float: left;
	width: 255px;
	height: 180px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
.item .hot-youji li.mr-0{
	margin-right: 0;
}
.item .hot-youji li.lg{
	width: 650px;
	height: 380px;
}
.item .hot-youji li>a{
	width: 255px;
	height: 180px;
	position: relative;
	display: block;
}
.item .hot-youji li.lg>a{
	width: 650px;
	height: 380px;
}
.item .hot-youji li>a .txt{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 40px;
	background: url(../images/bg-40.png) repeat;
}
.item .hot-youji li>a .txt p{
	line-height: 40px;
	padding: 0 6px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item .hot-youji li>a .tit{
	position: absolute;
	top: 15px;
	left:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item .hot-youji li>a .tit strong{
	font-size: 22px;
	color: #fff;
}
.item .hot-youji li.lg>a .tit strong{
	font-size: 30px;
}
.item .new_center li{
	float: left;
	width: 510px;
	padding-right: 97px;
	border-right: 1px dashed #dcdcdc;
}
.item .new_center li.mr-r{
	float: right;
	padding-right: 0;
	border-right: none;
}
.item .new_center li .tit{
	padding-bottom: 5px;
}
.item .new_center li .tit a{
	display: block;
	font-size: 22px;
	line-height: 24px;	
}
.item .new_center li .tit p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.item .new_center li .con{
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
.item .new_center li .con p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.item .new_center li .list{
	padding: 8px 0;
}
.item .new_center li .list a{
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}
.item .new_center li .new-more a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 14px;
	background: #dcdcdc;
	border-radius: 3px;
}
.about-content{
	float: left;
	width: 100%;
	min-width: 1200px;
	padding: 25px 0;
	background:#26ad64 url(../images/bg.jpg) no-repeat top center;
}
.about-content .title{
	text-align: center;
	padding-bottom: 20px;
}
.about-content .title h2{
	color: #fff;
	font-size: 22px;
	line-height: 24px;
}
.about-content .title p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.about-content .con p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.about-content .con p img{
	float: left;
	width: 386px;
	height: 195px;
	margin: 10px 20px 10px 0;
}
.about-content .con p img:last-child{
	margin-right: 0;
}
.about-content .con p.txt{
	text-align: center;
	padding-top: 10px;
}
.about-content .con p.txt strong{
	font-size: 16px;
	font-weight: bold;
	padding: 0 40px;
}
