body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family: zt3;
	margin:auto;
	overflow-x:hidden;
	background: #FBF9F4;
	}

@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: 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:#000;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(---black, #000);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}

@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 3.75vw;
}
.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 3.75vw;
}


.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	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: auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:12.1rem;
	max-height:2.0rem;
	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;
	font-size: 0.875rem;
	height:5.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display:flex;
	align-items: center;
}
.innav ul>li>a{
	width:auto;
	padding:0rem 2.25rem;
	display:flex;
	align-items: center;
	position:relative;
	border-radius: 0.25rem;
	font-size:1.0rem;
}
.innav ul>li.cur>a{
	font-weight:bold;
	color:#000;
}
.innav ul>li>a:hover{
}
.header.yanse .innav ul>li.cur a{
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#fff;
}
.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);
}

.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:9;
	background: var(---white, #FFF);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	opacity:0;
	visibility: hidden;
	transition: all 0.6s;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility: visible;
}
.innav ul li .xiala .a01{
	width:50%;
	padding-left:8.33vw;
	padding-right:7.62rem;
	padding-top:4.94rem;
	padding-bottom:4.12rem;
	box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
	position:relative;
}
.innav ul li .xiala .a01 h1{
	padding-bottom:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:relative;
}
.innav ul li .xiala .a01 h1::before{
	width: 9.125rem;
	height: 0.25rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background:#0052FF;
}
.innav ul li .xiala .a01 dl{
	padding-top:2.96rem;
	width:50%;
}
.innav ul li .xiala .a01 dl dd{
	margin-top:1.69rem;
	color: var(---333, #333);
	font-size: 1.125rem;
	font-family:zt4;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}
.innav ul li .xiala .a01 dl dd .xl{
	width:50%;
	position:absolute;
	left:50%;
	top:7.6rem;
	z-index:3;
	opacity:0;
	visibility: hidden;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li .xiala .a01 dl dd .xl p{
	display:flex;
	margin-top:1.25rem;
}
.innav ul li .xiala .a01 dl dd .xl p a{
	display: flex;
	align-items: center;
}
.innav ul li .xiala .a01 dl dd .xl p a::before{
	content:">";
	font-family:'宋体';
	margin-right:1.31rem;
	font-weight:bold;
}
.innav ul li .xiala .a01 dl dd:hover .xl{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala .a01 dl dd a{
	display: flex;
	align-items: center;
	width:100%;
	height:auto;
}
.innav ul li .xiala .a01 dl dd a::before{
	content:">";
	font-family:'宋体';
	margin-right:1.31rem;
	font-weight:bold;
}
.innav ul li .xiala .a02{
	width:50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.innav ul li .xiala .a02 img{
	max-width:60%;
	max-height:18rem;
}

.header.yanse .innav ul li .xiala a{
	color:#333;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#065CA7;
}
.header.yanse.yanse01 .innav ul li .xiala a{
	color:#333;
}
.header.yanse.yanse01 .innav ul li .xiala a:hover{
	color:#065CA7;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#065CA7;
}

.top-r{
	width: auto;
	display: flex;
	align-items: center;
}

.zyw{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:13.1rem;
	height:3.0rem;
	position:relative;
	padding: 0.75rem 0.75rem 0.75rem 1.25rem;
	border-radius: 6.25rem;
	margin-left:4.53rem;
}
.header.yanse .zyw{
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.header.yanse.yanse01 .zyw{
	border: 0px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse .chaxbk{
	color: var(---999, #999);
}
.header.yanse.yanse01 .chaxbk{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.zyw .ss{
	max-height:2.0rem;
	width:auto;
}
.chaxbk{
	width:calc(100% - 1.25rem);
	height: 1.25rem;
	line-height: 1.25rem;
	border: 0px;
	background-color: transparent;
	outline: none;
	color: var(---999, #999);
	font-family:zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 1.25rem 5rem;
	align-items: center;
	border: 1px solid var(---black, #000);
	position:relative;
	overflow:hidden;
	color: var(---black, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	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(---black, #000);
	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%;
}
.inab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:39.5%;
}
.inab-l .a01{
	width:100%;
}
.inab-l .a01 dl dt{
	color: #797C73;
	font-family: Source;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.45rem;
	text-transform: uppercase;
}
.inab-l .a01 dl dd{
	margin-top:2.5rem;
	color: var(---black, #000);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-l ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.inab-l ul li{
	width:100%;
	margin-top:2.5rem;
	border-left: 3px solid rgba(177, 179, 169, 0.30);
	padding-left:3.0rem;
	transition: all 0.6s;
}
.inab-l ul li:hover{
	border-left: 3px solid #535252;
}
.inab-l ul li dl dt{
	color: #31332C;
	font-family: Source;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.inab-l ul li dl dd{
	margin-top:1.5rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.inab-l .inmore{
	margin-top:5.0rem;
}

.inab-r{
	width:56.7%;
	position:relative;
}
.inab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab-r:hover img{
	transform: scale(1.05);
}
.inab-r .tex{
	padding: 2.78rem 5.24rem 2.75rem 3.1rem;
	position: absolute;
	left: -3rem;
	bottom: -3rem;
	z-index:2;
	background: #F5F4ED;
	color: #797C73;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.inab-r .tex dl dt{
	color: #31332C;
	font-family: Source;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
	text-transform: uppercase;
}
.inab-r .tex dl dd{
	color: var(---black, #000);
	font-family: Source;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inwrap{
	width:100%;
	float:left;
	background: #F5F4ED;
	padding:10rem 3.75vw;
}
.intit{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit dl dt{
	color: #797C73;
	font-family: Source;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.45rem;
	text-transform: uppercase;
}
.intit dl dd{
	margin-top:1.5rem;
	color: var(---black, #000);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intit .a1{
	width:auto;
	display:flex;
}
.intit .a1 a{
	color: #31332C;
	font-family: zt;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 0.375rem;
	border-bottom: 1.5px solid #5F5E5E;
}
.qgxl{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.qgxl ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qgxl ul li{
	width:47.3%;
}
.qgxl ul li .pic{
	overflow:hidden;
}
.qgxl ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.qgxl ul li:hover .pic img{
	transform: scale(1.05);
}
.qgxl ul li dl dt{
	margin-top:3.0rem;
	color: var(---black, #000);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.qgxl ul li dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.qgxl ul li:nth-child(2){
	margin-top:9rem;
}
.jmsx{
	width:100%;
	float:left;
	padding:12.5rem 3.75vw;
	background: var(--bg, #1B1B1B);
}
.jmsx h1{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-family: Source;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.3375rem;
	text-transform: uppercase;
}
.jmsx h2{
	margin-top:1.5rem;
	color: #E2E2E2;
	text-align: center;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family:zt3;
}
.jmsx ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.jmsx ul li{
	width:calc(33.33% - 1.88rem);
	margin-right:1.88rem;
	position:relative;
	overflow:hidden;
}
.jmsx ul li:nth-child(3n){
	margin-right:0px;
}
.jmsx ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jmsx ul li:hover img{
	transform: scale(1.05);
}
.jmsx ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	padding:3.75rem;
}
.jmsx ul li .tex dl dt{
	color: var(---white, #FFF);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jmsx ul li .tex dl dd{
	margin-top:1.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.jmsx ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: linear-gradient(0deg, rgba(19, 19, 19, 0.90) 0%, rgba(19, 19, 19, 0.00) 50%, rgba(19, 19, 19, 0.00) 100%);
	content:'';
	display:inline-block;
}
.inds{
	width:100%;
	float:left;
	margin-top:12rem;
	background: var(--bg, #F5F4ED);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inds .pic{
	width:66.6%;
	overflow:hidden;
	position:relative;
}
.inds .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inds .pic:hover img{
	transform: scale(1.05);
}
.inds .tex{
	width:33.4%;
	padding:0 5.0rem;
	color: #5E6058;
	font-family:zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.inds .tex dl dt{
	color: #797C73;
	font-family: Source;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.45rem;
	text-transform: uppercase;
}
.inds .tex dl dd{
	margin-top:2.25rem;
	color: var(---black, #000);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:3.0rem;
	font-family:zt3;
}
.inds .tex .qm{
	display:flex;
	align-items: center;
	margin-top:3.75rem;
	color: #31332C;
	font-family: Source;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.inds .tex .qm::before{
	width: 4.23rem;
	height: 0.1rem;
	margin-right:1.5rem;
	background: #5F5E5E;
	content:'';
	display:inline-block;
}
.jzzl{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:7.5rem;
	background: var(--bg, #F5F4ED);
	text-align:center;
	color: var(---666, #666);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.jzzl h1{
	color: var(---black, #000);
	font-family: zt3;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.62rem;
}
.jzzl .inmore{
	margin-top:2.5rem;
	justify-content: center;
}
.jzzl .inmore a{
	margin-left:0.625rem;
	margin-right:0.625rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	border-top: 1.5px solid rgba(77, 70, 53, 0.10);
	background: #0E0E0E;
	padding-bottom:3.75rem;
	padding-top:7.5rem;
	text-align:center;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot h1{
	overflow:hidden;
}
.foot h1 img{
	max-height:3.0rem;
	max-width:100%;
}
.foot h2{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 2rem;
}
.foot .line{
	width:100%;
	margin-top:5.0rem;
	margin-bottom:5.0rem;
	display:flex;
	justify-content: center;
	height:1px;
}
.foot .line div{
	width:66.6%;
	height:1px;
	background: rgba(255, 255, 255, 0.30);
}
.foot .dbnav{
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.foot .dbnav a{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0.88rem 0;
}
.foot .dbnav .sx{
	width: 0.0625rem;
	height: 0.875rem;
	background: rgba(255, 255, 255, 0.30);
	margin-left:2.25rem;
	margin-right:2.25rem;
}
.foot .copy{
	display:flex;
	justify-content: center;
	margin-top:5.0rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.back{
	width:3.75rem;
	position:fixed;
	bottom:6.0rem;
	right:1.25rem;
	z-index:2;
}
.back img{
	max-width:100%;
}
.qgtiit{
	width:100%;
	float:left;
	margin-top:10rem;
	color: #31332C;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 6.75rem; /* 168.75% */
	letter-spacing: -0.16875rem;
}
.qglm{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.qglm ul{
	display:flex;
	flex-wrap: wrap;
}
.qglm ul li{
	width:auto;
	margin-right:3.75rem;
	color: var(---999, #999);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 125% */
}
.qglm ul li a{
	color: var(---999, #999);
}
.qglm ul li a:hover{
	color: #31332C;
}
.qglm ul li a.cur{
	color: #31332C;
}
.qgsm{
	width:100%;
	float:left;
	margin-top:1.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.qgsm .a01{
	width:36%;
	color: #5E6058;
	font-family:zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.qgsm a{
	padding-bottom: 0.375rem;
	color: #31332C;
	font-family: zt;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.1125rem;
	text-transform: uppercase;
	border-bottom: 1.5px solid #5F5E5E;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist.ny ul li{
	margin-top:0px;
}
.prolist ul li{
	width:47.3%;
	margin-top:6.0rem;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
}
.prolist ul li .tex dl dt{
	color: var(---black, #000);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.prolist ul li .tex .num{
	width:auto;
	color: var(---black, #000);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.showtit{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.showtit .a01{
	width:auto;
	max-width:38.7%;
	color: var(---666, #666);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.showtit .a01 h1{
	color: #31332C;
	font-family: zt3;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 6.75rem; /* 168.75% */
	letter-spacing: -0.16875rem;
}
.showtit .a01 h2{
	margin-top:2.5rem;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.showtit .a02{
	width:43.2%;
	color: #5E6058;
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.4375rem; /* 162.5% */
}
.propic{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.propic img{
	width:100%;
	height:auto;
	display:block;
}
.show01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.show01 .pic{
	width:47.3%;
	overflow:hidden;
	position:relative;
}
.show01 .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.show01 .pic:hover img{
	transform: scale(1.05);
}

.show01 .tex{
	width:47.3%;
	color: #5E6058;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.show01 .tex dl dt{
	color: #5E6058;
	font-family: Source;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.45rem;
	text-transform: uppercase;
}
.show01 .tex dl dd{
	margin-top:2.25rem;
	color: #31332C;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 5.625rem; /* 140.625% */
	font-family:zt3;
}
.show01 .tex h2{
	margin-top:3.0rem;
	color: #5E6058;
	font-family: zt3;
	font-size: 1.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.375rem; /* 200% */
	margin-bottom:3.75rem;
}
.show01 .tex .inmore{
	margin-top:4.5rem;
}
.cptit{
	width:100%;
	float:left;
	margin-top:10rem;
	text-align:center;
}
.cptit dl dt{
	color: #5E6058;
	font-family: Source;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.45rem;
	text-transform: uppercase;
}
.cptit dl dd{
	margin-top:1.5rem;
	color: #31332C;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 5.625rem; /* 140.625% */
}
.pjlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.pjlist ul{
	display:flex;
	flex-wrap: wrap;
}
.pjlist ul li{
	width:33.33%;
	border: 1.5px solid rgba(177, 179, 169, 0.30);
	background: #FBF9F4;
	padding: 3.81rem 4.5rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
	margin-top:2.5rem;
}
.pjlist ul li .pic{
	overflow:hidden;
	position:relative;
}
.pjlist ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.pjlist ul li:hover .pic img{
	transform: scale(1.05);
}
.pjlist ul li dl dt{
	margin-top:3.75rem;
	color: rgba(95, 94, 94, 0.60);
	font-family: Source;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.pjlist ul li dl dd{
	color: #31332C;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 133.333% */
	margin-top:1.5rem;
	margin-bottom:1.37rem;
	font-family:zt3;
}

.tqz01{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tqz01 .a01{
	width:auto;
	max-width:39%;
}
.tqz01 .a01 dl dt{
	color: #5F5E5E;
	font-family: Source;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.46875rem;
	text-transform: uppercase;
}
.tqz01 .a01 dl dd{
	margin-top:2.25rem;
	color: #31332C;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tqz01 .a02{
	width:auto;
	max-width:28.3%;
}
.tqz01 .a02 .b1{
	width:100%;
	border-left: 3px solid #5F5E5E;
	padding-left:2.25rem;
	color: #31332C;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.tqz01 .a02 .inmore{
	margin-top:4.5rem;
}
.tqz01 .a03{
	width:auto;
	max-width:28.3%;
}
.tqz01 .a03 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tqz01 .a03 ul li{
	width:100%;
	padding-bottom:1.12rem;
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	color: #5E6058;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.875rem; /* 200% */
	letter-spacing: 0.09375rem;
	border-bottom: 1.5px solid rgba(177, 179, 169, 0.30);
}
.tqz01 .a03 ul li b{
	font-family:zt3;
	font-weight:400;
}
.tqz01 .a03 ul li:first-child{
	margin-top:0px;
}

.tqz02{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tqz02 .pic{
	width:45.9%;
	position:relative;
	overflow:hidden;
}
.tqz02 .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.tqz02 .pic:hover img{
	transform: scale(1.05);
}
.tqz02 .tex{
	width:38.3%;
}
.tqz02 .tex h1{
	color: #31332C;
	font-family: zt3;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 5.625rem; /* 140.625% */
}
.tqz02 .tex ul{
	margin-top:1.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tqz02 .tex ul li{
	width:100%;
	margin-top:4.5rem;
}
.tqz02 .tex ul li h2{
	color: rgba(95, 94, 94, 0.40);
	font-family: Source;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.tqz02 .tex ul li dl dt{
	margin-top:1.0rem;
	color: #31332C;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 140% */
}
.tqz02 .tex ul li dl dd{
	margin-top:1.12rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.4375rem; /* 195% */
}

.cptit2{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cptit2 dl dt{
	color: #5F5E5E;
	font-family: Source;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.46875rem;
	text-transform: uppercase;
}
.cptit2 dl dd{
	margin-top:1.25rem;
	color: #31332C;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cptit2 .a01{
	width:36%;
	color: #5E6058;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.ppjs{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ppjs .pic{
	width:58.3%;
	overflow:hidden;
	position:relative;
}
.ppjs .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ppjs .pic:hover img{
	transform: scale(1.05);
}
.ppjs .tex{
	width:41.7%;
	padding:0 7.2vw;
	color: #5E6058;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.ppjs .tex dl dt{
	color: #5F5E5E;
	font-family: Source;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.3375rem;
}
.ppjs .tex dl dd{
	margin-top:3.0rem;
	color: #31332C;
	font-family: zt3;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:3.0rem;
}
.ppjs .tex .inmore{
	margin-top:4.5rem;
}

.ppjs2{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ppjs2 .tex{
	width:39%;
	color: #5E6058;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.ppjs2 .tex dl dt{
	color: #31332C;
	font-family: zt3;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.5rem; /* 112.5% */
}
.ppjs2 .tex dl dd{
	margin-top:1.25rem;
	color: #5F5E5E;
	font-family: Source;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.5rem; /* 112.5% */
	margin-bottom:4.5rem;
}
.ppjs2 .tex .inmore{
	margin-top:4.5rem;
}
.ppjs2 .pic{
	width:50%;
	position:relative;
}
.ppjs2 .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ppjs2 .pic:hover img{
	transform: scale(1.05);
}
.ppjs2 .pic .tx{
	max-width: 30rem;
	padding: 3rem;
	position: absolute;
	left: -3rem;
	bottom: -3rem;
	z-index:2;
	background: #FBF9F4;
	box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.05);
}
.ppjs2 .pic .tx dl dt{
	color: #31332C;
	font-family:Source;
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.375rem; /* 120% */
}
.ppjs2 .pic .tx dl dd{
	margin-top:0.75rem;
	color: #797C73;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5rem; /* 120% */
	letter-spacing: 0.1125rem;
	text-transform: uppercase;
}

.pptit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.pptit dl dt{
	color: #5F5E5E;
	font-family:Source;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.1125rem;
	text-transform: uppercase;
}
.pptit dl dd{
	margin-top:1.5rem;
	color: #31332C;
	font-size: 3.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 111.111% */
}
.pptit .sm{
	margin-top:3.25rem;
	color: #5F5F5F;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.ppjs3{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.ppjs3 ul{
	display:flex;
	flex-wrap: wrap;
}
.ppjs3 ul li{
	width:calc(33.4% - 0.38rem);
	margin-right:0.38rem;
	background: #F5F4ED;
	padding:4.5rem;
	position:relative;
}
.ppjs3 ul li:nth-child(3n){
	margin-right:0px;
}
.ppjs3 ul li h1{
	overflow:hidden;
}
.ppjs3 ul li h1 img{
	max-height:2.5rem;
}
.ppjs3 ul li h2{
	margin-top:5.39rem;
	color: #797C73;
	font-family: Source;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 142.857% */
}
.ppjs3 ul li dl dt{
	margin-top:5.44rem;
	color: #31332C;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 133.333% */
}
.ppjs3 ul li dl dd{
	margin-top:1.5rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.875rem; /* 187.5% */
}
.ppjs3 ul li .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.ppjs3 ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ppjs3 ul li .pic:hover img{
	transform: scale(1.05);
}
.ppjs3 ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	padding:4.5rem;
	color: #FAF7F6;
	font-family:Source;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 142.857% */
	opacity:0;
	transition: all 0.6s;
}
.ppjs3 ul li .tex h3{
	margin-top:0.75rem;
	color: #FAF7F6;
	font-family: zt3;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 133.333% */
}
.ppjs3 ul li:hover .pic{
	opacity:1;
}
.ppjs3 ul li:hover .tex{
	opacity:1;
}
.ppjs3 ul li:nth-child(22) .pic{
	opacity:1;
}
.ppjs3 ul li:nth-child(22) .tex{
	opacity:1;
}

.zwcx{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zwcx-l{
	width:46.7%;
}
.cxtex{
	width:100%;
	float:left;
	margin-top:3.0rem;
	color: #5F5F5F;
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.25rem; /* 150% */
}
.cxbk{
	margin-top:3.0rem;
	border: 1.5px solid rgba(177, 179, 169, 0.30);
	padding: 1.25rem 1.125rem;
	color: rgba(177, 179, 169, 0.50);
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
	width:100%;
}
.error-input{ border:1px #FF0000 solid;}
.cxtex .inmore{
	margin-top:3.0rem;
}
.cxtex .a01{
	display:flex;
	align-items: center;
	color: #797C73;
	font-family:zt;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.05625rem;
	margin-top:3.0rem;
}
.cxtex .a01 img{
	margin-right:1.13rem;
	max-height:1.0rem;
}

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

.zwcx02{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zwcx02-l{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	width:29.7%;
}
.lxwm{
	width:100%;
}
.lxwm dl dd{
	display:flex;
	align-items: center;
	color: #31332C;
	font-family: zt3;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 142.857% */
	margin-top:1.5rem;
}
.lxwm dl dd img{
	margin-right:1.5rem;
	max-width:1.8rem;
}

.zwcx02-r{
	width:64.9%;
	padding: 4.5rem 4.5rem 6rem 4.5rem;
	background: #FFF;
}
.zwcx02-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zwcx02-r ul li{
	width:48%;
	margin-top:3.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zwcx02-r ul li:first-child{
	margin-top:0px;
}
.zwcx02-r ul li:nth-child(2){
	margin-top:0px;
}
.zwcx02-r ul li.w100{
	width:100%;
}
.zwcx02-r ul li dl{
	width:100%;
}
.zwcx02-r ul li dl dt{
	color: #797C73;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.zwcx02-r ul li dl dd{
	margin-top:0.75rem;
}
.cxbk2{
	padding: 0.84rem 1.25rem;
	width:100%;
	border: 1.5px solid rgba(177, 179, 169, 0.20);
	color: #31332C;
	font-family:zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.25rem; /* 225% */
	outline:none;
}
.cxanniu{
	width:100%;
	background: var(---black, #000);
	padding: 1.875rem 0;
	border:0px;
	color: #FBF9F4;
	text-align: center;
	font-family: zt3;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: 0.45rem;
	text-transform: uppercase;
	cursor:pointer;
}
.tqz01.ny .a03{
	max-width:19.7%;
}
.tqz01.ny .a01 .inmore{
	margin-top:8.5rem;
}
.tqz01.ny .a04{
	width:47.4%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tqz01.ny .a04 img{
	max-width:49.8%;
	height:auto;
}
.tqz01.ny .a03 ul li{
	margin-top:0.75rem;
	padding-bottom:0.62rem;
}
.tqz01.ny{
	align-items: flex-start;
}
.tqz01.ny2{
	align-items: flex-end;
}

.line2{
	width:100%;
	float:left;
	height:1px;
	margin-top:3.0rem;
	background-color:rgba(177, 179, 169, 0.20);
}
.yz01{
	width:100%;
	float:left;
	margin-top:7.5rem;
	background: #F5F4ED;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yz01 .pic{
	width:31%;
	overflow:hidden;
	position:relative;
}
.yz01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.yz01 .pic:hover img{
	transform: scale(1.05);
}
.yz01 .tex{
	width:69%;
	padding:6.0rem;
}
.yz01 .tex dl dt{
	color: #31332C;
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.375rem; /* 120% */
}
.yz01 .tex dl dd{
	color: #31332C;
	font-family: Source;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 140% */
}
.yz01 .tex ul{
	margin-top:0.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yz01 .tex ul li{
	width:100%;
	display:flex;
	margin-top:2.25rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.13281rem; /* 162.5% */
}
.yz01 .tex ul li i{
	font-size:0.75rem;
	margin-right:1.5rem;
}
.yz01 .tex .inmore{
	margin-top:6.0rem;
}

.yz03{
	width:100%;
	float:left;
	margin-top:7.5rem;
	background: #F5F4ED;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.yz03 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.yz03 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.yz03 .pic:hover img{
	transform: scale(1.05);
}
.yz03 .tex{
	width:50%;
	padding:0 6.0rem;
}
.yz03 .tex dl dt{
	color: #797C73;
	font-family: Source;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.46875rem;
	text-transform: uppercase;
}
.yz03 .tex dl dd{
	margin-top:2.25rem;
	color: #31332C;
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.375rem; /* 120% */
}
.yz03 .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.75rem;
	padding-top:0.75rem;
	border-top: 1.5px solid rgba(177, 179, 169, 0.30);
}
.yz03 .tex ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.5rem;
	margin-top:3.0rem;
	border-bottom: 1.5px solid rgba(177, 179, 169, 0.15);
	color: #5E6058;
	font-family: Source;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	letter-spacing: -0.05625rem;
	text-transform: uppercase;
}
.yz03 .tex ul li i{
	color: #31332C;
	font-family:zt;
	font-size: 1.6875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.625rem; /* 155.556% */
}
.yz03 .tex ul li:last-child{
	border-bottom:0px;
}

.lxtit{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.lxtit dl dt{
	color: #5F5E5E;
	font-family: Source;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 142.857% */
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.lxtit dl dd{
	margin-top:1.25rem;
	color: #31332C;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.225rem;
}
.lxtit .a01{
	width:54%;
	color: #5E6058;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: #FFF;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 .pic{
	width:46%;
	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:54%;
	padding: 4.5rem 4.5rem 6rem 4.5rem;
}
.lx01 .tex .zwcx02-r{
	width:100%;
	padding:0px;
}

.lx02{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:auto;
	max-width:35%;
}
.lx02-l dl dt{
	color: #31332C;
	font-size: 3.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 111.111% */
}
.lx02-l dl dd{
	margin-top:2.25rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}

.lx02-r{
	width:auto;
	max-width:41%;
	color: #31332C;
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5rem; /* 100% */
}
.lx02-r ul{
	display:flex;
	justify-content: space-between;
	margin-bottom:2.47rem;
}
.lx02-r ul li{
	width:auto;
	padding-bottom:0.75rem;
	border-bottom: 1.5px solid rgba(177, 179, 169, 0.30);
}
.lx02-r ul li dl dt{
	color: #5F5E5E;
	font-family: Source;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.lx02-r ul li dl dd{
	margin-top:1.5rem;
	color: #31332C;
	font-family: Source;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 140% */
}



.red{
	color: rgba(159, 64, 61, 0.80);
}
.gree{
	color: var(--096735, #096735);
}
.mart6{
	margin-top:6.25rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart5{
	margin-top:5rem;
}
.mart10{
	margin-top:10rem;
}
.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}


}


@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(---black, #000);
	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: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(---black, #000); 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.75vw;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.5rem 1.5rem;
	align-items: center;
	border: 1px solid var(---black, #000);
	position:relative;
	overflow:hidden;
	color: var(---black, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	z-index:5;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(---black, #000);
	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%;
}
.inab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:100%;
}
.inab-l .a01{
	width:100%;
}
.inab-l .a01 dl dt{
	color: #797C73;
	font-family: Source;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 133.333% */
	text-transform: uppercase;
}
.inab-l .a01 dl dd{
	margin-top:0.5rem;
	color: var(---black, #000);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-l ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.inab-l ul li{
	width:100%;
	margin-top:1.5rem;
	border-left: 2px solid rgba(177, 179, 169, 0.30);
	padding-left:1.0rem;
	transition: all 0.6s;
}
.inab-l ul li:hover{
	border-left: 1px solid #535252;
}
.inab-l ul li dl dt{
	color: #31332C;
	font-family: Source;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 142.857% */
	text-transform: uppercase;
}
.inab-l ul li dl dd{
	margin-top:0.5rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.inab-l .inmore{
	margin-top:2.0rem;
}

.inab-r{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.inab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab-r:hover img{
	transform: scale(1.05);
}
.inab-r .tex{
	padding: 1.5rem 3.24rem 1.5rem 1.75rem;
	position: absolute;
	left: -0.5rem;
	bottom: -0.5rem;
	z-index:2;
	background: #F5F4ED;
	color: #797C73;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.inab-r .tex dl dt{
	color: #31332C;
	font-family: Source;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.inab-r .tex dl dd{
	color: var(---black, #000);
	font-family: Source;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inwrap{
	width:100%;
	float:left;
	background: #F5F4ED;
	padding:4rem 3.75vw;
}
.intit{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit dl dt{
	color: #797C73;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	text-transform: uppercase;
}
.intit dl dd{
	margin-top:0.5rem;
	color: var(---black, #000);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intit .a1{
	width:auto;
	display:flex;
}
.intit .a1 a{
	color: #31332C;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 0.375rem;
	border-bottom: 1.5px solid #5F5E5E;
}
.qgxl{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.qgxl ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qgxl ul li{
	width:47.3%;
}
.qgxl ul li .pic{
	overflow:hidden;
}
.qgxl ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.qgxl ul li:hover .pic img{
	transform: scale(1.05);
}
.qgxl ul li dl dt{
	margin-top:2.0rem;
	color: var(---black, #000);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.qgxl ul li dl dd{
	margin-top:0.35rem;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	text-transform: uppercase;
}
.qgxl ul li:nth-child(2){
	margin-top:5rem;
}
.jmsx{
	width:100%;
	float:left;
	padding:4.5rem 3.75vw;
	background: var(--bg, #1B1B1B);
}
.jmsx h1{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.jmsx h2{
	margin-top:0.5rem;
	color: #E2E2E2;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family:zt3;
}
.jmsx ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:3.25rem;
}
.jmsx ul li{
	width:calc(33.33% - 0.5rem);
	margin-right:0.5rem;
	position:relative;
	overflow:hidden;
}
.jmsx ul li:nth-child(3n){
	margin-right:0px;
}
.jmsx ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jmsx ul li:hover img{
	transform: scale(1.05);
}
.jmsx ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	padding:1.0rem;
}
.jmsx ul li .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jmsx ul li .tex dl dd{
	margin-top:0.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
}
.jmsx ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: linear-gradient(0deg, rgba(19, 19, 19, 0.90) 0%, rgba(19, 19, 19, 0.00) 50%, rgba(19, 19, 19, 0.00) 100%);
	content:'';
	display:inline-block;
}
.inds{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--bg, #F5F4ED);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inds .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.inds .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inds .pic:hover img{
	transform: scale(1.05);
}
.inds .tex{
	width:100%;
	padding:2.5rem;
	color: #5E6058;
	font-family:zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 2.25rem */
}
.inds .tex dl dt{
	color: #797C73;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 133.333% */
	text-transform: uppercase;
}
.inds .tex dl dd{
	margin-top:0.5rem;
	color: var(---black, #000);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:2.0rem;
	font-family:zt3;
}
.inds .tex .qm{
	display:flex;
	align-items: center;
	margin-top:1.75rem;
	color: #31332C;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 142.857% */
	text-transform: uppercase;
}
.inds .tex .qm::before{
	width: 2.23rem;
	height: 0.1rem;
	margin-right:1.5rem;
	background: #5F5E5E;
	content:'';
	display:inline-block;
}
.jzzl{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:2.5rem;
	background: var(--bg, #F5F4ED);
	text-align:center;
	color: var(---666, #666);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.jzzl h1{
	color: var(---black, #000);
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.62rem;
}
.jzzl .inmore{
	margin-top:1.5rem;
	justify-content: center;
}
.jzzl .inmore a{
	margin-left:0.325rem;
	margin-right:0.325rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:4rem;
	border-top: 1.5px solid rgba(77, 70, 53, 0.10);
	background: #0E0E0E;
	padding-bottom:1.75rem;
	padding-top:2.5rem;
	text-align:center;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot h1{
	overflow:hidden;
}
.foot h1 img{
	max-height:2.0rem;
	max-width:100%;
}
.foot h2{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1rem;
}
.foot .line{
	width:100%;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
	display:flex;
	justify-content: center;
	height:1px;
}
.foot .line div{
	width:66.6%;
	height:1px;
	background: rgba(255, 255, 255, 0.30);
}
.foot .dbnav{
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding:0 3.75vw;
}
.foot .dbnav a{
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0.88rem 0;
}
.foot .dbnav .sx{
	width: 0.0625rem;
	height: 0.875rem;
	background: rgba(255, 255, 255, 0.30);
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.foot .copy{
	display:flex;
	justify-content: center;
	margin-top:3.0rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.back{
	width:2.75rem;
	position:fixed;
	bottom:5.0rem;
	right:1.0rem;
	z-index:2;
}
.back img{
	max-width:100%;
}
.qgtiit{
	width:100%;
	float:left;
	margin-top:4rem;
	color: #31332C;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 168.75% */
}
.qglm{
	width:100%;
	float:left;
	margin-top:2.25rem;
}
.qglm ul{
	display:flex;
	flex-wrap: wrap;
}
.qglm ul li{
	width:auto;
	margin-right:1.75rem;
	color: var(---999, #999);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 125% */
}
.qglm ul li a{
	color: var(---999, #999);
}
.qglm ul li a:hover{
	color: #31332C;
}
.qglm ul li a.cur{
	color: #31332C;
}
.qgsm{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.qgsm .a01{
	width:56%;
	color: #5E6058;
	font-family:zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.qgsm a{
	padding-bottom: 0.375rem;
	color: #31332C;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.1125rem;
	text-transform: uppercase;
	border-bottom: 1.5px solid #5F5E5E;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist.ny ul li{
	margin-top:0px;
}
.prolist ul li{
	width:47.3%;
	margin-top:2.5rem;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.prolist ul li .tex dl dt{
	color: var(---black, #000);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.prolist ul li .tex .num{
	width:auto;
	color: var(---black, #000);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.5rem;
}
.showtit{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.showtit .a01{
	width:auto;
	max-width:38.7%;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.13125rem;
	text-transform: uppercase;
}
.showtit .a01 h1{
	color: #31332C;
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 168.75% */
}
.showtit .a01 h2{
	margin-top:1.0rem;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.showtit .a02{
	width:43.2%;
	color: #5E6058;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 162.5% */
}
.propic{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.propic img{
	width:100%;
	height:auto;
	display:block;
}
.show01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.show01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.show01 .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.show01 .pic:hover img{
	transform: scale(1.05);
}

.show01 .tex{
	width:100%;
	color: #5E6058;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 2.25rem */
	padding:3.0rem 0;
}
.show01 .tex dl dt{
	color: #5E6058;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	text-transform: uppercase;
}
.show01 .tex dl dd{
	margin-top:0.5rem;
	color: #31332C;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140.625% */
	font-family:zt3;
}
.show01 .tex h2{
	margin-top:1.0rem;
	color: #5E6058;
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 200% */
	margin-bottom:1.75rem;
}
.show01 .tex .inmore{
	margin-top:2.5rem;
}
.cptit{
	width:100%;
	float:left;
	margin-top:4rem;
	text-align:center;
}
.cptit dl dt{
	color: #5E6058;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	text-transform: uppercase;
}
.cptit dl dd{
	margin-top:0.5rem;
	color: #31332C;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140.625% */
}
.pjlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.pjlist ul{
	display:flex;
	flex-wrap: wrap;
}
.pjlist ul li{
	width:33.33%;
	border: 1.5px solid rgba(177, 179, 169, 0.30);
	background: #FBF9F4;
	padding: 1.81rem 1.5rem;
	color: #5E6058;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
	margin-top:1.5rem;
}
.pjlist ul li .pic{
	overflow:hidden;
	position:relative;
}
.pjlist ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.pjlist ul li:hover .pic img{
	transform: scale(1.05);
}
.pjlist ul li dl dt{
	margin-top:1.75rem;
	color: rgba(95, 94, 94, 0.60);
	font-family: Source;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.pjlist ul li dl dd{
	color: #31332C;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-family:zt3;
}

.tqz01{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tqz01 .a01{
	width: auto;
}
.tqz01 .a01 dl dt{
	color: #5F5E5E;
	font-family: Source;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.tqz01 .a01 dl dd{
	margin-top:0.5rem;
	color: #31332C;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tqz01 .a02{
	width:100%;
	margin-top:2.0rem;
}
.tqz01 .a02 .b1{
	width:100%;
	border-left: 1px solid #5F5E5E;
	padding-left:1.25rem;
	color: #31332C;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.tqz01 .a02 .inmore{
	margin-top:2.0rem;
}
.tqz01 .a03{
	width:100%;
	margin-top:2.0rem;
}
.tqz01 .a03 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tqz01 .a03 ul li{
	width:100%;
	padding-bottom:1.12rem;
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	color: #5E6058;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 200% */
	border-bottom: 1.5px solid rgba(177, 179, 169, 0.30);
}
.tqz01 .a03 ul li b{
	font-family:zt3;
	font-weight:400;
}
.tqz01 .a03 ul li:first-child{
	margin-top:0px;
}

.tqz02{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tqz02 .pic{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.tqz02 .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.tqz02 .pic:hover img{
	transform: scale(1.05);
}
.tqz02 .tex{
	width:100%;
}
.tqz02 .tex h1{
	color: #31332C;
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 140.625% */
}
.tqz02 .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tqz02 .tex ul li{
	width:100%;
	margin-top:2.0rem;
}
.tqz02 .tex ul li h2{
	color: rgba(95, 94, 94, 0.40);
	font-family: Source;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.tqz02 .tex ul li dl dt{
	margin-top:0.5rem;
	color: #31332C;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140% */
}
.tqz02 .tex ul li dl dd{
	margin-top:0.5rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 195% */
}

.cptit2{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cptit2 dl dt{
	color: #5F5E5E;
	font-family: Source;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.cptit2 dl dd{
	margin-top:0.5rem;
	color: #31332C;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cptit2 .a01{
	width:36%;
	color: #5E6058;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.ppjs{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ppjs .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.ppjs .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ppjs .pic:hover img{
	transform: scale(1.05);
}
.ppjs .tex{
	width:100%;
	padding:3.0rem 7.2vw;
	color: #5E6058;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.ppjs .tex dl dt{
	color: #5F5E5E;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.ppjs .tex dl dd{
	margin-top:1.0rem;
	color: #31332C;
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.0rem;
}
.ppjs .tex .inmore{
	margin-top:1.5rem;
}

.ppjs2{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ppjs2 .tex{
	width:100%;
	color: #5E6058;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.ppjs2 .tex dl dt{
	color: #31332C;
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 112.5% */
}
.ppjs2 .tex dl dd{
	margin-top:1.0rem;
	color: #5F5E5E;
	font-family: Source;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 112.5% */
	margin-bottom:1.5rem;
}
.ppjs2 .tex .inmore{
	margin-top:1.5rem;
}
.ppjs2 .pic{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.ppjs2 .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ppjs2 .pic:hover img{
	transform: scale(1.05);
}
.ppjs2 .pic .tx{
	max-width: 30rem;
	padding: 1rem;
	position: absolute;
	left: -0.5rem;
	bottom: -0.5rem;
	z-index:2;
	background: #FBF9F4;
	box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.05);
}
.ppjs2 .pic .tx dl dt{
	color: #31332C;
	font-family:Source;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
}
.ppjs2 .pic .tx dl dd{
	margin-top:0.75rem;
	color: #797C73;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 120% */
	text-transform: uppercase;
}

.pptit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.pptit dl dt{
	color: #5F5E5E;
	font-family:Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	text-transform: uppercase;
}
.pptit dl dd{
	margin-top:0.5rem;
	color: #31332C;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 111.111% */
}
.pptit .sm{
	margin-top:1.0rem;
	color: #5F5F5F;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.ppjs3{
	width:100%;
	float:left;
	margin-top:2.25rem;
}
.ppjs3 ul{
	display:flex;
	flex-wrap: wrap;
}
.ppjs3 ul li{
	width:100%;
	background: #F5F4ED;
	padding:3.5rem;
	position:relative;
}
.ppjs3 ul li:nth-child(3n){
	margin-right:0px;
}
.ppjs3 ul li h1{
	overflow:hidden;
}
.ppjs3 ul li h1 img{
	max-height:2.5rem;
}
.ppjs3 ul li h2{
	margin-top:2.39rem;
	color: #797C73;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
}
.ppjs3 ul li dl dt{
	margin-top:2.44rem;
	color: #31332C;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.ppjs3 ul li dl dd{
	margin-top:1.5rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 187.5% */
}
.ppjs3 ul li .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.ppjs3 ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ppjs3 ul li .pic:hover img{
	transform: scale(1.05);
}
.ppjs3 ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	padding:3.5rem;
	color: #FAF7F6;
	font-family:Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	opacity:0;
	transition: all 0.6s;
}
.ppjs3 ul li .tex h3{
	margin-top:0.75rem;
	color: #FAF7F6;
	font-family: zt3;
	font-size:1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.ppjs3 ul li:hover .pic{
	opacity:1;
}
.ppjs3 ul li:hover .tex{
	opacity:1;
}
.ppjs3 ul li:nth-child(22) .pic{
	opacity:1;
}
.ppjs3 ul li:nth-child(22) .tex{
	opacity:1;
}

.zwcx{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zwcx-l{
	width:100%;
}
.cxtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: #5F5F5F;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 150% */
}
.cxbk{
	margin-top:2.0rem;
	border: 1.5px solid rgba(177, 179, 169, 0.30);
	padding: 1.0rem;
	color: rgba(177, 179, 169, 0.50);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
	width:100%;
}
.cxtex .inmore{
	margin-top:2.0rem;
}
.cxtex .a01{
	display:flex;
	align-items: center;
	color: #797C73;
	font-family:zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 133.333% */
	margin-top:2.0rem;
}
.cxtex .a01 img{
	margin-right:1.13rem;
	max-height:1.0rem;
}

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

.zwcx02{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zwcx02-l{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	width:100%;
}
.lxwm{
	width:100%;
	margin-top:2.0rem;
}
.lxwm dl dd{
	display:flex;
	align-items: center;
	color: #31332C;
	font-family: zt3;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	margin-top:1.0rem;
}
.lxwm dl dd img{
	margin-right:1.5rem;
	max-width:1.8rem;
}

.zwcx02-r{
	width:100%;
	padding: 1.5rem;
	background: #FFF;
	margin-top:2.0rem;
}
.zwcx02-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zwcx02-r ul li{
	width:48%;
	margin-top:1.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zwcx02-r ul li:first-child{
	margin-top:0px;
}
.zwcx02-r ul li:nth-child(2){
	margin-top:0px;
}
.zwcx02-r ul li.w100{
	width:100%;
}
.zwcx02-r ul li dl{
	width:100%;
}
.zwcx02-r ul li dl dt{
	color: #797C73;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 150% */
	text-transform: uppercase;
}
.zwcx02-r ul li dl dd{
	margin-top:0.75rem;
}
.cxbk2{
	padding: 0.35rem 1.25rem;
	width:100%;
	border: 1.5px solid rgba(177, 179, 169, 0.20);
	color: #31332C;
	font-family:zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 225% */
	outline:none;
}
.cxanniu{
	width:100%;
	background: var(---black, #000);
	padding: 1.0rem 0;
	border:0px;
	color: #FBF9F4;
	text-align: center;
	font-family: zt3;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.45rem;
	text-transform: uppercase;
	cursor:pointer;
}
.tqz01.ny .a03{
	max-width:100%;
}
.tqz01.ny .a01 .inmore{
	margin-top:1.5rem;
}
.tqz01.ny .a04{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.tqz01.ny .a04 img{
	max-width:49.0%;
	height:auto;
}
.tqz01.ny .a03 ul li{
	margin-top:0.75rem;
	padding-bottom:0.62rem;
}
.tqz01.ny{
	align-items: flex-start;
}
.tqz01.ny2{
	align-items: flex-end;
}

.line2{
	width:100%;
	float:left;
	height:1px;
	margin-top:3.0rem;
	background-color:rgba(177, 179, 169, 0.20);
}
.yz01{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background: #F5F4ED;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yz01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.yz01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.yz01 .pic:hover img{
	transform: scale(1.05);
}
.yz01 .tex{
	width:100%;
	padding:2.5rem;
}
.yz01 .tex dl dt{
	color: #31332C;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
}
.yz01 .tex dl dd{
	color: #31332C;
	font-family: Source;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140% */
}
.yz01 .tex ul{
	margin-top:0.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yz01 .tex ul li{
	width:100%;
	display:flex;
	margin-top:1.25rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 162.5% */
}
.yz01 .tex ul li i{
	font-size:0.75rem;
	margin-right:1.0rem;
}
.yz01 .tex .inmore{
	margin-top:6.0rem;
}

.yz03{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background: #F5F4ED;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.yz03 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.yz03 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.yz03 .pic:hover img{
	transform: scale(1.05);
}
.yz03 .tex{
	width:100%;
	padding:2.5rem;
}
.yz03 .tex dl dt{
	color: #797C73;
	font-family: Source;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 150% */
	text-transform: uppercase;
}
.yz03 .tex dl dd{
	margin-top:1.25rem;
	color: #31332C;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
}
.yz03 .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.75rem;
	padding-top:0.75rem;
	border-top: 1.5px solid rgba(177, 179, 169, 0.30);
}
.yz03 .tex ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.0rem;
	margin-top:0.875rem;
	border-bottom: 1.5px solid rgba(177, 179, 169, 0.15);
	color: #5E6058;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	text-transform: uppercase;
}
.yz03 .tex ul li i{
	color: #31332C;
	font-family:zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height:150%; /* 155.556% */
}
.yz03 .tex ul li:last-child{
	border-bottom:0px;
}

.lxtit{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.lxtit dl dt{
	color: #5F5E5E;
	font-family: Source;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	text-transform: uppercase;
}
.lxtit dl dd{
	margin-top:0.5rem;
	color: #31332C;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxtit .a01{
	width:54%;
	color: #5E6058;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background: #FFF;
	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%;
	padding: 2.5rem;
}
.lx01 .tex .zwcx02-r{
	width:100%;
	padding:0px;
}

.lx02{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:100%;
}
.lx02-l dl dt{
	color: #31332C;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 111.111% */
}
.lx02-l dl dd{
	margin-top:0.5rem;
	color: #5E6058;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}

.lx02-r{
	width:100%;
	color: #31332C;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5rem; /* 100% */
}
.lx02-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:1.47rem;
}
.lx02-r ul li{
	width:100%;
	padding-bottom:0.75rem;
	margin-top:1.0rem;
	border-bottom: 1.5px solid rgba(177, 179, 169, 0.30);
}
.lx02-r ul li dl dt{
	color: #5F5E5E;
	font-family: Source;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.lx02-r ul li dl dd{
	margin-top:0.5rem;
	color: #31332C;
	font-family: Source;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140% */
}



.red{
	color: rgba(159, 64, 61, 0.80);
}
.gree{
	color: var(--096735, #096735);
}
.mart6{
	margin-top:3.25rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart5{
	margin-top:5rem;
}
.mart10{
	margin-top:4rem;
}
.mart0{
	margin-top:0px;
}














.error-input{ border:1px #FF0000 solid;}

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











}












































