html,
body,
main {
	max-width: 1920px;
	margin: 0 auto;
	font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.swiper-banner {
    max-width: 1920px;
    max-height: 540px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;

}

.swiper-banner .swiper-wrapper {
	height: 450px;
}

.swiper-banner .img {
	cursor: pointer;
    width: 100%;
	height: 100%;
    object-fit: cover;
}

.swiper-banner .swiper-pagination {
    position: absolute;
    left: 50% !important;
    transform: translate(-50%);
    z-index: 999;
    bottom: 152px !important;
}

.swiper-banner .swiper-pagination-bullet {
	width: 60px;
	height: 4px;
	background: #fff;
	border-radius: 0;
	display: inline-block;
	opacity: 1;
	margin: 0 5px;
}

.swiper-banner .swiper-pagination-bullet-active {
	width: 60px;
	height: 4px;
	background: #4974F5;
	border-radius: 0;
	display: inline-block;
}

.banner-model {
	position: absolute;
	display: flex;
	justify-content: space-between;
	bottom: 32px;
	z-index: 999;
	left: 50%;
	transform: translate(-50%);
}

.banner-model>li {
	width: 285px;
	height: 100px;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px 24px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	transition: all .3s;
	cursor: pointer;
}

.banner-model>li:hover {
	transform: translateY(-10px);
}

.banner-model>li:hover h4 {
	-webkit-animation: colorRight .8s;
	animation: colorRight .8s;
	color: #222;
	background: #4974f5 linear-gradient(-135deg,
			transparent 25%,
			transparent 40%,
			rgba(255, 255, 255, 1) 40%,
			rgba(255, 255, 255, 1) 60%,
			transparent 60%,
			transparent);
	background-size: 15px 30px;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: -100% 0;
}

.banner-model>li h4 {
	font-size: 16px;
	color: #333;
}

.banner-model>li p {
	font-size: 14px;
	color: #999999;
	margin-top: 6px;
}

.good-at {
	font-size: 18px;
	color: #222222;
}

.commom-h2 {
	font-size: 36px;
	color: #222;
	text-align: center;
	padding-top: 60px;
}

.commom-h5 {
	margin: 12px 0 40px;
	font-size: 16px;
	color: #999999;
	text-align: center;
}

.option-city {
	height: 100%;
	display: inline-block;
}

.icon {
	position: relative;
}

.fast-tabs {
	width: 100%;
	margin-top: 20px;
}

.fast-tabs ul {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	border-bottom: 1px solid #E2E2E2;
	display: flex;
	align-items: center;
}

.fast-tabs ul li {
	flex: 1;
	line-height: 70px;
	position: relative;
	font-size: 16px;
	text-align: center;
	color: #333333;
	cursor: pointer;
	width: 100%;
	height: 70px;
}

.fast-tabs ul li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: none
}

.fast-tabs ul li a.active::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 56px;
	height: 3px;
	background: #4974F5;

}

.zhan {
	height: 70px;
	display: none;
}

.not-server {
	width: 406px;
	height: 64px;
	background: #4974F5;
	border-radius: 4px;
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	margin: 40px auto 0;
}

.fixed-top {
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	z-index:99;
	margin-top: 0 !important;
	background: #edf4ff;
}

.fixed-top ul {
	border: none !important;
}

.service-firm-swiper-new {
	width: 540px;
	height: 344px;
	margin-bottom: 6px;
	overflow: hidden;
}

.service-firm-swiper-new img {
	width: 540px;
	height: 344px;
	transition: all .9s;
}

.swiper-pagination12 img {
	display: block;
	width: 88px;
	height: 97px;
	object-fit: cover;
	cursor: pointer;
}

.service-firm-swiper-new img:hover {
	transform: scale(1.1);
}

.swiper-pagination12 .swiper-slide {
	width: 85px !important;
	height: 85px !important;
	overflow: hidden;
	box-sizing: border-box;
	filter: brightness(50%);
}

.swiper-pagination12 .swiper-slide-active {
	border: 3px solid #4974F5;
	opacity: 1;
	filter: brightness(100%);
}

.undertaking-guarantee {
	background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
	padding: 60px 0;
}

.undertaking-guarantee h2 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 36px;
	color: #222222;
}

.undertaking-guarantee-list {
	display: flex;
	justify-content: space-between;
}

.undertaking-guarantee-list>li {
	width: 282px;
	height: 260px;
	background: url('../images/bzbg.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 0 36px;
	box-sizing: border-box;
	transition: transform .3s;
	cursor: pointer;
}

.undertaking-guarantee-list>li:hover {
	background: url('../images/bzbgh.png') no-repeat;
	box-shadow: 0 2px 16px 0 hsla(225, 90%, 62%, 0.2);
	transform: translateY(-10px);
	background-size: 100% 100%;
}

.undertaking-guarantee-list>li>img {
	width: 80px;
	height: 80px;
}

.undertaking-guarantee-list>li>h4 {
	font-weight: 700;
	font-size: 20px;
	margin: 26px 0 16px;
	color: #222222;
}

.undertaking-guarantee-list>li>p {
	font-size: 14px;
	color: #6577AD;
	text-align: center;
}

.preferential-activities {
	position: fixed;
	bottom: 170px;
	cursor: pointer;
	left: 0;
	width: 0;
	overflow: hidden;
	transition: all .3s;
}

.bottom-suspension {
	position: fixed;
	z-index: 999;
}

.bottom-suspension-content {
	overflow: hidden;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	height: 152px;
	transition: width .3s;
}

.bottom-suspension-content>div {
	position: relative;
	height: 132px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: hsla(225, 89%, 25%, 0.8);
	display: flex;
	justify-content: center;
	z-index: 999;
}

.bottom-suspension-content img:first-child {
	position: absolute;
	top: -20px;
	cursor: pointer;
}

.bottom-suspension-content img:last-child {
	position: absolute;
	right: 26px;
	top: 10px;
	cursor: pointer;
}

.preferential-activities span {
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	left: 16px;
	bottom: 12px;
	width: 108px;
	overflow: hidden;
}

.preferential-activities img:first-child {
	width: 160px;
}

.preferential-activities img:last-child {
	width: 8px;
	position: absolute;
	right: 18px;
	bottom: 18px;
}

.right-suspension {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	z-index: 9999;
}

.right-suspension>img {
	cursor: pointer;
}

.right-suspension-content {
	width: 100px;
	height: 290px;
	background: #FFFFFF;
	box-shadow: 0 4px 24px 0 #e0e0e080;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 4px 0;
	padding: 12px 0;
	box-sizing: border-box;
}

.right-suspension-content .title {
	font-weight: 700;
	font-size: 12px;
	color: #4974F5;
	margin-bottom: 8px;
}

.right-suspension-content h3 a {
	width: 76px;
	height: 28px;
	background: #EFF1F8;
	border-radius: 4px;
	font-size: 12px;
	color: #222222;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	cursor: pointer;
}

.right-suspension-content h3:hover a {
	background-image: linear-gradient(270deg, #72A5FF 0%, #3C6DFF 100%);
	color: #FFFFFF;
}

.right-suspension-content .time {
	font-size: 12px;
	color: #4974F5;
	margin-bottom: 4px;
}

.right-suspension-content p {
	font-weight: 700;
	font-size: 18px;
	color: #4974F5;
}

.back-top {
	width: 100px;
	height: 32px;
	background: #FFFFFF;
	box-shadow: 0 4px 24px 0 #e0e0e080;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

@-webkit-keyframes colorRight {
	0% {
		background-position: -100% 0;
	}

	100% {
		background-position: 130% 0;
	}
}

@keyframes colorRight {
	0% {
		background-position: -100% 0;
	}

	100% {
		background-position: 130% 0;
	}
}

@-webkit-keyframes borderRotate {
	50% {
		height: 100%;
		width: 0;
	}

	100% {
		height: 100%;
		width: 100%;
	}
}

@keyframes borderRotate {
	50% {
		height: 100%;
		width: 0;
	}

	100% {
		height: 100%;
		width: 100%;
	}
}

.hvr-rectangle-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, #3961f4 0%, #5b83f7 100%);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	box-shadow: 0 2px 8px 0 #4974f533;
	border-radius: 4px;

}

.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
	color: #fff
}

#LRdiv0 {
	display: none !important;
}

.qa {
	height: 668px;
	background: url("../images/bg11.png") no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
	box-sizing: border-box;
}

.qa-container {
	display: flex;
}

.qa>h3 {
	font-weight: 700;
	font-size: 36px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}

.qa-container>img {
	width: 331px;
	height: 386px;
	margin-right: 23px;
}

.qa-list {
	display: flex;
	width: 844px;
	height: 468px;
	background: #FFFFFF;
	flex-wrap: wrap;
}

.qa-list>li {
	width: 422px;
	box-sizing: border-box;
	padding: 32px 0 8px 32px;
	height: 234px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}

.qa-list>li:nth-child(-n+2) {
	border-bottom: 1px solid #D9D9D9;
}

.qa-list>li:nth-child(3),
.qa-list>li:nth-child(1) {
	border-right: 1px solid #D9D9D9;
}

.qa-list>li h4 {
	display: flex;
	font-weight: 700;
	font-size: 20px;
	color: #222222;
	align-items: center;
}

.qa-list>li span {
	width: 20px;
	height: 20px;
	background: #4974F5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
	margin-right: 8px;
}

.qa-list>li p {
	font-size: 14px;
	color: #999999;
	margin-top: 9px;
	line-height: 24px;
}

.qa-list>li font {
	color: #4974F5;
}

.private-service {
	width: 156px;
	height: 48px;
	background: #EFF3FF;
	border: 1px solid #4974F5;
	border-radius: 2px;
	font-size: 16px;
	color: #4974F5;
	box-sizing: border-box;
	margin-right: 9px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.private-service>img:first-child,
.other-services>img:first-child {
	display: none;
}

.other-services {
	width: 156px;
	height: 48px;
	background: #EFF3FF;
	border: 1px solid #4974F5;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 16px;
	color: #4974F5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.private-service:hover>img:first-child,
.other-services:hover>img:first-child {
	display: block;
}

.private-service:hover,
.other-services:hover {
	width: 156px;
	height: 48px;
	background: #4974F5;
	border: 1px solid #4974F5;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	transition: all .3s;
}

.private-service:hover>img:last-child,
.other-services:hover>img:last-child {
	display: none;
}

.other-services>img,
.private-service>img {
	height: 20px;
	width: 20px;
	margin-right: 8px;
}

.qa-list>li>div:last-child {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 417px;
	height: 91px;
	background-image: linear-gradient(180deg, #ffffffeb 0%, #FFFFFF 100%);
	padding-bottom: 32px;
	justify-content: center;
	align-items: flex-end;
}

.qa-list>li:hover>div:last-child {
	display: flex;
}

.form-input {
	width: 216px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 12px;
}

.form-input input {
	font-size: 12px;
	color: #333;
	width: 100%;
	height: 100%;
}

input::placeholder {
	font-size: 16px;
	color: #999999 !important;
}

.form-input>img:first-child {
	margin-right: 12px;
}

.form-input .tel {
	width: 220px;
}

.form-input button {
	background: none;
	font-size: 16px;
	color: #4974F5;
	width: 100%;
	text-align: right;
}

.form-input input:last-child {
	margin-bottom: 0;
}

.form-input input::placeholder {
	font-size: 12px;
	color: #8C8C8C;
}

.form-input select {
	appearance: none;
	background: none;
	width: 254px;
	margin-right: 29px;
	border: none;
	color: #666666;
}

.form-input select option::selection {
	background: #d3d3d3;
	color: #555;
}

.form-input select option::-moz-selection {
	background: #d3d3d3;
	color: #555;
}

.form-input select option::-webkit-selection {
	background: #d3d3d3;
	color: #555;
}

.form-input select option {
	height: 50px;
	border: 1px solid #d9d9d9;
	padding: 15px 0;
	background-color: none;
	line-height: 40px !important;
}

.city-select {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
	border: 1px solid #e4e7ed;
	height: 0;
	width: 291px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0;
	top: 49px;
	z-index: 9999;
	opacity: 0;
	padding-right: 2px;
	transition: all .3s;
}

.el-select-dropdown__list {
	height: 288px;
	padding: 5px 0;
	box-sizing: border-box;
	overflow-y: scroll;
}

.el-select-dropdown__list::-webkit-scrollbar {
	background: #fff;
	width: 6px;
}

.el-select-dropdown__list::-webkit-scrollbar-thumb {
	width: 6px;
	height: 99.5px;
	background: rgba(222, 223, 225, .8);
	border-radius: 4px;
}

.el-select-dropdown__list li {
	color: #606266;
	padding-left: 20px;
	box-sizing: border-box;
	height: 34px;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
}

.el-select-dropdown__list li:hover {
	background: #ebf0f7;
}

.form-input .city-icon {
	width: 16px;
	height: 16px;
	transition: all .5s;
}

.fast-registration-channel {
	/* height: 976px; */
	background-image: linear-gradient(0deg, #EAF2FF 0%, #FFFFFF 100%);
	/* padding: 60px 0; */
	padding-bottom: 60px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* .fast-registration-channel h2 {
	font-weight: 700;
	font-size: 36px;
	color: #222222;
	text-align: center;
	margin-bottom: 32px;
}
 */
.fast-form {
	width: 1200px;
	background: #FFFFFF;
	padding-top: 40px;
	margin-top: 60px;
	box-sizing: border-box;
	box-shadow: 0 0 16px 0 hsla(0, 0%, 0%, 0.06);
}

.option-form {
	display: flex;
	font-size: 16px;
	color: #555555;
	padding-left: 42px;
	margin-bottom: 21px;
	box-sizing: border-box;
}

.option-business-address {
	margin-right: 40px;
}

.option-business-address strong {
	font-weight: 700;
	font-size: 24px;
	color: #222222;
	margin-right: 16px;
}

.option-business-address img {
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-right: 8px;
}

.option-business-address>span {
	display: flex;
	align-items: center;
	font-size: 16px
}

.option-business-address>span:first-child {
	margin: 0 0 0 12px;
}

.option-form>div {
	display: flex;
	align-items: center;
}

.form-input {
	margin-left: 12px;
}

.option-registration-type {
	margin-right: 40px;
}

.input-form {
	margin-left: 41px;
	display: flex;
	width: 1120px;
	height: 48px;
	background: #FFFFFF;
	border: 2px solid #4974F5;
	border-radius: 2px;
	box-sizing: border-box;
	align-items: center;
	padding-left: 17px;
	justify-content: space-between;

}

.input-form input {
	font-size: 14px;
	color: #333;
}

.input-form>div {
	width: 250px;
	height: 100%;
	position: relative;
}

.input-form>div::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background: #D9D9D9;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.input-form>div:nth-child(4):after {
	height: 0;
}

.input-form input {
	height: 100%;
	margin-left: 6px;
	width: 150px;
}

.input-form input::placeholder {
	font-size: 14px;
	color: #8C8C8C;
}

.input-form img {
	vertical-align: sub;
}

#msgCode {
	width: 104px;
}

.submit-button {
	width: 200px;
	height: 48px;
	background: #4974F5;
	border-radius: 2px;
	font-size: 16px;
	color: #FFFFFF;
}

.code-btn {
	background: hsla(225, 100%, 89%, 0.3);
	border-radius: 2px;
	font-size: 12px;
	color: #4974F5;
	padding: 6px 8px;
}

.jydt {
	width: 50%;
	color: #555555;
	font-size: 16px;
	text-align: left;
	margin-top: 16px;
	line-height: 22px;
	padding-left: 38px;
    float: left;
}
.check-box{
    width: 46%;
    float: left;
    height: 50px!important;
    justify-content: flex-end;
    margin-left: -24px;
}
.agree span{
    margin-top: 18px;
}
.agree span:after{
    top: -14px;
}
.jydt .title {
	color: #222222;
	font-weight: 700;
}

.jydt .num1 {
	color: #00B365;
	font-weight: bold;

}

.jydt .num2 {
	color: #EC5330;
	font-weight: bold;
}

.hot-server {
	/* 	height: 960px;
	background-image: linear-gradient(0deg, #EAF2FF 0%, #FFFFFF 100%); */
}

.hot-server-box {
	/* height: 298px; */
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	margin-top: 32px;
}

.hot-server-box ul {
	display: flex;
	gap: 20px;
}

.hot-server-box ul li {
	width: 278px;
	height: 258px;
	padding: 32px 24px;
	box-sizing: border-box;
}

.hot-server-box ul li h3 {
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	font-weight: bold;
}

.hot-server-box ul li:hover button {
	opacity: 1;
}

.hot-server-box ul li p {
	font-size: 14px;
	color: #333333;
	margin-top: 12px;
	line-height: 21px;
}

.hot-server-box ul li button {
	width: 112px;
	height: 40px;
	background: #4974F5;
	margin-top: 50px;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	transition: all 0.6s ease;
	opacity: 0;
}

.hot-server-box ul li:nth-child(1) {
	background: url('../images/g1.png');
	background-size: cover;

}

.hot-server-box ul li:nth-child(2) {
	background: url('../images/g2.png');
	background-size: cover;
}

.hot-server-box ul li:nth-child(3) {
	background: url('../images/g3.png');
	background-size: cover;
}

.hot-server-box ul li:nth-child(4) {
	background: url('../images/g4.png');
	background-size: cover;
}

.registry-banner {
	width: 1200px;
	height: 144px;
	margin-top: 32px;
}

.registry-banner>img {
	width: 100%;
	cursor: pointer;
}


.adress-label1 {
	margin-left: 12px;
}

.adress-label2 {
	margin-left: 24px;
}

.adress-label1 input,
.adress-label2 input {
	margin-right: 8px;
}

/*center -start*/

@keyframes topAni {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
body {
    margin: 0;
}
.advantage {
    width: 100%;
    height: 678px;
    background: #FFFFFF;
}

.advantage-header {
    width: 100%;
    padding: 60.5px 0 39.5px 0;
}

.advantage-title {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    color: #222222;
    text-align: center;
    line-height: 48px;
    margin-bottom: 8px;
}

.advantage-subtitle {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 22px;
}

.advantage-content {
    width: 100%;
    height: 500px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.swiper {
    width: 100%;
    height: 500px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px!important;
    opacity: 1;
    background: #FFFFFF;
}

.swiper-pagination-bullet-active {
    background: #4974F5;
}

.swiper-slide {
    display: flex;

}
.banner-top img{
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-slide-left {
    width: 53.96%;
    height: 500px;
    opacity: 0.97;
    transform: rotate(-360deg);
    background-image: linear-gradient(180deg, #E9ECF5 0%, #F6F8FF 100%);
    text-align: right;
}

.swiper-slide-left-one-img {
    width: 637px;
    height: 378px;
    margin: 56px 39px 0 0;
}

.swiper-slide-left-two-img {
    width: 600px;
    height: 419.5px;
    margin: 41px 75px 0 0;
}

.swiper-slide-right-one {
    width: 46.04%;
    height: 500px;
    background-image: url("../images/95y761fty980000.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.swiper-slide-right-two {
    width: 46.04%;
    height: 500px;
    background-image: url("../images/91zrgldw0mw0000.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.swiper-slide-right-one-img {
    position: absolute;
    bottom: -20px;
    left: -92px;
    width: 786px;
    height: 443px;
    box-shadow: 0 4px 16px 0 #edfbff1a;
    opacity: 0;
}

.swiper-slide-right-two-img {
    position: absolute;
    bottom: -18px;
    left: -180px;
    width: 901px;
    height: 398px;
    opacity: 0;
}

.swiperActive {
    opacity: 1;
    animation: topAni 1.5s ease;
    animation-fill-mode: forwards;
}

.jjfa {
    width: 100%;
    background-image: linear-gradient(0deg, #EAF2FF 0%, #FFFFFF 100%);
    padding-bottom: 60px;
}

.jjfa-cont {
    width: 1200px;
    margin: 0 auto 24px;
    display: flex;
    flex-wrap: wrap;
}

.jjfa-cont-item {
    width: 288px;
    padding: 41px 0 28px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0 16px 16px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.jjfa-cont-item:nth-child(4n) {
    margin-right: 0;
}

.jjfa-cont-item-img {
    width: 88px;
    height: 88px;
    margin-bottom: 20px;
}

.jjfa-cont-item-text {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #333333;
    line-height: 31px;
}

.jjfa-cont-item-consultation {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 11px 37px;
    background: #4974F5;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
}

.jjfa-cont-item:hover>.jjfa-cont-item-consultation {
    display: block;
}

.jjfa-bot {
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    width: 342px;
    padding: 23px 0;
    background: #4974F5;
    border-radius: 2px;
    margin: 0 auto;
    cursor: pointer;
}

.bookkeeping-agency {
    background-image: url("../images/exrwy541klk0000.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.bookkeeping-agency-cont {
    width: 1200px;
    box-shadow: 0 2px 12px 0 #0000000f;
    border-radius: 12px;
    background: #FFFFFF;
    margin: 0 auto;
}

.bookkeeping-agency-cont-img {
    width: 100%;
    height: 528px;
    cursor: pointer;
}

.exclusive-service {
    background-image: linear-gradient(0deg, #EAF2FF 0%, #FFFFFF 100%);
    padding-bottom: 60px;
}

.exclusive-service-big-cont {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.exclusive-service-bot {
    width: 1154px;
    height: 79px;
    background-image: url("../images/6cdl80fp8z40000.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    left: 23px;
}

.exclusive-service-header {
    padding: 60px 0 40px;
}

.exclusive-service-title {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    color: #222222;
    text-align: center;
    line-height: 48px;
}

.exclusive-service-cont {
    width: 1152px;
    height: 369px;
    background: #FFFFFF;
    box-shadow: 0 2px 12px 0 #0000000f;
    padding: 20px 24px;
    display: flex;
    gap: 16px;
}

.exclusive-service-cont-item {
    width: 276px;
    height: 369px;
    position: relative;
    cursor: pointer;
}

.exclusive-service-cont-item-img {
    width: 276px;
    height: 369px;
}

.exclusive-service-cont-item-text {
    width: 227.5px;
    padding: 16px 24.5px 16px 24px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exclusive-service-cont-item-text-h {
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.exclusive-service-cont-item-text-b {
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #FFFFFF;
}

.exclusive-service-cont-item-text-num {
    opacity: 0.3;
    font-family: Bebas;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
}

.exclusive-service-cont-item-consultation {
    padding: 9px 11px;
    background: #FFFFFF;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #4974F5;
    text-align: center;
    line-height: 18px;
    position: absolute;
    bottom: 18px;
    right: 14px;
    z-index: 1;
    display: none;
}

.exclusive-service-cont-item:hover>.exclusive-service-cont-item-consultation {
    display: block;
}

.exclusive-service-cont-item-rightImg {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 50px;
    right: 18px;
    z-index: 1;
}

.problem {
    background-image: url("../images/9dtgh6fyrug0000.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.problem-cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.problem-cont-item {
    width: 592px;
    height: 140px;
    transition: all .5s ease;
}

.problem-cont-item:hover {
    transform: translateY(-10px);
}

.problem-bot {
    cursor: pointer;
    width: 342px;
    background: #4974F5;
    border-radius: 2px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    padding: 23px 0;
    margin: 48px auto 0;
}

.period {
    padding-bottom: 60px;
    background-image: url("../images/410tiinuv2y0000.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.period-cont {
    width: 1200px;
    display: flex;
    gap: 16px;
    margin: 0 auto;
}

.period-cont-item {
    width: 288px;
    height: 303px;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.period-cont-item:hover>.period-cont-item-btn {
    color: #FFFFFF;
    background: #4974F5;
}

.period-cont-item-img {
    width: 288px;
    height: 303px;
    background: #FFFFFF;
    /*border: 1px solid #D9D9D9;*/
    border-radius: 4px;
}

.period-cont-item-btn {
    position: absolute;
    bottom: 32px;
    left: 17px;
    border: 1px solid #999999;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 18px;
    padding: 15px 95px;
    cursor: pointer;
}

.period-bot {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.period-bot-left {
    width: 372px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #4974F5;
    border-radius: 4px 0 0 4px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #222222;
    letter-spacing: 0;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.period-bot-left-img {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 24px;
}

.period-bot-left-tel {
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    font-size: 22px;
    color: #4974F5;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin-left: 2px;
}

.period-bot-right {
    padding: 14px 40px;
    background: #4974F5;
    border-radius: 0 4px 4px 0;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}

.promise {
    width: 100%;
    height: 450px;
    background: #EBF3FF;
    padding-bottom: 60px;
}

.promise-cont {
    width: 1216px;
    height: 196px;
    background-image: url("../images/f6nf16mlvhs0000.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.fast-tabs ul li a:hover{
    color: #4974F5;
}
.header-bar>.search input{
    height: 38px!important;
    line-height: 38px!important;
}
.agree span:after{
    top: 3px!important;
    left: 3px!important;
}