﻿/*
|          (0 0)
+=====oOO====(_)=========+
|   Powered By AnXin     |
|   Tel: 0572-5220701    |
|   Creation:2025.12.22  |
+=================oOO====+
|          |__|__|
|           || ||
|          ooO Ooo
*/
@charset "UTF-8";
body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, s, td, textarea, th, ul { 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; }
a, a:hover, ::after, ::before, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobileMenu b, header, header *, #banner, #banner img, .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; }
/*通用*/
* { font-weight: 400; box-sizing: border-box; color: #000; }
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::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: 100vh; display: none; background: rgba(0, 0, 0, 0.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.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; }
/*更多*/
.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: 0; height: 2.875em; min-height: 36px; padding: 0 1.125em; background: #fff; border: solid 1px var(--color-9); }
.main-btn .btn .arrow { width: 6px; height: 12px; margin-left: 12px; transition: all 0.3s ease; }
.main-btn .btn span { color: var(--secondary-color); font-size: 0.9em; text-transform: uppercase; letter-spacing: 0.1em; white-space: nowrap; }
.main-btn .btn::after { content: ""; position: absolute; height: 100%; left: 0%; top: 0%; width: 0%; z-index: 5; background: rgba(0, 0, 0, 0.1); }
.main-btn .btn:hover::after { width: 100%; }
.main-btn .btn:hover .arrow { transform: translate(3px, 0); }
.main-btn.center { justify-content: center; }
.main-btn.white .btn { background: none; border-color: #fff }
.main-btn.white span { color: #fff }
.main-btn.mt { margin-top: var(--gap-60); }
/*******************************
-------[=图片切换-------
********************************/
.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: 0; cursor: pointer; background-color: #fff; border: solid 1px var(--border-color); align-items: center; justify-content: center; }
.swiper-btn.swiper-button-disabled { cursor: not-allowed; }
.swiper-btn:hover { border-color: #666; }
.swiper-btn .arrow { width: 9px; height: 18px; }
.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: 2em; }
.swiper-tool .swiper-btn { position: relative; transform: translateY(0); top: 0; }
.swiper-tool .swiper-notification { display: none; }
/*******************************
-------[=返回顶部-------
********************************/
.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); }
.list-txt .more .arrow { width: 5px; height: 5px; }
.list-txt .more .arrow::after { display: none; }
.list-txt .more .arrow::before { border-color: var(--color-6); }
.list .list-li:hover .list-txt .more .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; }
.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; }
.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; }
.layui-form .one { grid-area: a; }
.layui-form .two { grid-area: b; }
.layui-form .three { grid-area: c; }
.layui-form .four { grid-area: d; }
.layui-form .five { grid-area: e; }
.layui-form .six { grid-area: f; }
.form { width: 100%; }
.form .prompt { font-size: 12px; color: var(--color-red); text-align: right; }
.form .layui-form { grid-template-columns: 1fr 1fr; gap: 20px; grid-template-areas: 'a e' 'b e' 'c e' 'd e' 'f f'; }
.form .six.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 screen and (max-width:640px) {
	.form .layui-form { grid-template-columns: 1fr; gap: 8px; grid-template-areas: 'a' 'b' 'c' 'd' 'e' 'f'; }
	.layui-textarea { min-height: 120px; }
	.form .six.layui-form-item { grid-template-columns: 1fr; }
}
@media screen and (max-width:450px) {
	.layui-form-item .layui-form-checkbox { margin-right: 0; margin-bottom: 0; }
}
/*******************************
-------[=页码-------
********************************/
.main-page { position: relative; z-index: 1; width: 100%; padding: 0; text-transform: capitalize; display: flex; justify-content: center; align-items: center; gap: 32px; margin-top: 50px; 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; padding: 8px 0; width: 38px; text-align: center; font-size: 16px; 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(--secondary-color); background-color: var(--secondary-color); color: #fff; }
.main-page .pagination li.active span, .main-page .pagination li.active a { color: #fff; }
.main-page .pagination li:hover { border-color: var(--secondary-color); }
.main-page .pagination li:hover a { color: var(--secondary-color); }
.main-page .pagination li.prev, .main-page .pagination li.next { border: 1px solid var(--border-color); width: 40px; position: relative; }
@media screen and (max-width:1024px) {
	.main-page { margin-top: 24px; }
}
@media screen and (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 screen and (max-width:640px) {
	.main-page { margin-top: 16px; }
}
/*******************************
-------[=页面底部------
********************************/
#footer { background: var(--secondary-color); position: relative; z-index: 2; }
#footer .footer { display: flex; align-items: flex-start; justify-content: space-between; padding-top: var(--gap-40); padding-bottom: var(--gap-40); }
.footer { --footer-left: 300px; --gap: 120px; }
.footer .li { display: flex; align-items: start; gap: 8px; font-size: 14px; color: rgba(255, 255, 255, 0.7); margin-bottom: 8px; text-transform: capitalize; }
.footer .li:hover { color: #fff; }
.footer .li img { width: 20px; height: 20px; display: block; }
.footer .item-title { margin-bottom: 20px; color: #fff; }
.footer .footer-left { width: var(--footer-left); display: flex; flex-direction: column; gap: 20px; }
.footer .footer-left .logo { background: url(../images/logo-white.svg) left center no-repeat; background-size: contain; width: 120px; height: 50px; }
.footer .footer-column { display: flex; align-items: flex-start; justify-content: flex-end; gap: var(--gap); }
.footer .item.contact { width: 310px; }
.footer .item.contact .qrcode-wrap { margin-top: 20px; }
.footer .item.contact .li { text-transform: none; }
#copyright { background: #000; }
#footer .copyright { display: flex; align-items: center; justify-content: space-between; position: relative; height: 60px; }
#footer .copyright::before { content: ""; display: none; position: absolute; left: 0; top: 0; right: 0; height: 1px; background: var(--border-color); }
#footer .copyright p, #footer .copyright a { line-height: 1.8; color: rgba(255, 255, 255, 0.7); font-size: 14px; opacity: 0.8; }
#footer .copyright a:hover { color: #fff }
#footer .record, #footer .record a { display: flex; align-items: center; justify-content: flex-start; }
#footer .record { gap: 16px; }
#footer .record img { margin: 0 8px !important; }
@media screen and (max-width:1660px) {
	.footer { --gap: 100px; }
}
@media screen and (max-width:1540px) {
	.footer { --footer-left: 260px; --gap: 80px; }
	.footer .item.contact { width: 260px; }
}
@media screen and (max-width:1370px) {
	.footer { --gap: 50px; }
}
@media screen and (max-width:1280px) {
	.footer-column .item:first-child { display: none; }
}
@media screen and (max-width:1024px) {
	.footer { gap: 24px; }
	.footer-column .item { display: none; }
	.footer .item.contact { display: block; width: 100%; }
	#footer .copyright { flex-direction: column; gap: 8px; padding-top: 12px; padding-bottom: 12px; height: auto; }
	#footer .copyright p, #footer .copyright a { margin-bottom: 0; text-align: center; flex-flow: row wrap; }
}
@media screen and (max-width:860px) {
	.reserve { display: none; }
	#footer .copyright { margin-top: 0; border-top: 0; }
}
@media screen and (max-width:768px) {
	.footer { flex-direction: column; --footer-left: 100% }
	.footer .footer-left { gap: 8px; }
	.footer .social { margin-top: 8px; }
	.footer .footer-column .item-title { margin-bottom: 8px; }
}
@media screen and (max-width:640px) {
	#footer { border-top: solid 1px #999; }
	#footer .record { flex-direction: column; gap: 8px; }
}
.qrcode-wrap { display: flex; width: 100%; justify-content: space-between; }
.qrcode-wrap .qrcode { display: flex; width: 120px; flex-direction: column; align-items: center; gap: 8px; }
.qrcode-wrap .qrcode img { display: block; width: 100%; }
/*******************************
-------[=页面------
********************************/
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 .sub-nav { position: absolute; width: 200px; left: 50%; top: var(--nav-header); margin-left: -100px; display: none; }
.nav .nav-item .sub-nav-list { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: center; background: #fff; border-radius: 0 0 4px 4px; padding: 8px 0; 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: 50%; }
.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; }
}
.baion .nav .nav-item .sub-nav { top: 60px; }
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 { border-bottom: solid 1px var(--border-color); margin-top: calc(0px - var(--gap-80)); background-color: #fff; box-sizing: var(--subNav-shadow); }
.place { width: 100%; }
.place, .place a { display: flex; flex-flow: row wrap; align-items: center; }
.place { color: var(--main-color); 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(--main-color); }
.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(--secondary-color); }
.txt-info, .txt-info * { font-size: 14px; line-height: 2; color: var(--color-6); }
/* fancybox 自定义 */
.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: 6px; overflow: hidden; 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 screen and (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; }
@media screen and (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 screen and (max-width:768px) {
	.btn-play a { width: 100%; height: 100%; }
	.btn-play::before, .video-list .images::before { width: 50px; height: 50px; }
}
/*资讯*/
.article { background: #fff; padding: var(--gap-40); max-width: 1000px; margin-left: auto; margin-right: auto; }
.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: center; 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 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: block; margin: 16px auto; width: 100%; 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); }
.article-page .item { background: #fff; display: flex; align-items: center; gap: 8px; color: var(--color-6); padding: 0 1.5em; height: 3.125em; border: solid 2px #999 }
.article-page .item span { text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-6); overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-clamp: 1; }
.article-page .item .arrow::after { display: none; }
.article-page .item .arrow::before { width: 8px; height: 8px; }
.article-page .prev { flex-direction: row-reverse; }
.article-page .prev .arrow { transform: rotate(180deg); }
.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 screen and (max-width:1024px) {
	.article .h1 { font-size: 24px; }
	#detailed .wrapper-bg { background: none; }
	#detailed .wrapper.wrapper-bg { padding-left: 0; padding-right: 0; }
}
@media screen and (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 screen and (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; }
}
.flex { display: flex; gap: var(--gap-20); }
.flex .flex-item { flex: 0 0 1 }
.flex .flex-item .item-title { margin-bottom: 12px; }
/*第三方字体*/
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 100; src: url('Poppins-Regular.eot'); src: url('Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('Poppins-Regular.woff') format('woff'), url('Poppins-Regular.ttf') format('truetype'), url('Poppins-Regular.svg#chantilly_lightregular') format('svg'); font-weight: normal; font-style: normal }
body { font-family: 'Poppins', Microsoft YaHei, sans-serif; font-size: 16px; }
/*页面*/
#logo { overflow: hidden; width: 106px; height: 45px; background: url(../images/logo.svg) left center no-repeat; background-size: contain; }
.logo, .logo a { width: 100%; height: 100%; display: block; }
.wrapper { width: 100%; max-width: 1920px; padding-left: var(--wrapper); padding-right: var(--wrapper); }
#body { position: relative; background-color: #fff; }
#body.main { padding-top: var(--gap-80); padding-bottom: var(--gap-80); background-color: #f5f6f7; }
#body.main .place { margin-bottom: 1em; }
header { height: var(--header-height); background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); }
#nav { --nav-header: 100%; left: 50%; top: 0; height: var(--nav-header); transform: translateX(-50%); z-index: 2; }
.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: 14px; color: var(--color-3); letter-spacing: 0.1em; text-transform: uppercase; }
.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); }
header.baion.transformY { transform: translateY(-100%); ; }
header.baion { box-shadow: var(--box-shadow); height: 60px; }
header.baion #logo { height: 36px; }
.list .list-li { border: solid 1px var(--border-color); border-radius: var(--radius); overflow: hidden; }
.list-txt { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.list-txt .name { color: var(--color-3); }
.social { display: flex; gap: 16px; }
.social .item img { display: block; width: 24px; height: 24px; }
.social .item.whatsapp { position: relative; z-index: 10000; width: 24px; height: 24px; }
.social .whatsapp-qrcode { position: absolute; margin-top: 12px; margin-left: -65px; bottom: 0; margin-top: 0px; margin-bottom: 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; bottom: 0; margin-top: 0; margin-bottom: -5px; }
.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 }
.top-right .item.search { width: 120px; height: 40px; border-bottom: solid 2px var(--main-color); }
.top-right .item.search .layui-form { height: 100%; grid-template-columns: 1fr 20px; gap: 0; }
.top-right .item.search .layui-input::placeholder { color: var(--color-3); opacity: 1; }
.top-right .item.search .layui-input-wrap { border: 0; }
.top-right .item.search .layui-form .layui-input { padding-left: 0; width: 100%; box-sizing: border-box; }
.top-right .item.search .layui-form .search-btn { background: none; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; }
.top-right .item.lang { display: flex; align-items: center; padding: 0; gap: 8px; }
.top-right .item.lang::after { display: none; }
.top-right .item.lang .select:after { border-color: #000; }
.top-right .item.lang .select ul { top: 27px; 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); }
/*页面参数*/
:root {
	--main-color: #8AB649;	/*主要颜色 */
	--secondary-color: #332C2B;	/*辅助颜色 */
	--color-red: #DA251D;	/*红色 */
	--border-color: #ECECEC;	/*边框颜色 */
	--card-radius: 8px;
	--radius: 0px;
	--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: 140px;
	--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;
}
@media screen and (max-width:1640px) {
	:root { --wrapper: 100px; --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; }
}
@media screen and (max-width:1400px) {
	:root { --wrapper: 80px; }
}
@media screen and (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 screen and (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; }
}
@media screen and (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 screen and (max-width:860px) {
	:root { --header-height: 60px; }
}
@media screen and (max-width:768px) { }
@media screen and (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; }
}
.web-title { gap: var(--gap); --gap: 16px; --main-size: 2em; --secondary-size: 1em; --padding-t: 0; --padding-b: 0 }
.web-title .main { font-weight: 600; text-transform: capitalize; letter-spacing: 0.1em; }
.web-title .main::after { content: ""; display: block; width: 40px; height: 2px; background: var(--color-red); margin-top: var(--gap); }
.web-title .secondary { max-width: 750px; }
.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; }
.list-txt .more { color: var(--secondary-color); }
.list-txt .more .arrow::before { border-color: var(--secondary-color); }
.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; }
.list.products-list { grid-template-columns: repeat(5, 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; }
.tab-pane { background: #fff; margin-top: var(--gap-60); }
.tab-pane .swiper-container.sub-column { background-color: #fff; z-index: 2; position: sticky; top: 0 }
.pane .content { display: none; padding: var(--gap-40); }
.pane .content:first-child { display: block; }
.swiper-container.sub-column { border-bottom: solid 1px var(--border-color); padding-left: 20px; }
.swiper-container.sub-column .swiper-wrapper { justify-content: start; }
.swiper-container.sub-column .swiper-slide { width: auto; padding: 1em 0; border-bottom: solid 2px #fff; cursor: pointer; }
.swiper-container.sub-column .swiper-slide:not(:last-child) { margin-right: var(--gap-80); }
.swiper-container.sub-column .swiper-slide a { text-transform: uppercase; color: var(--color-3); letter-spacing: 0.1em; }
.swiper-container.sub-column .swiper-slide:hover { border-color: var(--color-9); }
.swiper-container.sub-column .swiper-slide.active { border-color: var(--main-color); }
.swiper-container.sub-column .swiper-slide.active a { color: var(--secondary-color); }
#email-us { background: url(../images/email-us.webp) left center no-repeat var(--border-color); background-size: auto 100%; }
#email-us .wrapper { padding-top: var(--gap-80); padding-bottom: var(--gap-80); display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-60); align-items: center; }
#email-us .form { display: flex; flex-direction: column; row-gap: 10px; }
#detailed { margin-top: calc(0px - var(--gap-40)); margin-bottom: calc(0px - var(--gap-40)) }
@media screen and (max-width:640px) {
	#detailed { margin: -24px }
}
.main-grid { display: grid; grid-template-columns: 300px 1fr; gap: var(--gap-60); align-items: flex-start; }
.main-grid .web-title { position: sticky; top: 20px; }
/* 介绍 */
.profile-wrap { display: flex; flex-direction: column; gap: var(--gap-40); }
.list.about-img { grid-template-columns: repeat(3, 1fr); gap: var(--gap-40); }
.list.about-img .images { padding-top: 56.25%; }
.profile-swiper { margin-top: var(--gap-60); background: #fff; }
.swiper-tit { border-bottom: solid 1px var(--border-color); padding-left: 30px; padding-right: 30px; background: #fff; position: sticky; z-index: 2; top: 0; }
.swiper-tit .swiper-slide { width: auto; padding: 1em 0; color: var(--color-3); border-bottom: solid 3px #fff; cursor: pointer; }
.swiper-tit .swiper-slide.swiper-slide-thumb-active { border-color: var(--main-color); color: var(--main-color); }
.profile-swiper .content { padding: var(--gap-40); }
.profile-swiper .content .logo { width: 360px; display: block; float: left; margin-right: var(--gap-40); }
.history-card .swiper-slide { width: auto; min-width: 200px; max-width: 240px; margin-right: 80px; position: relative; }
.history-card .item::before { content: ""; display: block; position: absolute; z-index: 1; left: 5px; top: 0; width: 1px; height: 80px; background-color: var(--color-9); }
.history-card .swiper-slide .item .num-font { font-size: 2em; letter-spacing: 0.1em; font-weight: 600; color: var(--main-color); line-height: 1.5; display: flex; align-items: center; }
.history-card .swiper-slide .item .num-font::before { content: ""; display: block; width: 9px; height: 9px; border-radius: 50%; z-index: 2; background: #FFFFFF; border: 1px solid var(--color-9); margin-right: 13px; }
.history-card .swiper-slide .item .p { color: var(--color-3); line-height: 2; padding-left: 30px; }
/* .history-card .swiper-slide .item .p::before { content: ""; display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--main-color); margin-right: 6px; } */
.history { background-image: url(../images/history.jpg); background-position: center top; background-repeat: repeat-x; }
.history .swiper-wrapper { align-items: flex-start; }
.history .item { padding-top: 60px; }
.history-two { margin-left: 30px; width: calc(100% - 30px); }
.history-two .swiper-wrapper { align-items: flex-end; }
.history-two .item { padding-bottom: 40px; }
.history-two .item::before { top: auto; bottom: 0; height: calc(100% - 20px); }
@media screen and (max-width:1024px) {
	.about-history { display: flex; margin-top: var(--gap-40); }
	.about-history .history, .about-history .history-two { flex: 1; }
	.history { background-position: center right; background-repeat: repeat-y; }
	.history-card .swiper-slide { width: 100%; max-width: 100%; margin-right: 0; margin: 16px 0; height: auto; }
	.history-card .item::before { width: 60px; height: 1px; bottom: auto; top: 17px; left: 0; }
	.history .swiper-wrapper { align-items: flex-end; }
	.history .item { padding-top: 0; padding-right: 40px; display: flex; flex-direction: column; align-items: flex-end; }
	.history .item::before { left: auto; right: 0; }
	.history .item .num-font::before { order: 2; margin-right: 0; margin-left: 13px; }
	.history .item .p { text-align: right; padding-left: 0; padding-right: 17px; }
	.history .item .p::before { order: 2; margin-right: 0; margin-left: 6px; }
	.history-two { margin-top: 60px; width: 100%; }
	.history-two .swiper-wrapper { align-items: flex-start; }
	.about-history .history-two { order: 2; margin-left: 0; }
	.about-history .history-two .item::before { width: 50px; }
	.history-two .item { padding-bottom: 0; padding-left: 40px; }
	.about-section4 { flex-direction: column; }
}
@media screen and (max-width:640px) {
	.history { background-size: 12px 12px; }
	.history-card .swiper-slide .item .num-font { font-size: 26px; }
	.history-card .item::before { top: 10px; }
	.about-history .history-two .item::before { width: 20px; }
	.history-card .item::before { width: 30px; top: 20px; }
	.history-two .item { padding-left: 10px; }
	.history .item { padding-right: 10px; }
	.history-card .swiper-slide .item .p { padding-left: 16px; }
}
.list.certifications-list { grid-template-columns: repeat(5, 1fr); gap: var(--gap-30); margin-top: var(--gap-40); }
.list.certifications-list .images { padding-top: 100%; }
.list.certifications-list .images img { object-fit: contain; cursor: pointer; }
.culture-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border-color); }
.culture-wrap .culture-item { display: grid; grid-template-columns: 30px 1fr; grid-template-rows: 30px 1fr; gap: 12px; background: #fff; padding: 1.5em 2em; }
.culture-wrap .culture-item .text { grid-column-end: span 2; align-self: start; }
.culture-wrap .culture-item .text b { font-size: 1.125em; font-weight: 500; margin-right: 8px; color: var(--color-3); }
/* 产品 */
.products-txt { display: flex; flex-direction: column; gap: 12px; }
.products-txt .item-title { margin-top: 16px; }
.products-txt .item-title::after { content: ""; display: block; width: 40px; height: 2px; margin-top: 16px; margin-bottom: 4px; background: var(--color-red); }
.products-a { display: inline-flex; column-gap: 8px; }
.products-a img { margin-top: 6px; }
.products-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 }
.products-a img { display: block; width: 6px; height: 12px; }
.products-a:hover span { background-size: 100% 1px; color: var(--color-3) }
.products-list { display: flex; flex-direction: column; gap: var(--gap-40); }
.products-list .item { --photo: 37%; display: grid; grid-template-columns: var(--photo) 1fr; background: #fff; }
.products-list .item .images { padding-top: 60%; }
.products-list .products-txt { padding: 0 var(--gap-40); align-self: center; }
.products-list .products-txt .item-title { margin-top: 0; width: 100%; }
.products-list .item:nth-child(even) { grid-template-columns: 1fr var(--photo); }
.products-list .item:nth-child(even) .products-txt { grid-row-start: 1; }
/* 服务 */
.service-wrap { position: relative; display: flex; flex-direction: column; gap: var(--gap-40); }
.service-wrap::before { content: ""; display: block; position: absolute; z-index: 1; left: 9px; top: 0; bottom: 0; width: 1px; background-color: var(--color-9); }
.service-title { display: flex; align-items: center; font-size: 1.5em; color: var(--color-3); }
.service-title .num { font-size: 2em; font-weight: 600; color: var(--main-color); margin-right: 12px; position: relative; padding-left: 80px; }
.service-title .num::before, .service-title .num::after { content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%); }
.service-title .num::before { background: url(../images/service-dot.svg) no-repeat; background-size: contain; width: 19px; height: 19px; left: 0; }
.service-title .num::after { left: 19px; width: 50px; height: 1px; background: var(--color-9); }
.service-card { margin-left: 80px; margin-top: 12px; background: #fff; padding: var(--gap-20); display: grid; grid-template-columns: 150px 1fr; gap: 20px; }
/* 案例 */
.list.projects-list { grid-template-columns: repeat(3, 1fr); gap: var(--gap-40); margin-top: var(--gap-60); }
.list.projects-list .list-li { background: #fff; border: solid 1px var(--border-color); border-radius: var(--card-radius); }
.list.projects-list .images { padding-top: 56.25%; }
.list.projects-list .images img { }
.list.projects-list .list-txt .name { text-align: center; text-transform: uppercase; }
/* 详细 */
.detailed { margin-top: calc(0px - var(--gap-80)); }
.detailed-head { margin-top: calc(0px - var(--gap-80)); position: relative; height: var(--head-height); }
.detailed-head .mask { position: absolute; z-index: 2; left: 0; top: 0; bottom: 0; width: 62.5%; background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 27.88%, rgba(0, 0, 0, 0.6) 100%); }
.detailed-head .detailed-head-photo { position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; }
.detailed-head .head-txt { 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; color: var(--color-3); }
.detailed-body { background: #fff; padding: var(--gap-20) var(--gap-40) var(--gap-40) var(--gap-40); }
.detailed#furnace { --head-height: 600px; }
#furnace .detailed-head { height: var(--head-height); }
#furnace .detailed-body { margin-top: calc(0px - var(--head-height) / 4); }
#furnace .detailed-head .head-txt { height: calc(var(--head-height) * 0.75); padding-top: 0; padding-bottom: 0; }
#furnace .detailed-head .h1 { font-size: 3.125em; font-weight: 600; color: #fff; text-shadow: var(--text-shadow); }
.detailed-section1 { --photo: 52%; display: grid; grid-template-columns: var(--photo) 1fr; gap: var(--gap-40); }
.detailed-photo { position: relative; }
.detailed-photo .swiper-container { height: 100%; min-height: 450px; }
.detailed-photo .images { padding-top: 0; height: 100%; }
.detailed-photo .swiper-pagination { position: absolute; margin-top: 0; left: 50%; transform: translateX(-50%); bottom: var(--gap-30); display: inline-flex; width: auto; padding: 6px 12px; background: rgba(0, 0, 0, 0.4); align-items: center; justify-content: center; column-gap: 10px; border-radius: 10px; }
.detailed-photo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; }
.detailed-photo .swiper-pagination-bullet { background: #fff; opacity: 1; width: 10px; height: 10px; margin: 0; }
.detailed-photo .swiper-pagination-bullet-active { background: var(--main-color); border: 0 }
.detailed-txt { display: flex; flex-direction: column; justify-content: space-between; }
.detailed-txt .info { display: flex; flex-direction: column; gap: var(--gap-30); margin-bottom: var(--gap-60); }
.detailed .item-title { color: var(--main-color); width: 100%; margin-bottom: 12px; }
.detailed .item { display: flex; flex-flow: row wrap; }
.detailed .item .li { display: flex; margin-right: 1.875em; margin-bottom: 1.25em; }
.detailed .item .li img { width: 24px; height: 24px; margin-right: 8px; }
.detailed .key-flex { display: flex; flex-flow: row wrap; gap: 10px var(--gap-30); }
.detailed .key-flex .key-li { display: flex; flex-direction: column; column-gap: 8px; color: var(--color-6); }
.detailed .key-flex .key-li span { color: var(--color-3); }
.detailed-section1 { margin-bottom: var(--gap-40); }
.detailed-section2 .item:not(:last-child) { margin-bottom: var(--gap-30); border-bottom: solid 1px var(--border-color); padding-bottom: 10px; }
.detailed-section2 .projects { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-20); width: 100%; }
.detailed-section2 .projects .projects-a { display: flex; padding: 20px; background: linear-gradient(90deg, rgba(138, 182, 73, 0.2) 0%, rgba(138, 182, 73, 0) 100%); border: 1px solid var(--main-color); border-radius: var(--card-radius); color: var(--color-3); }
.detailed-section2 .projects .projects-a svg { width: 16px; height: 16px; margin-right: 12px; margin-top: 3px; }
.detailed-section2 .projects .projects-a:hover { background: var(--main-color); color: #fff; }
.detailed-section2 .projects .projects-a:hover svg path, .detailed-section2 .projects .projects-a:hover svg stroke { fill: #fff; }
@media screen and (max-width:1370px) {
	.detailed#furnace { --head-height: 400px; }
	#furnace .detailed-head .h1 { font-size: 2em; }
}
@media screen and (max-width:768px) {
	.detailed#furnace { --head-height: 300px; }
	#furnace .detailed-head .h1 { font-size: 2em; }
	.detailed-section1 { grid-template-columns: 100%; margin-bottom: 0; }
	.detailed-txt .info { margin-bottom: 0; }
	.detailed-txt .main-btn { margin-bottom: 24px; margin-top: 16px; }
	.detailed .item .li img { width: 16px; height: 16px; }
	.detailed-section2 .projects { grid-template-columns: 1fr; }
	.detailed-section2 .projects .projects-a { padding: 12px 16px; }
	.detailed-photo .swiper-container { height: auto; min-height: auto; }
	.detailed-photo .images { padding-top: 75%; height: 0; }
}
/* Inquiry */
.inquiry-wrap { display: flex; flex-direction: column; }
.inquiry-wrap .text { margin-top: var(--gap-60); margin-bottom: var(--gap-30); }
.faq { display: flex; flex-direction: column; gap: var(--gap-20); }
.faq-item { display: flex; flex-direction: column; background: #fff; }
.faq-item .li { display: flex; align-items: flex-start; padding: 1em 1.5em; position: relative; }
.faq-item .li .icon { width: 26px; height: 26px; margin-right: 12px; }
.faq-item .ask { border-bottom: solid 1px var(--border-color); cursor: pointer; padding-right: 3em; }
.faq-item .ask::after { content: ""; display: block; position: absolute; right: 1.5em; top: 1.35em; width: 6px; height: 12px; background: url(../images/arrow-right.svg) right center no-repeat; background-size: cover; }
.faq-item .ask.hover::after { transform: rotate(90deg); }
.faq-item .answer { display: none; }
.inquiry-wrap .faq-item .text { margin: 0; }
/* 隐私 */
.privacy { display: flex; flex-direction: column; gap: 20px; border-top: solid 1px var(--border-color); margin-top: 20px; padding-top: 20px; }
.privacy .item-title { margin: 0; }
.privacy .web-title .main { font-size: 1.5em; }
/* 联系 */
.contact-info { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap-20); }
.contact-info .contact-item { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 0 10px; padding-top: 12px; padding-bottom: 12px; }
.contact-info .contact-item:first-child { grid-column-end: span 4; }
.contact-info .contact-item img { grid-row-end: span 2; }
.contact-info .contact-item .p1 { color: var(--color-6); }
.contact-info .contact-item .p2 { color: var(--color-3); }
.contact-wrap .map { width: 100%; height: 400px; margin-top: var(--gap-40); }
.contact-wrap .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}
.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: 6px; height: 12px;}
.sitemap-a:hover span { background-size: 100% 1px; color: var(--color-3) }
/* 适配 */
@media screen and (max-width:1640px) { }
@media screen and (max-width:1540px) {
	.contact-info { grid-template-columns: repeat(2, 1fr); gap: 0; }
	.contact-info .contact-item:first-child { grid-column-end: span 2; }
}
@media screen and (max-width:1440px) {
	body { font-size: 15px; }
	.main-grid { grid-template-columns: 240px 1fr; }
	.list.certifications-list { grid-template-columns: repeat(4, 1fr); }
}
@media screen and (max-width:1400px) {
	#header .wrapper { padding-left: 24px; padding-right: 24px; }
}
@media screen and (max-width:1370px) {
	body { font-size: 14px; }
	.main-grid { grid-template-columns: 200px 1fr; }
	.products-list .item .images { height: 100%; padding-top: 0; }
	.products-list .products-txt { padding: var(--gap-40); }
}
@media screen and (max-width:1280px) {
	body { font-size: 13px; }
	.web-title { --gap: 16px; }
	.web-title .main { font-size: 1.65em; }
	.swiper-btn { width: 45px; height: 45px; }
	.main-btn .btn { height: 45px; }
	:root { --header-height: 120px }
	#header { height: 60px; position: relative; z-index: 3; }
	.top-right .item.search { width: 240px; }
	#nav { --nav-header: 60px; left: var(--gap-40); right: var(--gap-40); transform: translateX(0); top: auto; bottom: 0; }
	.nav { gap: 0px; justify-content: space-between; }
	header.baion { transform: translateY(-60px); }
	.main-grid { grid-template-columns: 1fr; }
	.main-grid .web-title { position: relative; top: 0; }
	#email-us .wrapper { grid-template-columns: 240px 1fr; }
}
@media screen and (max-width:1024px) {
	body { font-size: 12px; }
	.text p:not(:last-child) { margin-bottom: 6px; }
	.list.certifications-list { grid-template-columns: repeat(3, 1fr); }
	#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.projects-list { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width:900px) {
	.web-title { --gap: 12px; }
	.web-title .main { font-size: 1.5em; }
	.list.about-img { grid-template-columns: repeat(1, 1fr); }
	.profile-swiper .content .logo { width: 100%; float: none; margin-right: 0; margin-bottom: 24px; }
	.culture-wrap { grid-template-columns: 1fr; }
	.culture-wrap .culture-item { padding: 16px 0 0 0; gap: 10px 5px; }
	.culture-wrap .culture-item:first-child { padding-top: 0; }
	.culture-wrap .culture-item .item-title { line-height: 30px; }
}
@media screen and (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; }
	#header .wrapper { justify-content: center; }
	.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:hover .sub-nav, .nav .nav-item.active .sub-nav { opacity: 1; visibility: visible; transform: translate(0, 0); }
	.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; }
	.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%; }
	#logo { height: 40px; background-position-x: center; }
	.top-right { position: fixed; display: flex; flex-direction: column; gap: 10px; width: 300px; max-width: 80%; height: 50px; left: -100%; top: calc(100vh - 50px); bottom: 16px; padding: 0 24px; margin: 0; z-index: 102; background: none; }
	.top-right.side-slide { left: 0; }
	.top-right .item.search { width: 100%; }
	.top-right .item.lang::before, .top-right .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 { height: 40px; width: 100%; }
	.top-right .item.lang .select { flex: 1; height: 30px; }
	.top-right .item.lang .select ul { top: auto; left: 0; margin-left: -40px; margin-right: -10px; width: calc(100% + 50px); 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 { margin-top: var(--header-height); }
	.swiper-tit { top: var(--header-height); }
}
@media screen and (max-width:768px) {
	body { font-size: 14px; }
	.more, .more::after { width: 100%; }
	.detailed-head .h1 { font-size: 1.5em; }
	.detailed-head .mask { width: 80%; }
	.products-list .item, .products-list .item:nth-child(even) { grid-template-columns: 1fr; }
	.products-list .item .images { height: 0; padding-top: 56.25%; }
	.products-list .item:nth-child(even) .products-txt { grid-row-start: 2 }
	.service-title .num::after { width: 30px; }
	.service-card { margin-left: 60px; }
	.service-title .num { padding-left: 60px; }
	.service-card .flex { flex-direction: column; }
	.service-card .flex .flex-item:not(:last-child) { border-bottom: solid 1px var(--border-color); padding-bottom: 20px; }
	.contact-info { grid-template-columns: 1fr; }
	.contact-info .contact-item:first-child { grid-column-end: span 1; }
}
@media screen and (max-width:640px) {
	.list-txt { gap: 6px; }
	.main-btn .btn { width: 100%; }
	.list-txt .name { font-size: 14px; }
	.service-card { grid-template-columns: 1fr; }
	.list.certifications-list { grid-template-columns: repeat(2, 1fr); }
	.list.projects-list { grid-template-columns: repeat(1, 1fr); }
}
@media screen and (max-width:480px) {
	.web-title > div { text-align: center; }
	.web-title .main::after { margin-left: auto; margin-right: auto; }
	.main-grid .web-title { align-items: center; }
}
/*******************************
-------[=首页------
********************************/
:root { --section1-header: 720px; }
#index-section1 { z-index: 2; width: 100%; height: var(--section1-header); }
#index-section1 .swiper-container { height: 100% }
#index-section1 .swiper-slide { overflow: hidden; }
#index-section1 .swiper-slide::after { content: ""; display: block; position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; width: 50%; background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 27.88%, rgba(0, 0, 0, 0.6) 100%); }
#index-section1 .wrapper { z-index: 2; height: 100%; display: flex; align-items: center; }
.index-banner-txt { --p1:50px; display: flex; flex-direction: column; width: 660px; }
.index-banner-txt .p1, .index-banner-txt .p2 { opacity: 1; text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); color: #fff; }
.index-banner-txt .main-btn { opacity: 1; width: 170px; margin-top: var(--gap-60); }
.index-banner-txt .main-btn .btn { margin-left: 0; margin-right: 0; padding: 0; width: 100%; }
.index-banner-txt .p1 { font-size: var(--p1); font-weight: 600; line-height: 1.5; text-transform: capitalize; }
#index-section1 .ani-slide .index-banner-txt .p1 { opacity: 1; animation: indexBannerTxt 0.5s ease 0s both; }
#index-section1 .ani-slide .index-banner-txt .main-btn { opacity: 1; animation: indexBannerTxt 0.5s ease 0.5s both; }
#index-section1 .swiper-pagination { position: relative; gap: 12px; padding: 6px 10px; left: 0; transform: translateX(0); margin-top: 0;bottom:0; width: auto; }
#index-section1 .swiper-pagination-bullet { background: #fff; width: 10px; height: 10px; }
#index-section1 .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; width: 14px; height: 14px; }
@keyframes indexBannerTxt {
	0% { transform: translateY(50%); opacity: 1; }
	100% { transform: translateY(0%); opacity: 100%; }
}
#index-section1 .swiper-tool { position: absolute; height: 56px; z-index: 20; bottom: 30px; left: 50%; transform: translateX(-50%); align-items: center; }
#body.index { z-index: 5; }
.index-section { padding-top: var(--gap-80); padding-bottom: var(--gap-80); }
.index-section .wrapper { display: grid; grid-template-columns: 1fr 1fr; row-gap: var(--gap-60); align-items: flex-start; grid-template-areas: 'a b' 'c c' 'd d'; }
.index-section .web-title { grid-area: a; }
.index-section .swiper-tool { grid-area: b; justify-self: end; }
.index-section .swiper-container { grid-area: c; }
.index-section .main-btn { grid-area: d; }
#index-section2 { padding-top: var(--gap-40); padding-bottom: var(--gap-40); padding-left: var(--wrapper); padding-right: var(--wrapper); }
#index-section2 .wrapper { padding-top: var(--gap-80); padding-bottom: var(--gap-80); padding-left: 0; padding-right: 0; }
#index-section2 .wrapper::after { content: ""; display: block; position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; width: 31%; background: url(../images/section2.webp) center center no-repeat; background-size: cover; }
.index-section2 { position: relative; z-index: 2; width: 76%; margin-left: 24%; background: #fff; padding: var(--gap-40) 0 var(--gap-40) var(--gap-40); display: flex; flex-direction: column; gap: var(--gap-40); }
.index-section2 .text { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; -webkit-line-clamp: 3; }
.index-section2 .grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap-20); }
.index-section2 .grid .item { display: grid; grid-template-columns: 36px 1fr; gap: 0.5em 1em; align-items: flex-start; padding: 1em 1.5em; border: solid 1px var(--border-color); border-radius: var(--card-radius); }
.index-section2 .grid .item .icon { grid-row-end: span 2; }
.index-section2 .grid .item .txt-info { -webkit-line-clamp: 2; }
#index-products { background: url(../images/index-products.webp) center center no-repeat fixed; background-size: cover; }
#index-products .swiper-btn { background: none; border-color: #fff; }
#index-products .images { padding-top: 50%; }
#index-projects { background: #f5f6f7; }
#index-projects .list { display: flex; gap: 0; margin: 0; }
#index-products .products-txt .item-title { color: #fff; }
#index-products .products-txt .item-title::after { background: var(--main-color); }
#index-products .products-a span { color: rgba(255, 255, 255, 0.6); background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)); }
#index-products .products-a:hover span { color: rgba(255, 255, 255, 1); }
.process-wrap { display: grid; grid-template-columns: 300px 1fr; gap: var(--gap-60); padding-top: var(--gap-80); padding-bottom: var(--gap-80); grid-template-areas: 'a b' 'c b'; }
.process-wrap .web-title { grid-area: a; }
.process-wrap .content { grid-area: b; }
.process-wrap .main-btn { grid-area: c; }
.process-wrap .title { display: flex; flex-direction: column; justify-content: space-between; }
.process-wrap .content { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-20) var(--gap-60); }
.process-wrap .content .item { display: grid; grid-template-columns: 30px 60px 1fr; gap: 12px; align-items: center; border: solid 1px var(--border-color); border-radius: var(--card-radius); padding-right: 20px; }
.process-wrap .content .item .num { width: 60px; text-align: center; font-size: 80px; font-weight: 700; line-height: 1.5; letter-spacing: 0.1em; text-transform: capitalize; color: #EEEEEE; margin-left: -30px; -webkit-text-stroke: 10px transparent; background: linear-gradient(90deg, #fff, #fff) top left / 100% 100%; -webkit-background-clip: text; background-clip: text; }
/* 错误提示 */
.ajaxMsg { display: none; border: 1px solid #D5DC8B; background: #FFFFCC; padding: 2px; }
.ajaxMsg img { margin-top: -3px; }
/* 首页适配 */
@media screen and (max-width:1760px) { }
@media screen and (max-width:1640px) {
	:root { --section1-header: 37.5vw; }
	.index-banner-txt { --p1:45px; }
}
@media screen and (max-width:1540px) {
	.index-banner-txt { --p1:40px; }
}
@media screen and (max-width:1440px) {
	:root { --section1-header: 400px; }
	.process-wrap { grid-template-columns: 240px 1fr; }
}
@media screen and (max-width:1370px) {
	.index-banner-txt { --p1:35px; }
	.process-wrap { grid-template-columns: 200px 1fr; }
}
@media screen and (max-width:1280px) {
	.index-section .wrapper { grid-template-columns: 1fr; gap: 20px; grid-template-areas: 'a' 'c' 'b' 'd'; }
	.index-section .wrapper .web-title { align-items: center; }
	.index-section .wrapper .web-title .main::after { margin-left: auto; margin-right: auto; }
	.index-section .swiper-tool { justify-self: center; }
	.process-wrap { grid-template-columns: 1fr; grid-template-areas: 'a' 'b' 'c'; justify-items: center; }
	.process-wrap .web-title { align-items: center; }
	.process-wrap .web-title .main::after { margin-left: auto; margin-right: auto; }
}
@media screen and (max-width:1024px) {
	.index-banner-txt { --p1:24px; width: 100%; padding-left: 24px; padding-right: 24px; align-items: center; }
	.index-banner-txt .p1{text-align: center;}
	#index-section1 .swiper-slide::after { width: 80%; }
}
@media screen and (max-width:900px) { }
@media screen and (max-width:860px) {
	#index-section1 { margin-top: var(--header-height); }
	.process-wrap .content { grid-template-columns: repeat(2, 1fr); }
	.process-wrap .content .item { grid-template-columns: 40px 60px 1fr; padding-right: 0 }
	.process-wrap .content .item .num { margin-left: -10px; font-size: 50px; }
}
@media screen and (max-width:768px) {
	.index-section2 .grid { grid-template-columns: 1fr; }
	.index-banner-txt{}
}
@media screen and (max-width:640px) {
	.process-wrap .content { grid-template-columns: repeat(1, 1fr); }
	.process-wrap .content .item { grid-template-columns: 60px 40px 1fr; }
	.process-wrap .content .item .num { margin-left: 10px; font-size: 50px; }
	.process-wrap .content .item img { width: 40px; height: 40px; }
	.process-wrap .main-btn { width: 100%; }
}
@media screen and (max-width:480px) {
	.index-section2 { width: 100%; margin-left: 0; padding: 0; }
	#index-section2 .wrapper { padding-top: 0; padding-top: 0; }
	#index-section2 .wrapper::after { display: none; }
}