body {
	margin: 0px;
	padding: 0px;
}

.ck-slide {
	width: 100%;
	height: 850px;
}

.ck-slide ul.ck-slide-wrapper {
	height: 850px;
}

.box {
	z-index: 1;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-direction: column;
	margin: auto;
}

.flex_row_box {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}

.flex_column_box {     display: -webkit-flex;     display: flex;     flex-direction: column;     flex-wrap: wrap;     align-content: flex-start;     /* 新增修复属性 */     position: relative;     overflow: visible; }  
.flex_column_box a {     position: relative;     z-index: 1;     pointer-events: auto; }

.logo {
	color: #a5e923;
	font-size: 60px;
	margin: 12px 0px 24px 0px;
	font-weight: 400;
}

.nav {
	font-size: 20px;
	width: 840px;
	padding: 0px;
	margin: 0px 0px 0px 100px;
}

.nav ul li {
	list-style: none;
	margin: 20px 40px;

	float: left;

}

.nav ul li a {
	color: #ffffff;
	text-decoration: none;
}

.nav ul li a:hover {
	color: #a5e923;
	text-decoration: none;
}

.language {
	margin: 40px 0px 0 100px;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}

.language a {
	color: #ffffff;
	text-decoration: none;
}

.language a:hover {
	color: #a5e923;
	text-decoration: none;
}

.language .selected {
	color: #a5e923;
}

.banner_title {
	font-size: 55px;
	color: #ffffff;
	letter-spacing: 10px;
	font-weight: 500;
	margin: 48px 10px 0px 0px;
}

.app_qrcode {
	margin: 48px 0 0 0;
	width: 200px;
	height: 200px;
}

.app_qrcode_description {
	font-size: 20px;
	color: #ffffff;
	margin: 16px 0px 28px 0px;
}

.download_app {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
	border-radius: 50px;

	text-decoration: none;
	width: 362px;
}

.download_app img {
	margin: 20px 20px 20px 40px;
}

.download_app span {
	font-size: 28px;
	color: #ffffff;
}

.download_ios_app {
	background-color: #eca50c;
}

.download_android_app {
	background-color: #3d73e4;
	margin: 20px 0 0 0;
}

.universal_title {
	font-size: 40px;
	color: #333333;
	font-weight: 400;
	width: 100%;
	margin: 75px 0 0 0;
}

.universal_description {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 28px;
	color: #6a6a6a;
	font-weight: 300;
	margin: 16px 0 0 0;
	letter-spacing: 6px;
}

.features_item {
	justify-content: center;
	align-items: center;
	width: 418px;
	padding: 0 30px 0 30px;
}

.features_icon {
	border: 2px solid #E47307;
	width: 46px;
	height: 58px;
}

.features_item h3 {
	font-size: 24px;
	color: #666666;
	font-weight: 500;
	margin: 34px 0 0 0;

}

.features_item p {
	font-size: 18px;
	color: #666666;
	font-weight: 500;
	margin: 24px 20px 24px 20px;
}

.company_description {
	width: 700px;
}

.company_description h4 {
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	margin: 0;
}

.company_description span {
	font-size: 18px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 10px 0 0 0;
}

.company_description p {
	font-size: 20px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 36px 0 0 0;
	line-height: 40px;
}

.more_item {
	position: relative;
	background-color: #ffffff;
	align-items: center;
	margin: 0 12px 0 12px;
}

.more_item:hover {

	box-shadow: #cccccc 1px 1px 4px 1px;
}

.more_item img {
	width: 300px;
	height: 288px;
}

.more_item h3 {
	margin: 14px 0 0 0;
	font-size: 26px;
	color: #333333;
	font-weight: 400;
}

.more_item span {
	margin: 24px 0 0 0;
	font-size: 20px;
	color: #666666;
	font-weight: 400;
}

.more_tag_box {
	position: absolute;
	top: 20px;
	left: 10px;
}

.more_tag_box a {
	border-radius: 20px;
	font-size: 14px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.3);
	text-decoration: none;
	text-align: center;
	padding: 6px 12px 6px 12px;
	margin: 0 5px 0 5px;
}

.more_link {
	border-radius: 30px;
	font-size: 20px;
	color: #62881a;
	background-color: #e2f3c1;
	text-decoration: none;
	width: 138px;
	height: 34px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 5px 0 5px;
}

.bottom_menu {
	align-content: flex-end;
	color: #666666;
	width: 25%;
	font-weight: 400;
}

.bottom_menu h4 {
	font-size: 18px;
	margin: 36px 0 16px 0;
}

.bottom_menu span {
	font-size: 14px;
	margin: 5px 0 5px 0;
}

.bottom_about_us {
	font-size: 12px;
	color: #666666;
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
}
.bottom_about_us a {
    color: #0066cc; /* 设置明显链接颜色 */
    text-decoration: underline; /* 添加下划线 */
    cursor: pointer; /* 确保光标显示为指针 */
    pointer-events: auto ;
}

.bottom_about_us a:hover {
    color: #004499; /* 悬停状态颜色 */
}

.banner_box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 850px;
	z-index: -1;
}

.banner_box img{
	width: 100%;
	opacity: 0;
	position: absolute;
	height: 850px;
	top: 0;
	left: 0;
	right: 0;
}

.banner_box ul{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 45%;
	right: 45%;
	list-style: none;
}

.banner_box li{
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	text-align: center;
	background-color: #3d73e4;
	color: #3d73e4;
	margin: 10px 10px 0px 10px;
}
