.cloud-wrap {
	position: relative;
	overflow-x: hidden;
	min-height: 630px;
}

.head-box.cloud-header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
	padding: 4px 16px;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none;
	height: auto !important;
	min-height: 0;
	display: flex;
	align-items: center;
}

.head-box.cloud-header.cloud-header-fixed,
.head-box.cloud-header.cloud-header-nav2 {
	position: relative;
	left: 0;
	width: 100%;
	padding: 0;
}

.head-box.cloud-header.cloud-header-fixed {
	height: 88px !important;
}

.head-box.cloud-header.cloud-header-nav2 {
	height: 123px !important;
}

.head-box.cloud-header.cloud-header-fixed {
	background: linear-gradient(90deg, #0FB2BC 0%, #2E81DD 100%) !important;
}

.head-box.cloud-header.cloud-header-nav2 {
	background: url('/static/cloud/images/nav2_1.png') top center / 100% 100% no-repeat !important;
}

.head-box.cloud-header.cloud-header-fixed .cloud-header-inner,
.head-box.cloud-header.cloud-header-nav2 .cloud-header-inner {
	max-width: 1560px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
	height: 100%;
	box-sizing: border-box;
}

.cloud-header-inner {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	min-width: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	gap: 16px;
}

.cloud-header-left {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.head-box.cloud-header > .cloud-header-inner {
	flex: 1;
	min-width: 0;
}

.head-box.cloud-header .logo {
	flex-shrink: 0;
}

.cloud-header-right {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.head-box.cloud-header .logo a img {
	width: auto;
	height: 80px;
}

.head-box.cloud-header .logo a .logob {
	display: none;
}

.cloud-header-w:hover .logo a .logow {
	display: none;
}

.cloud-header-w:hover .logo a .logob {
	display: block;
}

.cloud-main-nav {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-left: 50px;
	flex-wrap: nowrap;
	flex: 1 1 auto;
	min-width: 0;
}

.cloud-main-nav a {
	font-weight: 100;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	white-space: nowrap;
}

.cloud-main-nav a:hover {
	opacity: 0.88;
	color: #fff;
}

.cloud-header-w {
	transition: background 0.25s;
}

.cloud-header-w:hover {
	background: #fff !important;
	background-image: none !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.cloud-header-w:hover .cloud-main-nav a {
	color: #222;
}

.cloud-header-w:hover .cloud-main-nav a:hover {
	color: #2E81DD;
	opacity: 1;
	font-weight: 500;
}

.cloud-header-w:hover .cloud-user-info,
.cloud-header-w:hover .cloud-username,
.cloud-header-w:hover .cloud-logout,
.cloud-header-w:hover .cloud-usercenter,
.cloud-header-w:hover .cloud-login {
	color: #222;
}

.cloud-search-wrap {
	flex-shrink: 0;
}

.cloud-search {
	border-radius: 20px;
	width: 350px;
	height: 44px;
	max-width: 100%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	display: flex;
}

#keyword.cloud-search-input {
	width: 1px;
	flex: 1;
	min-width: 0;
	height: auto;
	border: 0;
	border-radius: 20px 0 0 20px;
	background: #ffffff;
	padding: 0 30px 0 45px;
	color: #333;
	box-sizing: border-box;
}

#keyword.cloud-search-input::placeholder {
	color: #2E81DD;
	font-size: 15px;
}

.cloud-search-action {
	min-width: 108px;
	padding: 0 14px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	background-color: #0d74db;
	border-radius: 0 20px 20px 0;
}

.cloud-search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	height: 44px;
	padding: 0;
}

.cloud-search-submit img {
	width: 18px;
	height: auto;
	vertical-align: middle;
	flex-shrink: 0;
}

.cloud-search-submit span {
	font-size: 15px;
	line-height: 1;
}

.cloud-login {
	color: #fff;
	font-size: 18px;
	margin-left: 24px;
	letter-spacing: 2px;
	white-space: nowrap;
}

.cloud-login:hover {
	color: #fff;
	opacity: 0.88;
}

.cloud-user-info {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: 24px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}

.cloud-username {
	color: #fff;
	white-space: nowrap;
	font-weight: 500;
}

.cloud-logout, .cloud-usercenter {
	color: #fff;
	white-space: nowrap;
	opacity: 0.9;
}

.banner {
	height: 100%;
	min-height: 630px;
	position: relative;
	z-index: 1;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.banner .slideBox {
	position: relative;
	height: 100%;
	min-height: 630px;
}

.banner .pic .thumb {
	width: 100%;
	height: 630px;
	display: block;
	overflow: hidden;
}

.banner .pic img {
	width: 100%;
	height: 100%;
	min-height: 630px;
	display: block;
	object-fit: cover;
}

.banner .bd .title {
	position: relative;
	z-index: 999;
	margin-top: -40px;
	width: 100%;
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.banner .hd {
	padding: 10px 20px;
	position: absolute;
	bottom: 100px;
	left: 250px;
	z-index: 9999;
}

.banner .hd ul {
	display: flex;
	justify-content: center;
}

.banner .hd li {
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	border-radius: 10px;
	background-color: #ccc;
	margin-right: 10px;
}

.banner .hd li.on {
	width: 40px;
	background-color: #ffffff;
	color: #ffffff;
}

.banner-fb {
	height: 100%;
	min-height: 630px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cate {
	padding: 0 0 30px 0;
}

.cate-in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 10px 30px rgba(15, 40, 80, 0.12);
	padding: 38px 28px;
	box-sizing: border-box;
}

.cate-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 16px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cate-item {
	/* flex: 1 1 0;
	min-width: 200px; */
}

.cat-link {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 62px;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s;
}

.cat-icon {
	flex-shrink: 0;
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.cat-icon img {
	width: 62px;
	height: 62px;
	display: block;
}

.cat-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	min-width: 0;
}

.cat-name {
	font-size: 17px;
	font-weight: 600;
	color: #2d3436;
	line-height: 1.25;
}

.cate-more {
	border-left: 1px solid #d2d2d2;
}

.cate-more-txt {
	font-size: 17px;
	font-weight: 600;
	color: #2d3436;
	line-height: 1.25;
	padding-left: 10px;
}

.cat-sub {
	font-size: 13px;
	color: #4C565D;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cate-sq {
	font-size: 17px;
	font-weight: 400;
	color: #4C565D;
	line-height: 1.25;
}
.cate-more-icon {
	width: 14px;
	height: 14px;
}
.cate-more-en {
	padding-left: 5px;
	font-size: 14px;
}

.stat {
	padding: 10px 0px 40px 0px;
	background: #ffffff;
}

.stat-in {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}


.stat-item {
	position: relative;
	width: 370px;
	height: 140px;
	flex: 0 0 auto;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 4px 18px rgba(15, 40, 80, 0.1);
	display: flex;
	align-items: center;
	padding: 0 30px;
	gap: 16px;
	box-sizing: border-box;
}

a.stat-item {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

a.stat-item:hover {
	box-shadow: 0 8px 22px rgba(15, 40, 80, 0.14);
	transform: translateY(-2px);
}

.stat-item::before,
.stat-item::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 39px;
	box-sizing: content-box;
}

.stat-item::before {
	left: 0px;
	border-left: 10px solid #ECEDEE;
	border-top: 6.5px solid transparent; 
	border-bottom: 6.5px solid transparent;
}

.stat-item::after {
	right: 0px;
	border-right: 10px solid #ECEDEE;
	border-top: 6.5px solid transparent;
	border-bottom: 6.5px solid transparent;
}

.stat-i {
	display: block;
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	object-fit: contain;
}

.stat-r {
	min-width: 0;
	flex: 1;
}

.stat-number {
	margin: 0;
	line-height: 1.25;
	color: #333;
}

.stat-number b {
	font-size: 55px;
	font-weight: 700;
}

.stat-number span {
	font-size: 18px;
	font-weight: 400;
	color: #666;
	margin-left: 6px;
}

.stat-text b {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.stat-bot {
	margin: 8px 0 0;
	font-size: 18px;
	line-height: 1.35;
	color: #999;
}

.notice {
	padding: 0 0 24px;
	background: #ffffff;
}

.notice-in {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 18px 24px;
	box-sizing: border-box;
	border-radius: 6px;
	background: linear-gradient(to right, #E4F7FE, #E4F0FE);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.notice-label {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding-right: 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.notice-label-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 52px;
	padding-top: 2px;
}

.notice-txt {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.notice-line {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	line-height: 1.15;
	letter-spacing: 2px;
}


.notice-body {
	flex: 1;
	min-width: 0;
}

.notice-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.notice-link:hover .notice-title {
	color: #4A70F0;
}

.notice-title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 600;
	color: #222;
	line-height: 1.4;
}

.notice-intro {
	margin: 0;
	font-size: 14px;
	color: #888;
	line-height: 1.5;
}

.notice-more {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	border-radius: 50px;
	background: #4A70F0;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s;
}

.notice-more:hover {
	background: #3a5fd8;
	color: #fff;
}
