body {
	background-color: #FFEFEB;
	background-repeat: no-repeat;
	background-image: url(../images/service_build_sec3_bg.jpg);
	background-position: right 35%;
	background-size: 77.55% auto;
}
body::before {
	content: "";
	background: linear-gradient(to bottom, #FF3129 20%, #FFEFEB);
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: -1;
}
.sec1 {
	padding: 13.4375% 0px 4.0625%;
	color: rgb(255, 255, 255);
}
.sec1 .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .text-box {
	width: 65%;
}
.sec1 .text-box h1 {
	font-size: 3.75em;
	line-height: 1.33;
	margin-bottom: 0.2em;
}
.sec1 .text-box p {
	font-size: 1.125em;
	line-height: 1.16;
	margin-bottom: 2.2em;
}
.sec1 .img-box {
	border-radius: 0;
	box-shadow: none;
	width: 27%;
}
.sec2 {
	padding: 4.0625% 0;
	opacity: 0;
	transition: opacity 0.75s,transform 0.75s;
	transform: translate(0,20vh);
}
.sec2.actived{
	opacity: 1;
	transform: translate(0,0);
}
.sec2 .inner {
	box-shadow: rgba(0, 0, 0, 0.1) -0.625em 0.625em 2.375em;
	border-radius: 1em;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}
.sec2 .part1 {
	padding: 2.5em 5em 4em;
}
.sec2 .part1 .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 5em;
}
.sec2 .part1 .title h3 {
	font-size: 1.5em;
	color: var(--theme-color);
}
.sec2 .part1 .title .btn {
	background-color: var(--theme-color);
	border-radius: 50%;
	position: relative;
	width: 4em;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--theme-color);
	flex-shrink: 0;
}
.sec2 .part1 .title .btn svg {
	fill: rgb(255, 255, 255);
	width: 25%;
}
.sec2 .part1 .title .btn .tip-box {
	border-radius: 0.625em;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(222, 226, 230);
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 2em;
	transform: translate(20%, -50%);
	padding: 1em 1.375em;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.75s, transform 0.75s;
}
.sec2 .part1 .title .btn:hover .tip-box {
	pointer-events: auto;
	opacity: 1;
	transform: translate(0px, -50%);
}
.sec2 .part1 .title .btn .tip-box::before, .sec2 .part1 .title .btn .tip-box::after {
	content: "";
	border-style: solid;
	border-width: 0.6875em 0px 0.6875em 0.875em;
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -0.6875em;
}
.sec2 .part1 .title .btn .tip-box::before {
	border-color: transparent transparent transparent rgb(222, 226, 230);
}
.sec2 .part1 .title .btn .tip-box::after {
	border-color: transparent transparent transparent rgb(255, 255, 255);
	margin-left: -2px;
}
.sec2 .part1 .title .btn .tip-box p {
	font-size: 0.875em;
	color: rgb(104, 113, 122);
	line-height: 1.5;
	width: 11em;
}
.sec2 .part1 .swiper-slide {
	border-right: 1px solid rgb(204, 204, 204);
	padding: 0px 2.5em;
	height: auto;
}
.sec2 .part1 .swiper-slide:first-child {
	padding-left: 0px;
}
.sec2 .part1 .swiper-slide:last-child {
	border-right-color: transparent;
	padding-right: 0px;
}
.sec2 .part1 .swiper-slide h5 {
	font-size: 1.125em;
	line-height: 1.56;
	color: rgb(0, 0, 0);
	margin-bottom: 2.6em;
}
.sec2 .part1 .swiper-slide p {
	color: rgb(102, 102, 102);
	line-height: 2;
}
.sec2 .part2 {
	background-repeat: no-repeat;
	background-image: url("../images/service_build_sec2_bg.jpg");
	background-size: cover;
	background-position: center center;
	padding: 3.75em 5em 3.125em;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	color: rgb(255, 255, 255);
}
.sec2 .part2 .left-part {
	width: 62.5%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.sec2 .part2 .left-part h3 {
	font-size: 3.5em;
	line-height: 1.3;
}
.sec2 .part2 .left-part ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sec2 .part2 .left-part li {
	font-size: 0.875em;
	color: #666;
	background-color: #fff;
	line-height: 1.5;
	padding: 0.57em 1.14em;
	border-radius: 1.32em;
	margin-right: 1.14em;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
.sec2 .part2 .left-part li.active {
	color: #fff;
	background-color: var(--theme-color);
}
.sec2 .part2 .left-part li:last-child {
	margin-right: 0;
}
.sec2 .part2 .right-part {
	width: 37.5%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 1em;
	background-color: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(0.625em);
}
.sec2 .part2 .right-part .swiper-slide {
	padding: 3.125em 2.5em 4em;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	height: 24.375em;
}
.sec2 .part2 .right-part h5 {
	font-size: 1.5em;
}
.sec2 .part2 .right-part p {
	line-height: 2;
}
.sec3 {
	padding: 4.0625% 0px 4.2%;
}
.sec3 .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	border-bottom: 1px solid rgb(214, 214, 214);
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
}
.sec3 .title h5 {
	display: inline-block;
	font-size: 0.875em;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	padding: 1.03em 3em;
	margin-bottom: 1em;
	border-radius: 1.714em;
}
.sec3 .title h3 {
	font-size: 3.5em;
	line-height: 1.3;
}
.sec3 .title h3 span {
	color: var(--theme-color);
}
.sec3 .title p {
	color: rgb(102, 102, 102);
}
.sec3 .content {
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: rgba(0, 0, 0, 0.1) -0.625em 0.625em 2.375em;
	border-radius: 1em;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
}
.sec3 .content .tab {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	padding: 0px 1.5em;
	flex-shrink: 0;
}
.sec3 .content .tab li {
	cursor: pointer;
	color: rgb(102, 102, 102);
	height: 3.125em;
	line-height: 3.125;
	margin-bottom: 1.875em;
	border-radius: 1.5625em;
	padding: 0px 2em;
	transition: color 0.5s, background-color 0.5s;
}
.sec3 .content .tab li:last-child {
	margin-bottom: 0px;
}
.sec3 .content .tab li.active {
	color: rgb(255, 255, 255);
	background-color: var(--theme-color);
}
.sec3 .content .right-part {
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	padding: 3em 3em 3em 2.5em;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-grow: 1;
}
.sec3 .content .text-box {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.sec3 .content .text-box .swiper {
	position: absolute;
	height: 100%;
}
.sec3 .content .text-box .swiper-slide {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
}
.sec3 .content .text-box .swiper-slide > *{
	opacity: 0;
	transition: opacity 0.75s,transform 0.75s;
	transform: translate(-10vw,0);
}
.sec3 .content .text-box .swiper-slide.swiper-slide-active > *{
	opacity: 1;
	transform: translate(0,0);
}
.sec3 .content .text-box h3 {
	font-size: 1.875em;
	color: rgb(88, 89, 93);
	margin-bottom: 0.5em;
}
.sec3 .content .text-box h4 {
	font-size: 1.5em;
	color: rgb(153, 153, 153);
	line-height: 1.25;
}
.sec3 .content .text-box p {
	font-size: 1.125em;
	color: rgb(102, 102, 102);
	line-height: 2;
}
.sec3 .content .img-box {
	position: relative;
	overflow: hidden;
	width: 44.5%;
	text-align: center;
}
.sec3 .content .img-box > img{
	opacity: 0;
}
.sec3 .content .img-box img {
	pointer-events: none;
	border-radius: 1em;
}
.sec3 .content .img-box h5 {
	font-size: 1.5em;
	color: rgb(255, 255, 255);
	position: absolute;
	left: 0px;
	top: 2.5em;
	width: 100%;
}
.sec3 .content .img-box .btn-box {
	position: absolute;
	left: 0;
	top: 7.5em;
	width: 100%;
}
.sec3 .content .img-box .swiper {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
}
.sec3 .content .img-box .swiper-slide > *{
	opacity: 0;
	transition: opacity 0.75s,transform 0.75s;
	transform: translate(10vw,0);
}
.sec3 .content .img-box .swiper-slide.swiper-slide-active > *{
	opacity: 1;
	transform: translate(0,0);
}

.sec3 .content .img-box a {
	display: inline-block;
	vertical-align: middle;
	color: rgb(102, 102, 102);
	background-color: rgb(255, 255, 255);
	width: 8.75em;
	height: 2.5em;
	line-height: 2.5;
	border-radius: 1.25em;
	margin-right: 1.625em;
	transition: color 0.5s, background-color 0.5s;
	cursor: default;
}
.sec3 .content .img-box a:last-child {
	margin-right: 0px;
}
.sec4 {
	padding: 4.2% 0px 1.5%;
}
.sec4 .title {
	margin-bottom: 5.8%;
}
.sec4 .title h3 {
	font-size: 3.5em;
	color: #252525;
	line-height: 1.33;
	margin-bottom: 0.25em;
	float: left;
}
.sec4 .title h3 span {
	color: var(--theme-color);
}
.sec4 .title p {
	font-size: 1.125em;
	line-height: 1.5;
	color: #838383;
	float: left;
	clear: left;
}
.sec4 .title .btn-common{
	float: right;
}
.sec4 .list {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-flow: wrap;
}
.sec4 .list::after {
	content: "";
	display: block;
	width: 30%;
}
.sec4 .list a {
	width: 30%;
	margin-bottom: 6.66%;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.75s, opacity 0.75s;
	position: relative;
	display: block;
}
.sec4 .list a.actived {
	transform: translateY(0px);
	opacity: 1;
}
.sec4 .list a .img-box {
	overflow: hidden;
	position: relative;
	border-radius: 0.625em;
}
.sec4 .list a .img-box::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 49, 41, 0) 0%, rgb(255, 49, 41) 100%);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s;
}
.sec4 .list a .img-box img {
	transition: transform 0.75s;
}
.sec4 .list a h4 {
	line-height: 1.333;
	font-size: 1.5em;
}
.sec4 .list a .img-box h4 {
	position: absolute;
	right: 2em;
	left: 2em;
	bottom: 3.5em;
	z-index: 2;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.75s, opacity 0.75s;
	white-space: pre-wrap;
	color: #fff;
}
.sec4 .list a > h4 {
	display: none;
	color: #666;
}
.sec5 {
	padding: 1.5% 0px 4.2%;
}
.sec5 .title {
	margin-bottom: 5.8%;
}
.sec5 .title h3 {
	font-size: 3.5em;
	color: #252525;
	line-height: 1.33;
	margin-bottom: 0.25em;
	float: left;
}
.sec5 .title h3 span {
	color: var(--theme-color);
}
.sec5 .title p {
	font-size: 1.125em;
	line-height: 1.5;
	color: #838383;
	float: left;
	clear: left;
}
.sec5 .title .btn-common{
	float: right;
}
.sec5 .list {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-flow: wrap;
}
.sec5 .list::after {
	content: "";
	display: block;
	width: 29.333%;
}
.sec5 .list a {
	width: 29.333%;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.75s, opacity 0.75s;
	transition-delay: 0s, 0s;
	position: relative;
	display: block;
}
.sec5 .list a.actived {
	transform: translateY(0px);
	opacity: 1;
}
.sec5 .list a .img-box {
	overflow: hidden;
	position: relative;
	border-radius: 0.9375em;
	margin-bottom: 1em;
}
.sec5 .list a:nth-child(4n-3) .img-box{
    background-color: #E0EFD8;
}
.sec5 .list a:nth-child(4n-2) .img-box{
    background-color: #E5E5E5;
}
.sec5 .list a:nth-child(4n-1) .img-box{
    background-color: #FFE4DD;
}
.sec5 .list a:nth-child(4n) .img-box{
    background-color: #DBF8FF;
}
.sec5 .list a h4 {
	color: #838383;
	font-weight: normal;
}
.sec5 .list a h4 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.875em;
}
.sec5 .list a h4 .tag {
	background-color: #F1F1F1;
	color: #0F0E0E;
	font-size: 0.75em;
	padding: 0.5em 0.6875em;
	border-radius: 1em;
	margin-right: 0.5em;
}
.sec5 .list a .text-box {
	padding: 1.75em 2.5em;
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
}
.sec5 .list a .relative{
	position: relative;
}
.sec5 .list a h5 {
	font-size: 1.5em;
	line-height: 1.666;
	color: #252525;
	height: 3.332em;
	margin-bottom: 1em;
    overflow: hidden;
}
.sec5 .list a h5:last-child{
	position: absolute;
	left: 0;
	top: 0;
}
.sec5 .list a h5 span{
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline;
	transition: background-size 0.5s linear;
	background-repeat: no-repeat;
}
.sec5 .list a h5:first-child span{
	background-image: linear-gradient(to right, #252525,#252525);
	background-size: 100% 100%;
	background-position: left top;
}
.sec5 .list a h5:last-child span{
	background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
	background-position: right top;
	background-size: 0% 100%;
}
.sec5 .list a p {
	font-style: 0.875em;
	color: #606060;
	line-height: 1.8;
	height: 6.4em;
	border-top: 1px solid rgba(0,0,0,0.3);
	padding-top: 1em;
	opacity: 0;
	transition: opacity 0.75s;
}
.sec5 .list a .btn{
	background-color: #0F0E0E;
	border-radius: 50%;
	width: 4em;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 2.5em;
	bottom: 1.75em;
	opacity: 0;
	transition: opacity 0.5s;
}
.sec5 .list a .btn svg {
	fill: rgb(255, 255, 255);
	width: 25%;
}


.sec6 {
	padding: 4.2% 0px 1.7%;
}
.sec6 .inner {
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	border-radius: 1.6875em;
	box-shadow: rgba(0, 0, 0, 0.05) -0.5em 0.75em 2.375em;
	padding: 6.25%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec6 .left-part {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	width: 35%;
}
.sec6 .left-part h3 {
	font-size: 3em;
	color: #252525;
	line-height: 1.33;
	margin-bottom: 0.5em;
}
.sec6 .left-part p {
	font-size: 1.125em;
	color: #838383;
	line-height: 1.6;
}
.sec6 ul {
	width: 60%;
}
.sec6 li {
	border-top: 1px solid rgba(5, 19, 29, 0.09);
	padding: 2em 0px;
	cursor: pointer;
}
.sec6 li .flex-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec6 li .relative{
	position: relative;
}
.sec6 li h3 {
	font-size: 1.375em;
	color: rgb(5, 19, 29);
}
.sec6 li h3:last-child{
	position: absolute;
	left: 0;
	top: 0;
}
.sec6 li h3 span{
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline;
	transition: background-size 0.5s linear;
	background-repeat: no-repeat;
}
.sec6 li h3:first-child span{
	background-image: linear-gradient(to right, #252525,#252525);
	background-size: 100% 100%;
	background-position: left top;
}
.sec6 li h3:last-child span{
	background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
	background-position: right top;
	background-size: 0% 100%;
}
.sec6 li .icon {
	cursor: pointer;
	position: relative;
	width: 1.5em;
	height: 1.5em;
	transition: transform 0.75s;
	flex-shrink: 0;
	margin-left: 5%;
}
.sec6 li.active .icon{
	transform: rotate(180deg);
}
.sec6 li .icon::before, .sec6 li .icon::after {
	content: "";
	display: block;
	position: absolute;
	background-color: var(--theme-color);
	transition: opacity 0.5s;
}
.sec6 li .icon::before {
	width: 100%;
	height: 0.25em;
	left: 0px;
	top: 50%;
	margin-top: -0.125em;
}
.sec6 li .icon::after {
	width: 0.25em;
	height: 100%;
	left: 50%;
	margin-left: -0.125em;
	top: 0px;
}
.sec6 li.active .icon::after {
	opacity: 0;
}
.sec6 li p {
	font-size: 1.125em;
	color: #838383;
	line-height: 1.6;
	margin-top: 1em;
	display: none;
}
.sec7 {
	padding: 1.7% 0px 10.4%;
}
.sec7 .inner {
	position: relative;
	border-radius: 1em;
	overflow: hidden;
}
.sec7 .flex-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding: 0px 6%;
}
.sec7 h3 {
	font-size: 3em;
	color: rgb(255, 255, 255);
	line-height: 1.5;
}
@media only screen and (min-width:1025px) {
	.sec2 .part2 .left-part li:hover {
		color: #fff;
		background-color: var(--theme-color);
	}
	.sec3 .content .tab li:hover {
		color: rgb(255, 255, 255);
		background-color: var(--theme-color);
	}
	.sec4 .list a:hover .img-box::before {
		opacity: 1;
	}
	.sec4 .list a:hover .img-box img {
		transform: scale(1.1);
	}
	.sec4 .list a:hover .img-box h4 {
		transform: translateY(0px);
		opacity: 1;
	}
	.sec5 .list a:nth-child(3n-1) {
		transition-delay: 0.25s;
	}
	.sec5 .list a:nth-child(3n) {
		transition-delay: 0.5s;
	}
	.sec5 .list a:hover .img-box img {
		transform: scale(1.1);
	}
	.sec5 .list a:hover p {
		opacity: 1;
		transform: translateY(0px);
	}
	.sec5 .list a:hover h5:first-child span{
		background-size: 0% 100%;
		background-position: right top;
	}
	.sec5 .list a:hover h5:last-child span{
		background-size: 100% 100%;
		background-position: left top;
	}
	.sec6 li:hover h3:first-child span{
		background-size: 0% 100%;
		background-position: right top;
	}
	.sec6 li:hover h3:last-child span{
		background-size: 100% 100%;
		background-position: left top;
	}
	.sec6 li:hover .icon{
		transform: rotate(180deg);
	}
}


@media only screen and (max-width:1024px) {
	body {
		background-position: right 23%;
		background-size: 100% auto;
	}
	.sec1 {
		padding: 30% 0px 7.5%;
	}
	.sec1 .inner {
		display: block;
	}
	.sec1 .text-box {
		width: 100%;
	}
	.sec1 .text-box h1 {
		font-size: 2.4em;
	}
	.sec1 .text-box p {
		line-height: 1.5;
		font-size: 1.2em;
	}
	.sec1 .img-box {
		display: none;
	}

	.sec2 {
		padding: 7.5% 0;
	}
	.sec2 .part1 {
		padding: 10% 5%;
	}
	.sec2 .part1 .title {
		margin-bottom: 10%;
	}
	.sec2 .part1 .title h3{
		font-size: 1.7em;
	}
	.sec2 .part1 .title .btn {
		width: 3em;
		height: 3em;
	}
	.sec2 .part1 .title .btn .tip-box {
		font-size: 1.2em;
	}
	.sec2 .part1 .swiper-slide h5 {
		font-size: 1.4em;
	}
	.sec2 .part1 .swiper-slide p {
		font-size: 1.2em;
	}
	.sec2 .part1 .swiper-scrollbar{
		position: static;
		margin-top: 5%;
	}
	.sec2 .part2 {
		padding: 10% 5%;
		display: block;
	}
	.sec2 .part2 .left-part {
		width: 100%;
		display: block;
	}
	.sec2 .part2 .left-part h3 {
		font-size: 2.4em;
	}
	.sec2 .part2 .left-part ul {
		overflow-x: auto;
		margin: 0 -5%;
		padding: 5%;
	}
	.sec2 .part2 .left-part li {
		font-size: 1.2em;
		flex-shrink: 0;
	}
	.sec2 .part2 .right-part {
		width: 100%;
	}
	.sec2 .part2 .right-part .swiper-slide {
		padding: 10% 5%;
	}
	.sec2 .part2 .right-part h5 {
		font-size: 1.7em;
	}
	.sec2 .part2 .right-part p {
		font-size: 1.2em;
	}
	.sec3 {
		padding: 7.5% 0;
	}
	.sec3 .title {
		display: block;
	}
	.sec3 .title h3 {
		font-size: 2.4em;
	}
	.sec3 .title p {
		font-size: 1.2em;
		margin-top: 1em;
	}
	.sec3 .content {
		display: block;
	}
	.sec3 .content .tab {
		justify-content: flex-start;
		flex-direction: row;
		padding: 5% 5%;
		overflow-x: auto;
	}
	.sec3 .content .tab li {
		margin-right: 1.875em;
		flex-shrink: 0;
		margin-bottom: 0;
	}
	.sec3 .content .tab li:last-child {
		margin-right: 0px;
	}
	.sec3 .content .right-part {
		padding: 5%;
		display: block;
		border-left: 0 none;
		border-top: 1px solid rgba(0, 0, 0, 0.15);
	}
	.sec3 .content .text-box {
		width: 100%;
		margin-bottom: 5%;
	}
	.sec3 .content .text-box .swiper {
		position: static;
		height: auto;
	}
	.sec3 .content .text-box .swiper-slide {
		display: block;
	}
	.sec3 .content .text-box .swiper-slide > *{
		transform: translate(-10vw,0);
	}
	.sec3 .content .text-box h3 {
		font-size: 2em;
	}
	.sec3 .content .text-box h4 {
		font-size: 1.7em;
	}
	.sec3 .content .text-box p {
		font-size: 1.2em;
		margin-top: 3em;
	}
	.sec3 .content .img-box {
		width: 100%;
	}
	.sec3 .content .img-box h5 {
		font-size: 1.7em;
		top: 1.5em;
	}
	.sec3 .content .img-box .btn-box {
		top: 6em;
		font-size: 1.2em;
	}
	.sec3 .content .img-box .swiper-slide > *{
		transform: translate(-10vw,0);
	}

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


	.sec5 {
		padding: 2.5% 0;
	}
	.sec5 .title {
		margin-bottom: 10%;
	}
	.sec5 .title h3 {
		font-size: 2.4em;
		margin-bottom: 0.5em;
	}
	.sec5 .title p {
		font-size: 1.2em;
	}
	.sec5 .list {
		display: block;
	}
	.sec5 .list::after {
		display: none;
	}
	.sec5 .list a {
		width: 100%;
		margin-bottom: 10%;
	}
	.sec5 .list a h4 {
		font-size: 1.2em;
	}
	.sec5 .list a h5 {
		font-size: 1.5em;
	}
	.sec5 .list a p {
		display: none;
	}

	.sec6 {
		padding: 2.5% 0;
	}
	.sec6 .inner {
		padding: 5%;
		display: block;
	}
	.sec6 .left-part {
		display: block;
		width: 100%;
		margin-bottom: 5%;
	}
	.sec6 .left-part h3 {
		font-size: 2.2em;
	}
	.sec6 .left-part p {
		font-size: 1.2em;
	}
	.sec6 ul {
		width: 100%;
	}
	.sec6 li {
		padding: 5% 0px;
	}
	.sec6 li h3 {
		font-size: 1.5em;
	}
	.sec6 li p {
		font-size: 1.2em;
	}

	.sec7 {
		padding: 2.5% 0px 15%;
	}
	.sec7 .flex-box {
		padding: 0px 5%;
	}
	.sec7 h3 {
		font-size: 2em;
		margin-right: 10%;
	}
}