@charset "utf-8";

/* ==========================================================================
	pc 靸侂嫧
*/
.pc_br {
	display: block;
}

.pt_br {
	display: block;
}

.tb_br {
	display: none !important;
}

.mb_br {
	display: none !important;
}

/* ========================================================================== */

#wrap, #container {
	overflow: hidden;
}

/* html {
	overflow: hidden;
} */

header .util .page_top {
	display: none;
}

#wrap footer {
	position: absolute;
	bottom: 48px;
	left: 48px;
	z-index: 10
}

.slider {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	background: #000;
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1
}

.slider .slide.current {
	display: block
}

.slider .img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.slider .img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: imgScale 25s ease infinite;
	animation: imgScale 25s ease infinite
}

@-webkit-keyframes imgScale {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: scale(1) rotate(0.0001deg);
		transform: scale(1) rotate(0.0001deg)
	}

	50% {
		-webkit-transform: scale(1.1) rotate(0.0001deg);
		transform: scale(1.1) rotate(0.0001deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0.0001deg);
		transform: scale(1) rotate(0.0001deg)
	}
}

@keyframes imgScale {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: scale(1) rotate(0.0001deg);
		transform: scale(1) rotate(0.0001deg)
	}

	50% {
		-webkit-transform: scale(1.1) rotate(0.0001deg);
		transform: scale(1.1) rotate(0.0001deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0.0001deg);
		transform: scale(1) rotate(0.0001deg)
	}
}

.slider .img-wrapper .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	background-size: cover;
	background-position: center
}

.slider .img-wrapper .img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider .text_container {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
	width: 100%
}

.slider .text_container .txt1 {
	color: #fff;
	font-size: 6.8vw;
	width: 100%;
	position: relative;
	opacity: 0;
	top: 100%;
}

.slider .text_container .txt1 text {
	fill: none;
	stroke: #fff;
	stroke-width: 1px
}

.slider .text_container .tit1 {
	color: #fff;
	font-size: 6.8vw;
	line-height: 6.8vw;
	text-align: center;
	height: 115px;
	position: relative;
	opacity: 0;
	top: 100%;
}

.slider .text_wrapper>div:nth-child(1) {
	height: 7.8vw;
	overflow: hidden;
	margin-top: -1.6vw;
}

.slider .text_wrapper>div:nth-child(2) {
	height: 6.4vw;
	overflow: hidden;
}

.slider .site {
	position: absolute;
	top: 100%;
	left: 50%;
	text-align: center;
	margin-top: 20px;
	opacity: 0;
	margin-left: -88.5px;
}

.slider .site .txt2 {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.1rem;
	margin-top: 14px;
	display: block
}

.slider_navigation {
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 48px;
	width: 50px;
	text-align: center;
	height: 89px;
	margin-top: -50px;
}

.slider_navigation li {
	position: relative
}

.slider_navigation li figure.img {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	font-size: 0;
}

.slider_navigation li figure.img img {
	display: inline-block;
	vertical-align: top;
	width: 10px;
}

.slider_navigation li.next figure.img {
	bottom: auto;
	top: 100%
}

.slider_navigation li+li:before {
	content: '';
	width: 100%;
	height: 1px;
	background: white;
	position: absolute;
	top: -1px;
	left: 0;
}

.slider_navigation span {
	font-size: 12px;
	color: #fff;
	letter-spacing: 2.5px;
	display: block
}

.slider_navigation li.next span {
	opacity: .6;
	padding: 12px 0 23px;
}

.slider_navigation li.prev span {
	padding: 23px 0 12px;
}

#main_line {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	margin-top: -0.5px;
	z-index: 1;
	background: rgba(255, 255, 255, 0.5);
}

#main_line .l1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: rgb(195, 13, 35,.5);
}

.main_rotate {
	position: absolute;
	right: 5%;
	top: 50%;
	z-index: 1000;
	transform: translate(0, -50%);
	cursor: pointer;
}

.main_rotate .arr {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main_rotate .txt {
	animation: rotateAni 10s infinite linear;
}
.main_rotate .txt img{
	width: 166px;
}
@keyframes rotateAni {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media all and (min-width:1921px) {
	.slider .text_wrapper>div:nth-child(1) {
		margin-top: 0;
		height: 150px
	}

	.slider .text_container .txt1 {
		font-size: 13rem
	}

	.slider .text_wrapper>div:nth-child(2) {
		height: 150px
	}

	.slider .text_container .tit1 {
		font-size: 13rem;
		height: 150px;
		line-height: 13rem
	}
}




/* 230912 */
.overlay {
	overflow: hidden;
}

.overlay>div {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.shape-overlays {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}

.overlay.prev .shape-overlays {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.eq0 {
	--path-fill-2: #415276;
}

.eq1 {
	--path-fill-2: rgb(241, 90, 41);
}

.eq2 {
	--path-fill-2: #c30d23;
}

.eq3 {
	--path-fill-2: #0084ca;
}

.eq4 {
	--path-fill-2: #6d5d8b;
}

.eq5 {
	--path-fill-2: #3a5472;
}

.eq6 {
	--path-fill-2: #2a7abf;
}

.eq7 {
	--path-fill-2: #8d2318;
}

.eq8 {
	--path-fill-2: #36472a;
}

.eq9 {
	--path-fill-2: #415276;
}

.shape-overlays__path:nth-of-type(1) {
	fill: #fff;
}

.shape-overlays__path:nth-of-type(2) {
	fill: var(--path-fill-2);
}


.visual {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
}

.visual .main {
	position: relative;
}

.visual .main .swiper-slide {
	position: relative;
	width: 100%;
	height:100%;
}

.visual .main .swiper-slide .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.visual .main .swiper-slide .bg:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.visual .main .swiper-slide .bg iframe,
.visual .main .swiper-slide .bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.visual .main .swiper-slide .bg .img {
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
}
.visual .main .swiper-slide .bg .img2{
	display: none;
}
.visual .main .swiper-slide .bg .img1{
	display: block;
}
.visual .main .swiper-slide-active .bg .img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/* @keyframes mainFd {
	0%   { 
		transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ;
}
	
	50% { transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ;
}
100% { transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ;
}
  } */

.visual .main .swiper-slide .text_container {
	position: absolute;
	top: 85%;
	left: 0;
	z-index: 2;
	transform: translate(0, -50%);
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
}
.visual .main .swiper-slide .text_container .txt1 {
	width: 100%;
	position: relative;
	display: flex;
}

.visual .main .swiper-slide .text_container .txt1 p {
	font-family: "AiDianFengYaHei";
	color: #fff;
	text-transform: uppercase;
	font-size: 110px;
	font-weight: 600;
	opacity: 0;
	transform: translateY(-100%);
	transition: all 0.8s 0.2s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transition: all 0.8s 0.2s;
	-moz-transition: all 0.8s 0.2s;
	-ms-transition: all 0.8s 0.2s;
	-o-transition: all 0.8s 0.2s;
}
.visual .main .swiper-slide .text_container .txt1 p:nth-child(2){
	transition: all 0.8s 0.25s;
	-webkit-transition: all 0.8s 0.25s;
	-moz-transition: all 0.8s 0.25s;
	-ms-transition: all 0.8s 0.25s;
	-o-transition: all 0.8s 0.25s;
}
.visual .main .swiper-slide .text_container .txt1 p:nth-child(3){
	transition: all 0.8s 0.3s;
	-webkit-transition: all 0.8s 0.3s;
	-moz-transition: all 0.8s 0.3s;
	-ms-transition: all 0.8s 0.3s;
	-o-transition: all 0.8s 0.3s;
}
.visual .main .swiper-slide .text_container .txt1 p:nth-child(4){
	transition: all 0.8s 0.35s;
	-webkit-transition: all 0.8s 0.35s;
	-moz-transition: all 0.8s 0.35s;
	-ms-transition: all 0.8s 0.35s;
	-o-transition: all 0.8s 0.35s;
}
.visual .main .swiper-slide .text_container .txt1 p:nth-child(5){
	transition: all 0.8s 0.4s;
	-webkit-transition: all 0.8s 0.4s;
	-moz-transition: all 0.8s 0.4s;
	-ms-transition: all 0.8s 0.4s;
	-o-transition: all 0.8s 0.4s;
}
.visual .main .swiper-slide .text_container .txt1 p:nth-child(6){
	transition: all 0.8s 0.45s;
	-webkit-transition: all 0.8s 0.45s;
	-moz-transition: all 0.8s 0.45s;
	-ms-transition: all 0.8s 0.45s;
	-o-transition: all 0.8s 0.45s;
}
.visual .main .swiper-slide .text_container .txt1 p:nth-child(7){
	transition: all 0.8s 0.5s;
	-webkit-transition: all 0.8s 0.5s;
	-moz-transition: all 0.8s 0.5s;
	-ms-transition: all 0.8s 0.5s;
	-o-transition: all 0.8s 0.5s;
}
.visual .main .swiper-slide .text_container .txt1 p:nth-child(8){
	transition: all 0.8s 0.55s;
	-webkit-transition: all 0.8s 0.55s;
	-moz-transition: all 0.8s 0.55s;
	-ms-transition: all 0.8s 0.55s;
	-o-transition: all 0.8s 0.55s;
}
.visual .main .swiper-slide .text_container .txt1 p:nth-child(9){
	transition: all 0.8s 0.6s;
	-webkit-transition: all 0.8s 0.6s;
	-moz-transition: all 0.8s 0.6s;
	-ms-transition: all 0.8s 0.6s;
	-o-transition: all 0.8s 0.6s;
}
.visual .main .swiper-slide .text_container .txt1 p:nth-child(10){
	transition: all 0.8s 0.65s;
	-webkit-transition: all 0.8s 0.65s;
	-moz-transition: all 0.8s 0.65s;
	-ms-transition: all 0.8s 0.65s;
	-o-transition: all 0.8s 0.65s;
}
.visual .main .swiper-slide .text_container .tit1 {
	font-family: "AiDianFengYaHei";
	color: #fff;
	font-size: 100px;
	font-weight: 600;
	text-align: left;
	position: relative;
	margin: 0;
	display: flex;
}
.visual .main .swiper-slide .text_container .tit1 p{
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.8s 0.2s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transition: all 0.8s 0.2s;
	-moz-transition: all 0.8s 0.2s;
	-ms-transition: all 0.8s 0.2s;
	-o-transition: all 0.8s 0.2s;
}
.visual .main .swiper-slide .text_container .tit1 p:nth-child(2){
	transition: all 0.8s 0.25s;
	-webkit-transition: all 0.8s 0.25s;
	-moz-transition: all 0.8s 0.25s;
	-ms-transition: all 0.8s 0.25s;
	-o-transition: all 0.8s 0.25s;
}
.visual .main .swiper-slide .text_container .tit1 p:nth-child(3){
	transition: all 0.8s 0.3s;
	-webkit-transition: all 0.8s 0.3s;
	-moz-transition: all 0.8s 0.3s;
	-ms-transition: all 0.8s 0.3s;
	-o-transition: all 0.8s 0.3s;
}
.visual .main .swiper-slide .text_container .tit1 p:nth-child(4){
	transition: all 0.8s 0.35s;
	-webkit-transition: all 0.8s 0.35s;
	-moz-transition: all 0.8s 0.35s;
	-ms-transition: all 0.8s 0.35s;
	-o-transition: all 0.8s 0.35s;
}
.visual .main .swiper-slide .text_container .tit1 p:nth-child(5){
	transition: all 0.8s 0.4s;
	-webkit-transition: all 0.8s 0.4s;
	-moz-transition: all 0.8s 0.4s;
	-ms-transition: all 0.8s 0.4s;
	-o-transition: all 0.8s 0.4s;
}
.visual .main .swiper-slide .text_container .tit1 p:nth-child(6){
	transition: all 0.8s 0.45s;
	-webkit-transition: all 0.8s 0.45s;
	-moz-transition: all 0.8s 0.45s;
	-ms-transition: all 0.8s 0.45s;
	-o-transition: all 0.8s 0.45s;
}
.visual .main .swiper-slide .text_container .tit1 p:nth-child(7){
	transition: all 0.8s 0.5s;
	-webkit-transition: all 0.8s 0.5s;
	-moz-transition: all 0.8s 0.5s;
	-ms-transition: all 0.8s 0.5s;
	-o-transition: all 0.8s 0.5s;
}
.visual .main .swiper-slide .text_container .tit1 p:nth-child(8){
	transition: all 0.8s 0.55s;
	-webkit-transition: all 0.8s 0.55s;
	-moz-transition: all 0.8s 0.55s;
	-ms-transition: all 0.8s 0.55s;
	-o-transition: all 0.8s 0.55s;
}
.visual .main .swiper-slide .text_container .tit1 p:nth-child(9){
	transition: all 0.8s 0.6s;
	-webkit-transition: all 0.8s 0.6s;
	-moz-transition: all 0.8s 0.6s;
	-ms-transition: all 0.8s 0.6s;
	-o-transition: all 0.8s 0.6s;
}
.visual .main .swiper-slide .text_container .tit1 p:nth-child(10){
	transition: all 0.8s 0.65s;
	-webkit-transition: all 0.8s 0.65s;
	-moz-transition: all 0.8s 0.65s;
	-ms-transition: all 0.8s 0.65s;
	-o-transition: all 0.8s 0.65s;
}

.visual .main .swiper-slide.ani .text_container .txt1 p{
	opacity: 1;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
}

.visual .main .swiper-slide.ani .text_container .tit1 p{
	opacity: 1;
	transform: translateY(0%);
}




@media(max-width:1368px) {
	.visual .main .swiper-slide .text_container .tit1{
		font-size: 72px;
	}
	.visual .main .swiper-slide .text_container .txt1 p {
		font-size: 72px;
	}
}
@media(max-width:1280px) {
	.visual .main .swiper-slide .text_container .tit1{
		font-size: 66px;
	}
	.visual .main .swiper-slide .text_container .txt1{
		font-size: 66px;
		/* height: 70px; */
	}
	.visual .main .swiper-slide .text_container .txt1 p{
			font-size: 72px;
	}
}
@media(max-width:1024px) {
	.visual .main .swiper-slide .text_container .tit1{
		font-size: 60px;
	}
	.visual .main .swiper-slide .text_container .txt1{
		
		/* height: 70px; */
	}
	.visual .main .swiper-slide .text_container .txt1 p{
		font-size: 60px;
	}
}
@media(max-width:900px) {
	.main_rotate{
		display: none;
	}
	.visual .main .swiper-slide .text_container .tit1{
		font-size: 56px;
	}
	.visual .main .swiper-slide .text_container .txt1 p{
		font-size: 60px;
	}
	.visual .main .swiper-slide .text_wrapper>div:nth-child(1){
		height: 70px;
	}
	#main_line{
		display: none;
	}
	.visual .main .swiper-slide .line{
		display: none;
	}
	
}
@media(max-width:680px) {
	.visual .main .swiper-slide .text_container .tit1{
		font-size: 48px;
	}
	.visual .main .swiper-slide .text_container .txt1 p{
		font-size: 48px;
	}
	.visual .main .swiper-slide .text_wrapper>div:nth-child(1){
		height: 60px;
	}
	.visual .main .swiper-slide .bg .img1{
		display: none;
	}
	.visual .main .swiper-slide .bg .img2{
		display: block;
	}
}
@media(max-width:500px) {
	.visual .main .swiper-slide .text_container .tit1{
		font-size: 32px;
	}
	.visual .main .swiper-slide .text_container .txt1 p{
		font-size: 32px;
	}
	.visual .main .swiper-slide .text_wrapper>div:nth-child(1){
		height: 50px;
	}
	.visual .main .swiper-slide .site .txt2 span{
		font-size: 16px;
	}
}