html,
body {
	scroll-behavior: smooth;
}

a {
	transition: all ease 500ms;
}

a:hover {
	color: #007AFF;
}

.content {
	transition: all ease 500ms;
	font-family: 微软雅黑;
	font-size: 12px;
}
.logo{
	float: left;
	margin-top: 10px;
	margin-right: 25px;
}
.banner {
	background: #eff6ff url(../../images/banner.jpg) no-repeat right center;
	height: 499px;
	display: flex;
	align-items: center;
}

.banner .word {
	width: 1200px;
	margin: 0 auto;
}

.banner .word .w1 {
	overflow: hidden;
}

.banner .word .w1-1 {
	float: left;
	margin-right: 10px;
}

.banner .word .w1-2 {
	float: left;
	margin-top: 18px;
}

.banner .word .w2 {
	margin-top: 10px;
}

.top {
	height: 60px;
	line-height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.top .bg {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	position: absolute;
	top: 0;
	transition: all ease 500ms;
	box-shadow: 0 0 10px #efefef;
}

.top-fix .bg {
	opacity: 1;
}

.top .header {
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto;
}

.top .header .nav {
	overflow: hidden;
}

.top .header .nav li {
	float: left;
	font-size: 16px;
	margin-right: 38px;
}

.top .header .nav li.select a {
	color: #0d4aff;
}

.top .header .right {
	float: right;
}

.top .header .right a {
	float: right;
	margin-left: 25px;
}

.scenario {
	margin: 50px auto 0;
	width: 995px;
	position: relative;
}

.scenario .hd {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.scenario .word {
	position: relative;
	z-index: 6;
	width: 630px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	margin: 0 auto;
}

.scenario .bd {
	position: relative;
	height: 180px;
	display: flex;
	align-items: center;
}

.scenario .bd .bg {
	background: #f6f8fd;
	position: absolute;
	width: 340px;
	height: 80px;
	transform: skewX(-15deg);
	z-index: 0;
	right: -35px;
	top: 0;
	transition: all ease 500ms;
}

.scenario .bd .bg01 {
	background: #f6f8fd;
	position: absolute;
	width: 860px;
	height: 80px;
	transform: skewX(-15deg);
	z-index: 1;
	left: 0;
	bottom: 0;
	transition: all ease 500ms;
}

.scenario .bd .bg02 {
	background: linear-gradient(45deg, #317aff, #0d4aff);
	position: absolute;
	width: 940px;
	height: 130px;
	transform: skewX(-15deg);
	z-index: 3;
	left: 50%;
	margin-left: -470px;
	top: 50%;
	margin-top: -70px;
	transition: all ease 500ms;
}

.scenario .bd .bg03 {
	background: #21c6c1;
	position: absolute;
	width: 35px;
	height: 35px;
	transform: skewX(-15deg);
	z-index: 4;
	left: 0;
	bottom: 42px;
	transition: all ease 500ms;
}

.scenario .bd .bg04 {
	background: #21c6c1;
	position: absolute;
	width: 80px;
	height: 20px;
	transform: skewX(-15deg);
	z-index: 4;
	right: -20px;
	bottom: 50px;
	transition: all ease 500ms;
}
.scenario .bd:hover .bg{
	transform: translateX(10px) skewX(-15deg);
}
.scenario .bd:hover .bg01{
	transform: translateX(-10px) skewX(-15deg);
}
.scenario .bd:hover .bg02{
	transform: translateX(10px) skewX(-15deg);
}
.scenario .bd:hover .bg03{
	width: 80px;
	transform: translateX(-10px) skewX(-15deg);
}
.scenario .bd:hover .bg04{
	transform: translateX(-10px) skewX(-15deg);
}
.advantage {
	background: #f6f8fd;
	padding: 50px 0;
	margin-top: 58px;
}

.advantage .hd {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.advantage .bd {
	width: 1200px;
	margin: 30px auto 0;
	padding-bottom: 40px;
}

.advantage .bd .list li {
	background: #fff;
	box-shadow: 0px 10px 0px #edf1fb;
	float: left;
	width: calc(16% - 10px);
	margin: 0 5px;
	text-align: center;
	padding: 30px 0;
	border-radius: 2px;
	transition: all ease 500ms;
}
.advantage .bd .list li:hover{
	transform: translateY(-10px);
}
.advantage .bd .list li .title {
	font-size: 16px;
	margin: 0px 0 10px;
}

.advantage .bd .list li .c {
	font-size: 14px;
	color: #666;
	margin: 10px;
}

.process {
	padding: 50px 0;
}

.process .hd {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.process .bd {
	width: 1200px;
	margin: 0 auto;
}

.process .bd .list {
	overflow: hidden;
}

.process .bd .list li {
	background: url(../../images/flow-bg01.jpg) no-repeat center bottom;
	float: left;
	width: 16.66%;
	height: 182px;
	text-align: center;
	position: relative;
}



.process .bd .list li:nth-child(2n) {
	background: url(../../images/flow-bg.jpg) no-repeat center bottom;
}

.process .bd .list li .media {
	padding-top: 51px;
	padding-left: 8px;
}

.process .bd .list li .intro {
	padding-left: 8px;
	font-size: 14px;
}

.process .bd .list li .media img {
	display: block;
	margin: 0 auto;
}

.process .bd .list li:nth-child(2n) .media {
	padding-top: 61px;
	padding-left: 3px;
}

.process .bd .list li:nth-child(2n) .intro {
	padding-left: 3px;
}

.process .bd .list li.select {
	background: url(../../images/flow-bgs01.jpg) no-repeat center bottom;
	;
}

.package {
	background: #f6f8fd;
	padding: 50px 0;
	margin-top: 58px;
}

.package .hd {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.package .bd {
	width: 1200px;
	margin: 30px auto 0;
}

.package .bd .list li {
	float: left;
	width: calc(25% - 60px);
	border-radius: 2px;
	background: #ffffff url(../../images/pakbg.jpg) no-repeat right center;
	margin: 0 5px;
	box-shadow: 0 0 10px #edf1fb;
	position: relative;
	padding: 25px;
	transition: all 500ms ease;
}

.package .bd .list li.bg02 {
	background: #ffffff url(../../images/pakbg01.jpg) no-repeat right center;
}

.package .bd .list li.bg03 {
	background: #ffffff url(../../images/pakbg02.jpg) no-repeat right center;
}

.package .bd .list li.bg04 {
	background: #ffffff url(../../images/pakbg03.jpg) no-repeat right center;
}
.package .bd .list li:hover{
	transform: translateY(-10px);
	background-position: right 40%;
}
.package .bd .list li .mark {
	position: absolute;
	top: 0;
	right: 0;
}

.package .bd .list li .title {
	font-size: 18px;
}

.package .bd .list li .exp {
	color: #888;
	margin: 10px 0;
}

.package .bd .list li .info {
	line-height: 40px;
	font-size: 14px;
}

.package .bd .list li .info .li {
	background: url(../../images/mark12.png) no-repeat left center;
	color: #666;
	padding-left: 15px;
}

.package .bd .list li .price {
	color: #888;
	text-align: center;
	font-size: 14px;
	margin: 35px 0 25px;

}

.package .bd .list li .price .num {
	font-size: 30px;
	color: #1159ff;
	font-weight: bolder;
}

.package .bd .list li .price sup {
	position: relative;
	top: -10px;
}

.package .bd .list li .link {
	text-align: center;
	padding-bottom: 15px;
}

.package .bd .list li .link a {
	display: inline-block;
	border: 1px #1159ff solid;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	color: #1159ff;
}

.package .bd .list li .link a:hover {
	background: linear-gradient(45deg, #317aff, #0d4aff);
	color: #fff;
}

.effect {
	padding: 50px 0;
}

.effect .hd {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.effect .bd {
	width: 1200px;
	margin: 0 auto;
}

.effect .bd .list {
	overflow: hidden;
	margin-top: 40px;
}

.effect .bd .list li {
	float: left;
	width: calc(33.33% - 10px);
	margin: 0 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.effect .bd .list li .mark {
	position: absolute;
	background: #fff;
	opacity: 0;
	border-radius: 100%;
	width: 50px;
	height: 50px;
}

.effect .bd .list li:hover .mark {
	animation-name: markshow;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes markshow {
	0% {
		transform: scale(0);
		opacity: 0.1;
	}

	100% {
		transform: scale(50);
		opacity: 0.5;
	}

}
.effect .bd .list li img {
	border-radius: 2px;
}

.footer {
	background: linear-gradient(45deg, #317aff, #0d4aff);
	color: #fff;
	text-align: center;
	padding: 50px 0;
}

.footer .copy {
	margin-top: 15px;
}

.footer a {
	color: #fff;
}

.footer .link a {
	margin: 0 15px;
}

.ibanner {
	background: #dee7f2 url(../../images/ibanner.jpg) no-repeat right center;
	height: 199px;
}

.help {
	margin: 30px auto;
	width: 1200px;
	overflow: hidden;
}

.help-left {
	float: left;
	background: #f6f8fd;
	width: 240px;
}

.help-left .hd {
	background: #0d4aff;
	padding: 0 30px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.help-left .hd .mark {
	float: right;
}

.help-left .bd .list a {
	color: #666;
}

.help-left .bd .list .title {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #eff3fc solid;
	padding: 0 30px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.help-left .bd .list .li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #eff3fc solid;
	padding: 0 30px;
}

.help-left .bd .list .title .mark {
	float: right;
	transform: rotate(180deg);
	transition: all ease 500ms;
}

.help-left .bd .list .title.marks .mark {
	transform: rotate(0deg);
}

.help-left .bd .list .slist {
	display: none;
}

.help-left .bd .list .select {
	background: #0d4aff;
	color: #fff;
}

.help-left .bd .list .select a {
	color: #fff;
}

.help-right {
	float: right;
	width: 920px;
}

.help-right .hd {
	font-size: 16px;
	color: #0d4aff;
	border-bottom: 1px #f6f8fd solid;
	height: 45px;
	line-height: 45px;
}

.help-right .bd {
	padding: 20px 0;
}

.help-right .bd .word {
	font-size: 14px;
	color: #666;
	margin: 20px 0;
}
.process .bd .list li .cbg {
	position: absolute;
	bottom: 18px;
	transform: rotate(180deg);
	left: -12px;
}
.process .bd .list li .cbg01 {
	position: absolute;
	top: -10px;
	transform: rotate(180deg);
	left: -16px;
}

.process .bd .list li .jtmark {
	width: 167px;
	height: 167px;
	border-radius: 50%;
	position: absolute;
	box-sizing: border-box;
	top: -3px;
	left: 19px;
}
.process .bd .list li .jtmark .box {
	width: 24px;
	height: 24px;
	transform-origin: 71px 71px;
	
	position: absolute;
	top: 11px;
	left: 14px;
	transform: rotate(-45deg);
	opacity: 0;
}
.process .bd .list li .jtmark01 {
	width: 167px;
	height: 167px;
	border-radius: 50%;
	position: absolute;
	box-sizing: border-box;
	top: -3px;
	left: 19px;
}
.process .bd .list li .jtmark01 .box {
	width: 24px;
	height: 24px;
	transform-origin: 71px 71px;
	animation-delay:3s;
	-webkit-animation-delay:3s; /* Safari 和 Chrome */
	position: absolute;
	top: 24px;
	left: 9px;
	transform: rotate(-45deg);
	opacity: 0;
}
.process .bd .list.select li .jtmark .box{
	animation: circularMove 3s forwards; 
}
.process .bd .list.select li .jtmark01 .box{
	animation: circularMove01 3s forwards;
}
.process .bd .list li.delay-2 .jtmark01 .box {
	animation-delay:3s;
	-webkit-animation-delay:3s; /* Safari 和 Chrome */
}
.process .bd .list li.delay-3 .jtmark .box {
	animation-delay:6s;
	-webkit-animation-delay:6s; /* Safari 和 Chrome */
}
.process .bd .list li.delay-4 .jtmark01 .box {
	animation-delay:9s;
	-webkit-animation-delay:9s; /* Safari 和 Chrome */
}
.process .bd .list li.delay-5 .jtmark .box {
	animation-delay:12s;
	-webkit-animation-delay:12s; /* Safari 和 Chrome */
}
.process .bd .list li.delay-6 .jtmark01 .box {
	animation-delay:15s;
	-webkit-animation-delay:15s; /* Safari 和 Chrome */
}
@keyframes circularMove {
	from{
		opacity: 1;
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		transform: rotate(-195deg);
	}

}
@keyframes circularMove01 {
	from{
		opacity: 1;
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		transform: rotate(105deg);
	}

}
.process .bd .list li .circle__progress--path {
	stroke: #125aff;
	fill-opacity: 0;
	stroke-linecap: round;
	stroke-width: 4;
	stroke-dasharray: 521; //圆周长
	stroke-dashoffset: 0;
	
	opacity: 0;

}
.process .bd .list li .circle__progress--path01 {
	stroke: #125aff;
	fill-opacity: 0;
	stroke-linecap: round;
	stroke-width: 4;
	stroke-dasharray: 521; //圆周长
	stroke-dashoffset: 0;
	opacity: 0;
}
.process .bd .list.select li .circle__progress--path{
	animation: myfirst 3s forwards;
}
.process .bd .list.select li .circle__progress--path01{
	animation: myfirst01 3s forwards;
}

.process .bd .list li.delay-2 .circle__progress--path01 {
	animation-delay:3s;
	-webkit-animation-delay:3s; /* Safari 和 Chrome */
}
.process .bd .list li.delay-3 .circle__progress--path {
	animation-delay:6s;
	-webkit-animation-delay:6s; /* Safari 和 Chrome */
}
.process .bd .list li.delay-4 .circle__progress--path01 {
	animation-delay:9s;
	-webkit-animation-delay:9s; /* Safari 和 Chrome */
}
.process .bd .list li.delay-5 .circle__progress--path {
	animation-delay:12s;
	-webkit-animation-delay:12s; /* Safari 和 Chrome */
}
.process .bd .list li.delay-6 .circle__progress--path01 {
	animation-delay:15s;
	-webkit-animation-delay:15s; /* Safari 和 Chrome */
}

@keyframes myfirst01 {
	from {
		opacity: 1;
		stroke-dashoffset: 521;
	}

	to {
		opacity: 1;
		stroke-dashoffset: 305;

	}
}
@keyframes myfirst {
	from {
		opacity: 1;
		stroke-dashoffset: -521;
	}

	to {
		opacity: 1;
		stroke-dashoffset: -303;

	}
}

#pop-up{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}

.pop-up {
    text-align: left;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -270px 0 0 -515px;
}

.close{
    display: inline-block;
    width: 14px;
    line-height: 14px;
    background-color: #ddd;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10000;
}


/*
* 20240827
*/
.service-right {
	position: fixed;
	right: 10px;
	bottom: 200px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	z-index: 9;
	width: 58px;
	font-family: "微软雅黑";
}

.service-right .list {
	display: flex;
	padding: 12px 0;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	border: 1px solid #FFF;
	background: linear-gradient(180deg, #F6F6F6 0%, #FEFEFE 100%);
	box-shadow: 0px 16px 24px 0px rgba(210, 217, 236, 0.30);
}

.service-right .list .list-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.service-right .list .list-box .li {
	width: 100%;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.service-right .list .list-box .mark {}

.service-right .list .list-box .info {
	position: absolute;
	top: 0;
	right: 56px;
	line-height: 45px;
	text-align: left;
	overflow: hidden;
	padding-right: 15px;
	padding-bottom: 15px;
	display: none;
	z-index: 999;
}

.service-right .list .list-box .li:hover .info {
	display: block;
}

.service-right .list .li {
	border-bottom: 1px #F5F7FA solid;
}

.service-right .list .li:last-child {
	border-bottom: none;
}

.service-right .list .list-box .info-box {
	background-color: #1159ff;
	padding: 0 15px;
	white-space: nowrap;
	border-radius: 4px;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
}

.service-right .list .list-box .info-box a {
	color: #fff;
}

.service-right .list .info-box::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #1159ff;
	position: absolute;
	right: 5px;
	top: 16px;
}

.back-top {
	display: flex;
	padding: 12px;
	border: 1px solid #FFF;
	background: linear-gradient(180deg, #FBFBFB 0%, #FEFEFE 100%);
	box-shadow: 0px 16px 24px 0px rgba(210, 217, 236, 0.30);
}

