:root {
	--bs-text-subtitle-color: #7b858d;
	--border-color: #E8EDF3;
	--bs-grid-shadow-sm: 0px 1px 10px 0px rgba(var(--bs-primary-rgb), 0.075);
	--bs-grid-shadow: 0px 1px 10px 0px rgba(var(--bs-primary-rgb), 0.15);
	--bs-grid-shadow-lg: 0px 1px 16px 0px rgba(var(--bs-primary-rgb), 0.175);
	/* color: #8797AF; */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
    height: 100%;
    overflow-x: hidden;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a i.icon-arrowRight {
	display: inline-block;
	transition-property: all;
	transition-duration: .5s;
}

a:hover i.icon-arrowRight {
	transform: translateX(5px);
}

.text-indent-2 {
	text-indent: 2em;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

@media screen and (max-width:992px) {
	.main {
		padding-top: 46px;
	}
}

.section {
	position: relative;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.section-SplitColor {
	/* background: rgba(var(--bs-primary-rgb), .05);
	background: #FAFBFD ;*/
}

.section-title {
	position: relative;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
}

.section-title h1 {
	font-weight: bold;
	color: var(--bs-dark);
	margin-bottom: 0;
}

.section-title h3 {
	font-size: 18px;
	font-weight: bold;
	color: var(--bs-dark);
	margin-bottom: 16px;
}

.section-title p {
	color: var(--bs-text-subtitle-color);
}

.section-title a {
	font-size: 16px;
	font-weight: 400;
	color: #0069FF;
	text-decoration: none;
	display: inline-block;
	margin-top: 32px;
}

.section-footer {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.section-footer .btn {
	width: 220px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	padding: 0;
}

@media screen and (max-width:1200px) {
	br {
		display: none;
	}
}

@media screen and (max-width:992px) {
	.section {
		position: relative;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section-title {
		padding: 0 16px;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
}


.heraComp_header-logoImg {
	height: 39px;
	min-width: 39px;
	width: auto;
}

.dropdown-toggle i {
	color: var(--bs-nav-link-color);
	display: inline-block;
	margin-left: 4px;
	transition: transform .3s;
}

.dropdown-toggle::after {
	border: 0;
	display: none;
}

.navbar-custom {
	display: flex;
	align-items: center;
	padding: 0;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background: transparent !important;
	margin-bottom: 0;
	transition: all 0.1s ease-in-out;
}

@media screen and (min-width:992px) {
	.navbar-custom-white .navbar-collapse .nav-link {
		color: var(--bs-white);
	}

	.navbar-custom-white .navbar-collapse .nav-link .iconfont {
		color: var(--bs-white);
	}

	.navbar-custom-white .navbar-collapse .navbar-extras a {
		color: var(--bs-white);
	}

	.navbar-custom-white .navbar-collapse .navbar-extras .btn {
		color: var(--bs-blue);
		border-color: var(--bs-white);
		background-color: var(--bs-white);
	}

	.navbar-custom-white .navbar-collapse>ul>li.active .nav-link {
		color: var(--bs-white) !important;
	}
}

.navbar.scrolled {
	transition: all 0.1s ease-in-out;
	background: var(--bs-white) !important;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09) !important;
}

.navbar-custom>.container,
.navbar-custom .navbar-collapse {
	height: 100%;
}

.navbar-custom .navbar-collapse .dropdown {
	position: static;
}

.navbar-custom .navbar-collapse>ul>li {
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}

/* .navbar-custom .navbar-collapse>ul>li .nav-link::before {
	content: "";
	position: relative;
	top: 42px;
	z-index: 2;
	width: 100%;
	height: 2px;
	opacity: 0;
	display: block;
	background: var(--bs-blue);
	transform: translateX(0);
	transition: opacity .2s ease-in-out;
}
 */

.navbar-custom .navbar-collapse>ul>li:hover .nav-link::before {
	opacity: 1;
}

.navbar-custom .navbar-collapse>ul>li>.dropdown-menu {
	width: 100%;
	top: 60px;
	left: 0;
	background-color: var(--bs-white);
	transition: all 0.3s ease-in-out;
	border-radius: 0;
	box-shadow: 0 14px 24px -4px rgba(31, 35, 41, .12);
	z-index: 1;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	box-sizing: border-box;
}

.navbar-custom .navbar-collapse>ul>li.active .nav-link {
	color: var(--bs-blue);
}

.navbar-custom .navbar-collapse>ul>li.active .nav-link::before {
	opacity: 1;
}

.navDropdown {
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.navbar-custom {
		height: 60px;
	}

	.navbar-custom .navbar-collapse>ul>li {
		height: 100%;
		display: flex;
		align-items: center;
	}

	.navbar-expand-lg .navbar-nav {
		height: 100%;
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width:992px) {
	.navbar-custom {
		transition: all 0.1s ease-in-out;
		background: var(--bs-white) !important;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09) !important;
	}

	.navbar-custom .navbar-collapse>ul>li .nav-link::before {
		top: 0;
		height: 0;
		opacity: 0;
		background-color: transparent;
	}
}

@media screen and (max-width: 500px) {
	.navbar-extras {
		padding-bottom: 12px;
	}
}

/* 轮播广告位 begin */
.carousel-indicators {
	bottom: 80px;
}

.understand {
	bottom: -90px;
	z-index: 99;
	transform: translate(-50%);
}

.understand-box {
	box-shadow: 0px 3px 10px 0px rgba(0, 103, 237, 0.1);
}

.understand-box img {
	bottom: 2px;
	right: 8px;
	width: 46px;
}

.understand-box2 img {
	bottom: 7px;
}

.understand-box3 img {
	bottom: 6px;
}

/* .understand-box:after {
	content: '';
	position: absolute;
	right: 12px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	font-size: 30px;
	display: inline-block;
	background-size: contain;
}
.understand-box1:after {
	background: url("../images/index/understand-box1.png") no-repeat;
}

.understand-box2:after {
	background: url("../images/index/understand-box2.png") no-repeat;
}

.understand-box3:after {
	background: url("../images/index/understand-box3.png") no-repeat;
}

.understand-box4:after {
	background: url("../images/index/understand-box4.png") no-repeat;
} */

.understand-box p {
	font-size: 14px;
	color: var(--bs-text-subtitle-color);
	line-height: 18px;
	min-height: 54px;
}

.understand-box .understand-btn {
	cursor: pointer;
}

.understand-box .understand-btn i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 992px) {
	.understand {
		position: relative !important;
		left: 0 !important;
		bottom: 0;
		z-index: 99;
		transform: none;
		margin-top: 50px;
	}

	/* .understand>div>div>div {
		margin-top: 32px;
	} */
}

/* 轮播广告位 End */



.u-icon-arrowdown {
	font-size: 12px;
}

.menu {
	display: flex;
	color: var(--bs-white);
	margin-right: 48px;
}

.menu .u-icon-arrowdown {
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.menu li.hover a {
	color: #337eff;
}

.menu li.hover .u-icon-arrowdown {
	color: #337eff;
	transform: rotate(180deg);
}

.menu .item-excallrobot:after {
	right: 83px;
}

.menu .item-preSaleInfoRobot:after {
	right: 49px;
}

.panel-content {
	transition: all 0.5s ease-out;
}

.nav-row {
	padding-top: 24px;
}

.nav-row:last-child {
	padding-bottom: 24px;
}

.nav-row .row-title {
	font-size: 16px;
	color: var(--bs-dark);
	line-height: 20px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	box-sizing: border-box;
}

.nav-row .row-title i {
	display: none;
}

.nav-row .nav-list {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.nav-row .nav-list>li {
	width: 252px;
	height: auto;
	text-align: left;
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
	.nav-row .nav-list>li {
		width: calc(25% - 30px);
	}
}

@media screen and (min-width: 1400px) {
	.nav-row .nav-list>li:not(:nth-child(4n+1)) {
		margin-left: 60px;
	}
}

@media screen and (min-width: 992px) {
	.nav-row .nav-list>li:not(:nth-child(4n+1)) {
		margin-left: 30px;
	}
}

.nav-row .nav-list>li>a {
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.nav-row .nav-list>li>a .item-cnt {
	display: flex;
	align-items: flex-start;
	overflow: hidden;
}

.nav-row .nav-list>li>a .item-cnt .iconfont {
	font-size: 20px;
	color: var(--bs-blue);
	margin-right: 8px;
}

.nav-row .nav-list>li>a .nav-icon-bg {
	margin-right: 8px;
}

.nav-row .nav-list>li>a .nav-icon {
	display: block;
	width: 20px;
	height: 24px;
	background: center/20px 20px no-repeat;
	transform: translateX(-30px);
	filter: drop-shadow(#337eff 30px 0);
}

.nav-row .nav-list>li>a .nav-title {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #1a2233;
	margin-bottom: 4px;
	overflow: hidden;
}

.nav-row .nav-list>li>a .nav-title .icon-new {
	font-size: 14px;
	color: #FD4E4E;
	margin-left: 5px;
}

.nav-row .nav-list>li>a .nav-desc {
	font-size: 12px;
	color: var(--bs-text-subtitle-color);
	line-height: 17px;
	white-space: nowrap;
	margin-bottom: 0;
}

.nav-row .nav-list>li>a:hover {
	background: var(--bs-secondary-bg-subtle);
	border-radius: 4px;
}

.navbar-custom .navbar-collapse>ul>li.active .nav-row .nav-list>li>a.active {
	background: var(--bs-secondary-bg-subtle);
	background: #F8FBFF;
	border-radius: 4px;
}

.navbar-custom .navbar-collapse>ul>li.active .nav-row .nav-list>li>a.active .nav-title {
	color: var(--bs-blue);
}

.nav-icon-bg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 4px;
}

.nav-icon {
	width: 16px;
	height: 16px;
	background-size: 16px;
	filter: drop-shadow(var(--bs-white) 30px 0);
}

.nav-icon {
	filter: drop-shadow(#b4b8bf 30px 0);
}

.u-icon-nav {
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto;
	background-size: 38px auto;
	background-repeat: no-repeat;
}

@media screen and (max-width:992px) {
	.nav-row {
		padding-top: 0;
	}

	.nav-row:last-child {
		padding-bottom: 0;
	}

	.nav-row .row-title {
		width: 100%;
		height: 36px;
		margin-bottom: 0;
		color: var(--bs-nav-link-color);
	}

	.nav-row .row-title:hover {
		color: var(--bs-nav-link-hover-color);
	}

	.nav-row .row-title i {
		font-size: 1rem;
		color: #1f2329;
		margin-left: 4px;
		opacity: .6;
		display: inline-block;
	}

	.nav-row .nav-list {
		display: none;
		padding-top: 12px;
	}

	.nav-row:first-child .nav-list {
		display: block;
	}

	.nav-row .nav-list>li {
		width: 100%;
		margin-top: 0;
	}

	.navbar-custom .navbar-collapse>ul>li>.dropdown-menu {
		border: 0 !important;
	}
}

.carousel {
	/* padding-top: 60px; */
	margin-bottom: 0;
}

.carousel-item {
	height: 45rem;
}

.carousel-item>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-item-img {
	width: 100%;
	height: 100%;
	background: url('../images/index/index-banner1.jpg') no-repeat center right /cover;
}

.carousel-caption {
	width: 100%;
	max-width: 700px;
	bottom: 50%;
	z-index: 10;
	transform: translateY(50%);
}

.carousel-caption h1 {
	font-size: calc(1.5rem + 1.5vw);
}

.carousel-caption p {
	color: var(--bs-secondary-color);
	margin-bottom: 2rem;
}

.carousel-caption a {
	width: 260px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	border-radius: 4px;
}

.carousel-wrap {
	width: 100%;
}

.carousel-left {
	/* max-width: 700px;
	right: inherit !important;
	bottom: 50%;
	z-index: 10;
	text-align: left;
	transform: translateY(50%); */
	width: 40%;
}

.carousel-left h1 {
	font-size: calc(1.5rem + 1.5vw);
}

.carousel-left p {
	color: var(--bs-secondary-color);
	margin-bottom: 2rem;
}

.carousel-left a {
	width: 260px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	border-radius: 4px;
}

/* .carousel-left {
	top: 50%;
	display:flex;
	align-items: center;
	flex-direction: column;
	justify-content: start;
} */

.carousel-right {
	width: 50%;
	top: 70px;
}

@media screen and (max-width:992px) {
	.carousel-wrap {
		flex-direction: column;
	}

	.carousel-item {
		height: auto;
	}

	.carousel-item:nth-child(2),
	.carousel-item:nth-child(2).active,
	.carousel-control-prev,
	.carousel-control-next,
	.carousel-indicators {
		display: none;
	}

	/* 隐藏轮播指示器 */
	.carousel-indicators {
		display: none;
	}

	/* 移除轮播控制按钮 */
	.carousel-control-prev,
	.carousel-control-next {
		display: none !important;
	}

	/* 设置轮播项不可点击 */
	.carousel-item {
		pointer-events: none;
	}

	.carousel-caption {
		bottom: 0;
		transform: none;
		max-width: 100%;
	}

	.carousel-item-img {
		background-position: center;
	}

	.carousel-left {
		text-align: center;
		padding: 50px 0;
	}

	.carousel-left a {
		width: 230px;
		height: 55px;
		line-height: 55px;
	}

	.carousel-right {
		width: 85%;
		top: initial;
		transform: none;
	}

	.carousel-left {
		width: 100%;
	}
}

@media screen and (max-width: 768px) and (min-width: 576px) {
	.carousel-right {
		left: -50px;
	}
}

@media screen and (max-width:576px) {
	.carousel-wrap {
		margin: 0;
	}

	.carousel-right {
		width: 100%;
	}

	.carousel-caption {
		left: 0;
		text-align: center;
	}
}

/* 产品矩阵 begin */
.marketing-model {
	background-color: var(--bs-white);
}

.marketing-model::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	border-bottom-left-radius: var(--bs-border-radius-lg);
	border-bottom-right-radius: var(--bs-border-radius-lg);
}

.marketing-model .marketing-box .marketing-text h3 {
	font-size: 22px;
	color: var(--bs-dark);
}

.marketing-model .marketing-box .marketing-text p {
	min-height: 85px;
	font-size: 14px;
}

.marketing-model .marketing-box .marketing-icon {
	flex: 0 0 90px;
}

.marketing-model .marketing-box .marketing-icon .rounded-circle {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	overflow: hidden;
	background-color: rgba(var(--bs-link-color-rgb), 0.1);
}

.marketing-model .marketing-box .marketing-icon i {
	font-size: 30px;
}

.marketing-model .marketing-btn {
	width: 180px;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
	color: var(--bs-blue);
	line-height: 40px;
	background: var(--bs-white);
	border: 1px solid var(--bs-blue);
	display: block;
    user-select: none;
}
.marketing .active {
	transition: ease-in .3s;
	background-image: url('../images/index/index-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.marketing .active .marketing-text h3,
.marketing .active .marketing-text p {
	color: var(--bs-white);
}

.marketing .active .marketing-box .marketing-icon .rounded-circle {
	background-color: var(--bs-white) !important;
}

.marketing .active.marketing-modelBg {
	background-color: #0084ff;
}

.marketing-model1 .marketing-btn {
	color: #0084ff;
	border: 1px solid #0084ff;
}

.marketing-model1 .marketing-box .marketing-icon i {
	color: #0084ff;
}

.marketing-model1 .marketing-box .marketing-icon .rounded-circle {
	background-color: rgba(0, 132, 255, 0.1);
}

/* 产品矩阵 End */

/* featurette */
.featurette>h1 {
	display: block;
	margin-bottom: 36px;
}

.featurette ul {
	display: flex;
	flex-wrap: wrap;
}

.featurette ul li {
	display: flex;
	align-items: center;
}

.featurette ul li i {
	color: #15c292;
}

.featurette ul li span {
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
	color: var(--bs-body-color);
	line-height: 30px;
	padding-left: 10px;
}

.featurette .featurette-dsc {
	position: relative;
	text-align: left;
	padding-left: 20px;
}

.featurette .featurette-dsc::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	transform: translateY(7px);
	border-radius: 50%;
	background-color: var(--bs-blue);
	box-shadow: 0 0 0 5px rgba(37, 84, 254, .1);
	margin-right: 0.05rem;
	display: inline-block;
}

.featurette .featurette-dsc h3 {
	font-size: 20px;
	color: var(--bs-body-color);
}

.featurette .featurette-dsc p {
	font-size: 18px;
	color: var(--bs-text-subtitle-color);
}

@media screen and (max-width: 992px) {
	.featurette ul {
		margin-bottom: 26px;
	}
}

.featurette .featurette-btn {
	margin-top: 30px;
}

.featurette .btn {
	width: 140px;
	font-size: 16px;
	line-height: 32px;
	border-radius: 2px;
}

.featurette-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	overflow: hidden;

}

.featurette-img img {
	width: auto;
	max-width: 100%;
}

.featurette-img .featurette-model-btn {
	display: none;
}

@media screen and (max-width: 992px) {
	.featurette>h2 {
		width: auto;
		text-align: center;
		line-height: 1.5;
	}

	.featurette>p {
		font-size: 1.5rem;
		line-height: 1.5;
		color: var(--bs-body-color);
	}

	.featurette .d-grid {
		display: none !important;
	}

	.featurette-img {
		flex-direction: column;
		margin-top: 1rem;
	}

	.featurette-img .featurette-model-btn {
		width: 100%;
		display: block;
		text-align: center;
	}

	.featurette-img .featurette-model-btn .btn {
		width: 220px;
		font-size: 1.5rem;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		border-radius: 2px;
		color: var(--bs-btn-hover-color);
		background-color: var(--bs-btn-color);
		border: 1px solid var(--bs-btn-color);
	}
}

@media screen and (max-width: 768px) {
	.featurette>h2 {
		width: auto;
		line-height: 1.5;
	}

	.featurette-img .featurette-model-btn a {
		width: 12.5rem;
		font-size: 1.25rem;
		line-height: 2.625rem;
	}
}

/*  不只是全渠道接待，更是全场景赋能 begin */
.displayBar {
	/* background-color: #F5F8FF; */
	/* background: url("../images/index/settle-bg.png") no-repeat; */
	background-position: 50% 0;
	background-size: cover;
	padding-top: 230px;
}

.displayBar-tab>ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border-bottom: 1px solid var(--border-color);
}

.displayBar-tab>ul>li .displayBar-tab-icon {
	width: 64px;
	height: 64px;
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	border: 1px solid transparent;
	transition: inherit;
}

.displayBar-tab>ul>li p {
	font-size: 14px;
	font-weight: 400;
	color: var(--bs-text-subtitle-color);
	cursor: pointer;
	text-align: center;
	line-height: 22px;
	display: block;
	margin-top: 8px;
	margin-bottom: 22px;
	transition: color .2s linear;
}

.displayBar-tab>ul>li.active {
	position: relative;
}

.displayBar-tab>ul>li.active:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 38px;
	height: 2px;
	left: 50%;
	display: block;
	background: var(--bs-blue);
	transform: translateX(-50%);
	transition: background .2s linear;
}

.displayBar-tab>ul>li.active .displayBar-tab-icon {
	background-color: rgba(var(--bs-white-rgb), .8);
	border: 1px solid var(--bs-white);
	box-shadow: 0 4px 16px 2px rgb(var(--bs-primary-rgb) / 4%), 0 2px 4px -2px rgb(var(--bs-primary-rgb) / 4%);
	filter: drop-shadow(0px 4px 8px rgba(var(--bs-primary-rgb), .17));
}

.displayBar-tab>ul>li.active p {
	color: var(--bs-blue);
}

.displayBar-panel {
	padding-top: 50px;
}

.displayBar-panel>.row {
	display: none;
	align-items: flex-start;
	justify-content: center;
}

.displayBar-panel>.row:first-child {
	display: flex;
}

.displayBar-text p {
	color: var(--bs-text-subtitle-color);
	line-height: 1.5;
	margin-top: 12px;
}

.displayBar-text h4 {
	font-size: 24px;
	font-weight: 400;
	color: var(--bs-body-color);
	margin-top: 28px;
	margin-bottom: 0;
}

.displayBar-text ul {
	margin: 0;
}

.displayBar-text ul li {
	display: flex;
	align-items: center;
}

.displayBar-text ul li i {
	color: #15c292;
}

.displayBar-text ul li svg {
	width: 50px;
	height: 50px;
}

.displayBar-text ul li span {
	font-size: 18px;
	font-weight: 400;
	white-space: nowrap;
	color: var(--bs-body-color);
	line-height: 30px;
	padding-left: 8px;
}

@media screen and (max-width: 992px) {
	.displayBar {
		padding-top: 60px;
	}
}

@media screen and (max-width: 550px) {

	/* .displayBar-panel {
		padding: 30px;
	} */
	.displayBar-panel {
		padding-top: 30px;
	}

	.displayBar-tab>ul {
		flex-wrap: wrap;
	}
}

.displayBar-absolute1 {
	border-radius: 3px;
	background-color: #f2f7ff;
	animation: displayBarCard1 .3s ease-in-out 0s 1;
	transform: translate(0, 0) rotate(6deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

@keyframes displayBarCard1 {
	0% {
		transform: rotate(6deg);
	}

	50% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(6deg);
	}
}

.displayBar-absolute2 {
	border-radius: 3px;
	background-color: #cce0ff;
	animation: displayBarCard2 .3s ease-in-out 0s 1;
	transform: translate(0, 0) rotate(3deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

@keyframes displayBarCard2 {
	0% {
		transform: rotate(3deg);
	}

	50% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(3deg);
	}
}

.displayBar-absolute3 {
	animation: displayBarCard3 .15s linear 0s 1 forwards;
	visibility: hidden;
}

@keyframes displayBarCard3 {
	0% {
		opacity: 1;
		z-index: 9;
		visibility: visible;
	}

	50% {
		opacity: .5;
		z-index: 9;
		visibility: visible;
	}

	100% {
		opacity: 0;
		z-index: 9;
		visibility: hidden;
	}
}

.displayBar-absolute4 {
	visibility: hidden;
	box-shadow: 0 0 1px rgba(22, 23, 26, .08), 0 16px 24px rgba(22, 23, 26, .08);
}

.displayBar-absolute4>img {
	width: 100%;
	border-radius: 4px;
}

.displayBar-illustration1-1 {
	left: -70px;
	top: 20px;
}

.displayBar-illustration1-2 {
	left: 76px;
	top: 46%;
}

.displayBar-illustration1-3 {
	left: 35%;
	bottom: 40px;
}

.displayBar-illustration2-1 {
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
}

.displayBar-illustration2-2 {
	right: -35px;
	bottom: -40px;
}

.displayBar-illustration2-2 img {
	width: 206px;
}

.displayBar-illustration3-1 {
	left: -50px;
	bottom: -38px;
}

.displayBar-illustration3-1 img {
	width: 262px;
	max-width: 100%;
}

.displayBar-illustration3-2 {
	right: -90px;
	top: 70px;
}

.displayBar-illustration3-2 img {
	width: 253px;
	max-width: 100%;
}

.displayBar-illustration4-1 {
	left: -50px;
	bottom: -38px;
}

.displayBar-illustration4-1 img {
	width: 264px;
}

.displayBar-illustration4-2 {
	right: -90px;
	top: 32px;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
	.displayBar-illustration3-2 {
		right: -32px;
	}

	.displayBar-illustration4-2 {
		right: -42px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.displayBar-illustration3-2 {
		right: -32px;
	}

	.displayBar-illustration4-2 {
		right: -42px;
	}
}

@media screen and (max-width: 992px) {
	.displayBar-illustration1-1 {
		left: 0;
	}

	.displayBar-illustration1-2 {
		left: 50%;
		transform: translateX(-50%);
	}

	.displayBar-illustration1-3 {
		left: initial;
		right: 0;
		bottom: -30px;
	}
}

@media screen and (max-width: 576px) {

	/* .displayBar-illustration1-1,.displayBar-illustration1-2,.displayBar-illustration1-3 {
		display: none;
	} */
	.displayBar-illustration2-1 {
		left: -10px;
		top: 47%;
	}

	.displayBar-illustration2-1 img {
		width: 80%;
	}

	.displayBar-illustration2-2 {
		right: -16px;
	}

	.displayBar-illustration2-2 img {
		width: 160px;
	}

	.displayBar-illustration3-1 {
		left: 0;
	}

	.displayBar-illustration3-1 img {
		width: 180px;
	}

	.displayBar-illustration3-2 {
		right: 0;
		top: 50px;
	}

	.displayBar-illustration3-2 img {
		width: 190px;
	}

	.displayBar-illustration4-1 {
		left: 0;
		bottom: -26px;
	}

	.displayBar-illustration4-1 img {
		width: 180px;
	}

	.displayBar-illustration4-2 {
		right: -10px;
	}

	.displayBar-illustration4-2 img {
		width: 180px;
	}
}

/* @keyframes abilityPlatform_animateFadeIn__GHgy7 {
	0% {
	    opacity: 0;
	    z-index: 10;
	    visibility: visible;
	}
	
	100% {
	    opacity: 1;
	    z-index: 10;
	    visibility: visible;
	}
} */
.displayBar-panel-img {
	min-height: 420px;
	min-height: auto;
	margin-top: 10px;
}

@media screen and (max-width: 992px) {
	.displayBar-panel-img {
		min-height: auto;
		margin-top: 60px;
	}
}

@media screen and (max-width: 576px) {
	.displayBar-panel-img {
		margin-top: 30px;
	}
}

.displayBar-panel-animation .displayBar-absolute4 {
	animation: displayBarCard4 .15s linear 0s 1 forwards;
}

@keyframes displayBarCard4 {
	0% {
		opacity: 0;
		z-index: 10;
		visibility: visible;
	}

	100% {
		opacity: 1;
		z-index: 10;
		visibility: visible;
	}
}

/*  不只是全渠道接待，更是全场景赋能  End*/

.service {
	position: relative;
	background: linear-gradient(180deg, #f0f4ff 0, rgba(240, 244, 255, 0) 100%);
	overflow: hidden;
}

.service-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.service-bg1 {
	position: absolute;
	width: 100%;
	height: 345px;
	bottom: 0;
	right: 0;
	opacity: .3;
	background: url("../images/index/service-bg1.png") no-repeat;
	background-size: cover;
	background-position: right bottom;
}

.service-bg2 {
	position: absolute;
	width: 100%;
	height: 345px;
	bottom: 0;
	left: 320px;
	opacity: .8;
	background: url("../images/index/service-bg2.png") no-repeat;
	background-size: contain;
	background-position: center center;
}

.service-bg3 {
	display: none;
}

@media screen and (max-width: 992px) {

	.service-bg1,
	.service-bg2 {
		display: none;
	}

	.service-bg3 {
		display: block;
	}
}

.service-box h2 {
	font-size: 34px;
	line-height: 50px;
}

.service-model {
	width: 180px;
	height: 180px;
	display: flex;
	transform: rotate(45deg);
	border-radius: 6px;
	margin-left: 40px;
}

.service-model:nth-child(1) {
	margin-left: 0;
}

.service-model-box {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transform: rotate(-45deg);
}

.service-model-box .service-model_title {
	position: relative;
}

.service-model_title i {
	font-size: 18px;
}

.service-model-box .service-model_title h3 {
	font-size: 16px;
	line-height: 22px;
}

.service-model-box .service-model_title p {
	font-size: 13px;
}

.service-model-box svg {
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
}

.service-lightPurple {
	border: 1px solid #0d6efd;
	background-color: rgba(13, 109, 252, .075);
}

.service-lightPurple i,
.service-lightPurple h3,
.service-lightPurple p,
.service-lightPurple .icon-jishulingxian {
	color: #0d6efd;
}

.service-lightOrange {
	border: 1px solid #FF883D;
	background-color: var(--bs-white);
	background-color: rgba(255, 136, 61, .075);
}

.service-lightOrange i,
.service-lightOrange h3,
.service-lightOrange p,
.service-lightOrange .icon-hexinjiazhi {
	color: #FF883D;
}

.service-lightGreen {
	border: 1px solid #07C160;
	background-color: rgba(7, 193, 96, .075);
}

.service-lightGreen i,
.service-lightGreen h3,
.service-lightGreen p,
.service-lightGreen .icon-yanzhengma {
	color: #07C160;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {

	.service-model,
	.service-model-box {
		flex: 1;
		transform: none;
	}

	.service-model_title i {
		font-size: 16px;
	}

	.service-model-box .service-model_title h3 {
		font-size: 15px;
		line-height: 1;
	}

	.service-model-box .service-model_title p {
		font-size: 12px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.service-model {
		margin-left: 35px;
	}
}

@media screen and (min-width: 768px) {
	.service-model {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 768px) {
	.service-model {
		flex: 1;
		height: auto;
		padding: 20px 10px;
		margin-left: 20px;
		margin-top: 24px;
	}

	.service-model-box {
		width: 100%;
	}

	.service-model,
	.service-model-box {
		transform: initial;
	}
}

@media screen and (max-width: 576px) {
	.service-model {
		width: auto;
		margin-left: 0;
	}

	.service-box .row {
		flex-direction: column;
	}
}

.featurette .btn {
	width: 140px;
	font-size: 16px;
	line-height: 32px;
	border-radius: 2px;
}

.service-data {
	position: relative;
	top: -30px;
	padding: 26px 36px;
	background-color: #FAFCFF;
}

@media screen and (max-width: 992px) {
	.service-data {
		top: 0;
		margin: 30px 0;
	}
}

.service-data-gap {
	margin: 0 auto;
}

.service-data-gap h5 {
	font-size: 0.8125rem;
	color: rgba(var(--bs-black-rgb), .85);
	display: block;
}

.service-data-gap .service-data-num {
	margin-top: 5px;
}

.service-data-gap .service-data-num span {
	font-size: 1.75rem;
	font-family: var(--bs-body-font-family);
	color: rgba(var(--bs-primary-rgb), .85);
	margin-left: 3px;
	margin-right: 3px;
}

.service-data-gap .service-data-num sub {
	font-size: 0.625rem;
	color: rgba(var(--bs-primary-rgb), .85);
	bottom: -0.4em;
}

.service-data p {
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	color: var(--bs-body-color);
	margin-bottom: 1.5rem;
}

.service-data p sup {
	top: -5px;
}

.service-data p sub {
	bottom: -6px;
	right: 2px;
	display: inline-block;
	transform: rotateZ(180deg);
	margin-right: 5px;
}

.service-data p span {
	color: var(--bs-blue);
}

@media screen and (min-width: 992px) {
	.service-data {
		max-width: 560px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 894px) and (max-width: 1296px) {
	.service-bg {
		left: 0;
		background: url("../images/index/server-bg.png") no-repeat;
		background-size: 100%;
		background-position: bottom center;
		transform: translateX(calc(50vw - 540px));
		width: 100%;
		height: 389px;
		bottom: 0;
	}
}

@media screen and (min-width: 500px) and (max-width: 893px) {
	.service-bg {
		left: 0;
		transform: translateX(calc(50vw - 540px));
		width: 100%;
		background: url("../images/index/2.png") no-repeat;
		background-size: 100%;
		background-position: bottom center;
		height: 389px;
		bottom: 0;
	}
}

@media screen and (max-width: 576px) {
	.service-data {
		padding: 24px 10px;
	}
}

/* download begin */
.download-wrap {
	background: url(../images/price/bg.png) no-repeat top/contain;
}

.download-wrap .section-title {
	margin-top: 100px;
	margin-bottom: 100px;
}

.download-wrap ul li {
	padding-top: 30px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	backface-visibility: hidden;
}

.download-wrap ul li:hover {
	transform: translateY(-10px);
	background-color: white;
	box-shadow: 0 0.1rem 1rem rgba(var(--bs-primary-rgb), 0.1);
}

.download-content {
	text-align: center;
	margin-top: 30px;
}

.download-wrap ul li .download-content h1 {
	font-size: 36px;
	font-weight: 700;
	color: var(--bs-dark);
	letter-spacing: 0;
	margin: 0;
}

.download-wrap ul li .download-content .download-version {
	margin-top: 12px;
}

.download-content .download-version p {
	font-size: 16px;
	text-align: center;
	line-height: 18px;
	color: #7c8396;
	margin: 0;
}

.download-content .download-version p:last-child {
	margin-top: 8px;
}

.download-content .download-link {
	position: relative;
	width: 220px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: auto;
	margin-top: 30px;
	font-size: 20px;
	color: var(--bs-white);
	letter-spacing: 0;
	display: block;
	background: #00cc26;
	border-radius: 2px;
}

.download-content .download-compatibility {
	display: inline-block;
	margin-top: 14px;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	color: #7b8396;
	letter-spacing: 0;
	line-height: 16px;
	text-align: center;
}

.download-content .download-compatibility:hover {
	color: var(--bs-dark);
}

.download-content .download-compatibility:active {
	border: 0;
}

.download-content .download-compatibility>i {
	padding-left: 3px;
}

.popover {
	max-width: 600px;
	background: var(--bs-white);
	border: none;
	box-shadow: 0 0.1rem 1rem rgba(var(--bs-primary-rgb), 0.1);
}

.download-content .download-popover {
	display: none;
}

.download-popover-item {}

.download-popover-item span {
	font-size: 16px;
	text-align: left;
	color: #7b8396;
	letter-spacing: 0;
	line-height: 30px;
	white-space: nowrap;
	display: block;
}

.download-wrap ul li>.iconfont {
	font-size: 120px;
	color: #D7DCE5;
	text-align: center;
	transition-duration: 0.3s;
}

.download-wrap ul li:hover .icon-windows {
	color: #00ADEF;
}

.download-wrap ul li:hover .icon-macos {
	color: var(--bs-blue);
}

.download-wrap ul li:hover .icon-apple {
	width: 180px;
	height: 180px;
	color: var(--bs-white);
	margin: 0 auto;
	position: relative;
	z-index: 999;
	transition: all .3s;
	background: url("../images/download/download-ios.png") no-repeat;
	background-size: cover;
}

.download-wrap ul li:hover .icon-android {
	width: 180px;
	height: 180px;
	color: var(--bs-white);
	margin: 0 auto;
	position: relative;
	z-index: 999;
	transition: all .3s;
	background: url("../images/download/download-android.png") no-repeat;
	background-size: cover;
}

.download-wrap ul li:hover .icon-apple:before,
.download-wrap ul li:hover .icon-android:before {
	content: '';
}

.download-wrap ul li.download-apple .download-content .download-link span:nth-child(2) {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	line-height: 30px;
	color: var(--bs-dark);
	display: none;
}

.download-wrap ul li.download-apple:hover .download-content .download-link {
	background-color: transparent;
}

/* .download-wrap ul li.download-apple:hover .download-content .download-link span:nth-child(1) {
	display: none;
}

.download-wrap ul li.download-apple:hover .download-content .download-link span:nth-child(2) {
	display: block;
} */

/* download end */

/* price */
.price-banner {
	background: url(../images/price/bg.png) no-repeat top/contain;
}

.price-banner .section-title {
	margin-top: 60px;
}

.price-version-card {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	backface-visibility: hidden;
}

.price-version-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 0.1rem 1rem rgba(var(--bs-primary-rgb), 0.1);
}

.price-version-box p {
	min-height: 50px;
}

.price-type {}

.price-type ul {
	background: #f8fbff;
}

.price-type ul li {
	/* flex: auto; */
	line-height: 80px;
	display: inline-block;
	border-left: 1px solid var(--border-color);
}

.price-type ul li:nth-child(1) {
	/* width: 20%; */
	border-left: 0;
}

.price-type ul li:nth-child(1)::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--border-color);
}

.price-type ul li:nth-child(2) {}

.price-type ul li:nth-child(3) {}

.price-type ul li:nth-child(4)::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--border-color);
}

.price-type table {
	text-indent: initial;
	border-collapse: separate;
	border-spacing: 0;
	/* border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9; */
	border-left: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
}

.price-type table tr {}

.price-type table td {}

.price-type table>thead {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	z-index: 1;
	background: #f8fbff;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	z-index: 1;
}

.price-type table>thead tr {}

.price-type table>thead tr th {
	/* width: 20%; */
	line-height: 80px;
	border-right: 1px solid var(--border-color);
}

.price-type table tbody {}

.price-type table tbody tr {}

.price-type table tbody tr td {
	height: 50px;
	font-size: 1rem;
	color: var(--bs-dark);
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);

}

.price-type table tbody tr td .iconfont {
	font-size: 22px;
	font-weight: bold;
}

.price-type table tbody tr td .icon-duigou {
	color: var(--bs-blue);
}

.price-type table tbody tr td .icon-henggang {
	color: var(--bs-tertiary-color);
}

.price-type table tbody tr td .icon-tishi {
	color: var(--bs-gray);
	padding-left: 3px;
}

.price-type table tbody tr td.price-type-Version {
	font-size: 20px;
}

.table-thead-flex {
	top: 60px;
	z-index: 99;
	display: none;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.price-version-box p {
		min-height: 72px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.price-version-box p {
		min-height: 100px;
	}
}

@media screen and (max-width: 992px) {
	.table-thead-flex {
		top: 49px;
	}
}

.price-service .accordion-button {
	font-size: 20px;
}

.price-service .accordion-button:focus {
	box-shadow: none;
}

.price-service .accordion-item:first-child {
	border-top: var(--bs-accordion-border-width) solid var(--border-color);
}

.price-service .accordion-item {
	border: 0;
	border-bottom: var(--bs-accordion-border-width) solid var(--border-color);
}

/* product begin */
.product-banner {
	width: 100%;
	background-color: var(--bs-primary-bg-subtle);
}

.product-banner .container {
	position: relative;
	min-height: 600px;
}

.product-banner-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
}

.product-banner-left {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-banner-left h1 {
	font-size: calc(1.5rem + 1.5vw);
}

.product-banner-left p {
	color: var(--bs-secondary-color);
	margin-bottom: 2rem;
}

.product-banner .product-banner-left .btn {
	width: 260px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	border-radius: 4px;
	/* width: 180px;
	font-size: 18px;
	line-height: 32px; */
}

.product-banner-right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 1440px) {
	.product-banner-right {
		padding-left: 90px;
	}
}

@media (max-width: 768px) {
	.product-banner .product-banner-right {
		width: 100%;
		margin-top: 1rem;
	}
}

.product-banner-right img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1200px) {
	.product-banner-left h3 br {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.product-banner-wrap {
		height: auto;
		text-align: center;
		flex-direction: column;
		position: relative;
	}

	.product-banner-left {
		margin-top: 100px;
	}

	.product-banner-left h3 {
		font-size: 40px;
	}

	.product-banner .product-banner-left .btn {
		margin: 0 auto;
	}

	.product-banner-right {
		width: 90%;
		margin: 32px auto;
		padding-left: 0;
	}
}

@media screen and (max-width: 768px) {}

.livechat-banner {
	background: url('../images/product/livechat/banner.jpg') no-repeat;
}

.robot-banner {
	background: url('../images/product/robot/banner.jpg') no-repeat;
}

.worksheet-banner {
	background: url('../images/product/worksheet/banner.jpg') no-repeat;
}

.worksheet-scene {
	position: relative;
}

.worksheet-scene {
	overflow: hidden;
	background-attachment: fixed;
}

.worksheet-scene::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 202px;
	height: 50%;
	transform: translateY(-50%);
	background: url('../images/product/worksheet/worksheet-scene1.png') no-repeat;
	background-size: auto;
}

.worksheet-scene::after {
	content: '';
	position: absolute;
	right: -130px;
	bottom: 0;
	width: 452px;
	height: 368px;
	opacity: .3;
	transform: rotate(55deg);
	background: url('../images/product/worksheet/worksheet-scene2.png') no-repeat;
	background-size: cover;
}

.wechatService-banner {
	background: url('../images/product/wechatService/banner.jpg') no-repeat;
}

/* systemBuilding begin */
.systemBuilding-banner {
	background: url('../images/product/systemBuilding/banner.jpg') no-repeat;
}

.systemBuilding-features-box {
	height: 146px;
}

/* systemBuilding End */

/* landingRun begin */
.landingRun-banner {
	background: url('../images/product/landingRun/banner.jpg') no-repeat;
	/* background: url('../images/product/landingRun/function_banner02.png') no-repeat 50%/cover; */
	/* background: url('../images/product/landingRun/banner2x_f421e3f.png') no-repeat 50%/cover; */
}

.landingRun-order-list {
	margin-top: 90px;
}

.landingRun-order-list:nth-child(1) {
	margin-top: 0;
}

.landingRun-order-list .number {
	top: -10px;
	color: var(--bs-gray-300);
}

.landingRun-order-text {}

.landingRun-order-text .title {
	font-size: 18px;
	color: var(--bs-body-color);
	margin-top: -6px;
}

.landingRun-order-text .title::before {
	content: "";
	position: absolute;
	top: 25px;
	width: 260px;
	height: 6px;

}

.landingRun-order-left .landingRun-order-list:nth-child(2) {
	right: 70px;
}

.landingRun-order-left .landingRun-order-text .title::before {
	right: 0;
	background: linear-gradient(-270deg, var(--bs-white), var(--bs-blue));
}

.landingRun-order-right .landingRun-order-list:nth-child(2) {
	left: 70px;
}

.landingRun-order-right .landingRun-order-text .title::before {
	left: 0;
	background: linear-gradient(270deg, var(--bs-white), var(--bs-blue));
}

.landingRun-order-text .desc {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.landingRun-order-list {
		/* flex-direction: column; */
	}

	.landingRun-order-left .landingRun-order-list:nth-child(2) {
		right: 0;
	}

	.landingRun-order-right .landingRun-order-list:nth-child(1) {
		margin-top: 90px;
	}

	.landingRun-order-right .landingRun-order-list:nth-child(2) {
		left: 0;
	}

	.landingRun-order-list .number {
		top: -8px;
		font-family: math;
		font-size: 45px !important;
	}

	.landingRun-order-text .title {
		font-size: 20px;
	}

	.landingRun-order-list .landingRun-order-text {
		text-align: left !important;
	}

	.landingRun-order-list .landingRun-order-text .title::before {
		left: 0 !important;
		top: 28px;
		background: linear-gradient(270deg, var(--bs-white), var(--bs-blue)) !important;
	}

	.landingRun-order-img {
		display: none !important;
	}
}

.landingRun-serve .row>div .landingRun-serve-box {
	position: relative;
	min-height: 420px;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 4px;
}

.landingRun-serve .row>div .landingRun-serve-box::before {
	content: '';
	position: absolute;
	right: -15px;
	bottom: -15px;
	width: 100px;
	height: 100px;
}

.landingRun-serve .row>div:nth-child(1) .landingRun-serve-box {
	background: linear-gradient(145deg, rgba(195, 212, 255, .9) 15%, #F3F6FF 85%);
}

.landingRun-serve .row>div:nth-child(2) .landingRun-serve-box {
	background: linear-gradient(145deg, rgba(210, 249, 173, .9) 15%, #F3F6FF 85%);
}

.landingRun-serve .row>div:nth-child(3) .landingRun-serve-box {
	background: linear-gradient(145deg, rgba(255, 231, 156, .9) 15%, #F3F6FF 85%);
}

.landingRun-serve .row>div:nth-child(4) .landingRun-serve-box {
	background: linear-gradient(145deg, rgba(255, 187, 194, .9) 15%, #F3F6FF 85%);
}

.landingRun-serve .row>div:nth-child(1) .landingRun-serve-box::before {
	background: url(../images/product/landingRun/landingRun-serve1.png) no-repeat;
	background-size: contain;
}

.landingRun-serve .row>div:nth-child(2) .landingRun-serve-box::before {
	background: url(../images/product/landingRun/landingRun-serve2.png) no-repeat;
	background-size: contain;
}

.landingRun-serve .row>div:nth-child(3) .landingRun-serve-box::before {
	background: url(../images/product/landingRun/landingRun-serve3.png) no-repeat;
	background-size: contain;
}

.landingRun-serve .row>div:nth-child(4) .landingRun-serve-box::before {
	background: url(../images/product/landingRun/landingRun-serve4.png) no-repeat;
	background-size: contain;
}

.landingRun-serve-box .iconfont {
	font-size: 24px;
	color: #F85F61;
}

/* landingRun End */

/* customization begin */
.customization-banner {
	transition: background-position .3s linear;
	background: url('../images/product/customization/banner.jpg') no-repeat;
}

@media screen and (max-width: 1500px) {
	.customization-banner {
		background-position: 60% center;
	}
}

.customization-deliver {
	height: 350px;
	transition: linear .3s;
}

.customization-deliver:hover {
	box-shadow: var(--bs-grid-shadow-lg);
}

.customization-deliver img {
	width: auto !important;
	height: 82px !important;
}

.customization-deliver .grid3-content p {
	color: var(--bs-text-subtitle-color);
}

.customization-deliver .img-fluid {
	height: 75px;
	object-fit: cover;
}

.customization-flowpath-item {
	padding-top: 12px;
	padding-bottom: 12px;
}

.customization-flowpath-item .customization-flowpath-text {
	width: 100%;
	min-width: 200px;
	height: 50px;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	white-space: nowrap;
	border-radius: 30px;
	box-shadow: var(--bs-grid-shadow-lg);
	padding-right: 54px;
}

.customization-flowpath-reverse .customization-flowpath-text {
	padding-right: 0;
	padding-left: 42px;
	margin-left: 12px;
}

.customization-flowpath-item>.rounded-circle {
	width: 72px;
	height: 72px;
}

.customization-flowpath-item .index {
	width: 58px;
	height: 58px;
	line-height: 58px;
}

.customization-flowpath-arrow {
	width: 160px;
	height: 15px
}

.customization-flowpath-arrow>img {
	width: 160px;
	height: 15px;
}

.customization-flowpath-reverse .customization-flowpath-arrow>img {
	transform: rotate(180deg)
}

.customization-flowpath-left-arrow,
.customization-flowpath-right-arrow {
	height: 100px;
}

.customization-flowpath-right-arrow img {
	height: 15px;
	margin-right: -42px;
	transform: rotate(90deg)
}

.customization-flowpath-left-arrow img {
	height: 15px;
	margin-left: -42px;
	transform: rotate(90deg)
}

.customization-flowpath .container>.row:nth-child(1) {
	display: flex !important;
}

.customization-flowpath .container>.row:nth-child(2) {
	display: none !important;
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
	.customization-deliver-text p {
		min-height: 72px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.customization-deliver-text p {
		min-height: 96px;
	}
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.customization-flowpath-item .customization-flowpath-text {
		font-size: 16px;
		min-width: auto;
	}

	.customization-flowpath-arrow>img {
		width: 80px;
	}

	.customization-flowpath-left-arrow img {
		height: 12px;
		margin-left: -28px;
		transform: rotate(90deg);
	}

	.customization-flowpath-right-arrow img {
		height: 12px;
		margin-right: -28px;
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 768px) {
	.customization-flowpath .container>.row:nth-child(1) {
		display: none !important;
	}

	.customization-flowpath .container>.row:nth-child(2) {
		display: flex !important;
	}

	.customization-flowpath-item .customization-flowpath-text {
		padding-right: 0;
	}
}

.customization-secure-box {
	margin: 0 auto;
	box-shadow: var(--bs-grid-shadow);
}

.customization-secure-box .title {
	background: linear-gradient(90deg, #64a9ff, var(--bs-blue));
}

.customization-secure-box ul {
	min-height: 370px;
}

@media screen and (max-width: 768px) {
	.customization-secure-box ul {
		min-height: auto;
	}
}

.customization-secure-box ul li {
	margin-bottom: 24px;
}

.customization-secure-box ul li i {
	color: #15c292;
}

.customization-secure-box ul li span {
	font-size: 18px;
}

@media screen and (min-width: 1400px) {
	.customization-secure-box {
		width: 85%;
	}
}

/* grid3 方形模块 */
.grid3-box {
	height: 320px;
	box-shadow: var(--bs-grid-shadow-sm);
	transition: all .3s linear;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.grid3-box {
		height: 350px;
	}
}

@media screen and (max-width: 992px) {
	.grid3-box {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.grid3-box {
		height: auto;
	}
}

@media screen and (max-width: 768px) and (min-width: 576px) {
	.grid3-box .grid3-content p {
		display: none;
	}
}

.grid3-box svg,
.grid3-box img {
	width: 60px;
	height: 60px;
}

.grid3-box .grid3-content p {
	color: var(--bs-text-subtitle-color);
}

/* datamonitor begin*/
.datamonitor-banner {
	background: url('../images/product/datamonitor/banner.jpg') no-repeat;
}

/* datamonitor End */

/* schedule begin */
.schedule-banner {
	background: url('../images/product/schedule/banner.jpg') no-repeat;
}

/* schedule End */

/* product End */

/* aboutUs begin*/
.aboutUs-banner1 {
	left: -240px;
	top: 18px;
}

.aboutUs-banner2 {
	left: -100px;
	top: -12px;
}

.aboutUs-banner3 {
	right: -89px;
	top: -38px;
}

.aboutUs-banner4 {
	left: -96px;
	top: -6px;
}

@media (max-width: 768px) {
	.aboutUs-banner4 {
		display: none;
	}
}

.aboutUs-banner5 {
	left: 50%;
	top: -59px;
	margin-left: -59px;
}

/* news begin */
.news-banner {
	position: relative;
	overflow: hidden;
	background: url('../images/aboutUs//news/banner-bg.jpg') no-repeat;
	background-size: cover;
}

.news-banner::after {
	content: 'NEWS';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	font-size: 320px;
	opacity: 0.04;
	color: var(--bs-dark);
	font-weight: bold;
	text-align: center;
	transform: translate(-49%, -53%);
}

.news-banner .news-banner-title {
	font-size: calc(1.875rem + 4.5vw);
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.news-banner .news-banner-title {
		font-size: 6.875rem;
	}
}

.news-banner .news-banner-desc {
	font-size: calc(1.275rem + 0.3vw);
	color: #0166ff;
	background-color: #ffe37d;
	padding: 23px 50px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.news-banner .news-banner-desc {
		padding: 16px;
	}
}

@media (min-width: 1200px) {
	.news-banner .news-banner-desc {
		font-size: 28px;
	}
}

.news-banner .container {
	min-height: 460px;
}

.news-card {
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	backface-visibility: hidden;
}

@media screen and (min-width: 1000px) {
	.news-card:hover {
		transform: translateY(-12px);
		box-shadow: 0 0.1rem 1rem rgba(var(--bs-primary-rgb), 0.1);
	}
}

.news-card .news-card-cover {
	height: 234px;
	background: #f5f5f5;
}

.news-card .news—card-content {
	padding: 24px 24px 38px;
	box-sizing: border-box;
}

.news-card .news—card-content .news—card-title {
	height: 50px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-card:hover .news—card-content .news—card-title {
	color: var(--bs-blue) !important;
}

@media screen and (max-width: 768px) {
	.news-card .news-card-cover {
		height: auto;
	}

	.news-card .news—card-content .news—card-title {
		height: auto;
	}
}

.news-card .news—card-content .news—card-desc {
	height: 42px;
	font-size: 14px;
	color: var(--bs-text-subtitle-color);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news—card-brief {}

.news—card-brief .news—card-time {
	font-size: 14px;
	color: var(--bs-text-subtitle-color);
}

.news—card-brief .news—card-time .vr {
	margin: 0 6px !important;
}

.news—card-share {
	cursor: default;
}

.news—card-brief .news—card-share i {
	font-size: 12px;
	color: var(--bs-text-subtitle-color);
}

.news—card-brief .news—card-share span {
	font-size: 14px;
	white-space: nowrap;
	color: var(--bs-text-subtitle-color);
	padding-left: 3px;
}

.news—card-share:hover i,
.news—card-share:hover span {
	color: var(--bs-blue);
}

@media screen and (max-width: 992px) {
	.news-card .news—card-content .news—card-brief .news—card-share {
		display: none !important;
	}
}

.news-popover {
	display: none;
}

.news-pages .news-pages-desc span {
	color: var(--bs-text-subtitle-color);
}

.news-pages .news-pages-desc:nth-child(1) span {
	text-align: right;
}

.news-pages .news-pages-desc a:hover {
	color: var(--bs-blue) !important;
}

.news-box {
	max-width: 900px;
	box-sizing: border-box;
}

.news-info {
	padding-bottom: 30px;
}

.news-info span {
	font-size: 14px;
	white-space: nowrap;
	color: var(--bs-text-subtitle-color);
}

.news-info i {
	font-size: 12px;
	color: var(--bs-text-subtitle-color);
}

.news-abstract {
	background-color: var(--bs-light);
}

.news-abstract .news-abstract-title {
	font-size: 18px;
}

.news-content p {
	font-size: 18px;
	text-align: left;
	color: var(--bs-dark);
	line-height: 1.5;
	margin-bottom: 20px;
}

.news-content p:last-child {
	margin-bottom: 0;
}

.news-content img {
	width: auto;
	max-width: 100%;
	border-radius: 6px;
	margin: 0 auto 16px;
	display: block;
}

/* news End */

/* partners begin */
.partners-banner {
	position: relative;
	background: url('../images/aboutUs/partners/banner-bg.jpg') no-repeat;
	background-size: cover;
	overflow: hidden;
}

.partners-banner::after {
	content: 'COOPERATE';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	font-size: 230px;
	opacity: 0.04;
	color: var(--bs-dark);
	font-weight: bold;
	text-align: center;
	transform: translate(-50%, -35%);
	filter: blur(3px);
}

.partners-banner .partners-banner-title {
	font-size: calc(1.875rem + 4.5vw);
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.partners-banner .partners-banner-title {
		font-size: 5.625rem;
	}
}

.partners-banner .partners-banner-desc {
	font-size: calc(1.275rem + 0.3vw);
	color: #0166ff;
	background-color: #ffe37d;
	padding: 23px 50px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.partners-banner .partners-banner-desc {
		padding: 16px;
	}
}

@media (min-width: 1200px) {
	.partners-banner .partners-banner-desc {
		font-size: 1.5rem;
	}
}

.partners-marketing .partners-marketing-box {
	width: 100%;
	height: 300px;
	text-align: center;
}

.partners-marketing .partners-marketing-box svg {
	width: 50px;
	height: 50px;
}

.partners-marketing .partners-marketing-box h2 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: var(--bs-body-color);
	line-height: 20px;
	margin-top: 20px;
}

.partners-marketing .partners-marketing-box .line {
	width: 38px;
	height: 2px;
	background: var(--bs-blue);
	margin: 24px auto;
}

.partners-marketing .partners-marketing-box p {
	font-size: 14px;
	font-weight: 400;
	color: var(--bs-secondary-color);
	line-height: 20px;
	margin-bottom: 0;
}

/* partners End */

/* aboutUs End */

/* footer begin */
.action-banner {
	background: var(--bs-body-color) url('../images/footer/action-banner.jpg') center center/cover no-repeat;
	min-height: 280px;
}

.action-bubble .action-bubble-link a {
	width: 150px;
	height: 50px;
	line-height: 50px;
}

.action-bubble .action-bubble-link a:nth-of-type(1) {
	color: var(--bs-blue);
	background: var(--bs-white);
}

.action-bubble .action-bubble-link a:nth-of-type(1):hover {
	background: var(--bs-light);
}

.action-bubble .action-bubble-link a:nth-of-type(2) {
	color: var(--bs-white);
	border: 1px solid var(--bs-white);
}

.action-bubble .action-bubble-link a:nth-of-type(2):hover {
	color: var(--bs-blue);
	background: var(--bs-white);
}

.footer {
	background: url('../images/footer/footer_bg.jpg');
	background-size: 100% 100%;
}

.footer-scan-gongzhonghao {
	width: 132px;
	height: 132px;
	bottom: 40px;
	background-color: var(--bs-white);
	border: 1px solid var(--border-color);
	background: url('../images/footer/icon-ewm.jpg') no-repeat;
	background-size: cover;
	display: none;
}
.footer-scan {
	width: 132px;
	height: 132px;
	bottom: 40px;
	background-color: var(--bs-white);
	border: 1px solid var(--border-color);
	background: url('../images/footer/icon-ewm-weixin.png') no-repeat;
	background-size: cover;
	display: none;
}
.footer-scan-qq {
	width: 132px;
	height: 132px;
	bottom: 40px;
	background-color: var(--bs-white);
	border: 1px solid var(--border-color);
	background: url('../images/footer/icon-ewm-qq.jpg') no-repeat;
	background-size: cover;
	display: none;
}

.footer-corner {
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #FFFFFF;
}

.footer-share ul li a span {
	width: 36px;
	height: 36px;
	font-size: 40px;
	color: #9eacc4;
	line-height: 1;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
}

.footer-share ul li .icon-gongzhonghao:hover {
	color: #1EC67A;
}
.footer-share ul li .icon-weixin:hover {
	color: #1EC67A;
}

.footer-share ul li .icon-QQ:hover {
	color: #18ACFC;
}
 
.footer-list li {
	line-height: 30px;
	list-style-type: none;
	margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.footer .container {
		max-width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.footer-list {
		text-align: center;
	}
	
	.footer-list li {
		margin-top: 0;
	}
	.footer-list li:nth-child(2) {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.footer-list >div {
		display: none;
	}
	.footer-list >div:last-child {
		display: block;
	}
}

.footer-list li a {
	color: #c5cedc;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none !important;
}

.footer-list li a:hover {
	color: var(--bs-white);
	text-decoration: underline;
}

.footer-list-title {
	font-size: 16px;
	color: var(--bs-white);
	line-height: 30px;
	margin-top: 0;
	padding-bottom: 10px;
}

.footer-list .telephone .desc {
	font-size: 12px;
	color: #c5cedc;
	margin-top: 3px;
}

.footer-list .subscriber {
	width: 110px;
}

.footer-list .subscriber img {
	width: 100%;
}

.footer-list .subscriber .desc {
	font-size: 12px;
	margin-top: 14px;
}

.footer-copyright {
	border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.footer-copyright .footer-copyright-filings ul {
	margin: 0;
	padding: 0;
}

.footer-copyright .footer-copyright-filings ul li {
	position: relative;
}

.footer-copyright .footer-copyright-filings ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	margin-top: -6px;
	background: #414b51;
	background-color: #5f6e8e;
}

.footer-copyright .footer-copyright-filings ul li:first-child::before {
	background: transparent;
}

.footer-copyright .footer-copyright-filings ul li img {
	vertical-align: sub;
}

.footer-copyright .footer-copyright-filings ul li a,
.footer-copyright .footer-copyright-filings ul li span {
	font-size: 14px;
	text-align: center;
	color: #9eacc4;
	line-height: 20px;
}

.footer-copyright p {
	font-size: 14px;
	text-align: center;
	color: #9eacc4;
	line-height: 20px;
	margin: 0;
	margin-top: 4px;
}

.footer-copyright p a {
	color: #9eacc4;
}
/* footer End */

.features-box {
	box-shadow: var(--bs-grid-shadow-sm);
}

.features-box svg {
	width: 55px;
	height: 55px;
	flex: 0 0 55px;
	display: inline-block;
	vertical-align: top;
}

.features-box .features-text h3 {
	font-size: 18px;
	line-height: 18px;
	padding-top: 10px;
}

.features-box .features-text p {
	font-size: 14px;
	color: var(--bs-text-subtitle-color);
	margin-top: 12px;
}

@media screen and (max-width:1440px) {
	.features-box {
		height: 146px;
	}
}

@media screen and (max-width: 998px) and (min-width: 768px) {
	.features-box {
		height: 222px;
	}
}

@media screen and (max-width:992px) {
	.features-box .features-text h3 {
		padding-top: 16px;
	}
}

@media screen and (max-width:768px) {
	.features-box {
		height: auto;
	}
}

.partner .col-lg-3 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.partner .partner-number {
	width: 100%;
	position: relative;
	text-align: center;
}

.partner .partner-number::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--border-color);
}

.partner .col-lg-3:first-child .partner-number::after {
	width: 50%;
	left: initial;
	right: 0;
}

.partner .col-lg-3:last-child .partner-number::after {
	width: 50%;
	left: 0;
}

.partner .partner-number span {
	position: relative;
	z-index: 1;
	width: 36px;
	height: 36px;
	color: var(--bs-white);
	line-height: 36px;
	display: inline-block;
	background-color: var(--bs-blue);
}

.partner .partner-number1 span {
	background-color: var(--bs-blue);
}

.partner .partner-number2 span {
	background-color: #3DD5BB;
}

.partner .partner-number3 span {
	background-color: #F66462;
}

.partner .partner-number4 span {
	background-color: #FDBA54;
}

.partner .partner-detail {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: 50px;
}

.partner .partner-detail .partner-detail-img {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
}

.partner .partner-detail .partner-detail-text {
	margin-top: 30px;
}

.partner .partner-detail h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 0;
}

.partner .partner-detail p {
	font-size: 16px;
	color: #999;
	line-height: 26px;
	margin: 10px 0 0 0;
}

@media screen and (min-width:990px) {
	.partner .col-lg-3 {
		padding: 0;
	}
}

@media screen and (max-width:990px) {
	.partner .col-lg-3 {
		height: 100px;
		align-items: center;
		flex-direction: row;
	}

	.partner .partner-number {
		width: auto;
		display: flex;
		align-items: center;
		height: 100%;
	}

	.partner .col-lg-3 .partner-number::after {
		width: 2px;
		height: 100%;
		left: 50%;
		right: initial;
		top: 36px;
		transform: translateX(-50%);
	}

	.partner .col-lg-3:first-child .partner-number::after {
		width: 2px;
		left: 50%;
		right: 0;
	}

	.partner .col-lg-3:last-child .partner-number::after {
		width: 0;
	}

	.partner .partner-detail {
		margin-top: 0;
		padding-left: 30px;
		align-items: center;
		flex-direction: row;
	}

	.partner .partner-detail .partner-detail-img {
		width: 60px;
		height: 60px;
	}

	.partner .partner-detail .partner-detail-text {
		text-align: left;
		margin-top: 0;
		padding-left: 24px;
	}

	.partner .partner-detail h3 {
		font-size: 20px;
	}

	.partner .partner-detail p {
		font-size: 14px;
		line-height: 1.3;
		margin-top: 5px;
	}
}

@media screen and (min-width:376px) and (max-width:990px) {
	.partner .col-lg-3 {
		padding-left: 45px;
	}
}

/* abputUs begin */
.about-advantage-icon {
	font-size: 76px;
	color: var(--bs-blue);
}

@media screen and (min-width:992px) {
	.about-number-box {
		text-align: center;
	}

	.about-number-box .fs-1 {
		font-size: 56px !important;
	}
}


.history .container {
	position: relative;
}

.history .swiper-wrapper {
	padding: 0 16px;
	box-sizing: border-box;
}

.history .swiper-line {
	position: relative;
}

.history .swiper-line:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	transform: translateY(42px);
	z-index: 0;
	background: rgba(var(--bs-primary-rgb), .1);
}

.history .swiper-slide {
	/* margin-right: 0 !important;
	padding-right: 30px; */
}

.history .swiper-slide .history-line {
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	color: rgba(var(--bs-primary-rgb), .5);
}

.history .swiper-slide .year {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.history .swiper-slide .dot {
	width: 12px;
	height: 12px;
	margin-top: 12px;
	border-radius: 50%;
	background-color: #d6e2ff;
}

.history .history-box {
	height: 198px;
	padding: 28px;
	background: #f7f8fb;
	border-radius: 16px;
	margin-top: 30px;
}

.history .history-box .date {
	font-size: 20px;
	font-weight: 500;
	color: rgba(var(--bs-primary-rgb), .3);
	margin-bottom: 10px;
}

.history .history-box .history-content {
	color: var(--bs-dark);
}

.history .history-box .text:not(:last-child) {
	margin-bottom: 10px;
}

.history .swiper-button-next,
.history .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	transform: translateY(45px);
}

.history .swiper-button-next:after,
.history .swiper-button-prev:after {
	display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.history .swiper-button-prev {
	left: -30px;
	background: url('../images/aboutUs/aboutUs/icon_prev.png') no-repeat 50%/cover;
}

.history .swiper-button-next {
	right: -65px;
	background: url('../images/aboutUs/aboutUs/icon_next.png') no-repeat 50%/cover;
}

.history .swiper-slide-active .year {
	color: var(--bs-blue);
}

.history .swiper-slide-active .year .dot {
	width: 16px;
	height: 16px;
	margin-top: 12px;
	background: var(--bs-blue);
	border: 4px solid #d6e2ff;
}

.history .swiper-slide-active .history-box {
	box-shadow: 0 2px 16px 0 rgba(var(--bs-primary-rgb), .52);
	background-color: var(--bs-blue);
}

.history .swiper-slide-active .history-box .date {
	color: hsla(0, 0%, 100%, .4);
}

.history .swiper-slide-active .history-box .history-content .text {
	font-size: 16px;
	color: #ffffff;
}

.aboutUs-contactUs {
	/* background: linear-gradient(3deg,#e6edfa -2.44%,#fff 79.03%); */
}

/* .aboutUs-contactUs::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 334px;
	height: 382px;
	background: url('../images/aboutUs/aboutUs/contact-us-banner.svg');
}
.aboutUs-contactUs::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 334px;
	height: 382px;
	background: url('../images/aboutUs/aboutUs/contact-us-banner.svg');
} */
.aboutUs-contactUs-bg {
	/* height: 320px;
	background: linear-gradient(3deg,#e6edfa -2.44%,#fff 79.03%); */
}

.aboutUs-contactUs-box {
	box-shadow: 0 0 1px rgba(22, 23, 26, .05), 0 8px 16px rgba(22, 23, 26, .05);
}

.aboutUs-contactUs-img {
	width: 150px;
	height: 150px;
}

.aboutUs-contactUs-img i {
	font-size: 100px;
	color: #0d6efd;
}

@media screen and (min-width: 992px) {
	.aboutUs-contactUs-box {
		width: 510px;
		min-height: 214px;
	}
}

@media screen and (max-width: 992px) and (min-width:768px) {
	.aboutUs-contactUs-bg {
		height: 271px;
	}
}

@media screen and (max-width: 768px) {
	.aboutUs-contactUs-bg {
		height: 231px;
	}

	.aboutUs-contactUs-list {
		border-right: 0 !important;
		/* border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important; */
	}

	.aboutUs-contactUs-list>div {
		box-shadow: 0 0 1px rgba(22, 23, 26, .05), 0 8px 16px rgba(22, 23, 26, .05);
	}
}

/* abputUs End */

/* index banner begin */
.banner-channel-box {
	right: 0;
	top: 34%;
}

.product-banner-frame img {
	/* width: 800px; */
	width: 100%;
}

.banner-box .banner-channel .banner-channel-img svg {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #ffffff;
}

.banner-box .banner-channel1 {
	top: -4px;
	right: 0;
}

.banner-box .banner-channel1 img {
	width: 100%;
	height: 100%;
}

.banner-box .banner-channel1 .sico-box {
	width: 46px;
	height: 46px;
	z-index: 2;
	left: -25px;
	top: -25px;
}

.banner-box .banner-channel1 .sico-box .sicon {
	width: 46px;
	height: 46px;
}

.banner-box .banner-channel1 .sico-box .sicon svg {
	width: 25px;
	height: 25px;
}

.banner-box .banner-channel1 .sico-box .sico1 {
	animation: leave 2.1s linear 0.7s normal infinite;
	-webkit-animation: leave 2.1s linear 0.7s normal infinite;
}

.banner-box .banner-channel1 .sico-box .sico2 {
	animation: leave 2.1s linear 1.4s normal infinite;
	-webkit-animation: leave 2.1s linear 1.4s normal infinite;
}

.banner-box .banner-channel1 .sico-box .sico3 {
	animation: leave 2.1s linear 2.1s normal infinite;
	-webkit-animation: leave 2.1s linear 2.1s normal infinite;
}

@keyframes leave {
	from {
		left: 0;
		top: 0;
		transform: scale(1);
		opacity: 1;
	}

	to {
		left: 86px;
		top: -32px;
		transform: scale(0.7);
		opacity: 0;
	}
}

@-webkit-keyframes leave {
	from {
		left: 0;
		top: 0;
		transform: scale(1);
		opacity: 1;
	}

	to {
		left: 86px;
		top: 32px;
		transform: scale(0.7);
		opacity: 0;
	}
}

@-moz-keyframes leave {
	from {
		left: 0;
		top: 0;
		transform: scale(1);
		opacity: 1;
	}

	to {
		left: 86px;
		top: -32px;
		transform: scale(0.7);
		opacity: 0;
	}
}

@-o-keyframes leave {
	from {
		left: 0;
		top: 0;
		transform: scale(1);
		opacity: 1;
	}

	to {
		left: 86px;
		top: -32px;
		transform: scale(0.7);
		opacity: 0;
	}
}

@-ms-keyframes leave {
	from {
		left: 0;
		top: 0;
		transform: scale(1);
		opacity: 1;
	}

	to {
		left: 86px;
		top: -32px;
		transform: scale(0.7);
		opacity: 0;
	}
}

.banner-box .banner-channel .line-box {
	position: relative;
	top: -5px;
}

.banner-box .banner-channel .line-box>div {
	background: #ffffff;
	border-radius: 3px;
}

.banner-box .banner-channel .line-box .line1 {
	width: 50px;
	height: 6px;
	opacity: 0.85;
	margin-bottom: 10px;
}

.banner-box .banner-channel .line-box .line2 {
	width: 120px;
	height: 6px;
	opacity: 0.65;
}

.banner-box .banner-channel img {
	width: 100%;
	height: 100%;
}

.banner-box .banner-channel5 {
	left: 68%;
	top: 41%;
}

.banner-box .banner-channel5 svg {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

/* .banner-box .banner-channel5::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.13rem;
	height: 1.13rem;
	background: #0d6efd;
	opacity: 0.12;
	border-radius: 50%;
	animation: aquan 2s linear 2s normal infinite;
}

.banner-box .banner-channel5::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5.38rem;
	height: 5.38rem;
	background: #0d6efd;
	opacity: 0.12;
	border-radius: 50%;
	animation: aquan 2s linear 2s normal infinite;
}

@keyframes aquan {
	from {
		transform: translate(-50%, -50%) scale(0);
	}

	to {
		transform: translate(-50%, -50%) scale(1);
	}
} */
@media screen and (max-width: 1600px) and (min-width: 1440px) {
	.banner-box .banner-channel .banner-channel-img svg {
		width: 67px;
		height: 67px;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
	.banner-box .banner-channel .banner-channel-img svg {
		width: 55px;
		height: 55px;
	}

	.banner-box .banner-channel1 .sico-box .sicon svg {
		width: 20px;
		height: 20px;
	}

	.banner-box .banner-channel1 .line-box {
		position: relative;
		top: -20px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.banner-box .banner-channel .banner-channel-img svg {
		width: 46px;
		height: 46px;
	}

	.banner-box .banner-channel1 .line-box {
		position: relative;
		top: -27px;
	}

}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.banner-box .banner-channel .banner-channel-img svg {
		width: 60px;
		height: 60px;
	}

	.banner-box .banner-channel1 .sico-box .sicon svg {
		width: 26px;
		height: 26px;
	}

	.banner-box .banner-channel1 .line-box {
		top: -13px;
	}
}

@media screen and (max-width: 768px) and (min-width: 576px) {
	.banner-box .banner-channel .banner-channel-img svg {
		width: 45px;
		height: 45px;
	}

	.banner-box .banner-channel1 .line-box {
		top: -30px;
	}

	.banner-box .banner-channel2 .line-box,
	.banner-box .banner-channel3 .line-box,
	.banner-box .banner-channel4 .line-box {
		top: 6px;
	}

	.banner-box .banner-channel .line-box .line1 {
		width: 42px;
	}

	.banner-box .banner-channel .line-box .line2 {
		width: 99px;
	}
}

@media screen and (max-width: 1440px) {
	.banner-box .banner-channel5 {
		left: 69%;
		top: 42%;
	}

	.banner-box .banner-channel1 .sico-box .sicon {
		width: 40px;
		height: 40px;
	}

	.banner-box .banner-channel .line-box .line1 {
		width: 34px;
	}

	.banner-box .banner-channel .line-box .line2 {
		width: 88px;
	}

}

@media screen and (max-width: 576px) {
	.banner-box .banner-channel .banner-channel-img svg {
		width: 35px;
		height: 35px;
	}

	.banner-box .banner-channel .line-box {
		display: none;
	}

	.banner-box .banner-channel5 {
		left: 69%;
		top: 42%;
	}
}

.banner-chat-wrapper {
	height: 190px;
}

.banner-chat-wrapper .banner-chat-wrap .banner-chat {
	box-shadow: 2px 0.15rem 0.56rem 3px rgba(60, 104, 210, 0.46);
	padding: 10px 30px 10px 6px;
	box-sizing: border-box;
}

.banner-chat-wrapper .banner-chat1 {
	max-width: 280px;
	top: -120px;
	left: -105px;
}

.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .icon {
	width: 46px;
	height: 46px;
}

.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content {
	margin-left: 10px;
}

.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content .title {
	font-size: 14px;
	line-height: 1;
}

.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 3px;
}

.banner-chat-wrapper .banner-chat-wrap .banner-chat>svg {
	width: 28px;
	height: 28px;
}

.banner-chat-wrapper .banner-chat-wrap .banner-chat span {
	width: 28px;
	opacity: 0;
	animation: opacity 1s linear 2s normal infinite;
	animation-iteration-count: 1;
	/*动画只执行一次*/
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
}

.banner-chat-wrapper .banner-chat-wrap .banner-chat2 {
	top: -70px;
	left: 200px;
	max-width: 236px;
}


.banner-chat-wrapper .banner-chat2 span {
	position: absolute;
	right: 34px;
	top: 35%;
	width: 28px;
	height: 28px;
	display: flex;
	opacity: 0;
	animation: opacity 1s linear 2s normal infinite;
	animation-iteration-count: 1;
	/*动画只执行一次*/
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
}

@keyframes opacity {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.banner-chat-wrapper .banner-chat-list {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner-chat-wrapper .banner-chat-list .banner-chats {
	width: 180px;
	height: auto;
	left: -60px;
	bottom: 0;
	opacity: 0;
	display: flex;
	align-items: center;
	padding: 10px 12px;
	box-sizing: border-box;
	box-shadow: 2px 15px 56px 3px rgba(60, 104, 210, 0.46);
	border-radius: 25px;
}

.banner-chat-wrapper .banner-chat-list .banner-chats1 {
	animation: banner-chats 2.1s linear 0.7s normal infinite;
	-webkit-animation: banner-chats 2.1s linear 0.7s normal infinite;
}

.banner-chat-wrapper .banner-chat-list .banner-chats2 {
	animation: banner-chats 2.1s linear 1.4s normal infinite;
	-webkit-animation: banner-chats 2.1s linear 1.4s normal infinite;
}

.banner-chat-wrapper .banner-chat-list .banner-chats3 {
	animation: banner-chats 2.1s linear 2.1s normal infinite;
	-webkit-animation: banner-chats 2.1s linear 2.1s normal infinite;
}

.banner-chat-wrapper .banner-chat-list .banner-chats .txt {
	width: 100%;
	text-align: left;
}

.banner-chat-wrapper .banner-chat-list .banner-chats .icon {
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
}

@media screen and (max-width: 1440px) {
	.banner-chat-wrapper .banner-chat-wrap .banner-chat {
		max-width: 251px;
		padding: 10px 20px 10px 10px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .icon {
		width: 40px;
		height: 40px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat2 {
		max-width: initial;
		width: auto !important;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content p {
		margin-top: 6px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.banner-chat-wrapper .banner-chat1 {
		top: -90px;
		left: -102px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat2 {
		top: 10px;
		left: 160px;
	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.banner-chat-wrapper .banner-chat1 {
		top: -121px;
		left: -60px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat2 {
		top: -20px;
	}
}

@media screen and (max-width: 768px) and (min-width: 576px) {}

@media screen and (max-width: 1200px) {
	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .icon {
		width: 36px;
		height: 36px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat {
		max-width: initial;
		width: auto !important;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content .title,
	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content p {
		font-size: 13px;
	}
}

@media screen and (max-width: 992px) {
	.banner-chat-wrapper .banner-chat-list .banner-chats {
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	.banner-chat-wrapper .banner-chat1 {
		top: -86px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat2 {
		display: none !important;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat {
		max-width: 251px;
		padding: 10px 15px 6px 10px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content {
		margin-left: 6px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content .title,
	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content p {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) and (min-width: 576px) {
	.banner-chat-wrapper .banner-chat1 {
		max-width: 246px;
		left: -10px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .icon {
		width: 32px;
		height: 32px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content p {
		margin-top: 2px;
	}

	.banner-chat-wrapper .banner-chat-list .banner-chats {
		width: 200px;
	}
}

@media screen and (max-width: 576px) {
	.banner-chat-wrapper .banner-chat-wrap .banner-chat {
		padding: 6px 20px 6px 6px;
	}

	.banner-chat-wrapper .banner-chat1 {
		max-width: 200px;
		left: 0;
		top: -70px;
	}

	.banner-box .banner-channel .banner-channel-img svg {
		width: 40px;
		height: 40px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content .title {
		font-size: 12px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .content p {
		font-size: 12px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat .tbox .icon {
		width: 32px;
		height: 32px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat>svg {
		width: 20px;
		height: 20px;
	}

	.banner-chat-wrapper .banner-chat-wrap .banner-chat2 {
		display: none !important;
	}

	.banner-chat-wrapper .banner-chat-list .banner-chats {
		width: 65%;
		left: 0;
		height: 38px;
	}

	.banner-chat-wrapper .banner-chat-list .banner-chats .txt {
		font-size: 14px !important;
	}
}

@keyframes banner-chats {
	form {
		opacity: 0;
		bottom: 0;
	}

	to {
		opacity: 1;
		bottom: 90%;
	}
}

@-webkit-keyframes banner-chats {
	form {
		opacity: 0;
		bottom: 0;
	}

	to {
		opacity: 1;
		bottom: 90%;
	}
}

@-moz-keyframes banner-chats {
	form {
		opacity: 0;
		bottom: 0;
	}

	to {
		opacity: 1;
		bottom: 90%;
	}
}

@-o-keyframes banner-chats {
	form {
		opacity: 0;
		bottom: 0;
	}

	to {
		opacity: 1;
		bottom: 90%;
	}
}

@-ms-keyframes banner-chats {
	form {
		opacity: 0;
		bottom: 0;
	}

	to {
		opacity: 1;
		bottom: 90%;
	}
}

/* index banner End */
@media screen and (max-width: 1600px) {
    .livechat-banner,.robot-banner,.worksheet-banner,.datamonitor-banner,.schedule-banner,.wechatService-banner,.systemBuilding-banner,.landingRun-banner,.customization-banner,.public-banner {
        background-position: 100% center;
    }
}
    

@media screen and (max-width: 1400px) {
    .livechat-banner,.robot-banner,.worksheet-banner,.datamonitor-banner,.schedule-banner,.wechatService-banner,.systemBuilding-banner,.landingRun-banner,.customization-banner {
        background-position: 80% center;
    }   
}
.select-language {
    font-size: 24px;
    cursor: pointer;
    vertical-align: sub;
    border-radius: 50%;
    border: 1px solid var(--bs-nav-link-color);
    padding: 3px;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
	.navbar-extras >div{
		flex-direction: column;
        align-items: flex-start !important;
	}
    .navbar-extras .btn-primary {
        margin-top: 10px;
    }
}

.warnningContainer {
	position: fixed;
	width: 100%;
	display: block;
	overflow: auto;
	white-space: normal;
	bottom: 0px;
	z-index: 9999999999;
	background-color: #cfe2ff;
}

.warnningUserMain {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.warnningUserMain_box {
	padding: 0px 20px 0 20px;
}

.warnningUserMain_btn {
	cursor: pointer;
	width: 60px;
	height: 30px;
	font-size: 15px;
	color: #fff;
	background-color: #0d6efd;
	border-radius: 5px;
	border: 1px #0d6efd solid;
}

.warnningUserMain_span {
	vertical-align: bottom;
	text-align: center;
	font-size: 14px;
	width: 150px;
}