@charset "utf-8";

@font-face {
	font-family: SourceHanSansCN;
	/* 字体文件路径 */
	src: url(../font/SourceHanSansCN-Normal.ttf);
}

@font-face {
	font-family: SourceHanSansCNRegular;
	/* 字体文件路径 */
	src: url(../font/SourceHanSansCN-Regular.ttf);
}

@font-face {
	font-family: SourceHanSansCNBold;
	/* 字体文件路径 */
	src: url(../font/SourceHanSansCN-Bold.ttf);
}

body {
	overflow-x: hidden;
	padding: 0 !important;
	margin: 0 !important;
	font-family: SourceHanSansCN;
}
*{
    outline: none;
    box-sizing: border-box;
}
.container {
	width: 100%;
	height: calc(100vh - 20px);
}

.main-contain {
	width: 1400px;
}

.main-contain {
	width: 1400px;
}

.d-flex {
	display: flex;
}

.j-center {
	justify-content: center;
}

.a-center {
	align-items: center;
}

.f-direction-c {
	flex-direction: column;
}

.head {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	padding-left: 30px;
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	justify-content: space-between;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(20px);
}

.headLeft {
	flex: 1;
	height: 26px;
	background: url(../imgs/logo.png)no-repeat;
}

.head-logo {
	flex: 1;
}

.head-logo .logo {
	width: auto;
	height: 20px;
	background-size: cover;
}

.head-logo a {
	display: block;
	height: 100%;
}

.head-logo .logo-image-container {
	display: flex;
	align-items: center;
}

.headContent {
	width: 38%;
	height: 50px;
	font-size: 14px;
	/* border: 1px solid #ffff; */
}

.headList {
	color: #fff;
	display: flex;
	height: 50px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	justify-content: space-between;
}

.headList>li {
	display: inline-block;
	width: 25%;
	line-height: 50px;
	list-style: none;
}

.headList>li>a {
	text-decoration: none;
	color: #fff;
}

.chen {

	height: 50px;
	display: inline-block;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	text-decoration: none;
	text-align: right;

	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 25px;
	color: #000000;
}

.bookDemo {
	height: 50px;
	text-decoration: none;
	text-align: center;
	background-color: #0d3789;
	padding: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
}

.bookDemo a {
	text-decoration: none;
	color: #fff;
}

.Contact {
	height: 50px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #1765fd;
	padding: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
}

.Contact a {
	text-decoration: none;
	color: #fff;
}

.dropDown {
	z-index: 999;
	position: absolute;
	background: #fff;
	opacity: 0;
	height: auto;
	width: 140px;
	transition: .1s;
	visibility: hidden;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.dropDown_ul {
	padding: 0px !important;
	margin: 0px !important;
}

.dropDown_ul>li {
	width: 130px;
	height: 30px;
	color: #000;
	margin-left: 10px;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	list-style: none;
	text-align: left;
	line-height: 30px;
}

.dropDown_ul>li>a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #000;
	display: inline-block;
}

.dropDown_1 {
	z-index: 999;
	position: absolute;
	height: auto;
	background: #fff;
	width: 140px;
	opacity: 0;
	transition: .1s;
	visibility: hidden;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.dropDown_ul_1 {
	padding: 0px !important;
	margin: 0px !important;
}

.dropDown_ul_1>li {
	width: 130px;
	height: 30px;
	color: #000;
	background: #fff;
	margin-left: 10px;
	border-bottom: 1px solid #e9e9e9;
	list-style: none;
	text-align: left;
	line-height: 30px;
}

.dropDown_ul_1>li>a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #000;
	display: inline-block;
}

.lis:hover .dropDown {
	opacity: 0.8;
	margin-top: 10px;
	visibility: visible;
	transition: 1s;
}

.lis_1:hover .dropDown_1 {
	opacity: 0.8;
	margin-top: 10px;
	visibility: visible;
	transition: 1s;
}


.content {
	width: 100%;
	height: auto;
	max-width: 100%;
	position: relative;
	/* background: url(../css/imgs/主图.jpg) no-repeat center; */
}

.text {
	/* margin-left: -550px;
	margin-top: -70px; */
	width: auto;
	height: auto;
	/* position: absolute; */
	/* position: absolute;
	left: 50%;
	top: 50%; */
	text-align: left;
	font-size: 100px;
	font-weight: 600;
	font-family: SourceHanSansCN;
	color: #fff;
}

.text .header {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 40px;
	color: #000000;
}

.text .body {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #000000;


}

.text .bookBtn {
	width: 193px;
	height: 47px;
	background: linear-gradient(90deg, #1868F5 0%, #85AEFE 100%);
	border-radius: 9px;

	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #FFFFFF;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-top: 30px;
}

.content .text a {
	text-decoration: none;
}

.supplier1 {
	margin: 0 !important;
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 103px;
	color: #FFFFFF;
}

.supplier2 {
	margin: 0 !important;
	font-family: SourceHanSansCN;
	font-style: normal;
	display: flex;
	align-items: center;

	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 103px;
	color: #FFFFFF;
}

.withus {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 103px;
	color: #FFFFFF;
	height: 120px;
	display: flex;
	align-items: center;
	margin-left: 50px;
}

.buttonList {
	display: flex;
	align-items: center;
}

.CommonOneBlue {
	display: inline-block;

	color: #ffffff;
	background: linear-gradient(91deg, #1868F5 0%, #85AEFE 44%, #1765FD 100%);
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 33px;
	color: #FFFFFF;
	padding: 15px 30px;
	margin-top: 63px;
}

.CommonOneBlue:hover {
	background: linear-gradient(-90deg, #1969f5, #85aefd);
}

.CommonOneBlue .btn-click {
	width: 33px;
	height: 33px;
	margin-left: 35px;
}

.main-contact {
	background: #ffffff;
	color: #3663b8;
}

.qrcode {
	background: #1465fc;
	padding: 10px;
	position: fixed;
	right: 25px;
	top: 50%;
	border-radius: 6px;
	z-index: 100;
	transform: translateY(-50%);
	user-select: none;
}

.qrcode-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 24px;
	margin-bottom: 30px;

	position: relative;

	cursor: pointer;
}

.qrcode-item .img {
	width: 36px;
	height: 36px;
	background-size: contain;
}

.qrcode-item .qr-text {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}

.qrcode .qr-text {
	font-size: 14px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;


}

.qrcode .diver-contain {
	display: flex;
	justify-content: center;
	align-items: center;


}

.qrcode .qrcode-item .kefu-contain {
	width: 120px;
	height: 120px;
	background: #FFFFFF;
	border-radius: 4px;

	position: absolute;
	left: -140px;
	top: -25px;

	display: none;
}

.qrcode .qrcode-item:hover .kefu-contain {
	display: block;
}

.qrcode .qrcode-item .kefu-contain .img {
	width: 120px;
	height: 120px;
}

.qrcode .diver {
	width: 74px;
	height: 1px;
	border: 1px solid #FFFFFF;
	opacity: 0.5;
	background: #ffffff;
}

.qr-text-contain {
	padding-bottom: 5.5px;
}

.qrcode .top-contain {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	cursor: pointer;
}

.qrcode-top {
	width: 21px;
	height: auto;
}

.row-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-contain {
	background: linear-gradient(to bottom,
			#F3F8FE 0%,
			#F3F8FE 50%,
			#fff 50%,
			#fff 100%);
}

.card-header {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}

.header-line {
	height: 1px;
	flex: 1;
	background: #777A7D;
}

.header-text {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #000000;
	margin-left: 40px;
	margin-right: 40px;
}

.link-img-contain {
	width: 80%;
	margin: 50px auto;
}

.img-contain {}

.link-img-contain a {
	margin-right: 30px;
	text-decoration: none;
}

.link-img-contain .link-img {
	width: 270px;
	height: 90px;
	background: #FFFFFF;
	box-shadow: 0px 1px 13px 0px rgba(40, 40, 40, 0.14);
	border-radius: 9px;
	margin-right: 40px;
	object-fit: contain;
	padding: 10px 20px;
}

.product-contain {
	background: #F3F8FE;
	padding-bottom: 90px;
}

.card-sub-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 28px;
}

.card-sub-header .header-text {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 25px;
	color: #000000;
	line-height: 37px;
}

.product-card-contain {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}

.product-card-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 90%;

}

.product-card {
	background: #FFFFFF;
	box-shadow: 0px 1px 13px 0px rgba(40, 40, 40, 0.14);
	padding: 60px 25px;
	transition: transform 0.3s ease;

	margin-right: 5px;

	width: 18%;
	max-width: 320px;
}

.product-card:hover {
	transform: scale(1.1);
}

.product-card a {
	text-decoration: none;
}

.product-icon {
	width: 40px;
	height: 45px;
	margin-bottom: 30px;
}

.product-title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 25px;
	color: #1466FF;
	line-height: 32px;
}

.droduct-desc {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #000000;
	line-height: 25px;
	margin-top: 30px;
}

.digital {
	display: flex;
	justify-content: center;
	background: url(../imgs/indexdatabg.jpg)no-repeat;
	background-size: 110% 110%;
	padding: 100px;
	transition: background-size 1s ease;
	background-position: -15% -15%;
	animation: animatedBackground 10s infinite ease;
	-moz-animation: animatedBackground 10s infinite ease;
	-o-animation: animatedBackground 10s infinite ease;
}

@-webkit-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: 10% 10%;
	}

	50% {
		background-position: 5% 5%;
	}

	75% {
		background-position: 10% 10%;
	}

	100% {
		background-position: 0 0;
	}
}

@-moz-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: 10% 10%;
	}

	50% {
		background-position: 5% 5%;
	}

	75% {
		background-position: 10% 10%;
	}

	100% {
		background-position: 0 0;
	}
}

@-o-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: 10% 10%;
	}

	50% {
		background-position: 5% 5%;
	}

	75% {
		background-position: 10% 10%;
	}

	100% {
		background-position: 0 0;
	}
}

@keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: 10% 10%;
	}

	50% {
		background-position: 5% 5%;
	}

	75% {
		background-position: 10% 10%;
	}

	100% {
		background-position: 0 0;
	}
}

/* .digital:hover {
	background-size: 110% 110%;
} */

.digital-desc {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
	display: flex;
	align-items: center;
}

.digital-desc-text {
	width: 80%;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 33px;
	color: #FFFFFF;
	line-height: 62px;
}

.digital-data {
	flex: 1;
}

.digital-data-list {
	padding-left: 50px;
}

.digital-data .data-item {
	margin-top: 50px;
}

.digital-data .data-item:first-child {
	margin-top: 0px;
}

.digital-data .data-item .data-item-num {
	font-family: SourceHanSansCN;
	font-weight: 800;
	font-size: 62px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.digital-data .data-item .data-item-text {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 55px;
}

.security-contain {
	background: #F3F8FE;
}

.security-list {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 80px;
	margin-bottom: 80px;
}

.security-item {}

.security-item .security-item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.security-item .security-item-text {
	display: flex;
	align-items: center;
	justify-content: center;

	font-family: SourceHanSansCN;
	font-weight: normal;
	font-size: 25px;
	color: #000000;
	line-height: 31px;
}

.tab-contain {
	background: url(../imgs/indexbookbg.jpg)no-repeat;
	background-size: 100% 100%;
	padding: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: background-size 1s ease;
}

.tab-contain a {
	text-decoration: none;
}

.tab-contain:hover {
	background-size: 110% 110%;
}

.tab-contain .tab-contain-text {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #FFFFFF;
}

.tab-contain .tab-contain-btn {
	width: 281px;
	height: 69px;
	background: #FFFFFF;
	border-radius: 9px;

	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 27px;
	color: #3663B8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.footer {
	background: #EFF6FF;

	padding-top: 55px !important;
	padding-bottom: 55px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-contain {
	display: flex;
	justify-content: space-between;
}

.footer-item {
	position: relative;
}

.footer-item-text {
	margin-bottom: 20px;
}

.footer-item a {
	text-decoration: none;
}

.footer-item-title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 25px;
	color: #262626;
	margin-bottom: 33px;
}

.footer-item-text {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #262626;
	text-decoration: none;
}

.footer-item-title .img {
	height: 27px;
	width: auto;

}

.footer-btns {
	display: flex;
	align-items: center;
	margin-top: 27px;
}

.footer-btn {
	width: 180px;
	height: 44px;
	background: #1765FD;
	border-radius: 6px;


	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #FFFFFF;

	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 50px;
}

.footer-qr {
	position: absolute;
	top: -5px;

	width: 180px;
	height: 180px;
	display: none;
}

.footer-qr .img {
	width: 180px;
	height: 180px;
}

.contactus {
	cursor: pointer;
}

.contactus:hover .footer-qr {
	display: block;
}

.menu {
	display: none;
	padding: 5px;
	padding: 0 70px 0 50px;
}

.menu .menu-img {
	width: 57px;
	height: 57px;
}

.FontScroll {}

.FontScrollItem {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 120px;
}

.FontScrollItem span {
	height: 120px;
}

.slick-list {
	padding: 0px 50px 90px 50px !important;
}

.drop-menu {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 9999;
	display: none;
}

.drop-menu .head-half {
	width: 50%;
	display: flex;
	align-items: center;
}

.drop-menu .head {
	background: transparent !important;
}

.drop-menu .menu-list {
	background-image: url(../imgs/dropmenubg-w.jpg) !important;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom left;
	background-color: #0D131A;
	display: flex;
	padding-top: 157px;
	justify-content: center;
	height: 100vh;
}

.drop-menu .menu-list .left {
	width: 50%;

	display: flex;
	align-items: flex-start;
	justify-content: center;

}

.drop-menu .menu-list .right {

	/* width: 50%; */
	padding-left: 53px;
	flex: 1;
}

.drop-menu .menu-list .right .customer-list {
	/* padding-right: 90px; */
	/* min-width: 800px; */
}

.drop-menu .head-half.start {
	background: #141c27;

}

.drop-menu .head-half.end {
	justify-content: flex-end;
}

.drop-menu .menu-list .menu-header {
	font-family: SourceHanSansCNRegular;
	font-weight: 400;
	font-size: 36px;
	color: #8FC6FF;
	line-height: 32px;
}

.solutions-item {
	display: flex;
	align-items: center;
	margin-top: 28px;
}

.solutions-item a {
	text-decoration: none;
}

.solutions-item .solutions-item-img {
	width: auto;
	height: 57px;
}

.solutions-item .solutions-item-img .solutions-img {
	width: auto;
	height: 59px;
}

.solutions-item .solutions-item-title {
	font-family: SourceHanSansCNBold;
	font-weight: bold;
	font-size: 29px;
	color: #000000;
	line-height: 32px;
	margin-left: 28px;
	display: flex;
	align-items: center;
}

.customer-list {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	margin-top: 51px;
	margin-bottom: 16px;
}

.customer-list a {
	display: inline-block;
	width: 141px;
	height: 44px;
	margin-right: 31px;
	margin-bottom: 31px;
}

.customer-img-con {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 6px;
	margin-bottom: 31px;
}

.customer-img {
	width: 100%;
	height: auto;
}

.drop-menu .menu-list .menu-sub-header {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #FFFFFF;
	line-height: 32px;
}

.menu-sub-header a {
	text-decoration: none;
	font-family: SourceHanSansCNBold;
	font-weight: bold;
	font-size: 29px;
	color: #000000;
	line-height: 32px;
}

.drop-menu .menu-list .menu-desc {
	font-family: SourceHanSansCNRegular;
	font-weight: 400;
	font-size: 26px;
	color: #424242;
	line-height: 48px;
	margin-top: 35px;
}

.sub-menu {
	width: 100%;

	background: #FFFFFF;
	box-shadow: 0px 7px 17px 0px rgba(0, 46, 136, 0.1);
	height: 60px;

	position: sticky;
	top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub-menu .sub-menu-contain {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 60px;
}

.sub-menu .sub-menu-contain a {
	text-decoration: none;
}

.sub-menu .sub-menu-item {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 17px;
	color: #000000;
	cursor: pointer;
}

.sub-menu .sub-menu-item:hover {
	cursor: pointer;
}

.content1 {}

.content1 .content1-contain {

	padding-top: 120px;
	padding-bottom: 76px;

}

.content1 .content1-contain .head-title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #000000;

	display: flex;
	align-items: center;
	justify-content: center;
}

.content1 .content1-contain .content1-content {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 60px;
}

.content1 .content1-contain .content1-content .item {
	width: 43%;
	padding: 25px 28px;
	background: #FFFFFF;
	box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.1);
	border-radius: 6px;

	display: flex;
	align-items: center;

	margin-bottom: 44px;
}

.content1-content .item .item-img {
	width: 80px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content1-content .item .item-img .img {
	/* width: 80px; */
	height: 70px;
	background-size: contain;
}

.content1-content .item .item-content {
	margin-left: 30px;

	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #000000;
	line-height: 25px;
}

.content2 {
	/* background: url(../imgs/product/e-pos/ProductSolutions/bg.jpg) center no-repeat; */
	/* background-size: 100% 100%; */
	/* background-size: cover; */
	/* background-position: bottom right; */

	background: #ebf3fe;
	position: relative;
}

.content2-contain {
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
}

.content2-contain-body {}

.content2-contain-body .head-title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #000000;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 26px;
}

.content2-contain-body .head-sub-title {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #000000;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content2-contain-body .head-sub-title .head-sub-title-content {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.content2-contain-body .content2-img {
	/* border-radius: 25px;
	border: 1px solid #FFFFFF; */

	/* background: #A8C5FF;
	background: rgba(197, 245, 255, 0.15); */
	/* box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.1); */
	/* border-radius: 25px;
	border: 1px solid #FFFFFF; */

	padding: 100px;

	margin-top: 37px;

	background: url(../imgs/product/productbg.png)no-repeat;
	background-size: 100% 100%;
}

.content2-contain-body .content2-img1 {
	background: url(../imgs/product/retailplatform/ProductSolutions/bg.png)no-repeat;
	background-size: 100% 100%;
}

.content2-contain-body .content2-img2 {
	background: url(../imgs/product/digitalstore/ProductSolutions/bg.png)no-repeat;
	background-size: 100% 100%;
}

.content2-contain-body .content2-img3 {
	background: url(../imgs/product/e-pos/ProductSolutions/bg.png)no-repeat;
	background-size: 100% 100%;
}

.content2-contain-body .content2-img4 {
	background: url(../imgs/product/memberplatform/ProductSolutions/bg.png)no-repeat;
	background-size: 100% 100%;
}

.content2-contain-body .content2-img5 {
	background: url(../imgs/product/digitalmarketing/ProductSolutions/bg.png)no-repeat;
	background-size: 100% 100%;
}

.content2-contain-body .content2-img .item-img {
	/* width: 80vw; */
	width: 100%;
	height: auto;
}

.content2-contain-body .content2-img .item-img .img {
	/* width: 80vw; */
	width: 100%;
	height: auto;
}



.content3 {}

.content3 .content3-contain {

	padding-top: 95px;
	padding-bottom: 76px;

}

.content3 .content3-contain .head-title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #000000;

	display: flex;
	align-items: center;
	justify-content: center;
}

.content3 .content3-contain .content3-content {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 170px;
}

.content3 .content3-contain .content3-content .item {
	width: 100%;
	display: flex;

	margin-bottom: 220px;
}

.content3-content .item .item-img {
	flex: 1;
	display: flex;
	align-items: center;
}

.content3-content .item .item-img .img {
	width: 100%;

}

.content3-content .item .item-content {

	flex: 1;

}

.content3-content .item .text-content {

	padding-left: 145px;
}

.content3-content .item .item-content .title {

	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 25px;
	color: #000000;
	line-height: 42px;
	margin-bottom: 25px;
}

.content3-content .item .item-content .sub-title {

	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 19px;
	color: #72747F;
	line-height: 25px;
}

.content3-content .item .item-content .check-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.check-item .check {}

.check-item .check .img {
	width: 15px;
	height: 15px;
}

.check-item .check-title {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #72747F;
	margin-left: 14px;
}

.content3-content .item .item-content a {
	text-decoration: none;
}

.content3-content .item .item-content .blueButton {
	width: 193px;
	height: 47px;
	background: linear-gradient(90deg, #1868F5 0%, #85AEFE 100%);
	border-radius: 9px;

	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #FFFFFF;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-top: 58px;
}

.bookBtn {
	cursor: pointer;
}

.bookBtn:hover,
.content3-content .item .item-content .blueButton:hover {
	background: linear-gradient(90deg, #85AEFE 0%, #1868F5 100%);
}

.bookADemo {
	cursor: pointer;
}

.NavTop {
	position: fixed;
	top: 80px;
	left: 0px;
	z-index: 999;
	background-color: rgba(255, 255, 255, .6);
	backdrop-filter: blur(20px);
}
.customer-list .customer-logo-img {
	width: 141px;
	height: 44px;
	margin-right: 31px;
}



@media all and (max-width:1590px) {
	.main-contain {
		width: 1200px;
	}
}

@media all and (max-width:1270px) {
	.main-contain {
		width: 960px;
	}
}

@media all and (max-width:1100px) {
	.main-contain {
		width: 92%;
	}
}

@media screen and (min-width:992px) and (max-width: 1200px) {
	.bookDemo {
		font-size: 12px;
	}

	.Contact {
		font-size: 12px;
	}

	.text {
		margin-left: -360px;
		margin-top: -140px;
		width: auto;
		height: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		text-align: left;
		font-size: 70px;
		font-weight: 600;
		font-family: SourceHanSansCN;
		color: #fff;
	}

	.header-text {
		font-size: 18px;
	}

	.card-sub-header .header-text {
		font-size: 16px;
	}

	.product-title {
		font-size: 20px;
	}


	.droduct-desc {
		font-size: 14px;
	}

	.menu {
		display: none;
	}
	
	.footer-contain .footer-item-title {
		font-size: 18px !important;
	}
	
	.footer-contain .footer-item-text {
		font-size: 12px !important;
	}
	
	.footer-contain .footer-item-title .img {
		height: 14px !important;
	}
	
	.footer-contain .footer-btn {
		font-size: 12px !important;
		width: 100px !important;
		margin-right: 30px;
	}
}

@media screen and (min-width:768px) and (max-width: 992px) {
	.bookDemo {
		font-size: 12px;
	}

	.Contact {
		font-size: 12px;
	}

	.headList {
		display: none;
	}

	.text {
		margin-left: -360px;
		margin-top: -140px;
		width: auto;
		height: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		text-align: left;
		font-size: 70px;
		font-weight: 600;
		font-family: SourceHanSansCN;
		color: #fff;
	}

	.menu {
		display: block;
	}
	
	.footer-contain .footer-item-title {
		font-size: 18px !important;
	}
	
	.footer-contain .footer-item-text {
		font-size: 12px !important;
	}
	
	.footer-contain .footer-item-title .img {
		height: 14px !important;
	}
	
	.footer-contain .footer-btn {
		font-size: 12px !important;
		width: 100px !important;
		margin-right: 30px;
	}
}

@media screen and (max-width: 768px) {
	.bookDemo {
		font-size: 12px;
	}

	.Contact {
		font-size: 12px;
	}

	.headList {
		display: none;
	}

	.text {
		margin-left: -360px;
		margin-top: -140px;
		width: auto;
		height: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		text-align: left;
		font-size: 70px;
		font-weight: 600;
		font-family: SourceHanSansCN;
		color: #fff;
	}

	.menu {
		display: block;
	}
	
	.footer-contain .footer-item-title {
		font-size: 18px !important;
	}
	
	.footer-contain .footer-item-text {
		font-size: 12px !important;
	}
	
	.footer-contain .footer-item-title .img {
		height: 14px !important;
	}
	
	.footer-contain .footer-btn {
		font-size: 12px !important;
		width: 100px !important;
		margin-right: 30px;
	}
	.footer-contain{
		flex-wrap: wrap;
	}
}
