body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	font-family: Manrope;
	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: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}

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

@font-face
{
	font-family: Noto;
	src: url('../font/NotoSerif-Regular.ttf'),
	url('../font/NotoSerif-Regular.ttf'); /* 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(--cfb-877, #BFAE81);
	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(255, 255, 255, 0));
	margin-top:1.25rem;
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	padding:0 2.5vw;
}
.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.5vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:5;
	transition: all 0.6s;
}
.intel{
	width:100%;
	float:left;
	padding:0.75rem 2.5vw;
	background: #EAEAEA;
	display: flex;
	align-items: center;
	color:#4C463A;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.intel div{
	display: flex;
	align-items: center;
	margin-right:2.25rem;
}
.intel img{
	margin-right:0.38rem;
	max-width:1.0rem;
}
.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: auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:5.8rem;
	max-height:2.92rem;
	transition: all 0.6s;
	position:relative;
}
.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;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display:flex;
	align-items: center;
	margin-left:1.875rem;
	margin-right:1.875rem;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
}
.innav ul>li>a{
	width:auto;
	padding:0.35rem 0;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul>li>a::after{
	width:0px;
	height:2px;
	background-color:var(--cfb-877, #BFAE81);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.innav ul>li>a:hover::after{
	width:100%;
}
.innav ul>li.cur>a::after{
	width:100%;
}
.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;
}
.search{
	width:auto;
	display:flex;
}
.search img{
	max-width:1.13rem;
}
.incon{
	width:auto;
	margin-left:1.5rem;
}
.incon a{
	padding: 0.88rem 2rem;
	background: var(--cfb-877, #BFAE81);
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
}

.chax{
	right:5.2vw; 
	top:8rem;
	position: fixed;
	width:15rem; 
	z-index:2;
	display: none;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.05); 
}
.chax　.aa{
	display: flex;
	width:15rem;
	height:2.5rem;
	background-color:#FFF;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-family: zt3;
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--cfb-877, #BFAE81);
	color:#fff;
	border: 0px;
	outline:none;
	font-family: zt3;
	font-size:0.875rem;
}

.container{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 1.1rem 2.5rem 1.16rem 2.5rem;
	align-items: center;
	border: 1px solid var(--cfb-877, #BFAE81);
	position:relative;
	overflow:hidden;
	color: var(--cfb-877, #BFAE81);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
	z-index:5;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--cfb-877, #BFAE81);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}
.intit{
	width:100%;
	float: left;
	margin-top:10rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	max-width:58%;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 3.6rem */
	text-transform: uppercase;
}
.intit .more{
	width:auto;
}
.intit .more a{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
	padding-bottom:0.25rem;
	border-bottom: 2px solid #CFB877;
}
.index01{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01-l{
	width:59.5%;
}
.index01-l dl dt{
	overflow:hidden;
}
.index01-l dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.index01-l:hover dl dt img{
	transform: scale(1.05);
}
.index01-l dl dd{
	margin-top:1.25rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 140% */
}
.index01-r{
	width:39.3%;
}
.index01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	height:100%;
}
.index01-r ul li{
	width:100%;
}
.index01-r ul li dl dt{
	overflow:hidden;
}
.index01-r ul li dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.index01-r ul li:hover dl dt img{
	transform: scale(1.05);
}
.index01-r ul li dl dd{
	margin-top:1.25rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 140% */
}
.incplm{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.incplm ul{
	display: flex;
	flex-wrap: wrap;
}
.incplm ul li{
	width:auto;
	margin-right:4.44rem;
}
.incplm ul li a{
	color: var(---999, #999);
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 1.5rem */
}
.incplm ul li a:hover{
	color: var(--1-a-1-c-1-c, #1A1C1C);
}
.incplm ul li a.cur{
	color: var(--1-a-1-c-1-c, #1A1C1C);
}
.inpro{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:24.8%;
	position:relative;
	overflow:hidden;
	margin-top:0.3rem;
}
.inpro ul li::before{
	width: 1.5rem;
	height: 1.5rem;
	position:absolute;
	top:1.25rem;
	right:1.38rem;
	z-index:1;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	transition: all 0.6s;
	opacity:0;
}
.inpro ul li:hover::before{
	opacity:1;
}
.inpro ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inpro ul li:hover img{
	transform: scale(1.05);
}
.inpro ul li .pic01{
	display:inline-block;
}
.inpro ul li .pic02{
	display: none;
}
.inpro ul li:hover .pic01{
	display:none;
}
.inpro ul li:hover .pic02{
	display:inline-block;
}

.inwrap{
	width:100%;
	float:left;
	padding:10rem 8.33vw;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	margin-top:10rem;
}
.inser{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inser ul{
	display: flex;
	flex-wrap: wrap;
}
.inser ul li{
	width:calc(34.0% - 2.0rem);
	margin-right:2.0rem;
	background: #FFF;
	padding:3.0rem;
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
	position:relative;
}
.inser ul li::after{
	width: 3rem;
	height: 0.0625rem;
	background: rgba(206, 198, 181, 0.50);
	left:3.0rem;
	bottom:3.0rem;
	z-index:1;
	content:'';
	display:inline-block;
	position:absolute;
}
.inser ul li:nth-child(3n){
	margin-right:0px;
}
.inser ul li .pic{
	overflow:hidden;
}
.inser ul li .pic img{
	max-width:2.0rem;
}
.inser ul li dl dt{
	margin-top:1.5rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 155.556% */
}
.inser ul li dl dd{
	margin-top:0.5rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 100% */
	margin-bottom:0.5rem;
}
.inpic{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inpic img{
	width:100%;
	height:auto;
	display:block;
}

.incap{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.incap .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.incap .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.incap .pic:hover img{
	transform: scale(1.05);
}
.incap .tex{
	width:40%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 155.556% */
}
.incap .tex h1{
	margin-bottom:3.75rem;
	color: #1A1C1C;
	font-family:Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 3.6rem */
}
.incap .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.75rem;
}
.incap .tex ul li{
	width:48%;
	margin-top:2.0rem;
}
.incap .tex ul li dl dt{
	color: #6E5D25;
	font-family:Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.25rem; /* 75% */
}
.incap .tex ul li dl dd{
	margin-top:0.5rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
}
.incap .tex .more{
	margin-top:6.25rem;
}
.incap .tex .more a{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
	padding-bottom:0.25rem;
	border-bottom: 2px solid #CFB877;
}

.inwrap2{
	width:100%;
	float:left;
	padding:10rem 8.33vw;
	margin-top:10rem;
	background: var(--bg1, #FCF7F1);
}
.inwrap2 h1{
	color: #1A1C1C;
	text-align: center;
	font-family: Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 83.333% */
}
.inwrap2 ul{
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inwrap2 ul li{
	width:25%;
	padding:0 4.3rem;
	text-align:center;
}
.inwrap2 ul li .pic{
	overflow:hidden;
}
.inwrap2 ul li .pic img{
	max-width:11rem;
}
.inwrap2 ul li dl dt{
	margin-top:3.12rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 133.333% */
}
.inwrap2 ul li dl dd{
	margin-top:1.25rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(34.3% - 3.0rem);
	margin-right:3.0rem;
	margin-top:5.0rem;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
	position:relative;
	max-height:445px;
	overflow:hidden;
}
.innew ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	filter: grayscale(100%);
}
.innew ul li .pic:hover img{
	transform: scale(1.05);
	filter: grayscale(0%);
}
.innew ul li .tex{
	margin-top:2.06rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.innew ul li .tex dl dt{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
}
.innew ul li .tex dl dd{
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.0625rem; /* 137.5% */
}
.innew ul li .tex .more{
	margin-top:1.88rem;
	border-top: 1px solid rgba(206, 198, 181, 0.30);
	padding-top:1.0rem;
}
.innew ul li .tex .more a{
	color: #1A1C1C;
	font-family: Manrope;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 150% */
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
}
.innew ul li .tex .more a::after{
	margin-left:0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	content:'';
	display:inline-block;
}

.foot{
	width:100%;
	float:left;
	padding: 6.25rem 8.33vw 3.75rem 8.33vw;
	margin-top:10rem;
	background: #F6F4F2;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01-l{
	width:29.4%;
	color: var(--, #4C463A);
	font-family:zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.125rem */
}
.foot01-l dl dt{
	color: var(--, #4C463A);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.foot01-l dl dd{
	margin-top:1.56rem;
	margin-bottom:1.56rem;
	display: flex;
	padding: 0.75rem 0.625rem 0.75rem 1.25rem;
	justify-content:space-between;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid #4C463A;
}
.inbk{
	width:80%;
	border:0px;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	outline:none;
	background-color:transparent;
}

.foot01-r{
	width:48.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01-r dl dt{
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	display:flex;
	align-items: center;
}
.foot01-r dl dt a{
	display:flex;
	align-items: center;
}
.foot01-r dl dt img{
	margin-left:0.5rem;
	max-height:1.0rem;
}
.foot01-r dl dd{
	margin-top:1.0rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.foot02{
	width:100%;
	float:left;
	margin-top:5.87rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}

.aboutbanner{
	width:100%;
	float:left;
	margin-top:7.5rem;
	position:relative;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
}
.aboutbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 8.33vw;
	display:flex;
	align-items: center;
}
.aboutbanner .tex dl{
	width:100%;
}
.aboutbanner .tex dl dt{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 5.5rem;
}
.aboutbanner .tex dl dt i{
	color: var(--cfb-877, #BFAE81);
}
.aboutbanner .tex dl dd{
	margin-top:2.0rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 140% */
	display:flex;
}
.aboutbanner .tex dl dd div{
	width:28.75%;
}

.nab01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:10rem;
}
.nab01-l{
	width:48.1%;
	position:relative;
}
.nab01-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab01-l:hover img{
	transform: scale(1.05);
}
.nab01-l .pic{
	width:18.4rem;
	height:24.5rem;
	position:absolute;
	right:-7.31rem;
	top:calc(50% - 12.25rem);
	z-index:1;
	overflow:hidden;
}

.nab01-r{
	width:40.1%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.6875rem */
}
.nab01-r h1{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.5rem; /* 112.5% */
	letter-spacing: -0.09rem;
	margin-bottom:4.4rem;
}
.nab01-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6rem;
	border-top: 1.5px solid rgba(206, 198, 181, 0.20);
	padding-top:6.0rem;
}
.nab01-r ul li{
	width:50%;
}
.nab01-r ul li dl dt{
	color: var(--cfb-877, #BFAE81);
	font-family: Noto;
	font-size: 3.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 111.111% */
}
.nab01-r ul li dl dd{
	margin-top:0.7rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}

.abwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:10rem 8.33vw;
	background: var(--bg1, #FCF7F1);
}
.abtit{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.abtit i{
	width:auto;
	max-width:50%;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.5rem; /* 100% */
}
.abtit .a01{
	width:33.2%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab02{
	width:100%;
	float:left;
	margin-top:9rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02-l{
	width:calc(50% - 0.625rem);
}
.nab02-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.nab02-l ul li{
	width:calc(50% - 0.625rem);
	padding:3.0rem;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top:1.25rem;
}
.nab02-l ul li:first-child{
	margin-top:0px;
}
.nab02-l ul li:nth-child(2){
	margin-top:0px;
}
.nab02-l ul li .pic{
	overflow:hidden;
	height:2.3rem;
}
.nab02-l ul li .pic img{
	max-height:2.3rem;
}
.nab02-l ul li dl dt{
	color: #1A1C1C;
	font-family:Noto;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.5rem; /* 100% */
}
.nab02-l ul li dl dd{
	margin-top:0.7rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.nab02-r{
	width:calc(50% - 0.625rem);
	position:relative;
	overflow:hidden;
}
.nab02-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab02-r:hover img{
	transform: scale(1.05);
}
.nybanner{
	width:100%;
	float:left;
	margin-top:7.5rem;
	padding: 6.25rem 8.33vw;
	background: #F3F3F3;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.nybanner .a01{
	width:34%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.6875rem */
}
.nybanner dl dt{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 142.857% */
	letter-spacing: 0.2625rem;
	text-transform: uppercase;
}
.nybanner dl dd{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding-bottom:3.0rem;
	border-bottom: 1.5px solid rgba(206, 198, 181, 0.20);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.ntit.pad0{
	padding-bottom:0px;
	border-bottom:0px;
	text-transform: uppercase;
}
.ntit dl dt{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.045rem;
}
.ntit dl dd{
	margin-top:1.25rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.ntit .more{
	display:flex;
}
.ntit .more a{
	padding-bottom:0.25rem;
	border-bottom: 2px solid #CFB877;
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display:flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(25% - 0.25rem);
	margin-right:0.25rem;
	margin-top:3.75rem;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li dl dt{
	margin-top:1.44rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li dl dd{
	margin-top:0.62rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.incplm2{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.incplm2 ul{
	display: flex;
	flex-wrap: wrap;
}
.incplm2 ul li{
	width:auto;
	margin-right:3.75rem;
}
.incplm2 ul li a{
	color: var(---999, #999);
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.incplm2 ul li a:hover{
	color: #4C463A;
}
.incplm2 ul li a.cur{
	color: #4C463A;
}

.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	margin-right:1.25rem;
	color: var(---666, #666);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.fy ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: var(---666, #666);
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.fy ul li a:hover{
	background: var(--cfb-877, #BFAE81);
	border: 1px solid #BFAE81;
	color:#FFF;
}
.fy ul li b{
	font-family:'宋体';
}

.show{
	width:100%;
	float:left;
	margin-top:7.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(--bg1, #FCF7F1);
}
.show-l{
	width:50%;
	position:relative;
}
.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: 1px solid #BFAE81;
	display:flex;
	overflow:hidden;
	width:4rem;
	height:4rem;
}
.swiper-slide-thumb-active .b01{
	border: 2px solid #BFAE81;
}
.swiper-slide .b01 img{
	width:4rem;
	height:4rem;
}
.swiper-slide .a01{
}
.swiper.aa01{
		 width: 76%;
  position: absolute;
  bottom: 1.5rem;

  /* 👇 这三行 = 整个盒子强制居中，不会再居左！ */
  left: 0;
  right: 0;
  margin: 0 auto;

  z-index: 1;
}
.swiper.aa01 .swiper-wrapper{
	display: flex;
  justify-content: center;
  text-align: center;
	}

.show-r{
	width:50%;
	position:relative;
	padding:0 5.2vw;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show-r h1{
	color: #7D7668;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}
.show-r h2{
	margin-top:1.0rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:2.0rem;
}
.show-r dl dt{
	margin-top:3.75rem;
	color: #7D7668;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
}
.show-r dl dd{
	margin-top:0.5rem;
	color: #6E5D25;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 133.333% */
}
.show-r .more{
	margin-top:3.0rem;
	display:flex;
}
.show-r .more a{
	width:100%;
	padding: 1.5rem 0;
	background: var(--cfb-877, #BFAE81);
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}

.show2{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show2-l{
	width:48.1%;
}
.show2-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	height:100%;
}
.show2-l ul li{
	width:100%;
	padding-bottom:1.0rem;
	border-bottom: 1px solid #CEC6B5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
}
.show2-l ul li i{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 155.556% */
}

.show2-r{
	width:48.1%;
	overflow:hidden;
	position:relative;
}
.show2-r img{
    width: 100%;
    height: 13vw;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.show2-r:hover img{
	transform: scale(1.05);
}

.blog{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding:5.0rem;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.blog .pic{
	width:47%;
	overflow:hidden;
	position:relative;
}
.blog .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.blog .pic:hover img{
	transform: scale(1.05);
}
.blog .tex{
	width:47%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.blog .tex h1{
	display:flex;
}
.blog .tex h1 i{
	display: flex;
	padding: 0.33rem 1.5rem;
	align-items: flex-start;
	border: 1.5px solid #CFB877;
	color: #CFB877;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.2625rem;
	text-transform: uppercase;
}
.blog .tex h2{
	margin-top:3.12rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:4.24rem;
}
.blog .tex .inmore{
	margin-top:5.86rem;
}

.blbanner{
	width:100%;
	float:left;
	margin-top:7.5rem;
	padding: 6.25rem 8.33vw;
	background: #F3F3F3;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.blbanner dl{
	max-width:42%;
}
.blbanner dl dt{
	display:flex;
}
.blbanner dl dt i{
	padding: 0.33rem 1.5rem;
	border: 1.5px solid #CFB877;
	color: #CFB877;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
	letter-spacing: 0.2625rem;
	text-transform: uppercase;
}
.blbanner dl dd{
	margin-top:1.25rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.blbanner .a01{
	width:auto;
	display:flex;
}
.blbanner .a01 a{
	margin-left:0.94rem;
	display:flex;
}
.blbanner .a01 a img{
	max-height:3.0rem;
}

.newcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:65.2%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newcon-l img{
	width:100%;
	height:auto;
	display:block;
}
.newcon-l h1{
	margin-bottom:3.75rem;
	margin-top:3.75rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r{
	width:30%;
	border: 1.5px solid rgba(206, 198, 181, 0.20);
	background: #FFF;
	padding: 3.75rem 3rem;
}
.newcon-r h1{
	color: #1A1C1C;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.1125rem;
	text-transform: uppercase;
	padding-bottom:0.75rem;
	border-bottom: 1.5px solid #E2E2E2;
}
.newcon-r ul{
	display: flex;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	margin-top:5.0rem;
}
.newcon-r ul li .tex{
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.newcon-r ul li .tex dl dt{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.newcon-r ul li .tex dl dd{
	margin-bottom:1.25rem;
	margin-top:0.62rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li .tex .more{
	margin-top:2.5rem;
	border-top: 1px solid rgba(206, 198, 181, 0.30);
	padding-top:1.0rem;
}
.newcon-r ul li .tex .more a{
	color: #1A1C1C;
	font-family: Manrope;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 150% */
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
}
.newcon-r ul li .tex .more a::after{
	margin-left:0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	content:'';
	display:inline-block;
}
.faqcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.faqcon-l{
	width:27.8%;
}
.faqcon-l ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.faqcon-l ul li{
	width:100%;
	margin-top:2.25rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.faqcon-l ul li a{
	color: #4C463A;
}
.faqcon-l ul li a:hover{
	color: #6E5D25;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-color: #CFB877;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
}
.faqcon-l ul li a.cur{
	color: #6E5D25;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-color: #CFB877;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
}
.faqcon-l ul li:first-child{
	margin-top:0px;
}

.faqcon-r{
	width:66.3%;
}
.faqtit{
	width:100%;
	float:left;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.375rem; /* 135% */
	padding-bottom:1.5rem;
	border-bottom: 1px solid rgba(191, 174, 129, 0.30);
}
.subNavBox{
	width:100%;
	float:left;
	margin-top:2.38rem;
}
.subNav{
	width:100%; 
	float:left;
	margin-top:0.62rem; 
	CURSOR: pointer;
	padding:2.25rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: var(--f-6-f-4-f-2, #F6F4F2);
}
.subNav::after{ 
	width: 1.125rem;
	height: 0.69375rem;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd{
}
.currentDd::after{
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: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;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:2.25rem; 
	padding-top:0px;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.faq2{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding:5.0rem;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.faq2 dl{
	max-width:38%;
}
.faq2 dl dt{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 166.667% */
}
.faq2 dl dd{
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.5rem;
}
.faq2 .more{
	display:flex;
}
.faq2 .more a{
	display: flex;
	padding: 1.64rem 3rem 1.6875rem 3rem;
	justify-content: center;
	align-items: center;
	background: var(--cfb-877, #BFAE81);
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.faq2 .more a::after{
	margin-left:0.75rem;
	width: 0.875rem;
	height: 0.875rem;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.prowrap{
	width:100%;
	float:left;
	margin-top:7.5rem;
	padding:10rem 8.33vw;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prowrap-l{
	width:39.1%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.prowrap-l h1{
	color: #1A1C1C;
	font-family:Noto;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.5rem; /* 100% */
	margin-bottom:3.0rem;
}
.prowrap-l ul{
	margin-top:7.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prowrap-l ul li{
	width:100%;
	display:flex;
	align-items: center;
	margin-top:2.25rem;
	padding-bottom:2.25rem;
	border-bottom:1px solid rgba(191, 174, 129, 0.3);
}
.prowrap-l ul li img{
	max-height:1.73rem;
	width:auto;
}
.prowrap-l ul li dl dt{
	color: #1A1C1C;
	font-family: Manrope;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.25rem; /* 150% */
}
.prowrap-l ul li dl dd{
	margin-top:0.33rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prowrap-l ul li:last-child{
	border-bottom:0px;
}

.prowrap-r{
	width:56.4%;
}
.prowrap-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prowrap-r ul li{
	width:49.5%;
	position:relative;
	overflow:hidden;
	margin-top:0.5rem;
}
.prowrap-r ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prowrap-r ul li:hover img{
	transform: scale(1.05);
}
.prowrap-r ul li:last-child{
	padding:3.0rem;
	background: linear-gradient(135deg, #6E5D25 0%, #CFB877 100%);
	display:flex;
	justify-content: center;
	align-items: center;
}
.prowrap-r ul li:last-child .a01{
	width:auto;
	text-align:center;
}
.prowrap-r ul li:last-child .a01 .pic{
	overflow:hidden;
}
.prowrap-r ul li:last-child .a01 .pic img{
	max-height:3.75rem;
	width:auto;
	max-width:100%;
	display:inline-block;
}
.prowrap-r ul li:last-child .a01 dl dt{
	margin-top:1.5rem;
	color: #FFF;
	text-align: center;
	font-family: Noto;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 133.333% */
}
.prowrap-r ul li:last-child .a01 dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-family: Manrope;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.prowrap-r ul li:first-child{
	width:100%;
	margin-top:0px;
}
.pro01{
	width:100%;
	float:left;
	position:relative;
}
.pro01 img{
	width:100%;
	height:auto;
	display:block;
}
.pro01 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.pro01 .tex .a01{
	width:45.25%;
	color: var(--bg1, #FCF7F1);
	text-align: center;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.pro01 .tex .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Manrope;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.pro01 .tex .a01 dl dd{
	margin-top:1.25rem;
	color: var(--bg1, #FCF7F1);
	text-align: center;
	font-family: Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:2.25rem;
}

.pro02{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.pro02 .pic{
	width:45.5%;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	box-shadow: 0 6px 60px 0 rgba(26, 28, 28, 0.04);
	padding: 1.5rem;
	overflow:hidden;
	position:relative;
}
.pro02 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.pro02 .pic:hover img{
	transform: scale(1.05);
}
.pro02 .tex{
	width:45.5%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.pro02 .tex h1{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.pro02 .tex h2{
	margin-top:2.25rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.5rem; /* 100% */
	margin-bottom:3.0rem;
}
.pro02 .tex ul{
	margin-top:4.73rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro02 .tex ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	padding-left:2.25rem;
	border-left: 6px solid #CEC6B5;
	margin-top:3.0rem;
}
.pro02 .tex ul li:hover{
	border-left: 6px solid #6E5D25;
}
.pro02 .tex ul li dl dt{
	color: #1A1C1C;
	font-family:Noto;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 133.333% */
}
.pro02 .tex ul li dl dd{
	margin-top:0.75rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxwm{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-l{
	width:59.5%;
	padding: 3.75rem;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	box-shadow: 0 15px 60px -22.5px rgba(26, 28, 28, 0.04);
}
.lxwm-l h1{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.375rem; /* 120% */
	letter-spacing: -0.07031rem;
}
.lxwm-l ul{
	margin-top:2.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-l ul li{
	width:49%;
	margin-top:1.25rem;
}
.lxwm-l ul li dl dt{
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
	letter-spacing: 0.1125rem;
	text-transform: uppercase;
}
.lxwm-l ul li dl dd{
	margin-top:0.84rem;
}
.lxwm-l ul li.w100{
	width:100%;
}
.lxbk{
	width:100%;
	padding-bottom:0.84rem;
	color: rgba(206, 198, 181, 0.50);
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border:0px;
	border-bottom: 1.5px solid rgba(206, 198, 181, 0.20);
	background-color:transparent;
	outline:none;
}
.lxbk2{
	width:100%;
	padding-bottom:0.84rem;
	color: rgba(206, 198, 181, 0.50);
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border:0px;
	background-color:transparent;
	outline:none;
}
.lxbk3{
	width:100%;
	padding: 0.75rem 1.125rem 7.5rem 1.125rem;
	
	color: rgba(206, 198, 181, 0.50);
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border:0px;
	border-bottom: 1.5px solid var(--cfb-877, #BFAE81);
	background: #FFF;
	outline:none;
}
.lxwm-r{
	width:38%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.6875rem */
}
.lxwm-r h1{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 140% */
	margin-bottom:1.5rem;
}
.lxwm-r h1.mart3{
	margin-top:3.0rem;
}
.lxwm-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.lxwm-r ul li{
	width:100%;
	display:flex;
	align-items: center;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.12rem;
}
.lxwm-r ul li img{
	margin-right:1.5rem;
	max-height:1.4rem;
}
.lxwm-r ul li:first-child{
	margin-top:0px;
}
.lxwm-r .map{
	display:flex;
	margin-top:4.19rem;
}
.lxwm-r .map img{
	width:100%;
	height:auto;
	display:block;
}

.edlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.edlist ul{
	display:flex;
	flex-wrap: wrap;
}
.edlist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.edlist ul li:nth-child(3n){
	margin-right:0px;
}
.edlist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.edlist ul li dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.edlist ul li:hover dl dt img{
	transform: scale(1.05);
}
.edlist ul li dl dd{
	margin-top:2.5rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tanc{
	width:100%;
	height:100%;
	position: fixed;
	z-index:99;
	display: none;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background:rgba(0, 0, 0, 0.5);
}
.tanc01 .pic{
	width:60%;
	position:absolute;
	left:20%;
	top:10%;
	background-color:#FFF;
	z-index:5;
}
.tanc01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
















.mart6{
	margin-top:6.25rem;
}
.mart10{
	margin-top:10rem;
}
.mart3{
	margin-top:3.75rem;
}
.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;}
.dingw2{ width:100%; float:left; margin-top:-0px;}

}


@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(--cfb-877, #BFAE81);
	color:#FFF;
	line-height:3.0rem;
}

.subNavBox3{
	width:65%;
	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:4.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:4.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.6rem; 
	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(--cfb-877, #BFAE81); 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 3%;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.45rem 0.875rem;
	align-items: center;
	border: 1px solid var(--cfb-877, #BFAE81);
	position:relative;
	overflow:hidden;
	color: var(--cfb-877, #BFAE81);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	text-transform: uppercase;
	z-index:5;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--cfb-877, #BFAE81);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}
.intit{
	width:100%;
	float: left;
	margin-top:4rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	max-width:100%;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 3.6rem */
	text-transform: uppercase;
}
.intit .more{
	width:auto;
	margin-top:1.0rem;
}
.intit .more a{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
	padding-bottom:0.25rem;
	border-bottom: 2px solid #CFB877;
}
.index01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01-l{
	width:100%;
}
.index01-l dl dt{
	overflow:hidden;
}
.index01-l dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.index01-l:hover dl dt img{
	transform: scale(1.05);
}
.index01-l dl dd{
	margin-top:1.0rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 140% */
}
.index01-r{
	width:100%;
}
.index01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.index01-r ul li{
	width:49%;
	margin-top:1.0rem;
}
.index01-r ul li dl dt{
	overflow:hidden;
}
.index01-r ul li dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.index01-r ul li:hover dl dt img{
	transform: scale(1.05);
}
.index01-r ul li dl dd{
	margin-top:1.0rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 140% */
}
.incplm{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.incplm ul{
	display: flex;
	flex-wrap: wrap;
}
.incplm ul li{
	width:auto;
	margin-right:1.0rem;
}
.incplm ul li a{
	color: var(---999, #999);
	font-family: Noto;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 1.5rem */
}
.incplm ul li a:hover{
	color: var(--1-a-1-c-1-c, #1A1C1C);
}
.incplm ul li a.cur{
	color: var(--1-a-1-c-1-c, #1A1C1C);
}
.inpro{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:49.5%;
	position:relative;
	overflow:hidden;
	margin-top:0.3rem;
}
.inpro ul li::before{
	width: 1.5rem;
	height: 1.5rem;
	position:absolute;
	top:1.25rem;
	right:1.38rem;
	z-index:1;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	transition: all 0.6s;
	opacity:0;
}
.inpro ul li:hover::before{
	opacity:1;
}
.inpro ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inpro ul li:hover img{
	transform: scale(1.05);
}
.inpro ul li .pic01{
	display:inline-block;
}
.inpro ul li .pic02{
	display: none;
}
.inpro ul li:hover .pic01{
	display:none;
}
.inpro ul li:hover .pic02{
	display:inline-block;
}

.inwrap{
	width:100%;
	float:left;
	padding:4rem 3%;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	margin-top:4rem;
}
.inser{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.inser ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inser ul li{
	width:48%;
	margin-top:1.0rem;
	background: #FFF;
	padding:2.5rem 1.5rem;
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
	position:relative;
}
.inser ul li::after{
	width: 3rem;
	height: 0.0625rem;
	background: rgba(206, 198, 181, 0.50);
	left:1.5rem;
	bottom:2.5rem;

	z-index:1;
	content:'';
	display:inline-block;
	position:absolute;
}
.inser ul li:nth-child(3n){
	margin-right:0px;
}
.inser ul li .pic{
	overflow:hidden;
}
.inser ul li .pic img{
	max-width:2.0rem;
}
.inser ul li dl dt{
	margin-top:1.5rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 155.556% */
}
.inser ul li dl dd{
	margin-top:0.5rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 100% */
	margin-bottom:0.5rem;
}
.inser ul li:last-child{
	width:100%;
}
.inpic{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.inpic img{
	width:100%;
	height:auto;
	display:block;
}

.incap{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.incap .pic{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.incap .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.incap .pic:hover img{
	transform: scale(1.05);
}
.incap .tex{
	width:100%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 155.556% */
}
.incap .tex h1{
	margin-bottom:1.75rem;
	color: #1A1C1C;
	font-family:Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 3.6rem */
}
.incap .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.75rem;
}
.incap .tex ul li{
	width:48%;
	margin-top:2.0rem;
}
.incap .tex ul li dl dt{
	color: #6E5D25;
	font-family:Noto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.25rem; /* 75% */
}
.incap .tex ul li dl dd{
	margin-top:0.5rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
}
.incap .tex .more{
	margin-top:3.25rem;
}
.incap .tex .more a{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
	padding-bottom:0.25rem;
	border-bottom: 2px solid #CFB877;
}

.inwrap2{
	width:100%;
	float:left;
	padding:4rem 3%;
	margin-top:4rem;
	background: var(--bg1, #FCF7F1);
}
.inwrap2 h1{
	color: #1A1C1C;
	text-align: center;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 83.333% */
}
.inwrap2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inwrap2 ul li{
	width:49%;
	text-align:center;
	margin-top:3.25rem;
}
.inwrap2 ul li .pic{
	overflow:hidden;
}
.inwrap2 ul li .pic img{
	max-width:4.5rem;
}
.inwrap2 ul li dl dt{
	margin-top:2rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.inwrap2 ul li dl dd{
	margin-top:1.25rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
	position:relative;
	width:40%;
}
.innew ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	filter: grayscale(100%);
}
.innew ul li .pic:hover img{
	transform: scale(1.05);
	filter: grayscale(0%);
}
.innew ul li .tex{
	width:55%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.innew ul li .tex dl dt{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
	display:none;
}
.innew ul li .tex dl dd{
	margin-bottom:1.0rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25; /* 137.5% */
}
.innew ul li .tex p{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.25;
  overflow: hidden;
  -webkit-line-clamp:2; /* 限制为3行 */
  line-clamp: 3; /* 现代标准属性，部分浏览器支持 */
}
.innew ul li .tex .more{
	margin-top:1.0rem;
	border-top: 1px solid rgba(206, 198, 181, 0.30);
	padding-top:1.0rem;
}
.innew ul li .tex .more a{
	color: #1A1C1C;
	font-family: Manrope;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 150% */
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
}
.innew ul li .tex .more a::after{
	margin-left:0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	content:'';
	display:inline-block;
}

.foot{
	width:100%;
	float:left;
	padding: 3.25rem 3% 1.75rem 3%;
	margin-top:4rem;
	background: #F6F4F2;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01-l{
	width:100%;
	color: var(--, #4C463A);
	font-family:zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.125rem */
}
.foot01-l dl dt{
	color: var(--, #4C463A);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.foot01-l dl dd{
	margin-top:1.56rem;
	margin-bottom:1.56rem;
	display: flex;
	padding: 0.75rem 0.625rem 0.75rem 1.25rem;
	justify-content:space-between;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid #4C463A;
}
.inbk{
	width:80%;
	border:0px;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	outline:none;
	background-color:transparent;
}

.foot01-r{
	width:48.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot01-r dl dt{
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	display:flex;
	align-items: center;
}
.foot01-r dl dt a{
	display:flex;
	align-items: center;
}
.foot01-r dl dt img{
	margin-left:0.5rem;
	max-height:1.0rem;
}
.foot01-r dl dd{
	margin-top:1.0rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.87rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}

.aboutbanner{
	width:100%;
	float:left;
	margin-top:5rem;
	position:relative;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
}
.aboutbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 3%;
	display:flex;
	align-items: center;
}
.aboutbanner .tex dl{
	width:100%;
}
.aboutbanner .tex dl dt{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%;
}
.aboutbanner .tex dl dt i{
	color: var(--cfb-877, #BFAE81);
}
.aboutbanner .tex dl dd{
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140% */
	display:flex;
}
.aboutbanner .tex dl dd div{
	width:85%;
}

.nab01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:4rem;
}
.nab01-l{
	width:100%;
	position:relative;
}
.nab01-l img{
    width: 96%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab01-l:hover img{
	transform: scale(1.05);
}
.nab01-l .pic{
	width: 10.4rem;
    height: 12rem;
    position: absolute;
    right: -0.8rem;
    top: calc(87% - 6rem);
    z-index: 1;
    overflow: hidden;
}

.nab01-r{
	width:100%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.6875rem */
	margin-top:2.0rem;
}
.nab01-r h1{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 112.5% */
	letter-spacing: -0.09rem;
	margin-bottom:2.0rem;
}
.nab01-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3rem;
	border-top: 1.5px solid rgba(206, 198, 181, 0.20);
	padding-top:3.0rem;
}
.nab01-r ul li{
	width:50%;
}
.nab01-r ul li dl dt{
	color: var(--cfb-877, #BFAE81);
	font-family: Noto;
	font-size: 3.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 111.111% */
}
.nab01-r ul li dl dd{
	margin-top:0.7rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.abwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:4rem 3%;
	background: var(--bg1, #FCF7F1);
}
.abtit{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.abtit i{
	width:auto;
	max-width:100%;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 100% */
}
.abtit .a01{
	width:100%;
	margin-top:1.0rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab02{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02-l{
	width:100%;
}
.nab02-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.nab02-l ul li{
	width:calc(50% - 0.625rem);
	padding:1.5rem;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top:1.25rem;
}
.nab02-l ul li:first-child{
	margin-top:0px;
}
.nab02-l ul li:nth-child(2){
	margin-top:0px;
}
.nab02-l ul li .pic{
	overflow:hidden;
	height:1.8rem;
}
.nab02-l ul li .pic img{
	max-height:1.8rem;
}
.nab02-l ul li dl dt{
	color: #1A1C1C;
	font-family:Noto;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 100% */
	margin-top:3.0rem;
}
.nab02-l ul li dl dd{
	margin-top:0.7rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 142.857% */
	text-transform: uppercase;
}
.nab02-r{
	width:100%;
	margin-top:2.0rem;
	position:relative;
	overflow:hidden;
}
.nab02-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab02-r:hover img{
	transform: scale(1.05);
}
.nybanner{
	width:100%;
	float:left;
	margin-top:5rem;
	padding: 3.25rem 3%;
	background: #F3F3F3;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.nybanner .a01{
	width:100%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.6875rem */
	margin-top:2.0rem;
}
.nybanner dl dt{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}
.nybanner dl dd{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding-bottom:2.0rem;
	border-bottom: 1.5px solid rgba(206, 198, 181, 0.20);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.ntit.pad0{
	padding-bottom:0px;
	border-bottom:0px;
	text-transform: uppercase;
}
.ntit dl dt{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit dl dd{
	margin-top:0.5rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.ntit .more{
	display:flex;
	margin-top:2.0rem;
}
.ntit .more a{
	padding-bottom:0.25rem;
	border-bottom: 2px solid #CFB877;
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:49.5%;
	margin-top:2.5rem;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li dl dt{
	margin-top:1.0rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li dl dd{
	margin-top:0.62rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.incplm2{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.incplm2 ul{
	display: flex;
	flex-wrap: wrap;
}
.incplm2 ul li{
	width:auto;
	margin-right:1.0rem;
}
.incplm2 ul li a{
	color: var(---999, #999);
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.incplm2 ul li a:hover{
	color: #4C463A;
}
.incplm2 ul li a.cur{
	color: #4C463A;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	margin-right:0.45rem;
	color: var(---666, #666);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.fy ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: var(---666, #666);
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.fy ul li a:hover{
	background: var(--cfb-877, #BFAE81);
	border: 1px solid #BFAE81;
	color:#FFF;
}
.fy ul li b{
	font-family:'宋体';
}

.show{
	width:100%;
	float:left;
	margin-top:5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(--bg1, #FCF7F1);
}
.show-l{
	width:100%;
	position:relative;
}
.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: 1px solid #BFAE81;
	display:flex;
	overflow:hidden;
	width:2rem;
	height:2rem;
}
.swiper-slide-thumb-active .b01{
	border: 2px solid #BFAE81;
}
.swiper-slide .b01 img{
	width:2rem;
	height:2rem;
}
.swiper-slide .a01{
}
.swiper.aa01{
	 width: 76%;
  position: absolute;
  bottom: 1.5rem;

  /* 👇 这三行 = 整个盒子强制居中，不会再居左！ */
  left: 0;
  right: 0;
  margin: 0 auto;

  z-index: 1;
}
.swiper.aa01 .swiper-wrapper{
	display: flex;
  justify-content: center;
  text-align: center;
	}

.show-r{
	width:100%;
	position:relative;
	padding:3.0rem 3%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show-r h1{
	color: #7D7668;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 133.333% */
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}
.show-r h2{
	margin-top:1.0rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.0rem;
}
.show-r dl dt{
	margin-top:1.75rem;
	color: #7D7668;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
}
.show-r dl dd{
	margin-top:0.5rem;
	color: #6E5D25;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem; /* 133.333% */
}
.show-r .more{
	margin-top:2.0rem;
	display:flex;
}
.show-r .more a{
	width:100%;
	padding: 1.0rem 0;
	background: var(--cfb-877, #BFAE81);
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}

.show2{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show2-l{
	width:100%;
}
.show2-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	height:100%;
}
.show2-l ul li{
	width:100%;
	margin-top:1.0rem;
	padding-bottom:1.0rem;
	border-bottom: 1px solid #CEC6B5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
}
.show2-l ul li i{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 155.556% */
}

.show2-r{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.show2-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.show2-r:hover img{
	transform: scale(1.05);
}

.blog{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding:1.0rem;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.blog .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.blog .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.blog .pic:hover img{
	transform: scale(1.05);
}
.blog .tex{
	width:100%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
	margin-top:2.0rem;
}
.blog .tex h1{
	display:flex;
}
.blog .tex h1 i{
	display: flex;
	padding: 0.33rem 1.5rem;
	align-items: flex-start;
	border: 1.5px solid #CFB877;
	color: #CFB877;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.2625rem;
	text-transform: uppercase;
}
.blog .tex h2{
	margin-top:1.12rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.4rem;
}
.blog .tex .inmore{
	margin-top:2.86rem;
}

.blbanner{
	width:100%;
	float:left;
	margin-top:5rem;
	padding: 3.25rem 3%;
	background: #F3F3F3;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.blbanner dl{
	max-width:100%;
}
.blbanner dl dt{
	display:flex;
}
.blbanner dl dt i{
	padding: 0.33rem 1.0rem;
	border: 1.5px solid #CFB877;
	color: #CFB877;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 187.5% */
	letter-spacing: 0.2625rem;
	text-transform: uppercase;
}
.blbanner dl dd{
	margin-top:1.0rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.blbanner .a01{
	width:auto;
	display:flex;
	margin-top:2.0rem;
}
.blbanner .a01 a{
	margin-right:0.44rem;
	display:flex;
}
.blbanner .a01 a img{
	max-height:2.5rem;
}

.newcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newcon-l img{
	width:100%;
	height:auto;
	display:block;
}
.newcon-l h1{
	margin-bottom:2.5rem;
	margin-top:2.5rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r{
	width:30%;
	border: 1.5px solid rgba(206, 198, 181, 0.20);
	background: #FFF;
	padding: 3.75rem 3rem;
	display:none;
}
.newcon-r h1{
	color: #1A1C1C;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.1125rem;
	text-transform: uppercase;
	padding-bottom:0.75rem;
	border-bottom: 1.5px solid #E2E2E2;
}
.newcon-r ul{
	display: flex;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	margin-top:5.0rem;
}
.newcon-r ul li .tex{
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
}
.newcon-r ul li .tex dl dt{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.newcon-r ul li .tex dl dd{
	margin-bottom:1.25rem;
	margin-top:0.62rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li .tex .more{
	margin-top:2.5rem;
	border-top: 1px solid rgba(206, 198, 181, 0.30);
	padding-top:1.0rem;
}
.newcon-r ul li .tex .more a{
	color: #1A1C1C;
	font-family: Manrope;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 150% */
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
}
.newcon-r ul li .tex .more a::after{
	margin-left:0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	content:'';
	display:inline-block;
}
.faqcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.faqcon-l{
	width:100%;
}
.faqcon-l ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.faqcon-l ul li{
	width:100%;
	margin-top:1.25rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}
.faqcon-l ul li a{
	color: #4C463A;
}
.faqcon-l ul li a:hover{
	color: #6E5D25;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-color: #CFB877;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
}
.faqcon-l ul li a.cur{
	color: #6E5D25;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-color: #CFB877;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
}
.faqcon-l ul li:first-child{
	margin-top:0px;
}

.faqcon-r{
	width:100%;
	margin-top:2.0rem;
}
.faqtit{
	width:100%;
	float:left;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 135% */
	padding-bottom:1.5rem;
	border-bottom: 1px solid rgba(191, 174, 129, 0.30);
}
.subNavBox{
	width:100%;
	float:left;
	margin-top:1.38rem;
}
.subNav{
	width:100%; 
	float:left;
	margin-top:0.62rem; 
	CURSOR: pointer;
	padding:1.25rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: var(--f-6-f-4-f-2, #F6F4F2);
}
.subNav::after{ 
	width: 1.125rem;
	min-width:1.125rem;
	margin-left:1.5rem;
	height: 0.69375rem;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd{
}
.currentDd::after{
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: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;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:1.25rem; 
	padding-top:0px;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.faq2{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding:2.0rem;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.faq2 dl{
	max-width:100%;
}
.faq2 dl dt{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 166.667% */
}
.faq2 dl dd{
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.faq2 .more{
	display:flex;
	margin-top:2.0rem;
}
.faq2 .more a{
	display: flex;
	padding: 1.0rem 2rem;
	justify-content: center;
	align-items: center;
	background: var(--cfb-877, #BFAE81);
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.faq2 .more a::after{
	margin-left:0.75rem;
	width: 0.875rem;
	height: 0.875rem;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.prowrap{
	width:100%;
	float:left;
	margin-top:5rem;
	padding:4rem 3%;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prowrap-l{
	width:100%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.prowrap-l h1{
	color: #1A1C1C;
	font-family:Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 100% */
	margin-bottom:2.0rem;
}
.prowrap-l ul{
	margin-top:2.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prowrap-l ul li{
	width:100%;
	display:flex;
	align-items: center;
	margin-top:2.25rem;
	padding-bottom:2.25rem;
	border-bottom:1px solid rgba(191, 174, 129, 0.3);
}
.prowrap-l ul li img{
	max-height:1.53rem;
	width:auto;
}
.prowrap-l ul li dl dt{
	color: #1A1C1C;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.prowrap-l ul li dl dd{
	margin-top:0.33rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prowrap-l ul li:last-child{
	border-bottom:0px;
}

.prowrap-r{
	width:100%;
}
.prowrap-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prowrap-r ul li{
	width:49.5%;
	position:relative;
	overflow:hidden;
	margin-top:0.3rem;
}
.prowrap-r ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prowrap-r ul li:hover img{
	transform: scale(1.05);
}
.prowrap-r ul li:last-child{
	padding:2.0rem;
	background: linear-gradient(135deg, #6E5D25 0%, #CFB877 100%);
	display:flex;
	justify-content: center;
	align-items: center;
}
.prowrap-r ul li:last-child .a01{
	width:auto;
	text-align:center;
}
.prowrap-r ul li:last-child .a01 .pic{
	overflow:hidden;
}
.prowrap-r ul li:last-child .a01 .pic img{
	max-height:2.5rem;
	width:auto;
	max-width:100%;
	display:inline-block;
}
.prowrap-r ul li:last-child .a01 dl dt{
	margin-top:1.0rem;
	color: #FFF;
	text-align: center;
	font-family: Noto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.prowrap-r ul li:last-child .a01 dl dd{
	margin-top:0.35rem;
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.prowrap-r ul li:first-child{
	width:100%;
	margin-top:0px;
}
.pro01{
	width:100%;
	float:left;
	position:relative;
}
.pro01 img{
	width:100%;
	height:auto;
	display:block;
}
.pro01 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.pro01 .tex .a01{
	width:80%;
	color: var(--bg1, #FCF7F1);
	text-align: center;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.pro01 .tex .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Manrope;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.pro01 .tex .a01 dl dd{
	color: var(--bg1, #FCF7F1);
	text-align: center;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.pro01 .tex .a01 p{
	display:none;
}
.pro02{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.pro02 .pic{
	width:100%;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	box-shadow: 0 6px 60px 0 rgba(26, 28, 28, 0.04);
	padding: 1.0rem;
	overflow:hidden;
	position:relative;
}
.pro02 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.pro02 .pic:hover img{
	transform: scale(1.05);
}
.pro02 .tex{
	width:100%;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top:3.0rem;
}
.pro02 .tex h1{
	color: #6E5D25;
	font-family: Manrope;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	text-transform: uppercase;
}
.pro02 .tex h2{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 100% */
	margin-bottom:1.5rem;
}
.pro02 .tex ul{
	margin-top:1.73rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro02 .tex ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	padding-left:1.25rem;
	border-left: 2px solid #CEC6B5;
	margin-top:3.0rem;
}
.pro02 .tex ul li:hover{
	border-left: 2px solid #6E5D25;
}
.pro02 .tex ul li dl dt{
	color: #1A1C1C;
	font-family:Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.pro02 .tex ul li dl dd{
	margin-top:0.75rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxwm{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-l{
	width:100%;
	padding: 1.5rem;
	background: var(--f-6-f-4-f-2, #F6F4F2);
	box-shadow: 0 15px 60px -22.5px rgba(26, 28, 28, 0.04);
}
.lxwm-l h1{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
}
.lxwm-l ul{
	margin-top:1.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-l ul li{
	width:100%;
	margin-top:1.25rem;
}
.lxwm-l ul li dl dt{
	color: #4C463A;
	font-family: Manrope;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 171.429% */
	letter-spacing: 0.1125rem;
	text-transform: uppercase;
}
.lxwm-l ul li dl dd{
	margin-top:0.44rem;
}
.lxwm-l ul li.w100{
	width:100%;
}
.lxbk{
	width:100%;
	padding-bottom:0.44rem;
	color: rgba(206, 198, 181, 0.50);
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border:0px;
	border-bottom: 1.5px solid rgba(206, 198, 181, 0.20);
	background-color:transparent;
	outline:none;
}
.lxbk2{
	width:100%;
	padding-bottom:0.44rem;
	color: rgba(206, 198, 181, 0.50);
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border:0px;
	background-color:transparent;
	outline:none;
}
.lxbk3{
	width:100%;
	padding: 0.75rem 1.125rem 7.5rem 1.125rem;
	
	color: rgba(206, 198, 181, 0.50);
	font-family: Manrope;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border:0px;
	border-bottom: 1.5px solid var(--cfb-877, #BFAE81);
	background: #FFF;
	outline:none;
}
.lxwm-r{
	width:100%;
	margin-top:2.0rem;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.6875rem */
}
.lxwm-r h1{
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 140% */
	margin-bottom:1.0rem;
}
.lxwm-r h1.mart3{
	margin-top:2.0rem;
}
.lxwm-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.lxwm-r ul li{
	width:100%;
	display:flex;
	align-items: center;
	color: #4C463A;
	font-family: Manrope;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.12rem;
}
.lxwm-r ul li img{
	margin-right:1.5rem;
	max-height:1.4rem;
}
.lxwm-r ul li:first-child{
	margin-top:0px;
}
.lxwm-r .map{
	display:flex;
	margin-top:2.19rem;
}
.lxwm-r .map img{
	width:100%;
	height:auto;
	display:block;
}

.edlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.edlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.edlist ul li{
	width:48%;
	margin-top:1.5rem;
}
.edlist ul li:nth-child(3n){
	margin-right:0px;
}
.edlist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.edlist ul li dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.edlist ul li:hover dl dt img{
	transform: scale(1.05);
}
.edlist ul li dl dd{
	margin-top:1.5rem;
	color: #1A1C1C;
	font-family: Noto;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tanc{
	width:100%;
	height:100%;
	position: fixed;
	z-index:99;
	display: none;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;

	top:0;
	z-index:2;
	background:rgba(0, 0, 0, 0.5);
}
.tanc01 .pic{
	width:80%;
	position:absolute;
	left:10%;
	top:20%;
	background-color:#FFF;
	z-index:5;
	border:5px solid #FFF;
}
.tanc01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
















.mart6{
	margin-top:3.25rem;
}
.mart10{
	margin-top:4rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart0{
	margin-top:0px;
}















.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}

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









}












































