/*--------基础设置--------*/
body {
	background: #FFF;
	font-size: 1rem;
	color: #333333;
	box-sizing: border-box;
}


a {
	color: #666;
	text-decoration: none;
	outline: none
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}




/*----通栏灰色背景----*/
.pageout-1 {
	background-color: #EFF8FF;
	padding: 2rem 0;
}


/*----通栏深色背景----*/
.pageout-2 {
	background: url("../images/service-bg.png"), linear-gradient(180deg, #041839 0%, #072A69 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 2rem;
	height: 38rem;
	display: flex;
	flex-direction: column;
}





.fontbold {
	font-weight: bold;
}

a.btn-large {
	padding: 0 1.5rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.125rem;
	text-align: center;
	color: #fff;
	border-radius: 0.625rem;
}

/*----通栏宽度----*/
.layout {
	position: relative;
	width: 1440px;
	margin: 2.5rem auto;
	overflow: hidden;
}



/*----头部----*/
#header {
	height: 45rem;
	background: #060C0D url("../images/headerBg.png") center no-repeat;
}

/*----头部----*/
#header-sub {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	background: #061966;
	z-index: 1000;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}



.layout-header {
	/*position:relative;
	
	gap:2rem;
	margin:0 auto;
	padding: 2rem 3rem;
	overflow:hidden;*/
	width: 1440px;
	position: relative;
	margin: 0 auto;
	padding-top: 1rem;

}

.layout-header-sub {
	width: 1440px;
	position: relative;
	margin: 0 auto;
	padding-top: 1rem;
}

#header .logo,
#header-sub .logo {
	float: left;
	margin-right: 1rem;
}

/*页面头部**/
.layoutHd {
	position: relative;
	margin: 0 auto;
}

/*导航*/
.navBar {
	position: relative;

	z-index: 2;
}

/*所有导航项UL样式*/
.navBar ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	border: 1px solid #255eec;
	background-color: #051c6a;
	border-radius: 0.625rem;
	box-sizing: border-box;
	transition: all .4s ease;
	box-shadow: 0 0 8px 8px rgba(34, 155, 212, 0.10);
	z-index: 999;
}

/*二级导航显示动画*/
.navBar ul {
	top: 60%;
}

.navBar li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.navParent.open>ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

/*三级导航显示动画		
.navBar ul ul {top: 0%;left: 80%;}
.navBar ul li:hover > ul {opacity: 1;visibility: visible;top: 0%;left: 98%;}*/

/*所有导航项li样式*/
.navBar li {
	position: relative;
	float: left;
}

/*二级及以下导�?/*/
.navBar ul li {
	position: relative;
	float: none;
}

/*一级a标签*/
.navParent>a {
	display: block;
	/*padding: 0 2.5rem;空隙*/
	margin: 0 1.5rem;
	line-height: 3.125rem;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
}

.navParent:hover>a,
li.active a {
	color: #fff;
	border-bottom: 0.25rem solid #F08200;
	/*background-color: var(--nearColor,#5694e4);*/
	transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/*一级a标签的箭�?/*/
.navParent>a i,
.navParent>a img.nav-arrow {
	position: absolute;
	right: 0.5rem;
	font-size: 1rem;
	transition: transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
}

.navParent>a img.nav-arrow {
	top: 50%;
	right: -0.1rem;
	width: 0.875rem;
	height: 0.875rem;
	transform: translateY(-50%);
}

.navParent:hover>a i,
.navParent:hover>a img.nav-arrow {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
}

/*当前选中样式*/
.navParent>a.on {
	color: #fff;
	border-bottom: 0.25rem solid #F08200;
	/*background-color: var(--mainColor,#0068b7); */
}

/*二级导航a标签*/
.navParent ul li:hover>a {
	color: #fff;
	border-bottom: none;
	background-color: #2C4FA3;
}

/*二级及以下导航a标签*/
.navParent ul li a {
	display: block;
	margin: 0.625rem;
	padding: 0.75rem 0;
	color: #333;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	background-color: #E6F2FF;
	border-bottom: none;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.navParent ul li a:hover {
	color: #fff;
	background-color: #2C4FA3;
}



/*----banner----*/
.banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5rem;
	height: 40rem;
	padding: 0 10%;
	background: #060C0D url("../images/headerBg.png") center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.banner .adleft {
	flex-direction: column;
	opacity: 0;
	transform: translateX(-4rem);
	animation: headerLeftSlideIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.adleft .ad {
	font-size: 2.5rem;
	color: #fff;
	line-height: 4rem;
}

.adleft .ad span {
	color: transparent;
	background-image: linear-gradient(90deg, #255eed 10%, #4bcbfa 100%);
	-webkit-background-clip: text;
	font-weight: bold;
}




/*登录注册*/
.btnbanner {
	display: flex;
	margin-top: 5rem;
	align-items: flex-start;
}

a.btnAdvice {
	display: inline-flex;
	margin-right: 1.25rem;
	border-radius: 0.625rem;
	color: #333;
	text-align: center;
	font-size: 1.25rem;
	padding: 0 3rem;
	height: 3.5rem;
	line-height: 3.5rem;
	background: #fff;
}

a.btnAdvice:hover {
	background: #F08200;
	color: #fff;
}


a.btnAccess {
	display: inline-flex;
	border-radius: 0.625rem;
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	padding: 0 3rem;
	height: 3.5rem;
	line-height: 3.3rem;
	box-sizing: border-box;
	border: solid 2px #2fd2fd;
}

a.btnAccess:hover {
	background-color: #00A0E9
}


.imgbanner {
	opacity: 0;
	transform: translateX(4rem);
	animation: headerRightSlideIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

@keyframes headerLeftSlideIn {
	from {
		opacity: 0;
		transform: translateX(-4rem);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes headerRightSlideIn {
	from {
		opacity: 0;
		transform: translateX(4rem);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}







/*弹窗**/
.navBarCnt {
	position: absolute;
	display: flex;
	width: 100%;
	height: 16rem;
	left: 0;
	top: 180%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	box-shadow: 0 1rem 0.625rem -1rem rgba(24, 87, 235, 0.08);
	z-index: 9;
}

ul.navBar li:hover>.navBarCnt {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

/*弹窗内容-左侧**/
.nav-info {
	width: 20%;
	padding: 2rem 4rem;
	background-color: #f5f5f5;
	overflow: hidden;
}

.nav-info h3 {
	font-size: 1.5rem;
}

.nav-info p {
	margin-top: 1rem;
	line-height: 1.75rem;
	color: #999;
	font-size: 0.875rem;
}

/*弹窗内容-右侧菜单**/
.nav-menu {
	display: flex;
	gap: 2.5rem;
	width: 80%;
	padding: 2rem 2rem;
	overflow: hidden;
}

.nav-menu .item {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.nav-menu .menu {
	padding-bottom: 0.75rem;
	margin-bottom: 0.75rem;
	color: #25448C;
	border-bottom: 1px solid #eee;
}

.nav-menu i.menuicon {
	float: left;
	margin-right: 0.5rem;
	margin-top: 0.4rem;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 2px;
	background: linear-gradient(90deg, #1857EB 0%, #009FFF 100%);
}


.nav-menu .submenu {}

a.nav-submenu {
	display: block;
	width: 7.5rem;
	padding-left: 1.5rem;
	line-height: 2.25rem;
	border-bottom: 1px solid transparent;
}

a.nav-submenu2 {
	display: block;
	float: left;
	margin: 0 0.5rem;
	padding: 0 0.5rem;
	line-height: 2.25rem;
	border-bottom: 1px solid transparent;
}

a.nav-submenu:hover,
a.nav-submenu2:hover {
	color: #1857EB;
	border-bottom: 1px solid #FE7F28;
}



/*登录注册*/
.header-right {
	float: right;
	margin-top: 0.5rem;
}

a.btn-login {
	display: inline-flex;
	margin-right: 1.25rem;
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	background: #1E3A8A;
	border-radius: 0.375rem;
}

a.btn-login:hover {
	background: #2563EB;
}


a.btn-register {
	display: inline-flex;
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #2563EB;
	border-radius: 0.375rem;
}

a.btn-register:hover {
	background-color: #2563EB
}



/*----首页banner----**/
.bannerHome {
	position: relative;
	background-color: #1E3A8A;
}

/*通栏轮播图高�?*/
.slideBox {}

.slideBox .bd img {}

/*----通栏轮播�?---**/
.slideBox {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slideBox .hd {
	position: absolute;
	right: 3%;
	bottom: 10px;
	height: 15px;
	overflow: hidden;
	z-index: 1;
}

.slideBox .hd ul {
	float: left;
	overflow: hidden;
	zoom: 1;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 8px;
	width: 14px;
	height: 14px;
	background: #fff;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.slideBox .hd ul li.on {
	opacity: 1;
	filter: alpha(opacity=100);
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	display: block;
	margin: 0 auto;
}

/* 下面是前/后按钮代码，如果不需要删除即�?**/
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 5%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.slideBox .next img {
	transform: rotate(180deg);
}

/*----搜索�?---**/
.lay-search {
	position: relative;
	top: -4rem;
	margin: 0 auto;
	margin-bottom: -2rem;
	width: 58.75rem;
	height: 8.5rem;
	padding: 1rem 1.875rem;
	border-radius: 1.25rem;
	border: 1px solid #E1E1E1;
	opacity: 0.8;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0 1.875rem 2.5rem 0.625rem rgba(24, 87, 235, 0.08);
	backdrop-filter: blur(4px);
	z-index: 1000;
}

/* stray */

/*舱单的多元发送体�?/*/
ul.tab-service {
	display: flex;
	justify-content: center;
	gap: 2rem;
	width: max-content;
	margin: 0 auto;
	margin-top: 2rem;
	border-radius: 6px;
	border: 1px solid #EFEFEF;
	background: #F4F9FF;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

ul.tab-service li {
	padding: 0 2rem;
	height: 3rem;
	line-height: 3rem;
	margin: 0.5rem;
	font-size: 1.125rem;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.20);
	cursor: pointer;
}

ul.tab-service li.active {
	border-radius: 6px;
	border: 1px solid #EFEFEF;
	background: #FFF;
}

.tabContent {
	display: flex;
	gap: 5rem;
	height: 40rem;
	box-sizing: border-box;
	padding: 4rem 6rem 0 10rem;
	background: url("../images/servicebg.png") center no-repeat;
	overflow: hidden;
}

.tabContent .tab-leftct,
.tabContent .tab-right {
	opacity: 0;
	will-change: transform, opacity;
}

.tabContent.is-animated .tab-leftct {
	animation: tabLeftSlideIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.tabContent.is-animated .tab-right {
	animation: tabRightSlideIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes tabLeftSlideIn {
	from {
		opacity: 0;
		transform: translateX(-3rem);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes tabRightSlideIn {
	from {
		opacity: 0;
		transform: translateX(3rem);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.tab-leftct {
	width: 400px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
}

.tabct1 {
	background-image: url("../images/service-tab1.png")
}

.tab-right {
	display: flex;
	flex-direction: column;
	gap: 3rem;

}

.tab-right h4 {
	margin-top: 4rem;
	font-size: 1.75rem;
}

.tab-right p {
	font-size: 1.125rem;
	line-height: 2.5rem;
}

.tab-right a.btn-go {
	padding: 0 1.5rem;
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.125rem;
	text-align: center;
	color: #fff;
	border-radius: 2rem;
	background: #00a0e9;
}

.tab-right a.btn-go:hover {
	background: #f08200;
}

/*核心竞争�?/*/
.lay-competitiveness {
	display: flex;
	gap: 3rem;
	padding: 4rem 0;
	height: 34.375rem;
	background-image: url("../images/competitiveness-bg.png");
	background-position: center;
	/* 图片始终居中 */
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;

}

.lay-competitiveness .item {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 2rem 1rem 0 4rem;
	gap: 1rem;
	background-position: bottom right;
	background-repeat: no-repeat;
	transition: transform 0.45s ease, box-shadow 0.45s ease, background-position 0.45s ease;
}

.lay-competitiveness .item:hover {
	transform: translateY(-0.75rem);
	background-position: right bottom 0.5rem;
}


.lay-competitiveness .itembg1 {
	background-image: url("../images/competitiveness-1.png");
}

.lay-competitiveness .itembg2 {
	background-image: url("../images/competitiveness-2.png");
}

.lay-competitiveness h4 {
	font-size: 1.5rem;
	margin-bottom: 1rem;

}

.lay-competitiveness .cmp-label {
	color: #ffff;
	width: 10rem;
	line-height: 2.25rem;
	text-align: center;
	border-radius: 30px;
}

.lay-competitiveness .label1 {

	border: 1px solid #7BA5EC;
	background: linear-gradient(180deg, #EBF3FF 0.48%, #4387F9 8.65%, #7BA5EC 100%);
}


.lay-competitiveness .label2 {
	border: 1px solid #64B9E8;
	background: linear-gradient(180deg, #EBF3FF 0.48%, #45A5DA 8.65%, #64B9E8 100%);
}

.lay-competitiveness .cmp-p {
	width: 88%;
	line-height: 2rem;
}



/*生态合作伙�?/*/

.lay-partner-wrap {
	position: relative;
	overflow: hidden;
	padding: 4rem 12px;
	width: calc(86.75rem + 24px);
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.lay-partner {
	display: flex;
	gap: 2.5rem;
	width: max-content;
	margin-left: 0;
}

.lay-partner .item {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0 0 27.25rem;
	width: 27.25rem;
}

a.partner-link,
a.partner-link:visited {
	color: #333;
}

.partner-link {
	text-decoration: none;
	transition: all 0.3s;
}

.partner-link:hover {
	transform: translateY(-0.5rem);
}

.lay-partner .item .cmp-img {
	height: 12rem;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	z-index: 1;
}

.lay-partner .item .cmp-img img {}


.lay-partner .item .cmp-info {
	position: relative;
	margin-top: -2rem;
	height: 10rem;
	border-radius: 20px;
	padding: 1.5rem 2.5rem;
	background: linear-gradient(180deg, #EEEFF4 0%, #FFF 100%);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
	z-index: 10;
}

.lay-partner .item .cmp-info h4 {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.lay-partner .item .cmp-info img {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-width: none;
	flex-shrink: 0;
	margin-right: 1rem;
}

.lay-partner .item .cmp-info p {
	line-height: 1.75rem;
}


.partner-arrow {
	display: flex;
	justify-content: center;
	width: 200px;
	margin: 0 auto;
	gap: 1rem;
}

.partner-arrow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 0.5rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
	cursor: pointer;
	transition: all 0.3s ease;
}

.partner-arrow-btn:hover {
	background: #E6F2FF;
}

.partner-arrow-btn.disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.partner-arrow-btn.disabled:hover {
	background: #fff;
}

.partner-arrow img {
	display: inline-block;
}

.partner-arrow img.img-right {
	transform: scaleX(-1);
}

/*----大标�?---*/
.lay-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.lay-title h3 {
	font-size: 2rem;
	margin-bottom: 0.625rem;
}

/*.lay-title h4{
	margin-bottom: 2.5rem;
	font-size: 1.125rem;
	font-weight: normal;
	color: #666;}

.lay-title h3.white{color: #fff;}
.lay-title h4.white{color: #aaa;}


/*----父模�?---*/
.lay-board {
	display: flex;
	justify-content: center;
	gap: 1.875rem;
	padding: 1.25rem;
}


/*模块-我们的产�?/*/

.board-1 {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 31rem;
	padding: 2rem;
	border: 1px solid #D2E0FF;
	/*cursor:pointer;*/
	box-sizing: border-box;
	border-radius: 1.25rem;
	border: 1px solid #EFEFEF;
	overflow: hidden;
	will-change: transform,
		box-shadow;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.45s ease,
		background-color 0.45s ease;
}

.board-1::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.25) 100%);
	opacity: 0;
	transform: translateY(1rem);
	transition: opacity 0.45s ease, transform 0.45s ease;
	pointer-events: none;
}

.board-1:hover {
	box-shadow: 0 0.5rem 1rem rgba(30, 58, 138, 0.12);
}

.board-1:hover::before {
	opacity: 0;
}

.board-1_bg1 {
	background: linear-gradient(180deg, #F4F8FF 0%, #C5DBFF 100%);
}

.board-1_bg2 {
	background: linear-gradient(180deg, #F1FAFF 0%, #C0E9FF 100%);
}

.board-1_bg3 {
	background: linear-gradient(180deg, #F2F0FF 0%, #DFD9FF 100%);
}


.board-1 .title {
	height: 3rem;
	flex-shrink: 0;
}

.board-1 .title h3 {
	float: left;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #000;
}

.board-1 .pr-list-out {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 0.5rem;
	transition: transform 0.45s ease;
}

.board-1 .pr-list {
	display: flex;
	justify-content: center;
	height: 3rem;
	line-height: 3rem;
	transition: transform 0.3s ease;
}

.board-1 .pr-list span.pr-name {
	text-align: center;
	display: block;
	width: 5rem;
	color: #fff;
	padding: 0 1rem;
	border-radius: 10px 0 0 10px;
	background: linear-gradient(180deg, #AEB5C4 2%, #5B6A88 11%, #8291B0 96%);
}

.board-1 .pr-list span.pr-info {
	color: #333;
	display: block;
	padding: 0 1.5rem;
	flex: 1;
	border-radius: 0 10px 10px 0;
	border: 1px solid rgba(144, 157, 183, 0.20);
	background: linear-gradient(180deg, #F0F6FC 2%, #E0E8F5 11%, #F0F7FF 96%);
}


.board-1 .pr-list2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: transform 0.3s ease;
}

.board-1 .pr-list2 span.pr-name2 {
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	display: block;
	width: 5rem;
	color: #fff;
	padding: 0 1rem;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(180deg, #AEB5C4 2%, #5B6A88 11%, #8291B0 96%);
}

.board-1 .pr-list2 span.pr-info2 {
	color: #333;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	display: block;
	padding: 0 0.5rem;
	flex: 1;

	border-radius: 0 10px 10px 10px;
	border: 1px solid rgba(144, 157, 183, 0.20);
	background: linear-gradient(180deg, #F0F6FC 2%, #E0E8F5 11%, #F0F7FF 96%);
}






.board-1 .pr-list:hover,
.board-1 .pr-list2:hover {
	transform: translateY(-3px);
}

.board-1 .pr-list:hover span.pr-name {
	background: linear-gradient(180deg, #AEB5C4 2%, #5B6A88 11%, #333 96%);
}

.board-1 .pr-list:hover span.pr-info {
	background: linear-gradient(180deg, #F0F6FC 2%, #E0E8F5 11%, #fff 96%);
}

.board-1 .pr-list2:hover span.pr-name2 {
	background: linear-gradient(180deg, #AEB5C4 2%, #5B6A88 11%, #333 96%);
}

.board-1 .pr-list2:hover span.pr-info2 {
	background: linear-gradient(180deg, #F0F6FC 2%, #E0E8F5 11%, #fff 96%);
}

.board-1 .div-label {
	height: 3rem;
	flex-shrink: 0;
	display: flex;
	margin: 2rem;
	gap: 10px;
	transition: transform 0.45s ease;
}

.board-1 .div-label span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.875rem;
	padding: 0 1rem;
	font-size: 0.875rem;
	border-radius: 1.25rem;
	background: rgba(211, 219, 228, 0.60);
}

.board-1:hover .pr-list-out,
.board-1:hover .div-label {}

.board-1:hover .div-label span {
	/*background: #BFDBFE;*/
}



/*----模块-行业解决方案----**/
.board-2 {
	position: relative;
	display: flex;
	flex: 1;
	height: 32.875rem;
	border: 1px solid #D2E0FF;
	background-color: #EFF6FF;
	border-radius: 1.25rem;
	/*box-shadow:0px 4px 25px -15px #aaa;**/
	transition: all 0.5s;
}

.board-2:hover {
	box-shadow: 0px 4px 25px -15px #666;
	transition: all 0.5s;
}


.board-2 .title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 8rem;
	height: 32.875rem;
	border-radius: 1.25rem 0 0 1.25rem;
	background: -webkit-linear-gradient(#BFDBFE 0%, #EFF6FF 100%);
	background: -o-linear-gradient(#BFDBFE 0%, #EFF6FF 100%);
	background: linear-gradient(#BFDBFE 0%, #EFF6FF 100%);
}

.board-2 .title h3 {
	margin-top: 8rem;
	font-size: 1.75rem;
	color: #333;
}

.board-2 .title .pr-icon {
	flex: 1;
	width: 100%;
	height: 10rem;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.board-2_img1 {
	background-image: url("../images/pr-icon1.png");
}

.board-2_img2 {
	background-image: url("../images/pr-icon2.png");
}

.board-2_img3 {
	background-image: url("../images/pr-icon3.png");
}




.board-2 .div-pr {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 1rem 2.75rem 2rem 2.25rem;
}

.board-2 .list-pr,
.board-2 a.list-pr {
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #DCDCDC;
}

.board-2 .list-pr .pr-name,
.board-2 .list-pr a.pr-name {
	display: flex;
	align-items: center;
	line-height: 3rem;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0.5rem;


}

.board-2 .list-pr img,
.board-2 a.list-pr img {
	padding-right: 1rem;
}

.board-2 .list-pr .pr-introduce,
.board-2 .list-pr a.pr-introduce {
	line-height: 1.5rem;
	color: #666;
}

.board-2 a.list-pr:hover {
	margin-top: 1.2rem;
	padding-bottom: 1.3rem;
}

.board-2 a.list-pr:hover .pr-name {
	color: #2563EB;
}


/*----模块-产品优势----**/
.board-3 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	flex: 1;
	height: 17.25rem;
	padding: 2rem 0;
	background-color: #fff;
	border-radius: 1.25rem;
	/*box-shadow:0px 4px 25px -15px #aaa;**/
	box-shadow: 0.25rem 0.125rem 0.125rem #eee;
	transition: all 0.5s;
}

.board-3 img {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 1rem 0;
	z-index: 11;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}


.board-3 h3 {
	font-size: 1.5rem;
}

.board-3 .txt {
	text-align: center;
	line-height: 2rem;
	color: #666;
}

.board-3:hover {
	padding-top: 3rem;
	padding-bottom: 1rem;
	background-color: var(--secondColor, #e5f1fc);
	transition: all 0.5s;
}

.board-3:hover img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
}



/*----模块-服务优势----**/
.board-4 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	flex: 1;
	padding: 1.5rem 0;
	color: #fff;
}

.board-4 .number {
	font-size: 2rem;
}

.board-4 .num-item {
	display: inline-block;
	font-size: 3rem;
	font-weight: bold;
}

.board-4 .title {
	font-size: 1.5rem;
}

.ad-begin {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 1rem;
	align-items: center;
	background: rgba(7, 41, 102, 0.50);
	backdrop-filter: blur(10px);
}

.ad-begin .ad-txt {
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: bold;
	background: linear-gradient(90deg, #338BF0 0%, #C3DDFE 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ad-begin .ad-login {
	display: flex;
	gap: 1rem;
}

.ad-begin a.btn-ad-login {
	display: block;
	margin-top: 0.75rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0 2rem;
	border-radius: 2rem;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, #f5ce62, #e43603, #155DFC, #e85a19);
	color: #fff;
	transition: all .5s ease-in-out;
	box-shadow: 0 4px 15px 0 #A13B00;
}

.ad-begin a.btn-ad-login:hover {
	background-position: 100% 0;
	transition: all .5s ease-in-out;
	box-shadow: 0 4px 15px 0 #0059BF;
}

.ad-begin .txt-login {
	color: #fff;
	line-height: 2rem;
}

.ad-begin a.btn-ad-register {
	font-size: 1.125rem;
	color: #FF9F17;
	margin: 0 0.25rem 0 0;
}

.ad-begin a.btn-ad-register:hover {
	color: #e43603;
	margin: 0 0 0 0.25rem;
}


/*----合作伙伴----*/
.lay-board-partner-logo {
	position: relative;
	overflow: hidden;
	padding: 1rem 0;
}

.lay-board-partner-logo:before,
.lay-board-partner-logo:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5rem;
	z-index: 5;
	pointer-events: none;
}

.lay-board-partner-logo:before {
	left: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.lay-board-partner-logo:after {
	right: 0;
	background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}


/*我们的客�?/*/

.linkcmp {
	display: flex;
	gap: 1.5rem;
	width: max-content;
	margin-left: 0;
	transform: translateX(0);
	will-change: transform;
}

.linkcmp img {
	border-radius: 0.75rem;
	border: 1px solid #ddd;
	flex-shrink: 0;
}


/*footer*/

#footer {
	clear: both;
	background: #000 url("../images/footer-bg.png") center no-repeat;
	overflow: hidden;

}

.lay-footer {
	display: flex;
	margin-top: 1rem;
	gap: 1.5rem;
	align-items: flex-start;
}

.lay-footer ul {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.lay-footer ul li {
	color: #aaa;
	line-height: 2rem;

}

.lay-footer ul li.title {
	font-size: 1.125rem;
	color: #fff;
	margin-bottom: 1rem;

}

.lay-footer ul li a {

	line-height: 2rem;
	color: #aaa;
}

.lay-footer ul li a:hover {
	margin: 0 0 0 0.25rem;
	color: #fff;
}

.lay-footer2 {
	display: flex;
	border-top: 1px solid #666;
	margin-top: 1rem;
	padding: 0.5rem 0;
	justify-content: space-between;
	line-height: 2rem;

}

.lay-footer2 .copyr {
	color: #666;
}



.lay-footer .div-weixin {
	flex: 1;
	text-align: center;
	color: #aaa;
}

.lay-footer .div-weixin img {
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}




.layout-sub {
	width: 90rem;
	position: relative;
	margin: 4rem auto;
	overflow: hidden;
	padding: 0 1rem;
}

.sub-title {
	font-size: 2rem;
	color: #061966;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #F08200;
	display: inline-block;
}

.sub-content p {
	font-size: 1.125rem;
	color: #444;
	line-height: 2;
	margin-bottom: 1.5rem;
	text-indent: 2.25rem;
	text-align: justify;
}

.sub-content p:last-child {
	margin-bottom: 0;
}

/* FAQ 问答样式 */
.qa-item {
	margin-bottom: 3rem;
}

.qa-question {
	font-size: 1.25rem;
	font-weight: bold;
	color: #061966;
	margin-bottom: 1rem;
	padding: 0.75rem 1rem 0.75rem 2.5rem;
	position: relative;
	background-color: #f4f7ff;
	border: 1px solid #e1e8f5;
	border-radius: 6px;
}

.qa-question::before {
	content: "Q:";
	position: absolute;
	left: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	color: #F08200;
	font-style: italic;
	font-size: 1.2rem;
}

.qa-answer {
	font-size: 1.0625rem;
	color: #555;
	line-height: 1.8;
	padding-left: 2.5rem;
	position: relative;
	margin-top: 0.5rem;
}

.qa-answer::before {
	content: "A:";
	position: absolute;
	left: 0.75rem;
	color: #2C4FA3;
	font-weight: bold;
}

.qa-answer p {
	margin-bottom: 1rem;
	text-indent: 0 !important;
	/* 覆盖之前的全局 p 设置 */
}

.qa-answer ul {
	margin: 1rem 0;
	list-style: disc;
	padding-left: 1.5rem;
}

.qa-answer li {
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

.qa-answer ul ul {
	list-style: circle;
	margin: 0.5rem 0 0.5rem 1.5rem;
}



.banner-sub {
	position: relative;
	margin-top: 5rem;
	height: 12.5rem;
	overflow: hidden;
	background-color: #020e04;
}

.banner-sub img {
	display: block;
	margin: 0 auto;
}

.partnerbg {
	position: relative;
	width: 100%;
	height: 700px;
	background: url("../images/ct-1.jpg") center no-repeat;

	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 中心生态圈 */
.center-circle-wrap {
	position: relative;
	width: 600px;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.circle-layer {
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(130, 180, 255, 0.2);
}

.layer-1 {
	width: 100%;
	height: 100%;
	background: rgba(230, 242, 255, 0.05);
}

.layer-2 {
	width: 75%;
	height: 75%;
	background: rgba(230, 242, 255, 0.1);
}

.layer-3 {
	width: 50%;
	height: 50%;
	background: rgba(230, 242, 255, 0.15);
}

.circle-core {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	/*background: linear-gradient(135deg, #6ba3ff 0%, #4a8df8 100%);*/
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.75rem;
	font-weight: bold;
	/*box-shadow: 0 4px 20px rgba(74, 141, 248, 0.5);*/
	z-index: 5;
}

/* 伙伴卡片样式 */
.partner-card {
	position: absolute;
	width: 280px;
	padding: 1.5rem;
	border-radius: 12px;
	background: linear-gradient(135deg, #1c74b9 0%, #3393de 100%);
	color: #fff;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
	z-index: 10;
}

.partner-card:hover {
	transform: translateY(-10px) scale(1.03);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.partner-card h4 {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.partner-card p {
	font-size: 0.9375rem;
	line-height: 1.6;
	opacity: 0.95;
}

/* 卡片定位 */
.card-business {
	top: 15%;
	left: 8%;
}

.card-alliance {
	top: 25%;
	right: 8%;
}

.card-software {
	bottom: 12%;
	left: 18%;
}

/*===================================================响应�?==================================================*/

@media screen and (max-width:767px) {
	html {
		font-size: 14px;
	}

	/*页面容器*/
	.layout,
	.layoutHd,
	.layout-sub {
		width: 92%;
		margin: 2rem auto;
	}

	.layoutSub {
		width: 90%;
	}

	/* 头部 */
	#header-sub {
		height: 4rem;
	}

	.layout-header-sub {
		padding-top: 0.75rem;
		width: 92%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#header-sub .logo {
		margin-right: 0;
	}

	#header-sub .logo img {
		width: 90px;
	}

	.header-right {
		display: flex;
		align-items: center;
		margin-top: 0;
	}

	.header-right a.btn-login,
	.header-right a.btn-register {
		padding: 0 0.75rem;
		height: 1.75rem;
		line-height: 1.75rem;
		font-size: 0.875rem;
		margin-right: 0.5rem;
	}

	/* 移动端菜单按�?*/
	#btn-menu {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 1.5rem;
		height: 1.2rem;
		cursor: pointer;
		margin-left: 0.5rem;
		z-index: 1001;
	}

	#btn-menu span {
		display: block;
		height: 2px;
		width: 100%;
		background: #fff;
		border-radius: 2px;
		transition: all 0.3s ease;
	}

	#btn-menu.open span:nth-child(1) {
		transform: translateY(0.5rem) rotate(45deg);
	}

	#btn-menu.open span:nth-child(2) {
		opacity: 0;
	}

	#btn-menu.open span:nth-child(3) {
		transform: translateY(-0.5rem) rotate(-45deg);
	}

	/* 移动端导航栏 */
	.navBar {
		position: fixed;
		top: 4rem;
		left: 0;
		width: 100%;
		height: 0;
		background: #061966;
		flex-direction: column;
		overflow: hidden;
		transition: height 0.3s ease;
		z-index: 999;
		display: flex !important;
	}

	.navBar.open {
		height: calc(100vh - 4rem);
		overflow-y: auto;
		padding-bottom: 2rem;
	}

	.navBar li {
		float: none;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.navParent>a {
		text-align: left;
		padding: 1rem 2rem;
		margin: 0;
		font-size: 1.125rem;
	}

	.navParent:hover>a,
	li.active a {
		border-bottom: none;
		background: rgba(255, 255, 255, 0.05);
	}

	.navBar ul {
		position: relative;
		visibility: visible;
		opacity: 1;
		display: none;
		background: rgba(0, 0, 0, 0.2);
		border: none;
		box-shadow: none;
		top: 0 !important;
	}

	.navParent.open>ul {
		display: block;
	}

	.navParent>a img.nav-arrow {
		right: 2rem;
	}

	/* Banner */
	.banner {
		flex-direction: column;
		height: auto;
		padding: 4rem 1.5rem 2rem;
		margin-top: 4rem;
		text-align: center;
	}

	.banner .adleft {
		transform: none;
		opacity: 1;
		animation: none;
		margin-bottom: 2rem;
	}

	.adleft .ad {
		font-size: 2rem;
		line-height: 2.8rem;
	}

	.btnbanner {
		margin-top: 2rem;
		justify-content: center;
	}

	a.btnAdvice,
	a.btnAccess {
		padding: 0 2rem;
		height: 3.5rem;
		line-height: 3.5rem;
		font-size: 1.125rem;
	}

	.imgbanner {
		transform: none;
		opacity: 1;
		animation: none;
		width: 100%;
	}

	.imgbanner img {
		width: 100%;
		height: auto;
		max-width: 400px;
		margin: 0 auto;
	}

	/* 产品矩阵 */
	.lay-board {
		flex-direction: column;
		gap: 1.5rem;
		padding: 0.5rem;
	}

	.board-1 {
		height: auto;
		padding: 1.5rem;
		min-height: 25rem;
	}

	.board-1 .div-label {
		margin: 1.5rem 0 0;
		justify-content: center;
		flex-wrap: wrap;
	}

	/* 行业解决方案 (Tabs) */
	ul.tab-service {
		gap: 0.5rem;
		width: 100%;
		overflow-x: auto;
		justify-content: flex-start;
		padding: 0 1rem;
		box-sizing: border-box;
	}

	ul.tab-service li {
		padding: 0 1rem;
		font-size: 1rem;
		flex-shrink: 0;
		margin: 0.25rem;
	}

	.tabContent {
		flex-direction: column;
		height: auto;
		padding: 2rem 1.5rem;
		gap: 2rem;
		text-align: center;
	}

	.tab-leftct {
		width: 100%;
		height: 250px;
		background-size: contain;
		margin: 0 auto;
	}

	.tab-right {
		gap: 1.5rem;
	}

	.tab-right h4 {
		margin-top: 0;
		font-size: 1.5rem;
	}

	.tab-right a.btn-go {
		margin: 0 auto;
	}

	/* 核心竞争�?*/
	.lay-competitiveness {
		flex-direction: column;
		height: auto;
		background-size: cover;
		padding: 2rem 0;
		gap: 2rem;
	}

	.lay-competitiveness .item {
		margin: 1rem;
		padding: 1.5rem;
	}

	.lay-competitiveness .cmp-p {
		width: 100%;
	}

	/* 合作伙伴 */
	.lay-partner {
		gap: 1.5rem;
	}

	.lay-partner .item {
		flex: 0 0 85vw;
		width: 85vw;
	}

	.lay-partner .item .cmp-info {
		padding: 1.5rem;
		height: auto;
		min-height: 8rem;
	}

	/* Footer */
	.lay-footer {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.lay-footer ul {
		margin-bottom: 2rem;
	}

	.lay-footer .div-weixin {
		order: -1;
		margin-bottom: 2rem;
	}

	.lay-footer2 {
		flex-direction: column;
		text-align: center;
		gap: 0.5rem;
	}

	/* 子页面相�?*/
	.banner-sub {
		height: auto;
		margin-top: 4rem;
		overflow: hidden;
	}

	.banner-sub img {
		width: 100%;
		height: auto;
		display: block;
	}

	.layout-sub {
		width: 92%;
		margin: 2rem auto;
	}

	.sub-title {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
		border-bottom: 2px solid #061966;
	}

	.sub-content {
		font-size: 1rem;
		line-height: 1.8;
		color: #333;
	}

	.sub-content p {
		margin-bottom: 1.5rem;
		text-align: justify;
	}

	.sub-content ul,
	.sub-content ol {
		padding-left: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.sub-content li {
		margin-bottom: 0.5rem;
	}

	/* FAQ 页面 */
	.qa-item {
		margin-bottom: 2rem;
	}

	.qa-question {
		font-size: 1.125rem;
		font-weight: bold;
		margin-bottom: 0.75rem;
		color: #061966;
	}

	.qa-answer {
		padding: 1rem;
		background: #f8faff;
		border-radius: 0.5rem;
	}

	/* 生态伙伴页�?*/
	.partnerbg {
		height: auto;
		padding: 3rem 0;
		flex-direction: column;
		gap: 4rem;
	}

	.center-circle-wrap {
		width: 280px;
		height: 280px;
		margin: 0 auto;
		position: relative;
	}

	.circle-core {
		width: 100px;
		height: 100px;
		font-size: 1.25rem;
	}

	.partner-card {
		position: static !important;
		width: 92% !important;
		margin: 0 auto !important;
		transform: none !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.partner-card .card-content {
		padding: 1.5rem;
	}
}

body.lock-scroll {
	overflow: hidden;
}

/*===================================================登录页面===================================================*/
.page-login {
	width: 100%;
	height: 100vh;
	min-height: 850px;
	background: #061966 url("../images/login-bj.jpg") center top no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-aspect-ratio: 1/1) {
	.page-login {
		background-size: 100% auto;
		align-items: flex-start;
	}

	.login-wrapper {
		height: 56.25vw !important;
	}
}

.login-wrapper {
	width: 1440px;
	padding: 0 60px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.login-intro {
	color: #fff;
	max-width: 680px;
	align-self: flex-start;
	margin-top: 80px;
}

.intro-header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.intro-logo {
	height: 54px;
}

.intro-slogan {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: 2px;
	padding-left: 25px;
}

@keyframes slideUpFade {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.intro-title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 45px;
	letter-spacing: 2px;
	color: #fff;
	opacity: 0;
	animation: slideUpFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.intro-features {
	display: flex;
	gap: 30px;
}

.feature-item {
	display: flex;
	align-items: flex-start;
	opacity: 0;
	animation: slideUpFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.feature-item:nth-child(1) {
	animation-delay: 0.15s;
}

.feature-item:nth-child(2) {
	animation-delay: 0.3s;
}

.feature-item:nth-child(3) {
	animation-delay: 0.45s;
}

.feature-item:nth-child(4) {
	animation-delay: 0.6s;
}

.feature-item .feat-icon {
	margin-right: 12px;
	margin-top: 2px;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.feature-item:hover .feat-icon {
	transform: translateY(-5px) scale(1.1);
	filter: drop-shadow(0 4px 10px rgba(0, 210, 255, 0.6));
}

.feature-item .feature-text h4 {
	font-size: 16px;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #fff;
}

.feature-item .feature-text p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.65);
	margin: 0;
	white-space: nowrap;
}

.login-box-glass {
	width: 480px;
	padding: 50px 45px;
	border-radius: 23.89px;
	border: 2.986px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.20);
	box-shadow: 3.5px 3.5px 33.5px 0 rgba(103, 167, 255, 0.60) inset, 0 12px 48px 0 rgba(0, 0, 0, 0.20), 0 0 22.397px 0 rgba(0, 210, 255, 0.20);
	backdrop-filter: blur(9px);
	color: #fff;
	box-sizing: border-box;
}

.login-header {
	text-align: center;
	margin-bottom: 40px;
}

.login-header h3 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #fff;
	letter-spacing: 2px;
}

.login-header p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
}

.login-form .form-group {
	position: relative;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}

.login-form .form-group .input-base {
	width: 100%;
	height: 54px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 8px;
	padding: 0 45px;
	color: #fff;
	font-size: 15px;
	outline: none;
	transition: all 0.3s;
	box-sizing: border-box;
}

.login-form .form-group .input-base::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.login-form .form-group .input-base:focus {
	border-color: #4bcbfa;
	background: rgba(255, 255, 255, 0.2);
}

.login-form .icon-left {
	position: absolute;
	left: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.7);
}

.login-form .icon-right {
	position: absolute;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}

.login-form .form-code {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login-form .form-code .input-code {
	width: 45%;
	padding: 0 15px;
}

.login-form .form-code .code-img {
	margin-left: 10px;
	height: 40px;
	border-radius: 4px;
	background: #fff;
	width: 120px;
	object-fit: cover;
}

.login-form .form-code .code-text {
	font-size: 13px;
	color: #4bcbfa;
	cursor: pointer;
	line-height: 1.4;
	text-align: center;
	flex: 1;
}

.login-form .form-opts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.login-form .form-opts label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.login-form .form-opts input[type="checkbox"] {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	accent-color: #00A0E9;
	cursor: pointer;
}

.login-form .form-opts .forget-link {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s;
}

.login-form .form-opts .forget-link:hover {
	color: #fff;
}

.login-form .btn-login-submit {
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: linear-gradient(90deg, #00d2ff 0%, #007bf5 100%);
	color: #fff;
	font-size: 18px;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(0, 123, 245, 0.4);
	transition: transform 0.3s, box-shadow 0.3s;
	margin-bottom: 25px;
}

.login-form .btn-login-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 123, 245, 0.6);
}

.login-footer {
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	position: relative;
}

.login-footer::before,
.login-footer::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 25%;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
}

.login-footer::before {
	left: 0;
}

.login-footer::after {
	right: 0;
}

.login-footer a {
	color: #4bcbfa;
	text-decoration: none;
	margin-left: 5px;
	transition: color 0.3s;
}

.login-footer a:hover {
	color: #fff;
}

/* Banner Animations */
.banner .banner-slide .adleft {
	animation: none !important;
	opacity: 0;
}
.banner .banner-slide .imgbanner {
	animation: none !important;
	opacity: 0;
}

/* Active slide: Animate In */
.banner .banner-slide.slide-in .adleft {
	animation: customLeftSlideIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards !important;
}
.banner .banner-slide.slide-in .imgbanner {
	animation: customRightSlideIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards !important;
}

/* Exiting slide: Animate Out */
.banner .banner-slide.slide-out .adleft {
	animation: customLeftSlideOut 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards !important;
}
.banner .banner-slide.slide-out .imgbanner {
	animation: customRightSlideOut 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards !important;
}

@keyframes customLeftSlideIn {
	from { opacity: 0; transform: translateX(calc(-4rem + 20px)); }
	to { opacity: 1; transform: translateX(100px); }
}
@keyframes customRightSlideIn {
	from { opacity: 0; transform: translateX(calc(4rem - 20px)); }
	to { opacity: 1; transform: translateX(-50px); }
}

@keyframes customLeftSlideOut {
	from { opacity: 1; transform: translateX(100px); }
	to { opacity: 0; transform: translateX(calc(-4rem + 20px)); }
}
@keyframes customRightSlideOut {
	from { opacity: 1; transform: translateX(-50px); }
	to { opacity: 0; transform: translateX(calc(4rem - 20px)); }
}

/* Services Grid in Banner */
.services-grid {
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 1.5rem 3rem;
	margin-top: 2rem;
	justify-content: start;
}
.services-grid .service-item {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	color: #fff;
	font-size: 1.25rem;
}
.services-grid .service-item img {
	height: 2.5rem;
	width: auto;
	object-fit: contain;
}
.services-grid + .btnbanner {
	margin-top: 5rem;
}

/* Right Floating Menu */
.right-float-menu {
	position: fixed;
	right: 2rem;
	bottom: 5rem;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
.right-float-menu .menu-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.right-float-menu .service-item {
	width: 4.5rem;
	height: 4.5rem;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.right-float-menu .menu-pill {
	background: #fff;
	border-radius: 2.25rem;
	padding: 1.5rem 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	width: 4.5rem;
	align-items: center;
}
.right-float-menu .menu-item img {
	/*width: 1.5rem;
	height: 1.5rem;*/
}
.right-float-menu .service-item img {
	/*width: 2.5rem;
	height: 2.5rem;*/
	border-radius: 50%;
}
/* Hover Tips */
.hover-tip {
	position: absolute;
	right: calc(100% + 1rem + 30px);
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	padding: 0.75rem 1.25rem;
	border-radius: 0.5rem;
	filter: drop-shadow(0 4px 12px rgba(0,0,0,0.1));
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	color: #333;
	font-size: 0.875rem;
}
.hover-tip::after {
	content: '';
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.phone-tip {
	line-height: 1.8;
	text-align: left;
}
.menu-item:hover .hover-tip {
	opacity: 1;
	visibility: visible;
	right: calc(100% + 0.5rem + 30px);
}

/* Feedback Modal */
.feedback-modal-overlay {
	position: fixed;
	top: 0; left: 0; width: 100%; height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.feedback-modal {
	background: #fff;
	width: 35rem;
	border-radius: 1rem;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	overflow: hidden;
	font-family: sans-serif;
}
.feedback-modal .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #eee;
}
.feedback-modal .modal-header h3 {
	margin: 0;
	font-size: 1.25rem;
	color: #333;
}
.feedback-modal .modal-header .close-btn {
	font-size: 1.5rem;
	color: #999;
	cursor: pointer;
}
.feedback-modal .modal-header .close-btn:hover {
	color: #333;
}
.feedback-modal .modal-body {
	padding: 2rem;
}
.feedback-modal .modal-body p {
	font-size: 0.875rem;
	color: #666;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}
.feedback-modal .modal-body textarea {
	width: 100%;
	height: 8rem;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	padding: 1rem;
	font-size: 0.875rem;
	box-sizing: border-box;
	resize: none;
	margin-bottom: 1.5rem;
	outline: none;
}
.feedback-modal .modal-body textarea:focus {
	border-color: #00A0E9;
}
.feedback-modal .modal-body h4 {
	font-size: 1rem;
	color: #333;
	margin-bottom: 0.75rem;
	font-weight: normal;
}
.feedback-modal .modal-body input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	padding: 0.875rem 1rem;
	font-size: 0.875rem;
	box-sizing: border-box;
	outline: none;
}
.feedback-modal .modal-body input:focus {
	border-color: #00A0E9;
}
.feedback-modal .modal-footer {
	padding: 0 2rem 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.feedback-modal .btn-submit {
	width: 100%;
	background: #00AEEF;
	color: #fff;
	border: none;
	padding: 0.875rem;
	border-radius: 0.5rem;
	font-size: 1rem;
	cursor: pointer;
}
.feedback-modal .btn-submit:hover {
	background: #00a0e9;
}
.feedback-modal .btn-cancel {
	width: 100%;
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
	padding: 0.875rem;
	border-radius: 0.5rem;
	font-size: 1rem;
	cursor: pointer;
}
.feedback-modal .btn-cancel:hover {
	background: #f5f5f5;
}
/* --- Banner Refactored Styles --- */
.banner {
    position: relative;
    display: block;
    padding: 0;
}
.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 0;
}
.banner-slide.slide-in {
    z-index: 1;
}
.banner .adleft {
    position: relative;
    z-index: 2;
    align-self: flex-start;
    margin-top: 120px;
}
.banner .imgbanner {
    position: relative;
    z-index: 1;
}
.persistent-btn-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 10;
    pointer-events: none;
}
.persistent-btn-layer .adleft {
    pointer-events: none;
    opacity: 0;
    animation: customLeftSlideIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
    align-self: flex-start;
    margin-top: 120px;
}
.persistent-btn-layer .btnbanner {
    position: absolute;
    left: 10%;
    bottom: 150px;
    z-index: 3;
    pointer-events: auto;
    opacity: 0;
    animation: customLeftSlideIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}
.persistent-btn-layer .ad,
.persistent-btn-layer .imgbanner {
    visibility: hidden;
}
.banner-prev, .banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    transition: background 0.3s;
}
.banner-prev:hover, .banner-next:hover {
    background: rgba(0,0,0,0.4);
}
.banner-prev {
    left: 30px;
}
.banner-next {
    right: 30px;
}
.banner-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    gap: 12px;
}
.banner-dots .dot {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s;
}
.banner-dots .dot.active {
    opacity: 1;
}
