@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;
}

.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: 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;
	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;
}

.customer-head {


	background: #FFFFFF;
	box-shadow: 0px 7px 30px 0px rgba(0, 46, 136, 0.06);
	/* padding: 30px 76px 30px 44px; */

	display: flex;
	align-items: center;

	margin-top: -90px;
	z-index: 10;
}

.customer-head-img-contain {
	height: 67px;
	width: auto;
	padding-right: 37px;
	padding-left: 37px;
}

.customer-head-img {
	height: 67px;
	width: auto;
}

.customer-head-body {
	border-left: 1px solid rgba(66, 66, 66, 0.1);
	padding-left: 37px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.customer-head-body .text1 {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 25px;
	color: #000000;
	line-height: 30px;
}

.customer-head-body .text2 {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 14px;
	color: #72747F;
	margin-top: 11px;
}

.customer-head-body .text3 {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 14px;
	color: #72747F;
	margin-top: 30px;
	line-height: 25px;
	margin-right: 74px;
}

.customer-head-body .text4 {
	margin-top: 30px;
}

.customer-head-body .text4 a {
	text-decoration: none;
}

.customer-head-body .text4 .bookDemo {
	background: linear-gradient(90deg, #1868F5 0%, #85AEFE 100%);
	border-radius: 9px;
	width: 164px;
	height: 30px;

	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: unset;
}

.customer-head-body .text4 .bookDemo:hover {
	background: linear-gradient(90deg, #85AEFE 0%, #1868F5 100%);
}

.content1 {
	margin-top: 96px;
}

.content1 .title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 25px;
	color: #000000;
	border-left: 5px solid #1665fe;
	padding-left: 15px;
}

.content1 .context {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #72747F;
	line-height: 29px;
	margin-top: 30px;
}

.content1 .context .sub-title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 19px;
	color: #585B60;
	line-height: 24px;
}

.content1 .context .sub-context {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #72747F;
	line-height: 29px;
	margin-top: 12px;
}

@-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;
	}
}



.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: #424242;
	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: 23%; */
	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;
}

.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;
}

.vedio-contain {
	position: relative;
	background: #FFFFFF;
}

.vedio-contain .vedio-contain-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.vedio-contain .vedio-title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 56px;
	color: #FFFFFF;
	line-height: 85px;
}

.vedio-contain .vedio-desc {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 31px;
	color: #FFFFFF;
	line-height: 46px;
}

.about-contain {
	display: flex;
	align-items: center;
	margin-top: 110px;
}

.about-contain .about-contain-img {
	/* margin-left: 140px; */
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.about-contain .about-contain-img .img {
	background: #000000;
	border-radius: 23px;
	height: auto;
	width: 80%;
}

.about-contain .about-contain-text {
	flex: 1;
	margin-right: 70px;
}

.about-contain .about-contain-text .desc1 {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #000000;
	line-height: 56px;
	margin-bottom: 37px;
}

.about-contain .about-contain-text .desc2 {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 25px;
	color: #565D67;
	line-height: 37px;
}

.about-contain .about-contain-text .desc3 {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #72747F;
	line-height: 29px;
	margin-top: 40px;
}

.digital {

	display: flex;
	align-items: center;
	justify-content: center;

	margin-top: 100px;
	padding-bottom: 100px;
}

.digital-data {
	width: 80%;
}

.digital-data-list {
	display: flex;
}

.digital-data-list .data-item {
	display: flex;
	align-items: center;
	flex: 1;
}

.digital-data-list .data-item .data-item-num {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 61px;
	color: #1466FF;
	line-height: 92px;
}

.digital-data-list .data-item .data-item-num-plus {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 41px;
	color: #1466FF;
	line-height: 62px;

	height: 100%;

}

.digital-data-list .data-item .data-item-text {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 36px;
	color: #636564;
	line-height: 55px;
	margin-left: 30px;
}

.customer-wall-list {
	width: 90%;

	padding-top: 98px;
	padding-bottom: 113px;


}

.customer-wall-title {
	display: flex;
	align-items: center;
	justify-content: center;

	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #000000;
	line-height: 53px;
}

.customer-wall-item-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;

	margin-top: 98px;
	gap: 52px;
}

.customer-wall-item {
	/* width: 18%; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-bottom: 88px; */
	box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
}

.customer-wall-item-img {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;


}

.customer-wall-img {
	height: auto;
	width: 100%;

}

.timeline {
	/* background-image: url(../imgs/timelinebg.png) !important; */
	background-size: 100% 100%;

}

.timeline-title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
	/* padding-bottom: 50px; */
/* 	padding-top: 152px;
	padding-bottom: 106px; */
}

.timeline-title .title {}
.timeline-contain-bg{
	padding-top: 84px;
	padding-bottom: 190px;
	background-image: url(../imgs/lichengBG.png);
	background-size: 1725px;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	justify-content: center;
}
.timeline-contain {
	display: flex;
	position: relative;
}

.line-img-contain {
	height: 800px;
	width: auto;
	position: relative;
}

.line-img {
	height: 800px;
	width: auto;
}

.doc-line {
	position: absolute;
	left: 0;
	top: 0;

	display: none;
}

.doc-line-img {
	height: 800px;
	width: auto;
}

.time-text {
	position: absolute;
	top: 0;
	left: 30px;
	display: none;
}

.time-text .text-img {
	height: 800px;
	width: auto;
}

.apply-form {
	padding-top: 163px;
	padding-bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f8f8;

}

.apply-form-contain {
	background: #FFFFFF;
	box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.08);
	padding: 86px 132px 62px 132px
}

.apply-form-title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.apply-form-sub-title {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #565D67;
	margin-top: 23px;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 63px;
}

.form-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 36px;
}

.form-row .right {
	margin-left: 250px;
}

.form-item {}

.form-label {
	display: flex;
	align-items: center;

}

.form-label .form-label-text {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #565D67;
}

.form-label .req {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #1765FD;
}

.form-input {
	width: 474px;
	margin-top: 17px;
}

.form-input .common-text {
	width: 454px;
	background: #FFFFFF;
	border: 1px solid #434343;
	padding: 10px;
}

.form-input .mobile-text {
	border: 1px solid #434343;
	border-left: 0;
	padding: 10px;
	width: 354px;
}

.mobile-input-left {
	height: 100%;
	align-items: center;
	border: 1px solid #434343;

	box-sizing: border-box;
	display: flex;
	flex-shrink: 1;
	height: 37px;
	justify-content: center;

	padding: 0 8px;
	z-index: 0;
}

.mobile-input-left .select-mania {
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 99%;
}

.mobile-input-left input {
	width: 65px;
	border: 0;
}

.mobile-input-left .mobile-input-code:focus {
	border: 0;
	border-width: 0;
	outline: 0;
}

.base-country-list-container {
	background-color: #fff;
	border-color: #dee0e3;
	border-radius: 8px;
	box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .08);
	display: flex;
	flex-direction: column;
	height: 410px;
	overflow: hidden;
	position: absolute;
	width: 308px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
}

.base-country-list-container .country-list-search-box {
	display: none;
}

.base-country-list-container .country-list-search-box,
.base-country-list-container .country-list-title-box {
	display: none;
}

.base-country-list-container .base-country-list {
	color: #1f2329;
	font-size: 14px;
	height: 100%;
	line-height: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow-y: overlay;
	padding: 4px 0;
	scrollbar-width: thin;
	width: 474px;
}

.base-country-list-container .base-country-list-item {
	color: #1f2329;
	cursor: pointer;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin: 0 4px;
	overflow: hidden;
	padding-left: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.base-country-list-container .base-country-list-item:hover {
	background: #1465FF;
	color: white;
}

.base-country-list-container .base-country-list-letter-tab {
	color: #8f959e;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	display: none;
}

.base-country-list-container .base-country-list-letter-list {
	position: absolute;
	right: 11px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.base-country-list-container .base-country-list-letter {
	color: #646a73;
	cursor: pointer;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin: 0;
	min-width: 1.33em;
	padding: 0;
}

.pp-country-list {
	display: none;
}

.ckbText {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
	color: #565D67;
	margin-left: 5px;
}

.agreelink {
	display: flex;
	align-items: center;
	margin-left: 5px;
	text-decoration: none;
	color: #2974F6;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 19px;
}

.agreelink .img {
	width: 17px;
	height: 17px;
	margin-right: 5px;
}

.bookBtnContain {
	margin-top: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bookBtnContain a {
	text-decoration: none;
}

.bookBtnContain .bookBtn {
	width: 206px;
	height: 56px;
	background: linear-gradient(90deg, #1868F5 0%, #85AEFE 100%);
	border-radius: 9px;


	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;

	display: flex;
	justify-content: center;
	align-items: center;

	cursor: pointer;

}

.bookBtnContain .bookBtn:hover {
	background: linear-gradient(90deg, #85AEFE 0%, #1868F5 100%);
}

.DeeplyTrusted {
	background-color: #f8f8f8;
}

.DeeplyTrusted .title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 33px;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.DeeplyTrusted .sub-title {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 25px;
	color: #565D67;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 36px;
}

.DeeplyTrusted .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 110px;
}

.DeeplyTrusted .list-img {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.bookADemo {
	cursor: pointer;
}

.unactive {
	background: #CCCCCC !important;
	cursor: none !important;
}

.main-contain {
	width: 1400px;
}

.mask {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100vh;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.success-dialog {
	background: #FFFFFF;
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.19);
	border-radius: 14px;
	width: 595px;
	margin-top: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.success-img {
	width: 100%;
}

.success-img .img {
	width: 595px;
}

.success-text {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 42px;
}

.success-btn-con {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.success-btn {
	width: 181px;
	height: 64px;
	background: url(../imgs/apply/btn.png)no-repeat;
	background-size: 100% 100%;

	display: flex;
	align-items: center;
	justify-content: center;


	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 27px;
	color: #FFFFFF;

	cursor: pointer;
}

.joinus-main-contain {
	display: flex;
	justify-content: space-between;
	margin-top: 42px;
	margin-bottom: 28px;
}

.joinus-main-contain .container-left {
	flex: 1;
	margin-right: 18px;

}

.joinus-main-contain .container-right {
	width: 30%;
	font-size: 15px;



}

.joinus-main-contain .container-right .container-right-content {
	padding: 49px 32px;
	background: #FFFFFF;
	font-family: SourceHanSansCNRegular;
}

.joinus-main-contain .container-right .container-right-title {
	font-weight: 700;
	font-size: 25px;
	color: #191919;
	line-height: 18px;
	font-family: SourceHanSansCNBold;
}

.joinus-main-contain .container-left .container-left-top {

	background: #FFFFFF;
	padding: 49px 0 0 48px;


}

.joinus-main-contain .container-left .container-left-bottom {

	background: #FFFFFF;
	margin-top: 18px;
	font-size: 19px;
	padding: 49px 48px;
	font-family: SourceHanSansCNRegular;
}

.joinus-main-contain .container-left-top-title {
	font-weight: 700;
	font-size: 19.4px;
	color: #191919;
	line-height: 28px;
	font-family: SourceHanSansCNBold;
}

.joinus-main-contain .container-left-top-desc-duty {
	font-weight: 700;
	font-size: 25px;
	color: #191919;
	line-height: 36px;
	margin-top: 18px;
	font-family: SourceHanSansCNBold;
}

.joinus-main-contain .container-left-top-contact {
	margin-top: 17px;
	display: flex;
	justify-content: space-between;
	font-size: 24px;
	font-family: SourceHanSansCNRegular;
	padding-right: 48px;
}

.joinus-main-contain .container-left-top-contact .container-left-top-contact-item {
	display: flex;
	align-items: center;

}

.joinus-main-contain .container-left-top-contact .container-left-top-contact-item-img {
	width: auto;
	height: 18px;
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.joinus-main-contain .container-left-top-contact .container-left-top-contact-item-img img {
	width: auto;
	height: 18px;

}

.joinus-main-contain .container-left-top-contact .container-left-top-contact-item .container-left-top-contact-item-desc {
	font-weight: 400;
	font-size: 19px;
	color: #191919;
	line-height: 18px;

}

.joinus-main-contain .container-left-bottom-title {
	font-weight: 700;
	font-size: 25px;
	color: #191919;
	line-height: 18px;
	font-family: SourceHanSansCNBold;
}

.joinus-main-contain .container-left-bottom-desc {
	display: flex;
}

.customer-list .customer-logo-img {
	width: 141px;
	height: 44px;
	margin-right: 31px;
}

.job-more-text:hover {
	text-decoration: underline;
	cursor: pointer;
}

.job-more {
	display: flex;
	justify-content: flex-end;
	margin-right: 28px;
	padding-bottom: 28px;
	align-items: center;
}

.container-left-bottom-desc-flex-first{
	flex: 1;
}
.container-left-bottom-desc-flex-second{
	flex: 2;
}
@media all and (max-width:1590px) {
	.main-contain {
		width: 1200px;
	}
	.timeline-contain-bg{
		background-size: 1500px;
	}
}

@media all and (max-width:1270px) {
	.main-contain {
		width: 960px;
	}

	.joinus-main-contain .container-left-top-contact .container-left-top-contact-item-img img {
		height: 14px !important;
	}

	.joinus-main-contain .container-left-top-contact .container-left-top-contact-item .container-left-top-contact-item-desc {
		font-size: 14px !important;
		line-height: 14px !important;
	}

	.container-left-top-desc-duty {
		font-size: 20px !important;
	}

	.joinus-main-contain .container-left-top-title {
		font-size: 14.9px !important;
		line-height: 14.9px !important;
	}
}

@media all and (max-width:1100px) {
	.main-contain {
		width: 92%;
	}
}

@media all 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;
	}

	.joinus-main-contain .container-left-top-contact .container-left-top-contact-item-img img {
		height: 14px !important;
	}

	.joinus-main-contain .container-left-top-contact .container-left-top-contact-item .container-left-top-contact-item-desc {
		font-size: 14px !important;
		line-height: 14px !important;
	}

	.container-left-top-desc-duty {
		font-size: 20px !important;
	}

	.joinus-main-contain .container-left-top-title {
		font-size: 14.9px !important;
		line-height: 14.9px !important;
	}
	
	.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 all 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;
	}

	.joinus-main-contain .container-left-top-contact {
		flex-direction: column;
	}
	
	.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 all 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;
	}

	.joinus-main-contain .container-left-top-contact {
		flex-direction: column;
	}
	
	.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;
	}
}

