@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
b,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
nav,
menu,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

button,
select,
input,
textarea {
	font-size: 14px;
	font-family: STHeiti-Light, 'Hiragino Sans GB', 'Microsoft Yahei', Arial;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}
html,
body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: STHeiti-Light, 'Hiragino Sans GB', 'Microsoft Yahei', Arial;
	color: #333;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
}

input,
textarea {
	outline: none;
	resize: none;
}

div:active {
	outline: none;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	vertical-align: top;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;  */
}

a {
	color: #333;
	text-decoration: none;
	transition: 0.2s;
	cursor: pointer;
}

a:hover {
	color: #0772fc;
}

/* scrollbar */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-track:hover {
	background: #eee;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #b9b9b9;
}

::-webkit-scrollbar-thumb:hover {
	background: #747474;
}

::-webkit-scrollbar-thumb:active {
	background: #555;
}

/* common ------------------------*/

.layui-btn {
	background-color: #0092ff;
}

.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt120 {
	margin-top: 120px;
}
.h450 {
	height: 450px;
}
.mb10 {
	margin-bottom: 10px;
}

.block {
	width: 100%;
	min-width: 1200px;
	flex: 1 0 auto;
	padding-bottom: 0;
}
.block_box {
	width: 100%;
	background: #f7f8fa;
	padding: 60px 0;
}
.content {
	width: 1200px;
	margin: 0 auto;
}

header {
	width: 100%;
	height: 64px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 1200px;
	padding: 0 calc((100% - 1200px) / 2);
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

.logo {
	width: 160px;
	font-size: 20px;
	font-weight: bold;
	color: #0f172a;
	line-height: 64px;
	white-space: nowrap;
}

.nav {
	flex: 1;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
}

.nav a {
	position: relative;
	display: block;
	height: 64px;
	line-height: 64px;
	font-size: 14px;
	color: #0f172a;
}

.nav a:hover,
.nav a.active {
	color: #0b63ff;
}

.nav a.active:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	height: 2px;
	background: #0b63ff;
}

.search {
	width: 230px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border: 1px solid #d8dee9;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	transition: 0.2s;
}

.search:hover,
.search:focus-within {
	border-color: #0b63ff;
	box-shadow: 0 0 0 2px rgba(11, 99, 255, 0.08);
}

.search .layui-input {
	display: block;
	flex: 1;
	width: 176px;
	height: 34px;
	line-height: 34px;
	border: 0;
	border-radius: 0;
	padding: 0 12px;
	background: transparent;
	font-size: 13px;
	color: #0f172a;
}

.search .layui-input::-webkit-input-placeholder {
	color: #9aa8bd;
}

.search .layui-btn {
	width: 42px;
	height: 34px;
	line-height: 34px;
	padding: 0;
	border: 0;
	border-left: 1px solid #e5eaf3;
	border-radius: 0;
	background: transparent;
	color: #475569;
}

.search .layui-btn:hover {
	color: #0b63ff;
}

.search .layui-icon {
	font-size: 22px;
}

.mobile_nav_toggle {
	display: none;
}

.banner_block {
	position: relative;
	height: 400px;
	margin-top: 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-position: center center !important;
	background-size: cover !important;
	overflow: hidden;
}

.banner_block:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
}

.banner_block strong {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 28px;
	font-size: 52px;
	line-height: 1.35;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
}

.search_box {
	position: relative;
	z-index: 1;
	width: 650px;
	height: 48px;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.25);
}

.search_box .layui-input {
	flex: 1;
	height: 48px;
	line-height: 48px;
	border: 0;
	border-radius: 0;
	padding: 0 24px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.search_box .layui-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.65);
}

.search_box .layui-btn {
	width: 96px;
	height: 48px;
	line-height: 48px;
	border: 0;
	border-radius: 0;
	background: #0b63ff;
	font-size: 15px;
	color: #fff;
}

.content > .title_1:first-child {
	margin-top: 48px;
}

.title_1 {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}

.title_1 span {
	position: relative;
	display: block;
	padding-left: 18px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #0f172a;
}

.title_1 span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 4px;
	height: 28px;
	background: #0b63ff;
}

.title_1 a {
	font-size: 14px;
	color: #0b63ff;
}

.news_block {
	display: flex;
	justify-content: space-between;
	gap: 46px;
	padding-bottom: 48px;
}

.news_box {
	width: 577px;
}

.title_2 {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #0b63ff;
}

.news_box:nth-child(2) .title_2 {
	color: #ff4d18;
}

.news_box li {
	height: 52px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #edf0f5;
}

.news_box em {
	flex: 0 0 auto;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-right: 12px;
	padding: 0 6px;
	border-radius: 3px;
	background: #eaf0ff;
	font-style: normal;
	font-size: 12px;
	color: #0b63ff;
}

.news_box:nth-child(2) em {
	background: #fff0e8;
	color: #ff4d18;
}

.news_box li a {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #0f172a;
}

.news_box li a:hover {
	color: #0b63ff;
}

.news_box li span {
	width: 70px;
	margin-left: 18px;
	text-align: right;
	font-size: 12px;
	color: #8a95a8;
}

.block_box .title_1 {
	margin-bottom: 36px;
}

.block_box .title_1 a:after {
	content: '  →';
}

.img_list {
	display: flex;
	justify-content: space-between;
}

.img_list li {
	position: relative;
	width: 285px;
	height: 192px;
	overflow: hidden;
	border-radius: 8px;
	background: #d8dde7;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.img_list li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: 0.3s;
}

.img_list li:hover img {
	transform: scale(1.05);
}

.img_list li a {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 44px 16px 16px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
	color: #fff;
}

.img_list li a:hover {
	color: #fff;
}

.img_list li span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.88);
}

.img_list li strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
}

.page_head {
	margin-top: 64px;
	padding: 48px 0 44px;
	background: #f6f8fb;
	border-bottom: 1px solid #edf1f6;
}

.back_link {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 22px;
	color: #0b63ff;
}

.back_link .layui-icon {
	margin-right: 6px;
	font-size: 15px;
}

.page_head h1 {
	font-size: 32px;
	line-height: 44px;
	font-weight: bold;
	color: #0f172a;
}

.page_head p {
	margin-top: 6px;
	font-size: 16px;
	line-height: 26px;
	color: #64748b;
}

.news_list {
	width: 860px;
	margin: 48px auto 86px;
}

.news_item {
	display: flex;
	gap: 32px;
	margin-bottom: 64px;
}

.news_item:last-child {
	margin-bottom: 0;
}

.news_pic {
	flex: 0 0 auto;
	width: 326px;
	height: 184px;
	overflow: hidden;
	border-radius: 8px;
	background: #d8dde7;
}

.news_pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: 0.3s;
}

.news_item:hover .news_pic img {
	transform: scale(1.04);
}

.news_info {
	flex: 1;
	min-width: 0;
	padding-top: 2px;
}

.news_meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 20px;
	color: #8a95a8;
}

.news_meta span {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.news_meta .layui-icon {
	margin-right: 4px;
	font-size: 14px;
	color: #9aa8bd;
}

.news_info h2 {
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #0f172a;
}

.news_info h2 a {
	color: #0f172a;
}

.news_info h2 a:hover {
	color: #0b63ff;
}

.news_info p {
	height: 52px;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	color: #26364f;
}

.news_action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 48px;
}

.read_more {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #0b63ff;
	border-bottom: 2px solid #0b63ff;
}

.share_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	color: #8a95a8;
}

.share_btn .layui-icon {
	font-size: 18px;
}

.share_btn:hover {
	color: #0b63ff;
}

.page_product_head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.product_tabs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

.product_tabs a {
	display: block;
	min-width: 78px;
	height: 30px;
	line-height: 28px;
	padding: 0 16px;
	border: 1px solid #e5eaf3;
	border-radius: 15px;
	background: #fff;
	text-align: center;
	font-size: 12px;
	color: #334155;
}

.product_tabs a:hover,
.product_tabs a.active {
	border-color: #0b63ff;
	background: #0b63ff;
	color: #fff;
	box-shadow: 0 6px 14px rgba(11, 99, 255, 0.22);
}

.product_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin: 64px 0 112px;
}

.product_card {
	overflow: hidden;
	border: 1px solid #e8edf5;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
	transition: 0.25s;
}

.product_card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.product_pic {
	position: relative;
	height: 220px;
	overflow: hidden;
	background: #eef2f7;
}

.product_pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: 0.3s;
}

.product_card:hover .product_pic img {
	transform: scale(1.04);
}

.product_pic span {
	position: absolute;
	left: 18px;
	top: 18px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border-radius: 4px;
	background: #0b63ff;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.product_info {
	padding: 28px 32px 32px;
}

.product_info h2 {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 21px;
	line-height: 30px;
	font-weight: bold;
	color: #0f172a;
}

.product_info p {
	height: 52px;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	color: #64748b;
}

.product_info ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px 18px;
	margin: 26px 0 30px;
}

.product_info li {
	display: flex;
	align-items: center;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 20px;
	color: #536276;
}

.product_info li .layui-icon {
	margin-right: 7px;
	font-size: 13px;
	color: #0b63ff;
}

.product_btn {
	display: block;
	height: 42px;
	line-height: 40px;
	border: 1px solid #e8edf5;
	border-radius: 10px;
	background: #f8fafc;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0b63ff;
}

.product_btn:hover {
	border-color: #0b63ff;
	background: #0b63ff;
	color: #fff;
}

.product_consult {
	min-height: 512px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: #1f63f3;
	box-shadow: 0 14px 28px rgba(31, 99, 243, 0.22);
	text-align: center;
	color: #fff;
}

.consult_icon {
	width: 64px;
	height: 64px;
	line-height: 64px;
	margin-bottom: 24px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.18);
}

.consult_icon .layui-icon {
	font-size: 34px;
	color: #fff;
}

.product_consult h2 {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.product_consult p {
	width: 270px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.88);
}

.product_consult a {
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	border-radius: 10px;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #0b63ff;
}

.product_consult a:hover {
	color: #0b63ff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.about_head {
	width: 720px;
}

.about_wrap {
	width: 720px;
	margin: 62px auto 112px;
}

.about_section {
	margin-bottom: 70px;
}

.about_section h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 32px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #0b63ff;
}

.about_section h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 74px;
	height: 1px;
	background: #dbe6ff;
}

.about_section p {
	font-size: 16px;
	line-height: 1.75;
	color: #26364f;
}

.advantage_list {
	padding-top: 28px;
}

.advantage_item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 46px;
}

.advantage_item:last-child {
	margin-bottom: 0;
}

.advantage_item strong {
	flex: 0 0 auto;
	width: 110px;
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
	color: #0f172a;
}

.advantage_item span {
	flex: 1;
	font-size: 14px;
	line-height: 26px;
	color: #536276;
}

.about_note {
	margin-top: 82px;
	padding-top: 48px;
	border-top: 1px solid #edf1f6;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	color: #8a95a8;
}

.contact_head {
	width: 720px;
}

.contact_wrap {
	width: 720px;
	min-height: 650px;
	margin: 62px auto 0;
}

.contact_wrap h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 62px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #0b63ff;
}

.contact_wrap h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 74px;
	height: 1px;
	background: #dbe6ff;
}

.contact_list {
	padding-left: 16px;
}

.contact_item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 58px;
}

.contact_item strong {
	flex: 0 0 auto;
	width: 150px;
	font-size: 17px;
	line-height: 28px;
	font-weight: bold;
	color: #0f172a;
}

.contact_item div {
	flex: 1;
}

.contact_item a {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #0b63ff;
}

.contact_item a:hover {
	color: #004bd6;
}

.contact_item span {
	display: block;
	margin-top: 2px;
	font-size: 13px;
	line-height: 22px;
	color: #8a95a8;
}

.article_top {
	margin-top: 64px;
	background: #f6f8fb;
	border-bottom: 1px solid #edf1f6;
}

.article_top .content {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_share {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #8a95a8;
}

.top_share .layui-icon {
	font-size: 20px;
}

.top_share:hover {
	color: #0b63ff;
}

.article_wrap {
	display: flex;
	align-items: flex-start;
	gap: 48px;
	padding: 48px 0 92px;
}

.article_main {
	width: 812px;
}

.article_label {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-bottom: 18px;
	padding: 0 10px;
	border-radius: 4px;
	background: #0b63ff;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.article_main h1 {
	margin-bottom: 28px;
	padding-bottom: 26px;
	border-bottom: 1px solid #edf1f6;
	font-size: 36px;
	line-height: 1.35;
	font-weight: bold;
	color: #0f172a;
}

.article_meta {
	display: flex;
	align-items: center;
	gap: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #edf1f6;
	font-size: 14px;
	color: #536276;
}

.article_meta span {
	display: inline-flex;
	align-items: center;
}

.article_meta .layui-icon {
	margin-right: 8px;
	font-size: 16px;
	color: #0b63ff;
}

.article_content {
	font-size: 17px;
	line-height: 2.2;
	color: #111827;
	padding-bottom: 44px;
	border-bottom: 1px solid #edf1f6;
}

.article_cover img {
	max-width: 100%;
}

.article_tags {
	padding: 34px 0 64px;
	border-bottom: 1px solid #edf1f6;
}

.article_tags div {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 24px;
	color: #536276;
}

.article_tags .layui-icon {
	margin-right: 6px;
	font-size: 16px;
	color: #8a95a8;
}

.article_tags a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
	padding: 0 12px;
	border-radius: 12px;
	background: #f0f4f9;
	font-size: 13px;
	color: #536276;
}

.article_tags a:hover {
	background: #0b63ff;
	color: #fff;
}

.article_pager {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	padding: 32px 0 48px;
	border-bottom: 1px solid #edf1f6;
}

.article_pager_link {
	display: block;
	min-height: 94px;
	padding: 22px 24px;
	border: 1px solid #edf1f6;
	border-radius: 10px;
	background: #fff;
	color: #0f172a;
}

.article_pager_link:hover {
	border-color: #0b63ff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.article_pager_link span {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 20px;
	color: #8a95a8;
}

.article_pager_link strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #0f172a;
}

.article_pager_next {
	text-align: right;
}

.article_footer_note {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-top: 28px;
	font-size: 13px;
	line-height: 22px;
	color: #8a95a8;
}

.article_footer_note span {
	flex: 1;
}

.article_footer_note em {
	flex: 0 0 auto;
	font-style: italic;
}

.article_sidebar {
	position: sticky;
	top: 80px;
	width: 246px;
	flex: 0 0 auto;
	align-self: flex-start;
}

.side_card {
	border-radius: 14px;
}

.latest_card {
	padding: 26px 24px 28px;
	border: 1px solid #e8edf5;
	background: #f8fafc;
}

.side_card h2 {
	position: relative;
	margin-bottom: 24px;
	padding-left: 16px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #0f172a;
}

.side_card h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 4px;
	height: 24px;
	border-radius: 2px;
	background: #0b63ff;
}

.latest_card li {
	margin-bottom: 26px;
}

.latest_card li span {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #0b63ff;
}

.latest_card li strong {
	display: block;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #0f172a;
}

.latest_card li a:hover strong {
	color: #0b63ff;
}

.all_news {
	display: block;
	margin-top: 10px;
	padding-top: 16px;
	border-top: 1px solid #e1e7f0;
	text-align: center;
	font-size: 13px;
	color: #8a95a8;
}

.all_news:hover {
	color: #0b63ff;
}

.support_card {
	margin-top: 32px;
	padding: 26px 24px;
	background: #1f63f3;
	color: #fff;
}

.support_card h2 {
	margin-bottom: 10px;
	padding-left: 0;
	color: #fff;
}

.support_card h2:before {
	display: none;
}

.support_card p {
	margin-bottom: 24px;
	font-size: 12px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.88);
}

.support_card a {
	display: block;
	width: 72px;
	height: 34px;
	line-height: 34px;
	border-radius: 7px;
	background: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #0b63ff;
}

.support_card a:hover {
	color: #0b63ff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.product_detail_top {
	margin-top: 64px;
	background: #0f172a;
}

.product_detail_top .content {
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dark_back {
	color: #c6d1e1;
}

.dark_back:hover {
	color: #fff;
}

.detail_top_current {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #fff;
}
.detail_top_current > div {
	display: flex;
	flex-direction: column;
}

.detail_top_current span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #8a95a8;
}

.detail_top_current strong {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
}

.detail_top_current a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 18px;
	border-radius: 6px;
	background: #0b63ff;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.detail_top_current a:hover {
	background: #004bd6;
	color: #fff;
}

.product_detail_wrap {
	display: grid;
	grid-template-columns: 500px 1fr;
	gap: 54px;
	padding: 68px 0 70px;
	border-bottom: 1px solid #edf1f6;
}

.product_gallery_box {
	min-width: 0;
}

.product_gallery.layui-carousel {
	width: 500px !important;
	height: 500px !important;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.product_gallery [carousel-item] > div {
	background: #eef2f7;
}

.product_gallery img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.product_gallery .layui-carousel-ind {
	top: -36px;
}

.product_gallery .layui-carousel-ind ul {
	background: rgba(15, 23, 42, 0.22);
}

.product_detail_info {
	min-width: 0;
	padding-top: 2px;
}

.detail_kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.detail_kicker span {
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border-radius: 12px;
	background: #eaf0ff;
	font-size: 12px;
	font-weight: bold;
	color: #0b63ff;
}

.detail_kicker em,
.detail_kicker p {
	font-style: normal;
	font-size: 13px;
	line-height: 22px;
	color: #8a95a8;
}

.product_detail_info h1 {
	margin-bottom: 20px;
	font-size: 42px;
	line-height: 1.25;
	font-weight: bold;
	color: #0f172a;
	letter-spacing: 0;
}

.detail_lead {
	margin-bottom: 34px;
	padding-left: 20px;
	border-left: 4px solid #0b63ff;
	font-size: 17px;
	line-height: 30px;
	color: #536276;
}

.detail_section {
	margin-bottom: 28px;
}

.detail_section h2,
.feature_panel h2,
.spec_block h2 {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #0f172a;
}

.detail_section h2 .layui-icon,
.feature_panel h2 .layui-icon,
.spec_block h2 .layui-icon {
	margin-right: 9px;
	font-size: 17px;
	color: #0b63ff;
}

.detail_section p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #536276;
}

.feature_panel {
	margin-bottom: 34px;
	padding: 28px;
	border-radius: 14px;
	background: #f8fafc;
}

.feature_panel ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 20px;
}

.feature_panel li {
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
	font-size: 13px;
	font-weight: bold;
	color: #334155;
}

.feature_panel li .layui-icon {
	margin-right: 8px;
	font-size: 14px;
	color: #0b63ff;
}

.spec_block {
	margin-bottom: 56px;
}

.spec_list {
	width: 100%;
	overflow: hidden;
	border: 1px solid #edf1f6;
	border-radius: 10px;
}

.spec_item {
	display: grid;
	grid-template-columns: 34% 1fr;
	align-items: center;
	min-height: 46px;
	border-bottom: 1px solid #edf1f6;
}

.spec_item:last-child {
	border-bottom: 0;
}

.spec_item span,
.spec_item strong {
	padding: 0 20px;
	font-size: 13px;
}

.spec_item span {
	color: #8a95a8;
}

.spec_item strong {
	font-weight: bold;
	color: #0f172a;
}

.spec_item:nth-child(even) {
	background: #fafcff;
}

.detail_actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding-top: 40px;
	border-top: 1px solid #edf1f6;
}

.detail_actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: bold;
}

.detail_actions .layui-icon {
	margin-right: 8px;
	font-size: 18px;
}

.primary_action {
	background: #0b63ff;
	color: #fff;
	box-shadow: 0 12px 24px rgba(11, 99, 255, 0.22);
}

.primary_action:hover {
	background: #004bd6;
	color: #fff;
}

.secondary_action {
	background: #f0f4f9;
	color: #334155;
}

.secondary_action:hover {
	background: #e6edf7;
	color: #0b63ff;
}

.related_products {
	padding: 70px 0 104px;
}

.related_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 38px;
}

.related_title h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #0f172a;
}

.related_title a {
	font-size: 13px;
	font-weight: bold;
	color: #0b63ff;
}

.related_products ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.related_products li {
	min-width: 0;
}

.related_products img {
	width: 100%;
	height: 188px;
	display: block;
	margin-bottom: 16px;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.related_products h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #0f172a;
}

.related_products p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 8px;
	font-size: 13px;
	line-height: 22px;
	color: #64748b;
}

footer {
	width: 100%;
	min-width: 1200px;
	flex-shrink: 0;
	background: #0f172a;
	color: #c6d1e1;
}

.footer_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 48px 0 44px;
}

.footer_top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 34px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer_col {
	width: 210px;
}

.footer_about {
	width: 320px;
}

.footer_logo {
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
}

.footer_col h3 {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
}

.footer_col p,
.footer_col a {
	display: block;
	font-size: 13px;
	line-height: 26px;
	color: #c6d1e1;
}

.footer_col a:hover {
	color: #fff;
}

.footer_subscribe {
	width: 280px;
}

.subscribe_box {
	display: flex;
	gap: 8px;
}

.subscribe_box .layui-input {
	flex: 1;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.subscribe_box .layui-btn {
	width: 58px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	border-radius: 4px;
	background: #0b63ff;
}

.footer_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	font-size: 12px;
	color: #9aa8bd;
}

.footer_bottom a {
	display: inline-block;
	margin-left: 22px;
	font-size: 12px;
	color: #9aa8bd;
}

.footer_bottom a:hover {
	color: #fff;
}

.pages{
	padding: 10px 15px;
	text-align: center;
}

.pages a, .pages span{
	display: inline-block;
	height: 32px;
	line-height: 22px;
	padding: 5px 10px;
	margin: 3px;
	border: 1px solid #0092ff;
	background-color: #ffffff;
	color: #0092ff;
}

.pages a.cur, .pages a:hover{
	color: #ffffff;
	background: #0092ff;
	border: 1px solid #0092ff;
}