﻿/*
|          (0 0)
+=====oOO====(_)=========+
|   Powered By AnXin     |
|   Tel: 0572-5220701    |
|   Creation:2026.07.23  |
+=================oOO====+
|          |__|__|
|           || ||
|          ooO Ooo
*/
@charset "UTF-8";
body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, input, legend, p, s, td, textarea, th { margin: 0; padding: 0; list-style: none; }
body, html { position: relative; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; }
h1, h2, h3, h4, h5, h6 { text-transform: capitalize; }
button, input, select, textarea { font-size: 100%; outline: 0; }
a { color: #369; text-decoration: none; }
em, i { font-style: normal; }
.none { display: none; }
.block { display: block; }
img { border: 0; object-fit: cover; }
table { border-collapse: collapse; border: 0; border-collapse: collapse; }
::selection { background: #ddd; color: #111; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background-color: rgba(50, 50, 50, 0.25); border: 2px solid transparent; border-radius: 0px; background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background-color: rgba(50, 50, 50, 0.5); }
::-webkit-scrollbar-track { background-color: rgba(50, 50, 50, 0.05); }
.clearfix:after { content: "\0020"; display: block; height: 0; clear: both; font-size: 0; visibility: hidden; }
.clearfix { zoom: 1; }
input, textarea, button { border: 0; }
input::placeholder, textarea::placeholder { opacity: 0.5; }
input:focus { border: 0; outline: 0; box-shadow: 0; }
input[type="radio"], input[type="checkbox"] { appearance: none; -webkit-appearance: none; outline: none; display: none; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
.tipMain { position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; border-top: 1px solid #ccc; background: #fff; font-size: 13px; line-height: 40px; }
.tipMain, .tipMain .close { height: 40px; text-align: center; }
.tipMain .close { position: absolute; top: 0; right: 10px; width: 40px; color: red; font-size: 18px; font-family: Arial, Helvetica, sans-serif; cursor: pointer; }
span.spanleft { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
::before, ::after, a, a:hover, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobileMenu b, header, header *, #banner, #banner img, .svg-arrow { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.svg-arrow { position: relative; }
.svg-arrow::before { content: ""; display: block; width: var(--size); height: var(--size); border-top: solid var(--border-w) var(--border-c); border-right: solid var(--border-w) var(--border-c); }
.svg-arrow.top::before { transform: rotate(-45deg); }
.svg-arrow.left::before { transform: rotate(-135deg) }
.svg-arrow.down::before { transform: rotate(135deg); }
.svg-arrow.right::before { transform: rotate(45deg); }

/*通用*/
* { font-weight: 400; box-sizing: border-box; }
body { background-color: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wrapper { margin: 0 auto; position: relative; z-index: 2; }
.text { padding: 0; }
.text, .text * { line-height: 2; color: #333; word-wrap: break-word; }
.text p:not(:last-child) { margin-bottom: 6px; }
.text img { display: inline-block; opacity: 1 !important; max-width: 100%; }
.text video { max-width: 800px; }
.text::after { content: ""; display: table; clear: both; }
.text .table { display: flex; gap: 12px; }
.txt-info { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.txt-info * { -webkit-box-orient: horizontal; width: auto; display: inline; padding: 0; margin: 0; background: none !important; font-family: sans-serif !important; white-space: normal !important; word-wrap: normal !important; word-break: break-all !important; }
.txt-info img { display: none !important; opacity: 0; }
.body-overlay { position: fixed; left: 0; top: 0px; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; display: none; background: rgba(0, 0, 0, 0.6); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.body-overlay.show { z-index: 100; display: block; }
.select { position: relative; display: flex; align-items: center; gap: 8px; }
.select:after { content: ""; display: block; width: 5px; height: 5px; border-right: 1px solid #333; border-bottom: 1px solid #333; -webkit-transform: rotate(45deg); transform: rotate(45deg); pointer-events: auto; }
.select .placeholder, .select ul li a { width: 100%; height: 100%; display: flex; align-items: center; font-size: 14px; font-weight: 400; color: #333; }
.select .placeholder img, .select ul li a img { margin-right: 6px; }
.select .placeholder { cursor: pointer; text-transform: capitalize; }
.select.is-open ul { display: block; }
.select.is-open:after { transform: rotate(225deg); top: 12px; }
.select ul { display: none; border: solid 1px var(--border-color); border-radius: var(--radius); background-color: #fff; position: absolute; z-index: 100; overflow: hidden; width: 100%; top: 100%; left: 0; margin-top: 0px; padding: 8px; width: 100px; margin-left: -37px; max-height: 200px; overflow-x: hidden; overflow-y: auto; }
.select ul li { display: block; float: none !important; width: 100% !important; margin: 0; cursor: pointer; }
#search-box { position: fixed; top: 0; width: 100%; left: 0; background-color: #fff; transition: all 0.3s; transform: translateY(-100%); opacity: 0; z-index: -10; display: flex; justify-content: center; align-items: center; gap: 30px; padding: 30px; box-shadow: var(--box-shadow); }
#search-box.show { transform: translateY(0); opacity: 1; z-index: 1200; }
#search-box .layui-form { display: grid; grid-template-columns: 1fr 60px; gap: 0; width: 100%; max-width: 600px; border: solid 1px var(--border-color); border-radius: 4px; }
#search-box .layui-input-wrap, #search-box .layui-input { height: 58px; border: 0; }
#search-box .layui-input:focus, #search-box .layui-input:hover { border-color: #f00 !important; outline: 0; box-shadow: none !important; }
#search-box .layui-input-affix { line-height: 58px; }
#search-box .search-btn { width: 60px; height: 60px; background: url(../images/icon-search-btn.svg) center center no-repeat; background-size: 32px 32px; cursor: pointer; }
#search-box .close { width: 30px; height: 30px; background: #fff; display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; }
#search-box .close::before, #search-box .close::after { content: ""; display: block; width: 36px; height: 2px; background-color: var(--color-red); position: absolute; cursor: pointer; }
#search-box .close::before { transform: rotate(-45deg); }
#search-box .close::after { transform: rotate(45deg); }
#search-box .close:hover { transform: rotate(180deg); }
.highlight { font-size: 16px; display: inline-block; margin: 0 3px; padding: 2px 6px; border-radius: 3px; background: var(--color-red); color: #fff; }
.search-result .t { border-bottom: solid 1px var(--border-color); font-size: 18px; padding-top: var(--gap-50); padding-bottom: 20px; margin-bottom: 20px; color: var(--color-6); }
.list.search-result { grid-template-columns: repeat(3, 1fr); gap: var(--gap-20); }
.list.search-result .list-li { display: flex; column-gap: 16px; align-items: center; padding: 16px; border-radius: var(--card-radius); border-bottom: solid 1px var(--border-color); position: relative; }
.list.search-result .list-li .stretching { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.list.search-result .list-li img { display: block; width: 100px; }
.list.search-result .list-li .date { font-size: 0.8em; color: var(--color-6); }
.list.search-result .list-li:hover { transform: translateY(-10px); }
@media (max-width:1280px) {
	.list.search-result { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:1024px) {
	#search-box { padding: 24px; gap: 16px; }
	#search-box .layui-form { grid-template-columns: 1fr 50px; }
	#search-box .search-btn { width: 50px; height: 50px; background-size: 26px 26px; }
	#search-box .layui-input-wrap, #search-box .layui-input, #search-box .layui-input { height: 48px; }
}
@media (max-width:640px) {
	.list.search-result { grid-template-columns: 1fr; }
}

/*更多*/
.main-btn { display: flex; align-items: center; pointer-events: auto; }
.main-btn .btn { overflow: hidden; position: relative; transition: all 0.5s; z-index: 3; display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 2.875em; min-height: 36px; padding: 0 1.125em; background: var(--color-6); border: solid 1px var(--color-6); border-radius: var(--radius); }
.main-btn .btn .svg-arrow { --border-w: 2px; --border-c: #fff; --size: 6px; }
.main-btn .btn span { color: #F5F1E6; font-size: 0.9em; text-transform: capitalize; white-space: nowrap; }
.main-btn .btn::after { content: ""; position: absolute; height: 100%; left: 0%; top: 0%; width: 0%; z-index: 5; background: rgba(255, 255, 255, 0.1); }
.main-btn .btn:hover::after { width: 100%; }
.main-btn .btn:hover .svg-arrow { transform: translate(3px, 0); }
.main-btn.center { justify-content: center; }
.main-btn.dark .btn { background: none; border-color: var(--color-9) }
.main-btn.dark .btn::after { background: rgba(0, 0, 0, 0.1); }
.main-btn.dark span { color: var(--color-3) }
.main-btn.dark .btn .svg-arrow { --border-c: #666; }
.main-btn.mt { margin-top: var(--gap-60); }

/*banner*/
#banner { width: 100%; height: 450px; overflow: hidden; position: relative; z-index: 1; background-color: #fff; }
#banner[data-detailed] { height: 600px }
#banner img { width: 100%; height: 100%; display: block; position: absolute; z-index: 1; left: 0; top: 0; animation: bannerImg 2s ease 0s both; }
#banner .banner-txt { position: absolute; z-index: 2; left: var(--wrapper); padding-right: var(--wrapper); top: 50%; transform: translate(0%, -50%); width: calc(100% - var(--wrapper)); max-width: 1200px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; font-weight: 600; }
#banner .banner-txt .p1 { animation: bannerTxt 1s ease 1s both; color: #fff; text-transform: capitalize; line-height: 1.5; font-size: var(--p1); }
#banner .banner-txt .p2 { animation: bannerTxt 1s ease 2s both; line-height: 2; font-size: var(--p2) }
.banner-txt { --p1:64px; --p2:24px; }
@keyframes bannerImg {
	0% { opacity: 0; scale: 1.1; }
	100% { opacity: 1; scale: 1; }
}
@keyframes bannerTxt {
	0% { transform: translate(0%, 50%); opacity: 0; }
	100% { transform: translate(0%, 0%); opacity: 100%; }
}
@keyframes bannerLine {
	0% { width: 0; }
	100% { width: 50px; }
}
@media (max-width:1370px) {
	.banner-txt { --p1:50px; --p2:18px; }
}
@media (max-width:1024px) {
	#banner[data-detailed] { height: 45vh; }
	.banner-txt { --p1:40px; --p2:16px; }
}
@media (max-width:768px) {
	#banner[data-detailed] { height: 30vh; }
	.banner-txt { --p1:24px; }
}

/*******************************
-------[=图片切换-------
********************************/
.swiper-container { width: 100%; position: relative; overflow: hidden; }
.swiper-container img { display: block; width: 100%; height: 100%; }
.swiper-btn { z-index: 10; display: flex; width: 56px; height: 56px; border-radius: 50%; cursor: pointer; align-items: center; justify-content: center; border: 0; background: rgba(0, 0, 0, 0.4); }
.swiper-btn .svg-arrow { --border-w: 3px; --border-c: #fff; --size: 12px; }
.swiper-btn .svg-arrow.left { transform: translateX(5px); }
.swiper-btn .svg-arrow.right { transform: translateX(-5px); }
.swiper-btn.swiper-button-disabled { cursor: not-allowed; }
.swiper-btn.dark { border: solid 1px var(--border-color); background: #fff; }
.swiper-btn.dark .svg-arrow { --border-c: #666; }
.swiper-btn:hover { border-color: #666; }
.slide-inner { position: absolute; z-index: 1; width: 100%; height: 100%; left: 0; top: 0; background-size: cover; background-position: center; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { width: auto; left: 50%; bottom: 16px; }
.swiper-pagination { position: relative; left: 50%; transform: translateX(-50%); display: inline-flex; width: auto; align-items: center; justify-content: center; column-gap: 16px; margin-top: var(--gap-30); }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; }
.swiper-pagination-bullet { background: var(--secondary-color); opacity: 0.3; width: 10px; height: 10px; margin: 0; }
.swiper-pagination-bullet-active { opacity: 1; }
.swiper-tool { position: relative; display: flex; justify-content: center; column-gap: 1.5em; margin-top: var(--gap-40); }
.swiper-tool .swiper-btn { width: 28px; height: 28px; background: var(--color-6); }
.swiper-tool .swiper-btn .svg-arrow { --size: 6px; --border-w: 2px; }
.swiper-tool .swiper-btn .svg-arrow.left { transform: translateX(2px); }
.swiper-tool .swiper-btn .svg-arrow.right { transform: translateX(-2px); }
.swiper-tool .swiper-notification { display: none; }
.swiper-tool .swiper-pagination { position: relative; left: 0%; transform: translateX(0%); margin-top: 0; gap: 12px; }
.swiper-tool .swiper-pagination-bullet { background: var(--color-6); opacity: 1; border-radius: 5px; transition: width 0.5s; }
.swiper-tool .swiper-pagination-bullet-active { background: var(--main-color); width: 24px; border-radius: 5px; }
@media (max-width:860px) {
	.swiper-btn { width: 42px; height: 42px; }
	.swiper-btn .svg-arrow { --size: 8px; }

.swiper-btn .svg-arrow.left { transform: translateX(5px); }
.swiper-btn .svg-arrow.right { transform: translateX(-5px); }
}

/*******************************
-------[=返回顶部-------
********************************/
.backTop-wrap { position: fixed; z-index: 10000; right: 20px; bottom: 20px; height: 50px; width: 50px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1); z-index: 9; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; background: rgba(255, 255, 255, 0.5); }
.backTop-wrap.active-progress { opacity: 1; visibility: visible; transform: translateY(0); }
.backTop-wrap::after { position: absolute; left: 50%; top: 55%; cursor: pointer; display: block; z-index: 1; -webkit-transition: all 200ms linear; transition: all 200ms linear; content: ""; display: block; width: 10px; height: 10px; border-right: 2px solid #333; border-top: 2px solid #333; pointer-events: auto; transform: translate(-50%, -50%) rotate(-45deg); }
.backTop-wrap svg path { fill: none; }
.backTop-wrap svg.progress-circle { width: 100%; height: 100%; }
.backTop-wrap svg.progress-circle path { stroke: #333; stroke-width: 4; box-sizing: border-box; -webkit-transition: all 200ms linear; transition: all 200ms linear; }
@media only screen and (max-width:992px) {
	.backTop-wrap { right: 5px; bottom: 5px; }
}

/*******************************
-------[=列表-------
********************************/
.images { overflow: hidden; position: relative; z-index: 1; width: 100%; height: 0; padding: 0px; margin: 0; }
.images img { width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: 1; left: 0; top: 0; }
.stretching { pointer-events: none; }
.stretching::after { content: ""; display: block; position: absolute; z-index: 7; pointer-events: auto; background-color: rgba(0, 0, 0, 0); width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; }
.list { position: relative; z-index: 1; display: grid; }
.list .list-li { position: relative; }
.list-txt { box-sizing: border-box; position: relative; }
.list-txt .name { text-transform: capitalize; overflow: hidden; position: relative; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.list-txt .date { font-size: 14px; color: var(--color-6); background-position: left center; background-repeat: no-repeat; background-size: 16px 16px; background-image: url(../images/icon-date.svg); padding-left: 24px; }
.list-txt .txt-info { -webkit-line-clamp: 2; line-clamp: 2; }
.list-txt .txt-info, .list-txt .txt-info * { font-size: 12px; }
.list .list-li:hover .list-txt .name { color: var(--main-color); }
.list-txt .more { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--color-6); --border-w: 2px; --border-c: #666; --size: 6px; }
.list-txt .date { font-size: 14px; color: var(--color-6); background: url(../images/icon-date.svg) left center no-repeat; background-size: 16px 16px; padding-left: 28px; }
.list .list-li:hover .list-txt .more .svg-arrow { transform: translateX(5px); }
.list .list-li:hover .images img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

/*******************************
-------[=表单-------
********************************/
.layui-form { display: grid; width: 100%; }
.layui-form-label { padding: 0; text-align: left; float: none; width: 100%; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-3); line-height: 20px !important; height: 20px !important; display: block; }
.layui-input-block { margin-left: 80px; }
.layui-btn.layui-btn-primary { background-color: #fff; }
.layui-btn-primary:hover { border-color: var(--color-3); }
.layui-form-item.btn-group { margin-bottom: 0; }
.layui-input, .layui-textarea { width: 100%; height: 100%; line-height: 100%; background: none; font-size: 14px; color: var(--color-3); box-sizing: border-box; border: 0; background: #fff; }
.layui-input::placeholder, .layui-textarea::placeholder { font-size: 14px; color: var(--color-9); }
.layui-input:focus { border: 0 !important; box-shadow: none !important; }
.layui-input:hover { border: 0 !important; }
.layui-form-item { width: 100%; display: flex; flex-direction: column; gap: 0.5em; margin-bottom: 0; }
.layui-form-item:after { display: none }
.layui-form-item.btn-group { border: 0 !important; border-radius: 0 !important }
.layui-input-affix { line-height: 48px; }
.layui-input-wrap { width: 100%; height: 48px; border: solid 1px rgba(0, 0, 0, 0.3); border-radius: var(--radius); overflow: hidden; }
.layui-textarea { min-height: 60px; padding-top: 8px; padding-bottom: 8px; border: solid 1px rgba(0, 0, 0, 0.3); border-radius: var(--radius); overflow: hidden; min-height: 120px; }
.layui-textarea:focus, .layui-textarea:hover { border: solid 1px rgba(0, 0, 0, 0.3) !important; box-shadow: none !important }
.layui-btn { width: 100%; height: 100%; border-color: var(--main-color); background-color: var(--main-color); border: 0; color: #fff; border-radius: var(--radius); text-transform: uppercase; }
.form { width: 100%; --column: 2 }
.form .prompt { font-size: 12px; color: var(--color-red); text-align: right; }
.form .layui-form { grid-template-columns: repeat(var(--column), 1fr); gap: 20px; }
.form .lg, .form .five { grid-column-end: span var(--column); }
.form .five.layui-form-item { display: grid; grid-template-columns: 1fr 120px; }
.layui-form-item .layui-form-checkbox[lay-skin=primary] { margin-top: 0; }
.layui-form-checkbox > div { padding-right: 8px; }
.layui-form-checkbox[lay-skin=primary] > div { padding-right: 6px; color: var(--color-3); }
.checkbox-wrap { font-size: 14px; }
.layui-form-checkbox[lay-skin=primary]:hover > i { border-color: var(--main-color); }
.layui-form-checked[lay-skin=primary] > i { border-color: var(--main-color) !important; background-color: var(--main-color); }
.checkbox-wrap { display: flex; align-items: center; flex-flow: row wrap; }
.checkbox-wrap a { color: var(--color-3); text-decoration: underline; }
@media (max-width:640px) {
	.form .layui-form { grid-template-columns: 1fr; gap: 8px; }
	.layui-textarea { min-height: 120px; }
	.form .lg, .form .five { grid-column-end: span 1; }
}
@media (max-width:450px) {
	.layui-form-item .layui-form-checkbox { margin-right: 0; margin-bottom: 0; }
}
#dialog-question .form { --column: 3 }

/*******************************
-------[=页码-------
********************************/
.main-page { position: relative; z-index: 1; width: 100%; padding: 0; text-transform: capitalize; display: flex; justify-content: center; align-items: center; gap: 1.5em; margin-top: var(--gap-30); margin-bottom: 0px; }
.main-page .pagination-info { font-size: 16px; color: var(--color-6); }
.main-page .pagination-info span { font-size: 20px; font-weight: 600; color: var(--main-color); margin-left: 8px; margin-right: 8px; }
.main-page .pagination { display: flex; align-items: center; column-gap: 12px; }
.main-page .pagination li { border: 1px solid var(--border-color); background: #fff; border-radius: var(--radius); min-width: 38px; min-height: 38px; display: flex; align-items: center; justify-content: center; }
.main-page .pagination li * { font-size: 16px; }
.main-page .pagination li a, .main-page .pagination li.active span, .main-page .pagination li.prev span, .main-page .pagination li.next span { display: block; width: 38px; text-align: center; font-size: 16px; height: 22px; line-height: 22px; }
.main-page .pagination li a { color: var(--color-3); }
.main-page .pagination li.disabled { border: 0; cursor: not-allowed; }
.main-page .pagination li.active { border-color: var(--main-color); background-color: var(--main-color); color: #fff; }
.main-page .pagination li.active span, .main-page .pagination li.active a { color: #fff; }
.main-page .pagination li:hover a { color: var(--main-color); }
.main-page .pagination li.prev, .main-page .pagination li.next { border: 1px solid var(--border-color); width: 40px; position: relative; }
.main-page .pagination li:hover { border-color: var(--main-color); }
.pagination li.prev a::after { content: ''; position: absolute; top: 12px; left: 16px; width: 10px; height: 10px; border-top: 1px solid var(--color-3); ; border-left: 1px solid var(--color-3); ; transform: rotate(-45deg); }
.pagination li.prev:hover a::after { border-top: 1px solid var(--color-3); ; border-left: 1px solid var(--color-3); ; }
.pagination li.next a::after { content: ''; position: absolute; top: 12px; left: 12px; width: 10px; height: 10px; border-top: 1px solid var(--color-3); ; border-right: 1px solid var(--color-3); ; transform: rotate(45deg); }
.pagination li.next:hover a::after { border-top: 1px solid var(--main-color); border-right: 1px solid var(--main-color); }
@media (max-width:1024px) {
	.main-page { margin-top: 24px; }
}
@media (max-width:860px) {
	.main-page { flex-direction: column; gap: 16px; }
	.main-page .pagination li a, .main-page .pagination li.active span, .main-page .pagination li.prev span, .main-page .pagination li.next span { display: block; padding: 5px 0; width: 32px; font-size: 14px; line-height: 20px; }
	.main-page .pagination li.prev, .main-page .pagination li.next { width: 33px; }
}
@media (max-width:640px) {
	.main-page { margin-top: 16px; }
}

/*******************************
-------[=页面底部------
********************************/
#footer { background: url(../images/footer.webp) center bottom no-repeat; background-size: cover; position: relative; z-index: 2; --default: rgba(255, 255, 255, 0.7); --t: #fff; --hover: #fff; --border: rgba(255, 255, 255, 0.2) }
#footer .footer { display: flex; align-items: flex-start; justify-content: space-between; padding-top: var(--gap-80); padding-bottom: var(--gap-80); }
.footer .left-t { display: flex; align-items: center; width: 100%; }
.footer .logo { background: url(../images/logo-white.svg) no-repeat; background-size: cover; width: 147px; height: 30px; }
.footer .icon-certification { background: url(../images/icon-certification-white.svg) no-repeat; background-size: cover; width: 158px; height: 30px; margin-left: 2em; }
.footer .left-t .txt { font-size: 1.6em; color: var(--default); font-weight: 600; margin-left: 1.5em; }
.footer .qrcode-item, .footer .subscribe p { color: var(--default); }
.footer .subscribe .layui-input-wrap { border: 0 }
.footer .li { display: flex; align-items: start; color: var(--default); margin-bottom: 12px; }
.footer .li:hover { color: var(--hover); }
.footer .li img { width: 20px; height: 20px; display: block; margin-right: 12px; }
.footer .item-title { font-size: 1.25em; margin-bottom: 1em; color: var(--t); }
.footer .footer-left { width: var(--footer-left); display: flex; flex-direction: column; }
.footer .footer-column { flex: 1; display: flex; align-items: flex-start; justify-content: flex-end; gap: var(--footer-gap); }
.footer[data-en] { --footer-left: 340px; --footer-gap: 120px; }
.footer[data-en] .footer-left { gap: var(--gap-60); }
.footer[data-chs] { --footer-left: 300px; --footer-gap: 80px; }
.footer[data-chs] .footer-left { gap: var(--gap-40); }
#footer .copyright { display: flex; align-items: center; justify-content: center; position: relative; height: 60px; }
#footer .copyright::before { content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; height: 1px; background: var(--border) }
#footer .copyright .item { display: flex; align-items: center; gap: 6px; }
#footer .copyright p, #footer .copyright a { line-height: 1.8; color: var(--default); font-size: 14px; opacity: 0.8; }
#footer .copyright a:hover { color: var(--hover) }
@media (max-width:1700px) {
	.footer[data-en] { --footer-gap: 80px; }
	.footer[data-chs] { --footer-gap: 60px; }
}
@media (max-width:1280px) {
	.footer .left-t { flex-direction: column; align-self: flex-start; gap: 12px; }
	.footer .icon-certification, .footer .left-t .txt { margin-left: 0; }
	.footer[data-en] { --footer-left: 240px; --footer-gap: 40px; }
	.footer[data-chs] { --footer-left: 240px; --footer-gap: 20px; }
}
@media (max-width:1025px) {
	.footer[data-en] { --footer-left: 100%; max-width: 400px; margin-left: auto; margin-right: auto; }
	.footer[data-en] .footer-column { display: none }
	.footer[data-chs] { --footer-left: 300px; }
	.footer-column .item { display: none; }
	.footer-column .item.contact { display: block; width: 100%; max-width: 400px; }
}
@media (max-width:769px) {
	.footer .qrcode-wrap { display: none }
}
@media (max-width:641px) {
	.footer[data-chs] { --footer-left: 100%; }
	.footer-column .item.contact { max-width: 100%; }
	.footer .footer-column { flex: auto; width: 100%; }
	.footer .footer-left, .footer[data-chs] { flex-direction: column; justify-content: center; align-items: center; gap: 24px; }
}

/*******************************
-------[=页面------
********************************/
header, #header { width: 100%; }
#header, #header .wrapper, .nav, .nav .nav-item, .nav .nav-item-a { height: 100%; }
#header .wrapper { display: flex; justify-content: space-between; align-items: center; }
header { position: sticky; top: 0; z-index: 11; }
.nav, .nav .nav-item, .nav .nav-item-a { height: 100%; }
#nav { position: absolute; left: 0; bottom: 0; }
.nav { display: flex; align-items: center; }
.nav .nav-item { position: relative; }
.nav .nav-item .nav-item-a { text-decoration: none; padding: 0; margin: 0; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
.nav .nav-item::after, .nav .nav-item::before, .nav .nav-item .sub-nav-list a::before { content: ""; z-index: 1; position: absolute; }
.nav .nav-item:last-child::after { display: none; }
.nav .nav-item::before, .nav .nav-item .sub-nav-list a::before { width: 0px; height: 2px; background: var(--main-color); left: 0; bottom: 0; }
.nav .nav-item .nav-item-a span { position: relative; z-index: 2; white-space: nowrap; text-transform: capitalize; }
.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: 100%; }
.nav .nav-item.active.cuf::before { width: 0; }
.nav .nav-item.sub { padding-right: 20px; }
.nav .nav-item.sub::after { content: ""; position: absolute; right: 0; top: 50%; display: block; width: 6px; height: 6px; border-right: solid 1px #333; border-bottom: solid 1px #333; transform: translateY(-50%) rotate(45deg); margin-left: 5px; }
.nav .nav-item.sub:hover::after { transform: rotate(225deg); margin-bottom: -5px; }
.nav .nav-item.active.sub::after { border-color: var(--main-color); }
.nav .nav-item .sub-nav { position: absolute; width: 200px; left: 0; top: var(--nav-header); margin-left: -20px; display: none; }
.nav .nav-item .sub-nav-list { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: flex-start; background: #fff; border-radius: 0 0 4px 4px; padding: 8px 0 8px 24px; box-shadow: var(--box-shadow); }
.nav .nav-item .sub-nav-list a { white-space: nowrap; display: flex; align-items: center; justify-content: flex-start; color: #333; text-transform: capitalize; position: relative; font-size: 14px; line-height: 36px; }
.nav .nav-item .sub-nav-list a::before { bottom: 0px; left: 0; }
.nav .nav-item .sub-nav-list a:hover { color: var(--main-color); }
.nav .nav-item .sub-nav-list a:hover::before { width: 100%; left: 0; }
.nav .nav-item:hover .sub-nav { display: flex; animation: subNavAni 0.3s ease 0s both; }
@keyframes subNavAni {
	0% { transform: translateY(30px); opacity: 0; }
	100% { transform: translateY(-1px); opacity: 1; }
}
header { background-color: #fff; }
.web-title { width: 100%; position: relative; z-index: 20; padding-top: var(--padding-t); padding-bottom: var(--padding-b); display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.web-title .main { font-size: var(--main-size); letter-spacing: 0.05em; color: var(--color-3); line-height: 1.5; text-transform: capitalize; position: relative; }
.web-title .secondary { font-size: var(--secondary-size); font-weight: 400; color: var(--color-6); line-height: 2; text-transform: capitalize; max-width: 1000px; }
.web-title.center { align-items: center; }
.web-title.center .main, .web-title.center .secondary { text-align: center; }
.web-title.border-top { margin-top: var(--gap-80); border-top: solid 1px var(--border-color); }
.web-title.white > div { color: #fff; }
#place { margin-top: calc(0px - var(--gap-60)); padding-top: 20px; padding-bottom: 20px; }
.place { width: 100%; }
.place, .place a { display: flex; flex-flow: row wrap; align-items: center; }
.place { color: var(--color-3); text-transform: capitalize; }
.place a { color: var(--color-6); }
.place a:after { content: "/"; font-size: 12px; color: var(--color-6); margin-left: 8px; margin-right: 12px; }
.place a:hover { color: var(--color-3); }
.lang-wrap { display: flex; flex-direction: column; }
.lang-wrap a { color: var(--color-3); font-size: 14px; padding: 0.5em 1em; }
.lang-wrap a:hover { background: #f5f6f7; color: var(--main-color); }
.txt-info, .txt-info * { font-size: 14px; line-height: 2; color: var(--color-6); }

/* fancybox 自定义 */
.fancybox-wrap img { cursor: zoom-in; }
.fancybox__container { --fancybox-bg: rgba(0, 0, 0, 0.8); }
.f-button svg { stroke: #fff; }
.fancybox__infobar, .fancybox__infobar span { color: #fff; }
.fancybox__content > .f-button.is-close-btn { --f-button-width: 48px; --f-button-height: 48px; top: -54px; }
.fancybox__content { padding: 16px; border-radius: var(--card-radius); }
.fancybox__backdrop::after { content: ""; position: absolute; width: 10%; height: 10%; filter: blur(2px); left: 50%; top: 50%; transform: scale(11); opacity: 0.3; background-image: var(--bg-image); background-size: cover; background-repeat: no-repeat; background-position: center center; }
.fancybox__toolbar { padding: 16px; }
.fancybox__toolbar, .fancybox__nav, .fancybox__content > .f-button.is-close-btn { --f-button-border-radius: 50%; --f-button-bg: rgba(0, 0, 0, 0.2); --f-button-hover-bg: rgba(0, 0, 0, 0.2); --f-button-active-bg: rgba(0, 0, 0, 0.4); }
.fancybox__toolbar__column.is-right { gap: 16px; }
.fancybox__nav { --f-button-svg-width: 22px; --f-button-svg-height: 22px; }
.fancybox__thumbs.is-classic { --f-thumb-width: 48px; --f-thumb-height: 48px; --f-thumb-gap: 16px; --f-thumb-border-radius: 6px; --f-thumb-outline: 0; }
@media (max-width:860px) { }
.fancybox__container.is-compact .fancybox__slide.has-iframe .fancybox__content { width: 100%; height: 600px; }
.fancybox__slide.has-iframe .fancybox__content { width: 850px; height: 520px; }
.fancybox__caption { font-size: 20px; font-weight: 500; }
.is-compact .fancybox__footer .fancybox__caption { text-align: center; }
.f-thumbs__slide { opacity: 0.5; }
.f-thumbs__slide.is-nav-selected { opacity: 1; }
.f-thumbs__slide__button { background: #fff; }
.f-thumbs__slide__img { object-fit: contain; }
.dialog { display: none; }
.dialog.fancybox__content > .f-button.is-close-btn, .is-compact .dialog.fancybox__content > .f-button.is-close-btn { --f-button-bg: none; --f-button-hover-bg: none; --f-button-active-bg: none; --f-button-svg-width: 20px; --f-button-svg-height: 20px; --f-button-svg-filter: #333; top: 0; right: 0px; }
.dialog.fancybox__content > .f-button.is-close-btn svg, .is-compact .dialog.fancybox__content > .f-button.is-close-btn svg { stroke: #333; }
@media (max-width:860px) { }
.btn-play { display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.btn-play::before, .btn-play::after, .video-list .images::before, .video-list .images::after { content: ""; display: block; position: absolute; }
.btn-play::before, .video-list .images::before { left: 50%; top: 50%; transform: translate(-50%, -50%); background: url(../images/icon-play.svg) center center no-repeat; background-size: contain; width: 72px; height: 72px; z-index: 11; }
.btn-play::after, .video-list .images::after { left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 10; }
.btn-play a { display: block; width: 72px; height: 72px; position: relative; z-index: 102; }
@media (max-width:768px) {
	.btn-play a { width: 100%; height: 100%; }
	.btn-play::before, .video-list .images::before { width: 50px; height: 50px; }
}

/*资讯*/
.article-wrap { display: flex; justify-content: center; align-items: flex-start; gap: var(--gap-30); }
.article-wrap .article-side { width: 30vw; display: flex; flex-direction: column; gap: 20px; position: sticky; top: 20px; }
.article-wrap .article-side .side-title { font-size: 1.125em; color: var(--color-3); }
.article-wrap .article-side .side-title::after { content: ""; display: block; margin-top: 12px; width: 30px; height: 2px; border-radius: 2px; background: var(--main-color); }
.article-wrap .article-side .side-card { display: grid; grid-template-columns: 100px 1fr; gap: 12px 10px; }
.article-wrap .article-side .side-card img { width: 100%; height: 100px; border-radius: var(--radius); grid-row-end: span 2; }
.article-wrap .article-side .side-card .p1 { align-self: flex-end; font-size: 14px; color: var(--color-3); }
.article-wrap .article-side .side-card .date { font-size: 12px; color: var(--color-6); }
.article { width: 100%; background: #fff; padding: var(--gap-40); }
.article-info { display: flex; flex-direction: column; gap: var(--gap-30); margin-bottom: var(--gap-30); padding-bottom: var(--gap-30); }
.article-info .h1 { letter-spacing: 1px; font-size: 2em; line-height: 1.5; color: var(--color-3); text-transform: capitalize; text-align: left; }
.article-info .tool, .article-info .tool span { display: flex; justify-content: flex-start; align-items: center; color: var(--color-6); }
.article-info .tool { gap: var(--gap-40); position: relative; }
.article-info .tool::before, .article-info .tool::after { content: ""; display: block; width: 100%; height: 1px; background: var(--border-color); }
.article-info .tool::before { display: none; }
.article-info .tool span { gap: 8px; white-space: nowrap; }
.article .article-txt { width: 100%; margin: 0 auto; }
.article .article-txt, .article .article-txt * { font-size: 16px; line-height: 2; color: #333; }
.article .article-txt h5 { font-size: 22px; color: #333; font-weight: 600; padding: 20px 0; text-align: center; }
.article .article-txt b { font-size: 18px; color: #333; margin-bottom: 15px; }
.article .article-txt hr { height: 1px; width: 100%; margin: 30px 0; border: 0; display: block; background: #ddd; }
.article .article-txt img { display:inline-block; margin: 16px auto; max-width: 800px; }
.article .article-txt table { width: 100% !important; }
.article .article-txt table td { word-wrap: break-word !important; padding: 10px !important; border: 0 !important; min-width: 50px; max-width: auto !important; line-height: 30px !important; vertical-align: middle !important; }
.article .article-txt table td * { word-wrap: break-word !important; font-size: 16px !important; font-weight: 300 !important; color: #111 !important; line-height: 36px !important; }
.article-page { display: flex; gap: var(--gap-30); justify-content: center; margin-top: var(--gap-40); --border-w: 2px; --border-c: #666; --size: 7px; }
.article-page .item { background: #fff; display: flex; align-items: center; gap: 12px; color: var(--color-6); padding: 0 1.5em; height: 3.125em; border: solid 2px #999 }
.article-page .item .txt { text-transform: capitalize; letter-spacing: 0.1em; color: var(--color-3); overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-clamp: 1; }
.article-page .item .arrow img { width: 7px; height: 14px; }
.article-page .prev { flex-direction: row-reverse; }
.article-page .prev .arrow { transform: rotate(180deg); margin-bottom: -4px; }
.article-page .next .arrow { margin-top: -2px; }
.article-page .item:hover { background: var(--border-color); border-color: var(--color-3); }
.article-page .item:hover .arrow { transform: translateX(5px); }
.article-page .item.prev:hover .arrow { transform: rotate(180deg) translateX(5px); }
@media (max-width:1024px) {
	.article .h1 { font-size: 24px; }
	#detailed .wrapper-bg { background: none; }
	#detailed .wrapper.wrapper-bg { padding-left: 0; padding-right: 0; }
}
@media (max-width:860px) {
	.article-wrap { flex-direction: column; }
	.article-wrap .article-side { display: none; }
}
@media (max-width:640px) {
	.article .h1 { padding-bottom: 0; text-align: left; }
	.article-info .tool { justify-content: flex-start; }
	.article-info { gap: 12px; margin-bottom: 12px; padding-bottom: 12px; }
	.article-info .tool { gap: 8px 20px; }
	.article-page { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); grid-template-areas: 'b b' 'a c'; }
	.article-page .item { justify-content: center; }
	.article-page .prev { grid-area: a; }
	.article-page .item:nth-child(2) { grid-area: b; justify-content: center; }
	.article-page .next { grid-area: c; }
}
@media (max-width:480px) {
	.article .h1 { font-size: 20px; }
	.article .tool span { font-size: 12px; }
	.article .article-txt, .article .article-txt * { font-size: 14px; line-height: 26px; }
}

/*第三方字体*/
@font-face { font-family: 'D-DIN-Bold'; font-weight: 400; font-style: normal; font-display: swap; src: url('D-DIN-Bold.woff2') format('woff2'); src: url('D-DIN-Bold.woff') format('woff'); }
.font-din { font-family: 'D-DIN-Bold'; font-weight: 500; color: var(--main-color); position: relative; }

/*页面*/
#logo { overflow: hidden; width: var(--logo-width); height: 30px; }
.logo, .logo a, .logo a img { width: 100%; height: 100%; display: block; }
.logo a img { object-fit: contain; }
.wrapper { width: 100%; padding-left: var(--wrapper); padding-right: var(--wrapper); }
#body { position: relative; background-color: #fff; }
#body.main { padding-top: var(--gap-60); padding-bottom: var(--gap-60); background-color: var(--page-bg); }
header { height: var(--header-height); background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); }
#nav { --nav-header: 50px; top: calc((var(--header-height) - var(--nav-header)) / 2); left: calc(var(--wrapper) + var(--logo-width) + var(--gap-60)); height: var(--nav-header); z-index: 2; display: flex; align-items: center; justify-content: center; }
.nav { gap: var(--gap-40); }
.nav .nav-item::after { display: none; }
.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { font-size: 16px; color: var(--color-3); }
.nav .nav-item.active .nav-item-a span, .nav .nav-item .nav-item-a:hover span, .nav .nav-item:hover span, .nav-item-a:hover span, .nav .nav-item.active:hover .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a:hover span { color: var(--main-color); }
@media (max-width:1370px) {
	.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span, .banner-nav .swiper-slide a { font-size: 14px; }
}
header.baion.transformY { transform: translateY(-100%); ; }
header.baion { box-shadow: var(--box-shadow); }
.list .list-li { border: solid 1px var(--border-color); border-radius: var(--card-radius); overflow: hidden; }
.list-txt { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.list-txt .name { color: var(--color-3); text-transform: capitalize; }
.social { display: flex; gap: 16px; }
.social .social-item img { display: block; width: 24px; height: 24px; }
.social .social-item.whatsapp { position: relative; z-index: 10000; width: 24px; height: 24px; }
.social .whatsapp-qrcode { position: absolute; margin-top: 12px; margin-left: -65px; top: 0; margin-top: 0px; margin-top: 40px; display: none; border-radius: var(--card-radius); border: solid 1px #ccc; }
.social .whatsapp-qrcode::after { content: ""; display: block; width: 15px; height: 15px; left: 50%; margin-left: -5px; transform: rotate(45deg); background: #ccc; position: absolute; z-index: 1; top: 0; margin-top: 0; margin-top: -5px; }
.social .social-item.whatsapp .whatsapp-qrcode img { display: block; position: relative; z-index: 2; width: 150px; height: 150px; border-radius: var(--card-radius); }
.social .whatsapp:hover .whatsapp-qrcode { display: block; animation: subNavAni 0.3s ease 0s both; }
.top-right { display: flex; gap: var(--gap-30); }
.top-right .item { position: relative; display: flex; align-items: center; gap: 8px; }
.top-right .item.search-btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.top-right .item.lang::after { display: none; }
.top-right .item.lang .select:after { border-color: #000; }
.top-right .item.lang .select ul { top: 30px; left: auto; right: 0; margin-right: -8px; margin-left: 0; min-width: 150px }
.top-right .item.lang .select ul li a { color: var(--color-3); margin-bottom: 12px; }
.top-right .item.lang .select .placeholder { color: var(--color-3); }
.grid-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: var(--grid-gap); align-items: stretch; overflow: hidden; }
.grid-wrap .images { padding-top: 0; height: 100%; }
.txt-wrap { --font-size: 16px; --gap: 20px; --text-c: #666; display: flex; flex-direction: column; gap: var(--gap); }
.txt-wrap .txt { display: flex; font-size: var(--font-size); color: var(--text-c); line-height: 2; }
.txt-wrap .txt::before { content: ""; display: block; width: 6px; height: 6px; border-radius: 6px; background: var(--main-color); margin-top: calc(var(--font-size) - 4px); margin-right: 12px; }

/*页面参数*/
:root { --main-color: #F39A6E;	/*主要颜色 */ --secondary-color: #4E4E4E;	/*辅助颜色 */ --color-red: #DA251D;	/*红色 */ --border-color: #DCDCDC;	/*边框颜色 */ --page-bg: #f5f6f7; --radius: 4px; --btn-radius: 4px; --card-radius: 8px; --text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); --box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1); --subNav-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); --color-3:#010101; --color-6:#4B5563; --color-9:#9CA3AF; --header-height: 80px; --wrapper: 160px; --gap-120:120px; --gap-100:100px; --gap-90:90px; --gap-80:80px; --gap-70:70px; --gap-60:60px; --gap-50:50px; --gap-40:40px; --gap-30:30px; --gap-20:20px; --logo-width: 147px; --process-wrap: 88px; }
@media (max-width:1640px) {
	:root { --gap-120:108px; --gap-100:90px; --gap-90:81px; --gap-80:72px; --gap-70:63px; --gap-60:54px; --gap-50:45px; --gap-40:36px; --gap-30:27px; --gap-20:18px; --wrapper: 64px; }
}
@media (max-width:1400px) {
	:root { --wrapper: 40px; }
}
@media (max-width:1370px) {
	:root { --wrapper: 24px; --gap-120:96px; --gap-100:80px; --gap-90:72px; --gap-80:64px; --gap-70:56px; --gap-60:48px; --gap-50:40px; --gap-40:32px; --gap-30:24px; --gap-20:16px; }
}
@media (max-width:1280px) {
	:root { --gap-120:84px; --gap-100:70px; --gap-90:63px; --gap-80:56px; --gap-70:49px; --gap-60:42px; --gap-50:35px; --gap-40:28px; --gap-30:21px; --logo-width: 100px; --process-wrap: 64px; }
}
@media (max-width:1024px) {
	:root { --gap-120:60px; --gap-100:50px; --gap-90:45px; --gap-80:40px; --gap-70:35px; --gap-60:30px; --gap-50:25px; --gap-40:20px; --gap-30:15px; }
}
@media (max-width:860px) {
	:root { --header-height: 60px; }
}
@media (max-width:768px) { }
@media (max-width:640px) {
	:root { --gap-120:24px; --gap-100:24px; --gap-90:24px; --gap-80:24px; --gap-70:24px; --gap-60:16px; --gap-50:16px; --gap-40:16px; --wrapper: 16px; }
}
.web-title { gap: var(--gap); --gap: 16px; --main-size: 1.8em; --secondary-size: 1e1m; --padding-t: 0; --padding-b: 0 }
.web-title .main { text-transform: capitalize; font-weight: 500; }
.web-title .main::after { content: ""; display: block; width: 40px; height: 2px; background: var(--color-red); margin-top: var(--gap); }
.web-title.center .main::after { margin-left: auto; margin-right: auto; }
.web-title.white .main::after { background: #fff; }
#body.main .web-title { --padding-t: 0; }
#body.main .web-title.border-top { --padding-t: 80px; }
.wrapper-bg { background: #F7F7F7; }
.item-title { position: relative; font-size: 1.125em; font-weight: 500; line-height: 1.5; text-transform: capitalize; color: var(--color-3); }
.item-title span { text-transform: none; }
.item-title.white { color: #fff; }
#email-us { background: url(../images/email-us.webp) center center no-repeat; background-size: cover; --form-w: 600px }
#email-us .wrapper { padding-top: var(--gap-80); padding-bottom: var(--gap-80); display: grid; grid-template-columns: 1fr var(--form-w); gap: var(--gap-60); align-items: center; }
#email-us .form { background: #fff; padding: var(--gap-30); border-radius: var(--card-radius); --column: 1; }
#email-us .form .layui-form { margin-top: var(--gap-20); }
#email-us .form .five.layui-form-item { grid-column-end: span 1; }
#body.main #email-us { margin-bottom: calc(0px - var(--gap-80)); margin-top: var(--gap-80); }
@media (max-width:1280px) {
	#email-us { --form-w: 50vw }
}
.arrow-card { display: grid; overflow: hidden; grid-template-columns: 0 15px; column-gap: 0; align-items: center; width: 15px; height: 24px; transition: width .3s; --border-w: 2px; --border-c: #666; --size: 6px; }
.arrow-card .arrow-txt { white-space: nowrap; width: 0; display: none; line-height: 1; }
.detailed { margin-top: calc(0px - var(--gap-60)); }
.detailed-head { padding-left: var(--wrapper); padding-right: var(--wrapper); position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding-top: var(--gap-40); padding-bottom: var(--gap-40); }
.detailed-head .h1 { font-size: 2em; }
.detailed-body { background: #fff; border-radius: var(--card-radius); padding: var(--gap-20) var(--gap-40) var(--gap-40) var(--gap-40); }
.detailed-body .place { border-bottom: solid 1px var(--border-color); margin-bottom: 20px; padding-bottom: 20px; }
.qrcode-wrap { display: flex; align-items: center; gap: var(--gap-30); }
.qrcode-wrap .qrcode-item { display: flex; flex-direction: column; gap: 12px; font-size: 14px; text-align: center; }
.qrcode-wrap .qrcode-item img { display: block; width: 130px; }
.subscribe { width: 100%; }
.subscribe .layui-input-affix { line-height: 50px; }
.subscribe p { color: var(--color-6); font-size: 14px; margin-bottom: 1em; }
.subscribe .layui-form { border-radius: var(--radius); overflow: hidden; }
.subscribe .layui-input-wrap, .subscribe .layui-input, .subscribe .layui-btn { height: 50px; border-radius: 0; }

/*子栏目*/
#banner-nav { border-top: solid 1px var(--border-color); background: #fff; height: 59px; z-index: 10; position: sticky; top: 0px; margin-bottom: var(--gap-60); margin-top: calc(0px - var(--gap-60)); }
.banner-nav.swiper-container { height: 100%; }
#banner-nav .banner-nav .swiper-wrapper { justify-content: center; }
.banner-nav .swiper-slide { width: auto; padding: 0px; margin: 0; text-transform: capitalize; }
.banner-nav .swiper-slide a { position: relative; height: 100%; display: flex; align-items: center; margin: 0 2em; color: #333; }
.banner-nav .swiper-slide a::before { content: ""; display: block; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; margin-bottom: -1px; background: var(--main-color); }
.banner-nav .swiper-slide a:hover, .banner-nav .swiper-slide.active a { color: var(--main-color); }
.banner-nav .swiper-slide.active a::before { left: 0; width: 100%; }
@media (max-width:1024px) {
	#banner-nav .banner-nav .swiper-wrapper { justify-content: flex-start; }
	.banner-nav .swiper-slide a { margin: 0 24px; }
}
@media (max-width:860px) {
	#banner-nav { height: 59px; }
	.banner-nav .swiper-slide a { margin: 0 16px; }
}
@media (max-width:768px) {
	#banner-nav { height: 59px; top: 60px; }
}
.main-t { display: flex; border-bottom: solid 1px var(--border-color); justify-content: space-between; align-items: flex-end; margin-bottom: var(--gap-40); }
.main-t .banner-nav .swiper-wrapper { justify-content: flex-end; height: 60px; }
.main-t .banner-nav .swiper-slide { margin-left: 30px; }
.main-t .banner-nav .swiper-slide a { margin: 0; }
.section-wrap { margin-bottom: calc(0px - var(--gap-60)); }
.section-wrap .section { padding-top: var(--gap-60); padding-bottom: var(--gap-60); }
.section-wrap .section:nth-child(odd) { background: #fff; }

/* 介绍 */
.about-data { display: flex; align-items: flex-start; }
.about-data .item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.about-data .item .p1, .about-data .item .p2 { color: var(--color-3); white-space: nowrap; text-transform: capitalize; }
.about-data .item .p1 { display: flex; align-items: flex-end; gap: 12px; }
.about-data .item .p1 .font-din { font-size: 3.125em; line-height: 1; color: var(--main-color); }
.about-header { margin-top: calc(0px - var(--gap-60)); background: url(../images/about-header.webp) center top no-repeat fixed; background-size: cover; height: calc(100vh - var(--header-height)); display: flex; align-items: flex-end; }
.about-header .profile { --color: #fff; background: rgba(0, 0, 0, 0.6); padding-top: var(--gap-40); padding-bottom: var(--gap-40); }
.about-header .profile .web-title .main, .about-header .profile .text, .about-header .profile .text * { color: var(--color); }
.about-header .profile .web-title .main::after { background: var(--color); }
.about-header .profile .web-title { margin-bottom: var(--gap-40); }
.about-section1 { --show-w: 800px; margin-top: var(--gap-40); }
.about-section1 .swiper-slide { width: var(--show-w); background: #000; }
.about-section1 .swiper-slide img { opacity: 0.4; border: solid 1px var(--border-color); object-fit: contain; }
.about-section1 .swiper-slide-active img { opacity: 1; }
.about-section1 .swiper-btn { position: absolute; top: 50%; transform: translateY(-50%); }
.about-section1 .swiper-btn.prev { left: calc((100% - var(--show-w) - 272px) / 2 + 40px) }
.about-section1 .swiper-btn.next { right: calc((100% - var(--show-w) - 272px) / 2 + 40px); }
@media (max-width:1440px) {
	.about-section .section1 { --show-w: 700px; }
	.section1 .swiper-btn.prev { left: calc((100% - var(--show-w) - 232px) / 2 + 30px) }
	.section1 .swiper-btn.next { right: calc((100% - var(--show-w) - 232px) / 2 + 30px); }
}
@media (max-width:1370px) {
	.about-section1 { --show-w: 600px; }
}
@media (max-width:1024px) {
	.about-section1 { --show-w: 60vw; }
	.about-section1 .swiper-btn.prev { left: 24px }
	.about-section1 .swiper-btn.next { right: 24px; }
}
.section1-card { display: flex; flex-flow: row wrap; gap: 20px; margin-top: var(--gap-40); }
.section1-card .card { padding: 6px 16px; border: solid 1px var(--border-color); border-radius: 40px; }
.grid-wrap.about-section2, .grid-wrap.section4 { border-radius: var(--card-radius); }
.about-section2 .txt-wrap { --font-size: 18px; padding: var(--gap-30); background: #fff; }
.list.about-section3 { grid-template-columns: repeat(3, 1fr); gap: var(--gap-40); margin-top: var(--gap-40); }
.list.about-section3 .list-li { border: 0 }
.list.about-section3 .list-txt { padding: 0; padding-top: 20px; }
.list.about-section3 .images { padding-top: 56.25%; }
.about-section4 .txt-wrap { padding: var(--gap-40); --font-size: 18px; background: #fff; }
.about-section4 .txt-wrap .web-title { --padding-b: 20px }
.about-section5 { position: relative; background: #050505 !important; background-size: auto 100%; padding-top: var(--gap-80); padding-bottom: var(--gap-80); }
.about-section5::after { content: ""; display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; width: 100%; background: url(../images/about-section5.webp) center right no-repeat; background-size: contain; }
.about-section5 .wrapper { z-index: 2; max-width: 42vw; margin-left: 0; padding-right: 0; }
.about-section5-txt { display: flex; flex-direction: column; gap: var(--gap-40); margin-top: var(--gap-40); }
.about-section5-txt .item { display: grid; grid-template-columns: 40px 1fr; gap: 12px 24px; align-items: flex-start; line-height: 1.5; color: #fff; }
.about-section5-txt .item img { grid-row-end: span 2; }
.about-section5-txt .item .p1 { text-transform: uppercase; font-size: 1.125em; font-weight: 500; }
.list.choose { grid-template-columns: repeat(3, 1fr); gap: var(--gap-40); margin-top: var(--gap-40); }
.list.choose .images { padding-top: 0; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.list.choose .txt-card { position: relative; z-index: 2; padding: var(--gap-30) var(--gap-60); display: grid; grid-template-columns: 40px 1fr; gap: 12px 24px; align-items: center; color: #fff; line-height: 1.5; }
.list.choose .txt-card img { grid-row-end: span 2; }
.list.choose .txt-card .p1 { text-transform: uppercase; font-size: 1.125em; font-weight: 500; align-self: flex-end; }
.list.choose .txt-card .p2 { align-self: flex-start; }
.about-data.grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; align-items: stretch; }
.about-data.grid .item { padding: 20px; gap: 12px; align-items: flex-start; justify-content: flex-start; background: #fff; border-radius: var(--card-radius); }
.about-data.grid .t { display: flex; align-items: center; gap: 12px; color: var(--color-3); }
.about-data.grid .p2 { font-size: 14px; line-height: 1.5; white-space: normal; color: var(--color-6); }
.about-txt { display: grid; grid-template-columns: 1fr 40%; gap: var(--gap-40); align-items: center; margin-top: var(--gap-40); }
.about-txt .text.zh { text-indent: 2em; }
.about-img { position: relative; height: 0; padding-top: 60%; overflow: hidden; border-radius: var(--card-radius); }
.about-img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#history { background: url(../images/chs-about2.webp) center center no-repeat; background-size: cover; margin-top: calc(0px - var(--gap-60)); margin-bottom: calc(0px - var(--gap-60)); padding-top: 200px; padding-bottom: 200px; }
#history .wrapper::after { content: ""; display: block; position: absolute; left: var(--wrapper); right: 0; top: 70px; height: 2px; background: var(--main-color); }
.history { display: grid; grid-template-columns: 56px 1fr 56px; gap: var(--gap-80); width: auto; margin-right: var(--gap-80); }
.history .swiper-slide { width: 200px; margin-right: var(--gap-80); }
.history .swiper-btn { margin-top: 43px; background: var(--main-color); }
.history .swiper-btn.swiper-button-disabled { background: #fff; border: solid 1px var(--main-color); }
.history .swiper-btn.swiper-button-disabled .svg-arrow { --border-c: var(--main-color) }
.history-card { display: flex; flex-direction: column; gap: 12px; }
.history-card .font-din { font-size: 3.125em; line-height: 1; color: var(--main-color); }
.history-card .font-din::after { content: ""; display: block; background: url(../images/history-dot.svg) center center no-repeat; background-size: contain; width: 18px; height: 18px; margin-top: 12px; }
.list.qualification-list { grid-template-columns: repeat(5, 1fr); gap: var(--gap-40); margin-top: var(--gap-40); margin-bottom: var(--gap-60); }
.list.qualification-list .list-li { background: #fff; }
.list.qualification-list .images { padding-top: 130%; }
.list.qualification-list .name { -webkit-line-clamp: 1; line-clamp: 1; }
.list.honor-list { grid-template-columns: repeat(4, 1fr); gap: var(--gap-40); }
.list.honor-list .list-li { background: #fff; }
.list.honor-list .images { padding-top: 75%; }
.list.honor-list .images img { object-fit: contain; }
.list.honor-list .name { -webkit-line-clamp: 1; line-clamp: 1; text-align: center; }
.list.workshop-list { grid-template-columns: repeat(4, 1fr); gap: var(--gap-40); }
.list.workshop-list .images { padding-top: 56.25%; }
.list.workshop-list .list-li:first-child { grid-area: span 2 / span 2 }
.list.workshop-list .list-li:first-child .images { padding-top: 0; height: 100%; }

/* 产品 */
.products { margin-bottom: calc(0px - var(--gap-60)); margin-top: calc(0px - var(--gap-60)); }
.products .section { padding-top: var(--gap-60); padding-bottom: var(--gap-60); }
.products .section .wrapper { display: flex; flex-direction: column; gap: var(--gap-40); }
.products .section:nth-child(even) { background: #fff; }
.list.category-list { grid-template-columns: repeat(4, 1fr); gap: var(--gap-40); }
.list.category-list .images { padding-top: 100%; }
.list.category-list .list-txt { position: absolute; z-index: 2; left: 0; top: auto; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.list.category-list .list-txt .name { font-size: 1.25em; text-align: center; color: #fff; }
.products-column { width: 100%; display: flex; flex-direction: column; gap: 12px; }
.products-column .item { border: solid 1px var(--border-color); border-radius: var(--radius); overflow: hidden; background: #fff; }
.column-t { display: flex; justify-content: space-between; align-items: center; padding: 12px 24px; font-size: 1em; color: var(--color-3); text-transform: capitalize; }
.column-t::after { content: ""; width: 8px; height: 8px; border-right: 1px solid #999; border-top: 1px solid #999; pointer-events: auto; transform: rotate(45deg); }
.column-t.active { background: var(--main-color); color: #fff; }
.column-t.active::after { border-color: #fff; }
.column-wrap { border-top: solid 1px var(--border-color); display: none; padding: 16px 24px; }
.column-wrap.hover { display: block; }
.column-wrap .card { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.column-wrap .card a { line-height: 2; text-transform: capitalize; display: inline; color: var(--color-6); background-image: linear-gradient(90deg, var(--main-color), var(--main-color)); background-position: 0 100%; background-size: 0 2px; background-repeat: no-repeat; transition: background-size .5s }
.column-wrap .card a.hover, .column-wrap .card a:hover { background-size: 100% 2px; color: var(--main-color); }
.list.products-list { grid-template-columns: repeat(4, 1fr); gap: var(--gap-40); }
.list.products-list .list-li { background: #fff; border: solid 1px var(--border-color); border-radius: var(--card-radius); }
.list.products-list .images { padding-top: 100%; }
.list.products-list .images img { margin: 1em; object-fit: contain; width: calc(100% - 2em); height: calc(100% - 2em); }
.list.products-list .list-txt .name { text-align: center; text-transform: uppercase; }

/* 产品详细 */
.product-detailed { --bigPhoto: 55%; }
.product-detailed { background: #fff; padding: var(--gap-30); border-radius: var(--card-radius); width: 100%; display: grid; position: relative; grid-template-columns: var(--bigPhoto) 1fr; align-items: flex-start; gap: var(--gap-60); }
.product-detailed .tab-wrap .tab-card { display: none; }
.product-detailed .tab-wrap .tab-card.active { overflow: hidden; display: flex; gap: 20px; }
.product-detailed .product-img { width: 100%; height: 600px; overflow: hidden; position: sticky; top: 20px; }
.big-img { flex: 1; order: 2; background-color: #fff; border-radius: var(--radius); border: solid 1px var(--border-color); }
.big-img .images { padding-top: 0; height: 100%; }
.big-img .images img { object-fit: contain; cursor: zoom-in; }
.big-img .stretching::after { display: none; }
.small-img { padding: 0; width: 100px; height: 600px; }
.small-img .swiper-slide { width: 100%; background: #fff; border: 1px solid var(--border-color); border-radius: var(--radius); cursor: pointer; opacity: 0.8; transition: all 0.3s ease; }
.small-img .swiper-slide-thumb-active { border-color: var(--main-color); border-width: 2px; position: relative; opacity: 1; }
.big-img.swiper-container img, .small-img.swiper-container img { object-fit: contain; width: 100%; height: 100%; }
.product-detailed .product-txt { position: relative; display: flex; flex-direction: column; height: 100%; justify-content: space-between; }
.product-txt .txt { margin-top: var(--gap-20); margin-bottom: var(--gap-60); }
.product-txt .product-info { flex: 1; position: relative; display: flex; flex-direction: column; padding: var(--gap-40) 0; border-radius: var(--radius); margin-bottom: var(--gap-30); }
.product-txt .product-info .info-t { font-size: 1.1em; font-weight: 500; color: var(--secondary-color); margin-bottom: 12px; }
.product-txt .product-info .info { margin-top: 24px; }
.product-txt .product-info .info-li { display: grid; grid-template-columns: 220px 1fr; column-gap: 12px; padding: 12px 0; color: var(--color-3); border-bottom: solid 1px var(--border-color); }
.product-txt .product-info .info-li span { color: var(--color-6); }
.product-txt .btn-group { display: flex; gap: 20px; }
.product-txt .btn-group .btn { display: flex; align-items: center; padding: 0 24px; height: 46px; border-radius: var(--radius); gap: 12px; background: var(--color-6); border: solid 1px var(--color-9); color: #F5F1E6; cursor: pointer; }
.product-txt .btn-group .btn.light { background: #fff; color: var(--color-3); }
.tab-pane.detailed { margin-top: var(--gap-20); }
.tab-pane.detailed .tab .item.current { background: #fff; border-radius: var(--card-radius) var(--card-radius) 0 0; }
.tab-pane.detailed .pane { padding: var(--gap-30); background: #fff; border-radius: 0 0 var(--card-radius) var(--card-radius); }
#dialog-question { width: 860px; }
#dialog-question .form { margin-top: 20px; }
#dialog-question .form .five.layui-form-item { grid-template-columns: 120px 1fr; }
#dialog-share { width: 450px; }
#dialog-wrap { width: 800px; }
#dialog-wrap .f-button.is-close-btn { --f-button-border: 1px !important; }
@media (max-width:1370px) {
	.product-detailed .tab-wrap .tab-card.active { flex-direction: column; }
	.product-detailed .product-img { height: auto; }
	.big-img .images { padding-top: 75%; height: 0; }
	.small-img { width: 100%; height: 100px; order: 3; }
}
@media (max-width:1280px) {
	.product-detailed .tab-wrap .tab-card.active { flex-direction: column; height: auto; }
	.big-img { flex: none; }
}
@media (max-width:1024px) { }
@media (max-width:900px) { }
@media (max-width:860px) {
	.product-detailed { grid-template-columns: 1fr; }
	.product-detailed .product-img { width: calc(100vw - 78px); position: relative; top: 0; }
}
@media (max-width:800px) { }
@media (max-width:768px) {
	.tab-pane .tab { flex-flow: row wrap; }
	.big-img .images { padding-top: 100%; }
}
@media (max-width:640px) {
	.product-detailed .product-img { width: calc(100vw - 62px); }
	.product-detailed .tab-wrap .tab-card.active { gap: 16px; }
	.product-txt .product-info .info-li { grid-template-columns: 1fr; padding: 6px; row-gap: 6px; }
}
@media (max-width:480px) { }
.dialog-title { padding: 12px 24px; border-bottom: solid 1px var(--border-color); font-size: 18px; text-transform: capitalize; color: var(--color-3); margin-left: -16px; margin-right: -16px; margin-top: -16px; }
.share-copy { display: grid; height: 50px; grid-template-columns: 1fr 50px; column-gap: 12px; margin-top: 20px; }
.share-copy .copy__url { border: solid 1px var(--border-color); border-radius: 25px; padding: 10px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 30px; font-size: 14px; }
.share-copy .copy__url input { width: 100%; height: 100%; border: 0 }
.share-copy .copy__button { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #111; border-radius: 50%; cursor: pointer; }
.share-copy .copy__button .hidden { display: none; }
.share-title { margin-top: 20px; font-size: 16px; margin-bottom: 12px; }
.share-meta { display: flex; gap: 12px; }
.share-meta button { width: 40px; height: 40px; background: none; cursor: pointer; }
.advantage-wrap { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: var(--gap-30); margin-bottom: var(--gap-30); background: var(--border-color); gap: 1px; border: solid 1px var(--border-color); border-radius: var(--card-radius); }
.advantage-wrap .item { background: var(--page-bg); padding: 12px 24px; display: grid; align-items: center; grid-template-columns: 36px 1fr; gap: 8px 16px; }
.advantage-wrap .item .p1 { font-size: 14px; color: var(--color-3); }
.advantage-wrap .item .p2 { font-size: 12px; color: var(--color-6); }
.tab-pane .pane .pane-item { display: none; }
.tab-pane .pane .pane-item:first-child { display: block; }
.tab-pane .tab { display: flex; }
.tab-pane .tab .item { font-size: 1.125em; padding: 12px 16px; border-radius: 6px 6px 0 0; cursor: pointer; color: var(--color-6); }
.tab-pane .tab .item.current { color: var(--color-3); cursor: auto; }
.tab-pane .pane { width: 100%; border-radius: 0 0 6px 6px; }
.tab-pane .pane .pane-item { padding: 24px 30px; }
.tab-pane .pane .pane-item p { margin-bottom: 1.5rem; }
.tab-pane .pane .pane-item img { width: 100%; max-width: 600px; height: auto; margin: 10px 0; }
.tab-pane .pane .pane-item table { width: 100% !important; margin: 1em auto; }
.tab-pane .pane .pane-item table td { border: solid 1px #ddd !important; padding: 10px 12px !important; font-size: 14px !important; }
.tab-pane .pane .pane-item table td * { margin: 0 !important }
#also-like { background: #fff; padding-top: var(--gap-60); padding-bottom: var(--gap-60); margin-top: var(--gap-60); margin-bottom: calc(0px - var(--gap-60)); }
#also-like #index-products { background: none; padding-top: 0; padding-bottom: 0; margin-top: var(--gap-40); }

/* blog */
.list.blogs-list { grid-template-columns: repeat(3, 1fr); gap: var(--gap-60); }
.list.blogs-list .list-li { background: var(--page-bg); border: 0; border-radius: var(--card-radius); background: #fff; }
.list.blogs-list .images { padding-top: 56.25%; }
.list.blogs-list .list-li:hover { background: #fff; box-shadow: var(--box-shadow); }
.list.blogs-list .list-li:hover .arrow-card { width: 110px; grid-template-columns: 1fr 20px; }
.list.blogs-list .list-li:hover .arrow-card .arrow-txt { width: 90px; display: block; }
.list.blogs-list .svg-arrow { width: 12px; display: flex; justify-content: end; }
.list.blogs-list .svg-arrow::before { }
.list.blogs-list .svg-arrow::after { content: ""; width: 12px; height: 2px; background: #666; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }

/* Support */
.grid-wrap.OEM-section1 { border-radius: var(--card-radius); margin-bottom: var(--gap-60); }
.grid-wrap.OEM-section1 .images { height: 0; padding-top: 75%; }
.grid-wrap.OEM-section1 .txt { padding: var(--gap-40); display: flex; flex-direction: column; justify-content: center; gap: var(--gap-40); background: #fff; }
.list.OEM-section3 { grid-template-columns: repeat(2, 1fr); gap: var(--gap-40); margin-top: var(--gap-40); }
.list.OEM-section3 .name { font-size: 1.125em; color: var(--color-3); }
.list.OEM-section3 .p { line-height: 2; color: var(--color-6); }
.list.OEM-section3 .images { padding-top: 38%; }
.list.OEM-section3 .txt-wrap { flex-direction: row; gap: var(--gap-30); }
.grid-wrap.OEM-section4 { border-radius: var(--card-radius); margin-top: var(--gap-40); }
.grid-wrap.OEM-section4 .txt-wrap { --font-size: 18px; --text-c: var(--color-3); --gap: 0; padding: var(--gap-40); background: #fff; }
.grid-wrap.OEM-section4 .txt-wrap .p { line-height: 2; --text-c: var(--color-6); margin-top: 8px; margin-bottom: 20px; }
.OEM-section5 { display: grid; grid-template-columns: 28% 1fr 28%; gap: var(--gap-40); margin-top: var(--gap-40); }
.OEM-section5 .item, .OEM-section5 .images { border-radius: var(--card-radius); }
.OEM-section5 .item { border: solid 1px var(--border-color); padding: 0 var(--gap-30); display: flex; flex-direction: column; gap: var(--gap-20); justify-content: center; }
.OEM-section5 .item .t { font-size: 1.125em; color: var(--color-3); }
.OEM-section5 .item .p { display: flex; align-items: center; gap: 12px; line-height: 2; color: var(--color-6); }
.OEM-section5 .images { padding-top: 0; height: 100% }
#process { background: url(../images/process.webp) center center no-repeat; padding-top: var(--gap-120); padding-bottom: var(--gap-120); }
.process-wrap { display: flex; margin-top: var(--gap-60); }
.process-wrap img { box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08); border-radius: 50%; }
.process-wrap .item { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 12px; color: #fff; }
.process-wrap .item img { width: var(--process-wrap); height: var(--process-wrap); }
.process-wrap .arrow { padding-top: 28px; }

/* 案例 */
.list.case-list { grid-template-columns: repeat(3, 1fr); gap: var(--gap-40); }
.list.case-list .list-li { border: 0; }
.list.case-list .name { text-align: center; }
.list.case-list .images { padding-top: 130%; }
.case-detailed { padding: var(--gap-30); background: #fff; border-radius: var(--card-radius); display: grid; grid-template-columns: 1fr 50%; align-items: center; gap: var(--gap-60); }
.case-title { font-size: 2em; color: var(--color-3); margin-bottom: var(--gap-40); }
.case-photo img { max-height: 600px; border-radius: var(--radius); }
.case-photo .swiper-btn { position: absolute; top: 50%; transform: translateY(-50%); }
.case-photo .swiper-btn.prev { left: var(--gap-30); }
.case-photo .swiper-btn.next { right: var(--gap-30); }
.case-photo .swiper-pagination { position: absolute; bottom: 30px; margin-top: 0; gap: 12px; padding: 6px 10px; border-radius: 10px; background: rgba(0, 0, 0, 0.3); }
.case-photo .swiper-pagination-bullet { width: 8px; height: 8px; border-radius: 4px; background: #fff; }
.case-photo .swiper-pagination-bullet-active { width: 16px; background: #fff; }
.case-detailed .article-page { grid-column-end: span 2; }

/* 隐私 */
.privacy { display: flex; flex-direction: column; gap: 20px; }
.privacy .item-title { margin: 0; }
.privacy .web-title .main { font-size: 1.5em; }

/* 联系 */
.contact-wrap { display: flex; flex-direction: column; gap: var(--gap-40); }
.contact-info { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap-40); }
.contact-item { padding: var(--gap-20); display: grid; grid-template-columns: 36px 1fr; gap: 8px 12px; align-items: flex-start; background: #fff; border-radius: var(--card-radius); }
.contact-item img { grid-row-end: span 2; }
.contact-item .p1 { font-size: 1.125em; color: var(--color-6); }
.contact-item .p2 { color: var(--color-3); }
.contact-item.lg { grid-column-end: span 2; }
.contact-map { width: 100%; height: 400px; overflow: hidden; border-radius: var(--card-radius); }
.contact-map iframe { width: 100%; height: 100%; }

/* sitemap */
.sitemap-list { display: flex; flex-direction: column; gap: var(--gap-30); margin-top: var(--gap-30); }
.sitemap-list .item { padding: 1.5em 1.5em; background: #fff; border-radius: var(--card-radius); display: flex; flex-flow: row wrap; gap: 12px 24px; --size: 4px; --border-c: var(--secondary-color); --border-w: 1px }
.sitemap-list .item .item-title { width: 100%; margin-bottom: 8px; }
.sitemap-a { display: flex; align-items: center; column-gap: 8px; }
.sitemap-a span { display: inline; line-height: 2; color: var(--color-6); background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-position: 0 100%; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .5s }
.sitemap-a img { display: block; width: 5px; height: 10px; }
.sitemap-a:hover span { background-size: 100% 1px; color: var(--color-3) }
body { font-size: 16px; }

/* 适配 */
@media (max-width:1640px) { }
@media (max-width:1540px) { }
@media (max-width:1440px) {
	body { font-size: 15px; }
	.about-section5::after { margin-right: -10vw; }
	#history { padding-top: 150px; padding-bottom: 150px; }
	#history .wrapper::after { top: 68px; }
	.history .swiper-btn { margin-top: 40px; }
}
@media (max-width:1400px) {
	#header .wrapper { padding-left: 24px; padding-right: 24px; }
}
@media (max-width:1370px) {
	body { font-size: 14px; }
	#history { padding-top: 120px; padding-bottom: 120px; }
	#history .wrapper::after { top: 64px; }
	.history .swiper-btn { margin-top: 36px; }
	.contact-info { grid-template-columns: repeat(2, 1fr); }
	.contact-info .contact-item img { width: 36px; height: 36px; }
	.list.video-list { grid-template-columns: repeat(2, 1fr); }
	.list.category-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width:1280px) {
	body { font-size: 13px; }
	#history { padding-top: 80px; padding-bottom: 80px; }
	#history .wrapper::after { top: 58px; }
	.history .swiper-btn { margin-top: 32px; }
	.web-title { --gap: 16px; }
	.web-title .main { font-size: 1.65em; }
	.top-right .social { display: none }
	.list.products-list { grid-template-columns: repeat(4, 1fr); }
	.list.honor-list { grid-template-columns: repeat(3, 1fr); }
	.list.qualification-list { grid-template-columns: repeat(4, 1fr); }
	.list.OEM-section3 { grid-template-columns: 1fr; }
	.list.OEM-section3 .list-li { display: grid; grid-template-columns: 1fr 1fr; }
	.list.OEM-section3 .images { padding-top: 0; height: 100%; }
	.list.OEM-section3 .txt-wrap { flex-direction: column; gap: 12px; --font-size: 14px }
	.OEM-section5 { grid-template-columns: 1fr; }
	.OEM-section5 .images { height: 0; padding-top: 56.25%; }
	.OEM-section5 .item { padding: var(--gap-30); }
	.about-data.grid { grid-template-columns: repeat(3, 1fr); }
	.list.case-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:1024px) {
	body { font-size: 12px; }
	.text p:not(:last-child) { margin-bottom: 6px; }
	#email-us .wrapper { grid-template-columns: 1fr; }
	#email-us .web-title { align-items: center; }
	#email-us .web-title .main::after { margin-left: auto; margin-right: auto; }
	#email-us .web-title .secondary { text-align: center; }
	.list.products-list { grid-template-columns: repeat(3, 1fr); }
	.list.blogs-list { grid-template-columns: repeat(2, 1fr); }
	.list.workshop-list { grid-template-columns: repeat(2, 1fr); }
	.list.workshop-list .list-li:first-child { grid-area: span 1 / span 1; }
	.process-wrap { flex-flow: row wrap; gap: 16px; }
	.process-wrap .item { width: 150px; flex: auto }
	.case-detailed { grid-template-columns: 100%; }
	.case-detailed .article-page { grid-column-end: span 1; }
	.case-photo { grid-row-start: 1; }
}
@media (max-width:900px) {
	.web-title { --gap: 12px; }
	.web-title .main { font-size: 1.5em; }
	.about-data { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.about-data .item { padding: 1em; border: solid 1px var(--border-color); border-radius: var(--card-radius); background: #fff; }
	.advantage-wrap { grid-template-columns: 1fr; }
	.products { grid-template-columns: 1fr; }
	.list.choose { grid-template-columns: 1fr; }
	.list.choose .list-li { display: grid; grid-template-columns: 40% 1fr; align-items: center; }
	.list.choose .images { padding-top: 56.25%; }
	.list.choose .list-txt { align-items: flex-start; }
	.list.choose .list-txt .txt { text-align: left; }
	.list.honor-list { grid-template-columns: repeat(2, 1fr); }
	.list.qualification-list { grid-template-columns: repeat(3, 1fr); }
	.grid-wrap { grid-template-columns: 1fr; gap: 24px; }
	.grid-wrap .images { height: 0; padding-top: 56.25%; grid-row-start: 1; }
	.about-data.grid { grid-template-columns: repeat(2, 1fr); }
	.about-txt { grid-template-columns: 1fr; }
}
@media (max-width:860px) {
	:root { --header-height: 60px; }
	.body-overlay { top: 60px; height: calc(100vh - 60px); }
	.mobileMenu { width: 30px; height: 30px; padding: 0; position: absolute; z-index: 1001; left: 24px; top: 15px; display: none; cursor: pointer; flex-direction: column; align-items: center; justify-content: space-between; }
	.mobileMenu i, .mobileMenu i::before, .mobileMenu i::after { width: 28px; height: 2px; background: #666; display: block; position: absolute; }
	.mobileMenu i { top: 14px; }
	.mobileMenu i::before, .mobileMenu i::after { content: ""; left: 0; -webkit-transform-origin: center center; transform-origin: center center; transition: all 0.25s ease; }
	.mobileMenu i::before { top: -10px; }
	.mobileMenu i::after { top: 10px; }
	.mobileMenu.close i { width: 0; }
	.mobileMenu.close i::before, .mobileMenu.close i::after { background: var(--main-color); }
	.mobileMenu.close i::before { -webkit-transform: rotate(45deg) translate(7px, 7px); transform: rotate(45deg) translate(7px, 7px); }
	.mobileMenu.close i::after { -webkit-transform: rotate(-45deg) translate(7px, -7px); transform: rotate(-45deg) translate(7px, -7px); }
	header { position: fixed; transform: none; box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1); background: #fff; backdrop-filter: blur(0px); }
	.mobileMenu { display: inline-block; }
	.mobileMenu.hide { display: none; }
	header #header { position: relative; z-index: 102; height: 100%; }
	#nav { position: fixed; display: block; width: 300px; max-width: 80%; height: calc(100vh - 60px); left: -100%; right: 0; bottom: auto; top: 60px; padding: 0; margin: 0; background: rgba(255, 255, 255, 1); backdrop-filter: blur(27px); z-index: 101; overflow: hidden; transform: translateX(0); padding-bottom: 130px; }
	#nav.side-slide { left: 0; z-index: 101; }
	#header .wrapper { padding-left: 70px; }
	.nav { flex-direction: column; justify-content: flex-start; gap: 0; height: 100%; overflow-y: auto; overflow-x: hidden; }
	.nav .nav-item { position: relative; z-index: 10; display: flex; justify-content: center; margin-left: 0; margin-right: 0; width: 100%; height: 46px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
	.nav .nav-item::before { display: none; }
	.nav .nav-item .nav-item-a { text-decoration: none; width: 100%; display: flex; justify-content: flex-start; padding-top: 16px; padding-bottom: 16px; padding-left: 24px; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
	.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { color: var(--color-3); padding: 0; }
	.nav .nav-item.active .nav-item-a { background: var(--main-color); }
	.nav .nav-item.active .nav-item-a span { color: #fff; }
	.nav .nav-item.active:hover .nav-item-a span { color: #fff; }
	.nav .nav-item:hover .sub-nav, .nav .nav-item.active .sub-nav { opacity: 1; visibility: visible; transform: translate(0, 0); }
	.nav .nav-item:hover .sub-nav { animation: subNavAni 0s ease 0s both; }
	.nav .nav-item { padding: 0; flex: 0; height: auto; flex-direction: column; border-bottom: solid 1px var(--border-color); }
	.nav .nav-item.sub::after { right: 24px; top: 24px; transform: translateY(0%) rotate(45deg); }
	.nav .nav-item .sub-nav { position: relative; padding: 0px; margin: 0; top: 0; left: 0; transform: translateY(0px); opacity: 1; visibility: visible; height: auto; display: none; width: 100%; }
	.nav .nav-item.active .sub-nav { display: block; }
	.nav .nav-item .sub-nav::before, .nav .nav-item .sub-nav::after { display: none; opacity: 0; }
	.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: 100%; }
	@keyframes subNavAni {
		0% { transform: scaleY(0); opacity: 0; transform-origin: top center; }
		100% { transform: scaleY(1); opacity: 1; transform-origin: top center; }
	}
	.nav .nav-item .sub-nav-list { background-color: #fff; box-shadow: none; padding: 0 24px; flex-direction: column; gap: 0; height: auto; border-top: solid 1px var(--border-color); }
	.nav .nav-item .sub-nav-list::before { display: none; }
	.nav .nav-item .sub-nav-list a { width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin: 0; padding: 8px 0 8px 24px; text-align: left; display: block; }
	.nav .nav-item .sub-nav-list a:last-child { border-bottom: 0; }
	.nav .nav-item .sub-nav-list a::before { bottom: 0; }
	.nav .nav-item .sub-nav-list a:hover::before { width: 100%; }
	.nav .nav-item.sub { padding-right: 0; }
	#logo { height: 50px; }
	.nav .nav-item.active.sub::after { border-color: #fff; z-index: 2; }
	.item.lang { border: 0; position: fixed; display: flex; gap: 10px; width: 300px; max-width: 80%; height: 50px; left: -100%; top: calc(100vh - 60px); padding: 0 24px; margin: 0; z-index: 102; background: none; }
	.item.lang.side-slide { left: 0; padding-left: 24px; padding-right: 24px; }
	.item.lang::before, .item.lang .select:after { display: none; }
	.top-right .item.lang .select .placeholder { width: 100%; height: 40px; }
	.top-right .item, .top-right .item a { color: var(--color-3); }
	.top-right .item.lang .select { flex: 1; height: 30px; }
	.top-right .item.lang .select ul { top: auto; left: 0; margin-left: -30px; width: calc(100% + 30px); bottom: 40px; padding: 0; }
	.lang-wrap { padding: 12px; flex-flow: row wrap; gap: 6px; }
	.lang-wrap a { background: #f5f6f7; font-size: 15px; border-radius: var(--radius); }
	.select .placeholder, .select ul li a { width: auto; color: var(--color-3); }
	.select .placeholder { color: var(--color-6); }
	.top-right .item.search .layui-input::placeholder { color: var(--color-9); opacity: 1; }
	#body.main, #banner { margin-top: var(--header-height); }
	#banner ~ #body.main { margin-top: 0; }
	#banner { height: 140px; }
	.about-header { height: auto; background-size: auto 56%; }
	.about-header .profile { background: #fff; --color: var(--color-3); margin-top: 56.25vw; }
	.history { grid-template-columns: 1fr; margin-right: 0; justify-content: center; }
	.history .swiper-slide { width: 100%; height: auto; }
	.history .swiper-btn { display: none; }
	#history .wrapper::after { width: 2px; height: calc(100% - 70px); top: 30px; bottom: 40px; left: 173px; }
	.history-card { display: grid; grid-template-columns: 160px 1fr; gap: 24px; }
	.history-card .font-din { text-align: right; padding-right: 36px; font-size: 32px; }
	.history-card .font-din::after { position: absolute; right: 0; top: 0px; margin-top: 8px; }
}
@media (max-width:768px) {
	body { font-size: 14px; }
	.more, .more::after { width: 100%; }
	.list.qualifications-list, .list.video-list { grid-template-columns: 1fr; }
	.contact-info { grid-template-columns: 1fr; }
	.contact-item.lg { grid-column-end: span 1; }
	.contact-info .contact-item { flex-direction: row; align-items: flex-start; }
	.contact-info .contact-item .txt { text-align: left; }
	.contact-info .contact-item img { width: 24px; height: 24px; }
	.main-t { flex-direction: column; }
	.main-t .banner-nav .swiper-wrapper { justify-content: flex-start; }
	.main-t .banner-nav .swiper-slide { margin-left: 0; margin-right: 30px; }
	.list.choose .images { padding-top: 0; height: 100%; min-height: 150px; }
	.list.category-list { grid-template-columns: repeat(2, 1fr); }
	.list.about-section3 { grid-template-columns: 1fr; }
	.about-section5 .wrapper { max-width: 100%; }
	.about-section5::after { opacity: 0.4; }
}
@media (max-width:640px) {
	.list-txt { gap: 6px; }
	.main-btn .btn { width: 100%; }
	.list-txt .name { font-size: 14px; }
	.about-data { gap: 10px; }
	.about-data .item .p1, .about-data .item .p2 { text-align: center; }
	.about-data .item .p1 .font-title { font-size: 2em; }
	.about-data.grid .p2 { text-align: left; }
	.list.products-list { grid-template-columns: repeat(2, 1fr); }
	.list.blogs-list { grid-template-columns: 1fr; }
	.list.workshop-list .list-li { grid-template-columns: 120px 1fr 1fr; }
	.list.workshop-list .workshop-name { font-size: 16px; padding: 8px 12px; flex-direction: column; align-items: flex-start; }
	.list.workshop-list .workshop-name .font-din { line-height: 1; }
	.list.workshop-list .images { padding-top: 100%; }
	.list.OEM-section3 .list-li { display: grid; grid-template-columns: 1fr; }
	.list.OEM-section3 .images { padding-top: 56.25%; height: 0; }
	#history { padding-top: 32px; padding-bottom: 32px; }
	#history .wrapper::after { left: 127px; }
	.history-card { grid-template-columns: 120px 1fr; }
	.process-wrap { display: grid; grid-template-columns: 1fr 32px 1fr 32px; }
	.process-wrap .item { width: 100%; font-size: 16px; }
	.process-wrap .item img { justify-self: end; }
}
@media (max-width:480px) {
	.web-title { align-items: center; }
	.web-title > div { text-align: center; }
	.web-title .main::after { margin-left: auto; margin-right: auto; }
	.detailed-body .web-title .main::after { margin-left: 0; margin-right: auto; }
	.about-data.grid { grid-template-columns: repeat(1, 1fr); }
}

/*******************************
-------[=首页------
********************************/
#index-section1 { --section1-header: calc(100vh - var(--header-height)); z-index: 2; width: 100%; height: var(--section1-header); position: relative; }
#index-section1 .swiper-container { height: 100% }
#index-section1 .swiper-slide { overflow: hidden; }
#index-section1 .swiper-btn { position: absolute; top: 50%; transform: translateY(-50%); }
#index-section1 .swiper-btn.prev { left: var(--wrapper); }
#index-section1 .swiper-btn.next { right: var(--wrapper); }
#index-section1 .swiper-pagination { position: absolute; bottom: 30px; margin-top: 0; gap: 12px; padding: 6px 10px; border-radius: 10px; background: rgba(0, 0, 0, 0.3); }
#index-section1 .swiper-pagination-bullet { background: #fff; }
#index-section1 .wrapper { height: 100%; display: flex; align-items: center; justify-content: center; }
.index-banner-txt { --p1:64px; --p2:24px; --gap: 16px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--gap); width: 700px; }
.index-banner-txt > div { opacity: 0; color: #fff; line-height: 1; }
.index-banner-txt.white > div { color: #fff }
.index-banner-txt .p1 { font-size: var(--p1); font-weight: 600; line-height: 1.5; }
.index-banner-txt .p2 { font-size: var(--p2); font-weight: 600; line-height: 1.5; text-align: center; }
#index-section1 .ani-slide .index-banner-txt .p1 { opacity: 1; animation: indexBannerTxt 0.5s ease 0s both; }
#index-section1 .ani-slide .index-banner-txt .p2 { opacity: 1; animation: indexBannerTxt 0.5s ease 0.5s both; }
@keyframes indexBannerTxt {
	0% { transform: translateY(50%); opacity: 0; }
	100% { transform: translateY(0%); opacity: 100%; }
}
#body.index { z-index: 5; }
.index-section .wrapper { display: grid; grid-template-columns: 1fr 1fr; row-gap: var(--gap-60); align-items: center; grid-template-areas: 'a b' 'c c'; }
.index-section .web-title { grid-area: a; }
.index-section .section-tool { grid-area: b; justify-self: end; position: relative; display: flex; justify-content: center; column-gap: 1.5em; }
.index-section .index-section-wrap { grid-area: c; }
.index-section .main-btn { grid-area: d; }
.index .section { padding-top: var(--gap-80); padding-bottom: var(--gap-80); }
.index .swiper-tool { margin-top: var(--gap-60) }
#index-category { border-bottom: solid 1px var(--border-color); }
.category-txt .swiper-slide { width: auto; font-size: 18px; padding: 12px 24px; border: solid 1px var(--border-color); color: var(--color-6); text-transform: capitalize; cursor: pointer; border-radius: var(--radius); }
.category-txt .swiper-slide.swiper-slide-thumb-active { background: var(--main-color); border-color: var(--main-color); color: #fff; }
.category-card .list.category-list { display: flex; gap: 0; }
#index-products .swiper-slide { background: #fff; border: solid 1px var(--border-color); border-radius: var(--card-radius); padding-top: 12px; }
#index-products .swiper-slide:hover .images img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
#index-products .images { padding-top: 100%; }
#index-products .images img { object-fit: contain; }
#index-products .list-txt .name { color: var(--color-3); text-transform: uppercase; text-align: center; }
#index-products .swiper-slide:hover .list-txt .name { color: var(--main-color); }
.index-products { position: relative; margin-top: var(--gap-60); }
.index-products .swiper-btn { position: absolute; top: 50%; transform: translateY(-50%); }
.index-products .swiper-btn.prev { left: 0; margin-left: -28px; }
.index-products .swiper-btn.next { right: 0; margin-right: -28px; }
.index-about .index-about-img { position: relative; overflow: hidden; }
.index-about .index-about-img img { width: 100%; height: 100%; }
#index-about { background: url(../images/index-about.webp) center center no-repeat; background-size: cover; }
.index-about { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: var(--gap-80); }
.index-about .index-about-img { width: 100%; height: 100%; border-radius: var(--radius); }
.index-about-txt { display: flex; flex-direction: column; gap: var(--gap-30); }
.index-about-txt .about-data { justify-content: space-between; }
.index-about-txt .about-data .item { flex: 0; align-items: flex-start; }
.index-about .txt-info { -webkit-line-clamp: 4; line-clamp: 4; }
.list.services { grid-template-columns: repeat(4, 1fr); gap: var(--gap-20); margin-top: var(--gap-60); }
.list.services .images { padding-top: 62%; }
.list.services .txt { position: absolute; z-index: 2; left: 0; top: 0; right: 0; bottom: 0; padding: var(--gap-30); display: flex; align-items: center; justify-content: center; font-size: 1.25em; font-weight: 500; color: #fff; }
#index-solution { border-top: solid 1px var(--border-color) }
#index-solution .grid-wrap { --grid-gap: var(--gap-80); }
#index-solution .txt { padding-top: var(--gap-60); padding-bottom: var(--gap-60); display: flex; flex-direction: column; }
#index-solution .txt .text { margin-top: var(--gap-60); margin-bottom: var(--gap-40); ; }
#index-solution .txt .grid-box { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
#index-solution .txt .grid-box .item { display: flex; align-items: center; white-space: nowrap; }
#index-solution .txt .grid-box .item::before { content: ""; display: block; width: 6px; height: 6px; border-radius: 6px; background: var(--main-color); margin-right: 12px; }
#feedbacks { border-bottom: solid 1px var(--border-color); }
.feedback-list { margin-top: var(--gap-60); }
.feedback-item { padding: var(--gap-30); display: flex; gap: var(--gap-30); align-items: flex-start; border: solid 1px var(--border-color); border-radius: var(--card-radius); background: #fff; }
.feedback-item .content { position: relative; display: grid; grid-template-columns: 36px 1fr; gap: var(--gap-30); align-items: flex-start; }
.feedback-item .content::before { content: ""; display: block; background: url(../images/quotation.svg) center center no-repeat; background-size: cover; width: 36px; height: 30px; }
.feedback-item .content .text { -webkit-line-clamp: 4; line-clamp: 4; overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.feedback-item .content .text, .feedback-item .content .text * { font-size: 16px; line-height: 30px; color: var(--color-3); }
.feedback-item .info { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.feedback-item .info .avatars { width: 50px; height: 50px; }
.feedback-item .info .name { font-size: 14px; line-height: 1.5; text-align: center; color: var(--color-3); white-space: nowrap; }
#index-blog { background: var(--page-bg); }

.category-card  .swiper-slide {border: solid 1px var(--border-color); border-radius: var(--card-radius);overflow: hidden;}
.category-card  .images { padding-top: 100%; }
.category-card  .list-txt { position: absolute; z-index: 2; left: 0; top: auto; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.category-card  .list-txt .name { font-size: 1.25em; text-align: center; color: #fff; }

/* 首页适配 */
@media (max-width:1760px) { }
@media (max-width:1640px) { }
@media (max-width:1540px) { }
@media (max-width:1440px) {
	.index-banner-txt { --p1:60px; --p2:32px; --p3:16px; }
}
@media (max-width:1370px) {
	.index-banner-txt { --p1:50px; --p2:28px; --gap: 16px; padding-left: 80px; }
}
@media (max-width:1280px) {
	.index-section .index-section-wrap { width: calc(100vw - 48px); }
	.index-products .swiper-btn.prev { margin-left: 20px; }
	.index-products .swiper-btn.next { margin-right: 20px; }
	#index-solution .txt .grid-box { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:1024px) {
	#index-section1 { --section1-header: 56vh }
	.index-section .wrapper { grid-template-columns: 1fr; gap: 20px; grid-template-areas: 'a' 'c' 'b'; }
	.index-section .wrapper .web-title { align-items: center; }
	.index-section .wrapper .web-title .main::after { margin-left: auto; margin-right: auto; }
	.index-section .section-tool { justify-self: center; }
	.category-txt .swiper-slide { font-size: 16px; padding: 8px 12px; }
}
@media (max-width:900px) {
	.index-about { grid-template-columns: 1fr; }
	.list.services { grid-template-columns: repeat(2, 1fr); }
	#index-solution .grid-wrap { gap: 24px; }
	#index-solution .txt .text { margin-top: 16px; margin-bottom: 16px; }
	#index-solution .txt { padding-top: 0; padding-bottom: 0; }
}
@media (max-width:860px) {
	.index-banner-txt { --p1:24px; --p2:20px; --gap: 12px; width: 100%; padding-left: 60px; padding-right: 60px; align-items: center; }
	.index-banner-txt * { text-align: center; }
}
@media (max-width:768px) {
	.index-products .swiper-btn.prev { margin-left: 0px;margin-left: -16px; }
	.index-products .swiper-btn.next { margin-right: 0px; margin-right: -16px;}}
@media (max-width:640px) {
	.index-section .index-section-wrap { width: calc(100vw - 32px); }
	.products .item { height: auto; gap: 24px; display: grid; grid-template-columns: 1fr 30%; align-items: flex-start; }
	.products .item .photo { position: absolute; left: 70%; top: 10px; }
	#index-about .web-title * { text-align: left; }
	.feedback-item .info { flex-direction: row; }
	.feedback-item { flex-direction: column; }
}
@media (max-width:480px) {
	#index-section1 .swiper-btn { display: none }
	#index-about .web-title .main::after { margin-left: 0; }
	.index-banner-txt { padding-left: 0; padding-right: 0; }
}

/* 错误提示 */
.ajaxMsg { display: none; border: 1px solid #D5DC8B; background: #FFFFCC; padding: 2px; }
.ajaxMsg img { margin-top: -3px; }