#main{
	padding-top: 100px;
}
.view-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;
}
.view-cover.active{
	left: 0;
}
.view-cover .view-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;
}
.view-cover .view-box.active{
	display: flex;
	-webkit-display: flex;
}
.view-cover .view-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;
}
.view-cover .view-box .close-btn img{
	vertical-align: middle;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.view-cover .view-box .close-btn:hover img{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.view-cover .view-box .left{
	width: 62.5%;
	overflow: hidden;
}
.view-cover .view-box .left .swiper-container{
	height: 100%;
}
.view-cover .view-box .left .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.view-cover .view-box .left .swiper-slide img{
	width: 100%;
}
.view-cover .view-box .left .button-prev,.view-cover .view-box .left .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;
}
.view-cover .view-box .left .button-prev:hover,.view-cover .view-box .left .button-next:hover{
	background-color: #fff;
	background-position: center bottom;
}
.view-cover .view-box .left .button-prev{
	left: 30px;
	background-image: url(../images/artistcover_prev.png);
}
.view-cover .view-box .left .button-next{
	right: 30px;
	background-image: url(../images/artistcover_next.png);
}
.view-cover .view-box .right{
	width: 37.5%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	padding: 0 6.8% 0 5.7%;
}
.view-cover .view-box .right h3{
	width: 100%;
	font-size: 42px;
	color: #333;
	font-weight: lighter;
	font-family: "sy-l";
	margin-bottom: 6%;
}
.view-cover .view-box .right .line{
	width: 40px;
	height: 2px;
	background-color: #333;
	margin-bottom: 5.4%;
}
.view-cover .view-box .right p{
	width: 100%;
	font-size: 16px;
	color: #333;
	font-weight: lighter;
	font-family: "sy-l";
	line-height: 40px;
	margin-bottom: 14.8%;
	max-height: 7.5em;
}
.view-cover .view-box .right .view-page{
	font-size: 0;
	max-height: 154px;
}
.view-cover .view-box .right .view-page a{
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}
.view-cover .view-box .right .view-page a:nth-child(5n){
	margin-right: 0;
}
.view-cover .view-box .right .view-page a img{
	width: 100%;
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.view-cover .view-box .right .view-page a.active img{
    filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}


.sec2{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
}
.sec2 .left{
	width: 50%;
	background-image: url(../images/sec2_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 45.8% 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	padding-left: 16.51%;
}
.sec2 .left .title{
	position: absolute;
	left: 8.33%;
	top: 100px;
	text-align: center;
}
.sec2 .left .title .num{
	font-size: 40px;
	font-family: "itc-bold";
	font-weight: bold;
	color: rgba(2,2,2,0.2);
	margin-bottom: 25px;
}
.sec2 .left .title p{
	font-size: 38px;
	color: #333;
	font-family: "sy-h";
	font-weight: bold;
}
.sec2 .left .title .line{
	width: 1px;
	height: 70px;
	background-color: #000;
	margin: 20px auto 15px;
}
.sec2 .left .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;
}
.sec2 .left .text h5{
	font-size: 40px;
	color: #333;
	font-family: "sy-l";
	font-weight: lighter;
	margin-bottom: 7.15%;
}
.sec2 .left .text p{
	font-size: 14px;
	color: #666;
	font-family: "sy-l";
	font-weight: lighter;
	line-height: 34px;
}
.sec2 .right{
	width: 50%;
}
.sec2 .right img{
	width: 100%;
}
.sec3{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-wrap: wrap;
}
.sec3 .box{
	width: 16.66%;
	overflow: hidden;
}
.sec3 .box.word{
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	background-color: #333;
	font-size: 40px;
	color: #fff;
	font-family: "sy-l";
	font-weight: lighter;
}
.sec3 .box.text{
	background-color: #333;
	width: 49.98%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	padding: 0 4.8%;
}
.sec3 .box.text p{
	font-size: 18px;
	color: #fff;
	font-family: "sy-l";
	font-weight: lighter;
	line-height: 36px;
}
.sec3 .box.img{
	position: relative;
}
.sec3 .box.img .bg{
	width: 100%;
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sec3 .box.img:hover .bg{
    filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.sec3 .box.img .cover{
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	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;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sec3 .box.img:hover .cover{
	bottom: 0;
}
.sec3 .box.img .cover h5{
	font-size: 14px;
	color: #fff;
	font-family: "sy-l";
	font-weight: lighter;
	border: 1px solid #fff;
	width: 60px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 18px;
}
.sec3 .box.img .cover p{
	font-size: 16px;
	color: #fff;
	font-family: "sy-l";
	font-weight: lighter;
	transition: all 0.5s 0.3s ease-out;
	-webkit-transition: all 0.5s 0.3s ease-out;
	position: relative;
	top: 10px;
}
.sec3 .box.img:hover .cover p{
	top: 0;
}

@media only screen and (max-width:1600px){
	.sec2 .left{
		padding-left: 12%;
	}
	.sec2 .left .text h5{
		margin-bottom: 3%;
		font-size: 30px;
	}
	.sec2 .left .text p{
		font-size: 12px;
		line-height: 24px;
	}
}
@media only screen and (max-width:1150px){
	.sec2 .left .text h5{
		margin-bottom: 2%;
		font-size: 28px;
	}
	.sec2 .left .text p{
		line-height: 22px;
	}
}
@media only screen and (max-width:1025px){
	#main{
		padding-top: 3.125rem;
	}
	.view-cover{
		padding: 6.66%;
	}
	.view-cover .view-box{
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.view-cover .view-box .close-btn{
		right: 0.625rem;
		top: 0.625rem;
		width: 1.5625rem;
		height: 1.5625rem;
		line-height: 1.5625rem;
	}
	.view-cover .view-box .close-btn img{
		width: 0.625rem;
	}
	.view-cover .view-box .left{
		width: 100%;
		height: 50.5%;
	}
	.view-cover .view-box .left .button-prev,.view-cover .view-box .left .button-next{
		width: 2.1875rem;
		height: 2.1875rem;
		margin-top: -1.09375rem;
	}
	.view-cover .view-box .left .button-prev{
		left: 0.3125rem;
	}
	.view-cover .view-box .left .button-next{
		right: 0.3125rem;
	}
	.view-cover .view-box .right{
		height: 49.5%;
		width: 100%;
		align-items: center;
		-webkit-align-items: center;
		padding: 0 10.8%;
		text-align: center;
	}
	.view-cover .view-box .right h3{
		font-size: 1.3125rem;
		margin-bottom: 1.125rem;
	}
	.view-cover .view-box .right .line{
		width: 1.25rem;
		margin-bottom: 0.8125rem;
	}
	.view-cover .view-box .right p{
		font-size: 0.625rem;
		line-height: 1.125rem;
		margin-bottom: 1.75rem;
	}
	.view-cover .view-box .right .view-page{
		text-align: center;
		width: 86%;
		max-height: 4.8rem;
	}
	.sec2{
		display: block;
	}
	.sec2 .left{
		width: 100%;
		background-image: none;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		-webkit-display: flex;
		-webkit-align-items: flex-start;
		-webkit-justify-content: space-between;
		padding: 13.32% 6.66% 2.9375rem;
	}
	.sec2 .left .title{
		position: relative;
		left: 0;
	}
	.sec2 .left .title .num{
		font-size: 1.5625rem;
		margin-bottom: 0.75rem;
	}
	.sec2 .left .title p{
		font-size: 1.40625rem;
	}
	.sec2 .left .title .line{
		height: 2.1875rem;
		margin: 0.75rem auto;
	}
	.sec2 .left .title .en{
		font-size: 0.75rem;
	}
	.sec2 .left .text{
		width: 84%;
	}
	.sec2 .left .text h5{
		font-size: 1.40625rem;
		margin-bottom: 1.25rem;
	}
	.sec2 .left .text p{
		font-size: 0.75rem;
		line-height: 1.5625rem;
	}
	.sec2 .right{
		width: 100%;
	}
	.sec3 .box{
		width: 50%;
	}
	.sec3 .box.empty{
		display: none;
	}
	.sec3 .box.word{
		font-size: 1.25rem;
	}
	.sec3 .box.text{
		width: 100%;
		padding: 2.75rem 8%;
	}
	.sec3 .box.text p{
		font-size: 0.75rem;
		line-height: 1.5625rem;
	}
	.sec3 .box.img .cover{
		top: 0;
	}
	.sec3 .box.img:hover .bg{
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
	}
	.sec3 .box.img .cover h5{
		font-size: 0.5625rem;
		width: 2.1875rem;
		height: 1.125rem;
		line-height: 1.0625rem;
		margin-bottom: 0.75rem;
	}
	.sec3 .box.img .cover p{
		font-size: 0.75rem;
		top: 0;
	}
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){
	
}