.banner {
	width: 100%;
	font-size: 0;
	position: relative;
}
/*about*/
.about {
	background: url(../image/bg1.jpg) center center no-repeat;
	display: flex;
	background-size: cover;
	padding: 160px 0;
}
.about .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.homeIntroL {
	width: 50%;
}
.homeIntroR {
	width: 45%;
}
.homeIntroR ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homeIntroR ul li {
	width: 49%;
	width: 100%;
	position: relative;
	margin-right: 2%;
	margin-right: 0;
	-webkit-transition: all .5s;
	margin-bottom: 20px;
}
.homeIntroR ul li a {
	position: relative;
	display: block;
	perspective: 500px;
}
.trigger {
	position: absolute;
	height: 33.333333%;
	width: 33.333333%;
	display: block;
	z-index: 2;
	transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.trigger:nth-child(1) {
	left: 0;
	top: 0;
}
.trigger:nth-child(1):hover ~ .paracard {
	transform: rotateY(8deg) rotateX(-5deg);
	background-position: top left;
}
.trigger:nth-child(2) {
	left: 33.333333%;
	top: 0;
}
.trigger:nth-child(2):hover ~ .paracard {
	transform: rotateY(0deg) rotateX(-5deg);
	background-position: top center;
}
.trigger:nth-child(3) {
	left: 66.666666%;
	top: 0;
}
.trigger:nth-child(3):hover ~ .paracard {
	transform: rotateY(-8deg) rotateX(-5deg);
	background-position: top right;
}
.trigger:nth-child(4) {
	left: 0;
	top: 33.333333%;
}
.trigger:nth-child(4):hover ~ .paracard {
	transform: rotateY(8deg);
	background-position: center left;
}
.trigger:nth-child(5) {
	left: 33.333333%;
	top: 33.333333%;
}
.trigger:nth-child(5):hover ~ .paracard {
	transform: rotateY(0deg) rotateX(0deg);
	background-position: center center;
}
.trigger:nth-child(6) {
	left: 66.666666%;
	top: 33.333333%;
}
.trigger:nth-child(6):hover ~ .paracard {
	transform: rotateY(-8deg) rotateX(0deg);
	background-position: center right;
}
.trigger:nth-child(7) {
	left: 0;
	top: 66.666666%;
}
.trigger:nth-child(7):hover ~ .paracard {
	transform: rotateY(8deg) rotateX(5deg);
	background-position: bottom left;
}
.trigger:nth-child(8) {
	left: 33.333333%;
	top: 66.666666%;
}
.trigger:nth-child(8):hover ~ .paracard {
	transform: rotateY(0deg) rotateX(5deg);
	background-position: bottom center;
}
.trigger:nth-child(9) {
	left: 66.666666%;
	top: 66.666666%;
}
.trigger:nth-child(9):hover ~ .paracard {
	transform: rotateY(-8deg) rotateX(5deg);
	background-position: bottom right;
}
.paracard {
	width: 100%;
	display: block;
	transform-style: preserve-3d;
	transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	background-size: 110% 110%;
	background-position: center center;
}
.paracard::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .1);
	content: "";
}
.homeIntroR ul li:nth-child(2n) {
	margin-right: 0;
}
.homeIntroR ul li .thum {
	position: relative;
	overflow: hidden;
}
.homeIntroR ul li .thum .pic {
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}
.homeIntroR ul li:hover .thum .pic {
	-webkit-transform: scale(1.05);
}
.homeIntroR ul li .info {
	width: 100%;
	-webkit-transition: all .5s;
	position: absolute;
	height: 100%;
	left: 0;
	bottom: 0;
	color: #ffffff;
	/*text-transform: uppercase;*/
}
.homeIntroR ul li .info .name {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 30px;
	left: 30px;
}
.homeIntroR ul li .info::after {
	width: calc(100% - 40px);
	border: 2px solid rgba(255, 255, 255, 0.5);
	height: calc(100% - 40px);
	content: "";
	display: block;
	left: 20px;
	top: 20px;
	position: absolute;
	transform: translateZ(30px);
}
.homeIntroR ul li .info b {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.homeIntroR ul li .info p {
	margin-top: .5em;
	opacity: .7;
}
.homeIntroL .txt {
	width: 100%;
	font-size: 30px;
}
.homeIntroL .txt b {
	font-weight: normal;
}
.homeIntroL .txt p {
	text-transform: uppercase;
	font-size: 20px;
	opacity: .2;
	margin-top: .5em;
}
.homeIntroL .txt p.description {
	opacity: .8;
	margin-top: 2em;
	font-size: 15px;
	line-height: 1.78;
}
.octicon--play-24 {
	display: inline-block;
	width: 60px;
	height: 60px;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9.5 15.584V8.416a.5.5 0 0 1 .77-.42l5.576 3.583a.5.5 0 0 1 0 .842l-5.576 3.584a.5.5 0 0 1-.77-.42Z'/%3E%3Cpath fill='%23000' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m11-9.5A9.5 9.5 0 0 0 2.5 12a9.5 9.5 0 0 0 9.5 9.5a9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5'/%3E%3C/svg%3E");
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
/*pc*/
@media screen and (min-width: 992px) {
	.banner + div {
		margin-top: 6px;
	}
	.banner .prev,
	.banner .next {
		width: 58px;
		height: 58px;
		display: block;
		position: absolute;
		left: 5%;
		top: 50%;
		margin-top: -29px;
		z-index: 2
	}
	.banner .next {
		left: unset;
		right: 5%;
	}
	.banner .prev img {
		width: 100%;
		display: block;
	}
	.banner .next img {
		width: 100%;
		display: block;
	}

	/*	*/
	.gbox {
		width: 100%;
		padding: 98px 0;
		background-image: url(../image/index01_19.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	.gbox .gund {
		width: 100%;
		position: relative;
	}
	.gbox .gund .box {
		position: relative;
	}
	.gbox .gund .pic li {
		height: 700px;
		overflow: hidden;
		border-radius: 10px;
	}
	.gbox .gund .pic li a {
		width: 1200px;
		height: 700px;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.gbox .gund .pic li img {
		width: 1200px;
		display: block;
	}
	.gbox .gund .prev {
		width: 64px;
		height: 64px;
		display: block;
		position: absolute;
		left: 5%;
		top: 50%;
		margin-top: -32px;
		border-radius: 58px;
	}
	.gbox .gund .next {
		width: 64px;
		height: 64px;
		display: block;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -32px;
		border-radius: 58px;
	}
	.gbox .gund .prev img, .gbox .gund .next img {
		width: 100%;
		display: block;
	}
	.gbox .bottom {
		width: 100%;
		margin-top: 6px;
	}
	.gbox .bottom span {
		display: block;
		float: left;
		margin-left: 3%;
	}
	.gbox .bottom span img {
		display: block;
	}
	.gbox .bottom p {
		display: block;
		float: right;
		margin-right: 3%;
	}
	.gbox .bottom p img {
		display: block;
	}
	/*	*/
	.index {
		width: 100%;
		padding: 120px 0 130px;
		background-image: url(../image/index_12.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.index .box ul li {
		position: relative;
	}
	.index .box ul li .tou {
		width: 100%;
		padding-bottom: 15px;
		background-color: #ffffff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .22);
		transition: all .5s;
	}
	.index .box ul li .tou .tu {
		width: calc(100% - 8px);
		/*height: 373px;*/
		margin: 4px;
	}
	.index .box ul li .tou .tu img {
		/*display: block;*/
		/*width: 100%;*/
	}
	.index .box ul li .tou .wen {
		width: 100%;
		height: 58px;
		margin: 0 4px;
		text-align: center;
		line-height: 58px;
		font-size: 18px;
		text-transform: uppercase;
		transition: all .5s;
	}
	.index .box ul li .more {
		width: 204px;
		height: 66px;
		position: absolute;
		left: 50%;
		margin-left: -102px;
		bottom: 0;
	}
	.index .box ul li .more a {
		text-align: center;
		vertical-align: middle;
		width: 190px;
		height: 48px;
		line-height: 48px;
		background-color: #ffffff;
		display: block;
		margin: 9px 7px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .22);
	}
	.index .box ul li .more a p {
		display: inline-block;
		height: 48px;
		line-height: 48px;
		vertical-align: middle;
	}
	.index .box ul li .more a span {
		display: inline-block;
		line-height: 48px;
		height: 48px;
		vertical-align: middle;
		padding-left: 5px;
	}
	.index .box ul li .more a p .i01 {
		display: inline-block;
		margin-top: 14px;
	}
	.index .box ul li .more a p .i02 {
		display: none;
	}
	.index .box ul li:hover {
		background-image: none;
	}
	.index .box ul li:hover .tou {
		width: 100%;
		background-color: var(--main-color);
	}
	.index .box ul li:hover .tou .wen {
		color: #fff;
	}
	.index .box ul li:hover .more {
		background-image: none;
	}
	.index .box ul li:hover .more a {
		background-color: var(--main-color);
		color: #ffffff;
	}
	.index .box ul li:hover .more a p .i01 {
		display: none;
	}
	.index .box ul li:hover .more a p .i02 {
		display: inline-block;
		margin-top: 14px;
	}
	.index .bottom {
		width: 100%;
	}
	.index .bottom span {
		display: block;
		float: left;
		margin-left: 3%;
	}
	.index .bottom span img {
		display: block;
	}
	.index .bottom p {
		display: block;
		float: right;
		margin-right: 3%;
	}
	.index .bottom p img {
		display: block;
	}
	/*	*/
	.nwe {
		width: 100%;
		margin: 10px 0;
		padding: 90px 0;
		background-image: url(../image/nbg_04.jpg);
		background-size: cover;
	}
	.poster-main {
	}
	.poster-main a {
		border: 10px solid #ffffff;
		box-sizing: border-box;
		height: 100%;
		width: 100%;
		background-color: #ffffff;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.poster-main a, .poster-main img {
		display: block;
	}
	.poster-main .poster-list {
		width: 1200px;
		height: 580px;
		position: relative;
	}
	.poster-main .poster-list .poster-item {
		width: 838px;
		height: 580px;
		display: block;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		box-shadow: 0 0 20px #999999;
		z-index: -1;
	}
	.poster-main .poster-list p {
		position: absolute;
		left: 0;
		bottom: 12px;
		height: 43px;
		line-height: 43px;
		font-size: 18px;
		text-align: center;
		display: block;
		color: #ffffff;
		width: 100%;
		background-image: url(../image/mask_06.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	.poster-main .poster-btn {
		position: absolute;
		top: 265px;
		z-index: 10;
		cursor: pointer;
		width: 42px !important;
		height: 42px !important;
		border-radius: 40px;
		display: block;
	}
	.poster-main .prev {
		left: 0;
	}
	.poster-main .next {
		right: 0;
	}
	.poster-main .poster-btn img {
		width: 42px;
		display: block;
	}
	.bshare-custom {
		overflow: hidden;
		text-align: right;
	}
	.bshare-custom a {
		display: inline-block;
		float: right;
		font-size: 0;
		float: none;
	}
	.click {
		cursor: pointer;
	}
	.poster-main {
		height: unset;
	}
	.poster-main .poster-btn,
	.poster-main .poster-btn {
		top: 50%;
		transform: translateY(-50%);
	}
	.poster-main .swiper-slide {
		width: 650px;
		height: 370px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		position: relative;
		z-index: 99;
		transform: scale(0.85);
		overflow: hidden;
		border-radius: 10px;
	}
	.poster-main .swiper-slide.swiper-slide-active {
		transform: scale(1);
		z-index: 999;
	}
	.poster-main a {
		border: 0;
		overflow: hidden;
		background: linear-gradient(to right, #ffffff 45%, transparent 100%);
		padding-left: 45px;
	}
	.poster-main .swiper-pagination {
		position: unset;
		margin-top: 18px;
	}
	.nwe .title {
		padding-top: 44px;
		font-size: 16px;
		line-height: 1;
		color: #000000;
		opacity: .8;
	}
	.nwe .name {
		width: 70%;
		position: relative;
		line-height: 55px;
		padding-bottom: 9px;
		padding-right: 55px;
		border-bottom: 1px solid #dddddd;
		font-size: 28px;
		color: #333333;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.nwe .detail {
		width: 50%;
		margin-top: 30px;
		line-height: 2;
		color: #000000;
		font-size: 16px;
		opacity: .7;
		text-align: justify;
	}
	.nwe .item2{
		height: calc(100% / 3 - 2px);
	}
	.nwe .item2 + .item2{
		margin-top: 2px;
	}
	.nwe .item2 .title{
		font-size: 14px;
		padding-top: 20px;
	}
	.nwe .item2 .name{
		line-height: 2;
		padding: 9px 0 ;
		font-size: 18px;
	}
	.nwe .item2 a{
		background: linear-gradient(to right, #ffffff 53%, transparent 100%);
	}
	.nwe .item2 .detail{
		width: 70%;
		font-size: 12px;
		margin: 5px 0 0;
		line-height: 1.75;
	}
	.poster-main a:hover .name{
		border-color: var(--main-color);
		color: var(--main-color);
	}
}
/*mobile*/
@media screen and (max-width: 991.8px) {


	.homeIntroL .txt{
		font-size: 24px;
	}
	.homeIntroL .txt p{
		font-size: 13px;
	}
	.homeIntroL .txt{
		text-align: center;
	}
	.about .commonMore {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.octicon--play-24{
		width: 40px;
		height: 40px;
	}
	.paracard::before{
		background: #000;
		opacity: .3;
	}
	.hero-gallery {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.hero-gallery img {
		width: 100%;
		display: block;
	}
	.hero-gallery__cell a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
	}
	.flickity-page-dots {
		display: none;
	}
	.flickity-prev-next-button {
		display: none;
	}
	/*about*/
	.about{
		padding: 30px 0;
		background: unset;
	}
	.about .container{
		display: block;
	}
	.homeIntroL,.homeIntroR{
		width: 100%;
	}
	/*	*/
	.index {
		width: 100%;
		background-image: url(../image/bg_17.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 40px 0 80px;
	}
	.abox ul {
		width: 100%;
		background-image: url(../image/bg_17.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding-bottom: 50px;
		display: block;
		overflow: hidden;
	}
	.index ul li {
		position: relative;
	}
	.index ul li .tou {
		width: 100%;
		padding-bottom: 15px;
		background-color: #ffffff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .22);
		transition: all .5s;
	}
	.index ul li .tou .tu {
		width: calc(100% - 8px);
		margin: 4px;
	}
	.index ul li .tou .tu img {
		/*display: block;*/
		/*width: 100%;*/
	}
	.index ul li .tou .wen {
		width: 100%;
		margin: 0 4px;
		text-align: center;
		font-size: 14px;
		line-height: 2;
		text-transform: uppercase;
		transition: all .5s;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 0 10px;
	}
	.index ul li .tou .wen span{
		font-size: .8em;
		color: var(--main-color);
	}
	/*	*/
	.gbox {
		width: 100%;
		background-image: url(../image/bg02_41.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.gbox .gund {
		width: 94%;
		position: relative;
		padding: 50px 3%;
		margin: 0 auto
	}
	.gbox .gund .box {
		width: 100%;
		position: relative;
	}
	/*	*/
	.nwe {
		width: 100%;
		padding: 50px 0;
		background-image: url(../image/news_03.jpg);
		background-size: 100% 100%;
		position: relative;
	}
	.poster-main {
		width: 320px;
		height: 200px;
		position: relative;
		margin: auto;
	}
	.poster-main a {
		border: 5px solid #ffffff;
		box-sizing: border-box;
		height: 100%;
		width: 100%;
		background-color: #ffffff;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.poster-main a, .poster-main img {
		display: block;
	}
	.poster-main .poster-list {
		width: 100%;
		height: 210px;
		position: relative;
	}
	.poster-main .poster-list .poster-item {
		width: 360px;
		height: 210px;
		display: block;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		box-shadow: 0 0 20px #999999;
		z-index: -1;
	}
	.poster-main .poster-list p {
		position: absolute;
		left: 0;
		bottom: 5px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		text-align: center;
		display: block;
		color: #ffffff;
		width: 100%;
		background-image: url(../image/mask_06.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 30px;
	}
	.poster-main .poster-btn {
		width: 35px;
		height: 35px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -17.5px;
		z-index: 90;
	}
	.poster-main .prev {
		left: -12%;
	}
	.poster-main .next {
		right: -12%;
	}
	.poster-main .prev img, .poster-main .next img {
		width: 35px;
		display: block;
	}
	.poster-main {
		height: unset;
		width: 100%;
	}
	.poster-main .poster-btn,
	.poster-main .poster-btn {
		top: 50%;
		transform: translateY(-50%);
	}
	#focus_Box .swiper-slide {
		width: 650px;
		max-width: 100%;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		position: relative;
		z-index: 99;
		overflow: hidden;
		border-radius: 10px;
	}
	#focus_Box .swiper-slide a {
		border: 0;
		overflow: hidden;
		background: #ffffff;
	}
	#focus_Box .swiper-pagination {
		position: unset;
		margin-top: 18px;
	}
	.nwe .title {
		font-size: 12px;
		line-height: 1;
		color: #000000;
		opacity: .8;
		padding: 20px 15px 8px;
	}
	.nwe .name {
		position: relative;
		padding-bottom: 9px;
		border-bottom: 1px solid #dddddd;
		font-size: 18px;
		color: #333333;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-left: 15px;
		padding-right: 15px;
	}
	.nwe .detail {
		margin-top: 10px;
		line-height: 2;
		color: #000000;
		font-size: 15px;
		opacity: .7;
		text-align: justify;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.nwe .item1{
		--bs-aspect-ratio:90%;
	}
	.nwe .item1 .detail{
		font-size: 14px;
		line-height: 1.75;
	}
	.nwe .item1 .commonMore{
		display: none;
	}
	.nwe .item2{
		margin-top: 4px;
	}
	.nwe .item2 .title{
		font-size: 12px;
		padding-top: 20px;
	}
	.nwe .item2 .name{
		font-size: 14px;
		border-bottom-color:rgba(0,0,0,.1);
	}
	.nwe .item2 .detail{
		font-size: 13px;
		line-height: 1.75;
	}
	.poster-main a:hover .name{
		border-color: var(--main-color);
		color: var(--main-color);
	}
}