body {
	line-height: 1.5;
	background-color: #000;
	width: 100%;
  	
    }
    section {
	width: 100%;
    }
    /* section .heade:hover {
    background-color: #fff;
    } */
    /* section .heade:hover img {
    top: auto;
    bottom: 0;
    } */
    section .btm {
	width: 100%;
    }
    section .btm img {
	width: 100%;
    }
.scrollmagic-pin-spacer{z-index:6;}
    section .page-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 5;
    }
    section .page-item .txt {
	width: 100%;
	text-align: center;
	margin-top: 4%;
    }
    section .page-item .txt p,
    section .page-item .txt span {
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	margin: 0 auto;
    }
    section .page-item .txt i {
	font-style: normal;
	display: block;
	color: #fff;
	text-align: center;
    }
    section .page-item .txt span {
	text-transform: uppercase;
	margin-top: 10px;
    }
    section .page-item .txt a {
	border: 1px solid #fff;
	border-radius: 100px;
	color: #fff;
	width: 150px;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: all 0.6s;
    }
    section .page-item .txt a::after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #247ce5;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: -1;
    }
    section .page-item .txt a::before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: #247ce5;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: -1;
    }
    section .page-item .txt a:hover {
	border: 1px solid #247ce5;
    }
    section .page-item .txt a:hover::after {
	border-width: 200px 0 0 200px;
    }
    section .page-item .txt a:hover::before {
	border-width: 0 200px 200px 0;
    }
    section .ctn1 {
      /*background: url(/uploads/image/opncimage/95e88c84-e166-4516-9a55-f0ce4c2bec0b.png) no-repeat center center;
	background-size: cover;*/
	background:#000;
    }

    /* section .ctn1 .myswiper{
    width: 100%;
    height: 100%;
    } */
    section .ctn1 .txt .more {
	margin-top: 5%;
    }
    section .ctn2 .txt {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	background-color: #000;
    }
    section .ctn2 .txt p {
	width: auto;
	background-image: ;
	text-align: center;
	display: inline-block;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 64px;
	font-weight: bold;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
    }
    section .ctn2 .videotxt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
    }
    section .ctn2 .videotxt p {
	opacity: 0;
	color: #fff;
	text-align: center;
	transition: all 1.5s;
	transform: translatey(50px);
	font-weight: bold;
    }
    section .ctn2 .videotxt p.p1 {
	transition-delay: 0.2s;
	padding-bottom: 2%;
    }
    section .ctn2 .videotxt p.p2 {
	transition-delay: 0.4s;
    }
    section .ctn2 .videotxt p.p3 {
	transition-delay: 0.6s;
    }
    section .ctn2 .videotxt p.on {
	opacity: 1;
	transform: translatey(0);
    }
    section .ctn2 .video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
      z-index:8;
    }
    section .ctn2 .video video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	object-fit: cover;
    }
    section .ctn3 {
	background-color: #070d1a;
    }
    section .ctn3 .txt {
	margin-top: 0;
    }
    section .ctn3 .txt .tit span {
	line-height: 1.2;
	display: inline-block;
    }
    section .ctn3 .txt .tit span:nth-child(1) {
	letter-spacing: 0.1em;
    }
    section .ctn3 .txt p {
	margin-top:8%;
	width: 100%;
	background-image: ;
	text-align: center;
	display: inline-block;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-position: center 65%;
	background-repeat: no-repeat;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
    }
    section .ctn4 {
	/* background:no-repeat center center;
	background-size: cover;
	background-attachment: fixed; */
	position: sticky;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
    }
    section .ctn4 .sw_ctn4 {
	width: 100%;
	height: 100%;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 20px;
    }
    section .ctn4 .sw_ctn4 .swiper-button-next,
    section .ctn4 .sw_ctn4 .swiper-button-prev {
	background-image: ;
    }
    section .ctn4 .sw_ctn4 .swiper-button-next {
	right: 7vw;
    }
    section .ctn4 .sw_ctn4 .swiper-button-prev {
	left: 7vw;
    }
    section .ctn4 .sw_ctn4 .img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    }
    section .ctn4 .sw_ctn4 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    }
    section .ctn4 .sw_ctn4 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
    }
    section .ctn4 .sw_ctn4 .txt {
	margin-top: -4%;
    }
    section .ctn4 .sw_ctn4 .txt .more {
	margin: 3.5% auto 0;
	transition: all 0s;
	transition-delay: 0s;
    }
    section .ctn4 .sw_ctn4 .txt .more.on {
	transition: all 1.5s;
	transition-delay: 0.8s;
    }
    section .ctn4 .sw_ctn4 .txt p {
	transition: all 0s;
	transition-delay: 0s;
    }
    section .ctn4 .sw_ctn4 .txt p.on {
	transition: all 1.5s;
	transition-delay: 0.2s;
    }
    section .ctn4 .sw_ctn4 .txt span {
	letter-spacing: 5px;
	transition: all 0s;
	transition-delay: 0s;
	position: relative;
	padding-bottom: 22px;
    }
    section .ctn4 .sw_ctn4 .txt span.on {
	transition: all 1.5s;
	transition-delay: 0.4s;
    }
    section .ctn4 .sw_ctn4 .txt span::after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translatex(-50%);
    }
    section .ctn4 .sw_ctn4 .txt i {
	width: 46%;
	position: relative;
	margin: 22px auto 0;
	transition: all 0s;
	transition-delay: 0s;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	height: 3em;
    }
    section .ctn4 .sw_ctn4 .txt i.on {
	transition: all 1.5s;
	transition-delay: 0.6s;
    }
    section .ctn4 .sw_ctn4 .txt .more,
    section .ctn4 .sw_ctn4 .txt p,
    section .ctn4 .sw_ctn4 .txt span,
    section .ctn4 .sw_ctn4 .txt i {
	opacity: 0;
	transform: translatey(50px);
    }
    section .ctn4 .sw_ctn4 .txt .more.on,
    section .ctn4 .sw_ctn4 .txt p.on,
    section .ctn4 .sw_ctn4 .txt span.on,
    section .ctn4 .sw_ctn4 .txt i.on {
	opacity: 1;
	transform: translatey(0);
    }
    section .ctn5 .box {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
    }
    section .ctn5 .txt_l {
	width: 60%;
    }
    section .ctn5 .txt_l h2 {
	display: block;
	color: #fff;
    }
    section .ctn5 .txt_l .tab {
	display: inline-block;
	white-space: nowrap;
	margin-top: 5%;
    }
    section .ctn5 .txt_l .tab::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #4d4d4d;
    }
    section .ctn5 .txt_l .tab p {
	display: inline-block;
	color: #818181;
	margin-right: 50px;
	padding-bottom: 25px;
	position: relative;
	cursor: pointer;
    }
    section .ctn5 .txt_l .tab p:nth-last-child(1) {
	margin-right: 0;
    }
    section .ctn5 .txt_l .tab p.on {
	color: #fff;
    }
    section .ctn5 .txt_l .tab p.on::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
    }
    section .ctn5 .txt_l .ctn {
	width: 56%;
	margin-top: 6%;
	position: relative;
    }
    section .ctn5 .txt_l .ctn .des {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
    }
    section .ctn5 .txt_l .ctn .des:nth-child(1) {
	display: block;
    }
    section .ctn5 .txt_l .ctn .des.on {
	position: static;
	height:120px;
    }
    section .ctn5 .txt_l .more {
	margin-top: 10%;
    }
    section .ctn5 .txt_l .more a {
	border: 1px solid #fff;
	border-radius: 100px;
	color: #fff;
	width: 150px;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: all 0.6s;
	text-align: center;
    }
    section .ctn5 .txt_l .more a::after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #247ce5;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: -1;
    }
    section .ctn5 .txt_l .more a::before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: #247ce5;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: -1;
    }
    section .ctn5 .txt_l .more a:hover {
	border: 1px solid #247ce5;
    }
    section .ctn5 .txt_l .more a:hover::after {
	border-width: 200px 0 0 200px;
    }
    section .ctn5 .txt_l .more a:hover::before {
	border-width: 0 200px 200px 0;
    }
    section .ctn5 #modelbordercontainer {
	width: 40%;
	height: 80%;
	position: relative;
	cursor: pointer;
	margin-bottom: 10%;
    }
    section .ctn5 #modelbordercontainer .loading {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #fff;
	text-align: center;
    }
    section .ctn5 #modelbordercontainer .s_tips {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.2s;
	animation: tips 5s linear 0s infinite;
    }
    section .ctn5 #modelbordercontainer .s_tips svg {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 2;
    }
    section .ctn5 #modelbordercontainer .s_tips svg path {
	box-shadow: 0 0 5px #000;
    }
    section .ctn5 #modelbordercontainer .s_tips::after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	box-shadow: 0 0 5px #000;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	top: -14px;
	left: 1px;
    }
    section .ctn5 #modelbordercontainer .arr {
	position: absolute;
	bottom: -5%;
	left: 50%;
	transform: translatex(-50%);
	width: 40px;
    }
    section .ctn5 #modelbordercontainer .arr img {
	width: 100%;
    }
    @keyframes tips {
	0% {
	  opacity: 0;
	}
	10% {
	  opacity: 1;
	  left: 50%;
	}
	20% {
	  opacity: 1;
	  left: 40%;
	}
	35% {
	  opacity: 1;
	  left: 60%;
	}
	45% {
	  opacity: 1;
	  left: 50%;
	}
	55% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
    }
    @media screen and (max-width: 1600px) {
	section .ctn5 .box {
	  width: 80%;
	}
    }
    /*# sourcemappingurl=./index.css.map */
    .myswiper1 {
	width: 100%;
	height: 100vh;
    }
    .myswiper1 .swiper-slide {
	text-align: center;
	/* center slide text vertically */
	display:-webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content: center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items: center;
    }
    .myswiper1 video{
	display:none;
	width:100%;
	height: 100%;
	  object-fit: cover;
    }
    .myswiper1 .swiper-slide > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
    }

    .myswiper1 .layer {
	position: absolute;
	top: 53.5%;
	transform: translate(-50%, -50%);
	left: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
      z-index:2
    }
    .e_bannera-2{
	width:100%;
	position:relative;
	overflow: hidden;
    }
    .e_bannera-2:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background:#000;
	z-index:2;
    }
    .myswiper1 .layer .yw {
	line-height: 30px;
	margin-top: 2px;
    }
    .myswiper1 .layer .tit {
	font-weight: normal;
	line-height: 60px;
	margin:0;
    }
    .myswiper1 .layer .line {
	width: 60px;
	height: 3px;
	background-color: #fff;
	margin: 21px 0 20px;
    }
    .myswiper1 .layer .desc {
	line-height: 30px;
	/*margin-top: 18px;*/
	/*margin-bottom: 40px;*/
    }
    /*.myswiper1 .more {
    width: 162px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 20px;
    }
    .myswiper1 .more-href {
    line-height: 40px;
    font-size: 16px;
    }
    .myswiper1 .more:hover {
    border-color: #007fbb;
    background-color: #007fbb;
    }*/
    .myswiper1 .btns{
	margin-top:38px;
	width:160px;
	position: relative;
    }
    .myswiper1 .btns:hover .line2,
    .btns:hover .line3{
	width:100%;
    }
    .myswiper1 .btns:hover .line1,
    .myswiper1 .btns:hover .line4{
	height:100%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 50px!important;
	display: flex;
	align-items: center;
	justify-content: center;
    }
    #c_flippage-1637288758471 .myswiper1 .swiper-pagination-clickable .swiper-pagination-bullet {
	opacity: .5;
	width: 20px;
	height: 2px;
	background-color: rgba(255,255,255,.3);
	border-radius: 60px;
	position: relative;
	margin: 0 4px !important;
    }
    #c_flippage-1637288758471 .myswiper1 .swiper-pagination-clickable .swiper-pagination-bullet-active {
	background-color: rgba(255,255,255,1);
	opacity: 1;
    }
    .myswiper1 .layer .yw {
	transform: translatey(20px);
	opacity: 0;
    }
    .myswiper1 .layer .tit {
	transform: translatey(20px);
	opacity: 0;
    }
    .myswiper1 .layer .line {
	transform: translatey(0px);
	opacity: 0;
    }
    .myswiper1 .layer .desc {
	transform: translatey(20px);
	opacity: 0;
    }
    .myswiper1 .more {
	transform: translatey(0px);
	opacity: 0;
    }
    .myswiper1 .swiper-slide-active .layer .yw,
    .myswiper1 .swiper-slide-duplicate-active .layer .yw {
	transform: none;
	opacity: 1;
	transition: opacity .6s linear,transform .6s cubic-bezier(.215,.61,.355,1);
    }
    .myswiper1 .swiper-slide-active .layer .tit,
    .myswiper1 .swiper-slide-duplicate-active .layer .tit {
	transform: none;
	opacity: 1;
	transition: opacity .6s linear .3s,transform .6s cubic-bezier(.215,.61,.355,1) .3s;
    }
    .myswiper1 .swiper-slide-active .layer .line,
    .myswiper1 .swiper-slide-duplicate-active .layer .line {
	transform: none;
	opacity: 1;
	transition: opacity .6s linear .3s,transform .6s cubic-bezier(.215,.61,.355,1) .3s;
    }
    .swiper-slide-active .layer .desc,
    .swiper-slide-duplicate-active .layer .desc {
	transform: none;
	opacity: 1;
	transition: opacity .6s linear .6s,transform .6s cubic-bezier(.215,.61,.355,1) .6s;
    }
    .myswiper1 .swiper-slide-active .more,
    .myswiper1 .swiper-slide-duplicate-active .more {
	transform: none;
	opacity: 1;
	transition: opacity .6s linear .9s,transform .6s cubic-bezier(.215,.61,.355,1) .9s,  background .5s linear,border .5s linear;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 50px!important;
	display: flex;
	align-items: center;
	justify-content: center;
    }
    .myswiper1 .swiper-pagination-clickable .swiper-pagination-bullet {
	opacity: .5;
	width: 20px;
	height: 2px;
	background-color: rgba(255,255,255,.3);
	border-radius: 60px;
	position: relative;
	margin: 0 4px !important;
    }
    .myswiper1 .swiper-pagination-clickable .swiper-pagination-bullet-active {
	background-color: rgba(255,255,255,1);
	opacity: 1;
    }
    section .page-item .myswiper1 a {
	border: 1px solid #fff;
	border-radius: 100px;
	color: #fff;
	width: 150px;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: all 0.6s;
    }
    section .page-item .myswiper1 a::after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #247ce5;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: -1;
    }
    section .page-item .myswiper1 a::before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: #247ce5;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: -1;
    }
    section .page-item .myswiper1 a:hover {
	border: 1px solid #247ce5;
    }
    section .page-item .myswiper1 a:hover::after {
	border-width: 200px 0 0 200px;
    }
    section .page-item .myswiper1 a:hover::before {
	border-width: 0 200px 200px 0;
    }
    .btn_ex {
	line-height: normal !important;
	border: 1px solid #fff !important;
	border-radius: 100px !important;
	color: #fff !important;
	display: block !important;
	position: relative;
	overflow: hidden;
	transition: all 0.6s !important;
	text-align: center !important;
	margin: auto;
	background: transparent;
	padding: 16px 0 !important;
	width:50%;
    }
    .btn_ex::after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform:rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #247ce5;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition:all 0.6s;
	transition: all 0.6s;
    }
    .s_button1:hover:before {
	animation: none;
    }
    .s_button1:before {
	padding: 0 !important
    }
    .s_button1:hover {
	border: none;
	font-size:24px;
    }
    .btn_ex span {
	position: relative;
	z-index: 1
    }
    .btn_ex:before {
	border-radius: 0
    }
    .btn_ex::before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform:rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: #247ce5;
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	-webkit-transition:all 0.6s;
	transition: all 0.6s;
    }
    .btn_ex:hover {
	border: 1px solid #247ce5;
	color: #fff;
    }
    .btn_ex:hover::after {
	border-width: 100% 0 0 100%;
    }
    .btn_ex:hover::before {
	border-width: 0 100% 100% 0;
    }
    @media only screen and (max-width: 1600px){
	.s_button1:hover {
	  font-size: 22px;
	}
    }
    @media only screen and (max-width: 1440px){
	.s_button1:hover {
	  font-size: 20px;
	}
    }

    @media only screen and (max-width: 1200px){
	.s_button1:hover {
	  font-size: 18px;
	}
    }



    @media only screen and (max-width: 767px){
   
	.s_button1:hover {
	  font-size: 16px;
	}
      section .ctn5 .box{padding-top:15vw;}
      
      section .ctn4 .sw_ctn4 .txt .more{margin: 5.5% auto 0;}
      
      section .page-item .txt a{    height: 40px;
    line-height: 38px;}
      section .ctn5.page-item{
        height: auto;
    }
      #c_static_001-1677229624212 .e_button-6{width: 100%;
    height: 45px;line-height: 45px;margin: 15px 0!important;}
    }
