.artist-cover{
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 52;
	background-color: #f4f4f4;
	padding: 4.16%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.artist-cover.active{
	left: 0;
}
.artist-cover .artist-box{
	background-color: #fff;
	width: 100%;
	display: none;
	align-items: stretch;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	position: relative;
}
.artist-cover .artist-box.active{
	display: flex;
	-webkit-display: flex;
}
.artist-cover .artist-box .close-btn{
	position: absolute;
	right: 40px;
	top: 40px;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #333;
	z-index: 9;
}
.artist-cover .artist-box .close-btn img{
	vertical-align: middle;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.artist-cover .artist-box .close-btn:hover img{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.artist-cover .artist-box .left{
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
}
.artist-cover .artist-box .left .img-box{
	border-radius: 50%;
	overflow: hidden;
	width: 53.6%;
	margin-bottom: 65px;
}
.artist-cover .artist-box .left .img-box img{
	width: 100%;	
}
.artist-cover .artist-box .left h5{
	font-size: 42px;
	color: #333;
	font-weight: lighter;
	font-family: "sy-l";
	margin-bottom: 5%;
}
.artist-cover .artist-box .left p{
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	font-family: "sy-l";
	line-height: 2em;
	text-align: center;
	padding: 0 15%;
	text-align: justify;
}
.artist-cover .artist-box .right{
	width: 68%;
	overflow: hidden;
}
.artist-cover .artist-box .right .swiper-container{
	height: 100%;
}
.artist-cover .artist-box .right .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.artist-cover .artist-box .right .swiper-slide img{
	width: 100%;
}
.artist-cover .artist-box .right .swiper-pagination{
	bottom: 28px;
}
.artist-cover .artist-box .right .swiper-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/artistcover_page_icon1.png);
	margin: 0 8px;
	opacity: 1;
	background-color: transparent;
}
.artist-cover .artist-box .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-image: url(../images/artistcover_page_icon2.png);
}
.artist-cover .artist-box .right .button-prev,.artist-cover .artist-box .right .button-next{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #333;
	top: 50%;
	margin-top: -35px;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
.artist-cover .artist-box .right .button-prev:hover,.artist-cover .artist-box .right .button-next:hover{
	background-color: #fff;
	background-position: center bottom;
}
.artist-cover .artist-box .right .button-prev{
	left: 30px;
	background-image: url(../images/artistcover_prev.png);
}
.artist-cover .artist-box .right .button-next{
	right: 30px;
	background-image: url(../images/artistcover_next.png);
}

html,body{
	height: 100%;
}
#main{
	padding-top: 100px;
	height: 100%;
}
.sec4{
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/sec4_bg.jpg);
	background-position: center top;
	background-size:  100% 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
}
.sec4 .title{
	position: absolute;
	left: 4.16%;
	top: 100px;
	text-align: center;
}
.sec4 .title .num{
	font-size: 40px;
	font-family: "itc-bold";
	font-weight: bold;
	color: rgba(2,2,2,0.2);
	margin-bottom: 25px;
}
.sec4 .title p{
	font-size: 38px;
	color: #333;
	font-family: "sy-h";
	font-weight: bold;
}
.sec4 .title .line{
	width: 1px;
	height: 70px;
	background-color: #000;
	margin: 20px auto 15px;
}
.sec4 .title .en{
	transform-origin: 0.5em 0.5em;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	font-size: 24px;
	color: #020202;
	font-family: "itc-xlt";
	font-weight: lighter;
	width: 1em;
	margin: 0 auto;
}
.sec4 .text p{
	font-size: 18px;
	color: #333;
	font-weight: lighter;
	font-family: "sy-l";
	line-height: 40px;
}
.sec4 .line{
	width: 40px;
	height: 2px;
	margin: 4.1% auto 5.6%;
	background-color: #333;
}
.sec4 .swiper-container{
	width: 76%;
	margin: 0 auto;
}
.sec4 .btn-box{
	margin-bottom: 4.25%;
	font-size: 0;
}
.sec4 .btn-box .button-prev,.sec4 .btn-box .button-next{
	width: 50px;
	height: 50px;
	border: 1px solid #333;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	cursor: pointer;
}
.sec4 .btn-box .button-prev:hover,.sec4 .btn-box .button-next:hover{
	background-color: #333;
	background-position: center bottom;
}
.sec4 .btn-box .button-prev{
	background-image: url(../images/sec5_prev.png);
}
.sec4 .btn-box .button-next{
	background-image: url(../images/sec5_next.png);
}
.sec4 .swiper-slide img{
	width: 100%;
}
.sec4 .swiper-slide .cover{
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sec4 .swiper-slide:hover .cover{
	bottom: 0;
}
.sec4 .swiper-slide .cover p{
	font-size: 16px;
	color: #fff;
	font-family: "sy-l";
	font-weight: lighter;
	border: 1px solid #fff;
	padding: 10px 15px;
}

@media only screen and (max-width:1270px){
	
}
@media only screen and (max-width:1200px){
}
@media only screen and (max-width:1025px){
	
	#main{
		padding-top: 3.125rem;
	}

	.artist-cover{
		padding: 6.66%;
	}
	.artist-cover .artist-box{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.artist-cover .artist-box .close-btn{
		right: 0.625rem;
		top: 0.625rem;
		width: 1.5625rem;
		height: 1.5625rem;
		line-height: 1.5625rem;
	}
	.artist-cover .artist-box .close-btn img{
		width: 0.625rem;
	}
	.artist-cover .artist-box .left{
		width: 100%;
		height: 65%;
	}
	.artist-cover .artist-box .left .img-box{
		width: 30.8%;
		margin-bottom: 1.25rem;
	}
	.artist-cover .artist-box .left h5{
		font-size: 1.3125rem;
		margin-bottom: 0.625rem;
	}
	.artist-cover .artist-box .left p{
		font-size: 0.75rem;
		line-height: 1.5em;
	}
	.artist-cover .artist-box .right{
		width: 100%;
		height: 35%;
	}
	.artist-cover .artist-box .right .swiper-pagination{
		bottom: 0.5rem;
	}
	.artist-cover .artist-box .right .swiper-pagination .swiper-pagination-bullet{
		width: 0.4375rem;
		height: 0.4375rem;
		margin: 0 0.25rem;
	}
	.artist-cover .artist-box .right .button-prev,.artist-cover .artist-box .right .button-next{
		width: 2.1875rem;
		height: 2.1875rem;
		margin-top: -1.09375rem;
	}
	.artist-cover .artist-box .right .button-prev{
		left: 0.3125rem;
	}
	.artist-cover .artist-box .right .button-next{
		right: 0.3125rem;
	}


	
	.sec4{
		padding: 2.8125rem 6.66% 3.125rem;
		background-image: url(../images/sec4_bg_mobile.jpg);
		background-size: 100% auto;
	}
	.sec4 .title{
		left: 6.66%;
		top: 2.8125rem;
	}
	.sec4 .title .num{
		font-size: 1.5625rem;
		margin-bottom: 0.75rem;
	}
	.sec4 .title p{
		font-size: 1.40625rem;
	}
	.sec4 .title .line{
		height: 2.1875rem;
		margin: 0.75rem auto;
	}
	.sec4 .title .en{
		font-size: 0.75rem;
	}
	.sec4 .text p{
		font-size: 0.75rem;
		line-height: 1.5625rem;
	}
	.sec4 .line{
		width: 1.25rem;
		margin: 1.375rem auto 1.6875rem;
	}
	.sec4 .swiper-container{
		width: 100%;
	}
	.sec4 .btn-box{
		margin-bottom: 2rem;
	}
	.sec4 .btn-box .button-prev,.sec4 .btn-box .button-next{
		width: 1.5625rem;
		height: 1.5625rem;
		margin: 0 0.3125rem;
	}
	.sec4 .swiper-slide:hover .cover{
		bottom: -100%;
	}
	.sec4 .swiper-slide .cover p{
		font-size: 0.625rem;
		padding: 0.25rem 0.5rem;
	}
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){
	
}