@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family: zt3;
	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: 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: BebasNeue;
	src: url('../font/BebasNeue-Regular.ttf'),
	url('../font/BebasNeue-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto Condensed Regular.ttf'),
	url('../font/Roboto Condensed 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 */
	
}

@font-face
{
	font-family: Regular;
	src: url('../font/Regular.ttf'),
	url('../font/Regular.ttf'); /* IE9+,可以是具体的实际链接 */
	
}
*{
	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:#DFB683;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom:1px solid #E0E0E0;
	top:0;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	width:100%;
	border-radius: 8px;
	border-bottom: 0px solid rgba(255,255,255,0);
}

.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}

.main{
	width:100%;
	float:left;
	padding:0px 5.2vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:992;
	transition: all 0.6s;
	backdrop-filter: blur(12.5px);
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.logo{
	width: auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	transition: all 0.6s;
	position:relative;
	max-width:8.2%;
}

.logo img{
	max-height:80%;
	max-width:100%;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	
	font-size:0.875rem;
	font-style: normal;
	font-weight: 700;
	font-family:zt2;
	line-height: normal;
	margin-left:1.56rem;
	margin-right:1.56rem;
	position:relative;
}
.innav ul li a{
	width:100%;
	height:5.0rem;
	display: flex;
	align-items: center;
	position:relative;
}
.innav ul li a:hover{
	color:#DFB683;
}
.header.yanse .innav ul li.cur a{
	color:#DFB683;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#DFB683;
}


.top-r{
	width:auto;
	display: flex;
	align-items: center;
	position:relative;
}
.zyw{
	width:auto;
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw a{
	color: var(---999, #999);
}
.zyw a:hover{
	color: var(---333, #333);
}
.zyw i{
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.lkzx{
	width:auto;
	display: flex;
	align-items: center;
}
.lkzx a{
	display: flex;
	padding: 0.625rem 1.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(---333, #333);
	color: var(---333, #333);
	text-align: center;
	font-family:zt2;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.search{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:2.5rem;
	margin-right:2.5rem;
}

.chax{
	right:0; 
	top:5rem;
	position: absolute;
	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: #DFB683;
	color:#fff;
	border: 0px;
	outline:none;
	font-family: zt3;
	font-size:0.875rem;
}

.inban{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding-top:2.5rem;
	background: linear-gradient(180deg, #FFF 0%, #FDF7F1 100%);
	padding-left:5.2vw;
	padding-right:10.575vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inban .pic{
	width:49.5%;
	position:relative;
}
.inban .pic img{
	max-width:100%;
}
.inban .pic .ren{
	width:100%;
	position:absolute;
	right:4.25rem;
	bottom:0;
	z-index:1;
}
.inban .pic .ren img{
	max-width:100%;
}
.inban .tex{
	width:32%;
}
.inban .pic .qqiu{
	width:17rem;
	position:absolute;
	left:-9.5rem;
	top:4rem;
	z-index:2;
	border-radius: 1rem;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	padding:1.88rem;
}
.inban .pic .qqiu dl dt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(---333, #333);
	font-family:zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inban .pic .qqiu dl dt img{
	max-width:1.44rem;
}
.inban .pic .qqiu dl dd{
	margin-top:1.13rem;
	display:flex;
}
.inban .pic .qqiu dl dd div{
	width:80%;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.inban .pic .a01{
	width: 4.5rem;
	height: 4.5rem;
	position:absolute;
	top:5.19rem;
	right:-1.06rem;
	z-index:3;
	display:flex;
}
.inban .pic .a01 img{
	max-width:100%;
}

.inban .pic .qqiu2{
	width:16.3rem;
	position:absolute;
	right:-2.31rem;
	bottom:6.31rem;
	z-index:2;
	border-radius: 1rem;
	background: var(---white, #FFF);
	padding:1.88rem;
}
.inban .pic .qqiu2 dl dt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(---333, #333);
	font-family:zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inban .pic .qqiu2 dl dt img{
	max-width:1.44rem;
}
.inban .pic .qqiu2 dl dd{
	margin-top:1.13rem;
	display:flex;
}
.inban .pic .qqiu2 dl dd div{
	width:80%;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}

.inban .tex dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 1rem 1rem 1rem 2.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inmore a::after{
	width: 2.25rem;
	height: 2.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.25rem;
}
.inmore.white a.a01{
	margin-left:0.62rem;
}
.inmore.white a.a01::after{
	background-image:url(../img/xf.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.white a.a02::after{
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.white a.a03{
	margin-left:0.62rem;
}
.inmore.white a.a03::after{
	background-image:url(../img/bd01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.white a.dh::after{
	background-image:url(../img/dh.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inmore.white a{
	background: var(---white, #FFF);
	color: var(---333, #333);
}
.inmore.white a::after{
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.index01{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01-l{
	width:60%;
	border-radius: 2rem;
	background: #F2ECDF;
	overflow:hidden;
	position:relative;
}
.index01-l .pic{
	display:flex;
	height:100%;
	overflow:hidden;
}
.index01-l .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.index01-l:hover .pic img{
	transform: scale(1.05);
}
.index01-l .inmore{
	position:absolute;
	bottom:2.5rem;
	left:2.5rem;
	z-index:2;
}
.index01-l .tex{
	width:36.25%;
	position:absolute;
	left:2.5rem;
	top:2.5rem;
	z-index:2;
	border-radius: 1.5rem;
	border: 2px solid var(---white, #FFF);
	background: rgba(255, 255, 255, 0.80);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:2.5rem;
}
.index01-l .tex dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index01-l .tex dl dt img{
	max-width:1.75rem;
}
.index01-l .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.index01-r{
	width:39%;
}
.index01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01-r ul li{
	width:100%;
	border-radius: 2rem;
	background: #F2ECDF;
	padding-top:1.0rem;
	position:relative;
	display: flex;
	justify-content: flex-end;
}
.index01-r ul li .pic{
	height:100%;
	display:flex;
	justify-content: flex-end;
	overflow:hidden;
}
.index01-r ul li .pic img{
	max-width:100%;
	transition: all 0.6s;
}
.index01-r ul li:hover .pic img{
	transform: scale(1.05);
}
.index01-r ul li .tex{
	width:auto;
	position:absolute;
	left:2.5rem;
	top:3.75rem;
	z-index:2;
}
.index01-r ul li .tex dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index01-r ul li .tex dl dd{
	margin-top:1.19rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01-r ul li .inmore{
	position:absolute;
	left:2.5rem;
	bottom:3.0rem;
	z-index:2;
}
.index01-r ul li:nth-child(2){
	margin-top:1.25rem;
}
.index01-r ul li:first-child{
	padding-right:2.94rem;
}

.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	text-align:center;
}
.intit dl dt{
	color: var(--c-6-a-87-c, #C6A87C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intit dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inkxfw{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inkxfw ul{
	display: flex;
	flex-wrap: wrap;
}
.inkxfw ul li{
	width:calc(20.2% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 1.5rem;
	background: #EFF6FF;
	padding:3.12rem 2.5rem;
	position:relative;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inkxfw.ny ul li{
	height:18.65rem;
}
.inkxfw ul li .num{
	width:auto;
	position:absolute;
	left:2.5rem;
	bottom:-1.35rem;
	z-index:1;
	color: var(--a-67209, #DFC186);
	font-family: zt4;
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inkxfw ul li:nth-child(2){
	background: #EEF2FF;
}
.inkxfw ul li:nth-child(3){
	background: #FEEFEF;
}
.inkxfw ul li:nth-child(4){
	background: #FEFCE8;
}
.inkxfw ul li:nth-child(5){
	background: #F0FDF4;
	margin-right:0px;
}
.inkxfw ul li dl dt{
	padding-bottom:3.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inkxfw ul li dl dd{
	margin-top:1.12rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.inkxfw ul li dl dd a{
	width:100%;
	color: var(---666, #666);
	display: flex;
	align-items: center;
}
.inkxfw ul li dl dd a::before{
	content: "\2022";
	margin-right:0.62rem;
	color:#C6A87C;
}
.infg{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.infg ul{
	display: flex;
	flex-wrap: wrap;
}
.infg ul li{
	width:calc(33.7% - 1.25rem);
	border-radius: 2rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	margin-right:1.25rem;
}
.infg ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.infg ul li:nth-child(3n){
	margin-right:0px;
}
.infg ul li .tex{
	padding:3.75rem 2.5rem;
}
.infg ul li .tex h1{
	display:flex;
}
.infg ul li .tex h1 i{
	padding: 0.625rem;
	border-radius: 0.25rem;
	background: var(--c-6-a-87-c, #C6A87C);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.infg ul li .tex dl dt{
	margin-top:0.56rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
}
.infg ul li .tex dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.infg ul li .pic{
	overflow:hidden;
	position:relative;
}
.infg ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.infg ul li .pic:hover img{
	transform: scale(1.05);
}
.infg ul li:last-child .pic{
	margin:2.5rem;
	margin-top:1.25rem;
	border-radius: 1rem;
	border: 4px solid var(--30, rgba(255, 255, 255, 0.30));
}
.infg ul li:last-child .pic a::before{
	width:5.0rem;
	height:5.0rem;
	position:absolute;
	left:calc(50% - 2.5rem);
	top:calc(50% - 2.5rem);
	content:'';
	display:inline-block;
	background-image:url(../img/play.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:2;
}
.infg ul li:hover .tex dl dt a{
	color:#333;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(--Color, #F4F4F0);
	padding-bottom:10rem;
}
.index02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-radius: 2rem;
	overflow:hidden;
	background-color:#FFF;
}
.index02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 ul li .tex{
	width:50%;
	padding:0 3.75rem;
	padding-right:8.87rem;
	display: flex;
	align-items: center;
}
.index02 ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index02 ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index02 ul li .tex .sm{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.index02 ul li .tex .sm2{
	margin-top:2.06rem;
	display:flex;
}
.index02 ul li .tex .sm2 i{
	padding: 0.625rem;
	margin-right:0.31rem;
	border-radius: 0.25rem;
	background: var(--Color, #F4F4F0);
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index02 ul li .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.index02 ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.index02 ul li .pic:hover img{
	transform: scale(1.05);
}

.hblm{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.hblm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.hblm ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
	display:flex;
}
.hblm ul li a{
	padding: 0.97rem 3.69rem 1.03125rem 2.31rem;
	border-radius: 0.5rem;
	background: var(--Color, #F4F4F0);
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.hblm ul li a img{
	margin-right:1.25rem;
}
.hblm ul li a:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color: var(---white, #FFF);
}
.hblm ul li .pic01{
	display:inline-block;
}
.hblm ul li .pic02{
	display: none;
}
.hblm ul li:hover .pic01{
	display:none;
}
.hblm ul li:hover .pic02{
	display:inline-block;
}

.hblm ul li a.cur{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color: var(---white, #FFF);
}
.hblm ul li a.cur .pic01{
	display:none;
}
.hblm ul li a.cur .pic02{
	display:inline-block;
}

.index03{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.qyzz{
	width:100%;
	float:left;
}
.qyzz ul{
	display: flex;
	flex-wrap: wrap;
}
.qyzz ul li{
	width:calc(16.8% - 1.25rem);
	margin-right:1.25rem;
	margin-bottom:2.5rem;
	display:flex;
}
.qyzz ul li:nth-child(6n){
	margin-right:0px;
}
.qyzz ul li a{
	padding:2.37rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-radius: 0.5rem;
	width:100%;
}
.qyzz ul li a:hover{
	background: var(--Color, #F7C832);
	border: 1px solid var(--Color, #F7C832);
}
.qyzz ul li dl dt{
	overflow:hidden;
	position:relative;
	text-align:center;
}
.qyzz ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.qyzz ul li:hover dl dt img{
	transform: scale(1.05);
}
.qyzz ul li dl dd{
	margin-top:2.13rem;
	text-align:center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.qqwl{
	width:100%;
	float:left;
}
.qqwl img{
	width:100%;
	height:auto;
	display:block;
}

.khpj{
	width:100%;
	float:left;
}
.khpj ul{
	display: flex;
	flex-wrap: wrap;
}
.khpj ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	padding: 2.5rem 3.375rem 2.5rem 2.5rem;
	border-radius: 0.5rem;
	background: var(--Color, #F4F4F0);
}
.khpj ul li:nth-child(3n){
	margin-right:0px;
}
.khpj ul li .a01 dl dt{
	overflow:hidden;
}
.khpj ul li .a01 dl dt img{
	max-height:0.75rem;
}
.khpj ul li .a01 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.khpj ul li .a02{
	margin-top:3.06rem;
}
.khpj ul li .a02 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
}
.khpj ul li .a02 dl dd{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.inhz{
	width:100%;
	float:left;
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:calc(16.7% - 0.62rem);
	margin-right:0.62rem;
	margin-bottom:1.25rem;
	height:8.0rem;
}
.inhz ul li:nth-child(6n){
	margin-right:0px;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
}
.inhz ul li a img{
	max-height:70%;
	max-width:70%;
}
.inhz ul li a:hover{
	border-radius: 0.5rem;
	border: 2px solid var(--a-67209, #DFC186);
	background: #FFF;
	box-shadow: 0 45px 39px -14px rgba(197, 137, 61, 0.25);
}

.index04{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding: 5.0625rem 5rem 5.0625rem 3.75rem;
	border-radius: 2rem;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index04 dl dt{
	color: var(---white, #FFF);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 2.25rem */
	text-transform: uppercase;
}
.index04 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	/*font-family: zt4;*/
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index04.ny dl{
	max-width:55%;
}
.index04.ny dl dt{
	font-size: 1.5rem;
}
.index04.ny dl dd{
	font-size: 2rem;
}
.index04 dl .xwz{
	font-size: 1.25rem!important;
	}
.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(--Color, #F4F4F0);
	padding-top:6.25rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 dl dt{
	padding-bottom:0.82rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.foot01 dl dd{
	margin-top:1.06rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.foot02 a{
	margin-left:0.47rem;
	margin-right:0.47rem;
	display:flex;
}
.foot03{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	padding:2.5rem 0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot03 .a01{
	display: flex;
	align-items: center;
}
.foot03 .a01 a{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:2.25rem;
}

.fwcon{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwcon-l{
	width:18.14%;
}
.zlm{
	width:100%;
	float:left;
	border-radius: 1.5rem;
	background: var(--Color, #F4F4F0);
	padding: 1.25rem;
	padding-top:0.63rem;
}
.zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.zlm ul li a{
	width:100%;
	padding: 0.8125rem 0.625rem 0.8125rem 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items:center;
	border-radius: 0.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zlm ul li a::after{
	width: 1.375rem;
	height: 1.5rem;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.zlm ul li a:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color:#FFF;
}
.zlm ul li a:hover::after{
	opacity:1;
}
.zlm ul li a.cur{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color:#FFF;
}
.zlm ul li a.cur::after{
	opacity:1;
}
.fwcon-r{
	width:79.53%;
}
.fw01{
	width:100%;
	float:left;
	border-radius: 2rem;
	background: #F2ECDF;
	padding:3.75rem 2.5rem;
	position:relative;
}
.fw01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fw01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fw01 .pos01{
	width:auto;
	height:100%;
	position:absolute;
	right:7.5rem;
	top:0;
	z-index:1;
	display: flex;
	align-items:center;
}
.fw01 .pos01 img{
	max-height:58.4%;
}
.fwcon-r ul li {
	margin-top: 1.19rem!important;
}
.fwcon-r .ny ul li:nth-child(6n) {
    margin-right: 1.19rem!important;
}
.ntit{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.ntit dl dt{
	color: var(--c-6-a-87-c, #C6A87C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit dl dt.black{
	color: var(---333, #333);
}
.ntit dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ntit .sm{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fw02{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.fw02 ul{
	display: flex;
	flex-wrap: wrap;
}
.fw02 ul li{
	width:calc(33.7% - 1.19rem);
	margin-right:1.19rem;
	margin-top:1.25rem;
	padding: 1.3125rem 2.5rem 1.3125rem 1.875rem;
	border-radius: 1.5rem;
	background: var(--Color, #F4F4F0);
	display: flex;
	justify-content: space-between;
	align-items:center;
	transition: all 0.6s;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
}
.fw02 ul li:nth-child(3n){
	margin-right:0px;
}
.fw02 ul li::after{
	content: "\2022";
	color:#DFB683;
	font-size:2.5rem;
}
.fw02 ul li:hover{
	border-radius: 1.5rem;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.fw02 ul li:hover::after{
	color:#F9F2E4;
}
.fw03{
	width:100%;
	float:left;
	position:relative;
}

.swiper{
	width: 100%;
	float:left;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.gzfw{
	width:100%;
	border-radius: 1.5rem;
	background: var(--Color, #F4F4F0);
	padding:3.13rem 1.88rem;
	position:relative;
	transition: all 0.6s;
}
.gzfw.h18{
	height:18.6rem;
}
.gzfw.h12{
	height:12.75rem;
}
.gzfw dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.gzfw dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.gzfw .num{
	width:auto;
	position:absolute;
	left:1.88rem;
	bottom:-1.5rem;
	z-index:1;
	font-family: zt4;
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gzfw:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.gzfw:hover .num{
	background: var(--Linear, linear-gradient(114deg, #fff -3.01%, #fff 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fw04{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.fw04 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fw04 ul li{
	width:49.3%;
	overflow:hidden;
	position:relative;
	border-radius: 2rem;
}
.fw04 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fw04 ul li:hover img{
	transform: scale(1.05);
}
.fw04 ul li .tex{
	width:53%;
	position:absolute;
	left:2.5rem;
	top:3.75rem;
	z-index:2;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:1.88rem;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(--131313, #131313);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav::after{
	content:"+";
	display:inline-block;
}
.subNav:hover{float:left; }
.currentDd::after{
	content:"-";
	display:inline-block;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-top:2.5rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.navContent dl dd::before{
	content: "\2022";
	margin-right:0.21rem;
}
.pdd p::before{
	content: "\2022";
	margin-right:0.21rem;
}
.subNavBox.ny .navContent{
	padding-top:1.12rem;
}
.subNavBox.ny .subNav{
	margin-top:1.25rem;
}

.fw01 .pos02{
	width:33.4%;
	position:absolute;
	right:7.5rem;
	bottom:0;
	z-index:1;
	display: flex;
	align-items:center;
}
.fw01 .pos02 img{
	width:100%;
}
.syfw{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.syfw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.syfw ul li{
	width:49.3%;
	display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
	align-items: center;
	padding: 3.125rem 2.5rem 3.125rem 1.875rem;
	border-radius: 1.5rem;
	background: var(--Color, #F4F4F0);
}
.syfw ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.syfw ul li dl dd{
	margin-top:1.88rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.syfw ul li::after{
	content: "\2022";
	color:#DFB683;
	font-size:2.5rem;
}
.sc01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.sc01-r{
	width:47.8%;
	overflow:hidden;
	position:relative;
	margin-top:3.75rem;
	border-radius:2.0rem;
}
.sc01-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.sc01-r:hover img{
	transform: scale(1.05);
}
.sc01-l{
	width:47.8%;
}

.sc02{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.sc02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sc02 ul li{
	width:49.3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 2.3125rem 2.5rem 2.3125rem 1.875rem;
	border-radius: 1.5rem;
	background: var(--Color, #F4F4F0);
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sc02 ul li div{
	max-width:80%;
}
.sc02 ul li::after{
	content: "\2022";
	color:#DFB683;
	font-size:2.5rem;
}
.sc03{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.sc03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sc03 ul li{
	width:100%;
	padding-bottom:1.88rem;
	border-bottom:1px solid #999;
	margin-top:2.5rem;
}

.sc04{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.sc04 ul{
	display: flex;
	flex-wrap: wrap;
}
.sc04 ul li{
	width:calc(33.7% - 1.19rem);
	margin-right:1.19rem;
	margin-top:1.25rem;
	display:flex;
}
.sc04 ul li:nth-child(3n){
	margin-right:0px!important;
}
.sc04 ul li a{
	width:100%;
	padding:3.12rem 1.88rem;
	border-radius: 1.5rem;
	background: var(--Color, #F4F4F0);
}
.sc04 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sc04 ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sc04 ul li .more{
	display:flex;
	align-items: center;
	margin-top:4.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.sc04 ul li .more::after{
	content:">";
	font-family:"宋体";
	font-weight:bold;
	margin-left:0.62rem;
	margin-bottom:0.21rem;
}
.sc04 ul li a:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}

.fw01 .pos03{
	width:33%;
	height:100%;
	position:absolute;
	top:0;
	right:5rem;
	z-index:1;
	display:flex;
	align-items: center;
}
.fw01 .pos03 img{
	max-width:100%;
}
.fw01 .pos04{
	width:21%;
	position:absolute;
	right:10rem;
	bottom:-0.5rem;
	z-index:1;
}
.fw01 .pos04 img{
	max-width:100%;
}
.dyue{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
	padding:3.75rem 2.5rem;
}

.baojia2{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.baojia2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia2 ul li{
	width:32.3%;
	margin-top:2.19rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia2.ny ul li:nth-child(4){
	width:32.3%;
}
.baojia2.ny ul li:nth-child(5){
	width:32.3%;
}
.baojia2 ul li:nth-child(4){
	width:49.5%;
}
.baojia2 ul li:nth-child(5){
	width:49.5%;
}
.baojia2 ul li div{
	display: flex;
	align-items:center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia2 ul li div input{
	margin-right:0.62rem;
}
.baojia2 ul li dl{
	width:100%;
}
.baojia2 ul li dl dt{
	color: var(---black, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.baojia2 ul li dl dd{
	display: flex;
	flex-wrap: wrap;
	margin-top:1.56rem;
	padding-bottom:0.94rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia2 ul li dl dd .a01{
	margin-right:2.2rem;
	display: flex;
	align-items:center;
}
.baojia2.ny2 ul li dl dd{
	border-bottom:0px;
	padding-bottom:0px;
}
.baojia2.ny2 ul li dl dt{
	color: var(---999, #999);
}
.baojia2.ny2{
	margin-top:3.75rem;
}

.bgbk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background-color:transparent;
	outline:none;
	line-height:3.5rem;
	padding:0 1.25rem;
	
	color: var(--30, rgba(0, 0, 0, 0.30));
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}

.bgbk3{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	background-color:transparent;
	outline:none;
	
	color: var(--30, rgba(0, 0, 0, 0.30));
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia2 ul li.w100{
	width:100%;
}
.baojia2 ul li.w50{
	width:49.5%;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/xjt.svg") no-repeat scroll center right 0px transparent;
	background-size:0.9375rem 0.40625rem;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	
}
.blue{
	color: var(--c-6-a-87-c, #C6A87C);
}

.zxlist{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.zxlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxlist ul li{
	width:100%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:2.5rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
}
.zxlist ul li .pic{
	width:37%;
	overflow:hidden;
	position:relative;
	border-radius: 1.5rem;
}
.zxlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zxlist ul li:hover .pic img{
	transform: scale(1.05);
}
.zxlist ul li .tex{
	width:63%;
	padding:0 3.75rem;
}
.zxlist ul li .tex h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zxlist ul li .tex dl dt{
	margin-top:1.25rem;
	display: flex;
	align-items:center;
}
.zxlist ul li .tex dl dt i{
	padding: 0.625rem;
	margin-right:0.31rem;
	border-radius: 0.25rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zxlist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--c-6-a-87-c, #C6A87C);
	background: var(--c-6-a-87-c, #C6A87C);
	color:#fff;
}
.fy ul li .cur{
	border: 1px solid var(--c-6-a-87-c, #C6A87C);
	background: var(--c-6-a-87-c, #C6A87C);
	color:#fff;
}
.newtit{
	width:100%;
	float:left;
	border-top: 3px solid #E9DABC;
	padding-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.newdate{
	width:100%;
	float:left;
	margin-top:0.62rem;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.35rem */
	
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.newtit2{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border-radius: 1.5rem 0 0 0;
	border-bottom: 2px solid var(--a-49581, #D58722);
	background: linear-gradient(90deg, rgba(255, 202, 133, 0.30) 0%, rgba(224, 185, 76, 0.00) 100%);
	display: flex;
	padding: 1.625rem 1.25rem;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}

.fw01 .pos05{
	width:29.2%;
	position:absolute;
	right:8.75rem;
	bottom:-0.5rem;
	z-index:1;
}
.fw01 .pos05.w24{
	width:24.4%;
}
.fw01 .pos05.w28{
	width:28.8%;
}
.fw01 .pos05 img{
	max-width:100%;
}

.splist{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.splist ul{
	display: flex;
	flex-wrap: wrap;
}
.splist ul li{
	width:calc(33.8% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	display:flex;
}
.splist ul li:nth-child(3n){
	margin-right:0px;
}
.splist ul li a{
	width:100%;
	padding: 1.875rem 1.875rem 2.5rem 1.875rem;
	border-radius: 1.5rem;
	background: var(--Color, #F4F4F0);
}
.splist ul li a:hover{
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.splist ul li .pic{
	overflow:hidden;
	position:relative;
	border-radius: 1.2rem;
}
.splist ul li .pic::before{
	width: 2.25rem;
	height: 2.25rem;
	position:absolute;
	left:calc(50% - 1.125rem);
	top:calc(50% - 1.125rem);
	z-index:3;
	background-image:url(../img/sp02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.splist ul li .pic::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background: var(--30, rgba(0, 0, 0, 0.30));
	content:'';
	display:inline-block;
}
.splist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.splist ul li:hover .pic img{
	transform: scale(1.05);
}
.splist ul li .tex dl dt{
	margin-top:2.56rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.splist ul li .tex dl dd{
	margin-top:0.62rem;
	display:flex;
	align-items: center;
}
.splist ul li .tex dl dd i{
	padding: 0.625rem;
	border-radius: 0.25rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	margin-right:0.31rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.splist ul li .tex .sm{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.splist ul li .tex .more{
	margin-top:2.5rem;
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.splist ul li .tex .more::after{
	margin-left:0.62rem;
	content:">";
	display:inline-block;
	font-family:"宋体";
	font-weight:bold;
}

.xzlm{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding: 1.125rem 1.1875rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
}
.xzlm ul{
	display: flex;
	flex-wrap: wrap;
}
.xzlm.ny ul li{
	width:calc(20.25% - 1.19rem);
	margin-right:1.19rem;
}
.xzlm.ny ul li:nth-child(5n){
	margin-right:0px;
}
.xzlm ul li{
	width:calc(16.9% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 1.5rem;
	background: var(---white, #FFF);
	height: 6.25rem;
	display:flex;
	justify-content: center;
	align-items: center;
}
.xzlm ul li:nth-child(6n){
	margin-right:0;
}
.xzlm ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 1.5rem;
	background: var(---white, #FFF);
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.xzlm ul li a:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.xzlm ul li a.cur{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}

.xzlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:100%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:2.1rem 2.5rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
}
.xzlist ul li .a01{
	width:auto;
	max-width:70%;
	display:flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:2.7rem;
	max-width:3.0rem;
}
.xzlist ul li .a01 .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.xzlist ul li .a01 .tex dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.xzlist ul li .a01 .tex .sm{
	margin-top:1.25rem;
	display:flex;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.xzlist ul li .a01 .tex .sm i{
	margin-left:0.56rem;
	margin-right:0.56rem;
	height:1.0rem;
	background-color:var(---999, #999);
}
.xzlist ul li .a02{
	width: auto;
	display:flex;
	align-items: center;
	cursor:pointer;
}
.xzlist ul li .a02 i{
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	display:flex;
	justify-content: center;
	align-items: center;
}
.xzlist ul li .a02 em{
	display: flex;
	height: 3.75rem;
	padding: 0 2.56rem;
	justify-content: center;
	align-items: center;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	color: var(--c-6-a-87-c, #C6A87C);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:0.62rem;
}
.xzlist ul li:hover .a02 i{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.xzlist ul li:hover .a02 em{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color: var(---white, #FFF);
}
.xzlist ul li .pic01{
	display:inline-block;
}
.xzlist ul li .pic02{
	display: none;
}
.xzlist ul li:hover .pic01{
	display:none;
}
.xzlist ul li:hover .pic02{
	display:inline-block;
}

.tanc{
	right:0; 
	top:5.0rem;
	position: fixed;
	width:100%; 
	z-index:2;
	display: none;
	background: var(--60, rgba(255, 255, 255, 0.60));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	height:calc(100vh - 5.0rem);
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.tanc01 .xzbd{
	width:71.25%;
	left:14.375%;
	position:absolute;
	top:10%;
	z-index:4;
	border-radius: 2rem;
	border: 1px solid var(--Linear, #E9DABC);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
	padding:3.75rem 2.5rem;
}

input{
	outline: none;
}
.radio,.checkbox {
	width: 1.2rem;
	height: 1.2rem;
	background-color:transparent;
	border: solid 1px #dddddd;
	-webkit-border-radius: 0.6rem;
	border-radius: 0.6rem;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;  /**隐藏原生控件**/
}
.checkbox {
	border-radius: 0.1rem;   /**复选框的圆角要小一些**/
}
/**选择后的样式**/
.radio:checked,.checkbox:checked{
	 background-color: var(--da-2122, #DA2122);
	 border: solid 1px var(--da-2122, #DA2122);
	 box-shadow: 0 1px 1px rgba(0,0,0,.1);
	 text-align: center;
	 background-clip: padding-box;
}
/**选择后 里面小对勾样式**/
.radio:checked:before,.checkbox:checked:before{
	content: '';
	width: 0.5rem;
	height: 0.3rem;
	border: 1px solid #ffffff;
	border-top: none;
	border-right: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.file-box{
	width:100%;
	height:100%;
	display: inline-block;
	position: relative;
	padding: 0 2.5rem;
	overflow: hidden;
	color:#fff;
	border: 1px solid var(--30, rgba(0, 0, 0, 0.30));
	color: var(---black, #000);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	cursor:pointer;
	background-image:url(../img/jia.svg);
	background-position:center right 2.5rem;
	background-repeat:no-repeat;
	background-size:1.75rem 1.75rem;

}
.baojia2 ul li .file-box{
	color: var(---black, #000);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}

.file-btn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: none;
	background-color: transparent;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.fw01 .pos04.w24{
	width:25%;
	right:8.75rem;
}

.khpj2{
	width:100%;
	float:left;
	margin-top:5rem;
}
.khpj2 ul{
	display: flex;
	flex-wrap: wrap;
}
.khpj2 ul li{
	width:100%;
	margin-top:1.25rem;
	padding: 2.5rem 3.12rem 2.5rem 2.5rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.khpj2 ul li:hover{
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
}
.khpj2 ul li .kh01{
	width:auto;
	max-width:70%;
}
.khpj2 ul li .a01 dl dt{
	overflow:hidden;
}
.khpj2 ul li .a01 dl dt img{
	max-height:0.75rem;
}
.khpj2 ul li .a01 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.khpj2 ul li .a02{
	margin-top:3.06rem;
}
.khpj2 ul li .a02 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
}
.khpj2 ul li .a02 dl dd{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}

.aboutbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
	overflow:hidden;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.aboutbanner:hover img{
	transform: scale(1.05);
}
.aboutbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	padding:0 5.2vw;
}
.aboutbanner .tex .a01{
	width:29.1%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aboutbanner .tex .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.aboutbanner .tex .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.25rem;
}

.nab01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nab01 .tex{
	width:61%;
}
.nab01 .tex h1{
	display:flex;
}
.nab01 .tex h1 img{
	max-width:57%;
}
.nab01 .tex dl dt{
	margin-top:5.0rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3.75rem */
}
.nab01 .tex dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.nab01 .pic{
	width:27.9%;
	overflow:hidden;
}
.nab01 .pic img{
	max-width:100%;
}
.nab02{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.nab02 ul{
	display: flex;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:calc(25.2% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	padding:3.0rem 2.5rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
	border: 1px solid var(--Color, #F4F4F0);
	transition: all 0.6s;
}
.nab02.lc ul li{
	border: 1px solid var(--Linear, #E9DABC);
	padding:3.75rem 2.5rem;
	padding-bottom:6.38rem;
}
.nab02.lc ul li dl dt{
	margin-top:5.0rem;
}
.nab02.lc ul li:last-child{
	background: var(--Color, #F4F4F0);
}
.nab02.lc ul li:last-child dl dt{
	color: var(---333, #333);
	margin-top:5.0rem;
}
.nab02.lc ul li:last-child:hover{
	border: 1px solid var(--Linear, #F2EBDE);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.nab02.lc ul li.white{
	background-color:#FFF;
}
.nab02 ul li:nth-child(4n){
	margin-right:0px;
}
.nab02 ul li .num{
	display:flex;
}
.nab02 ul li .num img{
	max-height:4.25rem;
}
.nab02 ul li .num i{
	width:4.25rem;
	height:4.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #DFC186;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color:#FFF;
}
.nab02 ul li dl dt{
	margin-top:2.88rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.nab02 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.nab02 ul li:hover{
	border: 1px solid var(--Linear, #F2EBDE);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.nab02 ul li:last-child{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.nab02 ul li:last-child dl dt{
	margin-top:0px;
	color:#FFF;
}
.abwrap{
	width:100%;
	float:left;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	margin-top:10rem;
	padding:10rem 0;
}

.gzfw.ab{
	width:100%;
	border-radius: 1.5rem;
	background: var(--Color, #F4F4F0);
	position:relative;
	transition: all 0.6s;
	
	background: var(--60, rgba(255, 255, 255, 0.60));
	padding:3.13rem 2.5rem;
}
.gzfw.ab .num{
	left:2.5rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nab03{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nab03 ul{
	display: flex;
	flex-wrap: wrap;
}
.nab03 ul li{
	width:calc(20.23% - 1.25rem);
	margin-right:1.25rem;
}
.nab03 ul li:nth-child(5n){
	margin-right:0px;
}
.zdsc{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.zdsc img{
	width:100%;
	height:auto;
	display:block;
}
.zdsc .ntit{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.zdsc .inmore{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}

.nab04{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.nab04 ul{
	display: flex;
	flex-wrap: wrap;
}
.nab04 ul li{
	width:calc(20.23% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
	padding:3.12rem 2.5rem;
}
.nab04 ul li:nth-child(5n){
	margin-right:0px;
}
.nab04 ul li .pic{
	overflow:hidden;
}
.nab04 ul li .pic img{
	max-height:4.25rem;
}
.nab04 ul li dl dt{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab04 ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab04 ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}

.nab05{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
	overflow:hidden;
	padding:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab05-l{
	width:27.3%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab05-l .ablx{
	width:100%;
	margin-bottom:7.0rem;
}
.nab05-l .ablx dl dt{
	padding-bottom:0.82rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab05-l .ablx dl dd{
	margin-top:1.06rem;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab05-l .ablx dl dd img{
	margin-right:0.62rem;
	max-width:1.125rem;
}

.nab05-r{
	width:47.4%;
}
.baojia2 ul li.mart0{
	margin-top:0px;
}

.nybanner02{
	width:100%;
	float: left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.nybanner02 .tex{
	width:32.25%;
	margin-left:5.2vw;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner02 .tex h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
}
.nybanner02 .tex .sm{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.25rem;
}
.nybanner02 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.nybanner02 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nybanner02 .pic:hover img{
	transform: scale(1.05);
}

.fzlc01{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fwfx{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
	padding:3.75rem 4.4rem;
	overflow:hidden;
}
.fztit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;	
	line-height: normal;
}
.fztit a{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.fztit a::after{
	margin-left:0.62rem;
	content:">";
	font-family:"宋体";
	font-weight:bold;
}
.fwfx01{
	width:100%;
	float:left;
}
.fwfx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.fwfx01 ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	padding: 1.25rem;
}
.fwfx01 ul li:nth-child(3n){
	margin-right:0px;
}
.fwfx01 ul li i{
	width:7.0rem;
	display: flex;
	padding: 0.2rem 0;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--a-67209, #DFC186);
	margin-right:3.25rem;
	color:#FFF;
}

.fwfx02{
	width:100%;
	float:left;
}
.fwfx02 ul{
	display: flex;
	flex-wrap: wrap;
}
.fwfx02 ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	padding: 2rem 1.875rem;
}
.fwfx02 ul li:nth-child(5n){
	margin-right:0px;
}
.fwfx02 ul li::before{
	content: "\2022";
	font-size:2.5rem;
	color:#DFB683;
}

.zzfg{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.zzfg ul{
	display: flex;
	flex-wrap: wrap;
}
.zzfg ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	padding:3.75rem 2.5rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
	border:1px solid #F4F4F0;
	position:relative;
}
.zzfg ul li:hover{
	border: 1px solid var(--Linear, #E9DABC);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.zzfg ul li:nth-child(3n){
	margin-right:0px;
}
.zzfg ul li::after{
	content: "\2022";
	font-size:2.5rem;
	color:#DFB683;
	position:absolute;
	right:2.5rem;
	top:1.0rem;
	z-index:1;
}
.zzfg ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zzfg ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.xmjz{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.xmjz ul{
	display: flex;
	flex-wrap: wrap;
}
.xmjz ul li{
	border-radius: 2rem;
	border: 1px solid var(--Linear, #E9DABC);
	padding: 2.5rem 2.5rem 5.19rem 2.5rem;
	width:calc(25.25% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
}
.xmjz ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.xmjz ul li:nth-child(4n){
	margin-right:0px;
}
.xmjz ul li .bq{
	display:flex;
}
.xmjz ul li .bq i{
	padding: 0.375rem 1.25rem;
	border-radius: 6.25rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xmjz ul li dl dt{
	margin-top:6.88rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xmjz ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.zyfg{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.zyfg ul{
	display: flex;
	flex-wrap: wrap;
}
.zyfg ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	padding: 3.75rem 2.5rem 2.5rem 2.5rem;
	border-radius: 2rem;
	border: 1px solid var(--Linear, #E9DABC);
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
}
.zyfg ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.zyfg ul li:nth-child(3n){
	margin-right:0px;
}
.zyfg ul li dl dt{
	display:flex;
}
.zyfg ul li dl dt i{
	padding: 0.625rem 1.25rem;
	border-radius: 1.25rem;
	background: var(--c-6-a-87-c, #C6A87C);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zyfg ul li dl dd{
	margin-top:1.25rem;
	min-height:3.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zyfg ul li .pic{
	margin-top:4.88rem;
	border-radius: 1rem;
	border: 4px solid var(--30, rgba(255, 255, 255, 0.30));
	overflow:hidden;
}
.zyfg ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zyfg ul li:hover .pic img{
	transform: scale(1.05);
}
.hzfs{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hzfs ul{
	display: flex;
	flex-wrap: wrap;
}
.hzfs ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	padding: 2.5rem 2.5rem 6.375rem 2.5rem;
	border-radius: 2rem;
	border: 1px solid var(--Linear, #E9DABC);
	overflow:hidden;
}
.hzfs ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.hzfs ul li:nth-child(3n){
	margin-right:0px;
}
.hzfs ul li .pic{
	overflow:hidden;
}
.hzfs ul li .pic img{
	max-width:4.25rem;
}
.hzfs ul li dl dt{
	margin-top:4.56rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hzfs ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.zyfg2{
	width:100%;
	float:left;
	margin-top:10rem;
}
.zyfg2 ul{
	display: flex;
	flex-wrap: wrap;
}
.zyfg2 ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	padding: 3.75rem 2.5rem 2.5rem 2.5rem;
	border-radius: 2rem;
	border: 1px solid var(--Linear, #E9DABC);
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	transition: all 0.6s;
}
.zyfg2 ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.zyfg2 ul li:nth-child(3n){
	margin-right:0px;
}
.zyfg2 ul li dl dt{
	display:flex;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zyfg2 ul li dl dd{
	margin-top:4.62rem;
	display: flex;
	align-items: center;
}
.zyfg2 ul li dl dd a::after{
	margin-left:0.62rem;
	content:">";
	font-family:"宋体";
	font-weight:bold;
}
.zyfg2 ul li .pic{
	border-radius: 1rem;
	border: 4px solid var(--30, rgba(255, 255, 255, 0.30));
	overflow:hidden;
}
.zyfg2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zyfg2 ul li:hover .pic img{
	transform: scale(1.05);
}
.hgxc{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hgxc ul{
	display: flex;
	flex-wrap: wrap;
}
.hgxc ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	height:5.88rem;
	padding:0 1.88rem;
	display:flex;
	align-items: center;
	border-radius: 3.75rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	transition: all 0.6s;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.hgxc ul li:nth-child(3n){
	margin-right:0px;
}
.hgxc ul li::before{
	content:"\2022";
	color:#DFB683;
	font-size:2.5rem;
	margin-right:0.62rem;
}

.hzwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	padding-bottom:10rem;
	background: #FAF1E8;
}
.hz01{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hz01 ul{
	display: flex;
	flex-wrap: wrap;
}
.hz01 ul li{
	width:calc(20% - 1.25rem);
	margin-top:1.25rem;
	margin-right:1.25rem;
	padding: 3.125rem 2.5rem;
	border-radius: 1.5rem;
	background: var(---white, #FFF);
}
.hz01 ul li:nth-child(5n){
	margin-right:0px;
}
.hz01 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hz01 ul li dl dd{
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hz02{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.hz02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hz02.zp ul li{
	width:20.59375%;
	text-align:center;
}
.hz02 ul li{
	width:15.3%;
	padding: 2.5rem 1.875rem 3.375rem 1.875rem;
	border-radius: 2rem;
	border: 1px solid var(---white, #FFF);
	background: var(--Color, #F4F4F0);
	overflow:hidden;
}
.hz02 ul li .pic{
	overflow:hidden;
	height:4.25rem;
}
.hz02 ul li .pic img{
	max-height:4.25rem;
}
.hz02 ul li dl dt{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hz02 ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hz02 ul .jt{
	width:5.875%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	z-index:3;
}
.hz02 ul .jt::before{
	width:100%;
	height: 0.0625rem;
	position:absolute;
	content:'';
	display:inline-block;
	background-image:url(../img/Line.svg);
	background-position:center;
	background-repeat:repeat-x;
	position:absolute;
	left:0;
	top:calc(50% - 0.03125rem);
	z-index:-1;
}
.hz02 ul .jt img{
	max-width:1.75rem;
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left;
	padding: 3rem 3.75rem;
	margin-top:1.25rem;
	
	border-radius: 2rem;
	border: 1px solid var(--Linear, #E9DABC);
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav4 dl dd{
	margin-top:1.25rem;
	display: flex;
	align-items:center;
	
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subNav4 dl dd i{
	width: 0.0625rem;
	height: 1.1875rem;
	background: #666;
	margin-left:1.62rem;
	margin-right:1.62rem;
}
.subNav4::after{
	width: 2.25rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	min-width:2.25rem;
}
.subNav4:hover{float:left; }
.currentDd4{
	border-radius: 2rem 2rem 0 0;
	border: 1px solid var(--Linear, #E9DABC);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
	border-bottom:0px;
	padding-bottom:4.5rem;
}
.currentDd4::after{
	background-image:url(../img/xjt2.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;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:3.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	
	border-radius: 2rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
	border: 1px solid var(--Linear, #E9DABC);
	border-top:0px;
	margin-top:-1.5rem;
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:2.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-family: zt4;
	line-height: normal;
	width:8.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 8.0rem);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.red{
	color: var(--04946-a, var(--Color-2, #219E45));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.line{
	margin-top:3.0rem;
	margin-bottom:1.0rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:32.6%;
	padding:4.94rem 2.5rem;
	border-radius: 2rem;
	background: #F2ECDF;
	overflow:hidden;
}
.lx01-l dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:0.81rem;
}
.lx01-l dl dd{
	margin-top:1.06rem;
	display: flex;
	align-items:center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l dl dd img{
	margin-right:0.62rem;
}

.lx01-r{
	width:66.3%;
	overflow:hidden;
	position:relative;
	border-radius: 2rem;
}
.lx01-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lx01-r:hover img{
	transform: scale(1.05);
}


.lx02{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.lx02 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:calc(33.7% - 1.31rem);
	margin-right:1.31rem;
	border-radius: 2rem;
	background: var(--Color, #F4F4F0);
	padding: 3.75rem 2.53125rem 5.0625rem 2.53125rem;
}
.lx02 ul li:nth-child(3n){
	margin-right:0px;
}
.lx02 ul li p{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	
}
.lx02 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:5rem;
}




.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}
















.mart1{
	margin-top:1.25rem;
}
.mart4{
	margin-top:4rem;
}
.mart10{
	margin-top:10rem;
}
.mart0{
	margin-top:0px;
}
.marb2{
	margin-bottom:2.5rem;
}
.mart6{
	margin-top:6.12rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.mart5{
	margin-top:5.0rem;
}
.mart3{
	margin-top:3.75rem;
}

.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; float:left; margin-top:-120px;}

	
}


@media (min-width:1000px) and (max-width:1600px){




	
}

@media (min-width:1000px) and (max-width:1700px){







	
}

@media (min-width:1000px) and (max-width:1360px){

.main{
	padding:0 5.2vw;
}







	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	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:5rem; 
	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:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	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: #DFB683; 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;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 3%;
}


.inban{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding-top:2.5rem;
	background: linear-gradient(180deg, #FFF 0%, #FDF7F1 100%);
	padding-left:5.2vw;
	padding-right:10.575vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inban .pic{
	width:49.5%;
	position:relative;
	display:flex;
}
.inban .pic img{
	max-width:100%;
}
.inban .pic .ren{
	width:100%;
	position:absolute;
	right:4.25rem;
	bottom:0;
	z-index:1;
	display:flex;
}
.inban .pic .ren img{
	max-width:100%;
}
.inban .tex{
	width:50%;
}
.inban .pic .qqiu{
	width:17rem;
	position:absolute;
	left:-9.5rem;
	top:4rem;
	z-index:2;
	border-radius: 1rem;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	padding:1.88rem;
	display:none;
}
.inban .pic .qqiu dl dt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(---333, #333);
	font-family:zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inban .pic .qqiu dl dt img{
	max-width:1.44rem;
}
.inban .pic .qqiu dl dd{
	margin-top:1.13rem;
	display:flex;
}
.inban .pic .qqiu dl dd div{
	width:80%;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.inban .pic .a01{
	width: 2.5rem;
	height: 2.5rem;
	position:absolute;
	top:2.19rem;
	right:-1.06rem;
	z-index:3;
	display:flex;
}
.inban .pic .a01 img{
	max-width:100%;
}

.inban .pic .qqiu2{
	width:16.3rem;
	position:absolute;
	right:-2.31rem;
	bottom:6.31rem;
	z-index:2;
	border-radius: 1rem;
	background: var(---white, #FFF);
	padding:1.88rem;
	display:none;
}
.inban .pic .qqiu2 dl dt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(---333, #333);
	font-family:zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inban .pic .qqiu2 dl dt img{
	max-width:1.44rem;
}
.inban .pic .qqiu2 dl dd{
	margin-top:1.13rem;
	display:flex;
}
.inban .pic .qqiu2 dl dd div{
	width:80%;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}

.inban .tex dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.6rem 0.6rem 0.6rem 1.0rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}
.inmore.white a.a01{
	margin-left:0.62rem;
}
.inmore.white a.a01::after{
	background-image:url(../img/xf.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.white a.a02::after{
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.white a.a03{
	margin-left:0.62rem;
}
.inmore.white a.a03::after{
	background-image:url(../img/bd01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.white a.dh::after{
	background-image:url(../img/dh.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inmore.white a{
	background: var(---white, #FFF);
	color: var(---333, #333);
}
.inmore.white a::after{
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.index01{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01-l{
	width:100%;
	border-radius: 1rem;
	background: #F2ECDF;
	overflow:hidden;
	position:relative;
}
.index01-l .pic{
	display:flex;
	height:100%;
	overflow:hidden;
}
.index01-l .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.index01-l:hover .pic img{
	transform: scale(1.05);
}
.index01-l .inmore{
	position:absolute;
	bottom:2.5rem;
	left:2.5rem;
	z-index:2;
}
.index01-l .tex{
	width:46.25%;
	position:absolute;
	left:1.5rem;
	top:1.5rem;
	z-index:2;
	border-radius: 1.5rem;
	border: 2px solid var(---white, #FFF);
	background: rgba(255, 255, 255, 0.80);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:1.5rem;
}
.index01-l .tex dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index01-l .tex dl dt img{
	max-width:1.5rem;
}
.index01-l .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.index01-r{
	width:100%;
	margin-top:2.0rem;
}
.index01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01-r ul li{
	width: 48%;
    border-radius: 1rem;
    background: #F2ECDF;
    padding-top: 1rem;
    position: relative;
    height: 60vw;
    display: flex;
    justify-content: flex-end;
}
.index01-r ul li .pic{
	    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    height: 46vw;
    position: absolute;
    right: 0;
    bottom: 0;
}
.index01-r ul li .pic img{
	max-width: 70%;
    transition: all 0.6s;
    position: relative;
    transform: scale(1.0);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.index01-r ul li:hover .pic img{
	transform: scale(1.05);
}
.index01-r ul li .tex{
	width:auto;
	position:absolute;
	left:1.5rem;
	top:1.75rem;
	z-index:2;
}
.index01-r ul li .tex dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index01-r ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01-r ul li .inmore{
	position:absolute;
	left:1.5rem;
	bottom:1.0rem;
	z-index:2;
}
.index01-r ul li:first-child{
	padding-right:1.0rem;
}

.intit{
	width:100%;
	float:left;
	margin-top:4rem;
	text-align:center;
}
.intit dl dt{
	color: var(--c-6-a-87-c, #C6A87C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intit dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inkxfw{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.inkxfw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inkxfw ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 1.5rem;
	background: #EFF6FF;
	padding:2.12rem 1.5rem;
	position:relative;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inkxfw.ny ul li{
	height:13.65rem;
}
.inkxfw ul li .num{
	width:auto;
	position:absolute;
	left:1.5rem;
	bottom:-0.5rem;
	z-index:1;
	color: var(--a-67209, #DFC186);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inkxfw ul li:nth-child(2){
	background: #EEF2FF;
}
.inkxfw ul li:nth-child(3){
	background: #FEEFEF;
}
.inkxfw ul li:nth-child(4){
	background: #FEFCE8;
}
.inkxfw ul li:nth-child(5){
	background: #F0FDF4;
	margin-right:0px;
}
.inkxfw ul li dl dt{
	padding-bottom:1.0rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inkxfw ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.inkxfw ul li dl dd a{
	width:100%;
	color: var(---666, #666);
	display: flex;
	align-items: center;
}
.inkxfw ul li dl dd a::before{
	content: "\2022";
	margin-right:0.31rem;
	color:#C6A87C;
}
.inkxfw ul li:last-child{
	width:100%;
}
.infg{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.infg ul{
	display: flex;
	flex-wrap: wrap;
}
.infg ul li{
	width:100%;
	border-radius: 2rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	margin-top:1.25rem;
}
.infg ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.infg ul li:nth-child(3n){
	margin-right:0px;
}
.infg ul li .tex{
	padding: 2.75rem 1.5rem;
}
.infg ul li .tex h1{
	display:flex;
}
.infg ul li .tex h1 i{
	padding: 0.625rem;
	border-radius: 0.25rem;
	background: var(--c-6-a-87-c, #C6A87C);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.infg ul li .tex dl dt{
	margin-top:0.56rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
}
.infg ul li .tex dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.infg ul li .pic{
	overflow:hidden;
	position:relative;
}
.infg ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.infg ul li .pic:hover img{
	transform: scale(1.05);
}
.infg ul li:last-child .pic{
	margin:2.5rem;
	margin-top:1.25rem;
	border-radius: 1rem;
	border: 4px solid var(--30, rgba(255, 255, 255, 0.30));
}
.infg ul li:last-child .pic a::before{
	width:5.0rem;
	height:5.0rem;
	position:absolute;
	left:calc(50% - 2.5rem);
	top:calc(50% - 2.5rem);
	content:'';
	display:inline-block;
	background-image:url(../img/play.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:2;
}
.infg ul li:hover .tex dl dt a{
	color:#333;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--Color, #F4F4F0);
	padding-bottom:4rem;
}
.index02{
	width:100%;
	float:left;
	margin-top:1.75rem;
	border-radius: 2rem;
	overflow:hidden;
	background-color:#FFF;
}
.index02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 ul li .tex{
	width:50%;
	padding:2.0rem 1rem;
	display: flex;
	align-items: center;
	border-bottom:1px solid #f2f2f2;
}
.index02 ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index02 ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index02 ul li .tex .sm{
	margin-top: 1.5rem;
    color: var(---333, #333);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index02 ul li .tex .sm2{
	margin-top:2.06rem;
	display:flex;
}
.index02 ul li .tex .sm2 i{
	padding: 0.625rem;
	margin-right:0.31rem;
	border-radius: 0.25rem;
	background: var(--Color, #F4F4F0);
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index02 ul li .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.index02 ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.index02 ul li .pic:hover img{
	transform: scale(1.05);
}

.hblm{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.hblm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.hblm ul li{
	width:49%;
	display:flex;
	margin-top:0.75rem;
}
.hblm ul li a{
	width:100%;
	padding: 0.5rem 2.31rem;
	border-radius: 0.5rem;
	background: var(--Color, #F4F4F0);
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.hblm ul li a img{
	margin-right:1.0rem;
}
.hblm ul li a:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color: var(---white, #FFF);
}
.hblm ul li .pic01{
	display:inline-block;
}
.hblm ul li .pic02{
	display: none;
}
.hblm ul li:hover .pic01{
	display:none;
}
.hblm ul li:hover .pic02{
	display:inline-block;
}

.hblm ul li a.cur{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color: var(---white, #FFF);
}
.hblm ul li a.cur .pic01{
	display:none;
}
.hblm ul li a.cur .pic02{
	display:inline-block;
}

.index03{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.qyzz{
	width:100%;
	float:left;
}
.qyzz ul{
	display: flex;
	flex-wrap: wrap;
}
.qyzz ul li{
	width:calc(33.33% - 0.5rem);
	margin-right:0.5rem;
	margin-bottom:0.5rem;
	display:flex;
}
.qyzz ul li:nth-child(3n){
	margin-right:0px;
}
.qyzz ul li a{
	padding:1.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-radius: 0.5rem;
	width:100%;
}
.qyzz ul li a:hover{
	background: var(--Color, #F7C832);
	border: 1px solid var(--Color, #F7C832);
}
.qyzz ul li dl dt{
	overflow:hidden;
	position:relative;
	text-align:center;
}
.qyzz ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.qyzz ul li:hover dl dt img{
	transform: scale(1.05);
}
.qyzz ul li dl dd{
	margin-top:1.13rem;
	text-align:center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.qqwl{
	width:100%;
	float:left;
}
.qqwl img{
	width:100%;
	height:auto;
	display:block;
}

.khpj{
	width:100%;
	float:left;
}
.khpj ul{
	display: flex;
	flex-wrap: wrap;
}
.khpj ul li{
	width:100%;
	margin-top:1.25rem;
	padding: 1.5rem;
	border-radius: 0.5rem;
	background: var(--Color, #F4F4F0);
}
.khpj ul li:nth-child(3n){
	margin-right:0px;
}
.khpj ul li .a01 dl dt{
	overflow:hidden;
}
.khpj ul li .a01 dl dt img{
	max-height:0.75rem;
}
.khpj ul li .a01 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.khpj ul li .a02{
	margin-top:2.06rem;
}
.khpj ul li .a02 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
}
.khpj ul li .a02 dl dd{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.inhz{
	width:100%;
	float:left;
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:calc(33.33% - 0.5rem);
	margin-right:0.5rem;
	margin-bottom:0.5rem;
	height:5.0rem;
}
.inhz ul li:nth-child(3n){
	margin-right:0px;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
}
.inhz ul li a img{
	max-height:70%;
	max-width:70%;
}
.inhz ul li a:hover{
	border-radius: 0.5rem;
	border: 2px solid var(--a-67209, #DFC186);
	background: #FFF;
	box-shadow: 0 45px 39px -14px rgba(197, 137, 61, 0.25);
}

.index04{
	width:100%;
	float:left;
	margin-top:1.75rem;
	padding: 2.0rem 2rem;
	border-radius: 2rem;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.index04 dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 2.25rem */
	text-transform: uppercase;
}
.index04 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index04 dl{
	width:100%;
	margin-bottom:2.0rem;
}
.index04.ny dl{
	width:100%;
	margin-bottom:2.0rem;
}
.index04.ny dl dt{
	font-size: 1.25rem;
}
.index04.ny dl dd{
	font-size: 1.25rem;
}
.index04 dl .xwz{
	font-size: 0.85rem!important;
	}
.foot{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--Color, #F4F4F0);
	padding-top:3.25rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot01 dl dt{
	padding-bottom:0.82rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.foot01 dl dd{
	margin-top:1.06rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.foot02 a{
	margin-left:0.47rem;
	margin-right:0.47rem;
	display:flex;
}
.foot02 a img{
	max-width:2.5rem;
}
.foot03{
	width:100%;
	float:left;
	margin-top:1.75rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.5rem 0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot03 .a01{
	display: flex;
	align-items: center;
}
.foot03 .a01 a{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:2.25rem;
}

.fwcon{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwcon-l{
	width:100%;
}
.zlm{
	width:100%;
	float:left;
	border-radius: 1.5rem;
	background: var(--Color, #F4F4F0);
	padding: 1.25rem;
	padding-top:0.63rem;
}
.zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm ul li{
	width:49%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.zlm ul li a{
	width:100%;
	padding: 0.8125rem 0.625rem 0.8125rem 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items:center;
	border-radius: 0.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zlm ul li a::after{
	width: 1.375rem;
	height: 1.5rem;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.zlm ul li a:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color:#FFF;
}
.zlm ul li a:hover::after{
	opacity:1;
}
.zlm ul li a.cur{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color:#FFF;
}
.zlm ul li a.cur::after{
	opacity:1;
}
.fwcon-r{
	width:100%;
	margin-top:2.0rem;
}
.fw01{
	width:100%;
	float:left;
	border-radius: 1rem;
	background: #F2ECDF;
	padding:2.75rem 1.5rem;
	position:relative;
}
.fw01 dl{
	max-width:70%;
}
.fw01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fw01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fw01 .pos01{
	width:auto;
	height:100%;
	position:absolute;
	right:2.5rem;
	top:0;
	z-index:1;
	display: flex;
	align-items:center;
}
.fw01 .pos01 img{
	max-width:4.0rem;
}
.ntit{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.ntit dl dt{
	color: var(--c-6-a-87-c, #C6A87C);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit dl dt.black{
	color: var(---333, #333);
}
.ntit dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ntit .sm{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fw02{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fw02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fw02 ul li{
	width:100%;
	margin-top:1.0rem;
	padding: 1.0rem 1.5rem;
	border-radius: 1.0rem;
	background: var(--Color, #F4F4F0);
	display: flex;
	justify-content: space-between;
	align-items:center;
	transition: all 0.6s;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
}
.fw02 ul li:nth-child(3n){
	margin-right:0px;
}
.fw02 ul li::after{
	content: "\2022";
	color:#DFB683;
	font-size:1.5rem;
}
.fw02 ul li:hover{
	border-radius: 1.5rem;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.fw02 ul li:hover::after{
	color:#F9F2E4;
}
.fw03{
	width:100%;
	float:left;
	position:relative;
}

.swiper{
	width: 100%;
	float:left;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.gzfw{
	width:100%;
	border-radius: 1.5rem;
	background: var(--Color, #F4F4F0);
	padding:3.13rem 1.88rem;
	position:relative;
	transition: all 0.6s;
}
.gzfw.h18{
	height:18.6rem;
}
.gzfw.h12{
	height:12.75rem;
}
.gzfw dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.gzfw dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.gzfw .num{
	width:auto;
	position:absolute;
	left:1.88rem;
	bottom:-1.5rem;
	z-index:1;
	font-family: zt4;
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gzfw:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.gzfw:hover .num{
	background: var(--Linear, linear-gradient(114deg, #fff -3.01%, #fff 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fw04{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.fw04 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fw04 ul li{
	width:100%;
	overflow:hidden;
	position:relative;
	border-radius: 2rem;
	margin-top:1.0rem;
}
.fw04 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fw04 ul li:hover img{
	transform: scale(1.05);
}
.fw04 ul li .tex{
	width:53%;
	position:absolute;
	left:2.5rem;
	top:3.75rem;
	z-index:2;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:1.5rem;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--131313, #131313);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav::after{
	content:"+";
	display:inline-block;
}
.subNav:hover{float:left; }
.currentDd::after{
	content:"-";
	display:inline-block;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-top:1.5rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.navContent dl dd::before{
	content: "\2022";
	margin-right:0.21rem;
}
.pdd p::before{
	content: "\2022";
	margin-right:0.21rem;
}
.subNavBox.ny .navContent{
	padding-top:1.12rem;
}
.subNavBox.ny .subNav{
	margin-top:1.25rem;
}

.fw01 .pos02{
	width:33.4%;
	position:absolute;
	right:2.5rem;
	bottom:0;
	z-index:1;
	display: flex;
	align-items:center;
}
.fw01 .pos02 img{
	width:100%;
}
.syfw{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.syfw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.syfw ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.125rem 2.0rem;
	border-radius: 1.0rem;
	background: var(--Color, #F4F4F0);
	margin-top:1.0rem;
}
.syfw ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.syfw ul li dl dd{
	margin-top:1.88rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.syfw ul li::after{
	content: "\2022";
	color:#DFB683;
	font-size:2.5rem;
}
.sc01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.sc01-r{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:3.75rem;
	border-radius:2.0rem;
}
.sc01-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.sc01-r:hover img{
	transform: scale(1.05);
}
.sc01-l{
	width:100%;
}

.sc02{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.sc02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sc02 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 2.3125rem 2.5rem 2.3125rem 1.875rem;
	border-radius: 1.0rem;
	background: var(--Color, #F4F4F0);
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top:1.0rem;
}
.sc02 ul li div{
	max-width:80%;
}
.sc02 ul li::after{
	content: "\2022";
	color:#DFB683;
	font-size:2.5rem;
}
.sc03{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.sc03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sc03 ul li{
	width:100%;
	padding-bottom:1.0rem;
	border-bottom:1px solid #999;
	margin-top:1.5rem;
	font-size:1.0rem;
}

.sc04{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.sc04 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sc04 ul li{
	width:48%;
	margin-top:1.25rem;
	display:flex;
}
.sc04 ul li:nth-child(3n){
	margin-right:0px;
}
.sc04 ul li a{
	width:100%;
	padding:2.12rem 1.5rem;
	border-radius: 1.0rem;
	background: var(--Color, #F4F4F0);
}
.sc04 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sc04 ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sc04 ul li .more{
	display:flex;
	align-items: center;
	margin-top:3.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.sc04 ul li .more::after{
	content:">";
	font-family:"宋体";
	font-weight:bold;
	margin-left:0.62rem;
	margin-bottom:0.21rem;
}
.sc04 ul li a:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}

.fw01 .pos03{
	width:33%;
	height:100%;
	position:absolute;
	top:0;
	right:1rem;
	z-index:1;
	display:flex;
	align-items: center;
}
.fw01 .pos03 img{
	max-width:100%;
}
.fw01 .pos04{
	width:21%;
	position:absolute;
	right:2rem;
	bottom:-0.5rem;
	z-index:1;
}
.fw01 .pos04 img{
	max-width:100%;
}
.dyue{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
	padding:2.75rem 1.5rem;
}

.baojia2{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.baojia2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia2 ul li{
	width:100%;
	margin-top:1.19rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia2.ny ul li:nth-child(4){
	width:32.3%;
}
.baojia2.ny ul li:nth-child(5){
	width:32.3%;
}
.baojia2 ul li:nth-child(4){
	width:49.5%;
}
.baojia2 ul li:nth-child(5){
	width:49.5%;
}
.baojia2 ul li div{
	display: flex;
	align-items:center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia2 ul li div input{
	margin-right:0.62rem;
}
.baojia2 ul li dl{
	width:100%;
}
.baojia2 ul li dl dt{
	color: var(---black, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.baojia2 ul li dl dd{
	display: flex;
	flex-wrap: wrap;
	margin-top:1.56rem;
	padding-bottom:0.94rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia2 ul li dl dd .a01{
	margin-right:1.0rem;
	display: flex;
	align-items:center;
}
.baojia2.ny2 ul li dl dd{
	border-bottom:0px;
	padding-bottom:0px;
}
.baojia2.ny2 ul li dl dt{
	color: var(---999, #999);
}
.baojia2.ny2{
	margin-top:3.75rem;
}

.bgbk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background-color:transparent;
	outline:none;
	line-height:3.5rem;
	padding:0 1.25rem;
	
	color: var(--30, rgba(0, 0, 0, 0.30));
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}

.bgbk3{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	background-color:transparent;
	outline:none;
	
	color: var(--30, rgba(0, 0, 0, 0.30));
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia2 ul li.w100{
	width:100%;
}
.baojia2 ul li.w50{
	width:100%;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/xjt.svg") no-repeat scroll center right 0px transparent;
	background-size:0.9375rem 0.40625rem;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	
}
.blue{
	color: var(--c-6-a-87-c, #C6A87C);
}

.zxlist{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.zxlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxlist ul li{
	width:100%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.5rem;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
}
.zxlist ul li .pic{
	width:37%;
	overflow:hidden;
	position:relative;
	border-radius: 1.0rem;
}
.zxlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zxlist ul li:hover .pic img{
	transform: scale(1.05);
}
.zxlist ul li .tex{
	width:63%;
	padding:0 1.75rem;
}
.zxlist ul li .tex h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zxlist ul li .tex dl dt{
	margin-top:1.25rem;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
}
.zxlist ul li .tex dl dt i{
	padding: 0.625rem;
	margin-right:0.31rem;
	border-radius: 0.25rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zxlist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	display:none;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color:#666;

	text-align:center;
	font-size: 0.75rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--c-6-a-87-c, #C6A87C);
	background: var(--c-6-a-87-c, #C6A87C);
	color:#fff;
}
.fy ul li .cur{
	border: 1px solid var(--c-6-a-87-c, #C6A87C);
	background: var(--c-6-a-87-c, #C6A87C);
	color:#fff;
}
.newtit{
	width:100%;
	float:left;
	border-top: 3px solid #E9DABC;
	padding-top:1.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.newdate{
	width:100%;
	float:left;
	margin-top:0.62rem;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.35rem */
	
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.5rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.newtit2{
	width:100%;
	float:left;
	margin-top:1.5rem;
	border-radius: 1.5rem 0 0 0;
	border-bottom: 2px solid var(--a-49581, #D58722);
	background: linear-gradient(90deg, rgba(255, 202, 133, 0.30) 0%, rgba(224, 185, 76, 0.00) 100%);
	display: flex;
	padding: 1.25rem;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}

.fw01 .pos05{
	width:29.2%;
	position:absolute;
	right:2.0rem;
	bottom:-0.5rem;
	z-index:1;
}
.fw01 .pos05.w24{
	width:24.4%;
}
.fw01 .pos05.w28{
	width:28.8%;
}
.fw01 .pos05 img{
	max-width:100%;
}

.splist{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.splist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.splist ul li{
	width:48%;
	margin-top:1.25rem;
	display:flex;
}
.splist ul li:nth-child(3n){
	margin-right:0px;
}
.splist ul li a{
	width:100%;
	padding: 1.0rem;
	border-radius: 1.0rem;
	background: var(--Color, #F4F4F0);
}
.splist ul li a:hover{
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.splist ul li .pic{
	overflow:hidden;
	position:relative;
	border-radius: 1.2rem;
}
.splist ul li .pic::before{
	width: 2.25rem;
	height: 2.25rem;
	position:absolute;
	left:calc(50% - 1.125rem);
	top:calc(50% - 1.125rem);
	z-index:3;
	background-image:url(../img/sp02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.splist ul li .pic::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background: var(--30, rgba(0, 0, 0, 0.30));
	content:'';
	display:inline-block;
}
.splist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.splist ul li:hover .pic img{
	transform: scale(1.05);
}
.splist ul li .tex dl dt{
	margin-top:1.56rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.splist ul li .tex dl dd{
	margin-top:0.62rem;
	display:flex;
	align-items: center;
}
.splist ul li .tex dl dd i{
	padding: 0.625rem;
	border-radius: 0.25rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	margin-right:0.31rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.splist ul li .tex .sm{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.splist ul li .tex .more{
	margin-top:2.5rem;
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.splist ul li .tex .more::after{
	margin-left:0.62rem;
	content:">";
	display:inline-block;
	font-family:"宋体";
	font-weight:bold;
}

.xzlm{
	width:100%;
	float:left;
	margin-top:1.5rem;
	padding: 0.5rem;
	padding-top:0.5rem;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
}
.xzlm ul{
	display: flex;
	flex-wrap: wrap;
}
.xzlm.ny ul li:nth-child(5n){
	margin-right:0px;
}
.xzlm ul li{
	width:calc(50% - 0.5rem);
	margin-right:0.5rem;
	border-radius: 1.0rem;
	background: var(---white, #FFF);
	height: 3.0rem;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:0.5rem;
}
.xzlm ul li:nth-child(2n){
	margin-right:0;
}
.fwcon-r .ny ul li:nth-child(5n) {
    margin-right: 0.5rem!important;
}
.xzlm ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 1.0rem;
	background: var(---white, #FFF);
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.xzlm ul li a:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.xzlm ul li a.cur{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}

.xzlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:1.5rem;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
}
.xzlist ul li .a01{
	width:100%;
	display:flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:1.5rem;
	max-width:3.0rem;
}
.xzlist ul li .a01 .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.xzlist ul li .a01 .tex dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.xzlist ul li .a01 .tex .sm{
	margin-top:1.25rem;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.xzlist ul li .a01 .tex .sm i{
	margin-left:0.26rem;
	margin-right:0.26rem;
	width:1px;
	height:1.0rem;
	background-color:var(---999, #999);
}
.xzlist ul li .a02{
	width: 100%;
	display:flex;
	align-items: center;
	justify-content: flex-end;
	cursor:pointer;
	margin-top:1.5rem;
}
.xzlist ul li .a02 i{
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	display:flex;
	justify-content: center;
	align-items: center;
}
.xzlist ul li .a02 i img{
	max-height:1.0rem;
}
.xzlist ul li .a02 em{
	display: flex;
	height: 2.75rem;
	padding: 0 1.56rem;
	justify-content: center;
	align-items: center;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	color: var(--c-6-a-87-c, #C6A87C);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:0.31rem;
}
.xzlist ul li:hover .a02 i{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.xzlist ul li:hover .a02 em{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	color: var(---white, #FFF);
}
.xzlist ul li .pic01{
	display:inline-block;
}
.xzlist ul li .pic02{
	display: none;
}
.xzlist ul li:hover .pic01{
	display:none;
}
.xzlist ul li:hover .pic02{
	display:inline-block;
}

.tanc{
	right:0; 
	top:5.0rem;
	position: fixed;
	width:100%; 
	z-index:2;
	display: none;
	background: var(--60, rgba(255, 255, 255, 0.60));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	height:calc(100vh - 5.0rem);
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.tanc01 .xzbd{
	width:80%;
	left:10%;
	position:absolute;
	top:5%;
	z-index:4;
	border-radius: 2rem;
	border: 1px solid var(--Linear, #E9DABC);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
	padding:3.75rem 2.5rem;
}

input{
	outline: none;
}
.radio,.checkbox {
	width: 1.2rem;
	height: 1.2rem;
	background-color:transparent;
	border: solid 1px #dddddd;
	-webkit-border-radius: 0.6rem;
	border-radius: 0.6rem;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;  /**隐藏原生控件**/
}
.checkbox {
	border-radius: 0.1rem;   /**复选框的圆角要小一些**/
}
/**选择后的样式**/
.radio:checked,.checkbox:checked{
	 background-color: var(--da-2122, #DA2122);
	 border: solid 1px var(--da-2122, #DA2122);
	 box-shadow: 0 1px 1px rgba(0,0,0,.1);
	 text-align: center;
	 background-clip: padding-box;
}
/**选择后 里面小对勾样式**/
.radio:checked:before,.checkbox:checked:before{
	content: '';
	width: 0.5rem;
	height: 0.3rem;
	border: 1px solid #ffffff;
	border-top: none;
	border-right: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.file-box{
	width:100%;
	height:100%;
	display: inline-block;
	position: relative;
	padding: 1.0rem 2.5rem;
	overflow: hidden;
	color:#fff;
	border: 1px solid var(--30, rgba(0, 0, 0, 0.30));
	color: var(---black, #000);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	cursor:pointer;
	background-image:url(../img/jia.svg);
	background-position:center right 2.5rem;
	background-repeat:no-repeat;
	background-size:1.75rem 1.75rem;

}
.baojia2 ul li .file-box{
	color: var(---black, #000);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}

.file-btn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: none;
	background-color: transparent;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.fw01 .pos04.w24{
	width:25%;
	right:1.75rem;
}

.khpj2{
	width:100%;
	float:left;
	margin-top:2rem;
}
.khpj2 ul{
	display: flex;
	flex-wrap: wrap;
}
.khpj2 ul li{
	width:100%;
	margin-top:1.25rem;
	padding: 1.5rem 2.12rem 1.5rem 1.5rem;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.khpj2 ul li:hover{
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
}
.khpj2 ul li .kh01{
	width:100%;
}
.khpj2 ul li .a01 dl dt{
	overflow:hidden;
}
.khpj2 ul li .a01 dl dt img{
	max-height:0.75rem;
}
.khpj2 ul li .a01 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.khpj2 ul li .a02{
	margin-top:2.06rem;
	margin-bottom:2.0rem;
}
.khpj2 ul li .a02 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
}
.khpj2 ul li .a02 dl dd{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}

.aboutbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
	overflow:hidden;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.aboutbanner:hover img{
	transform: scale(1.05);
}
.aboutbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	padding:0 5.2vw;
}
.aboutbanner .tex .a01{
	width:50%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aboutbanner .tex .a01 p{
	display:none;
}
.aboutbanner .tex .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.aboutbanner .tex .a01 dl dd{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.25rem;
}

.nab01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nab01 .tex{
	width:100%;
}
.nab01 .tex h1{
	display:flex;
}
.nab01 .tex h1 img{
	max-width:57%;
}
.nab01 .tex dl dt{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3.75rem */
}
.nab01 .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.nab01 .pic{
	width:27.9%;
	overflow:hidden;
	display:none;
}
.nab01 .pic img{
	max-width:100%;
}
.nab02{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.nab02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab02 ul li{
	width:48%;
	margin-top:1.25rem;
	padding:2.0rem 1.5rem;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
	border: 1px solid var(--Color, #F4F4F0);
	transition: all 0.6s;
}
.nab02.lc ul li{
	border: 1px solid var(--Linear, #E9DABC);
	padding: 1.5rem 1.05rem;
    padding-bottom: 1.38rem;
}
.nab02.lc ul li dl dt{
	margin-top:3.0rem;
}
.nab02.lc ul li:last-child{
	background: var(--Color, #F4F4F0);
}
.nab02.lc ul li:last-child dl dt{
	color: var(---333, #333);
	margin-top:3.0rem;
}
.nab02.lc ul li:last-child:hover{
	border: 1px solid var(--Linear, #F2EBDE);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.nab02.lc ul li.white{
	background-color:#FFF;
}
.nab02 ul li:nth-child(4n){
	margin-right:0px;
}
.nab02 ul li .num{
	display:flex;
}
.nab02 ul li .num img{
	max-height:3.25rem;
}
.nab02 ul li .num i{
	width:3.25rem;
	height:3.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #DFC186;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color:#FFF;
}
.nab02 ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.nab02 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.nab02 ul li:hover{
	border: 1px solid var(--Linear, #F2EBDE);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.nab02 ul li:last-child{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.nab02 ul li:last-child dl dt{
	margin-top:0px;
	color:#FFF;
}
.abwrap{
	width:100%;
	float:left;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	margin-top:4rem;
	padding:4rem 0;
}

.gzfw.ab{
	width:100%;
	border-radius: 1.0rem;
	background: var(--Color, #F4F4F0);
	position:relative;
	transition: all 0.6s;
	
	background: var(--60, rgba(255, 255, 255, 0.60));
	padding:2.13rem 1.5rem;
}
.gzfw.ab .num{
	left:1.5rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nab03{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.nab03 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab03 ul li{
	width:48%;
	margin-top:1.0rem;
}
.nab03 ul li:last-child{
	width:100%;
}
.zdsc{
	width:100%;
	float:left;
	margin-top:4rem;
	position:relative;
}
.zdsc img{
	width:100%;
	height:auto;
	display:block;
}
.zdsc .ntit{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.zdsc .inmore{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}

.nab04{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.nab04 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab04 ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
	padding:2.12rem 1.5rem;
}
.nab04 ul li:nth-child(5n){
	margin-right:0px;
}
.nab04 ul li .pic{
	overflow:hidden;
}
.nab04 ul li .pic img{
	max-height:3.25rem;
}
.nab04 ul li dl dt{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab04 ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab04 ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.nab04 ul li:last-child{
	width:100%;
}

.nab05{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
	overflow:hidden;
	padding:2.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab05-l{
	width:100%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab05-l .ablx{
	width:100%;
	margin-top:2.0rem;
}
.nab05-l .ablx dl dt{
	padding-bottom:0.82rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab05-l .ablx dl dd{
	margin-top:1.06rem;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab05-l .ablx dl dd img{
	margin-right:0.62rem;
	max-width:1.125rem;
}

.nab05-r{
	width:100%;
	margin-top:2.5rem;
}

.nybanner02{
	width:100%;
	float: left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
}
.nybanner02 .tex{
	width:100%;
	padding:2.5rem 5%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner02 .tex h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.5rem;
}
.nybanner02 .tex .sm{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.25rem;
}
.nybanner02 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.nybanner02 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nybanner02 .pic:hover img{
	transform: scale(1.05);
}

.fzlc01{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fwfx{
	width:100%;
	float:left;
	margin-top:1.75rem;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
	padding:2.0rem 1.5rem;
	overflow:hidden;
}
.fztit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;	
	line-height: normal;
}
.fztit a{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.fztit a::after{
	margin-left:0.62rem;
	content:">";
	font-family:"宋体";
	font-weight:bold;
}
.fwfx01{
	width:100%;
	float:left;
}
.fwfx01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fwfx01 ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	padding: 1.0rem;
}
.fwfx01 ul li:nth-child(3n){
	margin-right:0px;
}
.fwfx01 ul li i{
	width:3.0rem;
	display: flex;
	padding: 0.2rem 0;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--a-67209, #DFC186);
	margin-right:0.5rem;
	color:#FFF;
	font-size:0.75rem;
}

.fwfx02{
	width:100%;
	float:left;
}
.fwfx02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fwfx02 ul li{
	width:100%;
	margin-top:1.0rem;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	padding: 1rem 1.5rem;
}
.fwfx02 ul li:nth-child(5n){
	margin-right:0px;
}
.fwfx02 ul li::before{
	content: "\2022";
	font-size:2.5rem;
	color:#DFB683;
}

.zzfg{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.zzfg ul{
	display: flex;
	flex-wrap: wrap;
}
.zzfg ul li{
	width:100%;
	margin-top:1.25rem;
	padding:2.75rem 1.5rem;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
	border:1px solid #F4F4F0;
	position:relative;
}
.zzfg ul li:hover{
	border: 1px solid var(--Linear, #E9DABC);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.zzfg ul li:nth-child(3n){
	margin-right:0px;
}
.zzfg ul li::after{
	content: "\2022";
	font-size:2.5rem;
	color:#DFB683;
	position:absolute;
	right:1.5rem;
	top:1.0rem;
	z-index:1;
}
.zzfg ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zzfg ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.xmjz{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.xmjz ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xmjz ul li{
	border-radius: 1rem;
	border: 1px solid var(--Linear, #E9DABC);
	padding: 1.0rem 1.0rem 1.5rem 1.0rem;
	width:48%;
	margin-top:1.0rem;
}
.xmjz ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.xmjz ul li:nth-child(4n){
	margin-right:0px;
}
.xmjz ul li .bq{
	display:flex;
}
.xmjz ul li .bq i{
	padding: 0.375rem 1.25rem;
	border-radius: 6.25rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xmjz ul li dl dt{
	margin-top:3.88rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xmjz ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.zyfg{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.zyfg ul{
	display: flex;
	flex-wrap: wrap;
}
.zyfg ul li{
	width:100%;
	margin-top:1.25rem;
	    padding: 1.75rem 1.5rem 1.5rem 1.5rem;
	border-radius: 2rem;
	border: 1px solid var(--Linear, #E9DABC);
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
}
.zyfg ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.zyfg ul li:nth-child(3n){
	margin-right:0px;
}
.zyfg ul li dl dt{
	display:flex;
}
.zyfg ul li dl dt i{
	padding: 0.625rem 1.25rem;
	border-radius: 1.25rem;
	background: var(--c-6-a-87-c, #C6A87C);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zyfg ul li dl dd{
	margin-top:1.0rem;
	min-height:3.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zyfg ul li .pic{
	margin-top:1rem;
	border-radius: 1rem;
	border: 4px solid var(--30, rgba(255, 255, 255, 0.30));
	overflow:hidden;
}
.zyfg ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zyfg ul li:hover .pic img{
	transform: scale(1.05);
}
.hzfs{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.hzfs ul{
	display: flex;
	flex-wrap: wrap;
}
.hzfs ul li{
	width:100%;
	margin-top:1.25rem;
	padding: 1.5rem 1.5rem 3.375rem 1.5rem;
	border-radius: 1rem;
	border: 1px solid var(--Linear, #E9DABC);
	overflow:hidden;
}
.hzfs ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.hzfs ul li:nth-child(3n){
	margin-right:0px;
}
.hzfs ul li .pic{
	overflow:hidden;
}
.hzfs ul li .pic img{
	max-width:3.25rem;
}
.hzfs ul li dl dt{
	margin-top:1.56rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hzfs ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.zyfg2{
	width:100%;
	float:left;
	margin-top:2rem;
}
.zyfg2 ul{
	display: flex;
	flex-wrap: wrap;
}
.zyfg2 ul li{
	width:100%;
	margin-top:1.25rem;
	padding: 1.75rem 1.5rem 1.5rem 1.5rem;
	border-radius: 1rem;
	border: 1px solid var(--Linear, #E9DABC);
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	transition: all 0.6s;
}
.zyfg2 ul li:hover{
	background: var(--Linear, linear-gradient(114deg, #E9DABC -3.01%, #DFB683 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
}
.zyfg2 ul li:nth-child(3n){
	margin-right:0px;
}
.zyfg2 ul li dl dt{
	display:flex;
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zyfg2 ul li dl dd{
	margin-top:2.62rem;
	display: flex;
	align-items: center;
}
.zyfg2 ul li dl dd a::after{
	margin-left:0.62rem;
	content:">";
	font-family:"宋体";
	font-weight:bold;
}
.zyfg2 ul li .pic{
	border-radius: 1rem;
	border: 4px solid var(--30, rgba(255, 255, 255, 0.30));
	overflow:hidden;
}
.zyfg2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zyfg2 ul li:hover .pic img{
	transform: scale(1.05);
}
.hgxc{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.hgxc ul{
	display: flex;
	flex-wrap: wrap;
}
.hgxc ul li{
	width:100%;
	margin-top:1.0rem;
	height:5.88rem;
	padding:0 1.5rem;
	display:flex;
	align-items: center;
	border-radius: 3.75rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	transition: all 0.6s;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.hgxc ul li:nth-child(3n){
	margin-right:0px;
}
.hgxc ul li::before{
	content:"\2022";
	color:#DFB683;
	font-size:1.5rem;
	margin-right:0.31rem;
}

.hzwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	padding-bottom:4rem;
	background: #FAF1E8;
}
.hz01{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.hz01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hz01 ul li{
	width:48%;
	margin-top:1.0rem;
	padding: 2.125rem 1.5rem;
	border-radius: 1.0rem;
	background: var(---white, #FFF);
}
.hz01 ul li:nth-child(5n){
	margin-right:0px;
}
.hz01 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hz01 ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hz01 ul li:last-child{
	width:100%;
}
.hz02{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.hz02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hz02.zp ul li{
	width:42%;
	text-align:center;
}
.hz02.zp ul .jt:nth-child(4){
	display:none;
}
.hz02.zp ul li:nth-child(5){
	width:42%;
	text-align:center;
}
.hz02 ul li{
	width:42%;
	padding: 1.0rem 1.1rem;
	border-radius: 2rem;
	border: 1px solid var(---white, #FFF);
	background: var(--Color, #F4F4F0);
	overflow:hidden;
	margin-top:1.0rem;
}
.hz02 ul li:nth-child(5){
	width:65%;
	}
.hz02 ul li .pic{
	overflow:hidden;
	height:3.25rem;
}
.hz02 ul li .pic img{
	max-height:3.25rem;
}
.hz02 ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hz02 ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hz02 ul .jt{
	width:15%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	z-index:3;
}
.hz02 ul .jt::before{
	width:100%;
	height: 0.0625rem;
	position:absolute;
	content:'';
	display:inline-block;
	background-image:url(../img/Line.svg);
	background-position:center;
	background-repeat:repeat-x;
	position:absolute;
	left:0;
	top:calc(50% - 0.03125rem);
	z-index:-1;
}
.hz02 ul .jt img{
	max-width:1.75rem;
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left;
	padding: 1.5rem 1.75rem;
	margin-top:1.0rem;
	
	border-radius: 2rem;
	border: 1px solid var(--Linear, #E9DABC);
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav4 dl dd{
	margin-top:1.0rem;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.subNav4 dl dd i{
	width: 0.0625rem;
	height: 1.0rem;
	background: #666;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.subNav4::after{
	width: 2.25rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	min-width:2.25rem;
}
.subNav4:hover{float:left; }
.currentDd4{
	border-radius: 2rem 2rem 0 0;
	border: 1px solid var(--Linear, #E9DABC);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
	border-bottom:0px;
	padding-bottom:3.5rem;
}
.currentDd4::after{
	background-image:url(../img/xjt2.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;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	
	border-radius: 2rem;
	background: var(--Linear, linear-gradient(180deg, #F2EBDE 0%, #F9F2E4 100%));
	/* Drop Shadow */
	box-shadow: 0 20px 30px 0 rgba(192, 124, 46, 0.18);
	border: 1px solid var(--Linear, #E9DABC);
	border-top:0px;
	margin-top:-1.5rem;
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:1.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-family: zt4;
	line-height: normal;
	width:6.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 6.0rem);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.red{
	color: var(--04946-a, var(--Color-2, #219E45));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.line{
	margin-top:3.0rem;
	margin-bottom:1.0rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
	padding:2.94rem 1.5rem;
	border-radius: 1rem;
	background: #F2ECDF;
	overflow:hidden;
}
.lx01-l dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:0.81rem;
}
.lx01-l dl dd{
	margin-top:1.06rem;
	display: flex;
	align-items:center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l dl dd img{
	margin-right:0.62rem;
}

.lx01-r{
	width:100%;
	margin-top:2.0rem;
	overflow:hidden;
	position:relative;
	border-radius: 1rem;
}
.lx01-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lx01-r:hover img{
	transform: scale(1.05);
}


.lx02{
	width:100%;
	float:left;
	margin-top:2.25rem;
}
.lx02 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	border-radius: 1rem;
	background: var(--Color, #F4F4F0);
	padding: 1.75rem 1.53125rem 2.0625rem 1.53125rem;
	margin-top:1.0rem;
}
.lx02 ul li:nth-child(3n){
	margin-right:0px;
}
.lx02 ul li p{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	
}
.lx02 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:2.5rem;
}





/*手机*/



.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}















.mart1{
	margin-top:1.25rem;
}
.mart4{
	margin-top:2rem;
}
.mart10{
	margin-top:4rem;
}
.mart0{
	margin-top:0px;
}
.marb2{
	margin-bottom:1.5rem;
}
.mart6{
	margin-top:2.0rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.mart5{
	margin-top:2.0rem;
}
.mart3{
	margin-top:1.75rem;
}

.dingw{ width:100%; float:left; margin-top:-5rem;}













}
































