
/* CSS Document */
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
/*th, td{margin: 0; padding: 0;}*/
html {
	color: #2B3A30;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	background: #fff
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #3a3a3a;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover {
	text-decoration: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
/*首页*/
#header .logo {
	width: 550px;
	margin: 5px 0 5px;
	display: inline-block;
}
#header .logo a {
	display: block;
}
#header .logo img {
	vertical-align: middle;
	max-height: 60px;
	width: auto;
}
.container {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
}
.search-box {
}
.search-box .input-search-btn {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	border: 0;
	border-radius: 2px;
	top: 26px;
	right: 10px;
	position: absolute;
	z-index: 9999;
	background-color: #61C600;
	background-image: none;
	cursor: pointer;
}
.search-box .input-search {
	height: 84px;
	position: relative;
	float: left;
}
.search-box .input-search input {
	height: 45px;
	width: 240px;
	background-color: #eee;
	border: 1px solid;
	border-color: #eee;
	padding-left: 15px;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	-ms-transition: all 0.6s cubic-beziercubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	position: relative;
	top: 19px;
}
.input-search input:focus {
	width: 275px;
	border-color: #ffffff;
	outline: 0;
}
.search-box .input-search-btn:hover {
	background-color: #52a800;
	background-image: none;
}
/*导航*/
#nav {
	background-color: #61C600;
	width: 100%;
}
#nav ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	max-width: 1050px;
	margin: 0 auto;
	gap: 0;
}
#nav ul li {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	position: relative;
	flex: 1 1 0;
}
#nav ul li.has-sub {
	width: auto;
}
/* 一级/二级统一微软雅黑；一级加粗，二级常规 */
#nav ul li > a,
#nav ul li > .nav-parent-link,
#nav ul li .sub-nav dd a {
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif;
}
#nav ul li > a,
#nav ul li > .nav-parent-link {
	font-weight: 700;
}
#nav ul li .sub-nav dd a {
	font-weight: 400;
}
#nav ul li a {
	color: #fff;
	width: 100%;
	min-width: 0;
	padding: 0 8px;
	font-size: 17px;
	text-align: center;
	height: 60px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}
#nav ul li a:hover {
	color: #1B724C;
	background: transparent;
	z-index: 1603;
}
#nav ul li a:after {
	content: attr(data-title);
	position: absolute;
	top: 1%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 1602;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#nav ul li a.active:after, #nav ul li a:hover:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: #1B724C;
	background-color: #fff;
	opacity: 1;
	visibility: visible;
}
#nav ul li .sub-nav {
	position: absolute;
	left: 0;
	top: 60px;
	min-width: 100%;
	width: 100%;
	background: #fff;
	white-space: normal;
	box-shadow: 0 8px 18px rgba(0,0,0,.12);
	z-index: 2000;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-transition:
		max-height .42s cubic-bezier(.4, 0, .2, 1),
		opacity .3s ease,
		transform .36s cubic-bezier(.22, .61, .36, 1),
		visibility 0s linear .38s,
		box-shadow .3s ease;
	transition:
		max-height .42s cubic-bezier(.4, 0, .2, 1),
		opacity .3s ease,
		transform .36s cubic-bezier(.22, .61, .36, 1),
		visibility 0s linear .38s,
		box-shadow .3s ease;
}
#nav ul li:hover .sub-nav {
	max-height: 360px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition:
		max-height .45s cubic-bezier(.4, 0, .2, 1),
		opacity .32s ease .04s,
		transform .38s cubic-bezier(.22, .61, .36, 1),
		visibility 0s linear 0s,
		box-shadow .3s ease;
	transition:
		max-height .45s cubic-bezier(.4, 0, .2, 1),
		opacity .32s ease .04s,
		transform .38s cubic-bezier(.22, .61, .36, 1),
		visibility 0s linear 0s,
		box-shadow .3s ease;
}
#nav ul li .sub-nav dd {
	margin: 0;
}
#nav ul li .sub-nav dd a {
	width: 100%;
	min-width: 0;
	padding: 0 8px;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	color: #2B3A30;
	background: #fff;
	text-align: center;
	justify-content: center;
	overflow: visible;
}
#nav ul li .sub-nav dd a:after {
	display: none;
}
#nav ul li .sub-nav dd a:hover {
	color: #1B724C;
	background: #F0F7F1;
}
.web_nav {
	display: none;
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	font-weight: bold;
}
.btn-menu {
	display: block;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	padding: 15px 0;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
	outline: none;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
	background-color: #ffffff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.btn-menu span {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.btn-menu.active span {
	opacity: 0;
}
.btn-menu.active:before {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*首页banner — 设计尺寸 1900x1000*/
.flickerplate {
	position: relative;
	width: 100%;
	aspect-ratio: 1900 / 1000;
	max-height: 1000px;
	background-color: #e6e6e6;
	overflow: hidden
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block
}

.flickerplate ul.flicks>li .flick-inner {
	height: 100%;

	color: #fff;
	display: table-cell;
	vertical-align: middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {

	margin-left: auto;
	margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.778em;
	line-height: 1.995em;
	text-align: center
}
@media only screen and (max-width:43.813em) {
.flickerplate ul.flicks>li .flick-title {
	font-size: 1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	line-height: 2.5em;
	color: rgba(255,255,255,0.8);
	text-align: center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0,0,0,0.6)
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url("../images/arrow-left-light.png");
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url("../images/arrow-right-light.png");
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 100
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 12px;
	height: 12px;
	margin: 0px 5px;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.5)
}
.flickerplate .dot-navigation .dot.active {
	background-color: rgb(255,255,255);
	border: 2px solid rgb(255,255,255);
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image: url("../images/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image: url("../images/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
/*主营产品*/
.zy_pro {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0;
	background: #1B724C;
}
.zy_pro_in {
	width: 100%;
	padding: 0 1%;
	max-width: 1230px;
	margin: 0 auto;
	 
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 17px;
}
.zy_pro_in em {
	font-size: 16px;
	font-weight: bold;
}
.h_tlt1 {
	width: 100%;
}
.h_tlt1 p {
	font-size: 32px;
	color: #1B724C;
	text-align: center;
}
.h_tlt1 span {
	display: block;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
/*我们的优势*/
.youshi_wrap {
	overflow: hidden;
	width: 100%;
	overflow-x: hidden;
	margin-left: 0;
}
.h_youshi {
	width: 100%;
	background: #fff;
}
.h_youshi_in {
	width: 90%;
	max-width: 1230px;
	padding: 40px 0;
	margin: 0 auto;
}
.h_youshi_in ul {
	padding-top: 40px;
}
.h_youshi_in ul li {
	float: left;
	margin-right: 2%;
	width: 23%;
}
.h_youshi_in ul li:nth-child(4n) {
	margin-right: 0px;
}
.h_youshi_in ul li .icon {
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: #eee;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	-o-transition: background;
}
.h_youshi_in ul li .icon span {
	display: block;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='28' fill='none' stroke='%232D5A3C' stroke-width='3'/%3E%3Cpath d='M20 40 Q32 18 44 40' fill='none' stroke='%232D5A3C' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='22' cy='26' r='4' fill='%232D5A3C'/%3E%3Ccircle cx='42' cy='26' r='4' fill='%232D5A3C'/%3E%3Ccircle cx='32' cy='18' r='4' fill='%232D5A3C'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 60%;
	transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	-o-transition: background;
}
.h_youshi_in ul li .icon2 span {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 8 Q20 20 20 36 Q20 52 32 56 Q44 52 44 36 Q44 20 32 8Z' fill='none' stroke='%232D5A3C' stroke-width='3'/%3E%3Cpath d='M32 20 Q28 30 32 40' fill='none' stroke='%232D5A3C' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M32 28 Q38 24 40 20' fill='none' stroke='%232D5A3C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 60%;
}
.h_youshi_in ul li .icon3 span {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='22' y='16' width='20' height='36' rx='4' fill='none' stroke='%232D5A3C' stroke-width='3'/%3E%3Crect x='26' y='10' width='12' height='8' rx='3' fill='none' stroke='%232D5A3C' stroke-width='2'/%3E%3Cline x1='28' y1='28' x2='36' y2='28' stroke='%232D5A3C' stroke-width='2'/%3E%3Cline x1='28' y1='34' x2='36' y2='34' stroke='%232D5A3C' stroke-width='2'/%3E%3Cline x1='28' y1='40' x2='36' y2='40' stroke='%232D5A3C' stroke-width='2'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 60%;
}
.h_youshi_in ul li .icon4 span {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='28' r='16' fill='none' stroke='%232D5A3C' stroke-width='3'/%3E%3Ccircle cx='26' cy='24' r='2' fill='%232D5A3C'/%3E%3Ccircle cx='38' cy='24' r='2' fill='%232D5A3C'/%3E%3Cpath d='M24 32 Q32 40 40 32' fill='none' stroke='%232D5A3C' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M32 44 L32 52' stroke='%232D5A3C' stroke-width='2'/%3E%3Cpath d='M26 48 L32 52 L38 48' fill='none' stroke='%232D5A3C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 60%;
}
.h_youshi_in ul li .tlt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #1B724C;
	font-weight:800;
}
.h_youshi_in ul li p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	 
	font-size: 15px;
    color: #000;
}
/* .h_youshi_in ul li:hover .icon { */
	/* background: #1B724C; */
/* } */
/* .h_youshi_in ul li:hover .icon1 span { */
	/* background: url(../images/ys1a.png) center center no-repeat; */
	/* background-size: cover; */
/* } */
/* .h_youshi_in ul li:hover .icon2 span { */
	/* background: url(../images/ys2a.png) center center no-repeat; */
	/* background-size: cover; */
/* } */
/* .h_youshi_in ul li:hover .icon3 span { */
	/* background: url(../images/ys3a.png) center center no-repeat; */
	/* background-size: cover; */
/* } */
/* .h_youshi_in ul li:hover .icon4 span { */
	/* background: url(../images/ys4a.png) center center no-repeat; */
	/* background-size: cover; */
/* } */
/*首页产品展示*/
.h_products {
	width: 100%;
	background: #f3f3f4;
}
.h_products_in {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 40px 0 10px;
}
.h_products .pro_hd {
	margin: 30px auto 40px;
}
.h_products .pro_hd ul {
	margin: 0 auto;
	max-width: 100%;
	max-height: 84px;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
.h_products .pro_hd ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 1px;
}
.h_products .pro_hd ul li a {
	display: block;
	background: #ffffff;
	padding: 8px 30px;
	color: #76838f;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	max-width: 150px;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	border-radius: 0 4px 0 4px;
}
.h_products .pro_hd ul li a:hover {
	background: #1B724C;
	color: #fff;
}
.h_products .pro_hd ul li.on a {
	background: #e41e34;
	color: #fff;
}
.h_products .pro_bd ul li {
	float: left;
	width: 30%;
	margin-right: 4%;
	margin-bottom: 30px;
}
.h_products .pro_bd ul li:nth-child(3n) {
	margin-right: 0px;
}
.h_products .pro_bd ul li>div {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 2px 2px;
	background: #fff;
	padding-bottom: 20px;
	position: relative;
}
.h_products .pro_bd ul li>div a {
	display: block;
}
.h_products .pro_bd ul li>div .pro_img {
	text-align: center;
	width: 100%;
	height: 300px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.h_products .pro_bd ul li>div .pro_img img {
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}
.h_products .pro_bd ul li>div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.h_products .pro_bd ul li>div p a {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	color: #555;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_products .pro_bd ul li>div span {
	margin: 0 auto;
	display: block;
	width: 118px;
	height: 34px;
	border: 1px solid #dadada;
	display: block;
	text-align: center;
	line-height: 34px;
	background: none;
	position: relative;
}
.h_products .pro_bd ul li>div span:before {
	content: "";
	position: absolute;
	background: #e41e34;
	width: 0;
	height: 34px;
	left: 0;
	z-index: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.h_products .pro_bd ul li>div span i {
	position: relative;
	z-index: 1;
	background: url(../images/pro_jt.png) center center no-repeat;
	display: block;
	width: 100%;
	height: 34px;
}
.h_products .pro_bd ul li .l1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_products .pro_bd ul li .l2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_products .pro_bd ul li .l3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_products .pro_bd ul li .l4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.h_products .pro_bd ul li>div:hover .l1 {
	width: 100%;
}
.h_products .pro_bd ul li>div:hover .l2 {
	height: 100%;
}
.h_products .pro_bd ul li>div:hover .l3 {
	width: 100%;
}
.h_products .pro_bd ul li>div:hover .l4 {
	height: 100%;
}
.h_products .pro_bd ul li>div:hover span {
	border: 1px solid #ffffff;
}
.h_products .pro_bd ul li>div:hover span i {
	background: url(../images/pro_jt2.png) center center no-repeat;
}
.h_products .pro_bd ul li>div:hover span:before {
	width: 100%;
}
.h_news_wrap {
	background: #f8f8f8;
	width: 100%;
	background-attachment: fixed;
}
.h_news {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 40px 0 20px;
	margin-top: 50px;
}
.h_tlt1 {
	width: 100%;
}
.h_tlt1 p {
	font-size: 24px;
	font-weight: bold;
	color: #1B724C;
	text-align: center;
}
.h_tlt1 span {
	display: block;
	font-size: 22px;
	font-weight: lighter;
	color: #000;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.h_tlt1 em {
	display: block;
	width: 58px;
	height: 2px;
	background: #1B724C;
	margin: 0 auto;
}
.h_news .news_bd {
	padding-top: 40px;
	overflow: hidden;
}
.h_news .news_bd .news_tj {
	width: 49%;
	float: left;
}
.h_news .news_bd .news_tj .news_tj_img a {
	display: block;
	width: 100%;
	height: 210px;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
	border-bottom: 1px solid #f5f5f5;
}
.h_news .news_bd .news_tj .news_tj_img a img {
	max-width: 100%;
	vertical-align: middle;
	transition-duration: 3s;
	-ms-transition-duration: 3s;
	-moz-transition-duration: 3s;
	-webkit-transition-duration: 3s;
}
.h_news .news_bd .news_tj .news_tj_img a:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.5;
}
.h_news .news_bd .news_tj .news_tj_img a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.h_news .news_bd .news_tj .news_tj_con {
	background: #ffffff;
	padding: 10px 20px 30px;
}
.h_news .news_bd .news_tj p a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #1B724C;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.h_news .news_bd .news_tj p a:hover {
	color: #1B724C;
}
.h_news .news_bd .news_tj span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	background: #ffffff;
	height: 66px;
	overflow: hidden;
}
.h_news .news_bd .news_tj em {
	display: block;
	font-size: 14px;
	color: #c6c6c6;
	padding-top: 10px;
	background: #ffffff;
}
.h_news .news_bd ul {
	width: 49%;
	float: right;
}
.h_news .news_bd ul li {
	background: #ffffff;
	padding: 24px;
	margin-bottom: 20px;
	position: relative;
}
.h_news .news_bd ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	background: #cacaca;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 4px 0 4px 0;
}
.h_news .news_bd ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.h_news .news_bd ul li .news_time span {
	font-size: 14px;
	color: #fff;
}
.h_news .news_bd ul li .news_con {
	padding-left: 110px;
}
.h_news .news_bd ul li .news_con p a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #1B724C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_news .news_bd ul li .news_con span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.h_news .news_bd ul li:hover .news_time {
	background: #1B724C;
}
.h_news .news_bd ul li:hover .news_con p a {
	color: #1B724C
}
/*首页公司简介*/
.sy_about {
	width: 100%;
	/* background: url(../images/bg.jpg) no-repeat; */
	background:#1B724C;
	background-attachment: fixed;
	padding: 40px 0;
}
.sy_about .h_tlt1 p {
	color: #fff;
}
.sy_about .h_tlt1 span {
	color: #fff;
}
.sy_about .h_tlt1 em {
	background: #fff;
}
.sy_about_hd {
	margin-bottom: 25px;
}
.sy_about_hd .tlt {
	float: left;
	position: relative;
	width: 36%;
	overflow: hidden;
}
.sy_about_hd .tlt p {
	font-size: 20px;
	color: #37474f;
	font-weight: bold;
	float: left;
	height: 46px;
	line-height: 46px;
}
.sy_about_hd .tlt em {
	display: block;
	width: 38px;
	height: 2px;
	background: #c4261d;
	position: absolute;
	bottom: 0;
	left: 0;
}
.con_syabout {
	position: relative;

}
.con_img_about {
	float: left;
	width: 42%;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
.con_img_about img {
	width: 100%;
	max-height: 400px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}
.con_right_about {
	background: #fff;
	width: 96%;
	text-align: left;
	padding: 40px 2%;
	position: absolute;
	top: 67px;
	height: 244px;
	z-index: 1;
}
.con_right_about p.desc {
	font-size: 17px;
	color: #000;

	line-height: 26px;
	padding: 20px 0 20px;
	margin-left: 45%;
	overflow: hidden;
}
.btn-more1 {
	border: 1px solid;
	color: #1B724C;
	display: block;
	width: 110px;
	text-align: center;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	height: 30px;
	line-height: 30px;
	margin-left: 45%;
}
.btn-more1:hover {
	background: #1B724C;
	color: #fff;
	border-color: #1B724C;
	text-decoration: none
}
/*技术文章开始*/
.h_article {
	width: 100%;
	background: #f8f8f8;
	padding: 40px 0;
}
.h_article ul {
	width: 100%;
	padding: 40px 0 0;
}
.h_article ul li {
	background: #ffffff;
	padding: 24px;
	margin-bottom: 20px;
	position: relative;
}
.h_article ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	background: #cacaca;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 4px 0 4px 0;
}
.h_article ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.h_article ul li .news_time span {
	font-size: 14px;
	color: #fff;
}
.h_article ul li .news_con {
	padding-left: 110px;
}
.h_article ul li .news_con p a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #1B724C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_article ul li .news_con span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.h_article ul li:hover .news_time {
	background: #1B724C;
}
.h_article ul li:hover .news_con p a {
	color: #1B724C
}
/*技术文章结束*/


/*----普通产品滚动----*/
.h_tjcp {
	width: 100%;
	padding: 40px 0;
}
#demo {
	overflow: hidden;
	width: 100%;
	height: 334px;
	margin: 0 auto;
	padding-top: 30px;
}
#demo #indemo {
	float: left;
	width: 800%
}
#demo #demo1 {
	float: left;
}
#demo #demo2 {
	float: left;
}
#demo #indemo ul li {
	float: left;
	width: 22%;
	margin-right: 4%;
}
#demo #indemo ul li>div {
	display: block;
	width: 96%;
	padding: 2%;
	border-radius: 0 0 2px 2px;
	background: #f1f1f1;
	padding-bottom: 20px;
	position: relative;
}
#demo #indemo ul li>div a {
	display: block;
}
#demo #indemo ul li>div .pro_img {
	text-align: center;
	width: 100%;
	height: 222px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
#demo #indemo ul li>div .pro_img img {
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}
#demo #indemo ul li>div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
#demo #indemo ul li>div p {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	color: #555;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#demo #indemo ul li>div span {
	margin: 0 auto;
	display: block;
	width: 118px;
	height: 34px;
	border: 1px solid #dadada;
	display: block;
	text-align: center;
	line-height: 34px;
	background: none;
	position: relative;
}
#demo #indemo ul li>div span:before {
	content: "";
	position: absolute;
	background: #e41e34;
	width: 0;
	height: 34px;
	left: 0;
	z-index: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
#demo #indemo ul li>div span i {
	position: relative;
	z-index: 1;
	background: url(../images/pro_jt.png) center center no-repeat;
	display: block;
	width: 100%;
	height: 34px;
}
#demo #indemo ul li .l1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#demo #indemo ul li .l2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#demo #indemo ul li .l3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#demo #indemo ul li .l4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#demo #indemo ul li>div:hover .l1 {
	width: 100%;
}
#demo #indemo ul li>div:hover .l2 {
	height: 100%;
}
#demo #indemo ul li>div:hover .l3 {
	width: 100%;
}
#demo #indemo ul li>div:hover .l4 {
	height: 100%;
}
#demo #indemo ul li>div:hover span {
	border: 1px solid #fff;
}
#demo #indemo ul li>div:hover span i {
	background: url(../images/pro_jt2.png) center center no-repeat;
}
#demo #indemo ul li>div:hover span:before {
	width: 100%;
}
/*---普通产品滚动结束---*/

.link {
	width: 100%;
	margin-bottom: 30px;
}
.link .link_con {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 20px 0px #eaeaea;
	padding: 15px 10px;
}
.link .link_con span {
	display: block;
	background: url(../images/pecv.png) left center no-repeat;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin-bottom: 5px;
}
.link .link_con p {
	font-size: 12px;
	color: #555;
	line-height: 24px;
	padding: 0 15px 0 0;
}
.link .link_con p a {
	font-size: 12px;
	color: #555;
}
/*首页三块内容*/
.home-minimal {
	background: #fff;
}
.home-section {
	padding: 58px 0;
}
.home-section:nth-child(2) {
	background: #F4F8F5;
}
.home-section-title {
	text-align: center;
	margin-bottom: 34px;
}
.home-section-title strong {
	display: block;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #1B724C;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.home-section-title span {
	display: block;
	font-size: 24px;
	line-height: 1.5;
	margin-top: 4px;
	color: #1B724C;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Noto Sans SC", sans-serif;
	font-weight: 700;
}
/* 关于椰小奈：中文标题左对齐 */
.home-about .home-section-title {
	text-align: left;
}
.home-about .home-section-title span {
	font-weight: 700;
	text-align: left;
}
.product-title strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #1B724C;
}
.product-title span {
	font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans CN", sans-serif;
	font-weight: 600;
	color: #1B724C;
}
.product-page-title {
	margin: 18px 0 36px;
}
.product-display-only .pro_bd ul li>div p {
	height: auto;
	line-height: 1.5;
	margin-top: 14px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
	white-space: normal;
}
.product-display-only .pro_bd ul li>div span {
	display: none;
}
.about-title strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #1B724C;
}
.about-title span {
	font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans CN", sans-serif;
	font-weight: 600;
	color: #1B724C;
}
.store-title strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #1B724C;
}
.store-title span {
	font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans CN", sans-serif;
	font-weight: 600;
	color: #1B724C;
}
.home-product-list {
	display: flex;
	justify-content: center;
	gap: 36px;
}
.home-product-item {
	width: 42%;
	background: #fff;
	border: 1px solid #eef1ef;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.home-product-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.home-product-img img {
	max-width: 92%;
	max-height: 92%;
	object-fit: contain;
}
.home-product-text {
	padding-top: 16px;
}
.home-product-text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	margin-bottom: 8px;
}
.home-product-text p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	text-align: left;
}
.home-about-content {
	display: flex;
	align-items: center;
	gap: 44px;
}
.home-about-logo {
	width: 34%;
	text-align: center;
}
.home-about-logo img {
	max-width: 100%;
	max-height: 280px;
	object-fit: contain;
}
.home-about-text {
	flex: 1;
}
.home-about-text p {
	font-size: 17px;
	color: #333;
	line-height: 2;
	margin-bottom: 8px;
}
.home-store-list {
	display: flex;
	justify-content: center;
	gap: 24px;
}
.home-store-list a {
	width: 22%;
	min-height: 0;
	height: 148px;
	border: 1px solid #eef1ef;
	background: #fff;
	box-sizing: border-box;
	padding: 18px 12px;
	text-align: center;
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.home-store-list a:hover {
	border-color: #f28b22;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.home-store-list img {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: contain;
	margin: 0 auto;
}
.home-store-list strong {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #333;
	margin: 0;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif;
}
/* 店铺卡片下方小字已取消展示 */
.home-store-list span {
	display: none;
}
@media (max-width: 992px) {
	.home-product-list, .home-about-content, .home-store-list {
		flex-wrap: wrap;
	}
	.home-product-item {
		width: 100%;
	}
	.home-about-logo {
		width: 100%;
	}
	.home-store-list a {
		width: 45%;
	}
}
@media (max-width: 767px) {
	.home-section {
		padding: 36px 0;
	}
	.home-section-title strong {
		font-size: 24px;
	}
	.home-section-title span {
		font-size: 20px;
	}
	.home-product-item {
		display: block;
	}
	.home-product-img {
		width: 100%;
		margin-bottom: 16px;
	}
	.home-store-list a {
		width: 100%;
	}
}
.foot1 {
	background-color: #fff;
	width: 100%;
	padding: 34px 0 30px;
	font-family: "Microsoft YaHei", "SimHei", Helvetica, Arial, sans-serif;
	color: #000;
}
.footer-title {
	font-size: 26px;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
	margin-bottom: 22px;
}
.footer-nav-row {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-bottom: 20px;
}
.footer-nav-row strong {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
.footer-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 36px;
	padding-top: 24px;
}
.footer-line {
	width: 100%;
	height: 1px;
	background: #9dc3e6;
}
.footer-nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 34px;
	align-items: center;
}
.footer-nav-links a {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
.footer-nav-links a:hover {
	color: #2f8f5b;
}
.footer-contact {
	flex: 1;
	color: #000;
}
.footer-contact p {
	color: #000;
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 2px;
}
.footer-contact .footer-phone-label {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 4px;
}
.footer-contact .footer-phone-number {
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 12px;
}
.footer-qrcode {
	width: 150px;
	text-align: center;
	color: #000;
}
.footer-qrcode .qrcode-box {
	width: 128px;
	height: 128px;
	margin: 0 auto;
	background: #fff;
	border: 1px dashed #9dc3e6;
	box-sizing: border-box;
}
.footer-qrcode img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer-qrcode p {
	font-size: 14px;
	color: #000;
}
.foot2 {
	background-color: #fff;
	width: 100%;
	padding: 10px 0;
}
.foot2 p {
	color: #555;
	font-size: 12px;
}
.foot2 a {
	color: #555;
	font-size: 12px;
}
.foot2 a:hover {
	color: #0026a7;
}
/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 999999999;
	right: 0;
	bottom: 60px;
	width: 70px;
	height: 240px;
	display:none;
}
.suspension-box {
	position: relative;
	float: right;
}
.suspension .a {
	display: block;
	width: 55px;
	height: 40px;
	padding: 10px 0 5px;
	background-color: #265036;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
}
.suspension .a.active, .suspension .a:hover {
	background: #e41e34;
}
.suspension .a .i {
	display: inline-block;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}
.suspension .a-service .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.suspension .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.suspension .a-service-phone .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}
.suspension .a-qrcode .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -56px -12px;
}
.suspension .a-cart .i {
	background-position: -88px 0;
}
.suspension .a-top .i {
	background-position: -132px 0;
}
.suspension .a-top {
	background: #D2D3D6;
	display: none;
}
.suspension .a-top:hover {
	background: #c0c1c3;
}
.suspension .d {
	display: none;
	width: 240px;
	background: #fff;
	position: absolute;
	right: 67px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;/*background:url(../images/side_bg_arrow.png) no-repeat;*/
	right: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.suspension .d-service {
	top: 0;
}
.suspension .d-service-phone {
	top: 50px;
}
.suspension .d-qrcode {
	top: 78px;
}
.suspension .d .inner-box {
	padding: 8px 22px;
}
.suspension .d-service-item {
	padding: 4px 0;
}
.suspension .d-service .d-service-item {
	border-bottom: none;
}
.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}
.suspension .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
	padding-top: 10px;
}
.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.suspension .d-qrcode {
	text-align: center;
	width: 160px;
}
.suspension .d-qrcode .inner-box {
	padding: 10px 0;
}
.suspension .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}
/*-------------------内页开始-------------------*/
.ny_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
/*内页banner — 源图 1900x500，全宽按比例完整显示（PC / H5 一致）*/
.ny_banner .slideshow {
	width: 100%;
	height: auto !important;
	max-height: none !important;
	aspect-ratio: 1900 / 500;
	overflow: hidden;
	background: none !important;
	background-image: none !important;
	background-size: auto !important;
	border-bottom: 0 !important;
}
.ny_banner .slideshow img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0;
	border: 0;
	object-fit: contain;
	object-position: center center;
	vertical-align: top;
}
@media screen and (max-width: 1000px) {
.ny_banner .slideshow {
	max-height: none !important;
}
}
@media screen and (max-width: 760px) {
.ny_banner .slideshow {
	max-height: none !important;
}
}
@media screen and (max-width: 480px) {
.ny_banner .slideshow {
	max-height: none !important;
}
}
.ny_tlt1 {
	width: 100%;
	margin-bottom: 30px;
}
.ny_tlt1 p {
	font-size: 24px;
	color: #1B724C;
	text-align: center;
	font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans CN", sans-serif;
	font-weight: 600;
}
.ny_tlt1 span {
	display: block;
	font-size: 14px;
	color: #1B724C;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.ny_news_con2 .about_img {
	float: left;
	width: 37%;
	margin-right: 25px;
	margin-bottom: 15px;
}
.ny_news_con2 .about_img img {
	max-width: 100%;
}
.ny_news_con2 .about_wz {
	font-size: 13px;
	line-height: 30px;
	color: #555;
	margin-bottom: 20px;
}
.ny_zycp {
	background: #f1f1f1;
	padding: 20px 15px;
	margin-bottom: 25px;
}
/*内页产品分类*/
.syFocusThumb .prev {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	height: 40px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/pre.png);
	background-position: center center;
	background-size: initial;
	border-right: 1px solid #f1f1f1;
}
.syFocusThumb .next {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	height: 40px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/next.png);
	background-position: center center;
	background-size: initial;
	border-left: 1px solid #f1f1f1;
}
.syFocusThumb {
	POSITION: relative;
	WIDTH: 100%;
	margin: 20px auto;
	padding-top: 60px;
}
.pagination {
	POSITION: absolute;
	TEXT-ALIGN: left;
	CLEAR: both;
	TOP: 0;
	LEFT: 0px;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px 0px #eaeaea;
	overflow: hidden;
}
.thumbWrap {
	POSITION: absolute;
	WIDTH: 80%;
	OVERFLOW: hidden;
	TOP: 0;
	LEFT: 10%;
}
.holder {
	WIDTH: 4000px
}
.holder I {
	CURSOR: pointer;
	font-style: normal;
	display: inline-block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 0 5px;
	vertical-align: top;
	border-radius: 0 4px 0 4px;
	overflow: hidden;
	margin: 0 2px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.holder I:first-child {
	width: 50px;
}
.prev {
	POSITION: absolute;
	WIDTH: 10%;
	TOP: 0;
	CURSOR: pointer;
	LEFT: 0
}
.next {
	POSITION: absolute;
	WIDTH: 10%;
	TOP: 0;
	CURSOR: pointer;
	RIGHT: 0;
}
.pagination I.selected {
	background-color: #e41e34;
	color: #fff;
}
.pagination I.selected a {
	color: #ffffff;
}
.sliderwrapper {
	width: 100%;
	padding-left: 5px;
	text-align: left;
}
.toc {
}
.toc a {
	color: #1B724C;
}
.contentdiv {
	font-size: 0;
	margin: 0 10px;
}
.contentdiv:first-child {
	display: none !important;
}
.contentdiv a {
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	padding: 8px 2%;
	color: #76838f;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	width: 8%;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	background: #f3f5f7;
	margin: 10px 5px 0 0;
}
.contentdiv a:hover {
	background: #afafaf;
	color: #fff;
}
.hidebtn {
	float: right;
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	box-shadow: 0px 0px 20px 0px #eaeaea;
	background: #dedede;
	margin: 0 auto 20px;
	font-size: 12px;
	color: #555;
	text-align: center;
	cursor: pointer;
}
.ny_content_wrap {
	background: #ffffff;
	width: 100%;
}
.ny_content {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ny_content .content_right {
	float: right;
	width: 100%;
	padding: 1%;
}
.ny_content .content_right2 {
	float: none;
	width: 100%;
	padding: 0;
	padding-bottom: 30px;
}
.ny_content .content_right .bread_nav {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.ny_content .content_right .bread_nav div {
	width: 100%;
	text-align: left;
	color: #777;
	overflow: hidden;
	font-size: 14px;
}
.ny_content .content_right .bread_nav div>em {
	display: inline-block;
	width: 25px;
	height: 40px;
	background: url(../images/dw.png) center center no-repeat;
	vertical-align: top;
}
.ny_content .content_right .bread_nav div a {
	color: #555;
}
.ny_content .content_right .bread_nav div a:hover {
	color: #0256ac
}
.ny_content .content_right .conn {
	color: #555;
	font-size: 14px;
	line-height: 28px;
	padding-top: 10px;
	z-index: 1;
	position: relative;
}
.ny_content .ny_news_con2 {
	min-height: 300px;
}
.ny_content .ny_news_con2 img {
	text-align:center;
	display:block;
	margin:0px auto;
    width: 100%!important;
	height:auto!important;
	max-width:640px;

}
.brand-content .brand-story-page {
	position: relative;
	min-height: 560px;
	padding: 34px 0 44px;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", "SimHei", Helvetica, Arial, sans-serif;
	background: #fff;
	overflow: hidden;
}
.brand-story-border {
	display: none;
}
.brand-story-border.border-top, .brand-story-border.border-bottom {
	left: 28px;
	right: 28px;
	height: 2px;
}
.brand-story-border.border-top {
	top: 24px;
}
.brand-story-border.border-bottom {
	bottom: 24px;
}
.brand-story-border.border-left, .brand-story-border.border-right {
	top: 24px;
	bottom: 24px;
	width: 2px;
}
.brand-story-border.border-left {
	left: 28px;
}
.brand-story-border.border-right {
	right: 28px;
}
.brand-story-text {
	width: 58%;
	position: relative;
	z-index: 2;
}
.brand-story-text h1 {
	font-size: 34px;
	line-height: 1.2;
	font-weight: bold;
	color: #1B724C;
	letter-spacing: 0;
	margin-bottom: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand-story-text h2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	color: #1B724C;
	margin-bottom: 30px;
	font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans CN", sans-serif;
}
.brand-story-text p {
	font-size: 16px;
	line-height: 1.65;
	color: #333;
	margin-bottom: 20px;
}
.brand-story-image {
	position: absolute;
	right: 0;
	top: 50%;
	width: 38%;
	-webkit-transform: translateY(-34%);
	transform: translateY(-34%);
	text-align: center;
	z-index: 1;
}
.ny_content .brand-content .brand-story-image img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 260px;
	object-fit: contain;
}
@media (max-width: 992px) {
	.brand-content .brand-story-page {
		padding: 28px 0 36px;
	}
	.brand-story-text {
		width: 100%;
	}
	.brand-story-image {
		position: static;
		width: 100%;
		-webkit-transform: none;
		transform: none;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.brand-story-text h1 {
		font-size: 26px;
	}
	.brand-story-text h2 {
		font-size: 22px;
	}
	.brand-story-text p {
		font-size: 15px;
	}
}
.brand-philosophy-page {
	font-family: "Microsoft YaHei", "SimHei", "PingFang SC", Arial, sans-serif;
	padding: 24px 0 20px;
	background: #fff;
}
.contact-page {
	font-family: "Microsoft YaHei", "SimHei", Helvetica, Arial, sans-serif;
	padding: 34px 0 48px;
	background: #fff;
}
.research-page {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 4%;
	font-family: "Microsoft YaHei", "SimHei", Helvetica, Arial, sans-serif;
	padding: 34px 0 48px;
	background: #fff;
}
.online-store-page {
	font-family: "Microsoft YaHei", "SimHei", Helvetica, Arial, sans-serif;
	padding: 34px 0 48px;
	background: #fff;
}
.online-store-head {
	text-align: center;
	margin-bottom: 40px;
}
.online-store-head h1 {
	font-size: 34px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0;
	color: #1B724C;
	margin-bottom: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.online-store-head h2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	color: #1B724C;
	font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans CN", sans-serif;
}
.online-store-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	align-items: stretch;
}
.online-store-card {
	min-height: 0;
	height: 168px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0,0,0,.08);
	box-sizing: border-box;
	padding: 22px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: #000;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.online-store-card:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 12px 24px rgba(0,0,0,.11);
}
.store-logo-placeholder, .store-logo {
	width: 64px;
	height: 64px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.store-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.online-store-card h3 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #2B3A30;
	margin: 0;
	text-align: center;
}
.online-store-card p {
	display: none;
}
.research-copy {
	width: 74%;
	color: #000;
}
.research-copy h1,
.research-copy h2,
.research-copy .research-title {
	font-size: 16px;
	line-height: 1.45;
	font-weight: 700;
	color: #1B724C;
	letter-spacing: 0;
	margin: 0 0 12px;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif;
}
.research-copy p {
	font-size: 14px;
	line-height: 1.85;
	color: #2B3A30;
	margin-bottom: 12px;
}
.research-copy strong {
	font-weight: bold;
	color: #000;
}
.research-product-placeholder {
	width: 26%;
	flex: 0 0 26%;
	align-self: stretch;
	min-height: 520px;
	max-width: 320px;
	border: 0;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	justify-content: center;
	overflow: hidden;
	background: #F4F8F5;
	border-radius: 4px;
}
.research-product-placeholder img,
.ny_content .brand-content .research-product-placeholder img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 520px !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: cover !important;
	/* 竖框 cover 裁切：略偏左露出手臂，再稍向右微调 */
	object-position: 48% 40% !important;
}
.research-product-placeholder span {
	display: none;
}
@media (max-width: 992px) {
	.online-store-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.research-page {
		display: block;
	}
	.research-copy, .research-product-placeholder {
		width: 100%;
		max-width: none;
		flex: none;
	}
	.research-product-placeholder {
		min-height: 0;
		margin-top: 24px;
		aspect-ratio: 3 / 4;
		max-height: 480px;
	}
	.research-product-placeholder img,
	.ny_content .brand-content .research-product-placeholder img {
		min-height: 0 !important;
		height: 100% !important;
	}
}
@media (max-width: 767px) {
	.online-store-grid {
		grid-template-columns: 1fr;
	}
	.online-store-head h1 {
		font-size: 26px;
	}
	.online-store-head h2 {
		font-size: 22px;
	}
	.research-copy h1,
	.research-copy h2,
	.research-copy .research-title {
		font-size: 15px !important;
	}
	.research-copy p {
		font-size: 13px;
	}
}
.contact-page-head {
	text-align: center;
	margin-bottom: 36px;
}
.contact-page-head h1 {
	font-size: 34px;
	line-height: 1.2;
	font-weight: bold;
	color: #1B724C;
	letter-spacing: 0;
	margin-bottom: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contact-page-head h2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	color: #1B724C;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif;
}
/* 中部一体双栏：一圈等宽描边，无中间竖线，左右仅靠底色区分 */
.contact-mid-shell {
	border: 1px solid #4A8751;
	background: #fff;
	box-shadow: 0 8px 22px rgba(38, 80, 54, .07);
	overflow: hidden;
	box-sizing: border-box;
}
.contact-page-body {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	gap: 0;
	border: 0;
	outline: 0;
}
.contact-mid-divider {
	display: none !important;
}
.contact-info-panel {
	width: 50%;
	box-sizing: border-box;
	border: 0 !important;
	outline: 0;
	padding: 28px 28px 24px;
	color: #000;
	display: flex;
	flex-direction: column;
	/* 左侧：浅绿填充 */
	background: #E8F3EA !important;
}
.contact-info-panel h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #2B3A30;
	margin-bottom: 20px;
}
.contact-info-list {
	flex: 1;
}
.contact-info-panel p {
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	margin-bottom: 12px;
}
.contact-info-panel p:last-child {
	margin-bottom: 0;
}
.contact-info-panel strong {
	font-weight: bold;
	color: #2B3A30;
}
.contact-qrcode {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #e6efe8;
	text-align: center;
}
.contact-qrcode img {
	width: 132px !important;
	height: 132px !important;
	max-width: 132px !important;
	object-fit: contain;
	display: block;
	margin: 0 auto 8px !important;
	border: 1px solid #e6efe8;
	background: #fff;
}
.contact-qrcode span {
	display: block;
	font-size: 13px;
	color: #666;
}
.contact-form-panel {
	width: 50%;
	box-sizing: border-box;
	border: 0 !important;
	outline: 0;
	padding: 28px 28px 24px;
	/* 右侧：浅灰绿填充，与左侧区分 */
	background: #F4F8F5 !important;
}
.contact-form-title {
	margin-bottom: 22px;
}
.contact-form-title h3 {
	font-size: 21px;
	line-height: 1.5;
	font-weight: 600;
	color: #000;
}
.contact-form-title p {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
.contact-form .form-row {
	margin-bottom: 14px;
}
.contact-form-v2 .form-row-2 {
	display: flex;
	gap: 14px;
}
.contact-form-v2 .form-row-2 .form-field {
	flex: 1 1 0;
	min-width: 0;
}
.contact-form label {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #2B3A30;
	margin-bottom: 6px;
}
.contact-form label span {
	color: #1B724C;
	margin-left: 4px;
}
.contact-form input, .contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.4;
	font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
	color: #000;
	outline: none;
}
.contact-form textarea {
	resize: vertical;
	min-height: 140px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
	color: #7f7f7f;
}
.captcha-box {
	display: flex;
	align-items: center;
	gap: 12px;
}
.captcha-box input {
	flex: 1 1 auto;
	width: auto;
	min-width: 120px;
	height: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.ny_content .brand-content .captcha-box img, .ny_content .ny_news_con2 .captcha-box img,
.contact-page .captcha-box img {
	width: 110px !important;
	height: 40px !important;
	max-width: 110px !important;
	min-width: 110px;
	object-fit: cover;
	cursor: pointer;
	border: 1px solid #d8d8d8;
	margin: 0 !important;
}
.captcha-box img {
	width: 110px;
	height: 40px;
	object-fit: cover;
	cursor: pointer;
	border: 1px solid #d8d8d8;
}
.contact-form-btns {
	display: flex;
	justify-content: flex-start;
	gap: 12px;
	padding-top: 8px;
}
.contact-form-btns input {
	width: 140px;
	height: 42px;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
.contact-form-btns input[type="submit"] {
	background: #1B724C;
	color: #fff;
}
.contact-form-btns input[type="reset"] {
	display: none;
}

/* 联系我们底部：百度静态图（本地图片，无广告） */
.contact-map {
	margin-top: 28px;
	width: 100%;
}
.contact-map-link {
	position: relative;
	display: block;
	border: 2px solid #4A8751;
	overflow: hidden;
	background: #eef5ef;
	box-shadow: 0 8px 22px rgba(38, 80, 54, .08);
	-webkit-transition: box-shadow .25s ease, border-color .25s ease;
	transition: box-shadow .25s ease, border-color .25s ease;
}
.contact-map-link:hover {
	border-color: #1B724C;
	box-shadow: 0 12px 28px rgba(38, 80, 54, .14);
}
.contact-map-link img,
.ny_content .contact-map-link img,
.contact-page .contact-map-link img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	vertical-align: top;
}
.contact-map-badge {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 4px 10px;
	background: rgba(74, 135, 81, .92);
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
	border-radius: 2px;
	pointer-events: none;
}
.contact-map-tip {
	margin: 10px 0 0;
	font-size: 13px;
	color: #666;
	text-align: center;
	line-height: 1.6;
}
.brand-philosophy-head {
	text-align: center;
	margin-bottom: 22px;
}
.brand-philosophy-head h1 {
	font-size: 34px;
	line-height: 1.2;
	font-weight: bold;
	color: #1B724C;
	letter-spacing: 0;
	margin-bottom: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand-philosophy-head h2 {
	display: inline-block;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	color: #1B724C;
	padding-bottom: 12px;
	border-bottom: 4px solid #1B724C;
	font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans CN", sans-serif;
}
.brand-philosophy-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.philosophy-card {
	background: #e8f4e8;
	box-sizing: border-box;
	padding: 18px 20px;
	color: #333;
}
.philosophy-card.half-card {
	width: calc(50% - 7px);
	min-height: 0;
}
.philosophy-card.full-card {
	width: 100%;
	min-height: 0;
}
.philosophy-card h3 {
	font-size: 21px;
	line-height: 1.4;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 12px;
}
.philosophy-card h4 {
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 12px;
}
.philosophy-card p {
	font-size: 15px;
	line-height: 1.55;
	color: #4d4d4d;
}
.philosophy-card ul {
	margin: 0;
	padding: 0;
}
.philosophy-card li {
	list-style: none;
	font-size: 15px;
	line-height: 1.55;
	color: #4d4d4d;
	margin-bottom: 10px;
}
.philosophy-card li:last-child {
	margin-bottom: 0;
}
.philosophy-card li strong {
	display: inline-block;
	min-width: 78px;
	font-weight: bold;
	color: #1a1a1a;
}
.philosophy-card li span {
	color: #4d4d4d;
}
@media (max-width: 992px) {
	.contact-page-body {
		display: block;
	}
	.contact-mid-divider {
		display: none !important;
	}
	.contact-info-panel, .contact-form-panel {
		width: 100%;
		border: 0 !important;
	}
	.contact-info-panel {
		/* 手机端上下排列：用色差过渡，不用加粗线 */
		border-bottom: 0 !important;
		margin-bottom: 0;
		background: #E8F3EA !important;
		box-shadow: inset 0 -1px 0 rgba(74, 135, 81, .18);
	}
	.contact-form-panel {
		background: #F4F8F5 !important;
	}
	.online-store-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.online-store-card {
		height: 150px;
	}
	.philosophy-card.half-card {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.contact-page-head h1 {
		font-size: 26px;
	}
	.contact-page-head h2 {
		font-size: 22px;
	}
	.contact-info-panel,
	.contact-form-panel {
		padding: 20px 16px;
	}
	.contact-info-panel h3, .contact-form-title h3 {
		font-size: 18px;
	}
	.contact-info-panel p {
		font-size: 15px;
	}
	.contact-form-v2 .form-row-2 {
		flex-direction: column;
		gap: 12px;
	}
	.contact-form-btns input {
		width: 100%;
	}
	.contact-map-badge {
		left: 8px;
		bottom: 8px;
		font-size: 11px;
	}
	.online-store-grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.online-store-card {
		height: 136px;
		padding: 16px 10px;
	}
	.online-store-card h3 {
		font-size: 14px;
	}
	.brand-philosophy-head h1 {
		font-size: 26px;
	}
	.brand-philosophy-head h2 {
		font-size: 22px;
	}
	.philosophy-card {
		padding: 20px;
	}
	.philosophy-card li strong {
		display: block;
		min-width: 0;
	}
}
.ny_content .content_right .conn .ny_news_con img, .ny_content .content_right .conn .ny_news_con table, .ny_content .content_right .conn .ny_news_con tr, .ny_content .content_right .conn .ny_news_con td, .ny_content .content_right .conn .ny_news_con p, .ny_content .content_right .conn .ny_news_con span, .ny_content .content_right .conn .ny_news_con div, .ny_content .content_right .conn .ny_news_con video, .ny_content .content_right .conn .ny_news_con embed {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
}
/*内页产品展示*/
.ny_products {
	width: 100%;
}
.ny_products .pro_bd ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.ny_products .pro_bd ul li:nth-child(3n) {
	margin-right: 0px;
}
.ny_products .pro_bd ul li>div {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 2px 2px;
	background: #fff;
	padding-bottom: 20px;
	position: relative;
	box-shadow: 0px 0px 20px 0px #eaeaea;
}
.ny_products .pro_bd ul li>div a {
	display: block;
}
.ny_products .pro_bd ul li>div .pro_img {
	text-align: center;
	width: 100%;
	height: 300px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.ny_products .pro_bd ul li>div .pro_img img {
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}
.ny_products .pro_bd ul li>div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.ny_products .pro_bd ul li>div p {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	color: #555;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}
.ny_products .pro_bd ul li>div p a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny_products .pro_bd ul li>div span {
	margin: 0 auto;
	display: block;
	width: 118px;
	height: 34px;
	border: 1px solid #dadada;
	display: block;
	text-align: center;
	line-height: 34px;
	background: none;
	position: relative;
}
.ny_products .pro_bd ul li>div span:before {
	content: "";
	position: absolute;
	background: #e41e34;
	width: 0;
	height: 34px;
	left: 0;
	z-index: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.ny_products .pro_bd ul li>div span i {
	position: relative;
	z-index: 1;
	background: url(../images/pro_jt.png) center center no-repeat;
	display: block;
	width: 100%;
	height: 34px;
}
.ny_products .pro_bd ul li .l1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.ny_products .pro_bd ul li .l2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.ny_products .pro_bd ul li .l3 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.ny_products .pro_bd ul li .l4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #1B724C;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.ny_products .pro_bd ul li>div:hover .l1 {
	width: 100%;
}
.ny_products .pro_bd ul li>div:hover .l2 {
	height: 100%;
}
.ny_products .pro_bd ul li>div:hover .l3 {
	width: 100%;
}
.ny_products .pro_bd ul li>div:hover .l4 {
	height: 100%;
}
.ny_products .pro_bd ul li>div:hover span {
	border: 1px solid #ffffff;
}
.ny_products .pro_bd ul li>div:hover span i {
	background: url(../images/pro_jt2.png) center center no-repeat;
}
.ny_products .pro_bd ul li>div:hover span:before {
	width: 100%;
}
/*内页相关文章*/
.ny_tlt2 {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.ny_tlt2 p {
	float: left;
	font-size: 18px;
	color: #1B724C;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
	font-weight: bold;
}
.ny_tlt2:before {
	content: '';
	width: 2px;
	height: 17px;
	background: #1B724C;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
.ny_xgwz {
	background: #ffffff;
	padding: 20px 0;
}
.ny_xgwz ul li {
	float: left;
	width: 49%;
	margin-bottom: 10px;
	position: relative;
	background: #f3f5f7;
}
.ny_xgwz ul li a {
	display: block;
	float: left;
	width: 68%;
	padding: 5px 0 5px 5%;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	color: #666;
}
.ny_xgwz ul li span {
	display: block;
	float: right;
	width: 20%;
	color: #999;
	text-align: right;
	padding: 5px 5% 0 0;
}
.ny_xgwz ul li:nth-child(odd) {
	float: left;
}
.ny_xgwz ul li:nth-child(even) {
	float: right;
}
.ny_xgwz ul li:before {
	content: '';
	width: 10px;
	height: 1px;
	background: #1B724C;
	position: absolute;
	left: 10px;
	top: 50%;
}
.ny_xgwz ul li:hover {
	background: #1B724C;
	color: #fff
}
.ny_xgwz ul li:hover:before {
	background: #ffffff;
}
.ny_xgwz ul li:hover a, .ny_xgwz ul li:hover span {
	color: #ffffff;
}
/*内页新闻列表*/
.new_inside {
	width: 100%;
}
.new_inside ul {
	width: 100%;
	padding: 0;
}
.new_inside ul li {
	margin-bottom: 20px;
	position: relative;
	background: #ffffff;
	display: block;
	padding: 24px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	box-shadow: 0px 0px 20px 0px #eaeaea;
}
.new_inside ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	background: #1B724C;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 4px 0 4px 0;
}
.new_inside ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.new_inside ul li .news_time span {
	font-size: 14px;
	color: #fff;
}
.new_inside ul li .news_con {
	padding-left: 110px;
}
.new_inside ul li .news_con p a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #1B724C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_inside ul li .news_con span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.new_inside ul li:hover .news_time {
	background: #fff;
}
.new_inside ul li:hover .news_time p {
	color: #1B724C;
}
.new_inside ul li:hover .news_time span {
	color: #1B724C;
}
.new_inside ul li:hover .news_con p a {
	color: #ffffff
}
.new_inside ul li:hover .news_con span {
	color: #ffffff
}
.new_inside ul li:hover {
	background: #1B724C;
}
.article_inside {
	width: 100%;
}
.article_inside ul {
	width: 100%;
	padding: 0;
}
.article_inside ul li {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	background: #ffffff;
	padding: 24px;
	position: relative;
	box-shadow: 0px 0px 20px 0px #eaeaea;
}
.article_inside ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 4px 0 4px 0;
}
.article_inside ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #1B724C;
	padding-bottom: 5px;
	position: relative;
}
.article_inside ul li .news_time p:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #1B724C;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}
.article_inside ul li .news_time span {
	font-size: 16px;
	color: #1B724C;
}
.article_inside ul li .news_con {
	padding-left: 110px;
}
.article_inside ul li .news_con p a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #1B724C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article_inside ul li .news_con span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.article_inside ul li:hover {
	background: #1B724C;
}
.article_inside ul li:hover p {
	color: #fff
}
.article_inside ul li:hover p a {
	color: #fff
}
.article_inside ul li:hover span {
	color: #fff
}
.article_inside ul li:hover p:after {
	background: #ffffff;
}
.ny_content .content_right .conn .ny_news_tlt {
	text-align: center;
	font-size: 20px;
	color: #555;
	padding: 10px 0;
}
.ny_news_time {
	text-align: center;
	font-size: 12px;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dedede;
	margin-bottom: 10px;
}
.ny_news_ye {
	padding-top: 30px;
}
.ny_news_ye p {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content_left .show_menu {
	width: 100%;
}
.page_list {
	margin-bottom: 30px;
}
.ly_msg h3 {
	display: none;
}
.content_right .conn .pro_name {
	font-size: 30px;
	font-weight: bold;
	line-height: 44px;
	color: #1B724C;
	margin-bottom: 20px;
}
.content_right .conn .proshow1 {
	padding: 40px 3% 40px;
	position: relative;
	background: #f3f5f7;
}
.content_right .conn .proshow1 .js-silder {
	float: left;
	width: 45%;
	margin-top: 0 !important;
	background: #ffffff;
}
.proshow1 .js-silder .silder-main-img {
	width: 100%;
	text-align: center;
	height: 413px;
	display: block;
}
.proshow1 .js-silder .silder-main-img img {
	max-width: 80% !important;
	max-height: 100%;
	vertical-align: middle
}
.proshow1 .js-silder .silder-main-img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.proshow1 .prodesc p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 10px;
}
.proshow1 .prodesc p.bt {
	font-size: 20px;
	font-weight: normal;
	color: #b5b5b5;
}
.content_right .conn .proshow1 .prodesc {
	float: right;
	width: 51%;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height: 144px;
	overflow: hidden;
	color: #999;
	margin-top: 26px;
}
.content_right .conn .proshow1 .prodesc p.desc span {
	color: #333;
}
.content_right .conn .proshow1 .prodesc ul {
	overflow: hidden;
}
.content_right .conn .proshow1 .prodesc ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 12px;
}
.content_right .conn .proshow1 .prodesc ul li:nth-child(2n) {
	margin-right: 0px;
}
.content_right .conn .proshow1 .prodesc .cpshow_time {
	border: 2px dashed #dedede;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	margin: 10px 0 10px;
	font-size: 16px;
}
.content_right .conn .proshow1 .pro_btn {
	padding-top: 30px;
	overflow: hidden;
}
.content_right .conn .proshow1 .pro_btn1 {
	display: block;
	width: 40%;
	margin-right: 20px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #1B724C;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn2 {
	display: block;
	width: 40%;
	margin-right: 0;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	background: #7b7b7b;
	color: #fff;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn2 em {
	display: block;
}
.content_right .conn .proshow1 .pro_btn1:hover {
	background: #fff;
	border: 1px solid #1B724C;
	color: #1B724C;
}
.content_right .conn .proshow1 .pro_btn2:hover {
	background: #fff;
	border: 1px solid #7b7b7b;
	color: #7b7b7b;
}
.content_right .conn .xgcp {
}
.content_right .conn .xgcp li {
	float: left;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 30px;
}
.content_right .conn .xgcp li:nth-child(3n) {
	margin-right: 0px;
}
.content_right .conn .xgcp li>div {
	display: block;
	background: #ffffff;
	padding: 10px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	box-shadow: 0px 0px 20px 0px #eaeaea;
}
.content_right .conn .xgcp li>div a {
	display: block;
}
.content_right .conn .xgcp li>div .pro_img {
	text-align: center;
	height: 300px;
	overflow: hidden;
}
.content_right .conn .xgcp li>div .pro_img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.content_right .conn .xgcp li>div .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.content_right .conn .xgcp li>div p {
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content_right .conn .xgcp li>div p span {
	display: block;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	padding: 5px 10px 0;
}
.content_right .conn .xgcp li>div em {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.content_right .conn .xgcp li>div:hover {
	box-shadow: 0px 0px 20px 0px #eaeaea;
}
.content_right .conn .xgcp li>div:hover em {
	color: #0256ac;
}
.tags_title {
	border-bottom: 1px solid #DDD;
	margin: 0 0 30px;
}
.tags_title span {
	width: 80px;
	padding: 0 15px;
	font-size: 16px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin-bottom: -1px;
	background: #f8f8f8;
	color: #333;
	display: block;
	margin-left: 5px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #f8f8f8;
	font-weight: bold;
}
.proshow2 {
	padding-top: 20px;
}
.proshow2 .prodetail_con {
	float: right;
	width: 100%;
}
.proshow2 .prodetail_con .tags_title {
	margin: 0;
}
.proshow2 .prodetail_con .content {
	padding: 30px 0;
}
.proshow2 .prodetail_con .content img {
	max-width: 80%;
	height: auto !important;
}
.contact .tags_title {
}
.contact .tags_title span {
	float: left;
	width: auto;
	cursor: pointer;
}
.contact .tags_title span.ron {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid #DDD;
	color: #666;
	font-weight: normal;
}
.contact .content2 {
	display: none;
}
.contact .content1 ul {
}
.contact .content1 ul li {
	float: left;
	width: 30%;
	margin-right: 45px;
}
.contact .content1 ul li:nth-child(3n) {
	margin-right: 0;
}
.contact .content1 ul li a {
	display: block;
}
.contact .content1 ul li a em {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-right: 15px;
}
.contact .content1 ul li.lx1 em {
	background: url(../images/contact_tel.png) center center no-repeat;
}
.contact .content1 ul li.lx2 em {
	background: url(../images/contact_email.png) center center no-repeat;
}
.contact .content1 ul li.lx3 em {
	background: url(../images/contact_address.png) center center no-repeat;
	-webkit-animation: bounce-up 1.4s linear infinite;
	animation: bounce-up 1.4s linear infinite;
}
.contact .content1 ul li a .wz {
	float: left;
	width: 78%;
}
.contact .content1 ul li a .wz p {
	font-size: 20px;
	padding-bottom: 10px;
}
.contact .content1 ul li a .wz span {
	font-size: 20px;
}
.lx_dz {
	width: 100%;
	overflow: hidden;
	margin: 50px auto 20px;
	padding: 0;
}
.lx_dz .dz_map {
	width: 97%;
	height: 370px;
	overflow: hidden;
	margin: 0 auto;
	padding: 1%;
	border: 1px solid #d9d9d9;
}
.lx_dz .dz_map iframe {
	width: 100%;
}
.lx_dz .dz_map iframe body {
	width: 100%;
}
.page_list {
	text-align: center;
	padding-top: 20px;
}
.page_list a {
	display: inline-block;
	padding: 0 10px;
	background: #ddd;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	border-radius: 2px;
}
.page_list a:hover {
	background: #1B724C;
	color: #ffffff;
}
.page_list a.pnnum1 {
	background: #0256ac;
	color: #ffffff;
}
.page_list input {
	display: inline-block;
	padding: 0 5px;
	background: #1B724C;
	width: 40px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
}
.page_list .p_input {
	display: inline-block;
	padding: 0 5px;
	background: #ddd;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	cursor: default;
}
.cpzx .ly_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.cpzx .ly_msg h3 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.cpzx .ly_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}
.cpzx .ly_msg ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 12px;
	padding: 0;
}
.cpzx .ly_msg ul li h4 {
	width: 17%;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	margin: 0;
	padding: 0 20px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 34px;
}
.cpzx .ly_msg ul li .msg_tara {
	height: 118px;
}
.cpzx .msg_ipt1 input, .msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt1 input {
	height: 34px;
	line-height: 16px;
}
.cpzx .msg_tara textarea {
	height: 118px;
	line-height: 20px;
	resize: none;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}
.cpzx .msg_ipt2 input {
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 16px;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
}
.cpzx .ly_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.cpzx .msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 20px 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li h4 {
	width: 10%;
	height: 45px;
	font-size: 12px;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 90%;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 90% !important;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 47px;
}
.cpzx .msg_ipt1 input {
	height: 45px;
	line-height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 90% !important;
	height: 45px !important;
}
.cpzx .msg_ipt12 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt1 select {
	height: 45px !important;
}
.cpzx input {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx textarea {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx select {
	border-radius: 2px;
	border: none !important;
	background: #f1f1f1;
	outline: none;
	text-indent: 10px;
}
.cpzx input:focus, .cpzx textarea:focus {
	border: 1px solid #dedede !important;
}
.cpzx .ly_msg ul li a.yzm_img img {
	height: 100% !important;
}
.cpzx .msg_btn input {
	width: 150px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}
.cpzx .msg_btn input:first-child {
	background: #1B724C;
	color: #fff;
	outline: none;
}
.cpzx .msg_ipt2 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	height: 45px;
}


/*屏幕电脑*/
@media (max-width:1199px) {
.container {
	width: 95%;
}
#header .logo {
	width: 65%;
}
#header .logo img {
	max-height: 45px;
	max-width: 100%;
	width: auto;
}
.search-box {
	width: 30%;
}
.search-box .input-search {
	width: 100%;
}
.search-box .input-search input {
	width: 100%;
}
.flickerplate {
	
}
.zy_pro_in {
	width: 90%;
}
.h_youshi_in {
	width: 95%;
	padding: 20px 0;
}
.h_youshi_in ul {
	padding-top: 20px;
}
.h_news {
	width: 95%;
	padding: 30px 0 20px;
}
.h_news .news_bd {
	padding-top: 20px;
}
.h_products .pro_hd ul {
	max-height: 108px;
}
.h_products .pro_bd ul li {
	width: 30%;
}
.h_products .pro_hd ul li {
	padding: 8px 5px;
}
.h_products .pro_bd ul li>div a .pro_img {
	height: 300px;
}
.con_right_about {
	top: 60px;
	height: 190px;
}
.h_article ul {
	padding: 20px 0 0;
}
.ny_content .content_right {
	width: 98%;
}
.ny_content .content_right2 {
	width: 98%;
}
.ny_products .pro_bd ul li {
	width: 30%;
}
.ny_products .pro_hd ul li {
	padding: 8px 20px;
}
.ny_products .pro_bd ul li>div a .pro_img {
	height: 300px;
}
.swiper2 .swiper-slide a {
	width: 18%;
}
#link {
	width: 96%;
}
.ny_banner .search {
	width: auto;
	top: auto;
	bottom: 10%;
	left: auto;
	right: 5%;
	margin-left: 0;
}
.suspension {
	display: none;
}
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
.custombox {
	display: none !important;
}
.ny_content {
	width: 95%;
}
.content_right .conn .xgcp li {
	width: 30%;
margin-right: 5.%;
}
.contact .content1 ul li a .wz {
	width: 60%;
}
.silder-main {
	min-height: inherit;
}
}


/*中等屏幕*/
@media (max-width:992px) {
.flickerplate {
	
}
/* .flickerplate ul.flicks>li:nth-child(1) { */
	/* background-image: url(../images/banner_sj1.jpg) !important; */
/* } */
/* .flickerplate ul.flicks>li:nth-child(2) { */
	/* background-image: url(../images/banner_sj2.jpg) !important; */
/* } */
.h_products .pro_bd ul li {
	width: 48%;
}
.h_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.h_products .pro_bd ul li:nth-child(3n) {
	margin-right: 4%;
}
.h_products .pro_bd ul li:nth-child(6n) {
	margin-right: 0;
}
#demo {
	height: 270px;
}
#demo #indemo ul li a .pro_img {
	height: 160px;
}
.foot1 {
	height: auto;
}
.foot1 ul {
	display: block;
	padding: 15px 0;
	height: auto;
}
.foot1 ul li {
	float: none;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.foot1 ul li.address {
	width: 95%;
	margin: 0 auto;
	background: none;
	text-indent: 0;
}
.foot1 ul li.tel {
	width: 95%;
	margin: 0 auto;
	background: none;
	text-indent: 0;
}
.foot1 ul li.email {
	width: 95%;
	margin: 0 auto;
	background: none;
	text-indent: 0;
}
.foot1 ul li.code {
	width: 95%;
	margin: 0 auto;
	height: auto;
	text-align: center;
	text-indent: 0;
}
.foot1 ul li.code img {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.foot2 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.footer-main {
	display: block;
	text-align: center;
}
.footer-nav-links {
	justify-content: center;
	gap: 8px 14px;
}
.footer-contact strong {
	font-size: 22px;
}
.footer-qrcode {
	width: 100%;
	margin-top: 20px;
}
.footer-qrcode .qrcode-box {
	width: 112px;
	height: 112px;
}
.suspension {
	display: none;
}
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
.custombox {
	display: none !important;
}
.ny_products .pro_bd ul li {
	width: 47%;
}
.ny_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0;
}
.ny_products .pro_bd ul li:nth-child(3n) {
	margin-right: 4%;
}
.ny_products .pro_bd ul li:nth-child(6n) {
	margin-right: 0;
}
.page_list td span {
	display: none;
}
.page_list td #firstpage {
	display: none;
}
.page_list td #endpage {
	display: none;
}
.page_list a {
	margin-right: 5px;
}
.page_list {
	font-size: 0;
	color: #fff;
	margin-bottom: 0;
}
.page_list input {
	display: none !important;
}
.page_list a {
	font-size: 12px;
}
.content_right .conn .xgcp li a .pro_img {
	height: 170px;
}
.ny_content .ny_news_con {
	min-height: 150px;
}
}


	
/*小屏幕*/
@media (max-width:880px) {
.youshi_wrap {
}
.h_youshi_in ul li p {
	font-size: 14px;
	margin-top: 0;
}
.h_youshi_in ul {
	width: 96%;
	padding: 20px 2% 0;
}
.h_youshi_in {
	overflow: hidden;
	width: 100%;
	padding: 20px 0 0;
}
.h_youshi_in ul li {
	width: 47%;
	margin-bottom: 10px;
	margin-right: 6%;
}
.h_youshi_in ul li:nth-child(2n) {
	margin-right: 0;
}
.h_youshi_in ul li .icon {
	width: 80px;
	height: 80px;
}
.h_youshi_in ul li .tlt {
	margin-top: 10px;
	font-size: 16px;
}
.contact .content1 ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.contact .content1 ul li a .wz {
	width: 75%;
}
.contact .content1 ul li a .wz p {
	float: left;
	width: 100%;
	line-height: 26px;
	padding-right: 10px;
}
.contact .content1 ul li a .wz span {
	float: left;
	width: 100%;
	line-height: 26px;
}
.contact .content1 ul li.lx3 a .wz span {
	float: left;
	line-height: 30px;
}
.lx_dz {
	margin: 20px auto 20px;
}
.lx_dz .dz_map {
	height: 270px;
}
.ny_banner .search {
	width: auto;
	top: auto;
	bottom: 30%;
	left: auto;
	right: 50%;
	margin-right: -190px;
}
.ny_news_con2 .about_img {
	float: none;
	width: 100%;
	text-align: center;
}
.ny_news_con2 .about_wz {
	float: none;
	width: 100%;
	padding-top: 15px;
}
.ny_zycp {
	padding: 10px 15px;
	margin-top: 15px;
	line-height: 22px;
}
.ny_xgwz ul li {
	width: 100%;
}
.ny_xgwz ul li a {
	width: 58%;
	padding: 5px 0 5px 10%;
}
.ny_xgwz ul li span {
	width: 24%;
}
.proshow1 .js-silder .silder-main-img {
	height: 400px;
}
.content_right .conn .proshow1 .js-silder {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content_right .conn .proshow1 .prodesc {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 15px;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height: auto;
}
.content_right .conn .proshow1 .pro_btn {
	padding-top: 15px;
}
.content_right .conn .proshow1 .pro_btn1 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 em {
	display: none;
}
.tags_title {
	margin: 20px 0 30px;
}
.proshow2 .prodetail_con {
	width: 100%;
}
.proshow2 {
	padding-top: 0;
}
.proshow2 .prodetail_con .content {
	padding: 10px 0;
}
.con_right_about p.desc {
	height: 96px;
}
.con_right_about {
	height: 170px;
}
.con_right_about {
	top: 30px;
}
}


/*手机*/
@media (max-width:767px) {
.container {
	width: 100%;
}
#header .logo {
	width: 95%;
	margin: 10px auto;
}
#header .logo a {
	text-align: center;
}
#header .logo img {
	max-height: 40px;
	max-width: 90%;
	width: auto;
}
.contact-index {
	display: none;
}
.search-box {
	display: none;
	width: 90%;
	margin-right: 5%;
}
.search-box .input-search {
	width: 100%;
	height: 90px;
}
.search-box .input-search input {
	width: 100%;
	top: 15px;
}
.search-box .input-search-btn {
	top: 22px;
}
.web_nav {
	width: 90%;
	display: block;
}
#nav ul {
	width: 100%;
	display: none;
}
#nav ul li {
	width: 100%;
	background: #f1f1f1;
	border-bottom: 1px solid #ffffff;
	margin: 0 0;
}
#nav ul li.has-sub {
	width: 100%;
}
#nav ul li a {
	color: #333;
	display: block;
}
#nav ul li .sub-nav {
	position: static;
	width: 100%;
	box-shadow: none;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	background: #f8f8f8;
}
#nav ul li.open .sub-nav,
#nav ul li.open:hover .sub-nav {
	max-height: 240px;
	opacity: 1;
	visibility: visible;
}
#nav ul li.has-sub:not(.open):hover .sub-nav {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
}
#nav ul li .sub-nav dd a {
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	color: #2B3A30;
	background: #fff;
	text-align: center;
	justify-content: center;
}
.web_nav span.search_bt {
	display: inline-block;
	width: 20px;
	height: 30px;
	cursor: pointer;
	float: right;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	width: 44px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	border-radius: 5px;
	margin: 8px 20px 0 0;
	background-color: #61C600; background-image: none;
}
.h_tlt1 span {
	font-weight: lighter;
	color: #000;
	height: 30px;
	line-height: 30px; font-size:14px
}
.flickerplate {
	
}
.zy_pro_in em {
	font-size: 14px;
}
.h_news .news_bd .news_tj {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.h_news .news_bd ul {
	width: 100%;
	float: none;
}
.h_news .news_bd .news_tj .news_tj_img a {
	height: 160px;
}
.h_news .news_bd .news_tj span {
	height: 42px;
}
.h_news .news_bd ul li .news_con span {
	line-height: 18px;
	height: 38px;
}
.h_products_in {
	padding: 20px 0 10px;
}
.h_products .pro_hd {
	margin: 15px auto 20px;
	height: auto;
	overflow: hidden;
}
.h_products .pro_hd ul {
	max-height: inherit;
}
.h_products .pro_hd ul li {
	margin: 0 1px 1px 0;
	padding: 4px 6px;
}
.h_products .pro_hd ul li a {
	padding: 4px 10px;
}
.h_products .pro_bd ul li {
	width: 100%;
}
.h_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0px;
}
.h_products .pro_bd ul li>div p a {
	font-size: 14px;
}
.h_products .pro_bd ul li>div a .pro_img {
	height: 300px;
}
.h_products .pro_bd ul li>div span {
	width: 88px;
	height: 26px;
}
.h_products .pro_bd ul li>div span i {
	height: 26px;
}
.sy_about {
	padding: 20px 0;
}
.sy_about_hd {
	width: 95%;
	margin: 0 auto;
}
.con_img_about {
	float: none;
	width: 100%;
	padding: 0;
}
.con_right_about {
	width: 96%;
	position: static;
	padding: 0;
	margin: 0 auto;
	padding: 0 2% 20px;
	height: auto;
}
.con_right_about p.desc {
	margin-left: 0;
	padding: 16px 0;
	text-align: center;
	height: auto;
}
.btn-more1 {
	margin-left: 0;
	margin: 0 auto;
}
.h_article {
	padding: 20px 0;
}
.h_tjcp {
	padding: 20px 0;
}
#demo {
	height: 226px;
}
#demo #indemo ul li>div a .pro_img {
	height: 120px;
}
#demo #indemo ul li>div p a {
	font-size: 14px;
}
#demo #indemo ul li>div span {
	width: 88px;
	height: 26px;
}
#demo #indemo ul li>div span i {
	height: 26px;
}
.link .container {
	width: 95%;
	margin: 0 auto;
}
.link .link_con {
	width: 96%;
	padding: 15px 2%;
}
.ny_tlt1 {
	margin-bottom: 15px;
	display: none;
}
.contentdiv a {
	width: 27%;
}
.ny_products .pro_bd ul li {
	width: 100%;
}
.ny_products .pro_bd ul li:nth-child(2n) {
	margin-right: 0px;
}
.ny_products .pro_bd ul li {
	padding-bottom: 10px;
}
.ny_products .pro_bd ul li>div p a {
	font-size: 14px;
	margin-bottom: 0;
}
.ny_products .pro_bd ul li>div a .pro_img {

}
.ny_products .pro_bd ul li>div span {
	display: none;
	width: 88px;
	height: 26px;
}
.ny_products .pro_bd ul li>div span i {
	height: 26px;
}
.ny_content .content_right {
	float: none;
	width: 98%;
	padding: 1%;
}
.ny_content .content_right .bread_nav {
	overflow: visible;
	height: auto;
	line-height: 24px;
}
.ny_content .content_right .bread_nav h2 {
	float: none;
	width: 100%;
}
.ny_content .content_right .bread_nav div {
	float: none;
	width: 100%;
	text-align: left;
	line-height: 15px;
	padding: 10px 0 7px;
}
.ny_content .content_right .bread_nav div>em {
	height: 15px;
}
.ny_content .content_right2 {
	padding-bottom: 0;
}
.ny_content .ny_news_con {
	min-height: 100px;
}
.new_inside ul li {
	padding: 10px;
}
.new_inside ul li .news_time {
	top: 11px;
	left: 14px;
}
.ny_news_ye {
	font-size: 12px;
}
.article_inside ul li {
	padding: 10px;
}
.article_inside ul li .news_time {
	top: 11px;
	left: 14px;
}
.content_right .conn .xgcp li {
	width: 100%;
	margin-right: 0;
}
.content_right .conn .xgcp li:nth-child(2n) {
	margin-right: 0;
}
.content_right .conn .xgcp li:nth-child(3n) {
	margin-right: 3%;
}
.content_right .conn .xgcp li:nth-child(6n) {
	margin-right: 0;
}
.content_right .conn .xgcp li>div a .pro_img {
	height: 115px;
}
.content_right .conn .xgcp li>div p span {
	height: 26px;
	line-height: 26px;
	font-size: 15px;
}
.content_right .conn .xgcp li>div p a {
	padding-bottom: 0;
	font-size: 15px;
}
.content_right .conn .xgcp2 {
	margin-bottom: 0;
}
.ly_msg ul li h4 {
	display: none;
}
.cpzx .ly_msg ul li div {
	width: 100% !important;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 100% !important;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 100% !important;
}
.ly_msg ul li div.msg_ipt2 {
	width: 30% !important;
}
.ly_msg ul li span {
	display: none;
}
.ly_msg {
	margin: 0 auto 0 !important;
}
.cpzx .msg_btn input {
	width: 49%;
	margin-right: 0;
}
.cpzx .msg_btn input:first-child {
	margin-right: 2%;
}
.content_right .conn .proshow1 {
	padding-top: 0;
}
.proshow1 .js-silder .silder-main-img {
	height: 300px;
}
.content_right .conn .proshow1 .js-silder {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content_right .conn .proshow1 .prodesc {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 15px;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height: 74px;
}
.content_right .conn .proshow1 .pro_btn {
	padding-top: 15px;
}
.content_right .conn .proshow1 .pro_btn1 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 {
	height: 44px;
	line-height: 44px;
}
.content_right .conn .proshow1 .pro_btn2 em {
	display: none;
}
.tags_title {
	margin: 20px 0 30px;
}
.proshow2 .prodetail_con {
	width: 100%;
}
.proshow2 {
	padding-top: 0;
}
.proshow2 .prodetail_con .content {
	padding: 10px 0;
}
.content_right .conn .pro_name {
	font-size: 26px;
	margin-bottom: 10px;
}
.content_right .conn .proshow1 .prodesc ul li {
	float: none;
	width: 100%;
}
.content_right .conn .proshow1 .prodesc .cpshow_time {
	height: auto;
	border-radius: 0;
	text-align: left;
	padding: 10px 20px;
}
.content_right .conn .proshow1 .prodesc .cpshow_time span {
	display: block;
	height: 30px;
	line-height: 30px;
}
}
/*产品目录页产品板块*/
.pro_bdlist {
	padding-top: 15px;
}
.pro_bdlist li {
	float: left;
	width: 44%;
	margin-right: 4%;
	margin-bottom: 30px;
	background: #f3f5f7;
	padding: 25px 2%;
}
.pro_bdlist li:nth-child(2n) {
	margin-right: 0;
}
.pro_bdlist li .pic {
	float: left;
	width: 40%;
	height: 188px;
	background: #fff;
	overflow: hidden;
}
.pro_bdlist li .pic a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.pro_bdlist li .pic a img {
	max-width: 95%;
	max-height: 95%;
	vertical-align: middle;
	webkit-transition: -webkit-transform .8s ease;
	transition: -webkit-transform .8s ease;
	transition: transform .8s ease;
	transition: transform .8s ease, -webkit-transform .8s ease;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.pro_bdlist li .pic a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.pro_bdlist li .wz {
	float: right;
	width: 56%;
}
.pro_bdlist li .wz .tlt {
	display: block;
	font-size: 18px;
	color: #333;
	height: 34px;
	line-height: 34px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_bdlist li .wz .desc {
	height: 48px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
}
.pro_bdlist li .wz .cs {
	font-size: 14px;
	color: #999;
	padding: 10px 0;
}
.pro_bdlist li .wz .cs span {
	color: #555;
}
.pro_bdlist li .wz .ckxq {
	display: -moz-inline-stack;
	display: inline-block;
*display:inline;
	zoom: 1;
	font-size: 14px;
	color: #787878;
	border: 1px solid #bbb;
	padding: 5px 36px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.pro_bdlist li:hover .wz .ckxq {
	background-color: #265036;
	border: 1px solid #1B724C;
	color: #fff;
}
.pro_bdlist li:hover .wz .tlt {
	color: #1B724C;
}
.pro_bdlist li:hover img {
	transform: scale(1.1) translateZ(0);
	-ms-transform: scale(1.1) translateZ(0);
	-webkit-transform: scale(1.1) translateZ(0);
	-o-transform: scale(1.1) translateZ(0);
	-moz-transform: scale(1.1) translateZ(0);
}
@media (max-width:1199px) {
}
@media (max-width:992px) {
}
@media (max-width:880px) {
.pro_bdlist li .pic {
	width: 100%;
	margin-bottom: 12px;
	height: 250px;
}
.pro_bdlist li .wz {
	width: 100%;
	text-align: center;
}
.pro_bdlist li .wz .tlt {
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
}
.pro_bdlist li .wz .desc {
	text-align: center;
}
.pro_bdlist li .wz .cs {
	text-align: center;
}
.pro_bdlist li .wz .ckxq {
	padding: 6px 5%;
	width: 80%;
}
}
@media (max-width:767px) {
.pro_bdlist {
	padding-top: 0;
}
.pro_bdlist li {
	padding: 10px 2% 20px;
	margin-bottom: 15px;
}
.pro_bdlist li .pic {
	height: 140px;
}
.pro_bdlist li .wz .tlt {
	font-size: 15px;
	margin-bottom: 0;
}
.pro_bdlist li .wz .cs {
	display: none;
}
.pro_bdlist li .wz .desc {
	line-height: 20px;
	height: 40px;
	font-size: 12px;
	margin-bottom: 10px;
}
.pro_bdlist li .wz .ckxq {
	padding: 0 5%;
	font-size: 12px;
}
}
/* .dot-navigation{display:none;} */

@media (min-width:768px){
 

 
}
@media (max-width:768px){
#header { display: none; }
#nav { position: sticky; top: 0; z-index: 999; margin-top: 0; }
}
#maximg img{ max-width:100%; height:auto !important}
/* footer fixed layout override */
.site-footer-fixed.foot1 {
	background: #e8f4e8;
	color: #000;
	padding: 34px 0 30px;
}
.site-footer-fixed .footer-title {
	font-size: 26px;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
	margin-bottom: 22px;
	text-align: left;
}
.site-footer-fixed .footer-nav-row {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-bottom: 20px;
	text-align: left;
}
.site-footer-fixed .footer-nav-row strong {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
.site-footer-fixed .footer-nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px 34px;
	margin: 0;
}
.site-footer-fixed .footer-nav-links a {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
.site-footer-fixed .footer-line {
	height: 1px;
	background: #9dc3e6;
	width: 100%;
}
.site-footer-fixed .footer-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 36px;
	padding-top: 24px;
	text-align: left;
}
.site-footer-fixed .footer-contact {
	flex: 1;
	color: #000;
}
.site-footer-fixed .footer-contact p {
	color: #000;
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 2px;
}
.site-footer-fixed .footer-contact .footer-phone-label {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
}
.site-footer-fixed .footer-contact .footer-phone-number {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
}
.site-footer-fixed .footer-qrcode {
	width: 150px;
	margin-top: 0;
	text-align: right;
}
.site-footer-fixed .footer-qrcode .qrcode-box {
	width: 128px;
	height: 128px;
	margin-left: auto;
	background: #fff;
	border: 1px dashed #9dc3e6;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.site-footer-fixed .footer-title {
		font-size: 22px;
	}
	.site-footer-fixed .footer-nav-row {
		display: block;
	}
	.site-footer-fixed .footer-nav-row strong {
		display: block;
		margin-bottom: 10px;
	}
	.site-footer-fixed .footer-main {
		display: block;
	}
	.site-footer-fixed .footer-qrcode {
		width: 100%;
		text-align: left;
		margin-top: 18px;
	}
	.site-footer-fixed .footer-qrcode .qrcode-box {
		margin-left: 0;
	}
}

/* === YeahMix brand interface refinements === */
:root {
	--ym-brand: #265036;
	--ym-brand-strong: #1B724C;
	--ym-brand-ink: #2B3A30;
	--ym-brand-soft: #F4F8F5;
	--ym-brand-line: #265036;
	--ym-surface: #ffffff;
	--ym-shadow: 0 16px 36px rgba(28, 91, 59, .12);
}
*, *::before, *::after {
	box-sizing: border-box;
}
#nav {
	background: #61C600;
	box-shadow: 0 8px 22px rgba(29, 102, 66, .12);
}
#nav ul li a {
	font-weight: 600;
	letter-spacing: .02em;
}
#nav ul li a.active:after,
#nav ul li a:hover:after,
#nav ul li a:focus-visible:after {
	color: #1B724C;
	background-color: #fff;
}
#nav ul li a:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .95);
	outline-offset: -5px;
}
#nav ul li .sub-nav {
	border: 1px solid var(--ym-brand-line);
	border-top: 0;
	border-radius: 0;
	box-shadow: var(--ym-shadow);
}
#nav ul li .sub-nav dd + dd {
	border-top: 1px solid #eef6f1;
}
#nav ul li .sub-nav dd a:focus-visible {
	outline: 2px solid var(--ym-brand-strong);
	outline-offset: -3px;
}
.sub-toggle {
	display: none;
}
.home-section-title strong,
.home-section-title span {
	color: var(--ym-brand-strong);
}
.home-product-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}
.home-product-item {
	width: auto;
	padding: 20px;
	border: 1px solid var(--ym-brand-line);
	border-radius: 0;
	box-shadow: 0 8px 24px rgba(31, 92, 58, .07);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-product-item:hover {
	transform: translateY(-5px);
	border-color: var(--ym-brand);
	box-shadow: var(--ym-shadow);
}
.home-product-img {
	border-radius: 0;
	background: linear-gradient(145deg, #ffffff, #f2faf5);
}
.home-product-img img {
	transition: transform .35s ease;
}
.home-product-item:hover .home-product-img img {
	transform: scale(1.035);
}
.home-product-text h3 {
	color: var(--ym-brand-ink);
}
.home-store-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.home-store-list a {
	width: auto;
	min-height: 174px;
	padding: 24px 16px 20px;
	border: 1px solid var(--ym-brand-line);
	border-radius: 0;
	background: linear-gradient(145deg, #ffffff, #f5fbf7);
	box-shadow: 0 8px 20px rgba(31, 92, 58, .06);
}
.home-store-list a:hover,
.home-store-list a:focus-visible {
	border-color: var(--ym-brand);
	box-shadow: var(--ym-shadow);
	outline: none;
}
.home-store-list strong {
	color: var(--ym-brand-ink);
}
.ny_products .pro_bd ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}
.ny_products .pro_bd ul li,
.ny_products .pro_bd ul li:nth-child(3n) {
	float: none;
	width: auto;
	margin: 0;
}
.ny_products .pro_bd ul li > div {
	height: 100%;
	padding: 16px 16px 20px;
	border: 1px solid #e2f0e7;
	border-radius: 0;
	box-shadow: 0 8px 22px rgba(31, 92, 58, .07);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ny_products .pro_bd ul li > div:hover {
	transform: translateY(-5px);
	border-color: var(--ym-brand);
	box-shadow: var(--ym-shadow);
}
.ny_products .pro_bd ul li > div .pro_img {
	height: auto;
	aspect-ratio: 1 / 1;
	display: grid;
	place-items: center;
	border-radius: 0;
	background: linear-gradient(145deg, #ffffff, #f2faf5);
}
.ny_products .pro_bd ul li > div .pro_img img {
	width: 88%;
	height: 88%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	transition: transform .35s ease;
}
.ny_products .pro_bd ul li > div:hover .pro_img img {
	transform: scale(1.045);
}
.product-display-only .pro_bd ul li > div p {
	min-height: 3em;
	margin: 16px 0 0;
	color: var(--ym-brand-ink);
}
.pagebar .paginations {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}
.paginations a,
.paginations span {
	min-width: 38px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid var(--ym-brand-line);
	border-radius: 0;
	color: var(--ym-brand-strong);
	background: #fff;
	font-size: 14px;
	line-height: 1.35;
	text-align: center;
}
.paginations a:hover,
.paginations a:focus-visible,
.paginations a.page-num-current {
	border-color: var(--ym-brand-strong);
	background: var(--ym-brand-strong);
	color: #fff;
	outline: none;
}
.site-footer-fixed.foot1 {
	background: #effaf3;
	color: var(--ym-brand-ink);
	padding: 44px 0 36px;
}
.site-footer-fixed .footer-nav-row {
	gap: 26px;
	margin-bottom: 22px;
}
.site-footer-fixed .footer-nav-row strong,
.site-footer-fixed .footer-contact .footer-phone-label {
	color: var(--ym-brand-ink);
}
.site-footer-fixed .footer-nav-links {
	gap: 10px 14px;
}
.site-footer-fixed .footer-nav-links a {
	padding: 5px 10px;
	border-radius: 0;
	color: #24543b;
	font-size: 15px;
}
.site-footer-fixed .footer-nav-links a:hover,
.site-footer-fixed .footer-nav-links a:focus-visible {
	background: rgba(82, 183, 136, .16);
	color: var(--ym-brand-strong);
	outline: none;
}
.site-footer-fixed .footer-line {
	background: rgba(36, 122, 77, .24);
}
.site-footer-fixed .footer-main {
	padding-top: 28px;
}
.site-footer-fixed .footer-contact p {
	color: #315944;
	font-size: 14px;
	line-height: 1.75;
}
.site-footer-fixed .footer-contact .footer-phone-number {
	color: var(--ym-brand-strong);
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .02em;
}
.site-footer-fixed .footer-qrcode {
	width: 156px;
	text-align: center;
}
.site-footer-fixed .footer-qrcode .qrcode-box {
	width: 136px;
	height: 136px;
	margin: 0 auto;
	padding: 6px;
	border: 1px solid var(--ym-brand-line);
	border-radius: 0;
	background: #fff;
	box-shadow: 0 8px 18px rgba(31, 92, 58, .08);
}
.site-footer-fixed .footer-qrcode img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.site-footer-fixed .footer-qrcode p {
	margin-top: 8px;
	color: #47705a;
	font-size: 13px;
}
.foot2 {
	background: #fff;
	border-top: 1px solid #e1eee6;
	padding: 13px 0;
}
.foot2 p,
.foot2 a {
	color: #555;
}
.foot2 .container {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.foot2 .container::-webkit-scrollbar {
	display: none;
}
.foot2 p {
	margin: 0;
	min-width: max-content;
	white-space: nowrap;
	text-align: center;
}
.foot2 a:hover,
.foot2 a:focus-visible {
	color: var(--ym-brand-strong);
	text-decoration: underline;
	outline: none;
}
.contact-form input,
.contact-form textarea {
	border: 1px solid #d4e9dc;
	border-radius: 0;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
	border-color: var(--ym-brand);
	box-shadow: 0 0 0 3px rgba(82, 183, 136, .18);
	outline: none;
}
@media (max-width: 992px) {
	.home-store-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ny_products .pro_bd ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	#nav ul li a:after {
		display: none;
	}
	#nav ul li a {
		height: 52px;
		line-height: 52px;
		padding: 0 18px;
		font-size: 16px;
		font-weight: 600;
		justify-content: center;
		text-align: center;
	}
	#nav ul li a.active {
		background: var(--ym-brand-soft);
		color: var(--ym-brand-strong);
	}
	#nav ul li .sub-nav dd a {
		height: 42px;
		line-height: 42px;
		padding: 0 18px;
		text-align: center;
		justify-content: center;
		font-size: 15px;
	}
	.sub-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 52px;
		height: 52px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: var(--ym-brand-strong);
	}
	.sub-toggle > span {
		display: block;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform .2s ease;
	}
	.has-sub.open .sub-toggle > span {
		transform: rotate(225deg);
	}
	.btn-menu:focus-visible,
	.sub-toggle:focus-visible {
		outline: 2px solid #fff;
		outline-offset: -4px;
	}
	.home-section {
		padding: 42px 0;
	}
	.home-product-list,
	.home-store-list {
		gap: 14px;
	}
	.home-product-item {
		padding: 12px;
		border-radius: 0;
	}
	.home-product-text {
		padding-top: 10px;
	}
	.home-product-text h3 {
		font-size: 16px;
	}
	.home-store-list a {
		min-height: 142px;
		padding: 16px 10px;
		border-radius: 0;
	}
	.home-store-list img {
		width: 50px;
		height: 50px;
		margin-bottom: 8px;
	}
	.home-store-list strong {
		font-size: 16px;
	}
	.home-store-list span {
		font-size: 12px;
	}
	.ny_products .pro_bd ul {
		gap: 14px;
	}
	.ny_products .pro_bd ul li > div {
		padding: 10px;
		border-radius: 0;
	}
	.product-display-only .pro_bd ul li > div p {
		min-height: 2.8em;
		font-size: 15px;
	}
	.site-footer-fixed.foot1 {
		padding: 34px 0 30px;
	}
	.site-footer-fixed .footer-nav-row {
		margin-bottom: 18px;
	}
	.site-footer-fixed .footer-nav-links {
		gap: 7px;
	}
	.site-footer-fixed .footer-nav-links a {
		padding: 5px 8px;
		font-size: 14px;
	}
	.site-footer-fixed .footer-main {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: end;
		gap: 14px;
	}
	.site-footer-fixed .footer-contact .footer-phone-number {
		font-size: 24px;
	}
	.site-footer-fixed .footer-qrcode {
		width: 102px;
		margin-top: 0;
	}
	.site-footer-fixed .footer-qrcode .qrcode-box {
		width: 96px;
		height: 96px;
		padding: 4px;
	}
	.site-footer-fixed .footer-qrcode p {
		font-size: 11px;
		white-space: nowrap;
	}
}
@media (max-width: 420px) {
	.home-product-list,
	.ny_products .pro_bd ul {
		grid-template-columns: 1fr;
	}
	.site-footer-fixed .footer-main {
		grid-template-columns: 1fr;
	}
	.site-footer-fixed .footer-qrcode {
		width: 100%;
		text-align: left;
	}
	.site-footer-fixed .footer-qrcode .qrcode-box {
		margin-left: 0;
	}
}


/* Cross-page layout fixes: keep desktop navigation columns equal and protect page-specific icons. */
@media (min-width: 768px) {
	#nav ul {
		width: 100%;
		max-width: 1050px;
		box-sizing: border-box;
	}
	#nav ul > li {
		width: 0;
		flex: 1 1 0;
	}
}

/* The generic rich-text image rule uses !important; restore the intended store-logo dimensions. */
.ny_content .brand-content .online-store-page .store-logo {
	display: flex;
	flex: 0 0 64px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.ny_content .brand-content .online-store-page .store-logo img {
	display: block;
	width: 78px !important;
	height: 78px !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: contain;
}

/* Ensure the existing public-security registration image remains visible on the dark footer. */
.foot2 p > img {
	display: inline-block;
	width: 18px !important;
	height: 18px !important;
	margin: 0 4px 0 10px;
	padding: 2px;
	vertical-align: -4px;
	border-radius: 0;
	background: #fff;
	object-fit: contain;
}
.foot2 p > a {
	display: inline;
	vertical-align: baseline;
}


/* Keep the mobile menu and search controls vertically aligned. */
@media (max-width: 767px) {
	.web_nav {
		display: flex;
		align-items: center;
		line-height: normal;
	}
	.web_nav > a {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.web_nav .btn-menu {
		float: none;
		flex: 0 0 26px;
		width: 26px;
		height: 30px;
		margin-left: auto;
		padding: 0;
	}
	.web_nav span.search_bt {
		float: none;
		flex: 0 0 44px;
		margin: 0 0 0 16px;
	}
}


/* The brand parent is a submenu label, not a destination page. */
#nav ul > li > .nav-parent-link {
	color: #fff;
	width: 100%;
	min-width: 0;
	padding: 0 8px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .02em;
	text-align: center;
	height: 60px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}
#nav ul > li > .nav-parent-link::after {
	content: attr(data-title);
	position: absolute;
	top: 1%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 1602;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#nav ul > li > .nav-parent-link.active::after,
#nav ul > li:hover > .nav-parent-link::after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: #1B724C;
	background-color: #fff;
	opacity: 1;
	visibility: visible;
}
@media (max-width: 767px) {
	#nav ul > li > .nav-parent-link::after {
		display: none;
	}
	#nav ul > li > .nav-parent-link {
		height: 52px;
		line-height: 52px;
		padding: 0 18px;
		font-size: 16px;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #333;
		background: transparent;
	}
	#nav ul > li > .nav-parent-link.active {
		background: var(--ym-brand-soft);
		color: var(--ym-brand-strong);
	}
}


/* === Brand Redesign v2.0 === */
:root {
	--ym-brand: #265036;
	--ym-brand-strong: #1B724C;
	--ym-brand-ink: #2B3A30;
	--ym-brand-soft: #F4F8F5;
	--ym-brand-line: #265036;
	--ym-text: #2B3A30;
	--ym-bg-soft: #F4F8F5;
}
body, button, input, select, textarea {
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
	color: var(--ym-text);
}
/* 导航：底栏 #1B724C 白字；悬停/选中 = 白底 + 绿字（避免白字白底看不见） */
#nav.brand-nav,
#nav {
	background-color: #61C600 !important;
	background: #61C600 !important;
	overflow: visible !important;
}
#nav .container,
#nav ul,
#nav ul li {
	overflow: visible !important;
}
#nav ul {
	max-width: 1230px;
}
#nav ul > li > a,
#nav ul > li > .nav-parent-link {
	color: #fff !important;
	background: transparent !important;
	overflow: hidden;
}
/* 白底滑入层：文字必须用品牌绿，不能用白色 */
#nav ul > li > a:after,
#nav ul > li > .nav-parent-link:after {
	content: attr(data-title);
	background-color: #fff !important;
	color: #1B724C !important;
	z-index: 2;
}
#nav ul > li > a:hover,
#nav ul > li > a.active,
#nav ul > li > .nav-parent-link:hover,
#nav ul > li > .nav-parent-link.active {
	color: #fff !important;
	background: transparent !important;
}
#nav ul > li > a:hover:after,
#nav ul > li > a.active:after,
#nav ul > li > .nav-parent-link:hover:after,
#nav ul > li > .nav-parent-link.active:after {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	opacity: 1 !important;
	visibility: visible !important;
	color: #1B724C !important;
	background-color: #fff !important;
}

/* 二级展开栏：居中 + 缓动展开（下移淡入 + 子项依次出现） */
#nav ul li .sub-nav {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 100% !important;
	min-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	border: 0 !important;
	border-top: 2px solid #1B724C !important;
	box-shadow: 0 0 0 rgba(45, 90, 60, 0) !important;
	z-index: 5000 !important;
	text-align: center !important;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden !important;
	pointer-events: none;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition:
		max-height .48s cubic-bezier(.4, 0, .2, 1),
		opacity .34s ease,
		transform .4s cubic-bezier(.22, .61, .36, 1),
		padding .36s cubic-bezier(.4, 0, .2, 1),
		box-shadow .36s ease,
		visibility 0s linear .42s;
	transition:
		max-height .48s cubic-bezier(.4, 0, .2, 1),
		opacity .34s ease,
		transform .4s cubic-bezier(.22, .61, .36, 1),
		padding .36s cubic-bezier(.4, 0, .2, 1),
		box-shadow .36s ease,
		visibility 0s linear .42s;
}
#nav ul li:hover > .sub-nav,
#nav ul li.open > .sub-nav {
	max-height: 320px !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	padding: 8px 0 !important;
	box-shadow: 0 14px 30px rgba(45, 90, 60, .15) !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	-webkit-transition:
		max-height .5s cubic-bezier(.4, 0, .2, 1),
		opacity .36s ease .05s,
		transform .42s cubic-bezier(.22, .61, .36, 1),
		padding .4s cubic-bezier(.4, 0, .2, 1),
		box-shadow .4s ease .05s,
		visibility 0s linear 0s !important;
	transition:
		max-height .5s cubic-bezier(.4, 0, .2, 1),
		opacity .36s ease .05s,
		transform .42s cubic-bezier(.22, .61, .36, 1),
		padding .4s cubic-bezier(.4, 0, .2, 1),
		box-shadow .4s ease .05s,
		visibility 0s linear 0s !important;
}
#nav ul li .sub-nav dd {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	float: none !important;
	width: 100% !important;
	border: 0 !important;
}
#nav ul li .sub-nav dd a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 42px !important;
	line-height: 42px !important;
	padding: 0 10px !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
	letter-spacing: .04em !important;
	color: #2B3A30 !important;
	background: #fff !important;
	text-align: center !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	position: static !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	opacity: 0;
	-webkit-transform: translate3d(0, -8px, 0);
	transform: translate3d(0, -8px, 0);
	-webkit-transition:
		opacity .3s cubic-bezier(.22, .61, .36, 1),
		transform .32s cubic-bezier(.22, .61, .36, 1),
		color .22s ease,
		background .22s ease !important;
	transition:
		opacity .3s cubic-bezier(.22, .61, .36, 1),
		transform .32s cubic-bezier(.22, .61, .36, 1),
		color .22s ease,
		background .22s ease !important;
}
/* 子项依次淡入，展开更顺 */
#nav ul li:hover > .sub-nav dd a,
#nav ul li.open > .sub-nav dd a {
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}
#nav ul li:hover > .sub-nav dd:nth-child(1) a,
#nav ul li.open > .sub-nav dd:nth-child(1) a { -webkit-transition-delay: .06s, .06s, 0s, 0s !important; transition-delay: .06s, .06s, 0s, 0s !important; }
#nav ul li:hover > .sub-nav dd:nth-child(2) a,
#nav ul li.open > .sub-nav dd:nth-child(2) a { -webkit-transition-delay: .11s, .11s, 0s, 0s !important; transition-delay: .11s, .11s, 0s, 0s !important; }
#nav ul li:hover > .sub-nav dd:nth-child(3) a,
#nav ul li.open > .sub-nav dd:nth-child(3) a { -webkit-transition-delay: .16s, .16s, 0s, 0s !important; transition-delay: .16s, .16s, 0s, 0s !important; }
#nav ul li:hover > .sub-nav dd:nth-child(4) a,
#nav ul li.open > .sub-nav dd:nth-child(4) a { -webkit-transition-delay: .21s, .21s, 0s, 0s !important; transition-delay: .21s, .21s, 0s, 0s !important; }
#nav ul li:not(:hover):not(.open) > .sub-nav dd a {
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important;
}
#nav ul li .sub-nav dd a:after,
#nav ul li .sub-nav dd a:before {
	content: none !important;
	display: none !important;
}
#nav ul li .sub-nav dd a:hover,
#nav ul li .sub-nav dd a.active {
	color: #1B724C !important;
	background: #F0F7F1 !important;
	font-weight: 400 !important;
}

@media (max-width: 767px) {
	#nav ul > li > a:after,
	#nav ul > li > .nav-parent-link:after {
		display: none !important;
	}
	#nav ul > li > a.active,
	#nav ul > li > .nav-parent-link.active {
		color: #1B724C !important;
		background: #F0F7F1 !important;
	}
	#nav ul li .sub-nav {
		position: static !important;
		border: 0 !important;
		border-top: 0 !important;
		box-shadow: none !important;
		background: #F4F8F5 !important;
		padding: 0 !important;
		max-height: 0;
		opacity: 1 !important;
		-webkit-transform: none !important;
		transform: none !important;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition:
			max-height .4s cubic-bezier(.4, 0, .2, 1),
			padding .35s ease,
			visibility 0s linear .4s !important;
		transition:
			max-height .4s cubic-bezier(.4, 0, .2, 1),
			padding .35s ease,
			visibility 0s linear .4s !important;
	}
	#nav ul li.open > .sub-nav {
		max-height: 320px !important;
		padding: 4px 0 8px !important;
		visibility: visible !important;
		pointer-events: auto !important;
		-webkit-transition:
			max-height .45s cubic-bezier(.4, 0, .2, 1),
			padding .35s ease,
			visibility 0s linear 0s !important;
		transition:
			max-height .45s cubic-bezier(.4, 0, .2, 1),
			padding .35s ease,
			visibility 0s linear 0s !important;
	}
	#nav ul li .sub-nav dd a {
		justify-content: center !important;
		text-align: center !important;
		padding: 0 18px !important;
		height: 42px !important;
		line-height: 42px !important;
		font-size: 15px !important;
		font-weight: 400 !important;
		color: #2B3A30 !important;
		background: transparent !important;
		opacity: 1 !important;
		-webkit-transform: none !important;
		transform: none !important;
	}
	#nav ul li .sub-nav dd a:hover,
	#nav ul li .sub-nav dd a.active {
		color: #1B724C !important;
		background: rgba(74, 135, 81, .08) !important;
	}
}
/* 全站加粗深绿分割线 */
.footer-line,
.site-footer-fixed .footer-line {
	height: 5px !important;
	background: #265036 !important;
	border: 0 !important;
}
.brand-footer .footer-nav-links a {
	text-align: left;
}
.brand-footer .footer-phone-number {
	font-weight: 700 !important;
	color: #1B724C !important;
	font-size: 28px !important;
}
.brand-footer .footer-nav-row strong,
.brand-footer .footer-contact p,
.brand-footer .footer-qrcode p {
	color: #2B3A30;
}
.brand-footer .footer-nav-links {
	justify-content: flex-start;
	text-align: left;
}
.qrcode-with-logo {
	position: relative;
	display: inline-block;
}
.qrcode-with-logo > img {
	display: block;
	width: 120px;
	height: 120px;
	object-fit: contain;
	border: 3px solid #1B724C;
	box-sizing: border-box;
	background: #fff;
}
.qrcode-with-logo .qrcode-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	border: 2px solid #1B724C;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qrcode-with-logo .qrcode-logo img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

/* 合并关于页 */
.about-merge-page {
	background: #F4F8F5;
	padding: 20px 0 48px;
}
.about-merge-inner {
	max-width: 1100px;
	margin: 0 auto;
}
.about-block {
	background: #fff;
	border: 3px solid #1B724C;
	padding: 36px 40px 40px;
	margin-bottom: 28px;
	box-sizing: border-box;
}
.about-en-title {
	font-family: Montserrat, Arial, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	color: #1B724C;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.about-cn-title {
	font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #1B724C;
	margin-bottom: 22px;
	padding-bottom: 12px;
	border-bottom: 3px solid #1B724C;
}
.about-story-layout {
	display: flex;
	gap: 32px;
	align-items: flex-start;
}
.about-story-text {
	flex: 1 1 52%;
	color: #2B3A30;
	font-size: 16px;
	line-height: 1.75;
}
.about-story-text p {
	margin-bottom: 16px;
}
.about-story-media {
	flex: 0 0 900px;
	max-width: 42%;
}
.about-story-media .media-frame {
	width: 100%;
	aspect-ratio: 900 / 400;
	border: 3px solid #1B724C;
	background: #F4F8F5 center/cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.about-story-media .media-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}
.about-card {
	border: 3px solid #1B724C;
	padding: 24px 22px;
	background: #fff;
	min-height: 180px;
	aspect-ratio: 900 / 400;
	max-height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-card h3 {
	color: #1B724C;
	font-size: 18px;
	margin-bottom: 10px;
}
.about-card h4 {
	color: #2B3A30;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.4;
}
.about-card p {
	color: #2B3A30;
	font-size: 15px;
	line-height: 1.65;
}
.about-values {
	margin-top: 8px;
}
.about-values li {
	border-left: 4px solid #1B724C;
	padding: 14px 0 14px 16px;
	margin-bottom: 12px;
	background: #fff;
}
.about-values li strong {
	display: block;
	color: #1B724C;
	font-size: 17px;
	margin-bottom: 6px;
}
.about-values li span {
	color: #2B3A30;
	font-size: 15px;
	line-height: 1.65;
}
@media (max-width: 992px) {
	.about-story-layout { display: block; }
	.about-story-media { max-width: 100%; flex-basis: auto; margin-top: 18px; }
	.about-cards { grid-template-columns: 1fr; }
	.about-card { aspect-ratio: auto; max-height: none; }
	.about-block { padding: 24px 18px; }
}

/* 在线店铺精简 */
.online-store-page {
	max-width: 1900px;
	margin: 0 auto;
	min-height: 320px;
	padding: 40px 0 48px !important;
}
.online-store-page .online-store-card p,
.home-store-list a span {
	display: none !important;
}
.online-store-grid {
	max-width: 1100px;
	margin: 0 auto;
	align-items: stretch;
}
.online-store-card {
	border: 3px solid #1B724C !important;
	min-height: 200px !important;
	box-shadow: none !important;
}
.online-store-card h3 {
	color: #2B3A30 !important;
	margin-bottom: 0 !important;
}
.online-store-head h1,
.online-store-head h2 {
	color: #1B724C !important;
}

/* 椰研究所 */
.research-page {
	max-width: 1100px;
	margin: 0 auto;
	min-height: 320px;
	padding: 36px 0 48px !important;
}
.research-copy {
	width: 68% !important;
}
.research-copy h1,
.research-copy h2,
.research-copy .research-title {
	color: #1B724C !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	margin: 0 0 12px !important;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
}
/* 样式2：左文右图 + 分行短段落 */
.research-page-v2 {
	align-items: flex-start !important;
	gap: 3% !important;
	padding: 28px 0 36px !important;
}
.research-page-v2 .research-copy {
	width: 66% !important;
	flex: 1 1 auto;
	min-width: 0;
}
.research-page-v2 .research-block {
	margin-bottom: 22px;
}
.research-page-v2 .research-block:last-child {
	margin-bottom: 0;
}
.research-page-v2 .research-title {
	color: #1B724C !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	margin: 0 0 10px !important;
	letter-spacing: 0;
}
.research-page-v2 .research-copy p {
	color: #2B3A30 !important;
	font-size: 14px !important;
	line-height: 1.9 !important;
	margin: 0 0 10px !important;
	font-weight: 400;
}
.research-page-v2 .research-copy p:last-child {
	margin-bottom: 0 !important;
}
.research-page-v2 .research-copy strong {
	color: #1B724C !important;
	font-weight: 700;
}
.research-page-v2 .research-product-placeholder {
	width: 30% !important;
	flex: 0 0 30% !important;
	max-width: 300px;
	min-height: 420px;
	position: sticky;
	top: 72px;
}
@media (max-width: 992px) {
	.research-page-v2 .research-copy,
	.research-page-v2 .research-product-placeholder {
		width: 100% !important;
		flex: none !important;
		max-width: none;
		position: static;
	}
	.research-page-v2 .research-title {
		font-size: 15px !important;
	}
	.research-page-v2 .research-copy p {
		font-size: 13px !important;
		line-height: 1.85 !important;
	}
}
.research-copy p {
	color: #2B3A30 !important;
	font-size: 15px;
	line-height: 1.8;
}
.research-product-placeholder {
	border: 0 !important;
	background: #F4F8F5;
}

/* 联系我们 + 地图 */
.contact-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 36px 0 20px !important;
}
.contact-page-head h1,
.contact-page-head h2 {
	color: #1B724C !important;
}
.contact-info-panel {
	border: 3px solid #1B724C !important;
	background: #fff;
}
.contact-info-panel,
.contact-form-panel {
	color: #2B3A30;
}
.contact-form-btns input[type="submit"] {
	background: #265036 !important;
	color: #fff !important;
}
.contact-form label span {
	color: #1B724C !important;
}
.contact-map-wrap {
	max-width: 1100px;
	margin: 0 auto 48px;
	border: 3px solid #1B724C;
	box-sizing: border-box;
	overflow: hidden;
	background: #F4F8F5;
}
.contact-map-wrap iframe {
	display: block;
	width: 100%;
	height: 380px;
	border: 0;
}
.contact-info-panel .contact-wechat {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 14px;
}
.contact-info-panel .contact-wechat .qrcode-with-logo > img {
	width: 96px;
	height: 96px;
}

/* 企业动态统一品牌色 */
.ny_news_con2 .news_con span,
.ny_news_con2 .news_con p,
.h_news .news_bd ul li .news_con span,
.pagebar .page-num-current,
.bread_nav,
.ny_tlt1 p {
	/* keep readable */
}
.pagebar .page-num-current {
	background: #265036 !important;
	border-color: #1B724C !important;
	color: #fff !important;
}
.news-list-page .ny_tlt1 p,
.news-list-page .home-section-title strong,
.news-list-page .home-section-title span {
	color: #1B724C !important;
}

/* 我们的优势 */
.strength-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 36px 0 48px;
}
.strength-page .about-en-title { margin-bottom: 6px; }
.strength-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 24px;
}
.strength-item {
	border: 3px solid #1B724C;
	background: #fff;
	padding: 26px 22px;
}
.strength-item h3 {
	color: #1B724C;
	font-size: 20px;
	margin-bottom: 10px;
}
.strength-item p {
	color: #2B3A30;
	font-size: 15px;
	line-height: 1.7;
}
@media (max-width: 767px) {
	.strength-grid { grid-template-columns: 1fr; }
	.contact-map-wrap iframe { height: 260px; }
}

/* 内页 banner 统一观感（尺寸见上方 1900/500 规则） */


/* 全站标题字色统一 */
.site-title,
.home-section-title strong,
.home-section-title span,
.brand-story-text h1,
.brand-story-text h2,
.brand-philosophy-head h1,
.brand-philosophy-head h2,
.philosophy-card h3,
.philosophy-card h4,
.online-store-head h1,
.online-store-head h2,
.research-copy h1,
.research-copy h2,
.contact-page-head h1,
.contact-page-head h2,
.ny_tlt1 p,
.product-title strong,
.product-title span,
.about-title strong,
.about-title span,
.store-title strong,
.store-title span {
	color: #1B724C !important;
}

/* 关于椰小奈合并页 */
.about-merge-wrap .about-block-section {
	margin-bottom: 20px;
	scroll-margin-top: 80px;
}
.about-merge-wrap .about-block-section:last-child {
	margin-bottom: 8px;
}
.about-merge-wrap .brand-story-page {
	background: #fff;
	border: 1px solid #e6efe8;
	padding: 36px 28px 40px;
}
/* 品牌故事配图恢复：仍用原 logo 图，按原比例展示 */
.about-merge-wrap .brand-story-image img {
	max-height: 360px !important;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
	border-radius: 4px;
}
.about-merge-wrap .brand-philosophy-page {
	padding: 18px 0 8px !important;
}
.about-merge-wrap #brand-concept .brand-content {
	padding-bottom: 0;
}

/* 愿景 / 使命 / 价值观 背景图卡片 —— 紧凑，去掉底部虚高 */
.philosophy-card {
	position: relative;
	background-color: #f7faf7;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	min-height: 0 !important;
}
.philosophy-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.8) 55%, rgba(255,255,255,.9) 100%);
	z-index: 0;
}
.philosophy-card-inner {
	position: relative;
	z-index: 1;
}
.philosophy-card.full-card {
	min-height: 0 !important;
}
.philosophy-card--vision,
.philosophy-card--mission,
.philosophy-card--values {
	border: 1px solid #d7e8db;
}
.philosophy-card h3 {
	margin-bottom: 8px !important;
}
.philosophy-card h4 {
	margin-bottom: 8px !important;
}
.philosophy-card p {
	margin: 0 !important;
	line-height: 1.55 !important;
}
.philosophy-card li {
	margin-bottom: 6px !important;
}
@media (max-width: 767px) {
	.about-merge-wrap .brand-story-page {
		padding: 18px 14px 16px;
	}
	.about-merge-wrap .brand-story-image {
		width: 100%;
		margin-top: 14px;
	}
	.philosophy-card {
		min-height: 0 !important;
		padding: 14px 16px !important;
	}
	.brand-philosophy-page {
		padding: 16px 0 8px;
	}
	.about-merge-wrap .about-block-section {
		margin-bottom: 14px;
	}
}

/* 强制联系中部无内框、无线条叠加 */
.contact-page-v2 .contact-mid-shell {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #4A8751 !important;
}
.contact-page-v2 .contact-info-panel,
.contact-page-v2 .contact-form-panel {
	border: 0 !important;
	box-shadow: none !important;
}
.contact-page-v2 .contact-mid-divider { display: none !important; width: 0 !important; }

/* 品牌与产品 / 线上店铺内页：对齐首页区块，覆盖富文本 img 100% 规则 */
.product-page-home-style,
.store-page-home-style {
	max-width: 1100px;
	margin: 0 auto;
	padding: 28px 0 40px;
}
.store-page-home-style .home-section-title,
.product-page-home-style .home-section-title {
	margin-bottom: 28px;
}
.ny_content .ny_news_con2 .store-page-home-style .home-store-list img,
.ny_content .brand-content .store-page-home-style .home-store-list img {
	display: block !important;
	width: 56px !important;
	height: 56px !important;
	max-width: 56px !important;
	margin: 0 auto !important;
	object-fit: contain !important;
}
.ny_content .ny_news_con2 .product-page-home-style .home-product-img img,
.ny_content .brand-content .product-page-home-style .home-product-img img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-width: 92% !important;
	max-height: 92% !important;
	margin: 0 auto !important;
	object-fit: contain !important;
}
.product-page-home-style .home-product-list,
.store-page-home-style .home-store-list {
	pointer-events: auto;
}
/* 产品展示页不出现可点详情手势 */
.product-display-only .home-product-item {
	cursor: default;
}

/* ========== 内页统一 banner 强化（PC + H5） 源图 1900x500 ========== */
.ny_banner .slideshow,
.ny_banner .slideshow img {
	box-sizing: border-box;
}
.ny_banner .slideshow {
	aspect-ratio: 1900 / 500 !important;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	border-bottom: 0 !important;
}
.ny_banner .slideshow img {
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: none !important;
	object-fit: contain !important;
}

/* H5：产品列表 / 线上店铺 与首页区块一致 */
@media (max-width: 767px) {
	.ny_banner .slideshow {
		aspect-ratio: 1900 / 500 !important;
		max-height: none !important;
	}
	.product-page-home-style,
	.store-page-home-style {
		padding: 18px 0 28px;
		max-width: 100%;
	}
	.product-page-home-style .home-section-title,
	.store-page-home-style .home-section-title {
		margin-bottom: 16px;
	}
	.product-page-home-style .home-product-list {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.product-page-home-style .home-product-item {
		width: auto !important;
		padding: 10px;
	}
	.product-page-home-style .home-product-text h3 {
		font-size: 13px;
		line-height: 1.4;
	}
	.store-page-home-style .home-store-list {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.store-page-home-style .home-store-list a {
		width: auto !important;
		min-height: 120px;
		height: auto;
		padding: 14px 8px;
	}
	.ny_content .ny_news_con2 .store-page-home-style .home-store-list img,
	.ny_content .brand-content .store-page-home-style .home-store-list img {
		width: 44px !important;
		height: 44px !important;
		max-width: 44px !important;
	}
	.store-page-home-style .home-store-list strong {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.product-page-home-style .home-product-list {
		grid-template-columns: 1fr;
	}
}

/* ========== H5 导航分栏颜色与样式优化 ==========
   覆盖 Brand Redesign 的 color:#fff !important（浅底白字看不见）
   顶栏仍为品牌绿；展开列表浅底深字；当前页深绿强调
*/
@media (max-width: 767px) {
	#nav {
		background: #61C600 !important;
		box-shadow: 0 4px 16px rgba(27, 114, 76, .18);
	}
	#nav .container {
		padding: 0;
	}
	#nav ul {
		display: none; /* JS slideToggle 控制显示 */
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		background: #ffffff !important;
		border-top: 1px solid rgba(255,255,255,.2);
		box-shadow: 0 12px 28px rgba(27, 114, 76, .12);
	}
	#nav ul > li {
		width: 100% !important;
		flex: none !important;
		float: none !important;
		margin: 0 !important;
		background: #ffffff !important;
		border-bottom: 1px solid #e8f0ea !important;
	}
	#nav ul > li:last-child {
		border-bottom: 0 !important;
	}
	/* 一级：居中 + 深色可读；禁止继承 PC 白字 */
	#nav ul > li > a,
	#nav ul > li > .nav-parent-link,
	#nav ul li a,
	#nav ul li a.nav-parent-link {
		color: #2B3A30 !important;
		background: #ffffff !important;
		height: 50px !important;
		line-height: 50px !important;
		padding: 0 18px !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		letter-spacing: .02em;
		overflow: hidden;
	}
	/* 关掉 PC 白底滑入伪元素，避免叠色 */
	#nav ul > li > a:after,
	#nav ul > li > .nav-parent-link:after,
	#nav ul li a:after {
		display: none !important;
		content: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}
	/* 当前页 / 停留 */
	#nav ul > li > a.active,
	#nav ul > li > .nav-parent-link.active,
	#nav ul li a.active,
	#nav ul li a.nav-parent-link.active {
		color: #1B724C !important;
		background: #E8F3EA !important;
		box-shadow: inset 0 -3px 0 #1B724C;
		font-weight: 700 !important;
	}
	/* 按压反馈 */
	#nav ul > li > a:active,
	#nav ul > li > .nav-parent-link:active {
		background: #F4F8F5 !important;
		color: #1B724C !important;
	}
	/* 展开的一级父项 */
	#nav ul > li.open > .nav-parent-link,
	#nav ul > li.open > a.nav-parent-link {
		color: #1B724C !important;
		background: #F4F8F5 !important;
	}
	/* 二级 */
	#nav ul li .sub-nav {
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		background: #F7FBF8 !important;
		border: 0 !important;
		border-top: 0 !important;
		box-shadow: none !important;
		overflow: hidden !important;
		-webkit-transform: none !important;
		transform: none !important;
	}
	#nav ul li.open > .sub-nav {
		max-height: 360px !important;
		padding: 4px 0 10px !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
	}
	#nav ul li:not(.open) > .sub-nav {
		max-height: 0 !important;
		padding: 0 !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}
	#nav ul li .sub-nav dd {
		margin: 0 !important;
		border: 0 !important;
	}
	#nav ul li .sub-nav dd a {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		height: 44px !important;
		line-height: 44px !important;
		padding: 0 18px !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		color: #3d5245 !important;
		background: transparent !important;
		text-align: center !important;
		opacity: 1 !important;
		-webkit-transform: none !important;
		transform: none !important;
	}
	#nav ul li .sub-nav dd a:hover,
	#nav ul li .sub-nav dd a:active,
	#nav ul li .sub-nav dd a.active {
		color: #1B724C !important;
		background: rgba(27, 114, 76, .08) !important;
		font-weight: 500 !important;
	}
	/* 汉堡与搜索：保持顶栏白图标 */
	.web_nav {
		color: #fff !important;
	}
	.btn-menu:before,
	.btn-menu:after,
	.btn-menu span,
	.btn-menu.active:before,
	.btn-menu.active:after {
		background-color: #ffffff !important;
	}
	.web_nav span.search_bt {
		color: #fff !important;
		opacity: .95;
	}
	.sub-toggle {
		color: #1B724C !important;
	}
}

/* =========================================================
   全站字体 / 同级文字颜色统一层（品牌椰小奈）
   标题绿 #1B724C | 正文墨 #2B3A30 | 次要灰 #666
   中文：微软雅黑/苹方 | 英文标题：Helvetica Neue
   ========================================================= */
:root {
	--ym-title: #1B724C;
	--ym-text: #2B3A30;
	--ym-muted: #666666;
	--ym-nav: #61C600;
	--ym-line: #265036;
	--ym-soft: #F4F8F5;
	--ym-font-cn: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Noto Sans SC", sans-serif;
	--ym-font-en: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 全局正文基线 */
body, button, input, select, textarea {
	font-family: var(--ym-font-cn) !important;
	color: var(--ym-text);
}
a { color: inherit; }

/* 一级区块英文标题 / 中文标题 */
.home-section-title strong,
.product-title strong,
.about-title strong,
.store-title strong,
.brand-story-text h1,
.brand-philosophy-head h1,
.contact-page-head h1,
.online-store-head h1 {
	font-family: var(--ym-font-en) !important;
	color: var(--ym-title) !important;
	font-weight: 700 !important;
}
.home-section-title span,
.product-title span,
.about-title span,
.store-title span,
.brand-story-text h2,
.brand-philosophy-head h2,
.contact-page-head h2,
.online-store-head h2,
.site-title,
.research-title,
.research-copy h1,
.research-copy h2,
.ny_tlt1 p {
	font-family: var(--ym-font-cn) !important;
	color: var(--ym-title) !important;
}

/* 同级正文：首页/关于/理念/研究所/联系/产品 */
.home-about-text p,
.home-product-text h3,
.home-product-text p,
.brand-story-text p,
.philosophy-card,
.philosophy-card p,
.philosophy-card li,
.philosophy-card li span,
.research-copy p,
.research-page-v2 .research-copy p,
.contact-info-panel,
.contact-info-panel p,
.contact-form-panel,
.contact-form-panel label,
.product-display-only .pro_bd ul li > div p,
.product-page-home-style .home-product-text h3 {
	color: var(--ym-text) !important;
	font-family: var(--ym-font-cn) !important;
}

/* 卡片小标题（愿景/使命等）统一品牌绿 */
.philosophy-card h3,
.philosophy-card h4,
.philosophy-card li strong,
.site-title {
	color: var(--ym-title) !important;
	font-family: var(--ym-font-cn) !important;
}

/* 店铺卡片名 */
.home-store-list strong,
.online-store-card h3 {
	color: var(--ym-text) !important;
	font-family: var(--ym-font-cn) !important;
}
.home-store-list a:hover,
.home-store-list a:focus-visible {
	border-color: var(--ym-title) !important;
}
.home-store-list a:hover {
	/* 去掉历史橙色 hover */
	border-color: #1B724C !important;
}

/* 页脚同级文字统一 */
.foot1,
.site-footer-fixed,
.site-footer-fixed .footer-title,
.site-footer-fixed .footer-nav-row strong,
.site-footer-fixed .footer-nav-links a,
.site-footer-fixed .footer-contact,
.site-footer-fixed .footer-contact p,
.site-footer-fixed .footer-qrcode,
.site-footer-fixed .footer-qrcode p,
.footer-nav-row strong,
.footer-nav-links a,
.footer-contact p,
.footer-qrcode p {
	color: var(--ym-text) !important;
	font-family: var(--ym-font-cn) !important;
}
.footer-nav-links a:hover,
.site-footer-fixed .footer-nav-links a:hover {
	color: var(--ym-title) !important;
}
.footer-contact .footer-phone-number,
.brand-footer .footer-phone-number {
	color: var(--ym-title) !important;
}
/* 页脚分割线/二维码框去掉旧蓝色 */
.footer-line,
.site-footer-fixed .footer-line {
	background: #265036 !important;
	height: 5px !important;
}
.footer-qrcode .qrcode-box {
	border-color: #c5d9cb !important;
	border-style: solid !important;
}

/* 面包屑 / 次要说明 */
.bread_nav,
.bread_nav a,
.bread_nav div {
	color: var(--ym-muted) !important;
	font-family: var(--ym-font-cn) !important;
	font-size: 13px;
}
.bread_nav a:hover {
	color: var(--ym-title) !important;
}

/* 导航：一级微软雅黑加粗已有；二级统一 */
#nav ul li > a,
#nav ul li > .nav-parent-link {
	font-family: var(--ym-font-cn) !important;
}
#nav ul li .sub-nav dd a {
	font-family: var(--ym-font-cn) !important;
	color: var(--ym-text) !important;
}
#nav ul li .sub-nav dd a:hover {
	color: var(--ym-title) !important;
}

/* 版权条 */
.foot2,
.foot2 p,
.foot2 a {
	color: #777 !important;
	font-family: var(--ym-font-cn) !important;
	font-size: 12px;
}
.foot2 a:hover {
	color: var(--ym-title) !important;
}

/* 联系页标题与表单 */
.contact-page-head h1,
.contact-page-head h2 {
	color: var(--ym-title) !important;
}
.contact-page-v2 .contact-info-panel,
.contact-page-v2 .contact-form-panel {
	color: var(--ym-text) !important;
}

/* H5 导航列表文字已单独处理；确保非 active 深色 */
@media (max-width: 767px) {
	#nav ul > li > a,
	#nav ul > li > .nav-parent-link {
		font-family: var(--ym-font-cn) !important;
	}
	.home-section-title strong { font-size: 24px !important; }
	.home-section-title span { font-size: 18px !important; }
}

/* ========== 线上店铺内页：与首页 home-store 同宽同布局 ========== */
.store-inner-wrap .content-store-full {
	padding-bottom: 0 !important;
}
.store-inner-wrap .content-store-full .bread_nav {
	margin-bottom: 0;
}
.store-page-section.home-section.home-store {
	padding: 48px 0 64px !important;
	background: #fff;
	width: 100%;
}
.store-page-section .container {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
}
/* 强制四栏等分舒展，覆盖内页可能叠上的 max-width / width:22% */
.store-page-section .home-store-list {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 24px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	align-items: stretch;
}
.store-page-section .home-store-list a {
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 174px !important;
	padding: 28px 16px 24px !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	border: 1px solid #265036 !important;
	background: linear-gradient(145deg, #ffffff, #f5fbf7) !important;
	box-shadow: 0 8px 20px rgba(31, 92, 58, .06) !important;
	text-decoration: none !important;
}
.store-page-section .home-store-list a:hover,
.store-page-section .home-store-list a:focus-visible {
	border-color: #1B724C !important;
	box-shadow: 0 16px 36px rgba(28, 91, 59, .12) !important;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.store-page-section .home-store-list img {
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	max-width: 64px !important;
	margin: 0 auto !important;
	object-fit: contain !important;
}
.store-page-section .home-store-list strong {
	display: block !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	color: #2B3A30 !important;
	margin: 0 !important;
	text-align: center !important;
}
.store-page-section .home-section-title {
	margin-bottom: 36px !important;
}
/* 取消旧 store-page-home-style 收窄 */
.store-page-home-style {
	max-width: none !important;
}
@media (max-width: 992px) {
	.store-page-section .home-store-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 16px !important;
	}
	.store-page-section .home-store-list a {
		min-height: 150px !important;
	}
}
@media (max-width: 767px) {
	.store-page-section.home-section.home-store {
		padding: 32px 0 40px !important;
	}
	.store-page-section .home-store-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}
	.store-page-section .home-store-list a {
		min-height: 128px !important;
		padding: 16px 10px !important;
	}
	.store-page-section .home-store-list img {
		width: 50px !important;
		height: 50px !important;
		max-width: 50px !important;
	}
	.store-page-section .home-store-list strong {
		font-size: 15px !important;
	}
}


/* ========== 20260725-ui-float: 本地视觉调整（导航色/悬浮卡片/品牌故事/理念字号/研究所） ========== */
/* 1. 导航栏颜色 */
#nav {
	background-color: #61C600 !important;
}
@media (max-width: 767px) {
	#nav {
		background: #61C600 !important;
	}
}

/* 2. 首页/内页：店铺卡片、商品卡片 去描边 + 底部悬浮阴影 */
.home-product-item,
.product-page-home-style .home-product-item,
.product-display-only .home-product-item {
	border: none !important;
	border-color: transparent !important;
	background: #fff !important;
	box-shadow: 0 10px 28px rgba(31, 92, 58, .10) !important;
	-webkit-transition: transform .25s ease, box-shadow .25s ease !important;
	transition: transform .25s ease, box-shadow .25s ease !important;
}
.home-product-item:hover,
.product-page-home-style .home-product-item:hover,
.product-display-only .home-product-item:hover {
	border: none !important;
	border-color: transparent !important;
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(31, 92, 58, .16) !important;
}

.home-store-list a,
.store-page-section .home-store-list a,
.store-page-home-style .home-store-list a,
.online-store-card {
	border: none !important;
	border-color: transparent !important;
	background: #fff !important;
	box-shadow: 0 10px 28px rgba(31, 92, 58, .10) !important;
	-webkit-transition: transform .25s ease, box-shadow .25s ease !important;
	transition: transform .25s ease, box-shadow .25s ease !important;
}
.home-store-list a:hover,
.home-store-list a:focus-visible,
.store-page-section .home-store-list a:hover,
.store-page-section .home-store-list a:focus-visible,
.store-page-home-style .home-store-list a:hover,
.store-page-home-style .home-store-list a:focus-visible,
.online-store-card:hover {
	border: none !important;
	border-color: transparent !important;
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(31, 92, 58, .16) !important;
	outline: none;
}

/* 联系我们：去掉描边，做成两个悬浮卡片 */
.contact-page-v2 .contact-mid-shell {
	border: none !important;
	border-width: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}
.contact-page-v2 .contact-page-body {
	gap: 22px !important;
}
.contact-page-v2 .contact-info-panel,
.contact-page-v2 .contact-form-panel {
	border: none !important;
	box-shadow: 0 12px 32px rgba(31, 92, 58, .11) !important;
	-webkit-transition: transform .25s ease, box-shadow .25s ease;
	transition: transform .25s ease, box-shadow .25s ease;
}
.contact-page-v2 .contact-info-panel:hover,
.contact-page-v2 .contact-form-panel:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(31, 92, 58, .15) !important;
}
@media (max-width: 992px) {
	.contact-page-v2 .contact-page-body {
		display: flex !important;
		flex-direction: column;
		gap: 16px !important;
	}
	.contact-page-v2 .contact-info-panel,
	.contact-page-v2 .contact-form-panel {
		width: 100% !important;
		box-shadow: 0 10px 28px rgba(31, 92, 58, .10) !important;
	}
	.contact-page-v2 .contact-info-panel {
		box-shadow: 0 10px 28px rgba(31, 92, 58, .10) !important;
	}
}

/* 3. 品牌故事配图：略向左移，避免贴右边框 */
.brand-story-image {
	right: 36px !important;
	width: 36% !important;
}
.about-merge-wrap .brand-story-image {
	right: 40px !important;
}
.about-merge-wrap .brand-story-page {
	overflow: visible;
}
.ny_content .brand-content .brand-story-image img,
.about-merge-wrap .brand-story-image img {
	max-width: 94% !important;
}
@media (max-width: 992px) {
	.brand-story-image,
	.about-merge-wrap .brand-story-image {
		right: auto !important;
		width: 100% !important;
	}
}

/* 4. 品牌理念：解释文案缩小，标题保持强调 */
.philosophy-card h3 {
	font-size: 20px !important;
	line-height: 1.35 !important;
}
.philosophy-card h4 {
	font-size: 16px !important;
	line-height: 1.45 !important;
	margin-bottom: 10px !important;
}
.philosophy-card p {
	font-size: 13px !important;
	line-height: 1.7 !important;
	color: #5f6f63 !important;
	font-weight: 400 !important;
}
.philosophy-card li {
	font-size: 13px !important;
	line-height: 1.65 !important;
	margin-bottom: 10px !important;
}
.philosophy-card li strong {
	font-size: 15px !important;
	line-height: 1.45 !important;
	font-weight: 700 !important;
	min-width: 4.5em;
	margin-right: 6px;
}
.philosophy-card li span {
	font-size: 13px !important;
	line-height: 1.7 !important;
	color: #5f6f63 !important;
	font-weight: 400 !important;
}

/* 5. 椰研究所：标题样式保持；配图框加宽，露出左侧商品与中间模特 */
.research-page-v2 .research-product-placeholder,
.research-product-placeholder {
	width: 38% !important;
	flex: 0 0 38% !important;
	max-width: 420px !important;
	min-height: 0 !important;
	aspect-ratio: 4 / 5;
	align-self: flex-start;
}
.research-product-placeholder img,
.ny_content .brand-content .research-product-placeholder img,
.research-page-v2 .research-product-placeholder img {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	object-fit: cover !important;
	/* 更偏左，露出左侧商品与中间喝水模特 */
	object-position: 28% 42% !important;
}
.research-page-v2 .research-copy {
	width: 58% !important;
}
.research-page-v2 .research-lead-title,
.research-copy .research-lead-title {
	font-size: 28px !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
	color: #1B724C !important;
	margin: 0 0 18px !important;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
}
@media (max-width: 992px) {
	.research-page-v2 .research-copy,
	.research-page-v2 .research-product-placeholder,
	.research-product-placeholder {
		width: 100% !important;
		flex: none !important;
		max-width: none !important;
	}
	.research-page-v2 .research-product-placeholder,
	.research-product-placeholder {
		aspect-ratio: 5 / 4;
		margin-top: 20px;
	}
	.research-product-placeholder img,
	.ny_content .brand-content .research-product-placeholder img {
		object-position: 30% 40% !important;
	}
}

/* 首页 ABOUT 区 logo 往左 */
.home-about-logo {
	text-align: left !important;
	padding-left: 0 !important;
}
.home-about-logo img {
	display: block;
	margin-left: -18px !important;
	max-width: calc(100% + 18px) !important;
}
@media (max-width: 992px) {
	.home-about-logo {
		text-align: center !important;
	}
	.home-about-logo img {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 100% !important;
	}
}

/* 椰研究所标题对齐品牌故事：与 ABOUT YEXIAONAI / 品牌故事 同级字号 */
.research-copy h1,
.research-copy h2,
.research-copy .research-title,
.research-page-v2 .research-title,
.research-page-v2 .research-lead-title,
.research-copy .research-lead-title {
	font-size: 28px !important; /* 对齐 .brand-story-text h2 品牌故事 */
	line-height: 1.3 !important;
	font-weight: 600 !important;
	color: #1B724C !important;
	letter-spacing: 0 !important;
	margin: 0 0 18px !important;
	font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", "Noto Sans SC", "Source Han Sans CN", sans-serif !important;
}
@media (max-width: 767px) {
	.research-copy h1,
	.research-copy h2,
	.research-copy .research-title,
	.research-page-v2 .research-title,
	.research-page-v2 .research-lead-title,
	.research-copy .research-lead-title {
		font-size: 22px !important; /* 对齐移动端品牌故事 h2 */
	}
}

/* 椰研究所正文小标题：字号与正文一致，保留标题原有字体和颜色 */
.research-page-v2 .research-body-size-title {
	font-size: 14px !important;
}
@media (max-width: 992px) {
	.research-page-v2 .research-body-size-title {
		font-size: 13px !important;
	}
}

/* 研究所结尾标语独立成行，避免内联加粗文字影响上一行的行盒 */
.research-page-v2 .research-final-line {
	display: block !important;
	font-size: 14px !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
	color: #1B724C !important;
	font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", "Noto Sans SC", "Source Han Sans CN", sans-serif !important;
	margin: 22px 0 0 !important;
}
@media (max-width: 992px) {
	.research-page-v2 .research-final-line {
		font-size: 13px !important;
	}
}

/* 联系我们地图去描边 */
.contact-map-link,
.contact-page-v2 .contact-map-link,
.contact-page .contact-map-link {
	border: none !important;
	border-width: 0 !important;
	box-shadow: 0 12px 32px rgba(31, 92, 58, .10) !important;
	-webkit-transition: transform .25s ease, box-shadow .25s ease !important;
	transition: transform .25s ease, box-shadow .25s ease !important;
}
.contact-map-link:hover,
.contact-page-v2 .contact-map-link:hover,
.contact-page .contact-map-link:hover {
	border: none !important;
	border-color: transparent !important;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(31, 92, 58, .15) !important;
}
.contact-map-wrap {
	border: none !important;
	box-shadow: 0 12px 32px rgba(31, 92, 58, .10) !important;
}

/* 搜索按钮颜色对齐导航 */
.search-box .input-search-btn {
	background-color: #61C600 !important; background-image: none !important;
}
.search-box .input-search-btn:hover,
.search-box .input-search-btn:focus {
	background-color: #52a800 !important; background-image: none !important;
}

/* 搜索按钮首屏立即显示：不依赖图片加载，首屏即可见 */
.search-box {
	display: block;
}
.search-box .input-search-btn {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: block !important;
	width: 35px !important;
	height: 35px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 2px !important;
	outline: none !important;
	cursor: pointer !important;
	position: absolute !important;
	top: 26px !important;
	right: 10px !important;
	z-index: 9999 !important;
	background-color: #61C600 !important;
	background-image: none !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.search-box .input-search-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	margin: -8px 0 0 -8px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
}
.search-box .input-search-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 2px;
	margin: 3px 0 0 2px;
	background: #fff;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}
.search-box .input-search-btn:hover,
.search-box .input-search-btn:focus {
	background-color: #52a800 !important;
	background-image: none !important;
}
.web_nav span.search_bt {
	position: relative;
	background-color: #61C600 !important;
	background-image: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.web_nav span.search_bt::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	margin: -8px 0 0 -8px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
.web_nav span.search_bt::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 2px;
	margin: 3px 0 0 2px;
	background: #fff;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.search-box {
		display: none; /* 保持原交互：点顶栏图标再展开 */
	}
	.search-box .input-search-btn {
		top: 22px !important;
	}
}

/* 品牌故事居中标题+左右对称 */
.brand-story-page.brand-story-balanced,
.about-merge-wrap .brand-story-page.brand-story-balanced {
	position: relative;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 40px 32px 48px !important;
	box-sizing: border-box;
}
.brand-story-balanced .brand-story-head {
	text-align: center;
	margin: 0 auto 36px;
	max-width: 100%;
}
.brand-story-balanced .brand-story-head h1,
.brand-story-balanced .brand-story-head .site-title.site-title:first-child,
.about-merge-wrap .brand-story-balanced .brand-story-head h1 {
	display: block;
	text-align: center !important;
	font-size: 34px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	margin: 0 0 10px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #1B724C !important;
}
.brand-story-balanced .brand-story-head h2,
.about-merge-wrap .brand-story-balanced .brand-story-head h2 {
	display: block;
	text-align: center !important;
	font-size: 28px !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
	margin: 0 !important;
	font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", "Noto Sans SC", sans-serif !important;
	color: #1B724C !important;
}
/* 左右等宽，关于中线对称 */
.brand-story-balanced .brand-story-body {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 48px !important;
	align-items: center !important;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.brand-story-balanced .brand-story-text {
	width: auto !important;
	max-width: none !important;
	position: relative !important;
	z-index: 1;
	text-align: left;
	margin: 0 !important;
	padding: 0 8px 0 0;
	box-sizing: border-box;
}
.brand-story-balanced .brand-story-text p {
	font-size: 16px !important;
	line-height: 1.85 !important;
	color: #2B3A30 !important;
	margin: 0 0 18px !important;
}
.brand-story-balanced .brand-story-text p:last-child {
	margin-bottom: 0 !important;
}
.brand-story-balanced .brand-story-image,
.about-merge-wrap .brand-story-balanced .brand-story-image {
	position: static !important;
	right: auto !important;
	top: auto !important;
	width: auto !important;
	max-width: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	margin: 0 !important;
	padding: 0 0 0 8px;
	text-align: center !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
	z-index: 1;
}
.brand-story-balanced .brand-story-image img,
.ny_content .brand-content .brand-story-balanced .brand-story-image img,
.about-merge-wrap .brand-story-balanced .brand-story-image img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 420px !important;
	margin: 0 auto !important;
	object-fit: contain !important;
	border-radius: 4px;
}
@media (max-width: 992px) {
	.brand-story-balanced .brand-story-body {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}
	.brand-story-balanced .brand-story-text,
	.brand-story-balanced .brand-story-image {
		padding: 0 !important;
	}
	.brand-story-page.brand-story-balanced,
	.about-merge-wrap .brand-story-page.brand-story-balanced {
		padding: 24px 16px 28px !important;
	}
	.brand-story-balanced .brand-story-head {
		margin-bottom: 22px;
	}
	.brand-story-balanced .brand-story-head h1 {
		font-size: 26px !important;
	}
	.brand-story-balanced .brand-story-head h2 {
		font-size: 22px !important;
	}
	.brand-story-balanced .brand-story-image img,
	.about-merge-wrap .brand-story-balanced .brand-story-image img {
		max-height: 320px !important;
	}
}
/* 内页统一 banner 新图 1900x500 */
.ny_banner .slideshow {
	aspect-ratio: 1900 / 500 !important;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: hidden;
	background: #eef5ef;
}
.ny_banner .slideshow img,
.ny_content .ny_banner .slideshow img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center center !important;
	margin: 0 !important;
}
