/*
 *	Created by Edward on 22/10/17
 *	Copyright (c) 2022 ishutime.com All rights reserved
*/


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #3e3e3e;
}


input {
	-webkit-appearance: none;
}

img {
	display: block;
	width: 100%;
	max-width: 100%;
}



.ylBtn{
	width: 224px;
	height: 53px;
	display: block;
	 line-height:53px;
	  font-size:16px;
	  color:#fff; text-align:center;
	  background:url(../images/foot_fasong.png) no-repeat center center;
}

a:hover.ylBtn{color:#fff;}

.scroll-horizontal {
	overflow: hidden;
}

.scroll-horizontal .pin-wrap,
.scroll-horizontal .animation-wrap {
	display: flex;
	position: relative;
	z-index: 1;
}

.scroll-horizontal .animation-wrap.to-right {
	counter-reset: item;
	float: left;
}

.scroll-horizontal .animation-wrap.to-left {
	counter-reset: item 11;
	float: right;
}


#pin{
	position: relative;
}
@media (max-width: 787px) {

.scroll-horizontal{ display:none;}

}
.pin-wrap .item {
	width: 100vw;
	height: 100vh;
	position: relative;
	background: #fff;
	text-align: center;
	background:url(../images/advan_bg.jpg) no-repeat center center;
}


.sbox {
	width: 55%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 20%;
	text-align: left;
	z-index: 30;
}
.box1 .sbox{
	width: 40%;
	left: 10%;
	top: 16%;
}
.sbox .name {
	position: relative;
	margin-bottom: 25px;
}

.sbox .name .title {
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
	background-image: -webkit-linear-gradient(45deg, #2C6FB2, #2C6FB2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sbox .name .des {
	width: 100%;
	font-size: 18px;
	line-height:35px;
}

.sbox .singePage {
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 2.5vw;
}

.service .sbg {
	width: 35vw;
	height: calc(60vw * 0.59);
	position: absolute;
	right: 5%;
	bottom: 150px;
	z-index: 10;
	
}

.service .sbg ul{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	display: flex;
}
.service .sbg .sg{
	width: 60vw;
	height: calc(60vw * 0.59);
	position: absolute;
	left: 0%;
	top: 0%;
	background-size: cover;
	background-position: center center;
}
.service .sbg ul li{
	width: 10%;
	height: 100%;
	position: relative;
	overflow: hidden;
	top: 100%;
	-webkit-transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);	
	opacity: 0;
}

.service .sbg.active ul li{
	top: 0%;
	opacity: 1;
}
.service .sbg.active ul li:nth-child(2){
	-webkit-transition-delay: .1s;
}
.service .sbg.active ul li:nth-child(3){
	-webkit-transition-delay: .2s;
}
.service .sbg.active ul li:nth-child(4){
	-webkit-transition-delay: .3s;
}
.service .sbg.active ul li:nth-child(5){
	-webkit-transition-delay: .4s;
}
.service .sbg.active ul li:nth-child(6){
	-webkit-transition-delay: .5s;
}
.service .sbg.active ul li:nth-child(7){
	-webkit-transition-delay: .6s;
}
.service .sbg.active ul li:nth-child(8){
	-webkit-transition-delay: .7s;
}
.service .sbg.active ul li:nth-child(9){
	-webkit-transition-delay: .8s;
}
.service .sbg.active ul li:nth-child(10){
	-webkit-transition-delay: .9s;
}

.service .sbg.active ul li:nth-child(2) .sg{
	left: -6vw;
}
.service .sbg.active ul li:nth-child(3) .sg{
	left: -12vw;
}
.service .sbg.active ul li:nth-child(4) .sg{
	left: -18vw;

}
.service .sbg.active ul li:nth-child(5) .sg{
	left: -24vw;
}
.service .sbg.active ul li:nth-child(6) .sg{
	left: -30vw;
}
.service .sbg.active ul li:nth-child(7) .sg{
	left: -36vw;
}
.service .sbg.active ul li:nth-child(8) .sg{
	left: -42vw;
}
.service .sbg.active ul li:nth-child(9) .sg{
	left: -48vw;
}
.service .sbg.active ul li:nth-child(10) .sg{
	left: -54vw;
}

.service .sbg img {
	-webkit-transform: translateZ(0);
}

.service .sbg>img{
    opacity: 1;
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transition: all .05s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
	border-radius:15px;
}




.service .sbg.active>img{
    opacity: 1;
}

.service .words {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;

	top: 8%;
	font-size: 8vw;
	color: rgba(0, 0, 0, .03);
	text-transform: uppercase;
	letter-spacing: 20px;
	line-height: 1;
	font-family: BrownBlod;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	padding-left: 10vw;
	z-index: 20;
	
}

.serNav {
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: calc(90vh - 20px);
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

.serNav.active{
	position: fixed;
}

.serNav:before {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	background: rgba(0, 0, 0, .05);
	content: '';
}

.serNav a {
	width: 100px;
	height: 100px;
	position: relative;
	display: block;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.serNav a p {
	position: absolute;
	z-index: 1;
	color: #333;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	top: 50%;
	-webkit-transform: translateY(-50%);

}

.serNav a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	border-radius: 50%;
	content: '';
	background-image: linear-gradient(to right, #417EBC 0%, #417EBC 100%);
}

.serNav a::after {
	width: 94px;
	height: 94px;
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 50%;
	content: '';
	-webkit-transition: all .35s;
	background-color: #fff;
}

.serNav a.active p {
	color: #417EBC;
}

.serNav a.active::after,
.serNav a.active::before {
/*	border-radius: 45%;
	-webkit-animation: roateOne 2s linear infinite;*/
}
/*
.serNav a.active::after {
	opacity: 0;
	-webkit-transform: scale(0);
	border-radius: 50%;
}*/

.serNav a:hover::after {
	border-radius: 50%;
}

.serNav a:hover::before {
	border-radius: 45%;
	-webkit-animation: roateOne 2s linear infinite;
}

@-webkit-keyframes roateOne {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

.scroll-horizontal .item{
	width: 100vw;
	height: 100vh;
	position: relative;
}
@media screen and (max-width: 1440px) {
	.sbox .name .title{
		font-size: 30px;
	}
	.service .words{
		font-size: 8vw;
		top: 14%;
	}
	.serNav a{
		width: 80px;
		height: 80px;
	}
	.serNav a p{
		font-size: 14px;
	}
	.serNav a::after{
		width: 74px;
		height: 74px;
	}
	.box_nav ul li .title{
		font-size: 16px;
		line-height: 2.5;
	}
}



@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 768px) {
	.scroll-horizontal .item{
		height: 100vh;
		box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
		overflow: hidden;
		z-index: 50;
	}
	.serNav a p{
		display: none;
	}
	.service .words {
	    font-size: 12vw;
		top: 15%;
		left: 10%;
		padding-left: 0%;
		width: 80%;
	}
	.service .sbg{
		width: 100%;
		bottom: 0%;
		height: calc(100vw * 0.59);
	}
	.service .sbg ul li{
		display: none;
	}
	.service .sbg ul li:nth-child(1){
		display: block;
		opacity: 1;
		top: 0%;
		width: 100%;
	}
	.service .sbg .sg{
		width: 100vw;
		height: calc(100vw * 0.59);
	}
	.box1 .sbox{
		width: 80%;
		left: 10%;
		top: 45%;
		-webkit-transform: translateY(-50%);
		z-index: 20;
	}
	.sbox .name .title {
	    font-size: 28px;
	    margin-bottom: 2vw;
	}
	.sbox .name .des{
		font-size: 16px;
	}
	.ylBtn{
		width: 140px;
		line-height: 45px;
		font-size: 12px;
		border-radius: 50px;
	}
	
	.serNav{
		display: none;
	}
	
}


html.has-scroll-smooth {
	overflow: hidden;
}

html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.has-scroll-smooth body {
	overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh;
}

.c-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	height: 100vh;
	transform-origin: center right;
	transition: transform 0.3s, opacity 0.3s;
	opacity: 0;
}

.c-scrollbar:hover {
	transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
	opacity: 1;
}

.c-scrollbar_thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	opacity: 0.5;
	width: 7px;
	border-radius: 10px;
	margin: 2px;
	cursor: -webkit-grab;
	cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* =========================================== */

[data-transition] {
	transition: ease all 1s;
}

[data-transition]:not(.is-inview) {
	transition-delay: 0s !important;
	transition-duration: 0s !important;
}

[data-transition="fadein"] {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

[data-transition="fadein"].is-inview {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

[data-transition="fadeInUp"] {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

[data-transition="fadeInUp"].is-inview {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

section {
	width: 100%;
	position: relative;
}

.scroll-horizontal {
	overflow: hidden;
}

.scroll-horizontal .pin-wrap,
.scroll-horizontal .animation-wrap {
	display: flex;
	position: relative;
	z-index: 1;
}

.scroll-horizontal .animation-wrap.to-right {
	counter-reset: item;
	float: left;
}

.scroll-horizontal .animation-wrap.to-left {
	counter-reset: item 11;
	float: right;
}