@font-face {
	font-family:Roboto;
	src: url('Roboto-Regular_0.ttf');
}
@font-face {
	font-family:Bebas;
	src: url('Bebas.TTF');
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{
	display: block;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
form,
fieldset,
legend,
input,
button,
textarea,
select,
option,
tr,
th,
td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:"微软雅黑";
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

dl,
dt,
dd,
ol,
ul,
li {
	list-style: none
}

body {
	line-height: 24px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #505050;
	background-position: 0 0, center 0;
	background-repeat: repeat-x, no-repeat;
	background-attachment: fixed;
}

table {
	border-collapse: separate;
	bobackground-repeat: repeat-x, no-repeat;
	background-attachment: fixrder-spacing
}

caption,
th,
td {
	text-align: left;
	font-weight: 400
}

table,
td,
th {
	vertical-align: middle
}

textarea,
input,
button,
select,
keygen,
legend {
	font: 12px/1.14 "Microsoft Yahei";
	outline: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: ""
}

a img {
	border: none
}

ol {
	margin-left: 2em
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

html>body p code {
	white-space: normal
}

hr {
	margin: -8px auto 11px
}

.clearfix:after,
#container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0
}

* html .clearfix,
* html #container {
	height: 1%
}

fieldset {
	padding-top: 0
}

a {
	color: #505050;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ff7200;
}

a:active {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.hbj{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.main2{
	width: 1150px;
	margin: 0 auto;
}

/* ===== 我们的优势 - 现代卡片风格 ===== */
.advantagebox{
	padding: 0;
	background: transparent;
	position: relative;
}
.advantage_header{
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.advantage_cn{
	font-size: 60px;
	color: #1a1a1a;
	text-align: center;
	font-weight: 700;
}
.advantage_subtitle{
	margin-top: 44px;
	font-size: 22px;
	color: #666;
	text-align: center;
}
.advantageall{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.advantage_single{
	cursor: pointer;
	width: calc(33.333% - 16px);
	background: rgba(255,255,255,0.85);
	border-radius: 16px;
	padding: 28px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(90,58,181,0.08);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(180,150,240,0.2);
}
.advantage_single:hover{
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(90,58,181,0.15);
	background: rgba(255,255,255,0.95);
}
.advantage_single_div{
	font-size: 18px;
	color: #5a3ab5;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 16px;
}
.advantage_single img{
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 16px;
	display: block;
}
.advantage_link{
	font-size: 14px;
	color: #6b5b8a;
	line-height: 1.7;
	display: block;
	text-decoration: none;
}
.advantage_link:hover{
	color: #5a3ab5;
}
.advantage_image{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -1px;
}
.advantage_image img{
	width: 100%;
	height: auto;
	display: block;
}
.fun_box{
	background-color: #f4f6fe;
	padding: 65px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.fun_inner_card{
	width: 1442px;
	height: 500px;
	background: #ffffff;
	border-radius: 20px;
	margin-top: 40px;
	display: flex;
	align-items: stretch;
	overflow: hidden;
}
.fun_card_left{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 80px;
}
.fun_card_inner_title{
	font-size: 60px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.4;
	position: relative;
	display: inline-block;
}
.fun_card_title_deco{
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 200px;
	height: 12px;
	object-fit: fill;
	pointer-events: none;
}
.fun_card_inner_subtitle{
	margin-top: 40px;
}
.fun_card_inner_subtitle p{
	font-size: 22px;
	color: #666;
	line-height: 2.2;
}
.fun_card_right{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-right: 60px;
}
.fun_card_right_center{
	align-items: center;
	justify-content: center;
	padding-right: 0;
}
.fun_card_right img{
	max-width: 100%;
	max-height: 500px;
	display: block;
	object-fit: contain;
	vertical-align: bottom;
}
.fun_card_title{
	font-size: 60px;
	font-weight: 700;
	color: #1a1a1a;
	text-align: center;
	position: relative;
	display: inline-block;
	z-index: 0;
}
.fun_title_deco{
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 320px;
	height: 20px;
	object-fit: fill;
	pointer-events: none;
	z-index: -1;
}
.fun_card_subtitle{
	font-size: 22px;
	color: #666;
	text-align: center;
	margin-top: 44px;
}
.fun_box2{
	background-color: #f4f6fe;
	padding: 65px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fun_title_deco2{
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 320px;
	height: 20px;
	object-fit: fill;
	pointer-events: none;
	z-index: -1;
}
.fun_cards_row{
	width: 1442px;
	display: flex;
	gap: 40px;
	margin-top: 50px;
}
.fun_small_card{
	flex: 1;
	height: 500px;
	background: #ffffff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 36px 30px 30px;
	box-sizing: border-box;
}
.fun_small_card_top{
	text-align: left;
}
.fun_small_card_title{
	font-size: 26px;
	font-weight: 700;
	color: #1a1a1a;
}
.fun_small_card_subtitle{
	font-size: 16px;
	color: #666;
	margin-top: 12px;
	line-height: 1.6;
}
.fun_small_card_mid{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 16px 0;
}
.fun_small_card_mid img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
	transition: transform 0.3s ease;
}
.fun_small_card:hover .fun_small_card_mid img{
	transform: scale(1.06);
}
.fun_small_card_btn{
	display: block;
	text-align: center;
	background-color: #4290f9;
	color: #ffffff;
	font-size: 16px;
	border-radius: 10px;
	padding: 12px 0;
	transition: background-color 0.3s;
	text-decoration: none;
}
.fun_small_card_btn:hover{
	background-color: #67a3fa;
}
.profitbox{
	padding: 65px 0;
}
.profitbdbox{
	margin-top: 55px;
	position: relative;
	width: 100%;
}
.profit_single{
	width: 200px;
	height: 295px;
	display: block;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 85px 30px 0;
	position: relative;
	overflow: hidden;
	margin-right: 53px;
	cursor: pointer;
}
.profit_single:last-of-type{
	margin-right: 0;
}
.profit_single_div1{
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	color: #C7C9DF;
}
.profit_single_div1 span{
	font-family: "Roboto";
	position: relative;
}
.profit_single_div1 span div{
	position: absolute;
	font-size: 16px;
	right: -40px;
	top: -24px;
}
.profit_single_div3{
	font-size: 14px;
	color: #838383;
	text-align: center;
	margin-top: 5px;
}
.profit_single_div2{
	font-size: 17px;
	color: #434343;
	margin-top: 40px;
	text-align: center;
}
.profit_single_div4{
	width: 100%;
	height: 43px;
	font-family: "Roboto";
	font-size: 14px;
	color: #434343;
	line-height: 43px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #eee;
	display: block;
}
.profit_single:hover .profit_single_div1{
	color: #606AD8;
}
.profit_single:hover .profit_single_div4{
	color: #fff;
	background-color: #606AD8;
}
.profithd{
	display: none;
}
.profitbdbox .prev{
	width: 63px;
	height: 63px;
	border: 1px solid #eee;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -130px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
}
.profitbdbox .prev img{
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.profitbdbox .next{
	width: 63px;
	height: 63px;
	border: 1px solid #eee;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -130px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
}
.profitbdbox .next img{
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.case_title_gradient{
	background: linear-gradient(90deg, #4290f9, #a855f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.casebox{
	padding: 65px 0 65px;
	background-color: #f4f6fe;
}
.case_scroll_outer{
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
	position: relative;
}
.case_scroll_outer::before,
.case_scroll_outer::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 120px;
	z-index: 2;
	pointer-events: none;
}
.case_scroll_outer::before{
	left: 0;
	background: linear-gradient(to right, #f4f6fe, transparent);
}
.case_scroll_outer::after{
	right: 0;
	background: linear-gradient(to left, #f4f6fe, transparent);
}
.case_scroll_wrap:first-of-type{
	margin-top: 0;
}
.case_scroll_wrap{
	margin-top: 16px;
	overflow: visible;
	width: 100%;
}
.case_scroll_track{
	display: flex;
	gap: 28px;
	width: max-content;
	animation: caseScroll 28s linear infinite;
}
.case_scroll_reverse{
	animation: caseScrollReverse 28s linear infinite;
}
.case_scroll_outer:hover .case_scroll_track{
	animation-play-state: paused;
}
@keyframes caseScroll{
	0%{ transform: translateX(0); }
	100%{ transform: translateX(-50%); }
}
@keyframes caseScrollReverse{
	0%{ transform: translateX(-50%); }
	100%{ transform: translateX(0); }
}
.case_card{
	width: 180px;
	height: 100px;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	transition: box-shadow 0.3s;
}
.case_card:hover{
	box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.case_card img{
	max-width: 75%;
	max-height: 75%;
	object-fit: contain;
	display: block;
}
.case_card .case_card_hover{
	position: absolute;
	opacity: 0;
}
.case_card:hover .case_card_hover{
	opacity: 1;
}
.newsbox{
	padding: 70px 0 80px;
	background-color: #fff;
}
.news_cards{
	display: flex;
	gap: 36px;
	margin-top: 50px;
}
.news_card{
	flex: 1;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.3s, transform 0.3s;
}
.news_card:hover{
	box-shadow: 0 8px 36px rgba(66,144,249,0.18);
	transform: translateY(-4px);
}
.news_card_head{
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
	flex-shrink: 0;
}
.news_card_head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s;
}
.news_card:hover .news_card_head img{
	transform: scale(1.05);
}
.news_card_tag{
	position: absolute;
	top: 16px;
	left: 16px;
	background: rgba(66,144,249,0.88);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 14px;
	border-radius: 20px;
	letter-spacing: 1px;
}
.news_card_list{
	flex: 1;
	padding: 20px 24px 10px;
	list-style: none;
	margin: 0;
}
.news_card_list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 0;
	border-bottom: 1px solid #f0f0f0;
}
.news_card_list li:last-child{
	border-bottom: none;
}
.news_card_list li a{
	font-size: 14px;
	color: #2d2d2d;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 12px;
	transition: color 0.2s;
}
.news_card_list li a:hover{
	color: #4290f9;
}
.news_card_list li span{
	font-size: 12px;
	color: #aaa;
	white-space: nowrap;
	flex-shrink: 0;
}
.news_card_more{
	display: block;
	margin: 0 24px 20px;
	padding: 10px 0;
	text-align: center;
	background: #f4f6fe;
	color: #4290f9;
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px;
	transition: background 0.2s, color 0.2s;
}
.news_card_more:hover{
	background: #4290f9;
	color: #fff;
}
.contact_banner{
	width: 100%;
	height: 580px;
	background: url(/com/img/contact_banner.jpg) top center no-repeat;
	padding-top: 290px;
	box-sizing: border-box;
}
.fffs_banner{
	width: 100%;
	height: 400px;
	background: url(/com/img/fffs_banner.jpg) top center no-repeat;
	padding-top: 150px;
	box-sizing: border-box;
}
.contact_banner_div1{
	font-family: "Roboto";
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #C5B4FE;
}
.contact_banner_div2{
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	margin-top: 17px;
}
.contact_content{
	padding: 90px 0 136px;
}
.contact_single{
	margin-right: 52px;
}
.contact_single:last-child{
	margin-right: 0;
}
.contact_single_right{
	margin-left: 14px;
}
.contact_single_right_div1{
	font-size: 14px;
	color: #434343;
	line-height: 14px;
}
.contact_single_right_div2{
	font-size: 20px;
	line-height: 20px;
	color: #434343;
	font-family: "Roboto";
	margin-top: 2px;
}
.ditContent{
	width: 100%;
	height: 452px;
	margin-top: 69px;
}
.dynamic_banner{
	width: 100%;
	max-width: 1920px;
	height: auto;
	min-height: 580px;
	background: url(/com/img/dynamic_banner.jpg) top center no-repeat;
	background-size: 1920px auto;
	padding-top: 290px;
	padding-bottom: 60px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.dynamic_banner .main2,
.solution_banner .main2{
	text-align: center;
}
.dynamic_banner::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, transparent, #f4f8fe);
	pointer-events: none;
}
/* banner内嵌按钮导航 */
.dynamic_nav_inline{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #eaf1fc;
	border-radius: 36px;
	padding: 8px;
	margin-top: 300px;
	transition: all 0.3s ease;
}
.dynamic_banner .dynamic_nav_inline{
	margin-top: 160px;
}
.dynamic_nav_inline a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	height: 64px;
	line-height: 64px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	border-radius: 32px;
	border: none;
	background: transparent;
	box-sizing: border-box;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	min-width: 200px;
}
.dynamic_nav_inline a:first-child{
	background-image: url(/com/img/tab-1-active.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 24px 24px;
	padding-left: 60px;
}
.dynamic_nav_inline a:last-child{
	background-image: url(/com/img/tab-2-active.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 24px 24px;
	padding-left: 60px;
}
.dynamic_nav_inline a:hover{
	color: #24272b;
}
.dynamic_nav_inline .hover{
	background: #24272b;
	color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.dynamic_nav_inline .hover:hover{
	color: #fff;
}
.dynamic_nav{
	padding: 32px 0;
	border-bottom: 1px solid #EEEEEE;
}
.dynamic_nav .main2{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.dynamic_nav a{
	display: inline-block;
	padding: 0 32px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #222;
	font-size: 15px;
	font-weight: 400;
	border-radius: 40px;
	border: 1.5px solid #d0d0d0;
	background: #fff;
	box-sizing: border-box;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	float: none;
	width: auto;
}
.dynamic_nav a:hover{
	background-color: #edf2fa;
	border-color: #aac0e8;
	color: #222;
}
.dynamic_nav .hover{
	background-color: #222;
	border-color: #222;
	color: #fff;
}
.dynamic_nav .hover:hover{
	background-color: #333;
	border-color: #333;
	color: #fff;
}
/* 最新动态内容区全宽背景容器 */
.news_bg_wrap{
	width: 100%;
	background-color: #f4f8fe;
}
.dynamic_content{
	padding: 30px 0 145px;
}
.dynamic_single{
	display: block;
	background: #fff;
	border-radius: 16px;
	padding: 52px 52px;
	margin-bottom: 24px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	transition: box-shadow 0.2s;
}
.dynamic_single:hover{
	box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}
.dynamic_single_title{
	font-size: 28px;
	font-weight: 600;
	color: #222;
	margin-bottom: 14px;
	line-height: 1.5;
}
.dynamic_single_desc{
	font-size: 19px;
	color: #888;
	margin-bottom: 20px;
	line-height: 1.7;
}
.dynamic_single_date{
	font-size: 17px;
	color: #aaa;
	margin-bottom: 0;
}
.dynamic_single_date span{
	display: none;
}
.dynamic_single_footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}
.dynamic_link{
	font-size: 17px;
	color: #888;
	float: none;
	transition: color 0.2s;
}
.dynamic_link img{
	display: none;
}
.dynamic_single:hover .dynamic_link{
	color: #724cf0;
}
.dynamic_single:hover .dynamic_link img{
	display: none;
}
.dynamic_fy{
	margin-top: 80px;
	text-align: center;
}
.dynamic_fy .pagination>li,
.dynamic_fy li form{
	display: inline;
}
.dynamic_fy a{
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	margin: 0 4px;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	font-size: 15px;
	color: #444;
	background: #fff;
	transition: all 0.2s;
	box-sizing: border-box;
}
.dynamic_fy span{
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	margin: 0 4px;
	border: 1.5px solid #e0e0e0;
	border-radius: 10px;
	font-size: 15px;
	color: #444;
	background: #fff;
	box-sizing: border-box;
}
.dynamic_fy a:hover{
	background-color: #f0ebff;
	color: #724cf0;
	border-color: #724cf0;
}
.dynamic_fy .active a,
.dynamic_fy .active a:focus,
.dynamic_fy .active a:hover,
.dynamic_fy .active span,
.dynamic_fy .active span:focus,
.dynamic_fy .active span:hover{
	cursor: default;
	background-color: #724cf0;
	color: #fff;
	border-color: #724cf0;
	font-weight: 600;
}
.dynamic_fy .disabled>a,
.dynamic_fy .disabled>a:focus,
.dynamic_fy .disabled>a:hover,
.dynamic_fy .disabled>span,
.dynamic_fy .disabled>span:focus,
.dynamic_fy .disabled>span:hover{
	color: #bbb;
	cursor: not-allowed;
	background-color: #fafafa;
	border-color: #eee;
}
.dynamic_fy li form a:hover{
	background-color: #fff;
	color: #777;
	border-color: #724CF0;
}
.dynamic_fy li form input.layui-input{
	width: 55px;
}
.dynamic_fy li form input.layui-btn.layui-btn-mini{
	cursor: pointer;
	background: #fff;
}
.dynamic_fy .active_page span{
	background-color: #724cf0;
	color: #fff;
	border-color: #724CF0;
}
.dynamic_fy>.pagination_list>li{
	margin-right: 5px
}
.dynamic_fy>.pagination_list>a{
	margin-right: 5px
}

.updatebox{
	padding: 30px 0 140px;
}
/* 更新日志卡片样式 */
.update_card{
	display: block;
	background: #fff;
	border-radius: 16px;
	padding: 52px 52px;
	margin-bottom: 24px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	transition: box-shadow 0.2s;
}
.update_card:hover{
	box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}
.update_card_header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}
.update_card_title{
	font-size: 28px;
	font-weight: 600;
	color: #222;
}
.update_card_date{
	font-size: 17px;
	color: #aaa;
}
.update_card_desc{
	font-size: 19px;
	color: #888;
	margin-bottom: 20px;
	line-height: 1.7;
}
.update_card_content{
	font-size: 17px;
	color: #444;
	line-height: 1.8;
	margin-bottom: 20px;
}
.update_card_footer{
	padding-top: 16px;
	border-top: 1px solid #eee;
}
.update_card_bz{
	font-size: 15px;
	color: #999;
}
.tag_new{
	color: #52c41a;
	font-weight: 600;
}
.tag_opt{
	color: #1890ff;
	font-weight: 600;
}
.tag_fix{
	color: #fa8c16;
	font-weight: 600;
}
.tag_recommend{
	display: inline-block;
	background: #ff4d4f;
	color: #fff;
	font-size: 16px;
	padding: 4px 12px;
	border-radius: 16px;
	margin-right: 12px;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -8px;
}
.dynamic_single.recommend .dynamic_single_title{
	color: #ff4d4f;
	font-weight: 600;
}
.update_card.recommend .update_card_title{
	color: #ff4d4f;
	font-weight: 600;
}
.update_single{
	margin-top: 65px;
}
.update_single_div1{
	padding: 0 40px 0 20px;
	height: 79px
}
.update_single_div1_left{
	float: left;
	flex: 1
}
.update_single_date{
	font-size: 24px;
	color: #434343;
	font-family: "Roboto";
}
.update_single_bbh{
	font-size: 18px;
	color: #434343;
	margin-top: 5px;
}
.update_single_div1_right{
	float: right;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #EEEEEE;
	cursor: pointer;
}
.updatebox .on .update_single_div1_right{
	background-color: #724CF0;
}
.updatebox .on .update_single_div1_right_img1{
	display: none;
}
.updatebox .on .update_single_div1_right_img2{
	display: block;
}
.update_single_div1_right_img1{
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.update_single_div1_right_img2{
	display: none;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.update_line{
	width: 100%;
	height: 1px;
	background-color: #EEEEEE;
	margin-top: 15px;
}
.update_alert{
	padding: 0 20px;
	display: none;
}
.update_ts{
	font-size: 14px;
	color: #724cf0;
}
.update_content{
	margin-top: 24px;
}
.update_content p{
	font-size: 16px;
	color: #434343;
	margin-top: 5px;
}
.update_line2{
	width: 100%;
	height: 1px;
	background-color: #EEEEEE;
	margin-top: 15px;
}
.update_bz{
	font-size: 14px;
	color: #838383;
	margin-top: 15px;
}

.dynamic_page_content{
	margin-top: 30px;
}
.solutionbox{
	background: #eceffd;
	margin-top: 92px;
	padding: 60px 0;
}
.solution_single{
	padding-top: 45px;
	height: 251px;
	width: 257px;
	border-radius: 10px;
	display: block;
	float: left;
	margin-bottom: 70px;
	margin-right: 40px;
	position: relative;
}
.solution_single:hover .solution_title_right{
	display: block;
}
.solution_div{
	margin-right: -40px;
}
.solution_single_div1{
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	text-align: center;
}
.solution_single_div2{
	position: absolute;
	left: 0;
	bottom: 32px;
	padding: 15px 20px;
	background-color: #F8FDF6;
	width: 185px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.solution_title_left{
	font-size: 18px;
	color: #434343;
	float: left;
}
.solution_title_right{
	font-size: 14px;
	color: #838383;
	float: right;
	display: none;
	line-height: 24px;
	font-family: Roboto;
}
.solution_content{
	font-size: 14px;
	color: #838383;
	margin-top: 5px;
	line-height: 24px;
	height: 48px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2; /** 显示的行数 **/
	overflow: hidden;  /** 隐藏超出的内容 **/
}
.solution_banner{
	width: 100%;
	height: 680px;
	background: url(/com/img/solution_banner.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 290px;
	box-sizing: border-box;
	position: relative;
}
.solution_banner::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, transparent, rgba(236, 239, 253, 0.95));
	pointer-events: none;
}
.banner1{
	width: 100%;
	height: 580px;
	background: url(/com/img/home_banner1.jpg) top center no-repeat;
	padding-top: 280px;
	box-sizing: border-box;
}
.banner2{
	width: 100%;
	height: 580px;
	background: url(/com/img/home_banner2.jpg) top center no-repeat;
	padding-top: 280px;
	box-sizing: border-box;
}
.banner3{
	width: 100%;
	height: 580px;
	background: url(/com/img/home_banner3.jpg) top center no-repeat;
	padding-top: 280px;
	box-sizing: border-box;
}
.banner4{
	width: 100%;
	height: 580px;
	background: url(/com/img/home_banner4.jpg) top center no-repeat;
	padding-top: 280px;
	box-sizing: border-box;
}
.banner5{
	width: 100%;
	height: 580px;
	background: url(/com/img/home_banner5.jpg) top center no-repeat;
	padding-top: 280px;
	box-sizing: border-box;
}
.bannerbox{
	position: relative;
	height: 800px;
	overflow: hidden;
}
.bannerbox .prev{
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	background-color: rgba(255,255,255,0.1);
}
.bannerbox .prev img{
	display: block;
	margin: auto;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
}
.bannerbox .next{
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	background-color: rgba(255,255,255,0.1);
}
.bannerbox .next img{
	display: block;
	margin: auto;
	position: absolute;
	left: 24px;
	top: 0;
	bottom: 0;
	transform: rotate(180deg);
}
/*.bannerbox .next{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
}
.bannerbox .prev{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	transform: rotate(180deg);
}*/
.bannerbox:hover .prev{
	opacity: 1
}
.bannerbox:hover .next{
	opacity: 1
}
.bannerhd{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
}
.bannerhd ul{
	width: 100%;
	text-align: center;
}
.bannerhd li{
	width: 38px;
	height: 6px;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	border-radius: 6px;
	margin-right: 5px
}
.bannerhd .on{
	background-color: #fff;
}
.banner1_div1{
	font-size: 36px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
}
.banner1_div2{
	margin-top: 18px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	line-height: 40px
}
.news_page_left{
	width: 780px;
	border-right: 1px solid #eee;
	padding-right: 40px;
	box-sizing: border-box;
	float: left;
}
.fhsj{
	font-size: 16px;
	color: #797671;
	cursor: pointer;
}
.fhsj img{
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}
.fhsj:hover{
	color: #724CF0;
}
.news_page_left_title{
	width: 447px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	color: #434343;
}
.news_page_left_text{
	margin-top: 30px;
}
.news_page_left_text img{
	display: inline-block;
}
.news_page_left_time{
	margin-top: 15px;
	color: #838383;
	font-family: "Roboto";
	font-size: 20px;
	text-align: center;
}
.news_page_syp{
	font-size: 14px;
	color: #838383;
	margin-bottom: 10px;
}
.news_page_syp a{
	color: #838383;
}
.news_page_syp a:hover{
	color: #724CF0;
}
.news_page_left_div{
	margin-top: 32px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.news_page_right{
	float: right;
	width: 330px;
}
.news_page_right_div1{
	font-size: 24px;
	color: #434343;
	margin-bottom: 32px;
}
.news_page_single{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.news_page_single_title{
	font-size: 17px;
	color: #434343;
}
.news_page_single_title:hover{
	color: #724CF0;
}
.news_page_single_time{
	color: #838383;
	font-size: 14px;
	margin-top: 5px;
}
.news_page_single:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.fffsbox{
	padding: 70px 0;
}
.fffs_single{
	width: 540px;
	height: 170px;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-right: 70px;
	float: left;
	padding-left: 40px;
	box-sizing: border-box;
}
.fffs_single:nth-child(even){
	margin-right: 0;
}
.fffs_single_left{
	width: 115px;
}
.fffs_single_right_div1{
	font-size: 18px;
	color: #434343;
	margin-bottom: 8px;
}
.fffs_single_right_div2{
	font-size: 24px;
	color: #434343;
	font-weight: 700;
}
.fffs_single_right_div3{
	font-size: 18px;
	color: #434343;
}
.fffs_single_right_div3 span{
	font-size: 22px;
	color: #434343;
	font-weight: 700;
}
.fffs_single_right_div4 span{
	font-size: 18px;
	color: #434343;
	font-weight: 700;
}
.fffs_single_right_div4{
	font-size: 18px;
	color: #434343;
}
.yxhj_banner{
	width: 100%;
	height: 400px;
	background: url(/com/img/yxhj_banner.jpg) top center no-repeat;
	padding-top: 150px;
	box-sizing: border-box;
}
.xtxxbox{
	width: 100%;
	height: 357px;
	background: url(/com/img/xtxx_bg.jpg) top center no-repeat;
	padding-top: 60px;
	box-sizing: border-box;
}
.xtxx_div1{
	font-size: 24px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 40px;
}
.xtxx_div2{
	margin-bottom: 15px;
}
.xtxx_div2_left{
	color: #838383;
	font-size: 14px;
	width: 90px;
	float: left;
}
.xtxx_div2_right{
	width: 560px;
	font-size: 14px;
	color: #434343;
	float: left;
}
.zsbox{
	padding: 60px 0 55px;
	background-color: #F6F6F6;
}
.zs_div1{
	font-size: 24px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 40px;
}
.zs_div1_span1{
	color: #606ad8;
}
.zs_div1_span2{
	font-size: 14px;
	color: #434343;
	font-weight: normal;
}
.zs_single{
	width: 546px;
	height: 52px;
	background-color: #fff;
	padding: 0 18px;
	box-sizing: border-box;
	float: left;
	margin-right: 58px;
	margin-bottom: 20px;
}
.zs_single:nth-child(even){
	margin-right: 0;
}
.zs_single_left{
	width: 40px;
}
.zs_single_center{
	font-size: 14px;
	color: #434343;
	flex: 1;
}
.zs_single_right{
	font-size: 14px;
	color: #606ad8;
	font-family: "Roboto";
	font-weight: 700;
}
.zs_bz{
	font-size: 14px;
	color: #838383;
	margin-top: 5px;
}
.cspzbox{
	padding: 60px 0 55px;
}
.cspz_div1{
	font-size: 24px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 35px;
}
.cspz_single{
	width: 336px;
	float: left;
	height: 435px;
	margin-right: 71px;
}
.cspz_single:last-child{
	margin-right: 0;
}
.cspz_single_head{
	width: 100%;
	height: 130px;
	background-color: #8362F1;
	padding-top: 37px;
	box-sizing: border-box;
}
.cspz_single_head_div1{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.cspz_single_head_div2{
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	text-align: center;
}
.cspz_single_content{
	width: 100%;
	height: 305px;
	border: 1px solid #eee;
	border-top: 0;
	box-sizing: border-box;
	padding: 30px 55px 0;
	text-align: center;
	position: relative;
}
.cspz_single_content_div1{
	font-size: 18px;
	color: #434343;
	margin-bottom: 27px;
}
.cspz_single_content_div2{
	font-size: 14px;
	color: #838383;
	margin-bottom: 6px;
}
.cspz_single_content_div3{
	position: absolute;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	font-family: "Roboto";
	color:#8362f1;
	left: 0;
	bottom: 20px;
}
.cspz_single_content_div3 span{
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: normal;
}
.cspz_bz{
	font-size: 14px;
	color: #434343;
	margin-top: 20px;
}
.zysxbg{
	width: 100%;
	height: 487px;
	padding-top: 52px;
	background: url(/com/img/zysxbg.jpg);
	box-sizing: border-box;
}
.zysx_div1{
	font-size: 24px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 30px;
}
.zysx_div2{
	font-size: 14px;
	color: #434343;
	margin-bottom: 3px;
}
.zysx_div3{
	font-size: 16px;
	font-weight: 700;
	color: #434343;
	margin-top: 50px;
	margin-bottom: 20px;
}
.bbgx_single{
	margin-top: 45px;
}
.bbgx_left{
	float: left;
	width: 73px;
}
.bbgx_left_date{
	text-align: center;
	height: 48px;
	line-height: 56px;
	font-size: 36px;
	font-family: "Roboto";
	color: #fff;
	font-weight: 700;
	position: relative;
	background-color: #606AD8;
}
.bbgx_left_date div{
	width: 28px;
	height: 28px;
	background-color: #fff;
	transform: rotate(45deg);
	position: absolute;
	right: -14px;
	top: -14px;
}
.bbgx_left_div2{
	border: 2px solid #606AD8;
	height: 27px;
	line-height: 27px;
	color: #606ad8;
	text-align: center;
	font-size: 14px;
	font-family: "Roboto";
}
.bbgx_center{
	margin-left: 25px;
	float: left;
	margin-top: 32.5px;
}
.bbgx_right{
	margin-left: 35px;
	float: left;
	width: 1007px;
}
.bbgx_right_bbh{
	font-family: "Roboto";
	font-weight: 700;
	font-size: 18px;
	color: #434343;
}
.bbgx_rignt_tx{
	font-size: 14px;
	color: #838383;
	margin-top: 8px;
}
.index_div{
	font-size: 24px;
	color: #fff;
	text-align: center;
	height: 108px;
	line-height: 108px;
	background-color: #606AD8;
}
.fixbox{
	position: fixed;right: 40px;
	bottom:100px;
	z-index: 9000
}
.fix_yuan{
	width: 40px;
	height: 90px;
	border-radius: 28px;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
	box-sizing: border-box;
	background-color: #9028f7 !important;
	transition: background-color 0.2s;
}
.fix_yuan:hover {
	background-color: #a330f9 !important;
}
.fix_yuan:last-child{
	margin-bottom: 0
}
.fix_yuan_img{
	display: none !important;
}
.fix_yuan_text{
	position: static;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	writing-mode: vertical-lr;
	letter-spacing: 3px;
	margin: auto;
	flex: 0 0 auto;
}
.fix_wx:hover .fix_wx1{
	display: block;
}
/* 微信二维码图片 */
.indexewm{
	display: block;
	width: 400px !important;
	height: 400px !important;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
/* 微信弹窗容器 */
.fix_wx1{
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -440px;
	background: #fff;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
	text-align: center;
}
.fix_wx1 p {
	font-size: 14px;
	color: #555;
	margin: 10px 0 0;
}
/* 微信弹窗三角箭头 */
.fix_wx1:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
	border-top: 8px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 8px solid transparent;
}
/* 咨询热线/QQ弹窗容器 */
.fix_contect:hover .indexecontect{
	display: block;
}
.indexecontect{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -220px;
	display: none;
	padding: 18px 24px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
	white-space: nowrap;
	font-size: 17px;
	color: #333;
	font-weight: 500;
	min-width: 170px;
	text-align: center;
}
/* 咨询弹窗三角箭头 */
.indexecontect:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
	border-top: 8px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 8px solid transparent;
}
/* 微信二维码旧箭头清除 */
.indexewm::after{
	display: none;
}
.fix_top{
	display: none;
}
.icon-wenzhangguanlixitong{
	font-size: 27px;
}

.bottom2_p a {
	color: #939393
}
.bottom2_p a:hover {
	color: #FFF
}
.bottom2_p img {
	display: inline-block;
	vertical-align: text-bottom;
}

/* 用户协议、隐私声明 */
.introbox.agree_boxCon{
	background-color: #F6F6F6;
	padding-top: 60px;
	padding-bottom: 60px;
}
.clearfix.agree_boxBg{
	background: #ffffff;
	border-radius: 5px;
	font-size: 14px;
	padding: 65px 60px 30px;
}
.agree_title{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 40px;
}
.agree_content h2{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px;
}
.agree_content p{
	line-height: 30px;
	margin-bottom: 40px;
}

/* 功能展示卡片 */
.funshow_box{
	background: #eceffd;
	padding: 60px 80px 20px;
	box-sizing: border-box;
}
.funshow_list{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.funshow_item{
	width: calc(25% - 18px);
	aspect-ratio: 16/9;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	padding: 24px 24px;
	box-sizing: border-box;
	display: block;
	position: relative;
	text-decoration: none;
	transition: transform 0.25s, box-shadow 0.25s;
	overflow: hidden;
}
.funshow_item:hover{
	transform: translateY(-5px);
	box-shadow: 0 8px 28px rgba(114,76,240,0.12);
}
.funshow_left{
	position: absolute;
	top: 24px;
	left: 24px;
	right: 40%;
}
.funshow_title{
	font-size: 24px;
	font-weight: 700;
	color: #222;
	margin-bottom: 12px;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.funshow_desc{
	font-size: 13px;
	color: #888;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.funshow_icon{
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #a38ef5;
	border-radius: 16px;
	color: #fff !important;
}
.funshow_icon .iconfont{
	font-size: 36px;
	line-height: 1;
	color: #fff !important;
}

/* 功能展示详情页 */
.fundetail_hero{
	background: linear-gradient(160deg, #f0eeff 0%, #e8e3ff 60%, #fff 100%);
	padding: 60px 80px 60px;
	box-sizing: border-box;
}
.fundetail_hero_inner{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 100px;
}
.fundetail_img_wrap{
	flex-shrink: 0;
	width: 320px;
	position: relative;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
	background: transparent;
}
.fundetail_img_list{
	width: 100%;
	position: relative;
}
.fundetail_img_item{
	display: none !important;
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.fundetail_img_item.active{
	display: block !important;
	mix-blend-mode: multiply;
}
.fundetail_arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,0.85);
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.2s;
}
.fundetail_arrow:hover{
	background: #fff;
}
.fundetail_arrow .iconfont{
	font-size: 22px;
	color: #7c3aed;
}
.fundetail_prev{ left: -60px; }
.fundetail_next{ right: -60px; }
.fundetail_dots{
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
}
.fundetail_dots span{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255,255,255,0.6);
	cursor: pointer;
	transition: all 0.2s;
}
.fundetail_dots span.active{
	background: #fff;
	width: 20px;
	border-radius: 4px;
}
.fundetail_info{
	flex: 1;
	min-width: 0;
}
.fundetail_title{
	font-size: 42px;
	font-weight: 800;
	color: #1a1a2e;
	line-height: 1.2;
	margin-bottom: 20px;
}
.fundetail_desc{
	font-size: 16px;
	color: #555;
	line-height: 1.9;
	margin-bottom: 36px;
}
.fundetail_section_title{
	font-size: 16px;
	font-weight: 700;
	color: #7c3aed;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.fundetail_section_title .iconfont{
	font-size: 18px;
}
.fundetail_tags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 32px;
}
.fundetail_tags span{
	padding: 6px 18px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
	background: #ede9fe;
	color: #7c3aed;
	border: 1px solid #ddd6fe;
}
.fundetail_tags.green span{
	background: #f0fdf4;
	color: #16a34a;
	border-color: #bbf7d0;
}
.fundetail_body{
	background: #fff;
	padding: 60px 80px;
	box-sizing: border-box;
}
.fundetail_body_inner{
	max-width: 1200px;
	margin: 0 auto;
}

/* 关于我们 - 联系区布局 */
.about_contact_outer{
	width: 1083px;
	height: 530px;
	display: flex;
	margin: 40px 0 60px;
	overflow: hidden;
}
.about_contact_map{
	width: 753px;
	height: 530px;
	flex-shrink: 0;
	border-radius: 12px;
	overflow: hidden;
}
.about_contact_map .ditContent{
	width: 753px !important;
	height: 530px !important;
}
.about_contact_info{
	width: 330px;
	height: 530px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 40px;
	box-sizing: border-box;
}
.about_contact_item{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px solid #f0f0f0;
}
.about_contact_item:last-child{
	border-bottom: none;
}
.about_contact_label{
	font-size: 12px;
	color: #999;
	margin-bottom: 6px;
}
.about_contact_val{
	font-size: 17px;
	font-weight: 600;
	color: #222;
}

/* ===== 解决方案内页重构 ===== */
.solutebox {
	padding: 220px 0 28px;
	background: #fff !important;
	background-image: none !important;
	min-height: auto;
}
/* 外层容器：箭头定位基准，overflow:visible 让箭头显示出来 */
.solute_leftbox {
	background: none !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	width: 400px !important;
	height: 840px !important;
	margin-left: -100px !important;
	margin-top: -80px !important;
	overflow: visible !important;
	position: relative !important;
	box-shadow: none !important;
}
/* 中间裁切层：只裁切图片，不影响外层箭头 */
.solute_leftbd_wrap {
	width: 400px;
	height: 840px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: none !important;
	background: #fff;
}
/* 内层轮播区 */
.solute_leftbd {
	height: 840px !important;
	border-radius: 0 !important;
	overflow: visible !important;
	box-shadow: none !important;
}
.solute_leftbd > div {
	float: left;
	width: 360px !important;
	height: 760px !important;
}
/* 箭头移出容器外侧 */
.solute_leftbox .prev {
	left: -70px !important;
	top: 50% !important;
	transform: translateY(-50%);
	background: rgba(100,60,200,0.15) !important;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(100,60,200,0.2);
	color: #5a3ab5 !important;
}
.solute_leftbox .next {
	right: -24px !important;
	top: 50% !important;
	transform: translateY(-50%);
	background: rgba(100,60,200,0.15) !important;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(100,60,200,0.2);
	color: #5a3ab5 !important;
}
/* 白底图片与浅色背景融合 */
.solute_leftbd > div img {
	width: 360px !important;
	height: 760px !important;
	object-fit: contain !important;
	border-radius: 0;
	display: block;
	mix-blend-mode: multiply;
}
/* 右侧标题优化 - 深色系 */
.solute_right {
	padding-top: 0 !important;
	margin-top: -720px !important;
	width: 1080px !important;
	position: relative;
	left: 320px !important;
	right: auto !important;
	margin-left: 0 !important;
	z-index: 2;
}
.solute_right_p1 {
	font-size: 34px !important;
	font-weight: 700 !important;
	margin-bottom: 16px !important;
	letter-spacing: 1px;
	color: #1a0a3d !important;
}
.solute_right_p1 span {
	font-size: 14px !important;
	color: #7c5cbf !important;
	letter-spacing: 2px;
	display: inline-block;
	margin-left: 10px !important;
	vertical-align: middle;
}
.solute_right_cards {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 28px;
	margin-top: 58px;
	align-content: start;
}
/* 卡片：第一排3张，第二排2张（卡片互不叠加） */
.solute_right_div {
	width: 100% !important;
	box-sizing: border-box !important;
	background: #fff !important;
	border: 1px solid rgba(180,150,240,0.3) !important;
	border-radius: 16px !important;
	padding: 24px 14px !important;
	min-height: 210px;
	margin: 0 !important;
	display: flex !important;
	align-items: flex-start !important;
	gap: 14px;
	min-width: 0;
	float: none !important;
	overflow: hidden;
	position: relative;
	box-shadow: none !important;
}
.solute_right_div4 { grid-column: 1 / 2; }
.solute_right_div5 { grid-column: 2 / 3; }
.solute_right_div:hover {
	transform: none !important;
	box-shadow: none !important;
}
.solute_right_tag {
	position: absolute;
	right: 12px;
	bottom: 10px;
	min-width: 72px;
	height: 30px;
	padding: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #2f6dff !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
	z-index: 3;
	pointer-events: none;
}
.solute_right_icon {
	float: none !important;
	flex: 0 0 40px;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px;
	text-align: center;
	font-size: 22px !important;
	border-radius: 12px;
	background: #2f6dff !important;
	color: #fff !important;
	margin: 0 !important;
}
.solute_right_text {
	float: none !important;
	flex: 1;
	min-width: 0;
	color: #1a0a3d !important;
	display: flex;
	flex-direction: column;
	padding-left: 0 !important;
}
.solute_right_text_p1 {
	font-size: 34px !important;
	font-weight: 600;
	line-height: 40px;
	height: 40px;
	margin: 0 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1a0a3d !important;
}
.solute_right_text_p2 {
	font-size: 16px !important;
	line-height: 1.55;
	margin-top: 16px !important;
	padding-left: 0 !important;
	padding-right: 90px !important;
	position: relative;
	left: -54px;
	width: calc(100% + 54px);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	color: #5a4a7a !important;
}
/* 方案页卡片右下角“功能详情”标签整体隐藏 */
.solute_right_tag {
	display: none !important;
}
