.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix             { zoom: 1; } /* ie6 */
*:first-child html .clearfix { zoom: 1; } /* ie7 */

.inn-banner{
	background: url(/uploads/image/siinnnew/banner_inn_bg.png) no-repeat;
	width: 100%;
	height: 800px;
	background-size: cover;
	position: relative;
}
.inn-banner-text{
	width: 1180px;
	margin: 0 auto;
	padding: 160px 0
}
.inn-banner-text h5{
	font-size:24px;
	font-weight:500;
	color:rgba(255,255,255,1);
	margin: 80px 0 20px 0;
}
.inn-banner-text p{
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:24px;
}
.inn-banner-text p span{
	font-weight: bold;
}
.inn-banner-titleimg{
	height:60px;
}
.inn-banner-codeimg{
	width:120px;
	height:120px;
	margin-top: 80px;
}

section{
	width: 100%;
	background: #fff;
}
.bg-gray{
	background: #f4f4f4;
}
.bg-service{
	background: url(/uploads/image/siinnnew/service_inn_bg.png) no-repeat;
	width: 100%;
	background-size: cover;
}
.inn-content{
	width:1180px;
	margin: 0 auto;
	padding:100px 0;
}
.inn-title{
	text-align: center;
	padding-bottom: 60px;
}
.inn-title h3{
	font-size:40px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	padding-bottom: 16px;
}
.inn-title p{
	font-size:20px;
	font-weight:400;
	color:rgba(102,102,102,1);
	letter-spacing:6px;
}
.inn-aboutmain{
	width:204px;
	height:204px;
	background:rgba(255,255,255,1);
	border-radius:4px;
	border:1px solid rgba(224,224,224,1);
	margin-right: 40px;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.inn-aboutmain:last-child{
	margin: 0;
}
.inn-aboutmain img{
	display: inline-block;
	width: 120px;
	height:120px;
	margin: 20px 0 10px 0;
}
.inn-aboutmain p{
	font-size:24px;
	font-weight:500;
	color:rgba(51,51,51,1);
}
.inn-thememain{
	width:380px;
	height:285px;
	float: left;
	margin-right: 20px;
	position: relative;
	border-radius:4px;
}
.inn-thememg{
	margin-bottom: 20px;
}
.inn-thememain img{
	width:100%;
	height:100%;
	border-radius: 4px 4px 0px 0px;
}
.inn-thememain p{
	position: absolute;
	width:380px;
	height:48px;
	background:rgba(51,51,51,0.5);
	border-radius:0px 0px 4px 4px;
	bottom:0;
	left:0;
	font-size:16px;
	color:rgba(255,255,255,1);
	line-height:48px;
	text-align: center;
}
.inn-thememain:nth-child(3n 3){
	margin-right: 0;
}
.inn-servicemain{
	width:280px;
	height:414px;
	background:rgba(255,255,255,1);
	border-radius:4px;
	float: left;
	margin-right: 20px;
}
.inn-servicemain:last-child{
	margin: 0;
}
.inn-servicemain img{
	width:280px;
	height:280px;
	border-radius:4px 4px 0px 0px ;
}
.inn-servicemain dl{
	padding: 40px;
	background: #fff;
	border-radius:0px 0px 4px 4px;
}
.inn-servicemain dt{
	font-size:24px;
	font-weight:500;
	color:rgba(51,51,51,1);
}
.inn-servicemain dd{
	font-size:20px;
	margin-top: 10px;
	font-weight:300;
	color:rgba(153,153,153,1);
}
.inn-tablemain{
	width:25%;
	text-align: center;
	float: left;
}
.inn-tablemain img{
	display: inline-block;
	width:100px;
	height:100px;
}
.inn-tablemain h5{
	font-size:20px;
	margin: 20px 0 10px 0;
	font-weight:500;
	color:rgba(51,51,51,1);
}
.inn-tablemain p{
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.inn-hotel{
	width:1180px;
	height:540px;
	overflow: hidden;
}
.inn-hotelmain{
	width:720px;
	height:540px;
	float:left;
}
.inn-hoteldetail{
	width:380px;
	height:460px;
	padding: 40px;
	float:right;
	background: #fff;
	position: relative;
}
.swiper-button-prev, .swiper-button-next{
	display: block;
}
.swiper-pagination-bullet {
   width:10px;
   height:10px;
   background:rgba(255,255,255,1);
   opacity:0.5;
   border: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.swiper-pagination-bullet-active{
	width:20px;
	height:10px;
	background:rgba(255,255,255,1);
	border-radius:5px;
	top:0;
	border: 0;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 80px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/uploads/image/siinnnew/carousel_left_s.png);
    left: 0;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/uploads/image/siinnnew/carousel_right_s.png);
    right: 0;
    left: auto;
}
.inn-hoteldetail-title{
	font-size:24px;
	font-weight:500;
	color:rgba(42,42,42,1);
	margin-bottom: 20px;
}
.inn-hoteldetail-address{
	font-size:20px;
	color:rgba(153,153,153,1);
}
.inn-hoteldetail-label{
	margin: 40px 0;
	border: 1px solid #e0e0e0;
	border-right:none;
	border-left:none;
	box-sizing: border-box;
	padding: 20px 0;
}
.inn-hoteldetail-label span{
	display:inline-block;
	background: url(/uploads/image/siinnnew/symbol.png) no-repeat;
	background-size: 16px 16px;
	background-position-y: center;
	padding-left: 26px;
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:24px;
	margin-right: 40px;
}
.inn-hoteldetail-label span:last-child{
	margin-right: 0;
}
.inn-hoteldetail-facilities{
	padding-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.inn-hoteldetail-facilities li{
	width:48px;
	float:left;
	margin-right: 18px;
}
.inn-hoteldetail-facilities li:last-child{
	margin: 0;
}
.inn-hoteldetail-facilities li img{
	width:48px;
	height:48px;
}
.inn-hoteldetail-facilities li p{
	margin-top: 11px;
	font-size:14px;
	text-align: center;
	font-weight:300;
	color:rgba(153,153,153,1);
}
.inn-hoteldetail-tel{
	margin-top: 40px;
}
.inn-hoteldetail-tel p{
	font-size:20px;
	font-weight:300;
	color:rgba(153,153,153,1);
}
.inn-hoteldetail-tel span{
	display: block;
	font-size:28px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-top: 10px;;
}
.inn-hoteldetail-price{
	position: absolute;
	bottom:60px;
	right:0;
	background:rgba(255,156,11,1);
	border-radius:4px 0px 0px 4px;
	padding:10px 20px;
	font-size:14px;
	color:rgba(255,255,255,1);
	line-height:20px;
}
.inn-hoteldetail-price span{
	font-size:28px;
	line-height:36px;
	margin-right: 8px;
}
.hovermore{
	position: relative;
}
.hovermore img.hovercode{
	position:absolute;
	bottom:0;
	right:-10px;
	display: none;
}