/* 定义关键帧动画 */
@keyframes move-to-top {
	0% {
		/* transform: translateY(0); */
		opacity: 0.5;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* 定义关键帧动画 */
@keyframes move-to-left {
	0% {
		/* transform: translateY(0); */
		opacity: 0.5;
		-webkit-transform: translateY(20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateX(0);
	}
}

/* 定义关键帧动画 */
@keyframes move-to-right {
	0% {
		/* transform: translateY(0); */
		opacity: 0.5;
		-webkit-transform: translateY(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateX(0);
	}
}

.my_anamaion {
	transform: translateY(0);
	animation: move-to-top 2s ease-in-out forwards;
}

.my_anamaion_left {
	transform: translateY(0);
	animation: move-to-left 2s ease-in-out forwards;
}

.my_anamaion_right {
	transform: translateY(0);
	animation: move-to-right 2s ease-in-out forwards;
}

/* ========顶部导航栏下拉样式开始 */
.topBanner {
	position: fixed;
	top: 0;
	padding-top: 56px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #FFF;
	width: 100%;
	z-index: 99;
	display: none;
}

.topBanner .imgBox {
	position: relative;
	width: 586px;
	height: 506px;
}

.topBanner .img {
	width: 586px;
	height: 506px;
	background: linear-gradient(180deg, #f6f9fd 31%, rgba(246, 249, 253, 0.49));
}

.topBanner .topBanner-textBox {
	position: absolute;
	top: 22.5px;
	/* right: 138.5px; */
	left: 280px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.topBanner .topBanner-textBox .textRow {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 8px 0;
}

.topBanner .topBanner-textBox .textRow-text {
	max-width: 254px;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #000000;
	line-height: 20px;
	margin-left: 7px;
}

.topBanner .topBanner-textBox .topBanner-textTitle {
	/* width: 72px; */
	height: 25px;
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: left;
	color: #000000;
	line-height: 25px;

	margin-bottom: 8px;
}

/* 三角变圆点了 */
.topBanner .topBanner-textBox .textRow .triangle {
	/* width: 6px;
	height: 9px;
	background: #1676ff; */
	/* width: 0;
	height: 0;
	border-left: 6px solid #1676ff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin-top: 3px; */
	margin-top: 6px;
	background: #1676ff;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}


.topBanner .centerBox {
	padding: 22.5px 50.95px 50.05px 23.99px;
	height: 506px;

}

.centerBox-title {
	font-size: 15px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #000000;
	line-height: 21px;
	text-align: left;
}

.centerBox-title-botLine {
	margin-top: 17.88px;
	width: 171px;
	height: 1px;
	/* border: 0.5px solid #c5cdd4; */
	background-color: #c5cdd4;
	opacity: 0.5;
}

.centerBox-title-botLine-active {
	width: 24px;
	height: 2px;
	background: #111a34;
	position: relative;
	top: -2px;
}

.centerBox-list-box {
	height: calc(100% - 20.91px - 17.88px);
	margin-top: 20.91px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	justify-content: flex-start;
	align-items: center;
}

.centerBox .centerBox-list-box .centerBox-list {
	cursor: pointer;
	min-width: 400px;
	width: 100%;
	height: 69px;
	background: #ffffff;
	border: 0.5px solid #cccccc;
	border-radius: 4px;

	padding: 12.32px 0 0 12.83px;

	margin-bottom: 13px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.centerBox .centerBox-list-box .active {
	/* 	background: #ffffff;
	border: 0.5px solid #1676ff;
	border-radius: 4px;
	box-shadow: 0px 2px 8px 0px #eaebed; */
}

.centerBox-list-box .centerBox-list:hover {
	background: #ffffff;
	border: 0.5px solid #1676ff;
	border-radius: 4px;
	box-shadow: 0px 2px 8px 0px #eaebed;
}

.centerBox-list .text1 {
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: left;
	color: #000000;
	line-height: 18px;
}

.centerBox-list .text2 {
	margin-top: 6.78px;

	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: 18px;
}


.topBanner .rightBox {
	padding: 22.5px 50.95px 50.05px 23.99px;

}

.rightBox-list-box {
	/* height: calc(100% - 20.91px - 17.88px); */
	margin-top: 20.91px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.topBanner .rightBox .rightBox-list-box .rightBox-list .text1 {
	display: block;
	width: 52px;
	height: 18px;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: left;
	color: #000000;
	cursor: pointer;
	line-height: 18px;
	margin-bottom: 8px;
}

.topBanner .rightBox .rightBox-list-box .rightBox-list .active {
	color: #1676ff;
}

.topBanner .rightBox .rightBox-list-box .rightBox-list :hover {
	color: #1676ff;
}

/* ========顶部导航栏下拉样式结束 */


/* 这里是banner */
.banner {
	width: 100%;
	height: 596px;
	padding: 144px 0 0 0;
	background-image: url('../../img/common/hetong.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f8fbff;
}

.bannerBigPadding {
	padding-top: 174px;
}

/* 在线验证背景 */
.bannerFileBack {
	background-image: url('../../img/common/shangchuanwenjian.png');
}

/* 产品价格背景 */
.bannerPriceBack {
	background-image: url('../../img/common/chanpinjiage.png');
}

/* 咨询我们背景 */
.bannerConsultBack {
	background-image: url('../../img/common/zixunwomen.png');
}

/* saas背景 */
.bannerSaaSBack {
	background-image: url('../../img/common/saas.png');
	/* background: linear-gradient(90deg, #fafbfe, #dce8f8); */
}

/* 电子签本地化背景 */
.bannerLocalizationBack {
	background-image: url('../../img/common/bendihua.png');
}

/* 开放平台背景 */
.bannerOpenPlatformBack {
	background-image: url('../../img/common/kaifangpingtai.png');
}

.bannerDingdingBack {
	background-image: url('../../img/common/dingding.png');
}

.bannerCompanyBack {
	background-image: url('../../img/companyIntro/gongsijieshao.png');
}

.banner .banner__content .title {
	font-size: 44px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: left;
	color: #000000;
	line-height: 62px;
	letter-spacing: 2.2px;
}

.banner .banner__content .botTitle {
	font-size: 26px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 36px;
	letter-spacing: 1.86px;
}

.banner .banner__content .intro {
	margin: 58px 0 78px;
	display: flex;
}

.banner .banner__content .intro .intro-item {
	position: relative;
	padding-right: 40px;
	margin-right: 40px;
}

.banner .banner__content .intro .intro-item h5 {
	margin-bottom: 13px;
	font-size: 26px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	color: #ffffff;
	line-height: 36px;
	letter-spacing: 2px;
}

.banner .banner__content .intro .intro-item p {
	font-size: 15px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #000000;
	line-height: 23px;
	letter-spacing: 1px;
}

.banner .banner__content .intro .intro-item:nth-child(-n+2)::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: block;
	width: 1px;
	height: 103px;
	opacity: 0.53;
	background: #ffffff;
}

.banner .banner__content .btns {
	position: relative;
	display: flex;
	/* margin-top: 107px; */
	margin-top: 80px;
}

/* 当文字只有一行时 */
.banner .banner__content .btns2 {
	margin-top: 107px;
}

.banner__content-item2 {
	margin-top: 20px;
}

.banner .banner__content .btns a {
	width: 168px;
	height: 51px;
	border-radius: 4px;
	font-size: 20px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 400;
	color: #ffffff;
	line-height: 51px;
	text-align: center;
}

.banner .banner__content .btns .free {
	background: #1676ff;
}

.banner .banner__content .btns .free:hover {
	background: linear-gradient(90deg, #1676ff, #418fff 74%);
	box-shadow: 0px 4px 12px 0px #0b1319;
}


.reserve {
	background-image: url(../../img/bg3.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.reserve .close {
	display: none;
	position: absolute;
	top: 26px;
	right: 24px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.reserve .reserve__content {
	padding: 40px 0 33px;
	position: relative;
}

.reserve .reserve__content .title {
	display: flex;
	align-items: center;
}

.reserve .reserve__content .title h4 {
	font-size: 22px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	color: #ffffff;
	line-height: 30px;
}

.reserve .reserve__content .title p {
	margin-left: 18px;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}

.reserve .reserve__content .forms {
	margin-top: 16px;
}

.reserve .reserve__content .forms form {
	display: flex;
	align-items: center;
}

.reserve .reserve__content .forms form input {
	width: 168px;
	padding: 0 16px;
	margin-right: 12px;
	height: 40px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 4px 16px 0px rgba(53, 107, 254, 0.48);
}

.reserve .reserve__content .forms form .org {
	width: 415px;
}

.reserve .reserve__content .forms form .code {
	position: relative;
	width: 228px;
}

.reserve .reserve__content .forms form .code input {
	width: 100%;
}

.reserve .reserve__content .forms form .code span {
	cursor: pointer;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #1676ff;
}

.reserve .reserve__content .forms form button {
	cursor: pointer;
	margin-left: 72px;
	width: 113px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	color: #ffffff;
	background: #1a273c;
	border-radius: 4px;
	box-shadow: 0px 4px 16px 0px rgba(53, 107, 254, 0.48);
}

.reserve .reserve__content .forms form button:hover {
	color: #1a273c;
	background: #fff;
}

.reserve-active {
	width: 100%;
	position: fixed;
	bottom: 0;
}

.reserve-active .close {
	display: block;
}




.footer {
	background: linear-gradient(90deg, #1a273c, #182538 99%);
}

.footer .footer__content .link-box {
	display: flex;
	justify-content: space-between;
	padding: 62px 0 50px;
}

.footer .footer__content .link-box .qr {
	display: flex;
	flex-direction: column;
}

.footer .footer__content .link-box .qr .logo {
	margin-bottom: 20px;
	width: 100px;
	height: 26px;
}

.footer .footer__content .link-box .qr .qr-code {
	width: 109px;
	height: 109px;
}

.footer .footer__content .link-box .link-item a {
	display: block;
	font-size: 13px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 32px;
	letter-spacing: 1px;
}

.footer .footer__content .link-box .link-item a:nth-child(1) {
	line-height: 24px;
	color: #fff;
	margin-bottom: 15px;
}

.footer .footer__content .link-box .link-contact .title {
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 1px;
}

.footer .footer__content .link-box .link-contact p {
	margin-top: 2px;
	font-size: 13px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 28px;
	letter-spacing: 1px;
}

.footer .footer__content .other-link {
	border-top: 1px solid;
	border-image: linear-gradient(315deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0)) 1 1;
	padding: 25px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 1px;
}

.footer .footer__content .other-link a {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 1px;
}

.footer .footer__content .other-link a img {
	width: 20px;
	height: 20px;
}


.arrow-up {
	font-size: 20px;
	cursor: pointer;
	background-color: transparent;
}


/* 手机端导航栏 */
.overlay {
	background-color: #1d1d1dcc;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 190;
	display: none;
}

.header__primary {
	padding: 36px 20px 0;
	z-index: 199;
	width: 70%;
	background-color: #fff;
	height: 100%;
	right: 0;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s ease-out;

	overflow-y: scroll;
}

.header__primary .nav-right {
	text-align: right;
	height: 60px;
	line-height: 60px;
}

.header__primary .nav-right i {
	color: #000;
	font-size: 24px;
}

.header__primary ul li a {
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
}

.header__primary ul li a span {
	font-weight: 600;
}

.header__primary ul li a i {
	font-size: 14px;
}

.mobile-support {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	display: none;
	background-color: #fff;
}

.mobile-support a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mobile-support a span {
	font-size: 13px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #111a34;
	line-height: 17px;
	letter-spacing: 1.08px;
}

.mobile-support a i {
	color: #000;
	font-size: 20px;
}

.mobile-support a:nth-child(1) {
	width: 117px;
	height: 62px;
	background: #1676ff;
	font-size: 13px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 1.08px;
}

.mobile-support a:nth-last-child(-n+3) {
	flex: 1;
}

.mobile-support-show {
	opacity: 1;
	visibility: visible;
}



@media only screen and (max-width: 900px) {
	.container {
		min-width: 0;
	}

	.navbar .navbar__content {
		height: 45px;
		padding: 0 15px;
	}

	.navbar .navbar__content .navbar__left ul {
		display: none;
	}

	.navbar .navbar__content .navbar__left .logo {
		max-width: 75px;
		height: 20px;
	}

	.navbar .navbar__content .navbar__right .login {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 0;
		margin-right: 24px;
		width: 63px;
		height: 24px;
		border: 1px solid #fff;
		border-radius: 3px;
		background: transparent;
	}

	.navbar .navbar__content .navbar__right .login a {
		display: inline-block;
		font-size: 11px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		color: #fff;
	}

	.navbar .navbar__content .navbar__right .login:hover {
		border: none;
	}

	.navbar .navbar__content .navbar__right .login:hover a {
		color: #fff;
	}

	.navbar .navbar__content .navbar__right .btn-nav {
		display: block;
	}

	.navbar .navbar__content .navbar__right ul li {
		display: none;
	}

	.navbar-active .navbar__content .navbar__right .login {
		border-color: #1676ff;
	}

	.navbar-active .navbar__content .navbar__right .login a {
		color: #1676ff;
	}

	.navbar-active .navbar__content .navbar__right .btn-nav .icon-bar {
		background-color: #1676ff;
	}

	.banner {
		background-size: 100% 100%;
		/* background-image: url(../../img/channel/top-back.png); */
		height: auto;
		padding: 77px 0;
		padding-bottom: 120px;

		background-size: cover;
		background-position: 30%;
		/* padding-bottom: 30px; */
	}

	/* 在线验证背景 */
	.bannerFileBack {
		background-image: url('../../img/common/shangchuanwenjian.png');
	}

	/* 产品价格背景 */
	.bannerPriceBack {
		background-image: url('../../img/common/chanpinjiage.png');
	}

	/* 咨询我们背景 */
	.bannerConsultBack {
		background-image: url('../../img/common/zixunwomen.png');
	}

	/* saas背景 */
	.bannerSaaSBack {
		background-image: url('../../img/common/saas.png');
		/* background: linear-gradient(90deg, #fafbfe, #dce8f8); */
	}

	/* 电子签本地化背景 */
	.bannerLocalizationBack {
		background-image: url('../../img/common/bendihua.png');
	}

	/* 开放平台背景 */
	.bannerOpenPlatformBack {
		background-image: url('../../img/common/kaifangpingtai.png');

	}

	.bannerCompanyBack {
		background-image: url('../../img/companyIntro/gongsijieshao.png');
	}

	.banner .banner__content .title {
		justify-content: center;
		font-size: 22px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		text-align: center;
		/* background-color: yellow; */
		/* color: #ffffff; */
		line-height: 30px;
		letter-spacing: 0.38px;
		font-weight: bold;

	}

	.banner .banner__content .botTitle {
		display: flex;
		justify-content: center;
		font-size: 13px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		text-align: center;
		/* color: #ffffff; */
		line-height: 17px;
		letter-spacing: 0.91px;


		padding: 0 26px;
	}

	.banner .yiyunzhang {
		display: none;
	}

	.banner__content-item2 {
		margin-top: 20px;
	}

	.banner .banner__content .btns {
		justify-content: center;
	}

	.banner .banner__content .btns a {
		width: 95px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
	}


	.mobile-support {
		display: flex;
	}

	.footer .footer__content {
		padding: 0 16px;
		margin-bottom: 60px;
	}

	.footer .footer__content .link-box {
		padding: 24px 0;
		justify-content: center;
	}

	.footer .footer__content .link-box .qr .logo {
		display: none;
	}

	.footer .footer__content .link-box .link-item,
	.footer .footer__content .link-box .link-contact {
		display: none;
	}

	.footer .footer__content .other-link {
		padding: 14px 0;
		flex-direction: column;
		line-height: 19px;
	}

	.footer .footer__content .other-link a {
		font-size: 11px;
	}

	.footer .footer__content .other-link a img {
		display: none;
	}
}