@charset "utf-8";
.loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998
}
.loader .loaders {
	background: #0075c1;
	position: absolute;
	display: inline-block;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	border-radius: 100%;
	animation-fill-mode: both;
	animation: ball-scale 1s 0s ease-in-out infinite
}
@keyframes ball-scale {
0% {
transform:scale(0)
}
100% {
opacity:0;
transform:scale(1)
}
}
@font-face {
	font-family: "ran";
	src: url("../fonts/Rany.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "xxk";
	src: url("../fonts/xxk.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "sys-r";
	src: url("../fonts/SourceHanSerifCN-Regular.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "sys";
	src: url("../fonts/SourceHanSerifCN-Bold.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "misans";
	src: url("../fonts/MiSans-Bold.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff");
	font-display: swap;
}
.ran {
	font-family: 'ran'
}
.xxk {
	font-family: 'xxk'
}
.sys {
	font-family: 'sys'
}
.misans {
	font-family: 'misans'
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
}
html {
	font-size: 100px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; background: url(../images/bg.jpg)
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}

h4, h5, h6 {
	font-weight: normal;
}
:focus {
	outline: 0
}
a {
	text-decoration: none;
	color: #333333;
}
@media (min-width: 992px) {
a:hover {
	color: #4286c7;
}
}
button {
	user-select: none;
}
img:not([src]), img[src=""] {
	opacity: 0;
}
img {
	display: inline-block;
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;

	vertical-align: middle;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, button, textarea {
	font-size: 100%;
	font: inherit;
}
hr {
	height: 0;
	border: none;
	border-top: 1px solid #f4f3f2;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
body {
	color: #333;
	position: relative;
	overflow-x: hidden;
font-size: .16rem;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", Microsoft YaHei, Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
	
}
body {
	background: url(../images/mainbg.jpg) center top no-repeat;
}
select::-ms-expand {
display: none;
}
i, em {
	font-style: normal;
}
input, textarea, select {
	padding: 0;
	font-family: inherit;
	outline: none;
	resize: none;
	background: none;
	border: none;
	font-size: inherit;
	color: inherit;
}
input::-moz-placeholder {
color:inherit;
opacity:.5;
font-size:inherit
}
textarea::-moz-placeholder {
color:inherit;
opacity:.5;
font-size:inherit
}
select::-moz-placeholder {
color:inherit;
opacity:.5;
font-size:inherit
}
::-webkit-input-placeholder {
color:#999;
font-size:inherit
}
input:-ms-input-placeholder {
color:#999;
font-size:inherit
}

.container {
  max-width: 100%;
  padding: 0px;
   width: 92%;
    margin:0 auto
}

.sc-y::-webkit-scrollbar {
width:3px;
}
.sc-y::-webkit-scrollbar-track {
background:#ddd;
border-radius: 5px
}
.sc-y::-webkit-scrollbar-thumb {
background:#4286c7;
border-radius: 5px
}
.sc-x::-webkit-scrollbar {
height:3px;
}
.sc-x::-webkit-scrollbar-track {
background:#ddd;
border-radius: 5px
}
.sc-x::-webkit-scrollbar-thumb {
background:#4286c7;
border-radius: 5px
}


.eclip {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.eclips {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: block\0;
}
.line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: block\0;
}
.line4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: block\0;
}
.line5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: block\0;
}
.line6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	display: block\0;
}
.line8 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	display: block\0;
}
.zi2 {
	position: relative;
	z-index: 2
}
.zi5 {
	position: relative;
	z-index: 5
}
.check:checked, .check:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0
}
.check:checked+label, .check:not(:checked)+label {
	position: relative;
	display: inline-block;
	height: 16px;
	cursor: pointer;
	padding-left: 24px;
	line-height: 18px
}
.check+label:after {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	top: 5px;
	left: 5px;
	content: ""
}
.check+label:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	content: "";
	background: #fff;
	border: 1px solid #888
}
.check:checked+label:after {
	background: #0075c1
}
.check:checked+label:before {
	border-color: #0075c1
}
.radio:checked+label, .radio:not(:checked)+label {
	position: relative;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
	padding-left: 24px
}
.radio+label:after, .radio+label:before {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	content: ""
}
.radio:not(:checked)+label:after, .radio:not(:checked)+label:before {
	border: 1px solid #888
}
.radio:checked, .radio:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0
}
.radio:checked+label:before {
	border: 1px solid #0075c1
}
.radio:checked+label:after {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0075c1;
	top: 4px;
	left: 5px
}
.imgBox, .zoomImg {
	position: relative;
	overflow: hidden;
	isolation: isolate
}
.imgBox .img {
	padding-bottom: 60%;
	transition: .5s;
	background-size: cover;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	background: #eee
}
.imgBox img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: .5s
}
/*.imgBox img{display: none\0;}*/
.none {
	display: none;
}
.overhide {
	overflow: hidden
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: "."
}
.fl {
	float: left
}
.fr {
	float: right
}
.poab {
	position: absolute
}
.pore {
	position: relative
}
.text-r {
	text-align: right
}
.text-m {
	text-align: center
}
.text-bold {
	font-weight: 700;
}
.text-light {
	font-weight: 100;
}
.text-upper {
	text-transform: uppercase;
}
.text-lower {
	text-transform: lowercase;
}
.text-ver {
	writing-mode: tr-lr;
	writing-mode: vertical-lr;
}
.bgBox {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.abUrl {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(255,255,255,0);
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexc {
	align-items: center;
}
.flex-left {
	display: flex;
	flex-wrap: wrap
}
.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left;
}
.scbox {
	overflow-y: auto
}
.scbox::-webkit-scrollbar {
width:4px;
display:block;
}
.scbox::-webkit-scrollbar-track {
border-radius:5px;;
background: #ddd
}
.scbox::-webkit-scrollbar-thumb {
border-radius:5px;
background:#0075c1;
}
.aline_w {
	position: relative;
	background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1));
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s
}
.compensate-for-scrollbar {
	margin-right: 0!important
}
.aline_r {
	position: relative;
	background-image: linear-gradient(#f4c493, #f4c493);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s
}
 @keyframes sca {
0% {
transform: scale(1);
}
50% {
transform:  scale(1.1)
}
100% {
transform:  scale(1)
}
}
@keyframes go {
0% {
transform: translateX(0);
}
50% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
@keyframes up {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
100% {
transform: translateY(0);
}
}
@keyframes roted {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes roteds {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
.zoomImg, .loadimg {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	background: #f2f2f2;
}
.zoomImg:before {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	opacity: .25;
	pointer-events: none;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 3
}
.zoomImg img {
	width: 100%;
	transition: .5s;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1
}
.slideImg {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}
.slideImg img {
	width: 100%;
	transition: .5s;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1
}
.zoomImg.noms:before {
	display: none
}
.zoomImg.mask:after {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: 0;
	height: 40%;
	z-index: 2;
	pointer-events: none;
	background: url(../images/blackms.png) repeat-x top center;
	background-size: auto 100%;
	opacity: .7
}
.imgfix img {
	display: none\0
}
@-webkit-keyframes shine {
100% {
left:125%
}
}
@keyframes shine {
100% {
left:125%
}
}
 @media (min-width: 992px) {
.zoomImg:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s
}
.zoomImg:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
a:hover .zoomImg:before {
	-webkit-animation: shine .75s;
	animation: shine .75s
}
a:hover .zoomImg img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
}
.block {
	position: relative;
	display: block;
}
.transImg {
	display: block;
	overflow: hidden;
}
.transImg img {
	transition: .5s
}
@media screen and (min-width: 992px) {
.imgBox.trans:hover .img {
	transform: scale(1.05)
}
.imgBox.trans:hover img {
	transform: scale(1.05)
}
.a:hover .imgBox.trans .img {
	transform: scale(1.05)
}
.a:hover .imgBox.trans img {
	transform: scale(1.05)
}
.transImg:hover img {
	transform: scale(1.05)
}
.a:hover .transImg img {
	transform: scale(1.05)
}
.alin_w:hover .aline_w {
	background-size: 100% 1px;
	color: #fff
}
.aline_w:hover {
	background-size: 100% 1px
}
.alin_r:hover .aline_r {
	background-size: 100% 1px;
	color: #f4c493
}
.aline_r:hover {
	background-size: 100% 1px
}
}
.wp {
	max-width: 17.62rem;
	margin: 0 auto;
	width: 94%;
}

@media (max-width:360px) {
}
.swiper-dots {
	position: absolute;
	z-index: 5;
	text-align: center
}
.swiper-dots span.active {
	opacity: 1
}
.swiper-btn a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5
}
.swiper-btn a.prev {
	left: 10px
}
.swiper-btn a.next {
	right: 10px
}
.swiper-container {
	margin: 0;
}
.totop {
	position: fixed;
	z-index: 90;
	bottom: 1.5rem;
right: .35rem;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
width: .5rem;
height: .5rem;
	overflow: hidden;
	border-radius: 50%;
	display: none;
	background: #1f69c3;
line-height: .5rem
}
.totop img {
	width: 100%
}
.totop svg {
width: .22rem;
height: .22rem;
	display: inline-block;
	fill: #fff;
	vertical-align: middle;
	margin: -3px 0 0;
}
.ser-layer {
	background: rgba(0,0,0,.8);
	background-size: cover;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	backdrop-filter: blur(5px)
}
.ser-layer.showdiv {
	opacity: 1;
	visibility: visible;
}
.ser-layer .serclose {
	display: flex;
	align-items: center;
	justify-content: center;
height: .4rem;
width: .4rem;
	color: #fff;
font-size: .24rem;
	position: absolute;
top: .2rem;
right: .2rem;
	z-index: 5;
	cursor: pointer;
	border-radius: 50%
}
.ser-layer .serform {
	width: 90%;
	margin: 0 auto;
	margin: 0\0;
	-webkit-transform: translateY(1.5rem);
	transition: .2s .1s
}
.ser-layer.showdiv .serform {
	transform: translateY(0);
	transition: .5s .3s
}
.ser-layer .serform .input-group {
	max-width: 5.5rem;
	margin: 0 auto
}
.ser-layer .serform .input-group .sub {
	position: absolute;
	right: 0;
	top: 0;
width:.9rem;
height:.5rem;
	overflow: hidden;
	background: 0 0;
	cursor: pointer;
	border-radius: 0 5px 5px 0
}
.ser-layer .serform .input-group .sub:before {
	content: '';
	background: #4286c7;
	transform: skewX(-12deg);
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	z-index: 0;
	right: -6px;
	transform-origin: left bottom
}
.ser-layer .serform .input-group .sub:after {
	content: "\e616";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	right: 0;
	text-align: center;
	font-family: swiper-icons!important;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
font-size: .26rem
}
.ser-layer .serform .input-group .inp {
height:.5rem;
	border: 0;
	border-right: 0;
padding-right:.9rem;
	width: 100%;
padding-left:.15rem;
	background: #fff;
	border-radius: 5px 10px 10px 5px;
	border: 1px solid #ddd;
	border-right: 0
}
 @media (max-width: 992px) {
.ser-layer .serclose {
	right: 3vw;
top: .3rem;
font-size: .4rem;
}
.ser-layer .serform .input-group .sub {
	width: 1.2rem;
height:.6rem;
}
.ser-layer .serform .input-group .inp {
height:.6rem;
	padding-right: 1.2rem;
padding-left:.15rem;
}
.ser-layer .serform .input-group .sub:after {
font-size: .4rem
}
.ser-layer .serform .input-group {
	max-width: 7rem;
}
.totop {
width: .6rem;
height: .6rem;
line-height: .6rem
}
.totop svg {
width: .34rem;
height: .34rem
}
}
@media (max-width: 579px) {
.ser-layer .serclose {
	right: 3vw;
top: .2rem;
font-size: .4rem
}
.ser-layer .serform .input-group .sub {
	width: 1.2rem;
height:.7rem;
}
.ser-layer .serform .input-group .inp {
height:.7rem;
	padding-right: 1.2rem;
padding-left:.15rem;
}
.ser-layer .serform .input-group .sub:after {
font-size: .4rem
}
.ser-layer .serform .input-group {
	max-width: inherit;
}
.ser-layer {
	padding-bottom: 15%
}
}
.popCode {
	position: relative;
	z-index: 10;
	display: block;
}
.popCode span {
	width: 1.3rem;
	position: absolute;
	bottom: calc(100% + 15px);
	left: 50%;
	z-index: 5;
	background: #fff;
	transform: translateX(-50%);
	box-shadow: 0 0 8px rgba(0,0,0,.15);
	padding: 5px;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	z-index: 10;
	display: flex;
	text-align: center;
font-size: .14rem;
	color: #444
}
.popCode span:before {
	content: '';
	border: 10px solid transparent;
	border-top-color: #fff;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
.popCode span img {
	width: 100%
}
.popCode:hover span {
	opacity: 1;
	visibility: visible;
}
.popCode em {
	width: 1.4rem;
	position: absolute;
	right: calc(100% + 15px);
	top: 50%;
	z-index: 5;
	background: #fff;
	transform: translateY(-50%);
	box-shadow: 0 0 8px rgba(0,0,0,.15);
	padding: 0;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	z-index: 10
}
.popCode em:before {
	content: '';
	border: 10px solid transparent;
	border-left-color: #fff;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}
.popCode em img {
	width: 100%
}
.popCode:hover em {
	opacity: 1;
	visibility: visible;
}
/*@media (max-width: 992px){
 .popCode span{left: 50%;transform: translateX(-50%) translateY(0);top: calc(100% + 15px)} 
 .popCode span:before{border-right-color: transparent;border-bottom-color: #fff;top:auto;right: 50%;transform: translateY(0) translateX(50%);bottom: 100%}
}*/

/**/
/**/
.header .navBtn {
	display: none;
	align-items: center;
}
.header .navBtn>.showSear {
font-size: .34rem;
margin-right: .4rem;
	color: #2675cf
}
.header .navbtn {
width:.56rem;
height: .56rem;
	background: none;
	transition: .3s;
	z-index: 5;
	color: #00747e;
	text-align: center;
border-radius: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-btn {
	overflow: hidden;
width:.24rem;
height:.3rem;
	background: 0 0;
	opacity: 1;
	position: relative;
	z-index: 999;
	cursor: pointer;
}
.menu-btn .line-1, .menu-btn .line-2, .menu-btn .line-3 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
width:.24rem;
	height: 2px;
	background:  #00747e;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color;
	margin-top: -1px
}
.menu-btn .line-1 {
margin-top:-.09rem;
}
.menu-btn .line-3 {
margin-top:.07rem;
}
body.navShow .menu-btn .line-1 {
	visibility: hidden
}
body.navShow .menu-btn .line-2 {
	margin-top: -1px!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
body.navShow .menu-btn .line-3 {
	margin-top: -1px!important;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.pubg {
	background: linear-gradient(to right, #35a62b, #077443);
}
.header {
padding:16px 0;
	position: relative;
	left: 0;
	right: 0;
	z-index: 999;
	top: 0;
border-radius: 0;background: url(../images/mainbg.jpg) no-repeat top center
}
.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
height: .05rem;
	right: 0;
	background: url(../images/topline.png) no-repeat top center;
	background-size: 100% 100%;
	z-index: 2;
	opacity: 1;
	pointer-events: none;
	transition: .3s;
}
.header .top {
padding: .15rem 0
}
.header .top a {
	color: rgba(255,255,255,.8)
}
.header .top a:hover {
	color: rgba(255,255,255,1)
}
.header .top .left a+a:before {
	content: '|';
	display: inline-block;
margin: 0 .15rem
}
.header .top .right {
font-size: .18rem
}
.header .top .showSear {
font-size: .2rem;
margin-left: .2rem
}
.header .top-nav {
padding: .1rem 0 .15rem
}
.header .wp {
	align-items: center;
	transition: .3s;
	height: 100%;
	position: relative;
	z-index: 5;
}
.header .serBtnpc {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 5;
margin-top: -.3rem
}
.header .serBtnpc a {
	display: flex;
	align-items: center;
	justify-content: center;
height: .6rem;
width: .6rem;
	background: #4286c7;
	color: #fff;
font-size: .24rem;
	border-radius: 50%;
}
.header .logo img {
	user-select: none;
	transition: .3s
}
.header .logos {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 50%;
margin-top: -.34rem
}
.header .topnav {
	position: relative;
}
.header .topnav .lan {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: #4286c7;
border-radius: .4rem;
line-height: .28rem;
	display: flex;
	align-items: center;
width: .96rem;
	text-align: center;
	color: #fff;
padding: 0 .05rem
}
.header .topnav .lan:before {
	content: '';
	width: 1px;
height: .14rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
margin-top: -.07rem;
	opacity: .5
}
.header .topnav .lan a {
	width: 50%;
	color: #fff
}
.header .topnav ul {
	align-items: center;
	margin-right: 1.2rem
}
.header .topnav ul li {
font-size: .2rem;
	position: relative;
	text-align: center;
padding: 0 .15rem;
}
.header .topnav ul li>a {
	font-family: 'sys'
}
.header .topnav ul li+li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	border-left: 1px dashed #cccccc;
height: .18rem;
	top: 50%;
margin-top: -.09rem
}
.header .topnav ul li i.plus {
	position: absolute;
	right: 0;
top: .13rem;
	color: #999;
	display: block;
width: .3rem;
height: .3rem;
	text-align: center;
line-height: .3rem;
	display: none;
	transition: .3s
}
.header .topnav ul li i.plus.show {
	transform: rotate(180deg);
}
.header .topnav ul li .sub-nav {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 99;
padding-top:.18rem;
	min-width: 1.5rem;
	transform: scaleY(0) translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform-origin: top center;
}
.header .topnav ul li .sub-nav .sub-nav-h {
	position: relative;
	background: #fff;
padding: .1rem 0;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	background: #fff;
	border-radius: 0 0 5px 5px
}
.header .topnav ul li .sub-nav .sub-nav-h:after {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #4286c7;
}
.header .topnav ul li .sub-nav .sub-nav-h a {
	display: block;
font-size:.16rem;
padding:0 .1rem;
	white-space: nowrap;
line-height: .4rem;
	text-align: center;
	transition: .3s
}
.header .topnav ul li .sub-nav .sub-nav-h a:hover {
	color: #fff;
	background: #4286c7
}
.header .topnav ul li .sub-nav .sub-nav-h:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	background: #fff;
	bottom: calc(100% + 6px);
	border-radius: 50%;
	display: none
}
.header .topnav ul li:hover .sub-nav {
	opacity: 1;
	visibility: inherit;
	transform: scaleY(1) translateX(-50%)
}
.header .toplink {
margin-bottom: .16rem;
}
.header .toplink .link {
	align-items: center
}
.header .toplink a {
	display: flex;
	align-items: center
}
.header .toplink a.on {
	background: #834699;
	color: #fff;
border-radius: .4rem;
line-height: .3rem;
padding: 0 .15rem
}
.header .toplink a img {
width: .18rem;
margin-right: .05rem
}
.header .toplink span {
	display: inline-block;
margin: 0 .15rem;
	opacity: .5;
}
.header .toplink .tel {
margin-left: .3rem;
	color: #4286c7;
font-size: .18rem;
	display: flex;
	align-items: center;
}
.header .toplink .tel img {
width: .18rem;
margin-right: .05rem
}
.header .topnav::-webkit-scrollbar {
display: none
}
.navShow .headers {
	box-shadow: none
}
.scrolling .header {
	box-shadow: 0 10px 10px rgba(0,0,0,.05);
	background: url(../images/topbg.jpg);
}
.navShow .header:after {
	opacity: 0;
}


/* 独立样式：让导航栏固定浮动，不破坏原有样式 */
.nav-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  box-shadow: 0 10px 10px rgba(0,0,0,.05);
	background: url(../images/topbg.jpg);
    /* 下面这行保证你原来的导航内边距不被覆盖（如果原有 .topnav 有 padding，这里可继承或保留）*/
    animation: navFixedFade 0.25s ease;
	padding-top:10px;
	height:60px;
	border-radius:0 0 0 10px;
}

@keyframes navFixedFade {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

/* 占位符：防止页面跳动 */
.nav-placeholder {
    width: 100%;
    background: transparent;
}


.big-nav {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/dhbg.png) no-repeat top center;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	backdrop-filter: blur(5px)
}
.big-nav .links {
	display: none
}
.big-nav .links .link2 {
	font-size: 0
}
.big-nav .links .tel {
font-size: .3rem;
margin-top: .2rem;
	color: #4286c7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.big-nav .links .tel img {
width: .32rem;
margin-right: .1rem
}
.big-nav .links .lan {
	background: #4286c7;
border-radius: .4rem;
line-height: .48rem;
	display: flex;
	align-items: center;
	width: 1.5rem;
	text-align: center;
	color: #fff;
padding: 0 .05rem;
	position: relative;
margin: 0 auto .3rem
}
.big-nav .links .lan:before {
	content: '';
	width: 1px;
height: .2rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
margin-top: -.1rem;
	opacity: .3
}
.big-nav .links .lan a {
	width: 50%;
	color: #fff
}
.big-nav .links .link2 a.on {
	color: #4286c7
}
.big-nav .links .link2 a {
font-size: .24rem;
margin-bottom: .15rem;
	display: inline-block;
}
.big-nav .links .link2 a img {
height: .32rem;
margin-right: .1rem
}
.big-nav .links .link2 a+a:before {
	content: '/';
	display: inline-block;
margin: 0 .2rem;
	color: #ddd;
}
.big-nav .links .link1 a {
font-size: .24rem;
	display: flex;
	align-items: center;
margin: 0 .15rem .15rem
}
.big-nav .links .link1 a img {
height: .28rem;
margin-right: .1rem;
}
.big-nav .links .link1 {
margin-bottom: .2rem
}
.big-nav .scroll .links .wp:after {
	display: none
}
.big-nav .links {
margin-bottom: .3rem;
	text-align: center;
}
.big-nav .scroll {
	position: absolute;
	z-index: 1;
	left: 45%;
	right: 0;
	top: 1.85rem;
	bottom: 0;
	overflow-y: auto;
padding-bottom: .6rem;
 background: url(../images/topbg.jpg)
}
.big-nav .scroll::-webkit-scrollbar {
display: none
}
.big-nav .scroll dl {
margin-bottom: .3rem;
	width: 12.28%;
	margin: 0 1%;
	text-align: center;
}
.big-nav .scroll dl dt {
font-size: .24rem;
margin-bottom: .2rem;
	position: relative;
	font-weight: bold;
	font-family: 'sys'
}
.big-nav .scroll dl dt i.plus {
	position: absolute;
	right: 35%;
top: .05rem;
	display: block;
width: .3rem;
height: .3rem;
	text-align: center;
line-height: .3rem;
	transition: .3s;
font-size: .2rem;
	display: none;
	color: #ccc
}
.big-nav .scroll dl dt i.plus.show {
	transform: rotate(180deg);
}
.big-nav .scroll dl dt:after {
	content: '';
	height: 2px;
	width: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #0093be;
	transform: translateX(-50%);
	display: none
}
.big-nav .scroll dl dt a {
}
.big-nav .scroll dl dd ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.big-nav .scroll dl dd ul li {
	width: 100%;
margin-bottom: .12rem;
font-size: .16rem;
	line-height: 1.4em
}
.big-nav .scroll dl dd ul li a {
	color: #666
}
.big-nav .scroll .wp {
margin-left: .85rem;
margin-right: .85rem;
	width: auto;
	max-width: inherit;
}
.big-nav .scroll .wp:after {
	width: 31.333%;
	display: inline-block;
	content: '';
	display: none
}
/*body.navShow {overflow: hidden;position: fixed;width: 100%;height: 100%}*/
body.navShow .big-nav {
	opacity: 1;
	visibility: visible;
}
body.navShow .big-nav .scroll dl dt:after {
width: .4rem;
	transition: width .6s 1.3s linear
}
 @media (min-width: 992px) {
.big-nav {
	display: none
}
.big-nav .scroll dl {
	transform: translateY(1rem);
	opacity: 0;
}
body.navShow .big-nav .scroll dl {
	transform: translateY(0);
	opacity: 1;
}
body.navShow .big-nav .scroll .wp dl:nth-child(1) {
	transition: .8s .2s
}
body.navShow .big-nav .scroll .wp dl:nth-child(2) {
	transition: .8s .3s
}
body.navShow .big-nav .scroll .wp dl:nth-child(3) {
	transition: .8s .4s;
}
body.navShow .big-nav .scroll .wp dl:nth-child(4) {
	transition: .8s .5s;
}
body.navShow .big-nav .scroll .wp dl:nth-child(5) {
	transition: .8s .6s
}
body.navShow .big-nav .scroll .wp dl:nth-child(6) {
	transition: .8s .7s
}
body.navShow .big-nav .scroll .wp dl:nth-child(7) {
	transition: .8s .8s;
}
body.navShow .big-nav .scroll .wp dl:nth-child(8) {
	transition: .8s .9s
}
body.navShow .big-nav .scroll .wp dl:nth-child(9) {
	transition: .8s 1s
}
body.navShow .big-nav .scroll .wp dl:nth-child(10) {
	transition: .8s 1.1s;
}
}
@media (max-width: 992px) {
.navShow .header .topnav {
	opacity: 0;
	visibility: hidden;
}
.navShow .header .top .wp {
transform: translateY(.25rem);
}
.header .serBtnpc {
	display: none
}
.header .logo {
	padding-top: 0
}
.header .topnav {
	display: none
}
.header .toplink {
	display: none
}
.header .top-nav {
padding: .15rem 0
}
.header .wp {
margin-left: .4rem;
margin-right: .4rem;
	height: auto;
	padding-right: 0
}
.header .logo img {
height: .6rem
}
.header:after {
	height: 120%
}
.header .navBtn {
top: .15rem;
	display: flex
}
.menu-btn .line-1, .menu-btn .line-2, .menu-btn .line-3 {
width: .35rem
}
.menu-btn .line-1 {
	margin-top: -8px
}
.menu-btn .line-3 {
	margin-top: 6px
}
.header .navBtn .showSear {
	display: flex;
	align-items: center;
}
.header .navbtn {
width:.8rem;
height: .5rem;
}
.menu-btn {
width: .35rem
}
.big-nav .scroll .wp {
margin-left: .4rem;
margin-right: .4rem
}
.big-nav .scroll {
	top: 1.3rem
}
.big-nav .links {
	display: block;
}
.big-nav .scroll dl {
	width: 100%;
	text-align: left;
}
.big-nav .scroll dl dd {
	display: none
}
.big-nav .scroll dl {
margin-top: .2rem;
	margin-left: 0;
	margin-right: 0
}
.big-nav .scroll dl dt {
margin-bottom: .15rem;
padding-bottom: .1rem;
font-size: .28rem
}
.big-nav .scroll dl dd ul li {
font-size: .24rem
}
.big-nav .scroll dl dd ul li {
margin-bottom: .2rem
}
.big-nav .scroll dl dt i.plus {
	display: block;
}
.big-nav .scroll dl dd ul {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}
.big-nav .scroll dl dd ul li {
	width: 48%
}
}
@media (max-width:597px) {
.header .logo img {
height:45px
}
.header .wp {
	margin-left: 3vw;
	margin-right: 3vw;
	padding-right: 0
}
.header .topnav ul li .sub-nav {
	padding-top: 0
}
.header .topnav ul li .sub-nav .sub-nav-h a {
font-size: .18rem
}
.header .topnav ul li .sub-nav .sub-nav-h .img {
	display: none
}
.header .topnav ul li .sub-nav .sub-nav-h .list {
	margin-right: 0;
	width: 100%
}
.header .topnav ul li .sub-nav .sub-nav-h .list span {
	width: 33.33333%;
	text-align: center;
	margin-right: 0
}
.big-nav .scroll dl dt i.plus {
	top: 0
}
/*.big-nav .scroll dl dt{font-size: .22rem}
.big-nav .scroll dl dd ul li, .bigSearch .hotWord{font-size: .18rem}*/
.header .navbtn {
width:.85rem;
height: .55rem;
}
.menu-btn .line-1 {
	margin-top: -7px
}
.menu-btn .line-3 {
	margin-top: 5px
}
.big-nav .scroll dl dt {
font-size:16px
}
.big-nav .scroll dl dd ul li {
font-size:15px; width:100%
}
.header .navBtn>.showSear {
margin-right: .3rem
}
.big-nav .links .link2 a {
font-size: .26rem;
}
.big-nav .links .link1 a {
font-size: .26rem;
}
.big-nav .links .link1 a img {
height: .32rem;
margin-right: .1rem;
}
}
@media (max-width: 360px) {
/*.header .logo img.logob{height: .45rem}
.header .logo a{font-size: .14rem}
.header .topnav{top: .62rem}*/
}
@keyframes icoMove {
 0% {
transform: translate(2px);
}
 25% {
transform: translate(-2px);
}
 50% {
transform: translate(1px);
}
 100% {
transform: translate(0px);
}
}
@keyframes beat {
from, to {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
25% {
-webkit-transform:scale(.9, 1.1);
transform:scale(.9, 1.1)
}
50% {
-webkit-transform:scale(1.1, .9);
transform:scale(1.1, .9)
}
75% {
-webkit-transform:scale(.95, 1.05);
transform:scale(.95, 1.05)
}
from, to {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
25% {
-webkit-transform:scale(.9, 1.1);
transform:scale(.9, 1.1)
}
50% {
-webkit-transform:scale(1.1, .9);
transform:scale(1.1, .9)
}
75% {
-webkit-transform:scale(.95, 1.05);
transform:scale(.95, 1.05)
}
}
.suTab .mores .more+.more {
	display: none;
}
.suTab .bd .tabCon+.tabCon {
	display: none;
}
.swiTab .mores .more+.more {
	display: none;
}
.icoCo {
	position: relative;
	display: block;
}
.icoCo img {
	height: 100%;
	transition: .3s;
}
.icoCo img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
}
.on .icoCo img:first-child {
	opacity: 0;
	visibility: hidden;
}
.on .icoCo img:last-child {
	opacity: 1;
	visibility: visible;
}
@media (min-width:1025px) {
.icoCop:hover .icoCo img:first-child {
	opacity: 0;
	visibility: hidden;
}
.icoCop:hover .icoCo img:last-child {
	opacity: 1;
	visibility: visible;
}
.aniI:hover .aniIco {
	animation: beat 0.5s 1;
}
}
.rightFix {
	position: fixed;
	right: -1.5rem;
	top: 50%;
	margin-top: -3.5rem;
	z-index: 99;
padding-top: .2rem;
	width: 1.33rem;
	background: url(../images/rfixbg.png) no-repeat center;
	background-size: 100% 100%;
	height: 6.99rem\0;
	transition: .3s
}
.rightFix.show {
	right: 0
}
.rightFix .totops img {
	width: 100%
}
.rightFix .slog {
width: .73rem;
	position: relative;
	top: 0;
	left: 50%;
margin-left: -.36rem;
	z-index: 5;
}
.rightFix ul {
padding: .2rem 0
}
.rightFix ul li a {
	display: block;
	text-align: center;
padding: .1rem 0;
	transition: .3s
}
.rightFix ul li+li {
}
.rightFix ul li a>img {
width: .42rem;
height: .42rem;
margin: 0 auto .1rem;
	display: block;
}
.rightFix ul li p {
	line-height: 1.2em
}
.showFix .rightFix {
	right: -1.5rem
}
@media (min-width: 993px) {
.rightFix ul li:hover a>img {
	transform: rotate(360deg);
	transition: .6s
}
}
@media (max-width: 992px) {
.popCode span {
	width: 1.8rem
}
.rightFix {
	display: none!important
}
/*.rightFix{width: 1.1rem}
.rightFix .slog{width: .8rem;margin-left: -.4rem;}
.rightFix ul{width: 1.1rem;padding: .45rem 0 .15rem;display: none;}
.rightFix ul li .icoCo{width: .4rem;height: .4rem;margin: 0 auto .1rem}
.rightFix ul li p{line-height: 1.2em}*/
}
/*轮播图开始*/
.banner {
	margin-top: 0px;
}
/* ---------- 轮播主容器 · 整体距顶部120px ---------- */
.carousel {
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 720px;
}
/* 底层固定色 · 最宽视觉背景1 */
.layer1 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 84%;
	height: 620px;
	top: 55px;
	background: #C6DDEC;
	border-radius: 28px;
	z-index: 1;

}
/* 中层固定色 · 阶梯错落背景2 */
.layer2 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 620px;
	top: 30px;
	background: #6FA8DC;
	border-radius: 28px;
	z-index: 2;

}
/* 顶层轮播区域 · 承载图片卡片 */
.layer-top {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 96%;
	height: 620px;
	top: 0;
	border-radius: 28px;
	overflow: hidden;
	z-index: 3;

}
/* 轮播项基础样式 */
.item {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	border-radius: 28px;
	transition: top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	background-size: cover;
	background-position: center 30%;
	background-repeat: no-repeat;
	will-change: transform, top;
}
/* 激活项平滑滑入视野 */
.item.active {
	top: 0;
	animation: gentleScale 7s infinite alternate ease-in-out;
}

/* 优雅缩放动效 */
@keyframes gentleScale {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.06);
}
}
/* 底部圆点导航 */
.dots {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 14px;
	z-index: 15;
	backdrop-filter: blur(4px);
	padding: 8px 18px;
	border-radius: 60px;
	transition: all 0.2s;
}
.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #CCC;
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dot.active {
	width: 24px;
	border-radius: 15px;
	background: #1E4F8A;
	transform: scale(1);
	box-shadow: 0 0 6px rgba(0, 71, 171, 0.6);
}

/* 快捷导航 */
.hospital-container {
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0;
    box-shadow: none;
    overflow-x: clip;
    transition: all 0.2s ease;
}
.content-wrapper {
    margin: 0 auto;
    width: 100%;
}
.hero {
    background: linear-gradient(135deg, #0b5e7e 0%, #1e88a8 100%);
    padding:0px;
    color: white;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.hero .hero-inner {
    margin: 0 auto;
    width: 100%;
}
.hero::before {
    content: "⚕️";
    font-size: 180px;
    opacity: 0.08;
    position: absolute;
    right: -20px;
    bottom: -40px;
    pointer-events: none;
}
.hospital-logo {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.title-section h1 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 0.4rem;
}
.title-section p {
    font-size: 0.95rem;
    opacity: 0.85;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 40px;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    font-weight: 500;
}
.nav-section {
    padding:0px;
    width: 100%;
}
.section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    border-left: 5px solid #1e88a8;
    padding-left: 1rem;
}
.section-header h2 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #1a2c3e;
    letter-spacing: -0.2px;
}
.section-header span {
    color: #5f7f9a;
    font-size: 0.85rem;
}
.nav-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap:20px;
}
.nav-card-link {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.nav-card {
    background: white;
    border-radius:12px;
    padding:40px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.35s ease;
    border: 0.0rem solid;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    will-change: transform;
    transform: translateY(0) rotateX(0deg);
    backface-visibility: hidden;
}
.nav-card-link:hover .nav-card {
    transform: translateY(-6px) rotateX(6deg) scale(1.02);
    box-shadow: 0 22px 30px -12px rgba(0, 0, 0, 0.25);
}
.card-icon-wrapper {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:3px;
    transition: all 0.3s ease;
    border-color: currentColor;
    transform-origin: center center;
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: visible;
}
.card-icon-wrapper i {
    font-size:40px;
    transition: color 0.3s ease;
    color: inherit;
}
.card-title {
    font-size:18px;
    font-weight: 700;
    margin: 0.09rem 0 0.09rem;
    transition: color 0.25s ease;
    color: #1e2f3c;
}
.card-desc {
    font-size:15px;
    line-height: 1.3;
    color: #5e7b97;
    transition: color 0.25s ease;
    max-width: 95%;
    margin: 0 auto;
}
.nav-card-link:hover .nav-card {
    background: var(--card-color);
    border-color: var(--card-color);
}
.nav-card-link:hover .card-icon-wrapper {
    background: transparent;
    border-color: white;
}
.nav-card-link:hover .card-icon-wrapper i {
    color: white !important;transform: scale(1.35)
}
.nav-card-link:hover .card-title,
.nav-card-link:hover .card-desc {
    color: white !important;
}
@keyframes iconFlip360 {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.nav-card-link:hover .card-icon-wrapper {
    animation: iconFlip360 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-card[data-color="color1"] { --card-color: #2A9D8F; border-color: #2A9D8F; }
.nav-card[data-color="color2"] { --card-color: #E76F51; border-color: #E76F51; }
.nav-card[data-color="color3"] { --card-color: #6A4E9B; border-color: #6A4E9B; }
.nav-card[data-color="color4"] { --card-color: #4A8FE7; border-color: #4A8FE7; }
.nav-card[data-color="color5"] { --card-color: #E9B35F; border-color: #E9B35F; }
.nav-card[data-color="color6"] { --card-color: #E85D75; border-color: #E85D75; }
.nav-card[data-color="color1"] .card-icon-wrapper { color: #2A9D8F; border-color: #2A9D8F; }
.nav-card[data-color="color2"] .card-icon-wrapper { color: #E76F51; border-color: #E76F51; }
.nav-card[data-color="color3"] .card-icon-wrapper { color: #6A4E9B; border-color: #6A4E9B; }
.nav-card[data-color="color4"] .card-icon-wrapper { color: #4A8FE7; border-color: #4A8FE7; }
.nav-card[data-color="color5"] .card-icon-wrapper { color: #E9B35F; border-color: #E9B35F; }
.nav-card[data-color="color6"] .card-icon-wrapper { color: #E85D75; border-color: #E85D75; }

/* 标题栏组件 */
.n-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0px;
	 margin-bottom:20px;
    border-bottom: 1px solid #eef2f6;
    transition: background 0.2s;
}
.n-header-left {
    display: inline-flex;
    align-items: center;
    gap:20px;
    text-decoration: none;
    color: #1e2a3e;
    font-weight: 600;
    font-size:30px;
    letter-spacing: -0.2px;
    transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.n-header-left i {
    font-size: 1.65rem;
    color: #3b82f6;
    transition: transform 0.2s ease, color 0.2s;
    display: inline-block;
}
.n-header-left span {
    font-size:26px;
    font-weight: 620;
    background: linear-gradient(135deg, #1e293b 0%, #2d3a4e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.3px;
}
.n-header-left span img{ height:60px;
}
.n-header-left:hover {
    transform: translateY(-1px);
}
.n-header-left:hover i {
    color: #2563eb;
    transform: scale(1.05) rotate(-2deg);
}
.n-header-left:active {
    transform: translateY(1px);
}
.n-header-right {
    /*display: inline-flex;*/
    align-items: center;
    gap:10px;
    text-decoration: none;
    color: #4b5565;
    font-weight: 500;
    font-size:15px;
    padding:5px;
    transition: all 0.25s ease;
    letter-spacing: 0.2px;
    backdrop-filter: blur(2px);
}
.n-header-right span {
    font-size:18px;
    font-weight: 540;
    color: #1f2a40;
}
.n-header-right .arrow-icon {
    font-size:18px; width:30px;height:30px;
	line-height:13px;
    transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.2), color 0.2s;
    color: #3b82f6;
	border:1px #3b82f6 solid;
    font-weight: 600;  border-radius:50%;
    background: #f8fafc; padding:10px;
	display: inline-flex;      /* 替代 inline-block */
    align-items: center;       /* 垂直居中 */
    justify-content: center;   /* 水平居中 */
}
.n-header-right:hover {
    color: #1e40af;
}
.n-header-right:hover .arrow-icon {
    transform: translateX(6px);
    color: #2563eb;
}
.n-header-right:active {
    transform: scale(0.97);
    background: #e2eafc;
}
.n-header-left:focus-visible,
.n-header-right:focus-visible {
    outline: 3px solid #3b82f6;
    outline-offset: 3px;
    border-radius: 40px;
}

/* 首页新闻 */
.n-news-section {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    overflow: hidden;
	max-width: 100%;
    padding: 0px;
    width: 92%;
    margin:0px auto 30px;
}
.n-news-left {
    width: 60%;
    padding: 28px 30px 32px 0px;
    border-right: 1px solid #edf2f7;
}
.n-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #0b3b5f;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 2px solid #0b3b5f;
    position: relative;
    letter-spacing: -0.2px;
}
.n-section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #e03a3a;
    border-radius: 4px;
}
.n-carousel-container {
    display: flex;
    gap: 0;
    margin-bottom: 28px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.03);
}
.n-carousel-left {
    width: 55%;
    position: relative;
    overflow: hidden;
}
.n-carousel-image-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.n-slider-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    will-change: transform;
}
.n-slide-item {
    flex: 0 0 100%;
    position: relative;
    height: 100%;
}
.n-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.n-slide-link:hover img {
    transform: scale(1.03);
}
.n-image-date {
    position: absolute;
    top: 16px;
    left: 16px;
    background:linear-gradient(90deg, rgba(39, 193, 113, 0.9), rgba(11, 150, 110, 0.9));
    backdrop-filter: blur(6px);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.n-date-day {
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}
.n-date-ym {
    font-size: 11px;
    margin-top: 2px;
    opacity: 0.9;
    letter-spacing: 0.3px;
}
.n-carousel-arrows {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    gap: 10px;
    z-index: 20;
}
.n-arrow-left,
.n-arrow-right {
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-arrow-left:hover,
.n-arrow-right:hover {
    background: #e03a3a;
    transform: scale(1.05);
}
.n-carousel-right {
    width: 45%;
    background: #FFF;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.n-text-stack {
    display: grid;
    flex: 1;
    min-height: 200px;
}
.n-text-card {
    grid-area: 1 / 1 / 1 / 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1), visibility 0s linear 0.4s;
    display: flex;
    flex-direction: column;
}
.n-text-card.n-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1), visibility 0s linear 0s;
}
.n-text-card.n-active .n-carousel-title,
.n-text-card.n-active .n-carousel-summary {
    animation: nTextFadeIn 0.35s ease-out;
}
@keyframes nTextFadeIn {
    0% {
        opacity: 0;
        transform: translateY(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.n-carousel-title {
    font-size: 20px;
    font-weight: 700;
    color: #0b3b5f;
    line-height: 1.4;
    margin-bottom: 14px;
    transition: color 0.2s;
}
.n-slide-link:hover .n-carousel-title {
    color: #e03a3a;
}
.n-carousel-summary {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.n-carousel-dots {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 18px;
    padding-top: 8px;
}
.n-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.25s ease;
}
.n-dot:hover {
    background: #94a3b8;
    transform: scale(1.2);
}
.n-dot.n-active {
    background:linear-gradient(90deg, rgba(39, 193, 113, 1), rgba(11, 150, 110, 1));
    width: 24px;
    border-radius: 20px;
}
.n-news-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 6px;
}
.n-news-item {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    background: #fafcff;
    border-radius: 12px;
    border-left: 0px solid #0b3b5f;
    transition: all 0.25s ease;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}
.n-news-item:hover {
    background: #f1f7fe;
    border-left-color: #e03a3a;
    transform: translateX(5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.n-news-item:hover .n-news-item-title {
    color: #e03a3a;
}
.n-news-item-date {
    min-width: 68px;
    text-align: center;
    margin-right: 18px;
    padding-right: 16px;
    border-right: 1px solid #e2e8f0;
    color: #069589;
}
.n-news-day {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}
.n-news-ym {
    font-size: 14px;
    margin-top: 4px;
    color: #64748b;
    font-weight: 500;
}
.n-news-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.45;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s;
}
.n-news-right {
    width: 35%;
    padding: 28px 0px  28px 24px;
}
.n-announcement-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.n-announcement-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 14px 16px;
    background: #fefaf9;
    border-radius: 12px;
    border-left: 0px solid #e03a3a;
    transition: all 0.25s;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}
.n-announcement-item:hover {
    background: #fff5f3;
    transform: translateX(5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.04);
}
.n-announcement-item:hover .n-announcement-title {
    color: #e03a3a;
}
.n-announcement-title {
    font-size: 16px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.5;
    flex: 1;
    padding-right: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}
.n-announcement-date {
    min-width: 54px;
    text-align: center;
    flex-shrink: 0;
    background:linear-gradient(90deg, rgba(39, 193, 113, 1), rgba(11, 150, 110, 1));
    padding: 5px 8px;
    border-radius: 7px;
}
.n-ann-day {
    font-size: 26px;
    font-weight: 800;
    line-height: 1; color: #fff;
}
.n-ann-ym {
    font-size: 14px;
    margin-top: 4px;
    color: #fff;
}

/* 首页专家 */
.dc-carousel-wrapper {
    width:90%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
}
.dc-carousel-viewport {
    overflow: hidden;
    border-radius: 46px;
}
.dc-carousel-track {
    display: flex;
    list-style: none;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
.dc-doctor-card {
    min-width: calc(100% / 3);
    padding: 0 12px;
    flex-shrink: 0;
}
.dc-doctor-link {
    display: flex;
    align-items: center;
    background: url(../images/zjbg.jpg) right top no-repeat;
    border-radius: 126px;
    padding: 24px 20px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #eef2f7;
    height: 100%;
}
.dc-doctor-link:hover {
    transform: translateY(0px);
    box-shadow: 0 22px 40px rgba(59, 130, 246, 0.15);
    border-color: #3b82f6;
}
.dc-doctor-link:hover .dc-avatar {
    transform: scale(1.08);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}
.dc-doctor-link:hover .dc-name {
    color: #3b82f6;
}
.dc-avatar-wrapper {
    flex-shrink: 0;
    margin-right: 16px;
}
.dc-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
	object-position: top;
    border: 3px solid #e0e7ff;
    transition: all 0.4s ease;
}
.dc-info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.dc-name {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
    transition: color 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dc-title {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 8px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dc-schedule {
    font-size: 15px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dc-schedule::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    flex-shrink: 0;
}
.dc-status {
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
    font-weight: 500;
    vertical-align: middle;
}
.dc-status-online {
    background: #dcfce7;
    color: #166534;
}
.dc-status-busy {
    background: #fee2e2;
    color: #991b1b;
}
.dc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    z-index: 10;
    color: #475569;
    font-size: 20px;
    user-select: none;
}
.dc-arrow:hover {
    background: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
    transform: translateY(-50%) scale(1.1);
}
.dc-arrow-left {
    left:-4%;
}
.dc-arrow-right {
    right:-4%;
}
.dc-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}
.dc-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}
.dc-dot:hover {
    background: #94a3b8;
    transform: scale(1.2);
}
.dc-dot-active {
    background:linear-gradient(90deg, rgba(39, 193, 113, 1), rgba(11, 150, 110, 1));
    width: 28px;
    border-radius: 5px;
}

/* 健康科普 */
.kp-container {
    width: 93%;
    margin: 0 auto;
    position: relative;
	padding:0 5% 0 0
}
@media (min-width: 769px) {
    .kp-container {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        justify-content: space-between;
    }
    .kp-section {
        flex: 1;
        min-width: 0;
        border-radius: 16px;
        padding: 28px 24px;
        position: relative;
        opacity: 0;
        animation: kp-fadeInUp 0.8s ease forwards;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }
    .kp-section-first {
        top: 0;
        animation-delay: 0.2s;
    }
    .kp-section-second {
        top: 40px;
        animation-delay: 0.6s;
		left:-30px
    }
    .kp-section-third {
        top: 20px;
        animation-delay: 1.0s;
		left:-60px
    }
}
@media (max-width: 768px) {
    .kp-section {
        width: 100%;
        border-radius: 16px;
        padding: 24px 20px;
        position: relative;
        opacity: 0;
        animation: kp-fadeInUp 0.8s ease forwards;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
        margin-bottom: 20px;
    }
    .kp-section-first {
        z-index: 1;
        animation-delay: 0.2s;
        top: 0;
    }
    .kp-section-second {
        z-index: 2;
        margin-top: 0;
        top: 25px;
        animation-delay: 0.6s;
    }
    .kp-section-third {
        z-index: 3;
        margin-top: 0;
        top: 45px;
        animation-delay: 1.0s;
    }
}
.kp-section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.kp-list {
    list-style: none;
}
.kp-list-item {
    margin-bottom:2px;
}
.kp-list-item:last-child {
    margin-bottom: 0;
}

.kp-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.kp-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 14px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}
.kp-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    word-break: break-all;
}
.kp-section-first {
    background: url(../images/kpbg01.jpg) center center no-repeat ;
    background-size: cover;
    color: #ffffff;
    height: 480px;
}
.kp-section-first .kp-link {
    color: #ffffff;
}
.kp-section-first .kp-link:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(6px);
}
.kp-section-second {
    background: url(../images/kpbg02.jpg) center center no-repeat ;
    background-size: cover;
    height: 480px;
    color: #1f2937;
}
.kp-section-second .kp-section-title {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    color: #1f2937;
}
.kp-section-second .kp-link {
    color: #1f2937;
}
.kp-section-second .kp-link:hover {
    background: rgba(0, 0, 0, 0.05);
    transform: translateX(6px);
}
.kp-section-second .kp-avatar {
    border-color: rgba(0, 0, 0, 0.1);
}
.kp-section-second .kp-text {
    color: #1f2937;
}
.kp-section-third {
    background: url(../images/kpbg03.jpg) center center no-repeat ;
    background-size: cover;
    color: #ffffff;
    height: 480px;
}
.kp-section-third .kp-link {
    color: #ffffff;
}
.kp-section-third .kp-link:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(6px);
}
@keyframes kp-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 非遗 */
@keyframes fy-fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fy-fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fy-section {
    width: 100%;
    margin: 30px auto 0;
    padding: 70px 4% 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: url(../images/fybg.png) center top no-repeat;
    background-size: cover;
	border-radius:30px 0 0 0
}
.fy-text-wrapper {
    flex: 1;
    max-width: 55%;
    opacity: 0;
	margin-top:20px;
    animation: fy-fadeInLeft 1s ease-out forwards;
}
.fy-main-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 4px;
    margin-bottom: 16px;
    line-height: 1.2;
}
.fy-main-title img{ height:100px;}
.fy-sub-title {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 6px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.fy-content {
    font-size: 18px;
    line-height: 2;
    color: #444444;
    text-align: justify;
    margin-bottom: 40px;
}
.fy-btn-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #00a8e8 0%, #00b894 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 168, 232, 0.3);
    cursor: pointer;
    border: none;
}
.fy-btn-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 168, 232, 0.4);
    background: linear-gradient(135deg, #0090c9 0%, #00a37a 100%);
    color: #ffffff;
}
.fy-btn-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}
.fy-btn-more:hover .fy-btn-arrow {
    transform: translateX(4px);
    color: #ffffff;
}
.fy-image-wrapper {
    flex: 1;
    max-width: 32%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: fy-fadeInRight 1s ease-out 0.3s forwards;
	margin-right:4%
}
.fy-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}
.fy-image-wrapper:hover img {
    transform: scale(1.08);
}
.fy-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transform: skewX(-25deg);
    transition: none;
    pointer-events: none;
}
.fy-image-wrapper:hover::after {
    animation: fy-sweep 0.8s ease-in-out;
}
@keyframes fy-sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

/* 底部 */
.footer {
    background: url(../images/footbg.jpg) center top no-repeat;
    background-size: cover;
    color: #eef2ff;
    padding: 60px 0 0px;
	margin-top:30px;
    position: relative;
    overflow: hidden;
	border-radius:30px 0 0 0
}

@keyframes shimmer {
    0% { background-position: 0% 0; }
    100% { background-position: 200% 0; }
}
.footer-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 3fr 6fr 1fr;
    gap: 32px;
    align-items: start;
    position: relative;
    z-index: 2;
}
.footer-section {
    opacity: 0;
    transform: translateY(32px);
    transition: all 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.footer-section.visible {
    opacity: 1;
    transform: translateY(0);
}
.footer-section:nth-child(1).visible { transition-delay: 0.05s; }
.footer-section:nth-child(2).visible { transition-delay: 0.25s; }
.footer-section:nth-child(3).visible { transition-delay: 0.45s; }
.contact-section h3 {
    font-size:18px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
    letter-spacing: 1px;
}
.contact-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 2px;
    background: #bffaf5;
    border-radius: 4px;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    color: #fff;
    font-size:15px;
    line-height: 1.5;
	text-align:left;
    transition: all 0.25s ease;
}
.contact-item:hover {
    color: #ffffff;
    transform: translateX(0px);
}

.contact-item img{ height:180px; margin-top:40px;
}


.contact-logo {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    color: #fff;
    font-size:15px;
    line-height: 1.5;
    transition: all 0.25s ease; margin-right:80px;
}
.contact-logo:hover {
    color: #ffffff;
    transform: translateX(0px);
}

.contact-logo img{ height:100px; margin-top:40px;
}


.contact-icon {
    width: 20px;
    height: 20px;
    margin-right: 14px;
    flex-shrink: 0;
    color: #fff;
}
.nav-section {
    display: flex;
    justify-content: flex-start;
    gap: 36px;
    flex-wrap: wrap;
    row-gap: 32px;
}
.nav-group h4 {
    font-size:18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 8px;
    letter-spacing: 0.5px;
}
.nav-group h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: #bffaf5;
    border-radius: 4px;
    transition: width 0.2s;
}
.nav-group:hover h4::after {
    width: 44px;
}
.nav-list {
    list-style: none;
}
.nav-item {
    margin-bottom: 12px;
}
.nav-link {
    color: #fff;
    text-decoration: none;
    font-size:15px;
    transition: all 0.25s ease;
    display: inline-block;
    position: relative;
    font-weight: 400;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #4f7df3;
    transition: width 0.25s ease;
}
.nav-link:hover {
    color: #ffffff;
    transform: translateX(0px);
}
.nav-link:hover::after {
    width: 100%;
}
.nav-section .nav-group:nth-child(3) {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #4f7df3 #1f2937;
    padding-bottom: 4px;
}
.nav-section .nav-group:nth-child(3)::-webkit-scrollbar {
    height: 4px;
}
.nav-section .nav-group:nth-child(3)::-webkit-scrollbar-track {
    background: #1f2937;
    border-radius: 8px;
}
.nav-section .nav-group:nth-child(3)::-webkit-scrollbar-thumb {
    background: #4f7df3;
    border-radius: 8px;
}
.nav-section .nav-group:nth-child(3) .nav-link {
    white-space: nowrap;
}
.nav-group:not(:nth-child(3)) .nav-link {
    white-space: normal;
}
.sub-nav {
    list-style: none;
    margin-top: 8px;
    margin-left: 0;
    padding-left: 12px;
    border-left: 1px solid rgba(79, 125, 243, 0.25);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease;
    opacity: 0;
}
.nav-item:hover .sub-nav {
    max-height: 180px;
    opacity: 1;
}
.sub-nav li {
    margin-bottom: 6px;
}
.sub-nav a {
    color: #9ca3bf;
    text-decoration: none;
    font-size: 0.75rem;
    transition: color 0.2s;
}
.sub-nav a:hover {
    color: #4f7df3;
}
.qrcode-section {
    text-align: center;
}
.qrcode-section h3 {
    font-size:18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}
.qrcode-wrapper {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    padding: 10px;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0 18px 35px -12px rgba(0, 0, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: pointer;
    max-width: 100%;
}
.qrcode-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px -12px rgba(0, 0, 0, 0.5);
}
.qrcode-img {
    width: auto;
    max-width: 120px;
    aspect-ratio: 1 / 1;
    background: linear-gradient(145deg, #eef2ff, #e2e8f0);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.qrcode-img::before {
    content: '';
    position: absolute;
    width: 85%;
    height: 85%;
    background-image: 
        repeating-linear-gradient(0deg, #94a3b8 0px, #94a3b8 2px, transparent 2px, transparent 8px),
        repeating-linear-gradient(90deg, #94a3b8 0px, #94a3b8 2px, transparent 2px, transparent 8px);
    opacity: 0.3;
    border-radius: 8px;
}
.qrcode-img span {
    background: rgba(15, 23, 42, 0.7);
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    backdrop-filter: blur(3px);
    color: white;
    z-index: 2;
}
.qrcode-label {
    margin-top: 12px;
    font-size:14px;
    color: #fff;
    letter-spacing: 0.5px;
}
.footer-bottom {
    max-width: 1300px;
    margin: 18px auto 0;
    padding: 24px 0px 0;
    text-align: center;
    color: #bffaf5;
    font-size:14px;
    opacity: 0;
    transform: translateY(18px);
    transition: all 0.6s ease 0.6s;
}
.footer-bottom.visible {
    opacity: 1;
    transform: translateY(0);
}
.footer-bottom.visible p { font-size:15px; line-height:35px;
}
.footer-decoration {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79,125,243,0.08) 0%, rgba(168,85,247,0.05) 100%);
    pointer-events: none;
}
.decoration-1 {
    width: 320px;
    height: 320px;
    top: -160px;
    right: -80px;
    opacity: 0.6;
}
.decoration-2 {
    width: 260px;
    height: 260px;
    bottom: -100px;
    left: -60px;
    opacity: 0.5;
}
.beian-card {
    width: 100%;
    backdrop-filter: blur(0px);
    border-radius: 0px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.02);
    padding:5px;
    transition: all 0.2s ease;
    border-top: 1px solid rgba(166, 188, 210, 0.3);
}
.record-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap:20px;
}
.record-row::-webkit-scrollbar {
    height: 6px;
}
.record-row::-webkit-scrollbar-track {
    border-radius: 12px;
    margin: 0 10px;
}
.record-row::-webkit-scrollbar-thumb {
    border-radius: 12px;
    transition: background 0.2s;
}
.record-item {
    display: inline-flex;
    align-items: center;
    gap:20px;
    flex-shrink: 0;
    text-decoration: none;
    font-size:15px;
    font-weight: 500;
    padding:0 5px;
    transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    backdrop-filter: blur(2px);
    white-space: nowrap;
    line-height: 1.4;
    letter-spacing: 0.3px;
}
.record-item:hover {
    box-shadow: 0 8px 18px -10px rgba(59, 113, 158, 0.2);
    transform: translateY(-1px);
}
.record-item:active {
    transform: translateY(0px);
    transition: 0.02s;
}
.record-item::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/ga.png");
    transition: transform 0.1s ease;
    vertical-align: middle;
    flex-shrink: 0;
}
.record-item[data-type="icp"]::before {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}
.record-item[data-type="police"]::before {
    filter: hue-rotate(2deg) brightness(0.98);
}
.record-item[data-type="tcm"]::before {
    filter: hue-rotate(8deg) saturate(1.05);
}
.record-item1 {
    display: inline-flex;
    align-items: center;
    gap:20px;
    flex-shrink: 0;
    text-decoration: none;
    font-size:15px;
    font-weight: 500;
    padding:0 5px;
    transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    backdrop-filter: blur(2px);
    white-space: nowrap;
    line-height: 1.4;
    letter-spacing: 0.3px;
}
.record-item1:hover {
    box-shadow: 0 8px 18px -10px rgba(59, 113, 158, 0.2);
    transform: translateY(-1px);
}
.record-item1:active {
    transform: translateY(0px);
    transition: 0.02s;
}
.record-item span {
    color: #bffaf5;
    font-weight: 500;
    transition: color 0.2s;
}
.record-item:hover span {
    color: #bffaf5;
}
.record-item1 span {
    color: #bffaf5;
    font-weight: 500;
    transition: color 0.2s;
}
.record-item1:hover span {
    color: #bffaf5;
}
.beian-card .title-hint {
    font-size: 0.75rem;
    color: #6f8eaa;
    letter-spacing: 1px;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.title-hint::before {
    content: "⚡";
    font-size: 0.8rem;
    opacity: 0.7;
}
/* 头部信息 */
.header-info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.business-hours {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #666;
  padding-left: 24px;
}
.business-hours::before {
  content: "🕐";
  margin-right: 6px;
  font-size: 16px;
}
.tel {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #c00;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.tel img { margin-right: 8px; height: 24px; }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header-top {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 12px 0;
}
.logo {
  flex-shrink: 0;
}
.logo img {
  display: block;
  max-height: 80px;
  width: auto;
  height: auto;
}
.header-info {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.business-hours,
.tel {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
}
.tel img {
  height:50px;
  vertical-align: middle;
}
/* 导航 */
.sn-navs {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: space-between;
}
.sn-navs > li {
    flex: 1;
    text-align: center;
    position: relative;
    height: 100%;
}
.sn-navs > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
}
.sn-navs > li:hover > a {
    background: rgba(255,255,255,0.15);
}
.sn-navs > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #ffd700;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 2px 2px 0 0;
}
.sn-navs > li:hover > a::after {
    width: 60%;
}
.sn-sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 160px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    margin-top: 8px;
}
.sn-sub-nav::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    filter: drop-shadow(0 -2px 2px rgba(0,0,0,0.08));
    z-index: 2;
}
.sn-sub-nav::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
    background: transparent;
    z-index: 1;
}
.sn-navs > li:hover .sn-sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.sn-sub-nav-h {
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    position: relative;
    z-index: 1;
}
.sn-sub-nav-h a {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-size: 16px;
    text-align: center;
    transition: all 0.25s ease;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
}
.sn-sub-nav-h a:last-child {
    border-bottom: none;
}
.sn-sub-nav-h a:hover {
    background: #f0f7ff;
    color: #1e5f8e;
    padding-left: 24px;
}

/* 右侧客服 */
 /* ===== 浮动客服 · 桌面样式 (右侧) ===== */
        .float-service {
            position: fixed;
            right: 20px;
            top: 60%;
            transform: translateY(-50%);
            z-index: 9999;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .service-item {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            cursor: pointer;
            text-decoration: none; /* 去掉a标签下划线 */
            color: inherit;
        }
        .service-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.12);
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            position: relative;
            z-index: 2;
            flex-shrink: 0;
        }
        .service-icon svg {
            width: 24px;
            height: 24px;
            transition: all 0.3s ease;
            display: block;
        }
        .service-item:hover .service-icon {
            transform: scale(1.1) rotate(6deg);
            box-shadow: 0 6px 20px rgba(0,0,0,0.18);
        }
        .service-item:hover .service-icon svg {
            transform: scale(1.1);
        }
        .service-text {
            position: absolute;
            right: 60px;
            background: #fff;
            color: #1e293b;
            padding: 10px 16px;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 500;
            white-space: nowrap;
            box-shadow: 0 4px 16px rgba(0,0,0,0.10);
            opacity: 0;
            visibility: hidden;
            transform: translateX(10px);
            transition: all 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            pointer-events: none;
        }
        .service-text::after {
            content: '';
            position: absolute;
            right: -6px;
            top: 50%;
            transform: translateY(-50%);
            border-width: 6px 0 6px 6px;
            border-style: solid;
            border-color: transparent transparent transparent #fff;
        }
        .service-item:hover .service-text {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }
        /* 电话特殊样式（文字内换行） */
        .service-item .phone-number {
            font-size: 14px;
            font-weight: 400;
            color: #64748b;
            margin-top: 2px;
        }
        /* 图标颜色 (保留) */
        .service-item:nth-child(1) .service-icon svg { color: #e74c3c; }
        .service-item:nth-child(2) .service-icon svg { color: #3498db; }
        .service-item:nth-child(3) .service-icon svg { color: #2ecc71; }
        .service-item:nth-child(4) .service-icon svg { color: #f39c12; }
        .service-item:nth-child(5) .service-icon svg { color: #9b59b6; }
        .service-item:nth-child(6) .service-icon svg { color: #1abc9c; }
        .service-item:nth-child(7) .service-icon svg { color: #e67e22; }

        /* ===== 返回顶部 (桌面保留) ===== */
        .back-to-top {
            position: fixed;
            right: 20px;
            bottom: 5%;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0,0,0,0.12);
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
            border: none;
            outline: none;
        }
        .back-to-top.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .back-to-top:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.18);
        }
        .back-to-top svg {
            width: 24px;
            height: 24px;
            color: #1e293b;
            transition: all 0.2s;
        }
        .back-to-top:hover svg {
            transform: translateY(-2px);
            color: #e74c3c;
        }

        /* ============================================================
               移动端适配：底部网格 · 一行四个 · 图标在上 文字在下
               ============================================================ */
        @media (max-width: 768px) {
            body {
                padding-bottom: 80px; /* 底部导航高度 */
            }

            /* 1. 隐藏右侧悬浮（桌面样式） */
            .float-service {
                position: fixed;
                right: auto;
                top: auto;
                bottom: 0;
                left: 0;
                transform: none;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                align-items: stretch;
                width: 100%;
               
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
                box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
                padding: 8px 6px 12px;
                gap: 0;
                border-radius: 0;
                border-top: 1px solid rgba(0,0,0,0.04);
                /* 网格基础: 一行4个 */
                display: grid;
                grid-template-columns: repeat(5, 1fr);
                align-items: start;
                justify-items: center;
                padding: 10px 4px 12px;
            }

            /* 2. 每个服务项变为纵向 (图标上·文字下) */
            .service-item {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: flex-start;
                width: 100%;
                gap: 4px;
                padding: 4px 0;
                text-decoration: none;
                color: #1e293b;
                transition: transform 0.15s ease;
                cursor: pointer;
                /* 去掉 hover 时的右偏移 */
                pointer-events: auto;
            }
            .service-item:active {
                transform: scale(0.92);
            }

            /* 3. 图标样式调整 (圆形变小一点, 更适配底部) */
            .service-icon {
                width: 44px;
                height: 44px;
                border-radius: 50%;
                background: #f8fafc;
                box-shadow: 0 2px 8px rgba(0,0,0,0.04);
                transition: all 0.2s;
                flex-shrink: 0;
                margin: 0 auto;
                position: relative;
                z-index: 2;
            }
            .service-icon svg {
                width: 22px;
                height: 22px;
                color: #334155;
                transition: none;
            }
            /* 保留颜色 (移动端也显示) */
            .service-item:nth-child(1) .service-icon svg { color: #e74c3c; }
            .service-item:nth-child(2) .service-icon svg { color: #3498db; }
            .service-item:nth-child(3) .service-icon svg { color: #2ecc71; }
            .service-item:nth-child(4) .service-icon svg { color: #f39c12; }
            .service-item:nth-child(5) .service-icon svg { color: #9b59b6; }
            .service-item:nth-child(6) .service-icon svg { color: #1abc9c; }
            .service-item:nth-child(7) .service-icon svg { color: #e67e22; }

            /* 4. 文字标签：显示在图标下方 */
            .service-text {
                position: static;          /* 脱离绝对定位 */
                right: auto;
                background: transparent;
                color: #1e293b;
                padding: 0;
                border-radius: 0;
                font-size: 11px;
                font-weight: 500;
                white-space: nowrap;
                box-shadow: none;
                opacity: 1;
                visibility: visible;
                transform: none;
                pointer-events: none;
                transition: none;
                text-align: center;
                line-height: 1.2;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            /* 电话特殊：文字内换行显示号码 */
            .service-item .phone-number {
                font-size: 10px;
                font-weight: 400;
                color: #64748b;
                display: block;
                margin-top: 0px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; display:none
            }
            /* 去掉伪元素箭头 */
            .service-text::after {
                display: none;
            }

            /* 5. 隐藏桌面 hover 效果 */
            .service-item:hover .service-icon {
                transform: none;
                box-shadow: 0 2px 8px rgba(0,0,0,0.04);
            }
            .service-item:hover .service-icon svg {
                transform: none;
            }
            .service-item:hover .service-text {
                opacity: 1;
                visibility: visible;
                transform: none;
            }

            /* 6. 返回顶部调整位置 (右下) */
            .back-to-top {
                right: 16px;
                bottom: 100px;   /* 在底部导航上方 */
                width: 44px;
                height: 44px;
            }
            .back-to-top svg {
                width: 22px;
                height: 22px;
            }

            /* 7. 针对电话项目，文字内容较多，微调 */
            .service-item:nth-child(3) .service-text {
                font-size: 10px;
                line-height: 1.2;
            }
            .service-item:nth-child(3) .phone-number {
                font-size: 9px;
            }

            /* 8. 让第7个(意见反馈)正常显示，但不破坏网格 */
            .service-item:nth-child(7) .service-text {
                font-size: 11px;
            }
        }

        /* 极小屏 (小于400px) 图标再压缩一点 */
        @media (max-width: 420px) {
            .service-icon {
                width: 38px;
                height: 38px;
            }
            .service-icon svg {
                width: 19px;
                height: 19px;
            }
            .service-text {
                font-size: 10px;
            }
            .service-item .phone-number {
                font-size: 8px;
            }
            .float-service {
                padding: 6px 2px 10px;
                gap: 0;
            }
        }

/* 四个版块 */
.f-container {
    width:93%;
    margin: 40px auto 0px;
    padding-right:5%
}
.f-header {
    text-align: center;
    margin-bottom: 3.5rem;
}
.f-badge {
    display: inline-block;
    background: rgba(64, 128, 112, 0.12);
    backdrop-filter: blur(4px);
    padding: 0.3rem 1.2rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #2b6e5c;
    margin-bottom: 1rem;
    border: 1px solid rgba(66, 153, 135, 0.25);
}
.f-page-title {
    font-size: 2.9rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1F5E5A 0%, #2b8a6e 45%, #f39c4b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
}
.f-sub {
    font-size: 1rem;
    color: #4f6e6f;
    font-weight: 450;
    border-top: 1px solid rgba(100, 116, 139, 0.2);
    display: inline-block;
    padding-top: 0.5rem;
}
.f-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
}
.f-card {
    background: rgba(255, 255, 255, 0.192);
    border: 1px solid #cfdde6;
    border-radius:20px;
    padding:22px 15px;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0,0,0,0.02);
    position: relative;
    overflow: hidden;
}
.f-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.98);
    border-color: #fab758;
    box-shadow: 0 28px 36px -16px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(250, 183, 88, 0.2) inset;
}
.f-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #facc15, #fb923c, #ef4444, #2b8a6e);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.f-card:hover::after {
    opacity: 0.9;
}
.f-icon-wrap {
    margin-bottom:30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-icon {
    font-size:40px;
    display: inline-block;
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.05));
    color: #446c75;
    transition: color 0.1s ease;
    will-change: transform;
}
@keyframes fruitDropBounce {
    0% {
        transform: translateY(-20px) scale(0.8) rotate(-15deg);
        opacity: 0.7;
        color: #f59e0b;
        filter: drop-shadow(0 8px 12px rgba(245, 158, 11, 0.3));
    }
    25% {
        transform: translateY(6px) scale(1.15) rotate(8deg);
        color: #fb923c;
        filter: drop-shadow(0 10px 15px rgba(251, 146, 60, 0.4));
    }
    40% {
        transform: translateY(-6px) scale(1.05) rotate(-5deg);
        color: #facc15;
        filter: drop-shadow(0 6px 12px rgba(250, 204, 21, 0.35));
    }
    55% {
        transform: translateY(3px) scale(1.02) rotate(2deg);
        color: #ef4444;
        filter: drop-shadow(0 8px 14px rgba(239, 68, 68, 0.3));
    }
    70% {
        transform: translateY(-2px) scale(0.98) rotate(-1deg);
        color: #a3e635;
        filter: drop-shadow(0 4px 10px rgba(163, 230, 53, 0.25));
    }
    85% {
        transform: translateY(1px) scale(1.01) rotate(1deg);
        color: #f97316;
        filter: drop-shadow(0 6px 10px rgba(249, 115, 22, 0.3));
    }
    100% {
        transform: translateY(0) scale(1) rotate(0deg);
        color: #446c75;
        filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.05));
    }
}
.f-card:hover .f-icon {
    animation: fruitDropBounce 0.75s cubic-bezier(0.34, 1.1, 0.55, 1) forwards;
}
.f-title {
    font-size:20px;
    font-weight: 700;
    margin-bottom:10px;
    background: linear-gradient(120deg, #1f4e4a, #2c6e64);
    background-clip: text;
    -webkit-background-clip: text;
    color:#333;
    letter-spacing: -0.3px;
}
.f-description {
    font-size:16px;
    color: #47636e;
    line-height: 1.55;
    margin-bottom: 20px;
    padding: 0 0.3rem;
    font-weight: 450;
}
.f-link-wrap {
    margin-top: 0.2rem;
}
.f-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    font-size:15px;
    text-decoration: none;
    background: linear-gradient(135deg, #00a8e8 0%, #00b894 100%);
    padding:10px 15px;
    border-radius:28px;
    color: #fff;
    transition: all 0.25s ease;
}
.f-link i {
    font-size:20px;
    transition: transform 0.2s ease;
}
.f-link:hover {
    background: #2e7d6e;
    color: white;
    border-color: #2e7d6e;
    box-shadow: 0 8px 14px -8px rgba(46, 125, 110, 0.4);
    gap: 0.8rem;
}
.f-link:hover i {
    transform: translateX(6px);
    color: white;
}

        /* 新闻动态大区 */
   /* ==================== 整体容器 ==================== */
      :root {
            --xsn-primary: #1a6fb5;
            --xsn-primary-dark: #145689;
            --xsn-primary-light: #e8f4fc;
            --xsn-accent: #e8753c;
            --xsn-text-dark: #2c3e50;
            --xsn-text-mid: #555;
            --xsn-text-light: #777;
            --xsn-bg: #f7f9fb;
            --xsn-white: #fff;
            --xsn-border: #e8ecf1;
            --xsn-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
            --xsn-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
            --xsn-shadow-lg: 0 8px 28px rgba(0, 0, 0, 0.13);
            --xsn-radius-sm: 6px;
            --xsn-radius: 10px;
            --xsn-radius-lg: 14px;
            /* 更平滑的缓动曲线 */
            --xsn-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            --xsn-transition-fast: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            --xsn-transition-smooth: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
		  .xsn-container {
            max-width:92%;
            margin: 0 auto 40px;
            padding: 0 24px;
            display: flex;
            flex-direction: column;
            gap: 48px;
        }

        /* ==================== 版块通用标题 ==================== */
        .xsn-section-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 28px;
            flex-wrap: wrap;
            gap: 12px;
        }

        .xsn-section-title-wrapper {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .xsn-section-icon {
            width: 44px;
            height: 44px;
            border-radius: var(--xsn-radius-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            flex-shrink: 0;
        }

        .xsn-section-icon--news {
            background: linear-gradient(135deg, #e8f4fc 0%, #d0e8f8 100%);
            color: #1a6fb5;
        }

        .xsn-section-icon--health {
            background: linear-gradient(135deg, #eef7ee 0%, #d4edd4 100%);
            color: #3a8f4e;
        }

        .xsn-section-label {
            font-size: 24px;
            font-weight: 700;
            color: var(--xsn-text-dark);
            letter-spacing: 0.5px;
            position: relative;
        }

        .xsn-section-label::after {
            content: '';
            display: block;
            width: 36px;
            height: 3px;
            border-radius: 2px;
            margin-top: 5px;
        }

        .xsn-section-label--news::after {
            background: var(--xsn-primary);
        }

        .xsn-section-label--health::after {
            background: #3a8f4e;
        }

        .xsn-section-more {
            font-size: 14px;
            color: var(--xsn-primary);
            text-decoration: none;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 5px;
            transition: gap var(--xsn-transition-fast), color var(--xsn-transition-fast);
            white-space: nowrap;
            will-change: gap;
        }

        .xsn-section-more:hover {
            color: var(--xsn-primary-dark);
            gap: 10px;
        }

        .xsn-section-more-arrow {
            display: inline-block;
            transition: transform var(--xsn-transition-fast);
            font-size: 16px;
            line-height: 1;
        }

        .xsn-section-more:hover .xsn-section-more-arrow {
            transform: translateX(3px);
        }

        /* ==================== 新闻版块 ==================== */
        .xsn-news-section {
  
           
        }

        .xsn-news-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 26px;
            padding: 0;
            margin: 0;
        }

        .xsn-news-item {
            background:#fff;
            border-radius:12px;
            overflow: hidden;
            transition: transform var(--xsn-transition-smooth), box-shadow var(--xsn-transition-smooth), border-color var(--xsn-transition-smooth);
            display: flex;
            flex-direction: column;
            border: 1px solid transparent;
            height: 100%;
            will-change: transform, box-shadow;
        }

        .xsn-news-item:hover {
            transform: translateY(-10px);
            box-shadow: var(--xsn-shadow-lg);
            border-color: rgba(26, 111, 181, 0.15);
        }

        /* 新闻图片 */
        .xsn-news-img-link {
            display: block;
            overflow: hidden;
            border-radius: var(--xsn-radius) var(--xsn-radius) 0 0;
            position: relative;
            aspect-ratio: 16 / 9;
            background: #eef3f7;
            text-decoration: none;
        }

        .xsn-news-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            will-change: transform;
        }

        .xsn-news-item:hover .xsn-news-img {
            transform: scale(1.08);
        }

        .xsn-news-img-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            background: var(--xsn-accent);
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 4px;
            letter-spacing: 0.5px;
            z-index: 2;
            pointer-events: none;
            transition: opacity var(--xsn-transition-fast);
        }

        .xsn-news-item:hover .xsn-news-img-badge {
            opacity: 0.9;
        }

        /* 新闻内容区 */
        .xsn-news-content {
            padding: 16px 18px 18px;
            display: flex;
            flex-direction: column;
            flex: 1;
            gap: 8px;
        }

        /* 时间 - 14px */
        .xsn-news-date {
            font-size: 14px;
            color: var(--xsn-text-light);
            display: flex;
            align-items: center;
            gap: 6px;
            letter-spacing: 0.3px;
            line-height: 1;
        }

        .xsn-news-date-icon {
            width: 15px;
            height: 15px;
            flex-shrink: 0;
            opacity: 0.6;
        }

        /* 新闻标题 - 18px */
        .xsn-news-title {
            font-size: 18px;
            font-weight: 600;
            color: var(--xsn-text-dark);
            line-height:33px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-decoration: none;
            letter-spacing: 0.3px;
        }

        .xsn-news-title-link {
            text-decoration: none;
            color: inherit;
			color:#477f8d;
            transition: color var(--xsn-transition-fast);

        }

        .xsn-news-title-link:hover {
            color:#d00;
        }

        /* 新闻导读 - 15px */
        .xsn-news-desc {
            font-size: 15px;
            color: var(--xsn-text-mid);
            line-height:30px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            flex: 1;
            letter-spacing: 0.2px;
        }

        /* 阅读全文按钮 */
        .xsn-news-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            font-size: 16px;
            font-weight: 500;
            color:#333;
            text-decoration: none;
            padding: 8px 25px;
            border: 1.5px solid  #f0f0f0;
            border-radius: 22px;
            transition: all var(--xsn-transition-fast);
            align-self: flex-start;
            letter-spacing: 0.3px;
            cursor: pointer;
            background: transparent;
            white-space: nowrap;
            will-change: background, color, box-shadow, gap;
        }

        .xsn-news-btn:hover {
            background:linear-gradient(90deg, rgba(39, 193, 113, 1), rgba(11, 150, 110, 1));
            color: #fff;
            box-shadow: 0 6px 18px rgba(26, 111, 181, 0.35);
            gap: 10px;
            border-color: none;
        }

        .xsn-news-btn-arrow {
            display: inline-block;
            transition: transform var(--xsn-transition-fast);
            font-size: 15px;
            line-height: 1;
        }

        .xsn-news-btn:hover .xsn-news-btn-arrow {
            transform: translateX(2px);
        }

        /* ==================== 健康常识版块 ==================== */
        .xsn-health-section {
          
            padding:0px;
          
        }

        .xsn-health-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            padding: 0;
            margin: 0;
        }

        .xsn-health-item {
            display: flex;
            gap: 16px;
            background:#fff;
            border-radius: var(--xsn-radius);
            padding:20px 20px 10px 20px;
            transition: background var(--xsn-transition), box-shadow var(--xsn-transition), border-color var(--xsn-transition), transform var(--xsn-transition-smooth);
            border: 1px solid transparent;
            align-items: flex-start;
            will-change: transform, box-shadow, background;
        }

        .xsn-health-item:hover {
            background: #fff;
            box-shadow: var(--xsn-shadow-md);
            border-color: rgba(58, 143, 78, 0.2);
            transform: translateY(-4px);
        }

        /* 健康常识左侧标题图片 */
        .xsn-health-img-link {
            flex-shrink: 0;
            display: block;
            width: 160px;
            height: 120px;
            border-radius: var(--xsn-radius-sm);
            overflow: hidden;
            text-decoration: none;
            background: #e8edf2;
            position: relative;
        }

        .xsn-health-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            will-change: transform;
        }

        .xsn-health-item:hover .xsn-health-img {
            transform: scale(1.1);
        }

        .xsn-health-img-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0);
            transition: background var(--xsn-transition);
            border-radius: var(--xsn-radius-sm);
            pointer-events: none;
            z-index: 1;
        }

        .xsn-health-item:hover .xsn-health-img-overlay {
            background: rgba(0, 0, 0, 0.05);
        }

        /* 健康常识右侧内容 */
        .xsn-health-text {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 8px;
            min-width: 0;
            justify-content: flex-start;
        }

        /* 健康常识标题 - 18px */
        .xsn-health-title {
            font-size: 18px;
            font-weight: 600;
            color: var(--xsn-text-dark);
            line-height: 1.4;
            letter-spacing: 0.3px;
            text-decoration: none;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .xsn-health-title-link {
            text-decoration: none;
            color: inherit;
            transition: color var(--xsn-transition-fast);
        }

        .xsn-health-title-link:hover {
            color: #3a8f4e;
        }

        /* 健康常识导读 - 15px，显示三行 */
        .xsn-health-desc {
            font-size: 15px;
            color: var(--xsn-text-mid);
            line-height: 1.7;
            letter-spacing: 0.2px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-decoration: none;
        }

        .xsn-health-desc-link {
            text-decoration: none;
            color: inherit;
            transition: color var(--xsn-transition-fast);
        }

        .xsn-health-desc-link:hover {
            color: #444;
        }

        /* 健康常识标签 */
        .xsn-health-tag {
            display: inline-block;
            font-size: 12px;
            color: #3a8f4e;
            background: #e8f5e9;
            padding: 3px 10px;
            border-radius: 12px;
            font-weight: 500;
            letter-spacing: 0.3px;
            align-self: flex-start;
            transition: background var(--xsn-transition-fast);
            text-decoration: none;
        }

        .xsn-health-item:hover .xsn-health-tag {
            background: #c8e6c9;
        }

        /* ==================== 响应式设计 ==================== */
        @media (max-width: 1024px) {
            .xsn-news-list {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .xsn-health-list {
                grid-template-columns: repeat(2, 1fr);
                gap: 16px;
            }

            .xsn-health-item {
                padding: 14px;
                gap: 12px;
            }

            .xsn-health-img-link {
                width: 90px;
                height: 90px;
            }

            .xsn-health-title {
                font-size: 16px;
            }

            .xsn-health-desc {
                font-size: 14px;
                -webkit-line-clamp: 3;
            }

            .xsn-news-title {
                font-size: 16px;
            }

            .xsn-news-desc {
                font-size: 14px;
            }

            .xsn-section-label {
                font-size: 21px;
            }
        }

@media (max-width:1440px){
	
	
	.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 3fr 6fr 1fr;
    gap: 32px;
    align-items: start;
    position: relative;
    z-index: 2;
}

.contact-logo {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    color: #fff;
    font-size:15px;
    line-height: 1.5;
    transition: all 0.25s ease; margin-right:8px;
}
	
	
	}
        @media (max-width: 768px) {
            .xsn-container {
                padding: 0 0px;
                gap: 32px;
            }

            .xsn-news-section,
            .xsn-health-section {
                padding: 20px 16px 24px;
            }

            .xsn-news-list {
                grid-template-columns: 1fr 1fr;
                gap: 14px;
            }

            .xsn-health-list {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .xsn-health-item {
                padding: 12px;
                gap: 10px;
            }

            .xsn-health-img-link {
                width: 80px;
                height: 80px;
            }

            .xsn-health-title {
                font-size: 15px;
            }

            .xsn-health-desc {
                font-size: 13px;
                -webkit-line-clamp: 3;
            }

            .xsn-news-title {
                font-size: 15px; line-height:25px
            }

            .xsn-news-desc {
                font-size: 13px;
				line-height:23px;
                -webkit-line-clamp: 2;
            }

            .xsn-news-content {
                padding: 12px 12px 14px;
                gap: 6px;
            }

            .xsn-news-date {
                font-size: 12px;
            }

            .xsn-news-btn {
                font-size: 12px;
                padding: 6px 14px;
            }

            .xsn-section-label {
                font-size: 19px;
            }

            .xsn-section-header {
                margin-bottom: 18px;
            }

            .xsn-section-icon {
                width: 36px;
                height: 36px;
                font-size: 18px;
                border-radius: 5px;
            }
        }

        @media (max-width: 480px) {
            .xsn-news-list {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .xsn-news-img-link {
                aspect-ratio: 16 / 9;
            }

            .xsn-health-list {
                grid-template-columns: 1fr;
            }

            .xsn-section-label {
                font-size: 17px;
            }

            .xsn-section-more {
                font-size: 12px;
            }
        }

        /* ==================== 辅助：图片加载失败回退 ==================== */
        .xsn-news-img-link {
            background: linear-gradient(135deg, #e9eef4 0%, #dce3eb 100%);
        }

        .xsn-health-img-link {
            background: linear-gradient(135deg, #eef3f0 0%, #dfe8e2 100%);
        }

        /* 打印优化 */
        @media print {
            body {
                background: #fff;
            }
            .xsn-news-section,
            .xsn-health-section {
                box-shadow: none;
                border: 1px solid #ddd;
                break-inside: avoid;
            }
            .xsn-news-item:hover,
            .xsn-health-item:hover {
                transform: none;
                box-shadow: none;
            }
        }
/* ==================== 响应式适配 ==================== */
/* 大屏 (≥ 1600px) */
@media (min-width: 1600px) {
    .carousel { height: 700px; }
    .layer1, .layer2, .layer-top { height: 620px; }
    .layer1 { top: 45px; }
    .layer2 { top: 28px; }
    .footer-container { max-width: 1280px; margin:0 auto; gap: 0px; }
    .nav-section { gap: 48px; }
    .qrcode-img { max-width: 130px; }
	
	 .sn-navs > li > a { font-size: 20px; padding: 0 10px; }
	.fy-text-wrapper {
   
    max-width: 60%;
  
}
.fy-main-title img{ height:100px;}
.fy-content {
    font-size: 18px;

    margin-bottom: 10px;
}
   
}







/* 中等屏幕 (≤ 1440px) */
@media (max-width: 1440px) {
    .carousel { height: 580px; }
	 .layer1, .layer2, .layer-top { height: 480px; }
    .sn-navs > li > a { font-size: 18px; padding: 0 3px; }
	
	.fy-content {
    font-size: 15px;
    line-height: 2;
    color: #444444;
    text-align: justify;
    margin-bottom: 10px;
}
.fy-text-wrapper {
   
    max-width: 60%;
  
}
.fy-main-title img{ height:70px;}
}

/* 平板横屏 (≤ 1300px) */
@media (max-width: 1300px) {
    .nav-grid { gap: 1rem; }
    .card-title { font-size: 1.1rem; }
    .card-desc { font-size: 15px; }
    .card-icon-wrapper { width: 65px; height: 65px; }
    .card-icon-wrapper i { font-size: 2rem; }
}

/* 小屏电脑/平板竖屏 (≤ 1200px) */
@media (max-width: 1200px) {
    .sn-navs > li > a { font-size: 14px; padding: 0 6px; }
    .footer-container { gap: 28px; }
    .nav-section { gap: 28px; }
}

/* 平板大屏手机 (≤ 1100px) */
@media (max-width: 1100px) {
    .nav-grid { gap: 0.9rem; }
    .card-title { font-size: 16px; }
    .card-desc { font-size: 15px; }
    .card-icon-wrapper { width: 60px; height: 60px; }
    .card-icon-wrapper i { font-size: 18px; }
    .nav-card { padding: 20px; }
    .f-grid { gap: 1.5rem; }
    .f-title { font-size: 1.5rem; }
    .f-icon { font-size: 3.2rem; }
    .f-card { padding: 1.8rem 1.2rem; }
}

/* 手机横屏/小平板 (≤ 1024px) */
@media (max-width: 1024px) {
    .fy-section { flex-direction: column; padding: 60px 30px; gap: 40px; }
    .fy-text-wrapper, .fy-image-wrapper { max-width: 100%; }
    .fy-main-title { font-size: 32px; }
    .fy-sub-title { font-size: 18px; }
}

/* 平板手机混合 (≤ 1000px) */
@media (max-width: 1000px) {
    .footer-container { gap: 24px; }
    .nav-section { gap: 24px; }
    .contact-item { font-size: 15px; }
}

/* 手机 (≤ 992px) */
@media (max-width: 992px) {
    .header .serBtnpc { display: none }
    .header .logo { padding-top: 0 }
    .header .topnav { display: none }
    .header .toplink { display: none }
    .header .top-nav { padding: .15rem 0 }
    .header .wp { margin-left: .4rem; margin-right: .4rem; height: auto; padding-right: 0 }
    .header .logo img { height: .6rem }
    .header .navBtn { top: .15rem; display: flex }
    .menu-btn .line-1, .menu-btn .line-2, .menu-btn .line-3 { width: .35rem }
    .menu-btn .line-1 { margin-top: -8px }
    .menu-btn .line-3 { margin-top: 6px }
    .header .navBtn .showSear { display: flex; align-items: center; }
    .header .navbtn { width: .8rem; height: .5rem; }
    .menu-btn { width: .35rem }
    .big-nav .scroll .wp { margin-left: .4rem; margin-right: .4rem }
    .big-nav .scroll { top:74px }
    .big-nav .links { display: block; }
    .big-nav .scroll dl { width: 100%; text-align: left; margin-top: .2rem; margin-left: 0; margin-right: 0 }
    .big-nav .scroll dl dd { display: none }
    .big-nav .scroll dl dt { margin-bottom: .15rem; padding-bottom: .1rem; font-size: .28rem }
    .big-nav .scroll dl dd ul li { font-size: .24rem; margin-bottom: .2rem }
    .big-nav .scroll dl dt i.plus { display: block; }
    .big-nav .scroll dl dd ul { display: block; justify-content: space-between; flex-wrap: wrap; }
    .big-nav .scroll dl dd ul li { width: 48% }
    .wp { width: auto; margin-left: .4rem; margin-right: .4rem; max-width: inherit; }
    body { font-size: .22rem; }
    .sn-navs { height: 50px; }
    .sn-navs > li > a { font-size: 13px; padding: 0 4px; }
    .sn-sub-nav { min-width: 180px; }
    .sn-sub-nav-h a { padding: 10px 14px; font-size: 13px; }
}

/* 手机 (≤ 880px) */
@media (max-width: 880px) {
    .n-news-section { flex-direction: column; margin: 20px; border-radius: 28px; }
    .n-news-left, .n-news-right { width: 100%; border-right: none; padding: 24px 20px; }
    .n-news-left { border-bottom: 1px solid #edf2f7; }
    .n-carousel-container { flex-direction: column; }
    .n-carousel-left, .n-carousel-right { width: 100%; }
    .n-carousel-image-wrapper { height: 240px; }
    .n-carousel-right { padding: 20px; }
    .n-carousel-summary { -webkit-line-clamp: 3; }
}

/* 平板/大屏手机 (≤ 850px) */
@media (max-width: 850px) {
    .nav-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .section-header span { font-size: 0.7rem; }
    .hero { padding: 1.5rem; }
    .nav-section { padding: 20px; }
}

/* 手机竖屏 (≤ 768px) */
@media (max-width: 768px) {
    .carousel { height: 300px; margin-top: 0px; }
    .layer1, .layer2, .layer-top { height: 300px; }
    .layer1 { top: 50px; width: 88%; }
    .layer2 { top: 25px; width: 93%; }
    .layer-top { width: 97%; }
    .dots { bottom: 18px; gap: 10px; padding: 6px 14px; }
    @keyframes gentleScale { 0% { transform: scale(1); } 100% { transform: scale(1.04); } }
    .dc-carousel-wrapper { width: 100%; padding: 0 12px; }
    .dc-doctor-card { min-width: 100%; padding: 0 6px; }
    .dc-arrow { display: none; }
    .dc-doctor-link { padding: 16px 10px; }
    .dc-avatar { width: 150px; height: 150px; margin-right: 5px; }
    .dc-name { font-size: 18px; }
    .dc-title { font-size: 15px; }
    .dc-schedule { font-size: 14px; }
    .dc-status { font-size: 14px; padding: 1px 5px; margin-left: 4px; }
    .kp-section { width: 100%; border-radius: 16px; padding: 24px 20px; position: relative; opacity: 0; animation: kp-fadeInUp 0.8s ease forwards; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); margin-bottom: 20px; }
    .kp-section-first { z-index: 1; animation-delay: 0.2s; top: 0; }
    .kp-section-second { z-index: 2; margin-top: 0; top: 25px; animation-delay: 0.6s; }
    .kp-section-third { z-index: 3; margin-top: 0; top: 45px; animation-delay: 1.0s; }
    .fy-section { padding: 40px 20px; }
    .fy-main-title { font-size: 26px; letter-spacing: 2px; }
    .fy-sub-title { font-size: 16px; letter-spacing: 3px; }
    .fy-content { font-size: 15px; line-height: 1.8; }
    .fy-btn-more { padding: 12px 28px; font-size: 15px; }
    .fy-main-title img { height: 45px; }
    .fy-text-wrapper, .fy-image-wrapper { max-width: 100%; margin-right: 0; }
	.footer { padding:20px;}
    .footer-container { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
    .nav-section { display: none; }
    .contact-section { grid-column: 1; }
    .qrcode-section { grid-column: 2; text-align: right; }
    .qrcode-wrapper { transform: scale(0.98); }
    .footer-bottom { margin-top: 8px; padding-top: 20px; }
    .business-hours, .tel { display: none; }
    .header-top { padding: 8px 0; width: 94%; }
    .logo img { max-height: 45px; }
    .header { padding: 6px 0; position:fixed}
    .f-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .f-page-title { font-size: 20px; }
    .f-title { font-size: 18px; font-weight:500 }
    .f-icon { font-size: 40px; }
    .beian-card { padding: 1rem 1.2rem; display: none; }
    .record-row { gap: 1rem; }
    .record-item { padding: 0.4rem 0.8rem; font-size: 0.85rem; }
    .record-item::before { width: 16px; height: 16px; }
	.banner{ margin-top:100px;}
	.contact-logo { display:none
}
	
}

/* 小屏手机 (≤ 597px) */
@media (max-width: 597px) {
    .header .logo img { height: 45px }
    .header .wp { margin-left: 3vw; margin-right: 3vw; padding-right: 0 }
    .header .topnav ul li .sub-nav { padding-top: 0 }
    .header .topnav ul li .sub-nav .sub-nav-h a { font-size: .18rem }
    .header .navbtn { width: .85rem; height: .55rem; }
    .menu-btn .line-1 { margin-top: -7px }
    .menu-btn .line-3 { margin-top: 5px }
    .big-nav .scroll dl dt { font-size: 16px }
    .big-nav .scroll dl dd ul li { font-size: 15px; width: 100% }
    .header .navBtn>.showSear { margin-right: .3rem }
    .big-nav .links .link2 a { font-size: .26rem; }
    .big-nav .links .link1 a { font-size: .26rem; }
    .big-nav .links .link1 a img { height: .32rem; margin-right: .1rem; }
    .wp { width: auto; margin-left: 5vw; margin-right: 5vw }
    body { font-size: .24rem; }
    .eclips { display: inline-block; overflow: visible; text-overflow: inherit; white-space: normal; }
}

/* 中屏手机 (≤ 580px) */
@media (max-width: 580px) {
    .footer-container { grid-template-columns: 1fr; text-align: center; gap: 36px; }
    .contact-section, .qrcode-section { grid-column: 1; text-align: center; }
    .contact-section h3::after { left: 50%; transform: translateX(-50%); }
    .qrcode-section { text-align: center; }
    .qrcode-wrapper { transform: scale(1); }
    .qrcode-img { max-width: 110px; }
    .footer-bottom { font-size: 0.7rem; }
}

/* 小屏手机 (≤ 550px) */
@media (max-width: 550px) {
    .nav-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .nav-section { padding: 5px; }
    .card-icon-wrapper i { font-size: 22px; }
    .card-title { font-size: 14px; }
    .card-desc { display: none; }
    .nav-card { padding: 20px 1px; }
    .f-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
    .f-card { padding: 20px 15px; border-radius:8px; background:#FFF }
    .record-item { font-size: 0.78rem; gap: 0.35rem; padding: 0.35rem 0.7rem; }
    .record-item::before { width: 14px; height: 14px; }
    .record-row { gap: 0.8rem; display: none; }
}

/* 超小屏手机 (≤ 540px) */
@media (max-width: 540px) {
    .n-carousel-image-wrapper { height: 200px; }
    .n-news-item { padding: 10px 12px; }
    .n-news-day { font-size: 22px; }
    .n-section-title { font-size: 20px; }
    .n-carousel-title { font-size: 18px; }
}

/* 极小屏 (≤ 480px) */
@media (max-width: 480px) {
    .banner { padding: 0 10px; margin-top: 70px; }
    .carousel { height: 270px; margin-top: 0px; }
    .layer1, .layer2, .layer-top { height: 200px; }
    .layer1 { top: 18px; width: 85%; border-radius: 12px; }
    .layer2 { top: 10px; width: 90%; border-radius: 12px; }
    .layer-top { border-radius: 12px; }
    .item { border-radius: 12px; }
	 .f-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	 .f-description { display:none;
}
	
}

/* 极小屏 (≤ 420px) */
@media (max-width: 420px) {
    .qrcode-img { max-width: 130px; }
    .qrcode-label { font-size: 15px; }
    .contact-section h3 { font-size: 20px; }
}



