﻿/*
|          (0 0)
+=====oOO====(_)=========+
|   Powered By AnXin     |
|   Tel: 0572-5220701    |
|   Creation:2026.09.21  |
+=================oOO====+
|          |__|__|
|           || ||
|          ooO Ooo
*/
@charset "UTF-8";
body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, input, legend, p, s, td, textarea, th { margin: 0; padding: 0; list-style: none; }
body, html { position: relative; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; }
h1, h2, h3, h4, h5, h6 { text-transform: capitalize; }
button, input, select, textarea { font-size: 100%; outline: 0; }
a { color: #369; text-decoration: none; }
em, i { font-style: normal; }
.none { display: none; }
.block { display: block; }
img { border: 0; object-fit: cover; }
table { border-collapse: collapse; border: 0; border-collapse: collapse; }
::selection { background: #ddd; color: #111; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background-color: rgba(50, 50, 50, 0.25); border: 2px solid transparent; border-radius: 0px; background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background-color: rgba(50, 50, 50, 0.5); }
::-webkit-scrollbar-track { background-color: rgba(50, 50, 50, 0.05); }
.clearfix:after { content: "\0020"; display: block; height: 0; clear: both; font-size: 0; visibility: hidden; }
.clearfix { zoom: 1; }
input, textarea, button { border: 0; }
input::placeholder, textarea::placeholder { opacity: 0.5; }
input:focus { border: 0; outline: 0; box-shadow: 0; }
input[type="radio"], input[type="checkbox"] { appearance: none; -webkit-appearance: none; outline: none; display: none; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
.tipMain { position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; border-top: 1px solid #ccc; background: #fff; font-size: 13px; line-height: 40px; }
.tipMain, .tipMain .close { height: 40px; text-align: center; }
.tipMain .close { position: absolute; top: 0; right: 10px; width: 40px; color: red; font-size: 18px; font-family: Arial, Helvetica, sans-serif; cursor: pointer; }
span.spanleft { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
::before, ::after, a, a:hover, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobileMenu b, header, header *, #banner, #banner img, .svg-arrow { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.svg-arrow { position: relative; }
.svg-arrow::before { content: ""; display: block; width: var(--size); height: var(--size); border-top: solid var(--border-w) var(--border-c); border-right: solid var(--border-w) var(--border-c); }
.svg-arrow.top::before { transform: rotate(-45deg); }
.svg-arrow.left::before { transform: rotate(-135deg) }
.svg-arrow.down::before { transform: rotate(135deg); }
.svg-arrow.right::before { transform: rotate(45deg); }

/*通用*/
* { font-weight: 400; box-sizing: border-box; }
body { background-color: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wrapper { margin: 0 auto; position: relative; z-index: 2; }
.text { padding: 0; }
.text, .text * { line-height: 2; color: #333; word-wrap: break-word; }
.text p:not(:last-child) { margin-bottom: 6px; }
.text img { display: inline-block; opacity: 1 !important; max-width: 100%; }
.text video { max-width: 800px; }
.text::after { content: ""; display: table; clear: both; }
.text .table { display: flex; gap: 12px; }
.txt-info { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.txt-info * { -webkit-box-orient: horizontal; width: auto; display: inline; padding: 0; margin: 0; background: none !important; font-family: sans-serif !important; white-space: normal !important; word-wrap: normal !important; word-break: break-all !important; }
.txt-info img { display: none !important; opacity: 0; }

/* fancybox 自定义 */
.fancybox-wrap img { cursor: zoom-in; }
.fancybox__container { --fancybox-bg: rgba(0, 0, 0, 0.8); }
.f-button svg { stroke: #fff; }
.fancybox__infobar, .fancybox__infobar span { color: #fff; }
.fancybox__content > .f-button.is-close-btn { --f-button-width: 48px; --f-button-height: 48px; top: -54px; }
.fancybox__content { padding: 16px; border-radius: var(--card-radius); }
.fancybox__backdrop::after { content: ""; position: absolute; width: 10%; height: 10%; filter: blur(2px); left: 50%; top: 50%; transform: scale(11); opacity: 0.3; background-image: var(--bg-image); background-size: cover; background-repeat: no-repeat; background-position: center center; }
.fancybox__toolbar { padding: 16px; }
.fancybox__toolbar, .fancybox__nav, .fancybox__content > .f-button.is-close-btn { --f-button-border-radius: 50%; --f-button-bg: rgba(0, 0, 0, 0.2); --f-button-hover-bg: rgba(0, 0, 0, 0.2); --f-button-active-bg: rgba(0, 0, 0, 0.4); }
.fancybox__toolbar__column.is-right { gap: 16px; }
.fancybox__nav { --f-button-svg-width: 22px; --f-button-svg-height: 22px; }
.fancybox__thumbs.is-classic { --f-thumb-width: 48px; --f-thumb-height: 48px; --f-thumb-gap: 16px; --f-thumb-border-radius: 6px; --f-thumb-outline: 0; }
@media (max-width:860px) { }
.fancybox__container.is-compact .fancybox__slide.has-iframe .fancybox__content { width: 100%; height: 600px; }
.fancybox__slide.has-iframe .fancybox__content { width: 850px; height: 520px; }
.fancybox__caption { font-size: 20px; font-weight: 500; }
.is-compact .fancybox__footer .fancybox__caption { text-align: center; }
.f-thumbs__slide { opacity: 0.5; }
.f-thumbs__slide.is-nav-selected { opacity: 1; }
.f-thumbs__slide__button { background: #fff; }
.f-thumbs__slide__img { object-fit: contain; }
.dialog { display: none; }
.dialog.fancybox__content > .f-button.is-close-btn, .is-compact .dialog.fancybox__content > .f-button.is-close-btn { --f-button-bg: none; --f-button-hover-bg: none; --f-button-active-bg: none; --f-button-svg-width: 20px; --f-button-svg-height: 20px; --f-button-svg-filter: #333; top: 0; right: 0px; }
.dialog.fancybox__content > .f-button.is-close-btn svg, .is-compact .dialog.fancybox__content > .f-button.is-close-btn svg { stroke: #333; }
@media (max-width:860px) { }

/*******************************
-------[=返回顶部-------
********************************/
.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; overflow: hidden; }
.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 .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 .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); }

/*******************************
-------[=页面------
********************************/
body { background: url(../images/bg.webp) center center no-repeat fixed; background-size: cover; font-size: 16px; }
.wrapper { width: 100%; padding-left: var(--wrapper); padding-right: var(--wrapper); padding-top: var(--gap-80); padding-bottom: var(--gap-80); }
#body { position: relative; }
.text p { text-indent: 2em }
.web-title { display: flex; flex-direction: column; gap: 16px; }
.web-title .main { text-transform: capitalize; font-weight: 500; font-size: clamp(24px, 2vw, 40px); color: var(--main-color); }
.web-title .secondary { font-size: clamp(14px, 1vw, 16px); }
.web-title .main, .web-title .secondary { display: flex; align-items: center; gap: 16px; }
.web-title.white .main, .web-title.white .secondary { color: #fff; }
.about .wrapper { display: grid; grid-template-columns: 1fr 48%; gap: var(--gap-60); }
.about .web-logo { grid-column-end: span 2; justify-self: center; width: min(730px, 100%) }
.about .about-photo { display: block; width: 100%; }
.about .text { align-self: center; }
.nanqiang img { display: block; width: 100%; }
.nanqiang .mobile { display: none; opacity: 0; }
.man .wrapper { display: grid; grid-template-columns: 1fr 43%; gap: var(--gap-30) var(--gap-80); grid-template-areas: 'a c' 'b c'; }
.man .web-title { grid-area: a; align-self: flex-end; }
.man .text { grid-area: b; }
.man .man-photo { width: 100%; display: block; grid-area: c; }
.products { background: url(../images/anjiwhitetea.webp) center bottom no-repeat var(--main-color); background-size: cover; --title-w: 300px }
.products .wrapper { display: grid; grid-template-columns: var(--title-w) 1fr; gap: var(--gap-80); }
.list.products-list { --column: 4; grid-template-columns: repeat(var(--column), 1fr); gap: var(--gap-30); }
.list.products-list .list-li { border-radius: var(--card-radius); background: #fff; }
.list.products-list .list-txt { padding: 0.8em; }
.list.products-list .list-txt .name { color: var(--main-color); font-size: clamp(16px, 1.25vw, 24px); text-align: center; }
.list.products-list .images { padding-top: 70% }
#footer { background: var(--main-color); }
.footer { display: grid; grid-template-columns: 1fr 57%; gap: var(--gap-80); }
.footer-map { height: 600px; }
.footer-map iframe { display: block; width: 100%; height: 100%; }
.footer-left { display: grid; grid-template-columns: 1fr 150px; gap: var(--gap-30) var(--gap-80); color: #fff; }
.footer-left .web-title { grid-column-end: span 2; align-self: flex-end; }
.footer-left .contact { display: flex; flex-direction: column; gap: var(--gap-30); }
.footer-left .contact .tel { display: flex; align-items: center; gap: 20px; font-size: clamp(24px, 1.5vw, 40px); color: #fff; }
.footer-left .contact .tel img { display: block; width: 42px; }
.footer-left .contact .li { display: grid; grid-template-columns: 20px 1fr; gap: 8px 12px; }
.footer-left .contact .li img { display: block; width: 100%; grid-row-end: span 2; }
.footer-left .contact .li .p1 { color: rgba(255, 255, 255, 0.6); }
.footer-left .contact .li .p2 { font-size: 1.25em; color: #fff; line-height: 1.8; }
.footer-left .qrcode-wrap { display: flex; flex-direction: column; gap: var(--gap-20); }
.qrcode-wrap .qrcode-item { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px; color: #fff; }
.qrcode-wrap .qrcode-item img { width: 100%; display: block; }
#copyright .wrapper { padding-top: 0; padding-bottom: 0 }
.copyright, .copyright .item { display: flex; align-items: center; }
.copyright { padding-top: 12px; padding-bottom: 12px; border-top: solid 1px rgba(255, 255, 255, 0.2); gap: var(--gap-40); justify-content: center; }
.copyright .item { gap: 6px; font-size: 14px; color: rgba(255, 255, 255, 0.6); }

/*页面参数*/
:root { --main-color: #114733;	/*主要颜色 */ --secondary-color: #C8C2B5;	/*辅助颜色 */ --color-red: #DA251D;	/*红色 */ --border-color: #DCDCDC;	/*边框颜色 */ --radius: 6px; --btn-radius: 6px; --card-radius: 12px; --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; --wrapper: 180px; --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 (max-width:1640px) {
	:root { --gap-120:108px; --gap-100:90px; --gap-90:81px; --gap-80:72px; --gap-70:63px; --gap-60:54px; --gap-50:45px; --gap-40:36px; --gap-30:27px; --gap-20:18px; --wrapper: 64px; }
}
@media (max-width:1400px) {
	:root { --wrapper: 40px; }
}
@media (max-width:1370px) {
	:root { --wrapper: 24px; --gap-120:96px; --gap-100:80px; --gap-90:72px; --gap-80:64px; --gap-70:56px; --gap-60:48px; --gap-50:40px; --gap-40:32px; --gap-30:24px; --gap-20:16px; }
}
@media (max-width:1280px) {
	:root { --gap-120:84px; --gap-100:70px; --gap-90:63px; --gap-80:56px; --gap-70:49px; --gap-60:42px; --gap-50:35px; --gap-40:28px; --gap-30:21px; --logo-width: 100px; --process-wrap: 64px; }
}
@media (max-width:1024px) {
	:root { --gap-120:60px; --gap-100:50px; --gap-90:45px; --gap-80:40px; --gap-70:35px; --gap-60:30px; --gap-50:25px; --gap-40:20px; --gap-30:15px; }
}
@media (max-width:860px) {
	:root { --header-height: 60px; }
}
@media (max-width:768px) { }
@media (max-width:640px) {
	:root { --gap-120:24px; --gap-100:24px; --gap-90:24px; --gap-80:24px; --gap-70:24px; --gap-60:16px; --gap-50:16px; --gap-40:16px; --wrapper: 16px; }
}

/* 适配 */
@media (max-width:1640px) { }
@media (max-width:1540px) { }
@media (max-width:1440px) {
	body { font-size: 15px; }
	.products { --title-w: 240px }
}
@media (max-width:1400px) { }
@media (max-width:1370px) {
	body { font-size: 14px; }
	.products { --title-w: 180px }
	.footer { grid-template-columns: 450px 1fr; }
}
@media (max-width:1280px) {
	body { font-size: 13px; }
	.list.products-list { --column: 3 }
	.copyright { flex-direction: column; gap: 8px; }
}
@media (max-width:1024px) {
	body { font-size: 12px; }
	.web-title { --gap: 8px; }
	.web-title .main, .web-title .secondary { gap: 8px; }
	.nanqiang .pc { display: none; opacity: 0; }
	.nanqiang .mobile { display: block; opacity: 1; }
}
@media (max-width:900px) { }
@media (max-width:860px) {
	.about .wrapper, .man .wrapper, .products .wrapper, .footer { grid-template-columns: 1fr; }
	.about .web-logo { grid-column-end: span 1 }
	.about .about-photo { grid-row-start: 2; }
	.man .wrapper { grid-template-areas: 'a' 'b' 'c' }
	.footer-map { height: 45vh; }
}
@media (max-width:768px) {
	body { font-size: 14px; }
	.web-title { align-items: center; }
	.web-title .main { width: 100%; justify-content: center; gap: 16px; }
	.web-title .main::before, .web-title .main::after { content: ""; display: block; flex: 1; height: 2px; border-radius: 2px; background: linear-gradient(90deg, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.6) 100%); }
	.web-title .main::after { transform: rotate(180deg); }
	.web-title.white .main::before, .web-title.white .main::after { background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6)  100%); }
	.list.products-list { --column: 2 }
	.footer-left { grid-template-columns: 1fr 120px; }
	.footer-left .contact .tel { gap: 8px; }
	.footer-left .contact .tel img { width: 24px; }
}
@media (max-width:640px) { }
@media (max-width:480px) { }

/* 错误提示 */
.ajaxMsg { display: none; border: 1px solid #D5DC8B; background: #FFFFCC; padding: 2px; }
.ajaxMsg img { margin-top: -3px; }