.sec1{
	position: relative;
	height: 600px;
}
.sec1 .video-box{
	position: relative;
	overflow: hidden;
}
.sec1 .video-box::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec1 video{
	width: 100%;
}
.sec1 .inner{
	position: absolute;
	left: 0;
	right: 0;
}
.sec1 .img-box{
	bottom: 8.875%;
}
.sec1 .img-box .img{
	width: 4.833%;
	position: relative;
}
.sec1 .img-box .img .word{
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: sec1imgrotate 5s linear infinite;
	animation: sec1imgrotate 5s linear infinite;
}
@-webkit-keyframes sec1imgrotate{
    0%{-webkit-transform: rotate(0deg); opacity: .5;}
    50%{-webkit-transform: rotate(180deg); opacity: 1;}
    100%{-webkit-transform: rotate(360deg); opacity: 0.5;}
}
@keyframes sec1imgrotate{
    0%{transform: rotate(0deg); opacity: .5;}
    50%{transform: rotate(180deg); opacity: 1;}
    100%{transform: rotate(360deg); opacity: 0.5;}
}
.sec1 .text-box{
	top: 39%;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
}
.sec1 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec1 h3{
	font-size: 56px;
	color: #f00040;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-left: 1.37%;
	line-height: 1.25;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: masked 8s linear infinite;
	animation: masked 8s linear infinite;
	display: inline-block;
	vertical-align: top;
	background-image: url(../image/wordcolorchange.png);
}
.sec1 h5{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-left: 1.37%;
	line-height: 1.6;
}



.sec2{
	padding-bottom: 6.77%;
}
.sec2 .tab-controls{
	position: relative;
	margin: 0 0.595% 2%;
	font-size: 0;
}
.sec2 .tab-controls a{
	font-size: 15px;
	color: #999;
	font-weight: bold;
	margin-right: 2.7em;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2em;
}
.sec2 .tab-controls a:last-child{
	margin-right: 0;
}
.sec2 .tab-controls a:hover,.sec2 .tab-controls a.active{
	color: #000000;
}
.sec2 .tab-controls .line{
	width: auto;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 166%;
	-webkit-transition: left 0.25s,width 0.25s;
	transition: left 0.25s,width 0.25s;
}
.sec2 .tab-content li{
	float: left;
	overflow: hidden;
}
.sec2 .tab-content li.grid-sizer,.sec2 .tab-content li.grid-item{
	width: 25%;
}
.sec2 .tab-content li.active{
	opacity: 1;
}
.sec2 .tab-content li a{
	display: block;
	position: relative;
	margin: 2.38%;
	overflow: hidden;
}
.sec2 .tab-content li .bg{
	-webkit-transition: transform 3s cubic-bezier(.165,.84,.44,1);
	transition: transform 3s cubic-bezier(.165,.84,.44,1);
}
.sec2 .tab-content li:hover .bg{
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.sec2 .tab-content li .cover{
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 6%;
	padding: 3.7% 7.4%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec2 .tab-content li:hover .cover{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.sec2 .tab-content li .text-box{
	width: -webkit-calc(90% - 32px);
	width: calc(90% - 32px);
}
.sec2 .tab-content li p{
	font-size: 14px;
	color: #000;
	line-height: 1.86;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec2 .tab-content li p:first-child{
	color: #999;
}
.sec2 .tab-content li .arrow{
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
	margin-left: 10%;
}
.sec2 .tab-content li .cover:hover .arrow{
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
}
.sec2 .tab-content li .arrow::after{
	content: "\e658";
	font-size: 32px;
	color: #232323;
	font-family: "icomoon";
}


.video-cover{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	align-items: center;
	justify-content: center;
	-webkit-display: none;
	display: none;
	z-index: 99;
}
.video-cover.active{
	-webkit-display: flex;
	display: flex;
}
.video-cover .video-box{
	width: 44.6%;
	position: relative;
}
.video-cover .video-box video{
	width: 100%;
}
.video-cover .video-box .stamp{
	position: absolute;
	right: 5%;
	bottom: 5%;
	width: 25%;
	opacity: 0.75;
}
.video-box .close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background-image: url('../image/fancybox_sprite@2x.png');
	background-size: 44px 152px;
}
@media only screen and (max-width:1024px) {
	.sec1{
		height: 80vw;
	}
	.sec1 .img-box{
		bottom: 5%;
	}
	.sec1 .img-box .img{
		width: 15%;
	}
	.sec1 .text-box{
		top: 40%;
	}
	.sec1 h3{
		font-size: 1.5rem;
	}
	.sec1 h5{
		font-size: 0.75rem;
	}



	.sec2{
		padding-bottom: 2rem;
	}
	.sec2 .tab-controls a{
		font-size: 0.6875rem;
		margin-right: 2em;
	}
	.sec2 .tab-content li.grid-sizer,.sec2 .tab-content li.grid-item{
		width: 50%;
	}
	.sec2 .tab-content li .cover{
		box-shadow: 0 0 0.625rem rgba(0,0,0,.2);
	}
	.sec2 .tab-content li .text-box{
		width: -webkit-calc(90% - 1.25rem);
		width: calc(90% - 1.25rem);
	}
	.sec2 .tab-content li p{
		font-size: 0.6875rem;
	}
	.sec2 .tab-content li .arrow::after{
		font-size: 1.25rem;
	}
}