body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	font-family: Noto;
	margin:auto;
	overflow-x:hidden;
	}

@supports (font: -apple-system-body) {
  body {
    font-family: 
      "PingFang SC",
      -apple-system,
      "HarmonyOS Sans",
      sans-serif;
  }
}

.apple-os body {
  font-family: "PingFang SC", -apple-system, sans-serif;
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family: "PingFang SC", -apple-system, sans-serif;
    }
  }
}

@font-face
{
	font-family: Noto;
	src: url('../font/NotoSerifSC-VariableFont_wght.ttf'),
	url('../font/NotoSerifSC-VariableFont_wght.ttf'); /* IE9+,可以是具体的实际链接 */
}

@font-face
{
	font-family: Corm;
	src: url('../font/CormorantGaramond-Italic-VariableFont_wght.ttf'),
	url('../font/CormorantGaramond-Italic-VariableFont_wght.ttf'); /* IE9+,可以是具体的实际链接 */
}

@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}

@font-face
{
	font-family: zt;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf'),
	url('../font/HarmonyOS_Sans_SC_Light.ttf'); /* IE9+,可以是具体的实际链接 */
	font-weight: 300; /* Light */
	
}
@font-face
{
	font-family: zt2;
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF'),
	url('../font/HARMONYOS_SANS_SC_BOLD.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 700; /* Bold */
	
}
@font-face
{
	font-family: zt3;
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'),
	url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 400; /* Regular/Normal */
	
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	
}
html {
    scroll-behavior: smooth;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--c-29763, #C29763);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.01);
}
.header.yanse.yanse01{
	width:100%;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	padding:0 2.0vw;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse .intop{
	padding:0 2.0vw;
}


.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:8;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:4.3rem;
	display: flex;
	align-items: center;
	height:5.0rem;
	transition: all 0.6s;
	position:relative;
}
.logo a{
	width:100%;
	display: flex;
	align-items: center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	height:5.0rem;
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2rem; /* 120% */
	letter-spacing: 0.096rem;
	display:flex;
	align-items: center;
	margin-left:1.875rem;
	margin-right:1.875rem;
}
.innav ul>li>a{
	width:auto;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul>li.cur>a{ color:#C29763;
}

.innav ul>li>a:hover{
}
.header.yanse .innav ul>li a{
	color: var(--, #3A3A3A);
}
.header.yanse.yanse01 .innav ul>li a{
	color: var(--f-6-f-1-ed, #F7F4EF);
}
.header.yanse.yanse01  a{
	color:#3A3A3A;
}
.innav ul>li>ol {
    width: 180%;
	background: var(--10, rgba(255, 255, 255, 1));
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	left: -40%;
	top:5rem;
}
.innav ul>li>ol>li {
    height: 3.0rem;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.innav ul>li>ol>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 3.0rem;
    text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
}
.innav ul>li>ol>li:hover {
    background: rgba(0, 0, 0, 0.03);
}

.innav ul li:hover ol {
    transform: scaleY(1);
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
	position:relative;
}
.yyty{
	width:auto;
	display: flex;
	align-items: center;
}
.yyty a{
	padding: 0.5rem 1.5rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}
.zyw{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:0.62rem;
	position:relative;
}

.zyw .xl{
    width: 100%;
	background: var(--10, rgba(255, 255, 255, 1));
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	left: 0%;
	top:2.4rem;
}
.zyw .xl p{
    height: 2.5rem;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.zyw .xl p a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.5rem;
    text-align: center;
	font-size: 0.78rem;
	font-weight: 400;
}
.zyw .xl p:hover {
    background: rgba(0, 0, 0, 0.03);
}

.zyw:hover .xl {
    transform: scaleY(1);
}
.zyw .a1{
	display: flex;
	align-items: center;
	padding: 0.5rem 1.5rem;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17rem; /* 150% */
	letter-spacing: 0.117rem;
}
.zyw .a1::after{
	margin-left:1.33rem;
	width: 1rem;
	height: 0.4rem;
	content:'';
	display:inline-block;
}
.header.yanse .zyw .a1{
	border: 1px solid var(--c-29763, #C29763);
	color: #C29763;
}
.header.yanse .zyw .a1::after{
	background-image:url(../img/Vector2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.header.yanse.yanse01 .zyw .a1::after{
	background-image:url(../img/Vector.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.header.yanse.yanse01 .zyw .a1{
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
}
.header.yanse .yyty a{
	border: 1px solid var(--c-29763, #C29763);
	color: #C29763;
}
.header.yanse.yanse01 .yyty a{
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
}


.container{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.inban{
	width:100%;
	float:left;
	position:relative;
}
.inban img{
	width:100%;
	height:auto;
	display:block;
}
.inban .tex{
	width:auto;
	position:absolute;
	left:4.2vw;
	bottom:5rem;
	z-index:1;
}
.inban .tex dl dt{
	color: #FFF;
	font-family: Corm;
	font-size: 5rem;
	font-style: italic;
	font-weight: 300;
	line-height: normal;
}
.inban .tex dl dd{
	margin-top:0.62rem;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 176% */
}
.index01{
	width:100%;
	float:left;
	background: #F7F4EF;
	padding:12.5rem 0;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.index01 .inab{
	width:42%;
	color: var(--, #79736F);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 .inab h1{
	overflow:hidden;
}
.index01 .inab h1 img{
	max-width:6.5rem;
}
.index01 .inab dl dt{
	margin-top:1.81rem;
	color: #3A3A3A;
	text-align: center;
	font-family: Corm;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.08rem; /* 140% */
}
.index01 .inab dl dd{
	margin-top:0.49rem;
	color: #C29763;
	text-align: center;
	font-family: Inter;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.05rem; /* 150% */
	letter-spacing: 0.245rem;
	text-transform: uppercase;
}
.index01 .inab .bz{
	margin-top:1.81rem;
	margin-bottom:1.81rem;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.index01 .inab .bz img{
	max-width:0.625rem;
}
.index01 .inab .bz::before{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-right:1.0rem;
	content:'';
	display:inline-block;
}
.index01 .inab .bz::after{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-left:1.0rem;
	content:'';
	display:inline-block;
}
.more{
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.more a{
	color: #C29763;
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.15rem;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
}
.index02{
	width:100%;
	float:left;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .tex{
	width:100%;
	position:absolute;
	top:3.75rem;
	left:0;
	z-index:2;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.08rem; /* 205.333% */
}
.index02 .tex02{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.index02 .tex02 dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index02 .tex02 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.intit{
	width:100%;
	float:left;
}
.intit dl dt{
	color: #C29763;
	text-align: center;
	font-family: Inter;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.975rem; /* 150% */
	letter-spacing: 0.26rem;
	text-transform: uppercase;
}
.intit dl dd{
	margin-top:1.25rem;
	color: #3A3A3A;
	text-align: center;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.75rem; /* 125% */
}
.intit dl dd i{
	color: var(--c-29763, #C29763);
}
.intit .bz{
	margin-top:1.88rem;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.intit .bz img{
	max-width:0.625rem;
}
.intit .bz::before{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-right:1.0rem;
	content:'';
	display:inline-block;
}
.intit .bz::after{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-left:1.0rem;
	content:'';
	display:inline-block;
}
.inwrap{
	width:100%;
	float:left;
	padding:12.5rem 8.33vw;
	background: var(--ebe-7-e-0, #EBE7E0);
}
.fwty{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwty ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwty ul li{
	width:100%;
	position:relative;
	overflow:hidden;
}
.fwty ul li::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.00) 100%);
	content:'';
	display:inline-block;
}
.fwty ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fwty ul li:hover img{
	transform: scale(1.05);
}
.fwty ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	padding:2.4rem 2.0rem;
}
.fwty ul li .tex dl dt{
	color: rgba(255, 255, 255, 0.50);
	font-family: Inter;
	font-size: 0.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.75rem; /* 150% */
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}
.fwty ul li .tex dl dd{
	margin-top:0.53rem;
	color: #FFF;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 150% */
}
.fwty ul:first-child{
	width:39.6%;
}
.fwty ul:first-child li .tex dl dd{
	font-size:1.6rem;
}
.fwty ul:last-child{
	width:59.8%;
}
.fwty ul:last-child li:last-child{
	margin-top:0.69rem;
	width:100%;
}
.fwty ul:last-child li:last-child .tex dl dd{
	font-size:1.3rem;
}
.fwty ul:last-child li:first-child{
	width:58.4%;
}
.fwty ul:last-child li:nth-child(2){
	width:40.5%;
}

.index03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.index03 .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.index03 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.index03 .pic:hover img{
	transform: scale(1.05);
}
.index03 .tex{
	width:50%;
	padding:0 10vw;
	color: #79736F;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.index03 .tex .intit{
	float:none;
}
.index03 .tex .smalpic{
	margin-bottom:8.8rem;
	margin-top:8.8rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.index03 .tex .smalpic img{
	max-width:57%;
}
.inmore{
	display:flex;
	align-items: center;
	margin-top:4.94rem;
}
.inmore a{
	color: #C29763;
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9rem; /* 120% */
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	display:flex;
	align-items: center;
}
.inmore a::before{
	width:2.5rem;
	height: 2.5rem;
	margin-right:1.0rem;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	content:'';
	display:inline-block;
}
.index03 .tex2{
	width:50%;
	padding:0 10vw;
	color: #79736F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.index03 .tex2 dl dt{
	margin-bottom:1.45rem;
	color: #C29763;
	font-family: Inter;
	font-size: 0.55rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.825rem; /* 150% */
	letter-spacing: 0.275rem;
	text-transform: uppercase;
}
.index03 .tex2 dl dd{
	color: #3A3A3A;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.68rem; /* 122.667% */
}
.index03 .tex2 dl dd i{
	color: var(--c-29763, #C29763);
}
.index03 .tex2 .line{
	width: 100%;
	height: 0.03125rem;
	background: rgba(194, 151, 99, 0.30);
	position:relative;
	margin-top:2.75rem;
	margin-bottom:2.6rem;
}
.index03 .tex2 .line::before{
	width:1.25rem;
	height: 0.03125rem;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--f-6-f-1-ed, #F7F4EF);
	content:'';
	display:inline-block;
}
.index03 .tex2 .line::after{
	width: 0.5rem;
	height: 0.5rem;
	position:absolute;
	left:0;
	top:-0.23rem;
	z-index:2;
	border-radius: 1048575rem;
	background: #C29763;
	content:'';
	display:inline-block;
}

.mdwrap{
	width:100%;
	float:left;
	padding:10rem 0;
	background: #EBE7E0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.mdxx{
	width:50%;
}
.mdxx2{
	width:100%;
	float:left;
	margin-top:4.0rem;
}
.mdxx2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mdxx2 ul li{
	width:30.5%;
	text-align:center;
}
.mdxx2 ul li .pic{
	overflow:hidden;
}
.mdxx2 ul li .pic img{
	max-height:3.0rem;
}
.mdxx2 ul li dl dt{
	margin-top:1.25rem;
	margin-bottom:0.58rem;
	color: #3A3A3A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.425rem; /* 142.5% */
}
.mdxx2 ul li dl dd{
	color: #7A7A7A;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.66rem; /* 189.714% */
}
.mdxx2 ul li .sm{
	margin-top:0.88rem;
	color: rgba(122, 122, 122, 0.50);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.26rem; /* 168% */
}

.index04{
	width:100%;
	float:left;
	position:relative;
}
.index04 img{
	width:100%;
	height:auto;
	display:block;
}
.index04 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.index04 .tex .a01{
	width:20%;
	color: #FAF7F2;
	text-align: center;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem; /* 200% */
}
.index04 .tex .a01 h1{
	overflow:hidden;
	margin-bottom:2.0rem;
	display: flex;
	align-items: center;
	justify-content:center;
}
.index04 .tex .a01 h1 img{
	max-height:5.0rem;
	max-width:6.25rem;
	width:auto;
}
.index04 .tex .bz{
	margin-top:2rem;
	margin-bottom:2.0rem;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.index04 .tex .bz img{
	max-width:0.625rem;
}
.index04 .tex .bz::before{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht2.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-right:1.0rem;
	content:'';
	display:inline-block;
}
.index04 .tex .bz::after{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht2.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-left:1.0rem;
	content:'';
	display:inline-block;
}
.index04 .tex .ljyy{
	display:flex;
	justify-content:center;
}
.index04 .tex .ljyy a{
	padding: 0.5rem 1.5rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}

.foot{
	width:100%;
	float:left;
	background: #EDE9E1;
	padding:5.0rem 15.4vw;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:auto;
	min-width:24%;
	color: var(--, #79736F);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.foot01 .a01 h1{
	overflow:hidden;
	margin-bottom:1.94rem;
}
.foot01 .a01 h1 img{
	max-width:5.5rem;
}
.foot01 .a02{
	width:auto;
	min-width:24%;
}
.foot01 .a02 dl dt{
	padding-bottom:0.63rem;
	color: #C29763;
	font-family: zt3;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.1625rem;
	text-transform: uppercase;
}
.foot01 .a02 dl dd{
	color: #79736F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 220% */
}
.foot01 .a02 dl dd a{
	color: #79736F;
}
.foot01 .a02 dl dd i{
	color: rgba(154, 148, 144, 0.50);
	font-family: zt3;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.5rem;
	padding-top:2.0rem;
	border-top:1px solid rgba(194, 151, 99, 0.07);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: rgba(154, 148, 144, 0.38);
	font-family: zt3;
	font-size: 0.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9rem; /* 150% */
	letter-spacing: 0.06rem;
}
.nab{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 6.25rem 8.33vw 10rem 8.33vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index:3;
	overflow:hidden;
}
.nab::after{
	width:15.2%;
	height:calc(100% - 6.25rem);
	position:absolute;
	right:-4rem;
	top:3.125rem;
	z-index:-1;
	background-image:url(../img/wz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.nab-l{
	width:34%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l .a01{
	width:100%;
	color: var(--, #3A3A3A);
	font-size: 1.40625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162.5% */
}
.nab-l .a01 dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.nab-l .a01 dl dd{
	margin-bottom:2.5rem;
	color: var(--c-29763, #C29763);
	font-size: 5.625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 6.25rem; /* 111.111% */
}
.nab-l .a02{
	width:100%;
	color: var(--, #79736F);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-r{
	width:50%;
	position:relative;
	overflow:hidden;
}
.nab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab-r:hover img{
	transform: scale(1.05);
}
.nab02{
	width:100%;
	float:left;
	position:relative;
}
.nab02 img{
	width:100%;
	height:auto;
	display:block;
}
.nab02 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:18%;
	z-index:2;
	padding:0 8.33vw;
}
.nab02 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 .tex ul li{
	width:31.3%;
	display: flex;
	min-width:31.3%;
}
.nab02 .tex ul li .tit{
	width:auto;
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-size: 8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
}
.nab02 .tex ul li .sx{
	width: 1px;
	min-width:1px;
	height: 14.875rem;
	margin-left:2.5rem;
	margin-right:2.5rem;
	background-image:url(../img/sx.svg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nab02 .tex ul li dl dt{
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.25rem; /* 120% */
	margin-bottom:1.25rem;
}
.nab02 .tex ul li dl dd{
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 185.714% */
}
.abwrap{
	width:100%;
	float:left;
	background: var(--f-6-f-1-ed, #F7F4EF);
	padding:12.5rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abpic{
	width:32.4%;
	margin-top:6.25rem;
	position:relative;
	overflow:hidden;
}
.abpic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.abpic:hover img{
	transform: scale(1.05);
}
.abtex{
	width:67.25%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.abtex .subtex{
	width:31.2%;
	position:absolute;
	left:5.0rem;
	bottom:4.0rem;
	z-index:1;
	padding:2.5rem;
	background: #FFF8F0;
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
}
.abtex .subtex dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt3;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.07813rem;
}
.abtex .subtex dl dd{
	margin-top:0.54rem;
	color: #685D4A;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abtex .pic{
	width:46%;
	position:relative;
	overflow:hidden;
	display:flex;
	align-items: flex-start;
}
.abtex .pic img{
    width: 100%;
    height: auto;
   
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.abtex .pic:hover img{
	transform: scale(1.05);
}
.abtex .tex{
	width:37.4%;
	color: #4D4635;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.abtex .tex h1{
	color: #1F1B13;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 104.167% */
	letter-spacing: 0.28125rem;
	margin-bottom:3.0rem;
}
.fwwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 6.25rem 8.33vw 10rem 8.33vw;
	background: var(--ebe-7-e-0, #EBE7E0);
	z-index:3;
	position:relative;
}
.wytit{
	width:auto;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
	color: #1F1B13;
	font-size: 18.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	opacity: 0.03;
}
.fwtit{
	width:100%;
	float:left;
}
.fwtit dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.fwtit dl dd{
	margin-top:1.25rem;
	color: #3A3A3A;
	font-size: 5.625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
	letter-spacing: 0.5625rem;
}
.fwtit dl dd i{
	color: var(--c-29763, #C29763);
}
.fwtit .sm{
	margin-top:2.5rem;
	display:flex;
	color: #4D4635;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.03125rem; /* 162.5% */
}
.fwtit .sm div{
	width:45%;
}
.fw01{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.fw01 img{
	width:100%;
	height:auto;
	display:block;
}
.fw01 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:26%;
	z-index:2;
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	font-family: zt3;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.10938rem;
	text-transform: uppercase;
}
.fw01 .tex dl dt{
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.46875rem;
	text-transform: uppercase;
}
.fw01 .tex dl dd{
	margin-bottom:1.0rem;
	margin-top:0.5rem;
	color: #FFF;
	text-align: center;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 100% */
	letter-spacing: 0.75rem;
	font-family:Noto;
}
.fw02{
	width:100%;
	float:left;
	padding:10rem 8.33vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
	display: flex;
	justify-content: center;
}
.fw02 .a01{
	width:51.4%;
	color: #4D4635;
	text-align: center;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 162.5%; /* 162.5% */
}
.fw02 .a01 dl dt{
	display: flex;
	justify-content: center;
}
.fw02 .a01 dl dt img{
	max-height:2.34rem;
}
.fw02 .a01 dl dd{
	margin-top:2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #79736F;
	text-align: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.375rem;
	text-transform: uppercase;
	margin-bottom:1.25rem;
}
.fw02 .a01 dl dd::before{
	width: 2.5rem;
	height: 0.07813rem;
	background: var(--c-29763, #C29763);
	margin-right:1.25rem;
	content:'';
	display:inline-block;
}
.fw02 .a01 dl dd::after{
	width: 2.5rem;
	height: 0.07813rem;
	background: var(--c-29763, #C29763);
	margin-left:1.25rem;
	content:'';
	display:inline-block;
}
.fw02 .a01 .yy{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:2.5rem;
}
.fw02 .a01 .yy a{
	padding: 0.5rem 1.5rem;
	border: 1px solid var(--c-29763, #C29763);
	color: var(--c-29763, #C29763);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}
.swrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 6.25rem 8.33vw 10rem 8.33vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
	z-index:3;
	position:relative;
}

.kjtit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.kjtit .a01{
	width:auto;
}
.kjtit .a01 dl dt{
	color: #1F1B13;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 104.167% */
	letter-spacing: 0.14063rem;
}
.kjtit .a01 dl dt i{
	color: var(--c-29763, #C29763);
}
.kjtit .a01 dl dd{
	margin-top:1.25rem;
	color: #685D4A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nmore{
	width:auto;
	display:flex;
	align-items: center;
}
.nmore a{
	color: #C29763;
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9rem; /* 120% */
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	display:flex;
	align-items: center;
}
.nmore a::before{
	width:2.5rem;
	height:2.5rem;
	margin-right:1.0rem;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.zthj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zthj-l{
	width:58.1%;
	position:relative;
	overflow:hidden;
}
.zthj-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zthj-l:hover img{
	transform: scale(1.05);
}
.zthj-l .tex{
	width:auto;
	position:absolute;
	left:2.5rem;
	bottom:2.5rem;
	z-index:1;
}
.zthj-l .tex dl dt{
	color: #FFF;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 150% */
	letter-spacing: 0.225rem;
	text-transform: uppercase;
}
.zthj-l .tex dl dd{
	color: #FFF;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 133.333% */
}
.zthj-r{
	width:41.3%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zthj-r .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.zthj-r .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zthj-r .pic:hover img{
	transform: scale(1.05);
}
.zthj-r .tex{
	width:100%;
	margin-top:0.62rem;
	background: var(--ebe-7-e-0, #EBE7E0);
	flex: 1 0 0;
	align-self: stretch;
	display:flex;
	align-items: center;
	padding:0 3.12rem;
}
.zthj-r .tex dl dt{
	color: #1F1B13;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 133.333% */
}
.zthj-r .tex dl dd{
	margin-top:1.5rem;
	padding-bottom:2.18rem;
	position: relative;
	color: #685D4A;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 163%; /* 162.5% */
}
.zthj-r .tex dl dd::before{
	width: 3.75rem;
	height: 0.07813rem;
	background: rgba(115, 92, 0, 0.30);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.swrap2{
	width:100%;
	float:left;
	padding: 12.5rem 8.33vw;
	background: var(--ebe-7-e-0, #EBE7E0);
}
.gnqy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.gnqy ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gnqy ul li{
	width:32.9%;
}
.gnqy ul li .pic{
	overflow:hidden;
	position:relative;
}
.gnqy ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.gnqy ul li:hover .pic img{
	transform: scale(1.05);
}
.gnqy ul li dl dt{
	margin-top:1.88rem;
	color: #1F1B13;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140% */
}
.gnqy ul li dl dd{
	margin-top:0.62rem;
	color: #79736F;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.02738rem;
	text-transform: uppercase;
}

.swrap3{
	width:100%;
	float:left;
	padding:12.5rem 8.33vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.fx01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
	z-index:3;
}
.fx01::before{
	width:100%;
	height:50%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.00) 100%);
	content:'';
	display:inline-block;
}
.fx01 img{
	width:100%;
	height:auto;
	display:block;
}
.fx01 .tex{
	width:auto;
	position:absolute;
	bottom:2.5rem;
	left:3.75rem;
	z-index:2;
}
.fx01 .tex h1{
	display:flex;
}
.fx01 .tex h1 i{
	padding: 0.3125rem 0.9375rem;
	background: var(--c-29763, #C29763);
	color: #FFF;
	font-family: zt;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 150% */
	letter-spacing: 0.24375rem;
	text-transform: uppercase;
}
.fx01 .tex dl dt{
	margin-top:1.25rem;
	color: #FFF;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 125% */
}
.fx01 .tex dl dd{
	margin-top:1.25rem;
	color: rgba(255, 255, 255, 0.70);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fx02{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fx02 .tex{
	width:41.3%;
	color: var(--, #79736F);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 182.813% */
}
.fx02 .tex .a01 dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.fx02 .tex .a01 dl dd{
	margin-top:1.25rem;
	color: #1F1B13;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 104.167% */
	margin-bottom:3.0rem;
}
.fx02 .tex ul{
	margin-top:5.0rem;
	border-top: 1px solid #D0C5AF;
	padding-top:0.62rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fx02 .tex ul li{
	width:48.4%;
	margin-top:1.88rem;
}
.fx02 .tex ul li dl dt{
	color: #3A3A3A;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 142.857% */
}
.fx02 .tex ul li dl dd{
	margin-top:0.31rem;
	color: #79736F;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}
.fx02 .tex .nmore{
	margin-top:6.25rem;
}
.fx02 .pic{
	width:48.1%;
	position:relative;
}
.fx02 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.fx02 .pic .smal{
	display: flex;
	width: 20rem;
	height: 20rem;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	left: -5.4375rem;
	bottom: -3.125rem;
	z-index:2;
	border: 10px solid #FFF8F0;
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
}
.fx02 .pic .smal img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.tanc{
	right:0; 
	top:0;
	position: fixed;
	width:100%; 
	z-index:9;
	display: none;
	height:100%;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: rgba(0, 0, 0, 0.70);
}
.tanc01 .tcpic{
	width:80%;
	position:absolute;
	left:10%;
	top:5%;
	z-index:3;
}
.tanc01 .tcpic .tp{
	width:100%;
	position:relative;
}
.tanc01 .tcpic .tp .gb{
	width: 2.25rem;
	height: 2.25rem;
	position:absolute;
	top:1.88rem;
	right:1.88rem;
	z-index:3;
	background-image:url(../img/gb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border: 0px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 4px solid var(--f-6-f-1-ed, #F7F4EF);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.swiper-slide .a01 .tex{
	width: auto;
	position:absolute;
	left:3.75rem;
	bottom:1.25rem;
	z-index:2;
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-family: zt;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.02738rem;
	text-transform: uppercase;
}
.swiper-slide .a01 .tex h1{
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 140% */
	margin-bottom:0.62rem;
	font-family: Noto;
}
.swiper-slide .a01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.swiper-slide .a01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.swiper-slide .a01:hover .pic img{
	transform: scale(1.05);
}
.swiper.aa01{
	margin-top:2.5rem;
	width:100%;
	float:left;
}
.swiper-button-prev:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-next:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jbwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(--f-6-f-1-ed, #F7F4EF);
	padding: 6.25rem 8.33vw 10rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.jbwrap .tex{
	width:26.25%;
	color: var(--, #79736F);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 182.813% */
}
.jbwrap .tex dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.jbwrap .tex dl dd{
	color: #3A3A3A;
	font-size: 5.625rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:4.32rem;
}
.jbwrap .tex dl dd i{
	color: var(--c-29763, #C29763);
}
.jbwrap .tex .bq{
	margin-top:5.6rem;
	display:flex;
	align-items: center;
	color: var(--c-29763, #C29763);
	font-family: zt;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; /* 133.333% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.jbwrap .tex .bq::after{
	width: 3.75rem;
	height: 0.07813rem;
	background: rgba(115, 92, 0, 0.40);
	margin-left:1.25rem;
	content:'';
	display:inline-block;
}
.jbwrap .pic{
	width:56.8%;
	position:relative;
}
.jbwrap .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.jbwrap .pic .wb{
	display: flex;
	width: 16.0rem;
	padding: 2.5rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.25rem;
	position: absolute;
	right: -3.75rem;
	bottom: -3.75rem;
	border: 1.25px solid rgba(115, 92, 0, 0.05);
	background: var(--f-6-f-1-ed, #F7F4EF);
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
	backdrop-filter: blur(15px);
}
.jbwrap .pic .wb dl dt{
	color: #685D4A;
	font-family: Manrope;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.3125rem;
	text-transform: uppercase;
	margin-bottom:1.25rem;
}
.jbwrap .pic .wb dl dd{
	color: var(--c-29763, #C29763);
	font-size: 1.40625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%; /* 155.556% */
}
.jbwrap2{
	width:100%;
	float:left;
	padding: 12.5rem 8.33vw;
	background: var(--ebe-7-e-0, #EBE7E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.jbwrap2 .tex{
	width:24.5%;
}
.jbwrap2 .tex h1{
	color: var(--c-29763, #C29763);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.23438rem;
}
.jbwrap2 .tex dl dt{
	margin-top:0.63rem;
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.23438rem;
	text-transform: uppercase;
}
.jbwrap2 .tex dl dd{
	margin-top:1.25rem;
	color: #3A3A3A;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.07813rem;
	margin-bottom:3.69rem;
}
.jbwrap2 .tex dl dd i{
	color: var(--c-29763, #C29763);
}
.jbwrap2 .pic01{
	width:49.7%;
	overflow:hidden;
	position:relative;
}
.jbwrap2 .pic01 img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.jbwrap2 .pic01:hover img{
	transform: scale(1.05);
}
.jbwrap2 .pic02{
	width:24.5%;
	overflow:hidden;
	position:relative;
}
.jbwrap2 .pic02 img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.jbwrap2 .pic02:hover img{
	transform: scale(1.05);
}
.jbwrap3{
	width:100%;
	float:left;
	padding: 12.5rem 8.33vw;
	background: #3A3A3A;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.jbwrap3 .tex{
	width:45%;
}
.jbwrap3 .tex .a01 dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.46875rem;
	text-transform: uppercase;
}
.jbwrap3 .tex .a01 dl dd{
	margin-top:1.25rem;
	color: #FFF;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:0.62rem;
}
.jbwrap3 .tex .a01 dl dd i{
	color: var(--c-29763, #C29763);
}
.jbwrap3 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jbwrap3 .tex ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:1.88rem;
}
.jbwrap3 .tex ul li img{
	margin-right:1.88rem;
	max-width:1.1rem;
}
.jbwrap3 .tex ul li dl dt{
	color: rgba(255, 255, 255, 0.90);
	font-size: 1.40625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 155%; /* 155.556% */
}
.jbwrap3 .tex ul li dl dd{
	margin-top:0.62rem;
	color: rgba(255, 255, 255, 0.50);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 177.734% */
}
.jbwrap3 .pic{
	width:53.7%;
	overflow:hidden;
	position:relative;
}
.jbwrap3 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.jbwrap3 .pic:hover img{
	transform: scale(1.05);
}

.jbwrap4{
	width:100%;
	float:left;
	padding: 12.5rem 8.33vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jbwrap4 .tex{
	width:29.2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.jbwrap4 .tex .a01{
	width:100%;
	color: #1F1B13;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.jbwrap4 .tex .a01 h1{
	color: var(--c-29763, #C29763);
	font-family: Manrope;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.23438rem;
	text-transform: uppercase;
}
.jbwrap4 .tex .a01 dl dt{
	margin-top:0.69rem;
	color: #3A3A3A;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.07813rem;
}
.jbwrap4 .tex .a01 dl dd{
	color: var(--c-29763, #C29763);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.07813rem;
	margin-bottom:1.31rem;
}
.jbwrap4 .tex .a01 .sm{
	margin-top:3.75rem;
	border-left: 4px solid var(--c-29763, #C29763);
	background: var(--ebe-7-e-0, #EBE7E0);
	padding:2.5rem;
	color: #685D4A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.jbwrap4 .tex .yy{
	display:flex;
}
.jbwrap4 .tex .yy a{
	padding: 0.5rem 1.5rem;
	border: 1px solid var(--c-29763, #C29763);
	color: var(--c-29763, #C29763);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}
.jbwrap4 .pic{
	width:65.8%;
}
.jbwrap4 .pic ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jbwrap4 .pic ul li{
	width:32.7%;
	overflow:hidden;
	position:relative;
	margin-top:0.62rem;
}
.jbwrap4 .pic ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.jbwrap4 .pic ul li:hover img{
	transform: scale(1.05);
}
.jbwrap4 .pic ul li:first-child{
	margin-top:0px;
	width:100%;
}

.kwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 7.5rem 8.33vw 12.5rem 8.33vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kwrap .tex{
	width:30%;
	color: var(--, #79736F);
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5625rem; /* 142.857% */
}
.kwrap .tex h1{
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.39063rem;
	text-transform: uppercase;
}
.kwrap .tex dl dt{
	margin-top:0.62rem;
	color: #1F1B13;
	font-size: 5.625rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.kwrap .tex dl dd{
	margin-top:0.66rem;
	color: var(--c-29763, #C29763);
	font-size: 4.6875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4.6875rem; /* 100% */
	padding-bottom:3.75rem;
	position:relative;
}
.kwrap .tex dl dd::before{
	width: 7.5rem;
	height: 0.07813rem;
	background: rgba(115, 92, 0, 0.20);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.kwrap .tex h2{
	margin-top:4.93rem;
	color: #3A3A3A;
	font-size: 1.40625rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.28519rem; /* 162.5% */
	margin-bottom:1.28rem;
}
.kwrap .tex .yy{
	margin-top:9.0rem;
	display:flex;
}
.kwrap .tex .yy a{
	padding: 0.5rem 1.5rem;
	border: 1px solid var(--c-29763, #C29763);
	color: var(--c-29763, #C29763);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}
.kwrap .pic{
	width:58.3%;
	position:relative;
}
.kwrap .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.kwrap .pic .wb{
	width: 18rem;
	height: auto;
	position: absolute;
	padding:2.5rem;
	left:-3.75rem;
	bottom:-3.75rem;
	z-index:2;
	background: var(--f-6-f-1-ed, #F7F4EF);
	/* 0-10-40-0.03 */
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.03);
}
.kwrap .pic .wb dl dt{
	color: var(--c-29763, #C29763);
	font-family: Manrope;
	font-size: 0.70313rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.05469rem; /* 150% */
	letter-spacing: 0.07031rem;
	text-transform: uppercase;
}
.kwrap .pic .wb dl dd{
	margin-top:0.61rem;
	color: var(--, #3A3A3A);
	font-size: 1.40625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 155.556% */
}

.kwrap2{
	width:100%;
	float:left;
	padding: 12.5rem 8.33vw;
	background: var(--ebe-7-e-0, #EBE7E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.kwrap2 .tex{
	width:30.8%;
}
.kwrap2 .tex .a01 dl dt{
	color: #1F1B13;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.kwrap2 .tex .a01 dl dd{
	color: var(--c-29763, #C29763);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position:relative;
	padding-bottom:3.75rem;
}
.kwrap2 .tex .a01 dl dd::before{
	width: 6.25rem;
	height: 0.07813rem;
	background: #D4AF37;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.kwrap2 .tex ul{
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kwrap2 .tex ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:2.5rem;
}
.kwrap2 .tex ul li img{
	max-width:1.56rem;
	margin-right:1.25rem;
}
.kwrap2 .tex ul li dl dt{
	color: #3A3A3A;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.kwrap2 .tex ul li dl dd{
	margin-top:0.63rem;
	color: #79736F;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
}
.kwrap2 .pic{
	width:56.8%;
	position:relative;
}
.kwrap2 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.kwrap2 .pic .wb{
	width: 30rem;
	padding: 3.125rem;
	position: absolute;
	right: -2.5rem;
	bottom: -5.0rem;
	background: var(--f-6-f-1-ed, #F7F4EF);
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
	z-index:2;
	color: #685D4A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 177.734% */
}
.kwrap2 .pic .wb dl dt{
	color: var(--c-29763, #C29763);
	font-family: Manrope;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.kwrap2 .pic .wb dl dd{
	margin-top:1.25rem;
	color: #1F1B13;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 140.625% */
	margin-bottom:1.2rem;
}
.ktvpic{
	width:100%;
	float:left;
	position:relative;
}
.ktvpic img{
	width:100%;
	height:auto;
	display:block;
}
.ktvpic .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ktvpic .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ktvpic .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.kwrap3{
	width:100%;
	float:left;
	padding: 12.5rem 8.33vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.kwrap3 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kwrap3 ul li{
	width:32.9%;
	background: var(--ebe-7-e-0, #EBE7E0);
}
.kwrap3 ul li .pic{
	position:relative;
	overflow:hidden;
}
.kwrap3 ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.kwrap3 ul li .pic:hover img{
	transform: scale(1.05);
}
.kwrap3 ul li .tex{
	padding:2.5rem;
	color: #79736F;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.kwrap3 ul li .tex dl dt{
	color: var(--c-29763, #C29763);
	font-family: Manrope;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.23438rem;
	text-transform: uppercase;
}
.kwrap3 ul li .tex dl dd{
	margin-top:0.66rem;
	color: #3A3A3A;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 133.333% */
	margin-bottom:1.25rem;
}
.kwrap3 ul li:nth-child(2){
	display: flex;
	align-items: center;
	justify-content: center;
}
.kwrap3 ul li .a01{
	width:100%;
}
.kwrap3 ul li .a01 dl dt{
	color: #3A3A3A;
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 138.889% */
}
.kwrap3 ul li .a01 dl dt i{
	color: var(--c-29763, #C29763);
}
.kwrap3 ul li .a01 dl dd{
	margin-top:1.87rem;
	color: #79736F;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.kwrap3 ul li .a01 .pic{
	margin-top:2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kwrap3 ul li .a01 .pic img{
	max-width:2.9rem;
	max-height:2.6rem;
	width:auto;
	height:auto;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 6.25rem 8.33vw 10rem 8.33vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.ntit{
	width:100%;
	float:left;
	padding-bottom:2.5rem;
	border-bottom: 1.25px solid #D0C5AF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.ntit .a01{
	width: auto;
}
.ntit .a01 dl dt{
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.ntit .a01 dl dd{
	margin-top:1.25rem;
	color: #1F1B13;
	font-size: 5.625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
}
.ntit .a02{
	width:auto;
}
.ntit .a02 a{
	margin-left:2.5rem;
	color: #79736F;
	font-family: Inter;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.10938rem;
	text-transform: uppercase;
}
.ntit .a02 a:hover{
	color: var(--c-29763, #C29763);
}
.ntit .a02 a.cur{
	color: var(--c-29763, #C29763);
}
.newtj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:66.3%;
	position:relative;
	overflow:hidden;
}
.newtj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newtj .pic:hover img{
	transform: scale(1.05);
}
.newtj .tex{
	width:32.5%;
	padding: 3.125rem;
	border-top: 2.5px solid var(--c-29763, #C29763);
	background: var(--ebe-7-e-0, #EBE7E0);
	color: #685D4A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtj .tex dl dt{
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.newtj .tex dl dd{
	margin-top:2.5rem;
	margin-bottom:2.5rem;
	color: #1F1B13;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.5rem; /* 133.333% */
}
.newtj .tex .gd{
	display:flex;
	margin-top:3.0rem;
	padding-bottom:0.62rem;
	padding-top:0.55rem;
	border-bottom: 1.25px solid #D0C5AF;
}
.newtj .tex .gd a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(127, 118, 99, 0.50);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.newtj .tex .gd a::after{
	width:1.17rem;
	height:1.17rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li .pic{
	overflow:hidden;
	position:relative;
}
.newlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	filter: grayscale(100%);
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
	filter: grayscale(0%);
}
.newlist ul li .tex{
	margin-top:1.25rem;
}
.newlist ul li .tex .sm{
	display:flex;
}
.newlist ul li .tex .sm div{
	width:84%;
	color:#79736F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.newlist ul li .tex dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt3;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.07813rem;
	text-transform: uppercase;
}
.newlist ul li .tex dl dd{
	margin-top:0.63rem;
	color: #3A3A3A;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.95313rem; /* 156.25% */
	margin-bottom:1.0rem;
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.625rem;
	margin-right:0.625rem;
	display:flex;
	align-items: center;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	border: 1px solid var(--c-29763, #C29763);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color: #3A3A3A;
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fy ul li a b{
	font-family:'宋体';
}

.newrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 6.25rem 8.33vw 10rem 8.33vw;
	background: var(--Color-3, #F1EFE9);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newrap .tex{
	width:50.8%;
	color: rgba(0, 0, 0, 0.50);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.newrap .tex dl dt{
	color: var(--c-29763, #C29763);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.newrap .tex dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:6.25rem;
}
.newrap .tex .stb{
	display:flex;
	align-items: center;
	margin-top:6.25rem;
}
.newrap .tex .stb a{
	display:flex;
	align-items: center;
	margin-right:1.25rem;
}
.newrap .tex .stb a img{
	max-width:1.5rem;
}
.newrap .pic{
	width:40.4%;
	position:relative;
	overflow:hidden;
}
.newrap .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newrap .pic:hover img{
	transform: scale(1.05);
}
.newrap2{
	width:100%;
	float:left;
	padding:10rem 0;
	background: var(--ebe-7-e-0, #EBE7E0);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.newtex{
	width:52%;
	color: rgba(0, 0, 0, 0.50);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.newrap3{
	width:100%;
	float:left;
	padding:3.94rem 8.33vw;
	background: #79736F;
}
.newrap3 dl dt{
	color: #FFF;
	text-align: center;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.newrap3 dl dd{
	margin-top:0.62rem;
	color: #FFF;
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newrap3 .gd{
	display:flex;
	justify-content: center;
	margin-top:1.88rem;
}
.newrap3 .gd a{
	padding: 0.5rem 1.75rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}

.lxwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 6.25rem 8.33vw 10rem 8.33vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.lxtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.lxtit .a01 dl dt{
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.lxtit .a01 dl dd{
	color: #1F1B13;
	font-size: 5.625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 5.625rem; /* 100% */
}
.lxtit .a01 dl dd i{
	color: var(--c-29763, #C29763);
}
.lxtit .a02{
	width:33.4%;
	color: #685D4A;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 .pic{
	width:65.8%;
	position:relative;
	overflow:hidden;
}
.lx01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lx01 .pic:hover img{
	transform: scale(1.05);
}
.lx01 .tex{
	width:33.6%;
}
.lx01 .tex ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.625rem;
	flex-shrink: 0;
	align-self: stretch;
	height:100%;
}
.lx01 .tex ul li{
	width:100%;
	padding:2.5rem;
	background: var(--ebe-7-e-0, #EBE7E0);
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
	flex: 1 0 0;
	align-self: stretch;
}
.lx01 .tex ul li .xpic{
	overflow:hidden;
}
.lx01 .tex ul li .xpic img{
	max-height:1.5rem;
}
.lx01 .tex ul li dl dt{
	color: #1F1B13;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1875rem; /* 140% */
	letter-spacing: 0.03906rem;
	margin-top:1.88rem;
}
.lx01 .tex ul li dl dd{
	margin-top:1.25rem;
	padding-top:1.25rem;
	border-top: 1.25px solid rgba(208, 197, 175, 0.30);
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
	display: flex;
	align-items:center;
}
.lx01 .tex ul li dl dd::after{
	margin-left:0.62rem;
	width: 2.5rem;
	height: 0.07813rem;
	background: rgba(212, 175, 55, 0.40);
	content:'';
	display:inline-block;
}
.lx01 .tex ul li .sm{
	margin-top:1.25rem;
	color: #79736F;
	font-family: zt3;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 162.5% */
	letter-spacing: 0.10938rem;
}
.map{
	width:100%;
	float:left;
	margin-top:2.5rem;
	position:relative;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.map .tex{
	position:absolute;
	left:1.88rem;
	bottom:1.88rem;
	display: inline-flex;
	padding: 1.25rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.3125rem;
	border: 1.25px solid rgba(208, 197, 175, 0.20);
	background: rgba(255, 248, 240, 0.90);
	box-shadow: 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(7.5px);
}
.map .tex dl dt{
	color: #79736F;
	font-family: Inter;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.07813rem;
	text-transform: uppercase;
}
.map .tex dl dd{
	margin-top:0.31rem;
	color: #1F1B13;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yytit{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.yytit dl dt{
	color: #1F1B13;
	text-align: center;
	font-size: 5.625rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.23438rem;
	text-transform: uppercase;
	padding-bottom:1.88rem;
	position:relative;
}
.yytit dl dt i{
	color: var(--c-29763, #C29763);
}
.yytit dl dt::after{
	width: 6.25rem;
	height: 0.07813rem;
	position:absolute;
	left:calc(50% - 3.125rem);
	bottom:0;
	z-index:1;
	background: rgba(115, 92, 0, 0.30);
	content:'';
	display:inline-block;
}
.yytit dl dd{
	margin-top:1.88rem;
	color: #79736F;
	text-align: center;
	font-family: Inter;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.21875rem;
}
.yy01{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.yy01 ul{
	display: flex;
	flex-wrap: wrap;
}
.yy01 ul li{
	width:calc(33.33% - 0.62rem);
	border: 4px solid var(--f-6-f-1-ed, #F7F4EF);
	position:relative;
	margin-right:0.62rem;
	overflow:hidden;
}
.yy01 ul li.error{
	border: 4px solid var(--f-6-f-1-ed, #ff0000);
}
.yy01 ul li:nth-child(3n){
	margin-right:0px;
}
.yy01 ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.yy01 ul li:hover img{
	transform: scale(1.05);
}
.yy01 ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: rgba(0, 0, 0, 0.40);
	content:'';
	display:inline-block;
}
.yy01 ul li::after{
	width:1.75rem;
	height:1.75rem;
	position:absolute;
	right:1.25rem;
	top:1.25rem;
	z-index:2;
	background-image:url(../img/yuan.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.yy01 ul li:hover::after{
	background-image:url(../img/yuan2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.yy01 ul li.cur::after{
	background-image:url(../img/yuan2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	
}
.yy01 ul li.cur{
	border: 4px solid var(--c-29763, #C29763);
}
.yy01 ul li:hover{
	border: 4px solid var(--c-29763, #C29763);
}

.yy01 ul li .tex{
	width:auto;
	position:absolute;
	left:1.88rem;
	bottom:1.88rem;
	z-index:3;
}
.yy01 ul li .tex dl dt{
	color: #FFF;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 140% */
	letter-spacing: 0.15625rem;
}
.yy01 ul li .tex dl dd{
	color: rgba(255, 255, 255, 0.70);
	font-family: Inter;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.23438rem;
	text-transform: uppercase;
}

.yy02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-radius: 0.3125rem;
	background: #FFF;
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
	overflow:hidden;
	padding:6.25rem;
}
.yy02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yy02 ul li{
	width:48%;
	margin-top:3.75rem;
}
.yy02 ul li dl dt{
	color: #685D4A;
	font-family: Manrope;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.3125rem;
	text-transform: uppercase;
	text-align:left;
}
.yy02 ul li dl dd{
	margin-top:1.3rem;
}
.yybk{
	width:100%;
	border:0px;
	padding:0.78rem 0;
	color: #D6D3D1;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.yybk2{
	width:100%;
	border:0px;
	padding:0.78rem 0;
	color: #57534E;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.yybk3{
	width:100%;
	border:0px;
	padding:0.78rem 0;
	color: #D6D3D1;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
	border-bottom: 1px solid var(--c-29763, #C29763);
}
.anniu{
	padding: 1.25rem 5rem;
	background: var(--c-29763, #C29763);
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
	border:0px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.32813rem;
	text-transform: uppercase;
	cursor:pointer;
}
.error-input{ border:1px #FF0000 solid;}
.yy02 ul li.w100{
	width:100%;
	text-align:center;
	color: #A8A29E;
	font-family: Inter;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.07813rem;
}
.yy02 ul li:last-child{
	margin-top:1.25rem;
}
.yy02 ul li:first-child{
	margin-top:0;
}
.yy02 ul li:nth-child(2){
	margin-top:0;
}

.tanc01 .yycg{
	width:70%;
	position:absolute;
	left:15%;
	top:5%;
	z-index:3;
	padding:2.5rem;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.tanc01 .yycg dl dt{
	overflow:hidden;
	text-align:center;
}
.tanc01 .yycg dl dt img{
	max-height:4.8rem;
	width:auto;
}
.tanc01 .yycg dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:1.5rem;
	border-bottom:1px solid #C29763;
}
.tanc01 .yycg .a01{
	width:100%;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tanc01 .yycg .a01 .pic{
	width:56.5%;
	position:relative;
	overflow:hidden;
}
.tanc01 .yycg .a01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.tanc01 .yycg .a01 .pic:hover img{
	transform: scale(1.05);
}
.tanc01 .yycg .a01 .tex{
	width:36%;
}
.tanc01 .yycg .a01 .tex h1{
	color: var(---333, #333);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.tanc01 .yycg .a01 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.tanc01 .yycg .a01 .tex ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.9rem;
}
.tanc01 .yycg .a01 .tex ul li:first-child{
	margin-top:0px;
}
.tanc01 .yycg .a01 .tex ul li .b01{
	width:40%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tanc01 .yycg .a01 .tex ul li .b02{
	width:60%;
	color: rgba(0, 0, 0, 0.50);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tanc01 .yycg .a02{
	display:flex;
	width:100%;
	margin-top:2.5rem;
}
.tanc01 .yycg .a02 a{
	padding:1.23rem 0;
	width:100%;
	background: var(--c-29763, #C29763);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}









.mart6{
	margin-top:6.25rem;
}



.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}

}


@media (min-width:1000px) and (max-width:1600px){




	
}

@media (min-width:1000px) and (max-width:1700px){






	
}

@media (min-width:1000px) and (max-width:1360px){


















	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:990;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 1.5rem; 
	height: 1.5rem; 
	background:url(../img/close.png) no-repeat center; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.zym{
	width:5.0rem;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	
	background-color:var(--c-29763, #C29763);
	color:#FFF;
	line-height:3.0rem;
}

.subNavBox3{
	width:100%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background:var(--c-29763, #C29763); color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.container{
	width: 100%;
	float:left;
	padding:0px 5.2vw;
}

.inban{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.inban img{
	width:100%;
	height:auto;
	display:block;
}
.inban .tex{
	width:auto;
	position:absolute;
	left:4.2vw;
	bottom:2rem;
	z-index:1;
}
.inban .tex dl dt{
	color: #FFF;
	font-family: Corm;
	font-size: 2rem;
	font-style: italic;
	font-weight: 300;
	line-height: normal;
}
.inban .tex dl dd{
	margin-top:0.62rem;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 176% */
}
.index01{
	width:100%;
	float:left;
	background: #F7F4EF;
	padding:3.5rem 0;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.index01 .inab{
	width:80%;
	color: var(--, #79736F);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 .inab h1{
	overflow:hidden;
}
.index01 .inab h1 img{
	max-width:6.5rem;
}
.index01 .inab dl dt{
	margin-top:1.0rem;
	color: #3A3A3A;
	text-align: center;
	font-family: Corm;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.08rem; /* 140% */
}
.index01 .inab dl dd{
	margin-top:0.49rem;
	color: #C29763;
	text-align: center;
	font-family: Inter;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.05rem; /* 150% */
	letter-spacing: 0.245rem;
	text-transform: uppercase;
}
.index01 .inab .bz{
	margin-top:1.81rem;
	margin-bottom:1.81rem;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.index01 .inab .bz img{
	max-width:0.625rem;
}
.index01 .inab .bz::before{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-right:1.0rem;
	content:'';
	display:inline-block;
}
.index01 .inab .bz::after{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-left:1.0rem;
	content:'';
	display:inline-block;
}
.more{
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.more a{
	color: #C29763;
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.15rem;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
}
.index02{
	width:100%;
	float:left;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .tex{
	width:100%;
	position:absolute;
	top:1.5rem;
	left:0;
	z-index:2;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.08rem; /* 205.333% */
}
.index02 .tex02{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.index02 .tex02 dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index02 .tex02 dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.intit{
	width:100%;
	float:left;
}
.intit dl dt{
	color: #C29763;
	text-align: center;
	font-family: Inter;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.975rem; /* 150% */
	letter-spacing: 0.26rem;
	text-transform: uppercase;
}
.intit dl dd{
	margin-top:0.5rem;
	color: #3A3A3A;
	text-align: center;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 125% */
}
.intit dl dd i{
	color: var(--c-29763, #C29763);
}
.intit .bz{
	margin-top:1.88rem;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.intit .bz img{
	max-width:0.625rem;
}
.intit .bz::before{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-right:1.0rem;
	content:'';
	display:inline-block;
}
.intit .bz::after{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-left:1.0rem;
	content:'';
	display:inline-block;
}
.inwrap{
	width:100%;
	float:left;
	padding:3.5rem 5.2vw;
	background: var(--ebe-7-e-0, #EBE7E0);
}
.fwty{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwty ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwty ul li{
	width:100%;
	position:relative;
	overflow:hidden;
}
.fwty ul li::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.00) 100%);
	content:'';
	display:inline-block;
}
.fwty ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fwty ul li:hover img{
	transform: scale(1.05);
}
.fwty ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	padding:1.0rem;
}
.fwty ul li .tex dl dt{
	color: rgba(255, 255, 255, 0.50);
	font-family: Inter;
	font-size: 0.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.75rem; /* 150% */
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}
.fwty ul li .tex dl dd{
	color: #FFF;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 150% */
}
.fwty ul:first-child{
	width:39.6%;
}
.fwty ul:first-child li .tex dl dd{
	font-size:1.25rem;
}
.fwty ul:last-child{
	width:59.8%;
}
.fwty ul:last-child li:last-child{
	margin-top:0.69rem;
	width:100%;
}
.fwty ul:last-child li:last-child .tex dl dd{
	font-size:1.15rem;
}
.fwty ul:last-child li:first-child{
	width:58.4%;
}
.fwty ul:last-child li:nth-child(2){
	width:40.5%;
}

.index03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.index03 .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.index03 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.index03 .pic:hover img{
	transform: scale(1.05);
}
.index03 .tex{
	width:100%;
	padding:3.0rem 5.2vw;
	color: #79736F;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.index03 .tex .intit{
	float:none;
}
.index03 .tex .smalpic{
	margin-bottom:1.8rem;
	margin-top:1.8rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.index03 .tex .smalpic img{
	max-width:70%;
}
.inmore{
	display:flex;
	align-items: center;
	margin-top:2.94rem;
}
.inmore a{
	color: #C29763;
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9rem; /* 120% */
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	display:flex;
	align-items: center;
}
.inmore a::before{
	width:2.5rem;
	height: 2.5rem;
	margin-right:1.0rem;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	content:'';
	display:inline-block;
}
.index03 .tex2{
	width:100%;
	padding:0 5.2vw;
	padding-bottom:3.0rem;
	color: #79736F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.index03 .tex2 dl dt{
	margin-bottom:1.45rem;
	color: #C29763;
	font-family: Inter;
	font-size: 0.55rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.825rem; /* 150% */
	letter-spacing: 0.275rem;
	text-transform: uppercase;
}
.index03 .tex2 dl dd{
	color: #3A3A3A;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 122.667% */
}
.index03 .tex2 dl dd i{
	color: var(--c-29763, #C29763);
}
.index03 .tex2 .line{
	width: 100%;
	height: 0.03125rem;
	background: rgba(194, 151, 99, 0.30);
	position:relative;
	margin-top:2.75rem;
	margin-bottom:2.6rem;
}
.index03 .tex2 .line::before{
	width:1.25rem;
	height: 0.03125rem;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--f-6-f-1-ed, #F7F4EF);
	content:'';
	display:inline-block;
}
.index03 .tex2 .line::after{
	width: 0.5rem;
	height: 0.5rem;
	position:absolute;
	left:0;
	top:-0.23rem;
	z-index:2;
	border-radius: 1048575rem;
	background: #C29763;
	content:'';
	display:inline-block;
}

.mdwrap{
	width:100%;
	float:left;
	padding:4rem 0;
	background: #EBE7E0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.mdxx{
	width:90%;
}
.mdxx2{
	width:100%;
	float:left;
}
.mdxx2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mdxx2 ul li{
	width:100%;
	text-align:center;
	margin-top:2.0rem;
}
.mdxx2 ul li .pic{
	overflow:hidden;
}
.mdxx2 ul li .pic img{
	max-height:3.0rem;
}
.mdxx2 ul li dl dt{
	margin-top:1.25rem;
	margin-bottom:0.58rem;
	color: #3A3A3A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 142.5% */
}
.mdxx2 ul li dl dd{
	color: #7A7A7A;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 189.714% */
}
.mdxx2 ul li .sm{
	margin-top:0.88rem;
	color: rgba(122, 122, 122, 0.50);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.26rem; /* 168% */
}

.index04{
	width:100%;
	float:left;
	position:relative;
}
.index04 img{
	width:100%;
	height:auto;
	display:block;
}
.index04 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.index04 .tex .a01{
	width:90%;
	color: #FAF7F2;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 200% */
}
.index04 .tex .a01 h1{
	overflow:hidden;
	margin-bottom:0.5rem;
	display: flex;
	align-items: center;
	justify-content:center;
}
.index04 .tex .a01 h1 img{
	max-height:2.0rem;
	max-width:2.25rem;
	width:auto;
}
.index04 .tex .bz{
	margin-top:0.5rem;
	margin-bottom:0.75rem;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.index04 .tex .bz img{
	max-width:0.625rem;
}
.index04 .tex .bz::before{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht2.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-right:1.0rem;
	content:'';
	display:inline-block;
}
.index04 .tex .bz::after{
	width: 3rem;
	height: 0.0625rem;
	background-image:url(../img/ht2.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	margin-left:1.0rem;
	content:'';
	display:inline-block;
}
.index04 .tex .ljyy{
	display:flex;
	justify-content:center;
}
.index04 .tex .ljyy a{
	padding: 0.35rem 1.0rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}

.foot{
	width:100%;
	float:left;
	background: #EDE9E1;
	padding:3.0rem 5.2vw;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:auto;
	min-width:24%;
	color: var(--, #79736F);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.foot01 .a01 h1{
	overflow:hidden;
	margin-bottom:1.94rem;
}
.foot01 .a01 h1 img{
	max-width:3.5rem;
}
.foot01 .a02{
	width:auto;
	min-width:24%;
}
.foot01 .a02 dl dt{
	padding-bottom:0.63rem;
	color: #C29763;
	font-family: zt3;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.1625rem;
	text-transform: uppercase;
}
.foot01 .a02 dl dd{
	color: #79736F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 220% */
}
.foot01 .a02 dl dd a{
	color: #79736F;
}
.foot01 .a02 dl dd i{
	color: rgba(154, 148, 144, 0.50);
	font-family: zt3;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding-top:1.5rem;
	border-top:1px solid rgba(194, 151, 99, 0.07);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: rgba(154, 148, 144, 0.38);
	font-family: zt3;
	font-size: 0.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9rem; /* 150% */
	letter-spacing: 0.06rem;
}
.nab{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 2.5rem 5.2vw 3.0rem 5.2vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index:3;
	overflow:hidden;
}
.nab::after{
	width:15.2%;
	height:calc(100% - 6.25rem);
	position:absolute;
	right:0rem;
	top:3.125rem;
	z-index:-1;
	background-image:url(../img/wz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.nab-l{
	width:100%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l .a01{
	width:100%;
	color: #3A3A3A;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162.5% */
}
.nab-l .a01 dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.nab-l .a01 dl dd{
	margin-bottom:1.0rem;
	color: var(--c-29763, #C29763);
	font-size: 2.625rem;
	font-style: normal;
	font-weight: 500;
	line-height:150%; /* 111.111% */
}
.nab-l .a02{
	width:100%;
	color: var(--, #79736F);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.nab-r{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.nab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab-r:hover img{
	transform: scale(1.05);
}
.nab02{
	width: 100%;
    float: left;
    position: relative;
    height: 117vw;
    overflow: hidden;
}
.nab02 img{
	display: block;
    transform: scale(1.1);
    transition: 4s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.nab02 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:5%;
	z-index:2;
	padding:0 5.2vw;
}
.nab02 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 .tex ul li{
	width:100%;
	display: flex;
	min-width:31.3%;
	    margin-top: 20px;
}
.nab02 .tex ul li .tit{
	width: auto;
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.nab02 .tex ul li .sx{
	width: 1px;
	min-width:1px;
	height: 8.875rem;
	margin-left:0.5rem;
	margin-right:0.5rem;
	background-image:url(../img/sx.svg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nab02 .tex ul li dl dt{
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 120% */
	margin-bottom:0.5rem;
}
.nab02 .tex ul li dl dd{
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 185.714% */
}
.abwrap{
	width:100%;
	float:left;
	background: var(--f-6-f-1-ed, #F7F4EF);
	padding:3.5rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abpic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.abpic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.abpic:hover img{
	transform: scale(1.05);
}
.abtex{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
	margin-top:1.25rem;
}
.abtex .subtex{
	width:50%;
	display: flex;
	align-items: center;
	padding:1.5rem;
	background: #FFF8F0;
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
}
.abtex .subtex dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 150% */
	letter-spacing: 0.07813rem;
}
.abtex .subtex dl dd{
	margin-top:0.24rem;
	color: #685D4A;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abtex .pic{
	width:50%;
	position:relative;
	overflow:hidden;
	display:flex;
	align-items: flex-start;
}
.abtex .pic img{
    width: 100%;
    height: auto;
   
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.abtex .pic:hover img{
	transform: scale(1.05);
}
.abtex .tex{
	width:100%;
	color: #4D4635;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
	margin-top:2.0rem;
}
.abtex .tex h1{
	color: #1F1B13;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 104.167% */
	letter-spacing: 0.28125rem;
	margin-bottom:1.5rem;
}
.fwwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 2.5rem 5.2vw 3rem 5.2vw;
	background: var(--ebe-7-e-0, #EBE7E0);
	z-index:3;
	position:relative;
}
.wytit{
	width:auto;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
	color: #1F1B13;
	font-size: 4.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	opacity: 0.03;
}
.fwtit{
	width:100%;
	float:left;
}
.fwtit dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.175rem;
	text-transform: uppercase;
}
.fwtit dl dd{
	margin-top:1.0rem;
	color: #3A3A3A;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
	letter-spacing: 0.3625rem;
}
.fwtit dl dd i{
	color: var(--c-29763, #C29763);
}
.fwtit .sm{
	margin-top:1.5rem;
	display:flex;
	color: #4D4635;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
}
.fwtit .sm div{
	width:85%;
}
.fw01{
	width:100%;
	float:left;
	margin-top:3rem;
	position:relative;
}
.fw01 img{
	width:100%;
	height:auto;
	display:block;
}
.fw01 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:16%;
	z-index:2;
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 142.857% */
	text-transform: uppercase;
}
.fw01 .tex dl dt{
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; /* 133.333% */
	text-transform: uppercase;
}
.fw01 .tex dl dd{
	margin-bottom:1.0rem;
	margin-top:0.5rem;
	color: #FFF;
	text-align: center;
	font-size: 1.55rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	letter-spacing: 0.25rem;
	font-family:Noto;
}
.fw02{
	width:100%;
	float:left;
	padding:3rem 5.2vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
	display: flex;
	justify-content: center;
}
.fw02 .a01{
	width:100%;
	color: #4D4635;
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 162.5%; /* 162.5% */
}
.fw02 .a01 dl dt{
	display: flex;
	justify-content: center;
}
.fw02 .a01 dl dt img{
	max-height:1.75rem;
}
.fw02 .a01 dl dd{
	margin-top:1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #79736F;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.175rem;
	text-transform: uppercase;
	margin-bottom:1.0rem;
}
.fw02 .a01 dl dd::before{
	width: 2.5rem;
	height: 0.07813rem;
	background: var(--c-29763, #C29763);
	margin-right:1.25rem;
	content:'';
	display:inline-block;
}
.fw02 .a01 dl dd::after{
	width: 2.5rem;
	height: 0.07813rem;
	background: var(--c-29763, #C29763);
	margin-left:1.25rem;
	content:'';
	display:inline-block;
}
.fw02 .a01 .yy{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:1.5rem;
}
.fw02 .a01 .yy a{
	padding: 0.35rem 1.5rem;
	border: 1px solid var(--c-29763, #C29763);
	color: var(--c-29763, #C29763);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}
.swrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 2.5rem 5.2vw 3rem 5.2vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
	z-index:3;
	position:relative;
}

.kjtit{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.kjtit .a01{
	width:auto;
}
.kjtit .a01 dl dt{
	color: #1F1B13;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 104.167% */
	letter-spacing: 0.14063rem;
}
.kjtit .a01 dl dt i{
	color: var(--c-29763, #C29763);
}
.kjtit .a01 dl dd{
	margin-top:1.25rem;
	color: #685D4A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kjtit .nmore{
	margin-top:2.0rem;
}
.nmore{
	width:auto;
	display:flex;
	align-items: center;
}
.nmore a{
	color: #C29763;
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9rem; /* 120% */
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	display:flex;
	align-items: center;
}
.nmore a::before{
	width:2.0rem;
	height:2.0rem;
	margin-right:1.0rem;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.zthj{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zthj-l{
	width:58.1%;
	position:relative;
	overflow:hidden;
}
.zthj-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zthj-l:hover img{
	transform: scale(1.05);
}
.zthj-l .tex{
	width:auto;
	position:absolute;
	left:1.5rem;
	bottom:1.5rem;
	z-index:1;
}
.zthj-l .tex dl dt{
	color: #FFF;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.225rem;
	text-transform: uppercase;
}
.zthj-l .tex dl dd{
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.zthj-r{
	width:41.3%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zthj-r .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.zthj-r .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zthj-r .pic:hover img{
	transform: scale(1.05);
}
.zthj-r .tex{
	width:100%;
	margin-top:0.62rem;
	background: var(--ebe-7-e-0, #EBE7E0);
	flex: 1 0 0;
	align-self: stretch;
	display:flex;
	align-items: center;
	padding:1.5rem;
}
.zthj-r .tex dl dt{
	color: #1F1B13;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.zthj-r .tex dl dd{
	margin-top:1.0rem;
	padding-bottom:1.18rem;
	position: relative;
	color: #685D4A;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
}
.zthj-r .tex dl dd::before{
	width: 3.75rem;
	height: 0.07813rem;
	background: rgba(115, 92, 0, 0.30);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.swrap2{
	width:100%;
	float:left;
	padding: 3.5rem 5.2vw;
	background: var(--ebe-7-e-0, #EBE7E0);
}
.gnqy{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.gnqy ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gnqy ul li{
	width:32.9%;
}
.gnqy ul li .pic{
	overflow:hidden;
	position:relative;
}
.gnqy ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.gnqy ul li:hover .pic img{
	transform: scale(1.05);
}
.gnqy ul li dl dt{
	margin-top:1.0rem;
	color: #1F1B13;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140% */
}
.gnqy ul li dl dd{
	margin-top:0.31rem;
	color: #79736F;
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.02738rem;
	text-transform: uppercase;
}

.swrap3{
	width:100%;
	float:left;
	padding:3.5rem 5.2vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.fx01{
	width:100%;
	float:left;
	margin-top:1.75rem;
	position:relative;
	z-index:3;
}
.fx01::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.00) 100%);
	content:'';
	display:inline-block;
}
.fx01 img{
	width:100%;
	height:auto;
	display:block;
}
.fx01 .tex{
	width:calc(100% - 3.5rem);
	position:absolute;
	bottom:1.5rem;
	left:1.75rem;
	z-index:2;
}
.fx01 .tex h1{
	display:flex;
}
.fx01 .tex h1 i{
	padding: 0.25rem 0.75rem;
	padding-bottom:0.1rem;
	background: var(--c-29763, #C29763);
	color: #FFF;
	font-family: zt;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.fx01 .tex dl dt{
	margin-top:1.0rem;
	color: #FFF;
	font-size: 1.55rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 125% */
}
.fx01 .tex dl dd{
	margin-top:0.5rem;
	color: rgba(255, 255, 255, 0.70);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fx02{
	width:100%;
	float:left;
	margin-top:3rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fx02 .tex{
	width:100%;
	color: #79736F;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 182.813% */
}
.fx02 .tex .a01 dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.fx02 .tex .a01 dl dd{
	margin-top:0.5rem;
	color: #1F1B13;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 104.167% */
	margin-bottom:1.0rem;
}
.fx02 .tex ul{
	margin-top:2.0rem;
	border-top: 1px solid #D0C5AF;
	padding-top:0.62rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fx02 .tex ul li{
	width:48.4%;
	margin-top:1.0rem;
}
.fx02 .tex ul li dl dt{
	color: #3A3A3A;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 142.857% */
}
.fx02 .tex ul li dl dd{
	margin-top:0.31rem;
	color: #79736F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.fx02 .tex .nmore{
	margin-top:2.25rem;
}
.fx02 .pic{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.fx02 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.fx02 .pic .smal{
	display: flex;
	width: 10rem;
	height: 10rem;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	left: -1.0rem;
	bottom: -1.125rem;
	z-index:2;
	border: 2px solid #FFF8F0;
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
}
.fx02 .pic .smal img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.tanc{
	right:0; 
	top:0;
	position: fixed;
	width:100%; 
	z-index:9;
	display: none;
	height:100%;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: rgba(0, 0, 0, 0.70);
}
.tanc01 .tcpic{
	width:80%;
	position:absolute;
	left:10%;
	top:25%;
	z-index:3;
}
.tanc01 .tcpic .tp{
	width:100%;
	position:relative;
}
.tanc01 .tcpic .tp .gb{
	width: 1.5rem;
	height: 1.5rem;
	position:absolute;
	top:1.0rem;
	right:1.0rem;
	z-index:3;
	background-image:url(../img/gb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border: 0px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 2px solid var(--f-6-f-1-ed, #F7F4EF);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.swiper-slide .a01 .tex{
	width: auto;
	position:absolute;
	left:1.0rem;
	bottom:1.0rem;
	z-index:2;
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.02738rem;
	text-transform: uppercase;
}
.swiper-slide .a01 .tex h1{
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140% */
	margin-bottom:0.62rem;
	font-family: Noto;
}
.swiper-slide .a01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.swiper-slide .a01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.swiper-slide .a01:hover .pic img{
	transform: scale(1.05);
}
.swiper.aa01{
	margin-top:1.5rem;
	width:100%;
	float:left;
}
.swiper-button-prev:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-next:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jbwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(--f-6-f-1-ed, #F7F4EF);
	padding: 2.5rem 5.2vw 3rem 5.2vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.jbwrap .tex{
	width:100%;
	color:#79736F;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 182.813% */
}
.jbwrap .tex dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.jbwrap .tex dl dd{
	color: #3A3A3A;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom:2.0rem;
}
.jbwrap .tex dl dd i{
	color: var(--c-29763, #C29763);
}
.jbwrap .tex .bq{
	margin-top:2.6rem;
	display:flex;
	align-items: center;
	color: var(--c-29763, #C29763);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; /* 133.333% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.jbwrap .tex .bq::after{
	width: 3.75rem;
	height: 0.07813rem;
	background: rgba(115, 92, 0, 0.40);
	margin-left:1.25rem;
	content:'';
	display:inline-block;
}
.jbwrap .pic{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.jbwrap .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.jbwrap .pic .wb{
	display: flex;
	width: 12.0rem;
	padding: 1.5rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.25rem;
	position: absolute;
	right: -1.25rem;
	bottom: -1.25rem;
	border: 1.25px solid rgba(115, 92, 0, 0.05);
	background: var(--f-6-f-1-ed, #F7F4EF);
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
	backdrop-filter: blur(15px);
}
.jbwrap .pic .wb dl dt{
	color: #685D4A;
	font-family: Manrope;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.3125rem;
	text-transform: uppercase;
	margin-bottom:1.25rem;
}
.jbwrap .pic .wb dl dd{
	color: var(--c-29763, #C29763);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%; /* 155.556% */
}
.jbwrap2{
	width:100%;
	float:left;
	padding: 3.5rem 5.2vw;
	background: var(--ebe-7-e-0, #EBE7E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.jbwrap2 .tex{
	width:100%;
}
.jbwrap2 .tex h1{
	color: var(--c-29763, #C29763);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.23438rem;
}
.jbwrap2 .tex dl dt{
	margin-top:0.63rem;
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.23438rem;
	text-transform: uppercase;
}
.jbwrap2 .tex dl dd{
	margin-top:0.5rem;
	color: #3A3A3A;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.07813rem;
	margin-bottom:3.69rem;
}
.jbwrap2 .tex dl dd i{
	color: var(--c-29763, #C29763);
}
.jbwrap2 .pic01{
	width:65.8%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.jbwrap2 .pic01 img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.jbwrap2 .pic01:hover img{
	transform: scale(1.05);
}
.jbwrap2 .pic02{
	width:32.5%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.jbwrap2 .pic02 img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.jbwrap2 .pic02:hover img{
	transform: scale(1.05);
}
.jbwrap3{
	width:100%;
	float:left;
	padding: 3.5rem 5.2vw;
	background: #3A3A3A;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.jbwrap3 .tex{
	width:100%;
}
.jbwrap3 .tex .a01 dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.26875rem;
	text-transform: uppercase;
}
.jbwrap3 .tex .a01 dl dd{
	margin-top:1.0rem;
	color: #FFF;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:0.62rem;
}
.jbwrap3 .tex .a01 dl dd i{
	color: var(--c-29763, #C29763);
}
.jbwrap3 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jbwrap3 .tex ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:1.5rem;
}
.jbwrap3 .tex ul li img{
	margin-right:1.5rem;
	max-width:1.1rem;
}
.jbwrap3 .tex ul li dl dt{
	color: rgba(255, 255, 255, 0.90);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 155%; /* 155.556% */
}
.jbwrap3 .tex ul li dl dd{
	margin-top:0.62rem;
	color: rgba(255, 255, 255, 0.50);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 177.734% */
}
.jbwrap3 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.jbwrap3 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.jbwrap3 .pic:hover img{
	transform: scale(1.05);
}

.jbwrap4{
	width:100%;
	float:left;
	padding: 3.5rem 5.2vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jbwrap4 .tex{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.jbwrap4 .tex .a01{
	width:100%;
	color: #1F1B13;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.8rem */
}
.jbwrap4 .tex .a01 h1{
	color: var(--c-29763, #C29763);
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.23438rem;
	text-transform: uppercase;
}
.jbwrap4 .tex .a01 dl dt{
	margin-top:0.69rem;
	color: #3A3A3A;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.07813rem;
}
.jbwrap4 .tex .a01 dl dd{
	color: var(--c-29763, #C29763);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.07813rem;
	margin-bottom:1.31rem;
}
.jbwrap4 .tex .a01 .sm{
	margin-top:1.75rem;
	border-left: 2px solid var(--c-29763, #C29763);
	background: var(--ebe-7-e-0, #EBE7E0);
	padding:2.0rem;
	color: #685D4A;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.jbwrap4 .tex .yy{
	display:flex;
	margin-top:2.0rem;
}
.jbwrap4 .tex .yy a{
	padding: 0.35rem 1.5rem;
	border: 1px solid var(--c-29763, #C29763);
	color: var(--c-29763, #C29763);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}
.jbwrap4 .pic{
	width:100%;
	margin-top:2.5rem;
}
.jbwrap4 .pic ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jbwrap4 .pic ul li{
	width:32.7%;
	overflow:hidden;
	position:relative;
	margin-top:0.31rem;
}
.jbwrap4 .pic ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.jbwrap4 .pic ul li:hover img{
	transform: scale(1.05);
}
.jbwrap4 .pic ul li:first-child{
	margin-top:0px;
	width:100%;
}

.kwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 2.5rem 5.2vw 3.5rem 5.2vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kwrap .tex{
	width:100%;
	color: #79736F;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5625rem; /* 142.857% */
}
.kwrap .tex h1{
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.39063rem;
	text-transform: uppercase;
}
.kwrap .tex dl dt{
	margin-top:0.62rem;
	color: #1F1B13;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.kwrap .tex dl dd{
	margin-top:0.66rem;
	color: var(--c-29763, #C29763);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
	padding-bottom:1.75rem;
	position:relative;
}
.kwrap .tex dl dd::before{
	width: 3.5rem;
	height: 0.07813rem;
	background: rgba(115, 92, 0, 0.20);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.kwrap .tex h2{
	margin-top:1.5rem;
	color: #3A3A3A;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 162.5% */
	margin-bottom:1.0rem;
}
.kwrap .tex .yy{
	margin-top:2.0rem;
	display:flex;
}
.kwrap .tex .yy a{
	padding: 0.35rem 1.5rem;
	border: 1px solid var(--c-29763, #C29763);
	color: var(--c-29763, #C29763);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}
.kwrap .pic{
	width:100%;
	margin-top:2.0rem;
	position:relative;
}
.kwrap .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.kwrap .pic .wb{
	width: 15rem;
	height: auto;
	position: absolute;
	padding:1.5rem;
	left:-1.75rem;
	bottom:-1.75rem;
	z-index:2;
	background: var(--f-6-f-1-ed, #F7F4EF);
	/* 0-10-40-0.03 */
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.03);
}
.kwrap .pic .wb dl dt{
	color: var(--c-29763, #C29763);
	font-family: Manrope;
	font-size: 0.70313rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.05469rem; /* 150% */
	letter-spacing: 0.07031rem;
	text-transform: uppercase;
}
.kwrap .pic .wb dl dd{
	margin-top:0.61rem;
	color: #3A3A3A;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 155.556% */
}

.kwrap2{
	width:100%;
	float:left;
	padding: 3.5rem 5.2vw;
	background: var(--ebe-7-e-0, #EBE7E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.kwrap2 .tex{
	width:100%;
	margin-top:3.0rem;
}
.kwrap2 .tex .a01 dl dt{
	color: #1F1B13;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.kwrap2 .tex .a01 dl dd{
	color: var(--c-29763, #C29763);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position:relative;
	padding-bottom:1.75rem;
}
.kwrap2 .tex .a01 dl dd::before{
	width: 3.25rem;
	height: 0.07813rem;
	background: #D4AF37;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.kwrap2 .tex ul{
	margin-top:0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kwrap2 .tex ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:1.5rem;
}
.kwrap2 .tex ul li img{
	max-width:1.56rem;
	margin-right:1.25rem;
}
.kwrap2 .tex ul li dl dt{
	color: #3A3A3A;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.kwrap2 .tex ul li dl dd{
	margin-top:0.63rem;
	color: #79736F;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
}
.kwrap2 .pic{
	width:100%;
	position:relative;
}
.kwrap2 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.kwrap2 .pic .wb{
	width: 15rem;
	padding: 1.25rem;
	position: absolute;
	right: -1.0rem;
	bottom: -1.0rem;
	background: var(--f-6-f-1-ed, #F7F4EF);
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
	z-index:2;
	color: #685D4A;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 177.734% */
}
.kwrap2 .pic .wb dl dt{
	color: var(--c-29763, #C29763);
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.175rem;
	text-transform: uppercase;
}
.kwrap2 .pic .wb dl dd{
	margin-top:0.5rem;
	color: #1F1B13;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 140.625% */
	margin-bottom:0.5rem;
}
.ktvpic{
	width:100%;
	float:left;
	position:relative;
}
.ktvpic img{
	width:100%;
	height:auto;
	display:block;
}
.ktvpic .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ktvpic .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ktvpic .tex dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.kwrap3{
	width:100%;
	float:left;
	padding: 3.5rem 5.2vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.kwrap3 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kwrap3 ul li{
	width:100%;
	background: var(--ebe-7-e-0, #EBE7E0);
}
.kwrap3 ul li .pic{
	position:relative;
	overflow:hidden;
}
.kwrap3 ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.kwrap3 ul li .pic:hover img{
	transform: scale(1.05);
}
.kwrap3 ul li .tex{
	padding:2.5rem;
	color: #79736F;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.kwrap3 ul li .tex dl dt{
	color: var(--c-29763, #C29763);
	font-family: Manrope;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.23438rem;
	text-transform: uppercase;
}
.kwrap3 ul li .tex dl dd{
	margin-top:0.66rem;
	color: #3A3A3A;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 133.333% */
	margin-bottom:1.0rem;
}
.kwrap3 ul li:nth-child(2){
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:0.31rem;
	margin-bottom:0.31rem;
}
.kwrap3 ul li .a01{
	width:100%;
	padding:3.0rem 2.5rem;
}
.kwrap3 ul li .a01 dl dt{
	color: #3A3A3A;
	text-align: center;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 138.889% */
}
.kwrap3 ul li .a01 dl dt i{
	color: var(--c-29763, #C29763);
}
.kwrap3 ul li .a01 dl dd{
	margin-top:1.5rem;
	color: #79736F;
	text-align: center;
	font-size:0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 187.5% */
}
.kwrap3 ul li .a01 .pic{
	margin-top:2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kwrap3 ul li .a01 .pic img{
	max-width:2.9rem;
	max-height:2.6rem;
	width:auto;
	height:auto;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 2.5rem 5.2vw 3rem 5.2vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.ntit{
	width:100%;
	float:left;
	padding-bottom:1.5rem;
	border-bottom: 1.25px solid #D0C5AF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.ntit .a01{
	width: auto;
}
.ntit .a01 dl dt{
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.ntit .a01 dl dd{
	margin-top:0.5rem;
	color: #1F1B13;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
}
.ntit .a02{
	width:auto;
	margin-top:2.0rem;
}
.ntit .a02 a{
	margin-right:1.5rem;
	color: #79736F;
	font-family: Inter;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.10938rem;
	text-transform: uppercase;
}
.ntit .a02 a:hover{
	color: var(--c-29763, #C29763);
}
.ntit .a02 a.cur{
	color: var(--c-29763, #C29763);
}
.newtj{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:100%;
	position:relative;

	overflow:hidden;
}
.newtj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newtj .pic:hover img{
	transform: scale(1.05);
}
.newtj .tex{
	width:100%;
	padding: 2.5rem;
	border-top: 2.5px solid var(--c-29763, #C29763);
	background: var(--ebe-7-e-0, #EBE7E0);
	color: #685D4A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtj .tex dl dt{
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.newtj .tex dl dd{
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	color: #1F1B13;
	font-size: 1.45rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 133.333% */
}
.newtj .tex .gd{
	display:flex;
	margin-top:2.0rem;
	padding-bottom:0.62rem;
	padding-top:0.55rem;
	border-bottom: 1.25px solid #D0C5AF;
}
.newtj .tex .gd a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(127, 118, 99, 0.50);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.newtj .tex .gd a::after{
	width:1.17rem;
	height:1.17rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist ul li{
	width:48%;
	margin-top:1.25rem;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li .pic{
	overflow:hidden;
	position:relative;
}
.newlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	filter: grayscale(100%);
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
	filter: grayscale(0%);
}
.newlist ul li .tex{
	margin-top:1.25rem;
}
.newlist ul li .tex .sm{
	display:flex;
}
.newlist ul li .tex .sm div{
	width:84%;
	color:#79736F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.newlist ul li .tex dl dt{
	color: var(--c-29763, #C29763);
	font-family: zt3;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.07813rem;
	text-transform: uppercase;
}
.newlist ul li .tex dl dd{
	margin-top:0.63rem;
	color: #3A3A3A;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 156.25% */
	margin-bottom:1.0rem;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.225rem;
	margin-right:0.225rem;
	display:flex;
	align-items: center;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 50%;
	border: 1px solid var(--c-29763, #C29763);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color: #3A3A3A;
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fy ul li a b{
	font-family:'宋体';
}

.newrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 2.5rem 5.2vw 3rem 5.2vw;
	background: var(--Color-3, #F1EFE9);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newrap .tex{
	width:100%;
	color: rgba(0, 0, 0, 0.50);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.newrap .tex dl dt{
	color: var(--c-29763, #C29763);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.newrap .tex dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.newrap .tex .stb{
	display:flex;
	align-items: center;
	margin-top:2.5rem;
}
.newrap .tex .stb a{
	display:flex;
	align-items: center;
	margin-right:1.25rem;
}
.newrap .tex .stb a img{
	max-width:1.5rem;
}
.newrap .pic{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.5rem;
}
.newrap .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newrap .pic:hover img{
	transform: scale(1.05);
}
.newrap2{
	width:100%;
	float:left;
	padding:3rem 0;
	background: var(--ebe-7-e-0, #EBE7E0);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.newtex{
	width:80%;
	color: rgba(0, 0, 0, 0.50);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.newrap3{
	width:100%;
	float:left;
	padding:1.94rem 5.2vw;
	background: #79736F;
}
.newrap3 dl dt{
	color: #FFF;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.newrap3 dl dd{
	margin-top:0.62rem;
	color: #FFF;
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newrap3 .gd{
	display:flex;
	justify-content: center;
	margin-top:1.5rem;
}
.newrap3 .gd a{
	padding: 0.5rem 1.75rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.117rem;
}

.lxwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 2.5rem 5.2vw 3rem 5.2vw;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.lxtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.lxtit .a01 dl dt{
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.lxtit .a01 dl dd{
	color: #1F1B13;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 100% */
}
.lxtit .a01 dl dd i{
	color: var(--c-29763, #C29763);
}
.lxtit .a02{
	width:100%;
	color: #685D4A;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.lx01{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.lx01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lx01 .pic:hover img{
	transform: scale(1.05);
}
.lx01 .tex{
	width:100%;
}
.lx01 .tex ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.625rem;
	flex-shrink: 0;
	align-self: stretch;
	height:100%;
}
.lx01 .tex ul li{
	width:100%;
	padding:2.5rem;
	background: var(--ebe-7-e-0, #EBE7E0);
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
	flex: 1 0 0;
	align-self: stretch;
}
.lx01 .tex ul li .xpic{
	overflow:hidden;
}
.lx01 .tex ul li .xpic img{
	max-height:1.5rem;
}
.lx01 .tex ul li dl dt{
	color: #1F1B13;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1875rem; /* 140% */
	letter-spacing: 0.03906rem;
	margin-top:1.88rem;
}
.lx01 .tex ul li dl dd{
	margin-top:1.25rem;
	padding-top:1.25rem;
	border-top: 1.25px solid rgba(208, 197, 175, 0.30);
	color: var(--c-29763, #C29763);
	font-family: Inter;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
	display: flex;
	align-items:center;
}
.lx01 .tex ul li dl dd::after{
	margin-left:0.62rem;
	width: 2.5rem;
	height: 0.07813rem;
	background: rgba(212, 175, 55, 0.40);
	content:'';
	display:inline-block;
}
.lx01 .tex ul li .sm{
	margin-top:1.25rem;
	color: #79736F;
	font-family: zt3;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 162.5% */
	letter-spacing: 0.10938rem;
}
.map{
	width:100%;
	float:left;
	margin-top:2.0rem;
	position:relative;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.map .tex{
	position:absolute;
	left:1.0rem;
	bottom:1.0rem;
	display: inline-flex;
	padding: 1.25rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.3125rem;
	border: 1.25px solid rgba(208, 197, 175, 0.20);
	background: rgba(255, 248, 240, 0.90);
	box-shadow: 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(7.5px);
}
.map .tex dl dt{
	color: #79736F;
	font-family: Inter;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.07813rem;
	text-transform: uppercase;
}
.map .tex dl dd{
	margin-top:0.31rem;
	color: #1F1B13;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yytit{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.yytit dl dt{
	color: #1F1B13;
	text-align: center;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.23438rem;
	text-transform: uppercase;
	padding-bottom:1.5rem;
	position:relative;
}
.yytit dl dt i{
	color: var(--c-29763, #C29763);
}
.yytit dl dt::after{
	width: 3.25rem;
	height: 0.07813rem;
	position:absolute;
	left:calc(50% - 1.625rem);
	bottom:0;
	z-index:1;
	background: rgba(115, 92, 0, 0.30);
	content:'';
	display:inline-block;
}
.yytit dl dd{
	margin-top:1.5rem;
	color: #79736F;
	text-align: center;
	font-family: Inter;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.11875rem;
}
.yy01{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.yy01 ul{
	display: flex;
	flex-wrap: wrap;
}
.yy01 ul li{
	width:100%;
	border: 2px solid var(--f-6-f-1-ed, #F7F4EF);
	position:relative;
	margin-top:0.62rem;
	overflow:hidden;
}
.yy01 ul li:nth-child(3n){
	margin-right:0px;
}
.yy01 ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.yy01 ul li:hover img{
	transform: scale(1.05);
}
.yy01 ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: rgba(0, 0, 0, 0.40);
	content:'';
	display:inline-block;
}
.yy01 ul li::after{
	width:1.75rem;
	height:1.75rem;
	position:absolute;
	right:1.25rem;
	top:1.25rem;
	z-index:2;
	background-image:url(../img/yuan.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.yy01 ul li:hover::after{
	background-image:url(../img/yuan2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.yy01 ul li:hover{
	border: 4px solid var(--c-29763, #C29763);
}
.yy01 ul li .tex{
	width:auto;
	position:absolute;
	left:1.5rem;
	bottom:1.5rem;
	z-index:3;
}
.yy01 ul li .tex dl dt{
	color: #FFF;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140% */
	letter-spacing: 0.15625rem;
}
.yy01 ul li .tex dl dd{
	color: rgba(255, 255, 255, 0.70);
	font-family: Inter;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.23438rem;
	text-transform: uppercase;
}

.yy02{
	width:100%;
	float:left;
	margin-top:1.75rem;
	border-radius: 0.3125rem;
	background: #FFF;
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
	overflow:hidden;
	padding:2.5rem;
}
.yy02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yy02 ul li{
	width:100%;
	margin-top:1.5rem;
}
.yy02 ul li dl dt{
	color: #685D4A;
	font-family: Manrope;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.3125rem;
	text-transform: uppercase;
	text-align:left;
}
.yy02 ul li dl dd{
	margin-top:0.62rem;
}
.yybk{
	width:100%;
	border:0px;
	padding:0.78rem 0;
	color: #D6D3D1;
	font-family: Noto;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.yybk2{
	width:100%;
	border:0px;
	padding:0.78rem 0;
	color: #57534E;
	font-family: Noto;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.yybk3{
	width:100%;
	border:0px;
	padding:0.78rem 0;
	color: #D6D3D1;
	font-family: Noto;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
	border-bottom: 1px solid var(--c-29763, #C29763);
}
.anniu{
	padding: 1.0rem 3rem;
	background: var(--c-29763, #C29763);
	box-shadow: 0 25px 62.5px 0 rgba(115, 92, 0, 0.04);
	border:0px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.32813rem;
	text-transform: uppercase;
	cursor:pointer;
}
.yy02 ul li.w100{
	width:100%;
	text-align:center;
	color: #A8A29E;
	font-family: Inter;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.07813rem;
}
.yy02 ul li:last-child{
	margin-top:1.25rem;
}
.yy02 ul li:first-child{
	margin-top:0;
}

.tanc01 .yycg{
	width:90%;
	position:absolute;
	left:5%;
	top:5%;
	z-index:3;
	padding:1.5rem;
	background: var(--f-6-f-1-ed, #F7F4EF);
}
.tanc01 .yycg dl dt{
	overflow:hidden;
	text-align:center;
}
.tanc01 .yycg dl dt img{
	max-height:2.5rem;
	width:auto;
}
.tanc01 .yycg dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:1.0rem;
	border-bottom:1px solid #C29763;
}
.tanc01 .yycg .a01{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tanc01 .yycg .a01 .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.tanc01 .yycg .a01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.tanc01 .yycg .a01 .pic:hover img{
	transform: scale(1.05);
}
.tanc01 .yycg .a01 .tex{
	width:100%;
	padding:1.0rem 0;
}
.tanc01 .yycg .a01 .tex h1{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.tanc01 .yycg .a01 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.tanc01 .yycg .a01 .tex ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.35rem;
}
.tanc01 .yycg .a01 .tex ul li:first-child{
	margin-top:0px;
}
.tanc01 .yycg .a01 .tex ul li .b01{
	width:40%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tanc01 .yycg .a01 .tex ul li .b02{
	width:60%;
	color: rgba(0, 0, 0, 0.50);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tanc01 .yycg .a02{
	display:flex;
	width:100%;
	margin-top:1.0rem;
}
.tanc01 .yycg .a02 a{
	padding:0.65rem 0;
	width:100%;
	background: var(--c-29763, #C29763);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}


.shouye-mobile-yuyan {
    display: flex;
    gap: 8px;
    padding: 10px 10px;
    border-top: 1px solid #f0f0f0;
}
.shouye-mobile-yuyan-anniu {
    flex: 1;
    text-align: center;
    padding: 0px 4px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
	line-height: 3rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #555555;
    text-decoration: none;
    transition: background 0.2s ease,color 0.2s ease,border-color 0.2s ease;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.shouye-mobile-yuyan-anniu:hover, .shouye-mobile-yuyan-anniu:active, .shouye-mobile-yuyan-anniu--active {
    background: var(--lan-se);
    color: #ffffff;
    border-color: var(--lan-se);
}






.mart6{
	margin-top:2.5rem;
}






















.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}

.dingw{ width:100%; float:left; margin-top:-5rem;}









}












































