/**--------------------------轮播--------------------------------------**/
/**----滚动圆点----**/
.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;
}
/**----滚动控制----**/
.carousel-control{
	position: absolute;
	z-index: 2;
	margin-top: 16.6%;
}
.carousel-control img{
	width: 12%;
}
.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: 18%;
	margin-top: -35%;
	width: 280px;
	height: auto;
}
.slogan .text{
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.3);
}
.text-container{
	width: auto;
	height: auto;
	padding-top: 26px;
	padding-bottom: 32px;
	padding-left: 26px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}
.text-container span{
	font-size: 20px;
}
.text-container table{
	margin-top: 16px;
}
.text-container table th{
	padding-top: 8px;
	padding-right: 14px;
	font-weight: normal;
}
.slogan .nav{
	width: 93px;
	height: 30px;
	margin-top: -16px;
	margin-left: 154px;
	padding-top: 4px;
	background-image: url(../images/nav/bg.svg);
	text-align: center;
	color: white;
}


/**-----------------------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: 142px;
	height: 18px;
	/*background-color: red;*/
}
.share ul li{
	padding: 0 8px;
}
.share img{
	width: 12%;
}
.share .face img{
	width: 6%;
} 
.share a img{
	opacity: 0.7;
}
.share li a:hover img{
	opacity: 1;
}

.bound{
	position: absolute;
	z-index: 100;
	margin-top: -380px;
	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-chat{
	margin-left: -180px;
	visibility: hidden;
}
.chat:hover .bound-chat
{
	visibility: visible;
}
/**-----------------------web-link--------------------------------------**/
.web-link{
	position: absolute;
	left: 10%;
	bottom: 23%;
	width: 157px;
	height: auto;
	z-index: 99;
	color: white;
}
.web-link img{
	position: absolute;
	width: 120px;
	height: auto;
}
.web-link .word{
	position: absolute;
	top: 18px;
	width: 125px;
	height: 17px;
	background-image: url(../images/carousel/white.svg);
}
.web-link .word:hover{
	background-image: url(../images/carousel/blue.svg);
}
/**----------------------- 页头部分的媒体查询 --------------------------------------**/
@media screen and (min-width: 768px){
	.carousel-inner{
		top: -62px;
	}
	.carousel-indicators{
		margin-bottom: 10%;
	}
	.carousel-indicators li{
		width: 8px;
		height: 8px;
	}
	.carousel-indicators .active{
		width: 10px;
		height: 10px;
	}
}
@media screen and (min-width: 992px){
	.down-arrow{
		display: block;
	}
	.carousel-control{
		margin-top: 19%;
	}
}
@media screen and (min-width: 1200px){
	.carousel-indicators li{
		width: 10px;
		height: 10px;
	}
	.carousel-indicators .active{
		width: 12px;
		height: 12px;
	}
}
@media screen and (min-width: 1440px){
	.carousel-indicators{
		margin-bottom: 9%;
	}
	.share{
		bottom: 20%;
	}
	.down-arrow span{
		margin-left: -3px;
	}
	.down-arrow{
		bottom: 15.3%;
	}
}
@media screen and (min-width: 1660px){
	.down-arrow span{
		margin-left: -2px;
	}
}
@media screen and (min-width: 1920px){
	.down-arrow span{
		margin-left: 0px;
	}
}















