
.suronnd-banner {
	width: 100%;
	background: #F0F0F0FF;
}

.suronnd-banner .box {
	/*width: 1200px;*/
    width:100%;
	margin: 0 auto;
	padding-bottom: 20px;
	height:414px;
	position: relative;
}


#container{
	height:414px;
	width:100%;
box-shadow:3px 5px 7px 0px rgba(34,34,34,0.1);
border-radius:6px;
position: relative;
}
.searchmap{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 296px;
	min-height: 50px;
	background:rgba(255,255,255,1);
box-shadow:3px 5px 7px 0px rgba(34,34,34,0.1);
z-index: 99;
padding-top: 10px;
border-radius:6px ;
padding-left: 14px;
}
.searchmap input{
    width: 258px;
    height: 32px;
    background: rgba(255,255,255,1);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    display: block;
    border: 1px solid #DDD;
    outline: none;
    text-indent: 10px;
}
.searchmap img{
	padding: 10px;
	position: absolute;
	right: 40px;
	top: 6px;
	cursor: pointer;
} 
.searchList{
	padding: 8px 0; 
}
.searchList li{
	line-height: 30px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.searchList li:hover{
	color: #FF5F3D;
}
.imgstyle{
	width:220px;
	display:block;
	height: 140px;
	margin-bottom: 10px;
}
.mapVAddress{
	font-size: 14px;
	line-height: 20px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot {
	background: white;
}

.hot-box {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.hot-box h2 {
	font-size: 36px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	padding: 45px 0 26px 0;
    letter-spacing: 10px;
}

.hot-box h2 span {
	font-size: 24px;
	font-weight: 400;
	color: rgba(255, 95, 61, 1);
	letter-spacing: 2px;
	display: block;
	line-height: 32px;
	word-spacing: 4px;
	padding-top: 6px;
    letter-spacing: 10px;
}

.hot-menu {
	text-align: center;
}

.hot-menu ul {
	/*width: 450px;*/
	margin: 0 auto;
	padding-bottom: 18px;
    display: inline-block;
}

    .hot-menu li {
        /*width: 147px;*/
        float: left;
        font-size: 24px;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        position: relative;
        cursor: pointer;
        padding: 0 32px 0 29px;
    }

.hot-menu li::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 34px;
	background: rgba(153, 153, 153, 1);
	border-radius: 2px;
	right: 0;
	top: 0px;
}

.hot-menu li:last-child::after {
	display: none;
}

.hot-menu li span {
	line-height: 32px;
}

.hot-menu li.active span {
	width: auto;
	display: inline-block;
	height: 36px;
	border-bottom: 4px solid rgba(255, 59, 48, 1);
}

.list-box {
	width: 100%;
	height: auto;
	margin-bottom: 84px;
}

.list-box li {
	width: 386px;
	margin-right: 19px;
	float: left;
}

.list-box li:last-child {
	margin-right: 0;
}

.list-box li a {
	display: block;
}

.thumb {
	width: 100%;
	height: 220px;
	border-radius: 6px;
}

.list-box li h3 {
	font-size: 24px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	padding: 19px 0 15px 0;
}

.list-box li h3 img {
	margin-right: 8px;
	position: relative;
	top: -4px;
}

.list-box .rate i {
	font-size: 20px;
	color: #FF5F3DFF;
}

.list-box .rate {
	padding-bottom: 12px;
}

.list-box .rate span {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: rgba(153, 153, 153, 1);
	padding-left: 16px;
}

.list-box .label span {
	font-size: 14px;
	font-weight: 400;
	padding: 1px 5px;
	border-radius: 4px;
	margin-right: 9px;
}

.list-box .label span:nth-of-type(1) {
	border: 1px solid rgba(255, 126, 0, 1);
	color: rgba(255, 126, 0, 1)
}

.list-box .label span:nth-of-type(2) {
	border: 1px solid #3CA1FFFF;
	color: #3CA1FFFF
}

.list-box .label span:nth-of-type(3) {
	border: 1px solid #84D453FF;
	color: #84D453FF
}

.list-box .label span:nth-of-type(4) {
	border: 1px solid #FA2F2FFF;
	color: #FA2F2FFF
}

.list-box .price {
	font-size: 30px;
	color: rgba(255, 95, 61, 1);
	padding-top: 19px;
}

.list-box .price span {
	color: #999999FF;
	font-size: 24px;
}

.popular-hotel {
	width: 100%;
	/*padding-top: 30px;*/
	display: none;
}
	.popular-hotel a {
	display:inline;
	}
	.popular-hotel li {
		width: 100%;
		height: 254px;
		border-top: 3px solid rgba(217, 217, 217, 1);
		padding-top: 36px;
		position: relative;
	}
.popular-hotel li:first-child{
	border-top: hidden;
}
.popular-hotel li .hotel-img {
	width: 386px;
	height: 220px;
	border-radius: 6px;
	margin-right: 54px;
	float: left;
}
.popular-hotel li  h3{
	font-size:24px;
font-weight:500;
color:rgba(51,51,51,1);
padding-top: 10px;
}
.popular-hotel li  h3 img{
	float: left;
	padding-right: 11px;
	position: relative;
	top: -4px;
}
.popular-hotel li  h3 span{
	font-size:17px;
font-weight:400;
color:rgba(153,153,153,1);
padding-left:30px ;
}
.popular-hotel .location{
	position: absolute;
	left: 440px;
	bottom: 28px;
}
.popular-hotel .location {
	font-size:16px;
font-weight:400;
color:#999999FF;
padding: 8px 0;
display: block;
}
.popular-hotel .location span{
	color: #309ACCFF;
}
.popular-hotel .rate span {
font-size:20px;
font-weight:500;
color:rgba(153,153,153,1);
padding-left: 16px;
}
.popular-hotel .rate i{
		font-size: 20px;
	color: #FF5F3DFF;
}
.adv{
	height: 26px;
	margin-top: 20px;
	line-height: 26px;
}
.adv img{
	position: relative;
	top: -3px;
	margin-right: 5px;
}
.adv  i{
	font-size:14px;
font-weight:400;
color:rgba(255,126,0,1);
}
.adv span{
	margin-right: 13px;
}
.popular-hotel .price{
	margin-top: 37px;
	font-size:30px;
font-weight:500;
color:#FF5F3DFF;
}
.popular-hotel .price span{
	font-size:24px;
font-weight:500;
color:#999999;
}
.showMore{
	width:297px;
height:68px;
background:linear-gradient(-35deg,rgba(255,95,62,1),rgba(255,93,71,1),rgba(253,84,99,1),rgba(247,72,118,1));
box-shadow:7px 9px 23px 1px rgba(250,78,109,0.4);
margin: 0 auto;
font-size:30px;
font-weight:500;
color:rgba(255,255,255,1);
text-align: center;
line-height: 68px;
cursor: pointer;
}
.popular-hotel p.info{
	font-size:18px;
font-family:Source Han Sans CN;
font-weight:400;
color:rgba(153,153,153,1);
text-indent: 36px;
padding-top: 35px;
line-height: 27px;
width: 758px;
}
.anchorBL{
	display: none;
}
.video{
	background: #F0F0F0;
	padding-bottom: 18px;
}
.video video{
	object-fit: cover;
	width: 704px;
	height: 414px;
	margin: 0 auto;
	display: block;
}
.detail{
	background: white;
}
.detail-box{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.detail h1,.detail h2{
	font-size:36px;
text-align: center;
font-weight:500;
color:rgba(51,51,51,1);
letter-spacing: 2px;
padding-top: 35px;
}

.detail .subtitle {
	font-size:24px;
font-weight:500;
text-align: center;
padding: 9px 0 30px 0;
letter-spacing: 8px;
color: #FF5F3D;
padding-top: 12px;
}
.detail .content{
	width: 100%;
	font-size:18px;
color:rgba(51,51,51,1);
line-height: 24px;
letter-spacing: 1px;
}
#imgList,#history,#allusions,#situation{
	margin-top: 50px;
}
.detail .content img{
	max-width: 100%;
}
.detail .img-item li{
	width:287px;
height:171px;
overflow: hidden;
border-radius:4px ;
margin: 0 16px 16px 0;
float: left;
}
.detail .img-item li img{
		width:287px;
height:171px;
object-fit: cover;

}
.detail .img-item li:nth-of-type(4n){
	margin-right: 0;
}
.lift {
    position: fixed;
    width:84px;
height:260px;
    margin: 0 auto;
    z-index: 99;
    right: 50%;
    margin-right: -694px;
    top: 700px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow:0px 0px 4px 0px rgba(153,153,153,0.3);
border-radius:3px;
    }
    .lift li{
    	font-size:18px;
        height: 50px;
        line-height: 50px;
        border-bottom: 2px solid  #E5E5E5;
    	margin: 0 12px;
    }
 .lift li a{
 	display: block;
 	color:rgba(51,51,51,1)
 }
.lift li:last-child{
	border-bottom: none;
}
