body {
	width: 100%;
	height: 100%;
	background: #262626;
}

header {
	width: 100%;
	height: 50px;
	line-height: 20px;
	padding: 15px 0;
	background: #4a4a4a;
}

.header_cont {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.nav_position {
	font-family: 微软雅黑;
	color: #F2F2F2;
}

.nav_position a {
	color: #F2F2F2;
}

.nav_position a:hover {
	color: #2ba187;
}

.nav_position .nav_interval {
	padding-left: 6px;
	padding-right: 4px;
}

.cont {
	width: 1200px;
	height: auto;
	padding: 0 65px;
	border-bottom: 1px solid #797979;
	margin: 0 auto;
}

.hotel_moves_nav {
	display: flex;
	padding: 10px 0;
}

.hotel_moves_nav li {
	width: 110px;
	height: 40px;
	line-height: 38px;
	font-family: 微软雅黑;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #2ba187;
	border-radius: 4px;
	margin-right: 15px;
	cursor: pointer;
}

.hotel_moves_nav li:hover {
	background: #2ba187;
}

.hotel_moves_nav .active {
	background: #2ba187;
}

.hotel_img_content {
	display: flex;
	flex-wrap: wrap;
}

.hotel_img_views {
	width: 800px;
}

.pc-slide {
	width: 800px;
	height: 557px;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* 没有前缀，目前支持Opera和谷歌浏览器 */
}

.view {
	width: 800px;
	height: 450px;
}

.view .swiper-container {
	width: 800px;
	height: 450px;
}

.view .arrow-left,
.view .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
	cursor: pointer;
}

.view .arrow-left {
	left: 10px;
}

.view .arrow-right {
	right: 10px;
}

.view .swiper-wrapper {
	background: #262626;
}

.view .swiper-slide {
	width: 800px;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.view .swiper-slide img {
	max-width: 800px;
	max-height: 450px;
}

.preview {
	width: 100%;
	margin-top: 2px;
	position: relative;
}

.preview .swiper-container {
	width: 750px;
	height: 105px;
	margin-left: 25px;
	overflow: hidden;
}

.preview .swiper-slide {
	width: 135px;
	height: 105px;
	cursor: pointer;
}

.preview .swiper-slide img {
	width: 100%;
	height: 100%;
}

.preview .arrow-left,
.preview .arrow-right {
	width: 25px;
	height: 100%;
	z-index: 10;
	background: #333;
	position: absolute;
	top: 0;
	z-index: 99;
	cursor: pointer;
}

.preview .arrow-left {
	left: 0;
}

.preview .arrow-right {
	right: 0;
}

.preview .arrow-left svg,
.preview .arrow-right svg {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}

.swiper-wrapper {
	transition-duration: .3s !important;
}

.hotel_img_lists {
	width: 260px;
	height: 557px;
	margin-left: 10px;
	position: relative;
}

.hotel_img_types {
	background: #2ba187;
	border-bottom: 2px solid #262626;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.hotel_img_informations {
	height: 557px;
	overflow-x: hidden;
}
.hotel_img_information_cont{
	padding-top: 42px;
}
.hotel_img_types,
.hotel_img_information {
	width: 242px;
	line-height: 40px;
	display: flex;
	flex-wrap: wrap;
}

.hotel_img_information {
	cursor: pointer;
}

.hotel_img_information:hover {
	background: rgba(43,161,135,.4);
}
.hotel_img_informations .hotel_img_information_active{
	background: #2ba187;
}
.hotel_img_lists span {
	display: block;
	padding: 0 8px;
	color: #F2F2F2;
}

.hotel_img_types_name {
	width: 172px;
	border-right: 1px solid #262626;
	text-align: left;
}
.hotel_img_types .hotel_img_types_name{
	text-align: center;
}
.hotel_img_information .hotel_img_types_name {
	line-height: 20px;
	padding: 10px 8px;
	border-right: 1px solid transparent;
}

.hotel_img_types_area {
	width: 70px;
}

.hotel_name {
	line-height: 45px;
	font-family: 微软雅黑;
	font-size: 18px;
	color: #F2F2F2;
}

.hotel_imgs_footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}


/*loading*/

.icon-box {
	width: 48px;
	height: 48px;
	margin: 0 auto;
	position: relative;
}

.loading-border {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-animation: gifRotate .8s infinite linear;
	animation: gifRotate .8s infinite linear;
	background-image: url(../../img/hotel/loading_border.png);
}

.tip {
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding-top: 18px;
}

@-webkit-keyframes gifRotate {
	0% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-moz-keyframes gifRotate {
	0% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-o-keyframes gifRotate {
	0% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes gifRotate {
	0% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.img_main {
	display: none;
}