@charset "utf-8";
/* CSS Document */

.focus{ position:relative;float: left; background:#000;width: 100%;height: 625px;}  
.focus img{width: 990px;height: 625px;} 

.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/stage/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  


.main_bg{
	float: left;
	background: url(../images/stage/stage_bg.jpg) no-repeat;
	width: 100%;
	min-width: 990px;
}
.main_stage{
	width: 990px;
	margin: 0 auto;
	padding-top: 50px ;
}
.main_btn{
	float: left;
	margin: 30px 0px 45px 0px;
}
.main_btn a{
	float: left;
	margin-right: 22px;
}
.main_btn img{
	width: 315px;
}
.alertbg{
	z-index: 99;
	background:rgba(0,0,0,0.40);
	width:100%;height:100%;
	position: fixed;
	display: none;
}
.alertbg img{
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -370px;
	margin-top: -270px;
}
.stage_img_bg{
	z-index: 99;
	background:rgba(0,0,0,0.40);
	width:100%;height:100%;
	position: fixed;
	display: none;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    }
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 77%;
    width: 100%;
}
.gallery-thumbs {
    height: 22%;
    box-sizing: border-box;
    padding: 20px 0px;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide img{
    width: 100%;
    opacity: 0.5;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.gallery-thumbs .swiper-slide-active img{
    opacity: 0;
}
.stage_img{
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -550px;
	width: 1100px;
	height: 560px;
	background: url(../images/stage/2.png) no-repeat;
	background-size: 100%!important;
}
.stage_pic{
	float: left;
	width: 730px;
	height: 650px;
	position: absolute;
	left: 135px;
	top: 50px;
}
.stage_close{
	width: 40px;
	height: 40px;
	float: left;
	position: absolute;
	z-index: 99;
	background: url(../images/stage/close.png) no-repeat ;
	background-size: 100%;
	right: 165px;
	top: 30px;
	cursor: pointer;
}