.banner img{
	display: block;
	width: 100%;
}
/*报名入口*/
.enter-sec{
	width: 100%;
	height: 0;
	padding-top: 30%;
	position: relative;
}
.enter-sec img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.enter-sec .enter-inner{
	position: absolute;
    left: 13vw;
    top: 12vw;
}
.enter-sec .enter-inner h2{
	font-size: 2vw;
    color: #fff;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid #29d0c9;
    text-align: center;
}
.enter-sec .enter-inner p{
	font-size: 1.2vw;
    color: #fff;
    padding-top: 1vw;
    text-align: center;
}
.enter-btn{
	display: table;
	width: 100%;
	padding: 2.7vw 0;
}
.enter-btn div{
	display: table-cell;
	text-align: center;
}
.enter-btn div a{
	font-size: 1vw;
	color: #fff;
	padding: 0.7vw 1.5vw;
	border-radius: 0.3vw;
	border: 1px solid #29D0C9;
	cursor: pointer;
}
.enter-btn div a:first-child{
	margin-right: 1.5vw;
}
.enter-btn div a:last-child{
	margin-left: 1.5vw;
}
.enter-btn div .blue-back{
	background-color: #29D0C9;
}
/*音频视频*/
.qupu-sec{
	width: 100%;
	height: 0;
	padding-top: 30%;
	position: relative;
}
.qupu-sec .img{
	position: absolute;
	top: 50%;
	left: 20vw;
	transform: translateY(-50%);
}
.qupu-sec .img img{
	width: 25vw;
	display: block;
}
.qupu-sec .right{
	position: absolute;
	top: 50%;
	right: 20vw;
	transform: translateY(-50%);
}
.qupu-sec .right h2{
	font-size: 2vw;
    font-weight: bold;
    padding-bottom: 1vw;
    border-bottom: 1px solid #29D0C9;
    width: 9vw;
    margin: 0 auto;
    margin-bottom: 1vw;
    text-align: center;
}
.qupu-sec .right p{
	font-size: 1.5vw;
	text-align: center;
}
.qupu-sec .right .last{
	margin-bottom: 3vw;
}
.qupu-btn{
	display: table-cell;
	width: 20vw;
	text-align: left;
	padding: 0.7vw 0;
}
.qupu-btn a{
	font-size: 1vw;
	padding: 0.7vw 1.5vw;
	border-radius: 0.3vw;
	border: 1px solid #29D0C9;
	cursor: pointer;
}
.qupu-btn a:first-child{
	margin-right: 5vw;
}
.qupu-btn .blue-back{
	background-color: #29D0C9;
	color: #fff;
}
/*编委团队*/
.bianwei{
	width: 100%;
}
.bianwei .con{
    margin: 0 auto;
    text-align: center;
}
.bianwei .con h3{
    padding-top: 1.5vw;
    padding-bottom: 0.5vw;
    font-size: 2vw;
    margin-bottom: 1.5vw;
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #29d0c9;
}
.bianwei .leftright .left{
	float: left;
	background-image: none !important;
	margin-left: 12vw;
	padding-top: 8vw;
}
.bianwei .leftright .left a{
	display: block;
}
.bianwei .leftright .left a img{
	width: 2.6vw;
	display: block;
}
.bianwei .leftright .right{
	float: right;
	background-image: none !important;
	margin-right: 12vw;
	padding-top: 8vw;
}
.bianwei .leftright .right a{
	display: block;
}
.bianwei .leftright .right a img{
	width: 2.6vw;
	display: block;
}
.bianwei-slider{
	position: relative;
}
.bianwei-slider .slider-bg{
	position: absolute;
    left: 50%;
    margin-left: -20vw;
}
.bianwei-slider .leftright{
	line-height: 316px;
}
.slider-bg ul li{
	width: 204px;
	height: 154px;
	float: left;
	position: relative;
	transition: all 0.2s linear;
}
.slider-bg ul .border-bottom{
	margin-bottom: 8px;
}
.slider-bg ul .border-right{
	margin-right: 8px;
}
.slider-bg ul li img{
	width: 204px;
	height: 154px;
}
.slider-bg .bianwei-wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 204px;
	height: 40px;
	overflow: hidden;
	opacity: 0;
	font-size: 1.8rem;
	transition: all .3s linear;
	background-color: #29D0C9;
	text-align: center;
	line-height: 40px;
	color: #fff;
	z-index: 999;
}

.slider-bg .page .bianwei-item-active a img{
	transform: scale(1.09,1.09);
	-webkit-transform: scale(1.09,1.09);
	/*z-index: 998;*/
}
.slider-bg .page .bianwei-item-active .bianwei-wrapper{
	opacity: 1;
	/*z-index: 999;*/
}
  /*编委团队的轮播效果*/
.slider-bg{
	width: 40vw;
    /*height: 316px;*/
    position: relative;
    overflow: hidden;
}
.slider-bg .slider-bg-img div{
	float: left;
	cursor: pointer;
}

.slider-bg-img div ul{
	height: 316px;
    width: 840px;
    overflow: hidden;
}
/*迷笛先生*/
.mr-sec{
	margin: 0 12vw;
	position: relative;
}
.mr-sec .title{
	font-size: 2vw;
	color: #2e2e2e;
	padding-top: 1.5vw;
	padding-bottom: 0.5vw;
	border-bottom: 1px solid #29D0C9;
	margin: 0 auto;
	width: 9vw;
	margin-bottom: 2vw;
	text-align: center;
}
.mr-sec .swiper-slide .inner{
	width: 60vw;
	margin: 0 auto;
}
.mr-sec .swiper-slide .mr-item{
	display: inline-block;
	width: 13vw;
	margin-right: 2.3vw;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	border-radius: 1vw;
	padding: 1.5vw 0;
	text-align: center;
	margin-bottom: 1vw;
}
.mr-sec .swiper-slide .mr-item:last-child{
	margin-right: 0;
}
.mr-sec .swiper-slide .mr-item .img img{
	display: block;
	width: 8vw;
	height: 8vw;
	border-radius: 50%;
	margin: 0 auto;
	cursor: pointer;
}
.mr-sec .swiper-slide .mr-item h2{
	font-size: 1.5vw;
    padding: 0.5vw 0;
    border-bottom: 1px solid #29d0c9;
    display: inline-block;
    color: #2E2E2E;
    margin-bottom: 0.7vw;
}
.mr-sec .swiper-slide .mr-item p{
	font-size: 1.2vw;
	text-align: center;
}
.mr-sec .swiper-slide .mr-item p:last-child{
	padding-top: 0.7vw;
}
.mr-sec .left-right .left{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2vw;
	cursor: pointer;
	z-index: 99;
}
.mr-sec .left-right .left a{
	display: block;
}
.mr-sec .left-right .left a img{
	width: 2.6vw;
	display: block;
}
.mr-sec .left-right .right{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2vw;
	cursor: pointer;
	z-index: 99;
}
.mr-sec .left-right .right a{
	display: block;
}
.mr-sec .left-right .right a img{
	width: 2.6vw;
	display: block;
}
.swiper-button-prev{
	background-image: none;
}
.swiper-button-next{
	background-image: none;
}
.left-right a{
	display: block;
	width: 2.6vw;
}
.left-right a img{
	width: 2.6vw;
}
.mr-sec .more{
    position: absolute;
    bottom: 1.5vw;
    display: block;
    right: -10vw;
}
.mr-sec .more img{
	width: 2vw;
    height: 2vw;
    display: block;
}
/*吉他*/
.club-sec{
	width: 100%;
	height: 0;
	padding-top: 30%;
	position: relative;
}
.club-sec .club-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.club-sec .title{
	position: absolute;
    top: 7vw;
    left: 50%;
    transform: translateX(-50%);
}
.club-sec .title h2{
	font-size: 2vw;
    color: #fff;
    padding-bottom: 0.5vw;
    border-bottom: 1px solid #29d0c9;
}
.club-sec .address{
	font-size: 1.5vw;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 12vw;
}
.club-sec .time{
	font-size: 1.2vw;
	color: #29D0C9;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 16vw;
}
.club-sec .details{
	font-size: 1.2vw;
	color: #29D0C9;
	padding: 0.7vw 2vw;
	border: 1px solid #29D0C9;
	border-radius: 0.3vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 6vw;
}
