﻿/*
|          (0 0)
+=====oOO====(_)=========+
|   Powered By AnXin     |
|   Tel: 0572-5220701    |
|   Creation:2025.05.13  |
+=================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; }
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-size: 14px; 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; }
.text { padding: 0; }
.text, .text * { font-size: 20px; line-height: 2; color: #333; word-wrap: break-word; }
.text p { text-indent: 2em; }
.text p:not(:last-child) { margin-bottom: 10px; }
.text img { display: inline-block; opacity: 1 !important; }
.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; }
.arrow { position: relative; z-index: 2; display: block; width: 8px; height: 8px; }
.arrow::before, .arrow::after { content: ""; position: absolute; display: block; }
.arrow::before { width: 100%; height: 100%; border-right: 1px solid #000; border-top: 1px solid #000; pointer-events: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.arrow::after { width: 12px; height: 0; border-top: 1px solid #000; top: 50%; left: 50%; margin-top: -0.5px; margin-left: -7px; }
.arrow.arrow-white::before { border-right-color: #fff; border-top-color: #fff; }
.arrow.arrow-white::after { border-top-color: #fff; }
.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); }

/*更多*/
.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; padding: 14px 32px; background: var(--main-color); box-shadow: 0px 5px 20px 1px rgba(53, 65, 148, 0.25); border-radius: 4px; }
.main-btn .btn span { color: #fff; font-size: 16px; text-transform: capitalize; }
.main-btn .btn::after { content: ""; position: absolute; height: 0%; left: 50%; top: 50%; width: 150%; z-index: 5; transition: all 0.35s ease 0s; background: rgba(255, 255, 255, 0.5); -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg); transform: translateX(-50%) translateY(-50%) rotate(-25deg); pointer-events: none; }
.main-btn .btn .arrow { width: 20px; height: 20px; }
.main-btn .btn .arrow::before { width: 8px; height: 8px; border-right: solid 2px #fff; border-top: solid 2px #fff; }
.main-btn .btn .arrow::after { width: 15px; height: 2px; border-top: solid 2px #fff; margin-top: -1px; margin-left: -8px; display: none; }
.main-btn .btn:hover { color: #fff !important; text-decoration: none; }
.main-btn .btn:hover::after { height: 450%; transition: all 0.5s ease 0s; background: rgba(255, 255, 255, 0.1); }
.main-btn .btn:hover .arrow { transform: translate(3px, 0); }
.main-btn .btn:hover .arrow::before { border-color: #fff; }
.main-btn.center { justify-content: center; }

/*******************************
-------[=图片切换-------
********************************/
.swiper-container { width: 100%; height: 100%; position: relative; overflow: hidden; }
.swiper-container img { display: block; width: 100%; height: 100%; }
.swiper-btn { position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); display: block; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; background: #fff; box-shadow: 0px 3px 10px rgba(222, 222, 222, 0.5); }
.swiper-btn::after { content: ""; display: block; position: absolute; width: 50px; height: 50px; border-radius: 50%; background: var(--main-color); left: 0%; top: 0%; transform: scale(0); }
.swiper-btn .arrow::before { width: 8px; height: 8px; border-color: #bababa; border-width: 2px; }
.swiper-btn.swiper-button-disabled { cursor: not-allowed; }
.swiper-btn.next { right: 0; }
.swiper-btn.next .arrow { margin-right: 5px; }
.swiper-btn.prev { left: 0; }
.swiper-btn.prev .arrow { transform: rotate(180deg); margin-left: 5px; width: 10px; height: 10px; }
.swiper-btn .arrow::after { display: none; }
.swiper-btn:hover::after { transform: scale(1); }
.swiper-btn:hover .arrow::before { border-color: #fff; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { width: auto; left: 50%; bottom: 16px; }
.swiper-pagination { left: 50%; transform: translateX(-50%); bottom: 16px; display: inline-flex; width: auto; padding: 5px 10px; background: rgba(0, 0, 0, 0.4); align-items: center; justify-content: center; column-gap: 5px; border-radius: 10px; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; }
.swiper-pagination-bullet { background: #fff; opacity: 1; width: 10px; height: 10px; margin: 0; }
.swiper-pagination-bullet-active { background: var(--main-color); border: 0; }
.swiper-tool { position: relative; display: flex; justify-content: center; column-gap: 24px; padding-top: 24px; }
.swiper-tool .swiper-btn { position: relative; transform: translateY(0); top: 0; }

/*******************************
-------[=返回顶部-------
********************************/
.backTop-wrap { position: fixed; 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: 10000; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; background: rgba(0, 0, 0, 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 #fff; border-top: 2px solid #fff; pointer-events: auto; transform: translate(-50%, -50%) rotate(-45deg); }
.backTop-wrap svg path { fill: none; }
.backTop-wrap svg.progress-circle path { stroke: #db1b0c; 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 { width: 36px; height: 36px; 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; overflow: hidden; border: solid 1px var(--border-color); border-radius: 8px; }
.list-txt { box-sizing: border-box; position: relative; }
.list-txt .name { overflow: hidden; position: relative; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.list-txt .txt-info { -webkit-line-clamp: 2; line-clamp: 2; }
.list-txt .txt-info, .list .list-txt .txt-info * { font-size: 14px; line-height: 2; color: #666; }
.list .list-li:hover .list-txt .name { color: var(--main-color); }
.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); }

/*******************************
-------[=页面底部------
********************************/
#copyright { background: var(--main-color); position: relative; z-index: 2; height: 60px; }
#copyright .wrapper { display: flex; align-items: center; justify-content: space-between; height: 100%; }
#copyright .wrapper p { color: #fff; }
@media screen and (max-width:1024px) {
	#copyright { height: auto; padding-top: 16px; padding-bottom: 16px; }
	#copyright .wrapper { flex-direction: column; gap: 12px; }
}

/*******************************
-------[=页面------
********************************/
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: fixed; top: 0; z-index: 200; }
.nav, .nav .nav-item, .nav .nav-item-a { height: 100%; }
#header .wrapper { display: flex; justify-content: space-between; align-items: center; }
header { position: fixed; top: 0; z-index: 200; }
#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-item a::before { content: ""; z-index: 1; position: absolute; }
.nav .nav-item::after { width: 1px; height: 20px; right: 0; top: 50%; transform: translate(0px, -50%); background: var(--border-color); }
.nav .nav-item:last-child::after { display: none; }
.nav .nav-item::before, .nav .nav-item .sub-nav-item a::before { width: 0px; height: 4px; background: #fff; 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-nav { position: absolute; width: 100%; top: 60px; display: none; }
.nav .nav-item .sub-nav-item { 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-item 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-item a::before { bottom: 0px; }
.nav .nav-item .sub-nav-item a:hover { color: var(--main-color); }
.nav .nav-item .sub-nav-item a:hover::before { width: 100%; }
.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; }
}
.nav .nav-item .sub-nav.sub-nav-pro { width: 300px; }
.nav .nav-item .sub-nav.sub-nav-pro .sub-nav-item { padding: 5px 10px; }
.nav .nav-item .sub-nav.sub-nav-pro .sub-nav-item a { width: 100%; gap: 12px; font-size: 14px; padding: 10px 0; }
.nav .nav-item .sub-nav.sub-nav-pro .sub-nav-item a:not(:last-child) { border-bottom: solid 1px var(--border-color); }
.nav .nav-item .sub-nav.sub-nav-pro .sub-nav-item a img { width: 30px; height: 30px; border-radius: 3px; border: solid 1px var(--border-color); }
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); font-weight: 300; letter-spacing: 1px; color: #404040; line-height: 1.5; text-transform: capitalize; position: relative; }
.web-title .main strong { font-size: var(--main-size); font-weight: 600; color: #404040; }
.web-title .main::after { content: ""; display: block; width: 100px; height: 2px; background-color: var(--main-color); margin-top: var(--gap-30); }
.web-title .secondary { font-size: var(--secondary-size); font-weight: 400; color: #9a9a9a; line-height: 1.5; text-transform: uppercase; }
.web-title.center { align-items: center; }
.web-title.center .main { text-align: center; }
.web-title.center .main::after { margin-left: auto; margin-right: auto; }
.web-title.border-top { margin-top: var(--gap-80); border-top: solid 1px var(--border-color); }
.web-title.white > div { color: #fff; }
#banner { width: 100%; height: 500px; overflow: hidden; position: relative; z-index: 1; background-color: #fff; margin-top: 160px; }
#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: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; }
#banner .banner-txt, #banner .banner-txt .p1, #banner .banner-txt .p2 { text-shadow: var(--text-shadow); color: #fff; text-transform: uppercase; }
#banner .banner-txt .p1 { font-size: var(--p1); font-weight: 600; animation: bannerTxt 1s ease 1s both; }
#banner .banner-txt .p2 { font-size: var(--p2); font-weight: 400; margin-top: 6px; animation: bannerTxt 1s ease 1.5s both; }
@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%; }
}
.spl-header { transform: translateY(0px) !important; }
.spl-footer { padding-bottom: 20px; }
.spl-title, .spl-description { color: #fff; text-align: center; margin-bottom: 0; }
.spl-page { color: #fff; }
.fancybox-button svg path, .fancybox-button svg stroke { fill: #fff !important }
@import url("MiSans.css");
body { font-family: "MiSans", Microsoft YaHei, sans-serif; font-size: 16px; }
#logo { overflow: hidden; width: 287px; height: 60px; background: url(logo.png) left center no-repeat; background-size: contain; }
.logo, .logo a { width: 100%; height: 100%; display: block; }
.wrapper { width: var(--w-width); max-width: 1920px; }
#body { position: relative; background-color: #fff; padding-bottom: var(--gap-80); }
#body.main { padding-top: var(--gap-80); }
header { height: var(--header-height); }
#header .wrapper { width: 100%; padding-left: 60px; padding-right: 60px; }
#nav { height: 60px; width: 100%; background: linear-gradient(90deg, #1E9E49 0%, #009ECE 100%); }
.nav { width: 100%; justify-content: center; gap: var(--gap-60); }
.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: #fff; text-transform: capitalize; }
.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: #fff; }
header.baion.transformY { transform: translateY(-100%); }
header.baion { box-shadow: var(--box-shadow); }
.list-txt { padding: 12px; }
.list-txt .txt-info { margin-top: 8px; margin-bottom: 16px; }
.text, .text * { font-size: 16px; }

/*页面参数*/
:root { --main-color: #178FB5; /*主要颜色 */ --secondary-color: #00a0e9; /*辅助颜色 */ --color-red: #F8513B; /*红色 */ --border-color: #ececec; /*边框颜色 */ --w-width: 80%; /*页面安全宽度 */ --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:#333; --color-6:#666; --color-9:#999; --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 { --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:1370px) {
	:root { --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:900px) {
	:root { --header-height: 60px; --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: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: 20px; --padding-t: 80px; --padding-b: 60px; --main-size: 36px; --secondary-size: 16px; }
.web-title .main { font-weight: 200; }
.web-title .main strong { margin-left: 8px; margin-right: 8px; }
.web-title.center .main::after { margin-left: auto; margin-right: auto; }
.web-title.white .main::after { background: #fff; }
#banner .banner-txt { --p1:40px; --p2:20px; }
#body.main .web-title { --padding-t: 0; }
#body.main .web-title.border-top { --padding-t: 80px; }
#banner+#body.main { padding-top: var(--gap-80); }
#body.main { padding-top: 0; }
header { height: 160px; }
#header { height: 100px; }
#header .wrapper { justify-content: center; }
.list.photo { grid-template-columns: repeat(4, 1fr); gap: var(--gap-30); margin-top: var(--gap-60); }
.list.photo .images { padding-top: 56.25%; }
.list.photo .list-txt .name { text-align: center; font-size: 18px; }
.list.map { grid-template-columns: repeat(2, 1fr); gap: var(--gap-30); margin-top: var(--gap-60); }
.list.map .images { padding-top: 75%; }
.list.map .list-txt .name { text-align: center; font-size: 18px; }

/* 适配 */
@media screen and (max-width:1640px) { }
@media screen and (max-width:1440px) {
	.web-title { --padding-t: 64px; --padding-b: 48px; --main-size: 30px; }
	.nav { gap: 24px; }
}
@media screen and (max-width:1370px) {
	.web-title { gap: 15px; --padding-t: 56px; --padding-b: 42px; --main-size: 26px; }
	#banner { height: 400px; }
	.list.product-list .list-txt .name { font-size: 30px; }
	.nav { gap: 0; justify-content: space-between; padding-left: 16px; padding-right: 16px; }
	.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { font-size: 14px; }
}
@media screen and (max-width:1280px) {
	#header .wrapper, .wrapper { width: 100%; padding-left: 16px; padding-right: 16px; }
	#banner { height: 300px; }
	.list.product-list .list-txt .name { font-size: 25px; }
}
@media screen and (max-width:1024px) {
	.web-title { --padding-t: 40px; --padding-b: 30px; --main-size: 24px; }
	.web-title .main::after { width: 50px; }
	.spl-header { transform: translateY(0) !important; text-align: center !important; }
	.spl-header .spl-fullscreen { display: none !important; }
	.text, .text * { font-size: 14px; }
	#banner { height: 200px; }
	.body-overlay { top: 60px; height: calc(100vh - 60px); }
	.mobileMenu { width: 30px; height: 30px; padding: 0; position: absolute; z-index: 1001; left: 20px; 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 { transform: none; box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1); }
	.mobileMenu { display: inline-block; }
	.mobileMenu.hide { display: none; }
	header #header { position: relative; z-index: 102; background: #fff; }
	#nav { position: fixed; display: block; width: 300px; max-width: 80%; height: calc(100vh - 60px); left: -100%; top: 60px; padding: 0; margin: 0; background: rgba(255, 255, 255, 1); backdrop-filter: blur(27px); z-index: 101; overflow: hidden; transform: translateX(0); }
	#nav.side-slide { left: 0; }
	#header .wrapper { justify-content: center; }
	.nav { flex-direction: column; justify-content: flex-start; gap: 0; margin-top: 20px; }
	.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: 16px; 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 span, .nav .nav-item .nav-item-a:hover span, .nav .nav-item:hover span, .nav .nav-item.active.cuf, .nav-item-a:hover span { color: var(--main-color); }
	.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-nav { position: relative; padding: 0px; margin: 0; top: 0; left: 0; transform: translateY(0px); opacity: 1; visibility: visible; height: auto; display: none; }
	.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%; }
	.nav .nav-item .sub-nav-item { background-color: #fff; box-shadow: none; padding: 16px 24px; flex-direction: column; gap: 0; height: auto; border-top: solid 1px var(--border-color); }
	.nav .nav-item .sub-nav-item::before { display: none; }
	.nav .nav-item .sub-nav-item a { border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin: 0; padding: 12px 0 12px 12px; text-align: left; }
	.nav .nav-item .sub-nav-item a:last-child { border-bottom: 0; }
	.nav .nav-item .sub-nav-item a::before { bottom: 0; }
	.nav .nav-item .sub-nav-item a:hover::before { width: 100%; }
	#nav .nav { flex-direction: column; height: auto; overflow-y: auto; overflow-x: hidden; width: 100%; }
	.nav .nav-item .sub-nav.sub-nav-pro { width: 100%; }
	.nav { flex: none; order: 2; }
	#nav .nav { flex-direction: column; justify-content: flex-start; padding-left: 16px; padding-right: 16px; max-height: calc(100vh - 220px); }
	#logo { width: 180px; }
	header { height: 60px; }
	#header { height: 100%; }
	#banner { margin-top: 60px; }
	.list.photo { grid-template-columns: repeat(2, 1fr); }
	.list.map { grid-template-columns: repeat(1, 1fr); }
}
@media screen and (max-width:860px) { }
@media screen and (max-width:768px) {
	.web-title { --padding-t: 24px; --padding-b: 24px; --main-size: 18px; }
	.web-title .main{font-weight: 400; letter-spacing: 0;}
}
@media screen and (max-width:640px) {
	.web-title { gap: 0; }
	.main-btn .btn { width: 100%; }
}
@media screen and (max-width:480px) { }

/*******************************
-------[=首页------
********************************/
#index-section1 { position: relative; z-index: 100; margin-top: 160px; width: 100%; height: calc(100vh - 160px); }
#index-section1 .swiper-btn { background: #fff; border-radius: 50%; width: 45px; height: 45px; }
#index-section1 .swiper-btn .arrow::before { border-color: #000; }
#index-section1 .swiper-btn:after { content: ""; position: absolute; z-index: -1; background: rgba(255, 255, 255, 0.2); width: 100%; height: 100%; border-radius: 50%; left: 0; top: 0; }
#index-section1 .swiper-btn:hover:after { transform: scale(1.8); }
#index-section1 .swiper-btn.prev { left: 4.32%; }
#index-section1 .swiper-btn.next { right: 4.32%; }
.swiper-pagination-bullet:only-child { display: block !important; }
#index-section1 .swiper-pagination { background: none; left: 0; bottom: 20px; transform: translateX(0); width: 100%; height: 4px; display: flex; align-items: center; justify-content: center; }
#index-section1 .swiper-pagination-bullet { opacity: 1; position: relative; width: 60px; height: 4px; border-radius: 2px; margin: 0 20px 0 0 !important; background-color: rgba(255, 255, 255, 1); }
#index-section1 .swiper-pagination-bullet:hover { background-color: #fff; opacity: 0.8; }
#index-section1 .index-section1-photo { width: 100%; height: 100%; }
.list.index-card { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap-40); padding-top: var(--gap-80); padding-bottom: var(--gap-80); }
.list.index-card .item { }
.list.index-card .images { padding-top: 75%; }
.list.index-card .list-txt .name { font-size: 24px; text-align: center; }
.list.index-card .list-txt .txt-info { -webkit-line-clamp: 4; }
.list.index-card .main-btn .btn { width: 100%; }

/* 首页适配 */
@media screen and (max-width:1760px) {
	.index-products-content .swiper-btn.prev, .index-swiper .prev { margin-left: -6vw; }
	.index-products-content .swiper-btn.next, .index-swiper .next { margin-right: -6vw; }
}
@media screen and (max-width:1640px) {
	#index-section1 .swiper-btn.prev { left: 16px; }
	#index-section1 .swiper-btn.next { right: 16px; }
}
@media screen and (max-width:1540px) {
	#index-section1 { height: auto; }
}
@media screen and (max-width:1370px) { }
@media screen and (max-width:1280px) {
	.list.index-card .list-txt .name { font-size: 20px; }
}
@media screen and (max-width:1024px) {
	#index-section1 { margin-top: 60px; }
	.list.index-card { grid-template-columns: repeat(2, 1fr); }
	.list.index-card .list-txt .name { font-size: 18px; }
}
@media screen and (max-width:1023px) { }
@media screen and (max-width:900px) { }
@media screen and (max-width:860px) { }
@media screen and (max-width:768px) {
	#index-section1 { height: 200px; }
	#index-section1 .swiper-pagination-bullet { width: 30px; }
}
@media screen and (max-width:640px) {
	.list.index-card .images { padding-top: 56.25%; }
	.list.index-card { grid-template-columns: repeat(1, 1fr); }
}
@media screen and (max-width:480px) { }