body{
	background-position: right 30%;
}
.sec1 .img-box{
	border-radius: 0;
	box-shadow: none;
	width: 53.333%;
	position: relative;
}
.sec1 .img-box .line{
	position: absolute;
	right: 76.375%;
	bottom: 0;
	margin-bottom: -8.5%;
	z-index: 1;
}
.sec1 .img-box .swiper{
	border-top-left-radius: 0.875em;
	border-top-right-radius: 0.875em;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 1.3%;
	bottom: 7.37%;
	width: auto;
}



.sec2 .part2{
	background-image: url(../images/service_overseas_sec2_bg.jpg);
	padding: 3.75em 4.6875em 5em;
	display: block;
}
.sec2 .part2 .left-part{
	width: 100%;
	display: block;
	margin-bottom: 8.5em;
}
.sec2 .part2 .left-part ul{
	display: none;
}
.sec2 .part2 .right-part{
	width: 100%;
	border: 0 none;
	border-radius: 0;
	background-color: transparent;
	backdrop-filter: none;
}
.sec2 .part2 .right-part .swiper-slide{
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 0.3125em;
	background-color: rgba(255,255,255,0.14);
	backdrop-filter: blur(0.625em);
	padding: 1.5em 1.25em 1.25em 1.875em;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	height: auto;
}
.sec2 .part2 .right-part h5{
	font-size: 1.125em;
	line-height: 1.333;
	margin-bottom: 0.5em;
}
.sec2 .part2 .right-part p{
	font-size: 0.875em;
	line-height: 1.5;
	opacity: 0.8;
}
.sec2 .part2 .right-part svg{
	fill: var(--theme-color);
	width: 1.125em;
	align-self: flex-end;
}


.sec3 .content .tab{
	justify-content: space-between;
	padding-top: 3.125em;
	padding-bottom: 3.125em;
}
.sec3 .content .google{
	border-radius: 0.3125em;
	border: 1px solid #ccc;
	overflow: hidden;
	width: 88%;
}
.sec3 .content .right-part{
	display: block;
	overflow: hidden;
}
.sec3 .content .text-box{
	width: 100%;
	position: static;
}
.sec3 .content .text-box .swiper{
	position: relative;
	height: auto;
}
.sec3 .content .text-box .swiper-slide {
	display: block;
}
.sec3 .content .text-box .flex-box{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 3em;
}
.sec3 .content .text-box .flex-box li{
	width: 24%;
	border: 1px solid #eaeaea;
	border-radius: 0.625em;
	background-color: #fff;
	padding: 2em 1.5em;
}
.sec3 .content .text-box .flex-box h5{
	font-size: 1.125em;
	line-height: 1.56;
}
.sec3 .content .text-box .flex-box .line{
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
	margin: 1.25em 0 1.75em;
}
.sec3 .content .text-box .flex-box p{
	font-size: 1em;
}



.sec4 .list a {
	width: 22.6%;
	margin-bottom: 3.2%;
}



.sec8 {
	padding: 4.2% 0px 1.5%;
}
.sec8 .title {
	margin-bottom: 5.8%;
}
.sec8 .title h3 {
	font-size: 3.5em;
	color: #252525;
	line-height: 1.33;
	margin-bottom: 0.25em;
	float: left;
}
.sec8 .title h3 span {
	color: var(--theme-color);
}
.sec8 .title p {
	font-size: 1.125em;
	line-height: 1.5;
	color: #838383;
	float: left;
	clear: left;
}
.sec8 .title .btn-common{
	float: right;
}
.sec8 .list{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec8 .list::after{
	content: "";
	display: block;
	width: 30%;
}
.sec8 .list a{
	width: 30%;
	margin-bottom: 3.2%;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.75s,opacity 0.75s;
	position: relative;
	display: block;
}
.sec8 .list a.actived{
	transform: translateY(0);
	opacity: 1;
}
.sec8 .list a .img-box{
	overflow: hidden;
	position: relative;
	margin-bottom: 1.75em;
	border-radius: 0.625em;
}
.sec8 .list a .img-box::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s;
}
.sec8 .list a .img-box img{
	transition: transform 0.75s;
}
.sec8 .list a h4{
	line-height: 1.333;
	font-size: 1.5em;
	position: absolute;
	right: 1em;
	left: 1em;
	bottom: 1.5em;
	color: #fff;
	z-index: 2;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.75s,opacity 0.75s;
}
.sec8 .list .img-box h4{
	white-space: pre-wrap;
}
.sec8 .list .text-box h4{
	transform: translateY(0);
	opacity: 1;
	position: static;
	display: none;
	color: #666;
}
.sec8 .list a h5{
	font-size: 1.25em;
	color: #000;
	margin-right: 1em;
	display: inline-block;
	vertical-align: bottom;
}
.sec8 .list a p{
	font-style: 0.875em;
	color: #838383;
	margin-right: 1em;
	display: inline-block;
	vertical-align: bottom;
}
.sec8 .list a h5:last-child,.sec8 .list a p:last-child{
	margin-right: 0;
}

@media only screen and (min-width:1025px){
	.sec8 .list a:hover .img-box::before{
		opacity: 1;
	}
	.sec8 .list a:hover .img-box img{
		transform: scale(1.1);
	}
	.sec8 .list a:hover h4{
		transform: translateY(0);
		opacity: 1;
	}
	.sec8 .list a:hover h5{
		color: var(--theme-color);
	}
	.sec8 .list a:nth-child(3n-1){
		transition-delay: 0.25s;
	}
	.sec8 .list a:nth-child(3n){
		transition-delay: 0.5s;	
	}
}

@media only screen and (max-width:1024px){
	body{
		background-position: right 39%;
	}



	.sec2 .part2{
		padding: 5%;
	}
	.sec2 .part2 .right-part .swiper-slide{
		padding: 5%;
	}
	.sec2 .part2 .right-part .swiper-scrollbar{
		position: static;
		margin-top: 5%;
		background-color: rgba(255,255,255,0.1);
	}
	.sec2 .part2 .right-part .swiper-scrollbar-drag{
		background-color: rgba(255,255,255,0.5);
	}
	.sec2 .part2 .right-part h5{
		font-size: 1.3em;
	}
	.sec2 .part2 .right-part p{
		font-size: 1em;
	}



	.sec3 .content .tab{
		padding: 0;
		white-space: nowrap;
	}
	.sec3 .content .tab ul{
		overflow-x: auto;
		overflow-y: hidden;
		padding: 5%;
	}
	.sec3 .content .tab ul li{
		display: inline-block;
	}
	.sec3 .content .google{
		display: none;
	}
	.sec3 .content .text-box p{
		margin-top: 0;
	}
	.sec3 .content .text-box .flex-box li{
		width: 70%;
		flex-shrink: 0;
		margin-right: 5%;
	}
	.sec3 .content .text-box .flex-box h5{
		font-size: 1.3em;
	}




	.sec4 .list a {
		width: 100%;
		margin-bottom: 10%;
	}
	
	
	.sec8 {
		padding: 7.5% 0px 2.5%;
	}
	.sec8 .title {
		margin-bottom: 10%;
	}
	.sec8 .title h3 {
		font-size: 2.4em;
		margin-bottom: 0.5em;
	}
	.sec8 .title p {
		font-size: 1.2em;
	}
	.sec8 .list{
		display: block;
	}
	.sec8 .list::after{
		display: none;
	}
	.sec8 .list a{
		width: 100%;
		margin-bottom: 10%;
	}
	.sec8 .list .text-box h4{
		display: block;
		font-size: 1.3em;
		margin-top: 1em;
	}
	.sec8 .list a h5{
		font-size: 1.5em;
	}
	.sec8 .list a p{
		font-size: 1.2em;
	}
}