/**--------------------------轮播--------------------------------------**/
/**----滚动圆点----**/
.carousel-indicators{
	position:absolute;
	z-index: 2;
	margin-bottom: 0.1%;
}
.carousel-indicators li{
	width: 6px;
	height: 6px;
}
.carousel-indicators .active{
	width: 8px;
	height: 8px;
}
/**----滚动图片----**/
.carousel-inner{
	position: relative;
	z-index: 1;
	margin-top: 62px;
}
/**----滚动控制----**/
.carousel-control{
	position: absolute;
	z-index: 2;
	margin-top: 16.6%;
	display: none;
}
.carousel-control.right,
.carousel-control.left
{
	background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
}
.carousel .carousel-control .glyphicon{
	font-size: 14px;
	border-radius: 4px;
	padding: 8px;
	background-color: rgba(0,0,0,0.6);
}
/**--------------------------标语--------------------------------------**/
.slogan{
	position: absolute;
	z-index: 3;
	left: 8%;
	margin-top: -42%;
	width: 48%;
	height: auto;
}
.slogan .text{
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.5);
}
.text-container{
	width: 80%;
	height: auto;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.slogan .text p{
	width: 100%;
	color: rgba(255,255,255,0.7);
	font-weight: 210;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-bottom: 16px;
}
.slogan .nav{
	width: 100px;
	height: auto;
	margin-top: -20px;
	margin-left: 15px;
}
.slogan .nav img{
	width: 100%;
	height: auto;
}

/**-----------------------down-arrow--------------------------------------**/
.down-arrow{
	position: absolute;
	left: 49.5%;
	bottom: 17.8%;
	z-index: 3;
	width: 100%;
	height: 12px;
	font-size: 18px;
	margin-left: -2px;
	/*background-color: red;*/
	display: none;
}
.down-arrow img{
	position: absolute;
	top: 0;
	width: 19px;
	height: 12px;
	cursor: pointer;
	opacity: 0.8;
	-webkit-animation: jump-down 2s ease-in-out infinite;
}
@-webkit-keyframes jump-down{

	0%{
		top: 0;
	}
	65%{
		top: 25px;
		height: 12px;
	}
	75%{
		height: 12px;
	}
	100%{
		top: 0;
		height: 12px;
	}
}
/**----------------------- share --------------------------------------**/
.share{
	position: absolute;
	left: 81%;
	bottom: 23%;
	z-index: 99;
	width: 108px;
	height: 18px;
	/*background-color: red;*/
	display: none;
}
.share ul li{
	padding: 0 8px;
}

.bound{
	position: absolute;
	z-index: 100;
	margin-top: -298px;
	width: 176%;
	height: auto;
}
.bound img{
	width: 100%;
	height: auto;
}
.code-content{
	margin-top: -115%;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: auto;
	text-align: center;
}
.code-content img{
	width: 100%;
	height: auto;
}
.code-content p{
	margin-top: 10px;
	font-size: 12px;
	word-spacing: 2px;
	color: #828282;
}
.bound-face{
	margin-left: -164px;
	visibility: hidden;
}
.bound-ins{
	margin-left: -128px;
	visibility: hidden;
}
.bound-chat{
	margin-left: -92px;
	visibility: hidden;
}
.face:hover .bound-face,
.ins:hover .bound-ins,
.chat:hover .bound-chat
{
	visibility: visible;
}
/**----------------------- 页头部分的媒体查询 --------------------------------------**/
@media screen and (min-width: 768px){
	.carousel-control{
		display: block;
	}
	.carousel-inner{
		top: -62px;
	}
	.carousel-indicators{
		margin-bottom: 10%;
	}
	.carousel-indicators li{
		width: 8px;
		height: 8px;
	}
	.carousel-indicators .active{
		width: 10px;
		height: 10px;
	}
	.slogan{
		margin-top: -40%;
		width: 25%;
		left: 16%;
	}
	.text-container{
		padding-top: 10px;
	}
	.slogan .text p{
		letter-spacing: 3px;
		line-height: 30px;
		padding-bottom: 20px;
	}
	.slogan .nav{
		width: 130px;
		margin-top: -22px;
	}
}
@media screen and (min-width: 992px){
	.share,
	.down-arrow{
		display: block;
	}
	.carousel-control{
		margin-top: 19%;
	}
	.slogan{
		margin-top: -39%;
		left: 18%;
	}
	.slogan .text p{
		font-size: 14px;
		letter-spacing: 4px;
	}
	.slogan .nav{
		width: 145px;
		margin-top: -22px;
		margin-left: 21px;
	}
}
@media screen and (min-width: 1200px){
	.carousel-indicators li{
		width: 10px;
		height: 10px;
	}
	.carousel-indicators .active{
		width: 12px;
		height: 12px;
	}
	.slogan .text p{
		font-size: 16px;
		letter-spacing: 6px;
		line-height: 38px;
	}
	.slogan .nav{
		width: 150px;
	}
}
@media screen and (min-width: 1440px){
	.carousel-indicators{
		margin-bottom: 9%;
	}
	.slogan .text p{
		margin-top: 14px;
		font-size: 18px;
		letter-spacing: 8px;
		line-height: 40px;
	}
	.slogan .nav{
		margin-left: 35px;
	}
	.share{
		bottom: 20%;
	}
	.down-arrow span{
		margin-left: -3px;
	}
	.down-arrow{
		bottom: 15.3%;
	}
}
@media screen and (min-width: 1660px){
	.slogan .text p{
		margin-top: 14px;
		font-size: 20px;
		letter-spacing: 10px;
		line-height: 44px;
	}
	.slogan .nav{
		margin-left: 35px;
	}
	.down-arrow span{
		margin-left: -2px;
	}
}
@media screen and (min-width: 1920px){
	.slogan .text p{
		margin-top: 14px;
		font-size: 22px;
		letter-spacing: 12px;
		line-height: 48px;
	}
	.down-arrow span{
		margin-left: 0px;
	}
}
/**----------------------- 分割线-标题 --------------------------------------**/
.deliver-title{
	position: relative;
	display: block;
	width: 100%;

	height: 40px;
	background-color: white;
}
.deliver-title img{
	position: absolute;
	width: 100%;
	height: auto;
}
.deliver-title .title{
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 11px;
	font-size: 14px;
	color: #5a5a5a;
	text-align: center;
}
/**------- 分割线-标题的媒体查询 ----------**/
@media screen and (min-width: 768px){
	.deliver-title{
		top:-62px;
		height: 78px;
	}
	.deliver-title .title{
		padding-top:28px;
		font-size: 18px; 
	}
}
.room-flex{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content:space-around;
	flex-wrap: wrap;
}
/*.room-flex .room{
	margin-left: 1.5%;
}*/