@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;
}

.container {
	width: 100%;
	height: calc(100vh - 20px);
}

.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: #000813;
}

.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: #FFFFFF;
}

.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: -140px;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: left;
	font-size: 100px;
	font-weight: 600;
	font-family: SourceHanSansCN;
	color: #fff;
}



.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;
	width: 100%;
}

.link-contain {
	background: linear-gradient(to bottom,
			#F3F8FE 0%,
			#F3F8FE 50%,
			#fff 50%,
			#fff 100%);
}

.card-header {
	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; */
	width: 249px;
	height: 99px;
}

.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; */
	flex-wrap: wrap;

}

.product-card {
	background: #FFFFFF;
	box-shadow: 0px 1px 13px 0px rgba(40, 40, 40, 0.14);
	padding: 50px 34px;
	transition: transform 0.3s ease;



	width: 32%;
	margin-bottom: 13px;
	/* max-width: 390px; */
	/* width: 390px; */
	height: 190px;
	display: flex;
	/* align-items: center; */
}

.product-card a {
	display: flex;
}

.product-card:hover {
	transform: scale(1.1);
}

.product-card a {
	text-decoration: none;

}

.product-icon {
	width: 38px;
	height: 31px;
	margin-bottom: 30px;
	margin-right: 34px;
	text-align: center;
}

.product-icon .img {
	width: 38px;
	height: 31px;
}

.product-title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 17px;
	color: #1466FF;
	line-height: 32px;
}

.droduct-desc {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 12.95px;
	color: #000000;
	line-height: 16px;
	margin-top: 10px;
}

.product-title-con {
	height: 32px;
}

.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: center;
	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 {
	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.jpg) !important;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom left;
	background-color: #0D131A;

	display: flex;

	/* padding-top: 120px; */

	padding-top: 157px;
	/* align-items: center; */
	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;
}

.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;
	background: #0D131A;
}

.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: #FFFFFF;
	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: #FFFFFF;
	line-height: 32px;
}

.drop-menu .menu-list .menu-desc {
	font-family: SourceHanSansCNRegular;
	font-weight: 400;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 48px;
	margin-top: 35px;
}

.bookADemo {
	cursor: pointer;
}



@media all and (max-width:1100px) {
	.main-contain {
		width: 92%;
	}
}






.banner-text-image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.banner-text-image .banner-text-image-center {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45%;
}

.banner-text-image .banner-text-image-center img {
	display: block;
	width: 850px;
	transition: transform 0.3s ease;
	transform-origin: center;
}

.banner-text-image .banner-text-image-center img:hover {
	transform: scale(1.1);
}

.banner-text-image .banner-text-image-bottom {
	padding-left: 190px;
}

.banner-text-image .banner-text-image-bottom img {
	display: block;
	margin-top: 70px;
	width: 530px;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.banner-text-image .banner-text-image-bottom img:hover {
	transform: scale(1.1);
	cursor: pointer;
}

.customer-list .customer-logo-img {
	width: 141px;
	height: 44px;
	margin-right: 31px;
}