﻿/*基础CSS*/
* { padding: 0; margin: 0}
html {
	font-size: 16px;
	overflow-x: hidden; background: #111111; font-family: '微软雅黑';
}
body {font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic', "Microsoft YaHei", "微软雅黑",'SimSun',"Microsoft JhengHei", "微軟正黑體", 'PMingLiU' ,sans-serif;}
li {
	list-style: none;
}
a {
	color: #212529; text-decoration: none;
}
a:hover { text-decoration: none;}
p, dl, dt, dd, ul { margin: 0; padding: 0; }
.hide { display: none!important;}
.bg {background: #111111;}
/**/
.header { width: 100%;  position: fixed; left: 0; top: 0; right: 0; z-index: 999;}
.header .container { height: 50px; padding: 0 5%; position: relative; display: flex; align-items: center; justify-content: center; transition: all 0.5s;}
.header .logo { height: 30px;}
.header .logo img { height: 30px;}

.exhibition__header__toggle {
	display: block;
	position: absolute;
	left: 20px;
	top: 15px;
	margin: 0;
	width: 25px;
	height: 20px;
	transition: all 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.exhibition__header__toggle:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	right: 0;
	height: 2px;
	background-color: #fff;
	transform: rotate(
			0deg);
	transition: color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,top 0.24s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,transform 0.24s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.exhibition__header__toggle:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	height: 2px;
	background-color: #fff;
	transform: rotate(
			0deg);
	transition: color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,bottom 0.24s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,transform 0.24s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.exhibition__header__toggle__inr {
	position: absolute;
	left: 0;
	top: 9px;
	right: 0;
	height: 2px;
	background-color: #fff;
	opacity: 1;
	transform: rotate(
			0deg);
	transition: opacity 0.24s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
}

.exhibition__header.nav-open .exhibition__header__toggle__inr {
	opacity: 0;
}
.exhibition__header.nav-open .exhibition__header__toggle:before {
	top: 9px; transform: rotate(-135deg);
}
.exhibition__header.nav-open .exhibition__header__toggle:after {
	bottom: 9px; transform: rotate(135deg);
}

.navBox { display: none; position: fixed; z-index: 888; left: 0; top: 0; width: 100%; height: 100%; background-color: #0e0f0e;}
.navBox .navList { padding: 50px 15px 100px; }
.navBox .detailNav__list {
	display: block;
	width: auto;
	padding: 22px 15px 15px;
	border-top: 1px solid rgba(255,255,255,0.12);
}
.navBox .nav-item { display: block;
	font-weight: normal;
	line-height: 1;
	white-space: normal;
	padding: 15px 0; }
.navBox a.nav-link { font-size: 15px; cursor: pointer; display: block; color: #fff; transition: all 0.36s; }

.subNav {
	display: block;
	font-weight: inherit;
	white-space: normal;
	position: initial !important;
	margin-right: 20px;
}
.subNav li { margin: 24px 0 0;}

.subNav li a.nav-link { font-weight: inherit; font-size: 14px; opacity: 0.6; transition: all 0.36s}

.navBox .nav-item._selected { position: relative; display: block;
	font-weight: normal; line-height: 1;
	white-space: normal;
	font-size: 15px;
	padding: 25px 0;
	width: auto;
	border-top: 1px solid rgba(255,255,255,0.2);
	/*border-bottom: 1px solid rgba(255,255,255,0.2);*/
	margin: 12px 0;
}
.navBox .nav-item._selected + ._selected { border-bottom: 1px solid rgba(255,255,255,0.2); }

.search { color: #fff; height: 100%; display: flex; align-items: center; padding-left: 90px; }
.search i { transition: all 0.36s; cursor: pointer }
.search:hover i { opacity: 0.6; }
/**/
.banner { position: relative; width: 100%; height: 100vh; min-height: 426px; z-index: 0}
.exhibition__main__image {
	opacity: 1;
	position: fixed; z-index: 0;
	height: calc(100% + 60px);
	margin: -30px -15px;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner img.img { position: absolute; z-index: 1; width: auto; height: 100%; left: 50%; transform:translate(-50%,0)}
.banner .container { position: absolute; z-index: 2; left: 0; right: 0; top: 80px; bottom: 0; display: flex; align-items: center; justify-content: center }
.banner .container .desc { color: #fff; text-align: center; padding-bottom: 180px;}
.banner .container .desc .tit { font-size: 22px; padding-bottom: 15px; line-height: 34px;}
.banner .container .desc .sub_tit { font-size: 14px;}
.exhibition__main.is-hidden .exhibition__main__image {
	visibility: hidden;
}
/**/
.about { width: 100%; position: relative; z-index: 1}
.about .container { padding: 100px 5%; color: #fff; }
.about .container .subtit { font-size: 24px; line-height: 1; text-transform: uppercase;  }
.about .container .tit { font-size: 28px; font-weight: bold; line-height: 1; padding-top: 10px;}
.about .container .info { padding-top: 40px; line-height: 2; font-size: 15px; }
/**/
.workListGrid {
	display: flex; flex-wrap: wrap;
	opacity: 1;
}
.workListBox .item { width: 100%; height: 67vw; overflow: hidden; box-sizing: border-box; padding-bottom: 2px; position: relative; cursor: pointer; }
.workListBox .item .pic {
	position: relative; width: 100%; height: 100%; display: block;
	object-fit: cover; transition: all 0.55s }
.workListBox .item .tit { position: absolute; z-index: 6; left: 10px; bottom: 10px; right: 10px; font-size: 13px; color: #fff;}
.workListBox .item .playMovie { position: absolute; top: 0; z-index: 2; width: 100%; height: 100%; transition: all 0.5s;
	display: flex; align-items: center; justify-content: center;}
/*.workListBox .playMovie .play { width: 75px;}*/
.workListBox ._play-button {
	display: flex; align-items: center; justify-content: center;
	position: absolute;
	width: 50px;
	height: 50px;
	margin: 0;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	transition: background 0.36s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.36s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 3;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.workListBox ._play-button::before {
	content: ''; margin-left: 2px;
	position: absolute; z-index: 22;
	width: 12px;
	height: 16px; left: 19px; top: 17px;
	background-color: rgb(0, 0, 0);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	text-shadow: rgba(0, 0, 0, 0.35) 0px 0px 12px;
	/*transform: scale(1);*/
	/*transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.36s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
}
.workListBox ._play-button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.6);
	display: block;
	width: 50px;
	height: 50px;
	transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.36s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: scale(1, 1);
	z-index: -1;
}
.workListBox ._play-button:hover::after {transform: scale(1.2);}

.workListBox .item .video { display: none; width: 100%; height: 100%; }
.workListBox .item .video .lib-video {width: 100%; height: 100%; background:#111 }
.workListBox .item:hover .pic{ transform: scale(1.05);}
.workListBox .item:hover .playMovie{ background: rgba(0,0,0, .3)}
.workListBox .item .inner { width: 100%; height: 100%; }
/**/

.brightenedListMore { display: flex; flex-wrap: wrap; opacity: 1; }
.brightenedListMore .item { width: 100%; overflow: hidden; box-sizing: border-box; padding-bottom: 4px;}
/*.brightenedListMore .item:nth-child(2n-1) { padding-right: 2px; }*/
/*.brightenedListMore .item:nth-child(2n) { padding-left: 2px; }*/
.brightenedListMore ._item {overflow: hidden; display: block; width: 100%; height: 100%;}

.brightenedMore {}
/**/
.viewMore { display: flex; justify-content: center; padding: 40px 0; color: #ccc;}
.viewMore span { position: relative; cursor: pointer; font-size: 13px; padding-right: 15px;}
.viewMore span::before {
	position: absolute;
	top: 10%;
	right: 0;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	text-indent: 0;
	vertical-align: 1px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/* opacity: 0.5; */
	transition: all 0.36s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/**/
.workHead { color: #fff; padding: 0 5%; margin-bottom: 60px; }
.workHead .subtit { font-size: 24px; line-height: 1; text-transform: uppercase; padding-top: 50px; }
.workHead .tit { font-size: 28px; font-weight: bold; line-height: 1; padding-top: 10px;}
.workHead .info { padding-top: 40px; line-height: 2; font-size: 15px;}
.workHead .info p + p { padding-top: 20px;}


.workListSwiper .swiper {padding: 0 5% 15px 5%; }
.workListSwiper .swiper .swiper-slide { width: 70vw!important; height:70vw;  }
.workListSwiper .swiper-slide .item a {display: block;}

.workListSwiper .pic_bg { width: 100%; padding-top: 100%; position: relative;
	height: 0;
	margin: 0;
	background-position: center center;
	background-size: cover;
	transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: scale(1, 1);
	opacity: 1;
	z-index: -1; }

.workListSwiper .item .video, .workListSwiper .item .inner, .workListSwiper .item ._pic {
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1;
}

.workListSwiper img.pic { display: none!important;}

.workListMore { display: flex; flex-wrap: wrap; opacity: 1; }
.workListMore .item { width: 100%; overflow: hidden; box-sizing: border-box; padding-bottom: 4px;}
/*.workListMore .item:nth-child(2n-1) { padding-right: 2px; }*/
/*.workListMore .item:nth-child(2n) { padding-left: 2px; }*/
.workListMore ._item {overflow: hidden; display: block; width: 100%; height: 100%;}


.workMore { padding-bottom: 0; padding-left: 5%; }
.workMore .viewMore { /*justify-content: start;*/ padding-top: 20px;}

/**/

.workContainer {  padding-top: 80px; color: #fff; }
.workContainer .info { padding: 0 5%;}
.workContainer .info .title { font-size: 22px; }
.workContainer .info .sub_tit { font-size: 12px; color: #999; }
.workContainer .info .sub_tit span { margin-right: 25px;}
.workContainer .info .desc { padding-top: 40px; padding-bottom: 80px; line-height: 2; font-size: 15px; color: #ccc;}
.workContainer .info .desc video { max-width: 100%; height: auto; }
.workContainer .info .desc img { display: block; max-width: 100%;}
.workContainer .pic { }
.workContainer .pic-item { padding-bottom: 2px;}
.workContainer .pic img { display: block; max-width: 100%;}

.relatedItem { padding: 80px 0;}
.relatedItem .title { font-weight: bold; font-size: 22px; padding: 0 5%; margin-bottom: 40px; color: #fff;}

.relatedItem .playMovie { position: absolute; z-index: 2; width: 100%; height: 100%; transition: all 0.55s;
	display: flex; align-items: center; justify-content: center;}

.relatedItem .swiper-slide:hover .playMovie{ background: rgba(0,0,0, .2)}

.relatedItem .pic .tit { font-size: 14px; position: absolute; z-index: 6; left: 10px; bottom: 10px; right: 10px; color: #fff; }
.relatedSwiper {position: relative;}
.relatedSwiper .mySwiper { position: relative; padding:0 5%}
.relatedSwiper .swiper-button-prev , .relatedSwiper .swiper-button-next {color: #fff;}
.relatedSwiper .swiper-button-prev:after , .relatedSwiper .swiper-button-next:after {font-size: 30px}

.relatedSwiper .swiper-slide { position: relative; width: 70vw!important; height:70vw; }
.relatedSwiper .swiper-slide .item { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; }
.relatedItem .pic {
	border-radius: 10px;
	position: absolute; left: 0; top: 0; right: 0; bottom: 0;
	background-position: center center;
	background-size: cover;
	transform: scale(1, 1);
	transition: all 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.relatedItem .pic_bg { width: 100%; padding-top: 100%; position: relative;
	height: 0;
	margin: 0;
	background-position: center center;
	background-size: cover;
	transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: scale(1, 1);
	opacity: 1;
	z-index: -1; }

.relatedItem .pic img { width: 100%; height: 100%; display: none;
	object-fit: cover; transition: all 0.55s }
.relatedItem .pic:hover img { transform: scale(1.05);}

.aboutContainer { padding: 80px 5%; color: #ccc; }
.aboutContainer .title { font-size: 22px; }
.aboutContainer .content { padding-top: 40px; line-height: 2; font-size: 15px; color: #ccc;}
/**/
.footer .container { margin-bottom: 50px;}
.contactUs { }
.contactUs .tit {margin: 0 5% 30px; font-size: 14px; color: #fff; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.12);}
.contactUs p { display: flex; align-items: center; color: #fff; font-size: 13px; padding-bottom: 30px; margin: 0 7%;}
.contactUs p i { margin-right: 12px;}
.footNav { color: #fff; margin: 0 5% 0; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 30px}
.footNav li { margin-bottom: 30px; cursor: pointer; font-size: 14px;}
.qrcodeBox { margin: 0 5%; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.12); }
.qrcode { margin: 0 6%; display: flex; justify-content: space-between; }
.qrcode .item {color: #fff; font-size: 13px; text-align: center;}
.qrcode .item img { width: 70%; display: block;	margin: auto;}
.qrcode .item p { padding-top: 26px;}

.footer .copyright { margin: 0 5%; padding: 15px 0; border-top: 1px solid rgba(255,255,255,0.12); font-size: 12px; color: #fff;background-color: transparent !important;}
.footer .copyright .icp { margin-left: 18px; color: #999}
.footer .copyright a {color: #999}
.footer .copyright .item { text-align: center}
.footer .copyright ._item { display: flex; align-items: center; justify-content: space-between;}


.goTop { position: fixed; right: 10px; bottom: 40px; z-index: 666; width: 44px; height: 44px; cursor: pointer;
	border-radius: 50%; background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center;}

/**/
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}