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: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}

@font-face
{
	font-family: zt;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf'),
	url('../font/HarmonyOS_Sans_SC_Light.ttf'); /* IE9+,可以是具体的实际链接 */
	font-weight: 300; /* Light */
	
}
@font-face
{
	font-family: zt2;
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF'),
	url('../font/HARMONYOS_SANS_SC_BOLD.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 700; /* Bold */
	
}
@font-face
{
	font-family: zt3;
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'),
	url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 400; /* Regular/Normal */
	
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	
}

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
	
	img:hover{
          
            object-fit: cover;
            /* 关键动画效果 */
            animation: scaleDown 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            transform-origin: center center;
        }
        
        /* 定义从大变小的关键帧动画 */
        @keyframes scaleDown {
            0% {
                transform: scale(1.00);
                opacity: 1;
            }
            100% {
                transform: scale(1.02);
                opacity: 1.0;
            }
        }
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--a-49581, #D58722);
	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 var(---Gray-6, #F2F2F2);
	top:0;
	z-index:99
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: rgba(0,0,0,0);
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 .intop{
	padding:0 2.0vw;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse .intop{
	padding:0 2.0vw;
}
.header.yanse.yanse01 .innav ul li a{
	color:#fff;
}
.header.yanse .innav ul li .xiala dd a{
	color:#fff;
}
.main{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.main2{
	width: 60%;
	float:left;
	margin-left:20%;
	margin-right:20%;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:29.25rem;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:9.25rem;
	transition: all 0.6s;
	position:relative;
	margin-right:3.0rem;
}
.logo img{
	max-width:100%;
	height:56px;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	font-family: zt4;
	color: #FFF;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-left:2.6vw;
}
.innav ul li a{
	position:relative;
	width:auto;
	height:5.0rem;
	display:flex;
	align-items: center;
}
.innav ul li a i{
	width:0px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.innav ul li a:hover i{
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color: var(--a-49581, #D58722);
}
.header.yanse .innav ul li.cur a{
	color: var(--a-49581, #D58722);
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#D58722;
}
.header.yanse .innav ul li i{
	background-color:var(--a-49581, #D58722);
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}
.innav ul li:hover i{
	width:100%;
}

.innav ul li .xiala{
	width:100%;
	position:absolute;
	left:0;
	top:5.0rem;
	z-index:22;
	background-color:rgba(0,0,0,0.8);
	padding:6.25rem 8.33vw;
	padding-top:3.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity:0;
	visibility:hidden;
}
.innav ul li .xiala dd a{
	color:#FFF;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala .a01{
	width:32%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.innav ul li .xiala .a01 a:hover{
	border-bottom: 1px solid var(--a-49581, #D58722);
	color: var(--a-49581, #D58722);
}
.innav ul li .xiala .a01 a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding:1.25rem 0;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.innav ul li .xiala .a01 a::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-repeat:no-repeat;
	background-size:contain;
}

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

.search{
	width:auto;
	display: flex;
	align-items: center;
	cursor:pointer;
}
.search img{
	max-width:100%;
	height:auto;
}
.chax{
	right:5.0vw; 
	top:5.0rem;
	position: absolute;
	width:300px; 
	z-index:99999;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　div{
	display: flex;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 48px;
	line-height: 48px;
	border: 0px;
	background-color: #f5f5f5;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family:zt3;
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: var(--a-49581, #D58722);
	color: #FFFFFF;
	border: 0px;
	outline:none;
}
.zyw{
	width:auto;
	display: flex;
	align-items: center;
	margin-right:2.5rem;
	margin-left:6.25rem;
}
.zyw a{
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.zyw i{
	width:1px;
	background-color:#FFF;
	height:0.875rem;
	margin-left:0.62rem;
	margin-right:0.62rem;
}
.header.yanse .zyw a{
	color:#333;
}
.header.yanse .zyw i{
	background-color:#333;
}
.header.yanse.yanse01 .zyw a{
	color:#fff;
}
.header.yanse.yanse01 .zyw i{
	background-color:#fff;
}

.lmmc{
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	margin-left:2.5rem;
}
.lmmc img{
	max-width:100%;
}

.tclm{
	left:0; 
	top:0rem;
	position: fixed;
	width:100%;
	height:100vh;
	z-index:99999;
	display: none;
}
.tclm01{
	width:100%;
	height:100%;
	background-image:url(../img/mlbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	position:relative;
}
.tclm01 .gb{
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	top:0.75rem;
	right:0.75rem;
	background-image:url(../img/close2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:9;
}
.tclm01 .mask{
	width:75%;
	height:100%;
	display:none;
}
.tclm01 .cpmc{
	width:25%;
	height:100%;
	background: var(--a-49581, #D58722);
	display: flex;
	padding: 0rem 7.5rem 0rem 3.75rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position:relative;
}
.tclm01 .cpmc ul{
	display: flex;
	flex-wrap: wrap;
}
.tclm01 .cpmc ul li{
	width:100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--fdf-9-f-4, #F3EEE5);
	padding-bottom:1.25rem;
	margin-top:3.0rem;
}
.tclm01 .cpmc ul li a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.tclm01 .cpmc ul li a i{
	width: 0.75rem;
	height: 1.5rem;
	background-image:url(../img/arrow3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
}
.tclm01 .cpmc ul li a:hover i{
	opacity:1;
}
.tclm01 .cpmc ul li:hover i{
	opacity:1;
}
.tclm01 .cpmc ul li .xlm{
	width:0;
	height:100%;
	position: absolute;
	left:100%;
	top:0;
	z-index:3;
	opacity:0;
	visibility: hidden;
	padding:0 20%;
	background-color:#FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.6s;
}
.tclm01 .cpmc ul li:hover .xlm{
	opacity:1;
	visibility:visible;
	width:200%;
}
.tclm01 .cpmc ul li:hover .xlm.w50{
	width:100%;
}
.tclm01 .cpmc ul li .xlm dl dd{
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
}
.tclm01 .cpmc ul li .xlm dl dd:first-child{
	margin-top:0px;
}
.tclm01 .cpmc ul li .xlm dl{
	width:50%;
}
.tclm01 .cpmc ul li .xlm.w50 dl{
	width:100%;
}
.tclm01 .cpmc ul li .xlm dl dd a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt4;
}
.tclm01 .cpmc ul li .xlm dl dd a i{
	width: 0.75rem;
	height: 1.5rem;
	background-image:url(../img/arrow4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
}
.tclm01 .cpmc ul li .xlm dl dd a:hover i{
	opacity:1;
}
.tclm01 .cpmc ul li .xlm dl dd:hover{
	border-bottom: 1px solid var(--a-49581, #D58722);
}
.tclm01 .cpmc ul li .xlm dl dd:hover a{
	color:var(--a-49581, #D58722);
}
.tclm01 .cpmc ul li .xlm dl dd:hover i{
	opacity:1;
}
.tclm01 .cpmc ul li .xlm dl dd .sjlm{
	width:0%;
	position: absolute;
	left:100%;
	top:0;
	z-index:1;
	opacity:0;
	visibility: hidden;
	padding-left:10%;
	transition: all 0.6s;
}
.tclm01 .cpmc ul li .xlm dl dd .sjlm dl dd a{
	color:#333;
}
.tclm01 .cpmc ul li .xlm dl dd .sjlm dl dd a:hover{
	color:var(--a-49581, #D58722);
}
.tclm01 .cpmc ul li .xlm dl dd .sjlm dl dd:hover i{
	opacity:1;
}
.tclm01 .cpmc ul li .xlm dl dd:hover .sjlm{
	opacity:1;
	visibility:visible;
	width:200%;
}

.wenti{
	width:100%;
	float:left;
	position:relative;
}
.wenti img{
	width:100%;
	height:auto;
	display:block;
}
.wenti .biaoqian{
	width: 3.75rem;
	height: 3.75rem;
	position:absolute;
	left:8.075%;
	bottom:14.28%;
	display:flex;
	z-index:9;
}
.wenti .biaoqian .a01{
	width:100%;
	height:100%;
	position:relative;
	cursor:pointer;
}
.wenti .biaoqian .a01 .wt{
	width:20rem;
	height:24rem;
	position:absolute;
	top:-23rem;
	left:1.87rem;
	z-index:1;
	padding-left:0.62rem;
	border-left:1px dotted #9F8A6E;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.wenti .biaoqian .a01:hover .wt{
	opacity:1;
	visibility:visible;
}
.wenti .biaoqian .a01 .wt h1{
	display:flex;
}
.wenti .biaoqian .a01 .wt h1 i{
	display: flex;
	padding: 0.625rem 2.125rem;
	border-radius: 0 6.25rem 6.25rem 0;
	background: var(--a-49581, #D58722);
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.wenti .biaoqian .a01 .wt dl dt{
	margin-top:2.38rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wenti .biaoqian .a01 .wt dl dd{
	margin-top:0.625rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.wenti .biaoqian .a01 .wt dl dd i{
	display: flex;
	padding: 0.375rem 0.5rem;
	align-items: center;
	border: 1px solid var(--Color, #815D3B);
	overflow: hidden;
	color: var(--Color, #815D3B);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-right:0.25rem;
	margin-top:0.625rem;
}
.wenti .biaoqian.w33{
	left:34.2%;
	bottom:31.2%;
}
.wenti .biaoqian.w54{
	left:54.4%;
	bottom:27%;
}
.wenti .biaoqian.w75{
	left:75.39%;
	bottom:34%;
}
.wenti .wttit{
	width:auto;
	position:absolute;
	top:17%;
	left:8.33vw;
	z-index:1;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.rdjj{
	width:100%;
	float:left;
	position:relative;
}
.rdjj .a01{
	width:66%;
	position:absolute;
	left:8.33vw;
	top:12%;
	z-index:99;
}
.rdjj .a01 h2{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.rdjj .a01 dl dt{
	margin-top:6.25rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.rdjj .a01 dl dd{
	overflow: hidden;
	color: var(---white, #FFF);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top:3.75rem;
}
.rdjj .a01 .more{
	display:flex;
	margin-top:3.75rem;
}
.rdjj .a01 .more a{
	color: var(---white, #FFF);
	display:flex;
	align-items: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.rdjj .a01 .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.dcha{
	width:100%;
	float:left;
	padding:12.5rem 8.33vw;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
}
.dcha .a01{
	width:66%;
}
.dcha .a01 h2{
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.dcha .a01 dl dt{
	margin-top:6.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dcha .a01 dl dd{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top:3.75rem;
}
.dcha .a01 .more{
	display:flex;
	margin-top:3.75rem;
}
.dcha .a01 .more a{
	color: var(--a-49581, #D58722);
	display:flex;
	align-items: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dcha .a01 .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.foot{
	width:100%;
	float:left;
	padding:3.75rem 8.33vw;
	background: var(---333, #333);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:3.75rem;
	z-index:1;
	padding:0 8.33vw;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.nybanner .tex .a01 a{
	margin-left:0.62rem;
	display: flex;
	padding: 0.625rem 2rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(---white, #FFF);
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .a01 a:hover{
	background: var(--a-49581, #D58722);
	border:1px solid #D58722;
}
.nybanner .tex .a01 a.cur{
	background: var(--a-49581, #D58722);
	border:1px solid #D58722;
}

.nymain{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
}
.nycon{
	width:72%;
}
.ntit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:2.5rem;
	border-bottom: 1.01px solid var(---Gray-5, #E0E0E0);
	margin-top:6.25rem;
}
.nabout{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nabout-l{
	width:27%;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.nabout-r{
	width:73%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 2.75rem */
}
.nabout-r h3{
	margin-bottom:1.25rem;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nabout-r .a01{
	width:100%;
}
.nabout-r .a01 dl dt{
	margin-top:3.75rem;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	display:flex;
	align-items: center;
}
.nabout-r .a01 dl dt i{
	margin-right:1.25rem;
	display: flex;
	padding: 0.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 3.125rem;
	background: var(--a-49581, #D58722);
	color: var(---white, #FFF);
	text-overflow: ellipsis;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nabout-r .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 2.75rem */
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.nabout-r .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nabout-r .a02 dl{
	border: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---white, #FFF);
	width:calc(25% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	text-align:center;
	padding:2.88rem 0;
}
.nabout-r .a02 dl:nth-child(4n){
	margin-right:0px;
}
.nabout-r .a02 dl dt{
	overflow:hidden;
}
.nabout-r .a02 dl dt img{
	max-width:6.25rem;
}
.nabout-r .a02 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nabout-r .a02 dl .pic01{
	display:inline-block;
}
.nabout-r .a02 dl .pic02{
	display: none;
}
.nabout-r .a02 dl:hover .pic01{
	display:none;
}
.nabout-r .a02 dl:hover .pic02{
	display:inline-block;
}
.nabout-r .a02 dl:hover dd{
	color: var(--a-49581, #D58722);
}
.wrap{
	width:100%;
	float: left;
	background: var(---Gray-6, #F2F2F2);
	padding-bottom:6rem;
}
.ywcon{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywcon01{
	width:62.3%;
	padding:6.25rem 8.33vw;
	padding-right:1.25rem;
}
.ywcon-l{
	width:100%;
	float:left;
	background: var(---white, #FFF);
	padding:3.75rem 2.5rem;
}
.lyys{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.flnr{
	width:100%;
	float:left;
}
.flnr ul{
	display:flex;
	flex-wrap: wrap;
}
.flnr ul li{
	width:calc(33.5% - 1.2rem);
	display:flex;
	margin-top:1.25rem;
	margin-right:1.2rem;
}
.flnr ul li:nth-child(3n){
	margin-right:0px;
}
.flnr ul li a{
	width:100%;
	height:4.25rem;
	padding:0 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.flnr ul li a::before{
	width: 0.70675rem;
	height: 0.70675rem;
	content:'';
	display:inline-block;
	border:2px solid #D58722;
	margin-right:0.62rem;
	border-radius:50%;
	min-width:0.70675rem;
}
.flnr ul li a:hover{
	background: var(--a-49581, #D58722);
	color:#FFF;
}
.flnr ul li a:hover::before{
	border:2px solid #fff;
}
.flnr ul li.cur a{
	background: var(--a-49581, #D58722);
	color:#FFF;
}

.flnr ul li a.cur{
	background: var(--a-49581, #D58722);
	color:#FFF;
}
.flnr ul li a.cur::before{
	border:2px solid #fff;
}
.flnr .a01{
	width:100%;
	margin-top:2.5rem;
	background: #F2F2F2;
	padding:1.38rem 2.37rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	position:relative;
}
.flnr .a01::before{
	width:0;
	height:4px;
	content:'';
	display:inline-block;
	background-color:#D58722;
	transition: all 0.6s;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.flnr .a01:hover::before{
	width:100%;
}

.ywcon-r{
	width:37.7%;
	padding:6.25rem 8.33vw;
	padding-left:0;
	padding-bottom:0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.ywcon-r dl{
	background: var(---white, #FFF);
	padding:2.5rem;
}
.ywcon-r dl dt{
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(--a-49581, #D58722);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.ywcon-r dl dt::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ywcon-r dl dd{
	margin-top:1.81rem;
	padding-bottom:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.ywcon-r dl dd.cur{
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(--a-49581, #D58722);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.ywcon-r dl dd a{
	width:100%;
	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;
	text-transform: capitalize;
}
.ywcon-r dl dd a:hover{
	color: var(--a-49581, #D58722);
}
.ywcon-r dl dd a::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ywcon-r dl dd a:hover::after{
	background-image:url(../img/arrow4.svg);
}

.ywcon-r dl dd.cur a{
	color: var(--a-49581, #D58722);
}
.ywcon-r dl dd.cur a::after{
	background-image:url(../img/arrow4.svg);
	
}
.rblm{
	position: fixed;
	right:0;
	top: 28.6rem;
	z-index: 11;
	width:37.7%;
	padding:4.25rem 8.33vw;
	padding-left:0;
	padding-bottom:0;
	
	
	}
	.rblm.cur{
	top: 0rem;
	
	
	
	}
.rblm dl{
	background: var(---white, #FFF);
	padding:2.5rem;
}
.rblm dl dt{
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(--a-49581, #D58722);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.rblm dl dt::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.rblm dl dd{
	margin-top:1.81rem;
	padding-bottom:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.rblm dl dd.cur{
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(--a-49581, #D58722);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.rblm dl dd a{
	width:100%;
	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;
	text-transform: capitalize;
}
.rblm dl dd a:hover{
	color: var(--a-49581, #D58722);
}
.rblm dl dd a::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.rblm dl dd a:hover::after{
	background-image:url(../img/arrow4.svg);
}

.rblm dl dd.cur a{
	color: var(--a-49581, #D58722);
}
.rblm dl dd.cur a::after{
	background-image:url(../img/arrow4.svg);
	
}
.teamlist{
	width:100%;
	float:left;
}
.teamlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:2.5rem;
	margin-top:3.75rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.teamlist ul li:hover{
	border-bottom: 1px solid var(--a-49581, #D58722);
}
.teamlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.teamlist ul li .tex{
	width:46.4%;
}
.teamlist ul li .tex dl dt{
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.teamlist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.smwz{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: stretch;*/
	margin-top:2.5rem;
}
.teamlist ul li .jt{
	width: 2.75rem;
	height: 2.75rem;
	background-image:url(../img/yjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.teamlist ul li:hover .jt{
	background-image:url(../img/yjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.teamlist ul li .pic{
	width:10%;
	overflow:hidden;
}
.teamlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.tdshow{
	width:100%;
	float:left;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tdshow .tex{
	width:53.4%;
	margin-top: 4rem;
}
.tdshow .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.tdshow .tex dl dd{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.25rem;
}
.tdshow .tex .lxfs{
	margin-top:3.44rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tdshow .tex .lxfs p{
	margin-top:1.56rem;
}
.tdshow .pic{
	width:27.1%;
	position:absolute;
	top:-32%;
	right:0;
	z-index:1;
	overflow:hidden;
}
.tdshow .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.tdshow .pic:hover img{
	transform: scale(1.05);
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;  
	CURSOR: pointer; 
	border-bottom:1px solid #E0E0E0;
	padding-bottom:3.75rem;
	display: flex;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:2.5rem;
}
.subNav::before{
	width: 0.70675rem;
	height: 0.70675rem;
	border:2px solid #D58722;
	border-radius:50%;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
}
.subNav:hover{
	float:left;
}
.currentDd{
	padding-bottom:2.5rem;
	border-bottom:0px solid #E0E0E0;
}
.currentDd a{
	color: #D58722;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-bottom:3.75rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}

.new01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.new01 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.new01 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.new01 .pic:hover img{
	transform: scale(1.05);
}
.new01 .tex{
	width:50%;
	padding:5.0rem;
}
.new01 .tex h1{
	overflow: hidden;
	color: var(--a-49581, #D58722);
	text-align: justify;
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
	width: 26.49613rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.new01 .tex dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
}
.new01 .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.new01 .tex .more{
	display:flex;
	margin-top:5.0rem;
}
.new01 .tex .more a{
	display: flex;
	align-items: center;
	color: var(--Color, #815D3B);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.new01 .tex .more a::after{
	margin-left:0.94rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist{
	width:100%;
	float:left;
	margin-top:3.12rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:49.2%;
	padding:2.5rem;
	background: var(---white, #FFF);
	margin-top:1.88rem;
}
.newlist ul li dl dt{
	overflow: hidden;
	color: var(--a-49581, #D58722);
	text-align: justify;
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.newlist ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
}
.newlist ul li .tex{
	margin-top:2.5rem;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: stretch;
}
.newlist ul li .date{
	margin-top:7.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-top:2.21rem;
	border-top:1px solid #E0E0E0;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .date b{
	color: var(--a-49581, #D58722);
	font-family: Arial;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li:hover dl dd{
	color: var(--a-49581, #D58722);
}

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-right:1.25rem;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:3.125rem;
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);

}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--a-49581, #D58722);
	color:#FFF;
	border: 1px solid var(--a-49581, #D58722);
}
.fy ul li .cur{
	background: var(--a-49581, #D58722);
	color:#FFF;
	border: 1px solid var(--a-49581, #D58722);
}

.newtit{
	width:100%;
	float:left;
	position:absolute;
	bottom:5.0rem;
	left:0;
	z-index:1;
	padding:0 8.33vw;
}
.newtit dl dt{
	overflow: hidden;
	color: var(---white, #FFF);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 1.75rem */
	font-family: zt4;
}
.newtit dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newtit dl dd div{
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.newtit dl dd div i{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-family: zt4;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.newtit dl dd div a{
	margin-left:1.25rem;
}
.newtit dl dd div a img{
	max-height:3.0rem;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.newtex img{
	max-width:100%;
}
.yellow{
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.94rem;
	margin-top:3.19rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.ntit2{
	width:100%;
	float:left;
	margin-top:8.75rem;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #EFEFEF;
}
.lx01-l{
	width:50%;
	padding:6.3rem 3.75rem;
}
.lx01-l h1{
	overflow:hidden;
}
.lx01-l h1 img{
	max-width:100%;
}
.lx01-l .a01{
	display:flex;
	margin-top:3.75rem;
}
.lx01-l .a01 dl{
	width:auto;
	text-align:center;
	margin-right:1.37rem;
}
.lx01-l .a01 dl dt{
	overflow:hidden;
}
.lx01-l .a01 dl dt img{
	max-height:8.0rem;
}
.lx01-l .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l .a02{
	margin-top:6.25rem;
}
.lx01-l .a02 dl dd{
	margin-top:1.25rem;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l .a02 dl dd img{
	margin-right:0.94rem;
}
.lx01-r{
	width:50%;
	background-image:url(../img/lxbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:6.25rem 3.0rem;
}
.lx01-r h1{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.lx03{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.lx03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx03 ul li{
	width:49%;
	margin-top:2.45rem;
	display: flex;
	justify-content: space-between;
}
.lx03 ul li.w100{
	width:100%;
}
.lx03 ul li dl{
	width:100%;
}
.lx03 ul li .a01{
	display: flex;
	align-items: center;
}
.lx03 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx03 ul li dl dt{
	color: var(---fff, #fff);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx03 ul li dl dt i{
	color:#DA2122;
}
.lx03 ul li dl dd{
	margin-top:1.56rem;
}
.bk2{
	width:100%;
	height: auto;
	border:0px;
	background-color:transparent;
	border-bottom: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	outline:none;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:1.0rem;
}
.bk2::placeholder{color: var(--60, rgba(255, 255, 255, 0.60));}
.anniu{
	display: flex;
	padding: 1.375rem 4.8125rem 1.375rem 4.875rem;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--a-49581, #D58722);
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor:pointer;
}
.lx02{
	width:100%;
	float:left;
	margin-top:2.5rem;
	margin-bottom: 6.5rem;
}
.lx02 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:calc(33.4% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	background: #EFEFEF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li:nth-child(3n){
	margin-right:0px;
}
.lx02 ul li .pic{
	width:34%;
	overflow:hidden;
	position:relative;
}
.lx02 ul li .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lx02 ul li:hover .pic img{
	transform: scale(1.05);
}
.lx02 ul li .tex{
	width:66%;
	padding:2.0rem;
}
.lx02 ul li .tex dl dt{
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx02 ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 197.982%; /* 1.73238rem */
}



.container {
            width: 100%;
            overflow: hidden;
			float:left;
			margin-top:1rem;
			color: var(---333, #333);
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 200%; /* 2rem */
        }
        
        .tabs{
            display: flex;
			flex-wrap: wrap;
        }
        .tab:nth-child(3n){
			margin-right:0px;
		}
        .tab {
            width:calc(33.5% - 1.2rem);
			display:flex;
			margin-top:1.25rem;
			margin-right:1.2rem;
			height:4.25rem;
			padding:0 1.25rem;
			background: var(---Gray-6, #F2F2F2);
			display:flex;
			align-items: center;
			color: var(--a-49581, #D58722);
			font-family: zt4;
			font-size: 1rem;
			font-style: normal;
			font-weight: 500;
			line-height: normal;
			
            cursor: pointer;
            transition: all 0.3s;
            position: relative;
            z-index: 1;
        }
		
		.tab::before{
			width: 0.70675rem;
			height: 0.70675rem;
			content:'';
			display:inline-block;
			border:2px solid #D58722;
			margin-right:0.62rem;
			border-radius:50%;
			min-width:0.70675rem;
		}
        
        .tab:hover {
			background: var(--a-49581, #D58722);
			color:#FFF;
        }
        .tab.active {
            color: #fff;
            background: var(--a-49581, #D58722);
        }
        .tab:hover::before{
			border:2px solid #fff;
		}
		.tab.active::before{
			border:2px solid #fff;
		}
        
        .content-area {
			width:100%;
			margin-top:2.5rem;
			background: #F2F2F2;
			color: var(---333, #333);
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 200%; /* 2rem */
			position:relative;
        }
		.content-area .a01{
			width:100%;
			padding:1.38rem 2.37rem;
		}
        
        .content {
            display: none;
            animation: fadeIn 0.5s ease forwards;
        }
        
        .content.active {
            display: block;
        }
        
        /* 每个内容区域的顶部横线 */
        .content-line {
            position: absolute;
            top: 0;
            left: 0;
            height: 4px;
			z-index:11;
            background-color:#D58722;
            width: 0;
            transition: width 0.6s ease-out;
        }
        
        
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(15px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


.nav2{ 
	width:100%;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:9999;
}
.v_close { 
	display:block; 
	
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	top:0.75rem;
	right:0.75rem;
	background-image:url(../img/close2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:9;
}
.nav { 
	margin:0 0 0 0;
}


.index01{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.index01 .pic img{
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	position: relative;
    transform: scale(1.0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.index01 .tex{
	width:46.9%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .tex h1{
	color: var(---D58722, #D58722);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.index01 .tex .a01{
	width:81%;
}
.index01 .tex .a01 dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.88rem;
	border-bottom:1px solid #E0E0E0;
	margin-top:3.75rem;
}
.index01 .tex .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .tex .a02 ul li{
	width:calc(50% - 0.31rem);
	display:flex;
	margin-top:0.69rem;
}
.index01 .tex .a02 ul li.w100{
	width:100%;
}
.index01 .tex .a02 ul li a{
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:3.69rem 1.4rem 3.69rem 2rem;
	width:100%;
	position:relative;
}
.index01 .tex .a02 ul li .num{
	width:2.3rem;
	height:2.3rem;
	position:absolute;
	right:1.88rem;
	bottom:1.88rem;
	z-index:1;
	border-radius: 50%;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.3rem;
}
.index01 .tex .a02 ul li:hover .num{
	background: var(---white, #FFF);
	color: var(--a-49581, #D58722);
}
.index01 .tex .a02 ul li a:hover{
	background: var(--a-49581, #D58722);
}
.index01 .tex .a02 ul li dl dt{
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 .tex .a02 ul li dl dd{
	margin-top:1.88rem;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	align-items: center;
}
.index01 .tex .a02 ul li dl dd::after{
	content:">";
	margin-left:0.62rem;
	font-family:"宋体";
	font-weight:bold;
}
.index01 .tex .a02 ul li a:hover dl dt{
	color:#FFF;
}
.index01 .tex .a02 ul li a:hover dl dd{
	color:#FFF;
}

.index02{
	width:100%;
	float:left;
	margin-top:12.5rem;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.marb12{
	margin-bottom:12.5rem;
}

.nwrap{
	width:100%;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nabout{
	padding:6.25rem 0;
	margin-top:0px;
}
.ywtit{
	width:100%;
	float:left;
	padding: 1.625rem 1.25rem;
	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%);
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.mart3{
	margin-top:3.75rem;
}
.ken{
	width:100%;
	float:left;
	margin-top:2.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.ken ul{
	display: flex;
	flex-wrap: wrap;
}
.ken ul li{
	width:calc(33.9% - 1.25rem);
	margin-top:1.25rem;
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
}
.ken ul li:hover {
			background: var(--a-49581, #D58722);
			color:#FFF;
        }
.ken ul li:hover .num{
	color:#FFF;
	}
.ken ul li:hover dl dd{
	color:#FFF;
	}
.ken ul li:hover dl dt{
	color:#FFF;
	}
.ken ul li:nth-child(3n){
	margin-right:0px;
}
.ken ul li .num{
	width:auto;
	margin-right:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ken ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:block;
	align-items: center;
	padding:2.0rem 1.25rem;
	border-bottom:1px solid #FFF;
	padding-bottom:1.0rem;
}
.ken ul li dl dd{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:2.0rem 1.25rem;
	padding-top:1.0rem;
}









.padb6{
	padding-bottom:12.25rem;
}
.mart0{
	margin-top:0rem!important;
}
.mart6{
	margin-top:0rem;
}


.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-130px;}

}


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

.wenti .biaoqian{
	width: 2.0rem;
	height: 2.0rem;
	position:absolute;
	left:8.5%;
	bottom:15.5%;
	display:flex;
}
.wenti .biaoqian.w33{
	left:34.68%;
	bottom:31.2%;
}
.wenti .biaoqian.w54{
	left:54.85%;
	bottom:27%;
}
.wenti .biaoqian.w75{
	left:75.85%;
	bottom:34%;
}
.wenti .biaoqian .a01 .wt{
	left:1rem;
}


.swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
	  
	  
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 7.2rem */
	letter-spacing: 0.8rem;
	text-transform: capitalize;
    }


.tabs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


        .tab {
            width:48%;
			
			margin-right:0;
			
        }
		
















	
}

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

.innav ul li{
	    margin-left: 2.2vw;
    margin-right: 2.2vw;
    font-size: 20px;
}


.tclm01 .cpmc ul li a{
	    font-size: 2.6rem;
	}


.logo img {
    height: 50px;
}










	
}

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

.index01 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
    height: 24vw;
}
.innav ul li{
	    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 18px;
}

.tclm01 .cpmc ul li{
	margin-top:2.0rem;
	padding-bottom:1.0rem;
}

.tclm01 .cpmc{
	padding:0rem 4.5rem 0rem 2.75rem;
}
.tclm01 .cpmc ul li a{
	font-size:1.5rem;
}
.tclm01 .cpmc ul li .xlm dl dd a{
	font-size:0.875rem;
}
.tclm01 .cpmc ul li .xlm dl dd{
	margin-top:1.0rem;
	padding-bottom:1.0rem;
}

.wenti .biaoqian{
	width: 2.0rem;
	height: 2.0rem;
	position:absolute;
	left:8.2%;
	bottom:14.28%;
	display:flex;
}
.wenti .biaoqian .a01 .wt{
	left:0.94rem;
	height:20rem;
	top:-19rem;
}
.wenti .biaoqian .a01 .wt h1 i{
	font-size:1.0rem;
}
.wenti .biaoqian .a01 .wt dl dt{
	font-size:1.25rem;
	margin-top:1.38rem;
}
.wenti .biaoqian .a01 .wt dl dd i{
	font-size:0.875rem;
}
.wenti .wttit{
	font-size: 2.0rem;
}

.lx01-r h1{
	font-size:1.8rem;
}
.lx02 ul li{
	width:calc(33.9% - 1.25rem);
}
.lx02 ul li .tex dl dd{
	font-size:0.75rem;
	line-height:150%;
}
.lx02 ul li .pic{
	width:45%;
}
.lx02 ul li .tex{
	width:55%;
	padding:1.5rem;
}
.innav ul li .xiala{
	padding:2.0rem 8.33vw;
}
.innav ul li .xiala .a01{
	margin-top:0px;
}
.innav ul li .xiala .a01 a{
	padding:0.5rem 0;
	font-size:0.875rem;
	height:auto;
}
.newtit{
	bottom:2.0rem;
}
.newtit dl dd div{
	font-size:2.0rem;
}
.newtit dl dd div a img{
	max-height:2.0rem;
}
.new01 .tex{
	padding:2.5rem;
}
.new01 .tex dl dt{
	font-size:1.25rem;
}
.new01 .tex dl dd{
	font-size:1.0rem;
}
.new01 .tex .more{
	margin-top:3.0rem;
}
.new01 .tex .more a{
	font-size:0.875rem;
}
.newlist ul li dl dd{
	font-size:1.25rem;
}
.newlist ul li .date{
	margin-top:5.0rem;
	font-size:1.0rem;
}
.newlist ul li .date b{
	font-size:3.0rem;
}
.lyys dl dt{
	font-size:2.0rem;
}
.lyys dl dd{
	margin-top:3.0rem;
	font-size:1.0rem;
}
.flnr h4{
	font-size:2.0rem;
}
.flnr ul li a::before{
	min-width:0.70675rem;
}
.ntit{
	font-size:2.0rem;
}
.nabout-l{
	font-size:1.5rem;
}
.nabout-r h3{
	font-size:1.25rem;
}
.nabout-r{
	font-size:0.875rem;
}
.nabout-r .a01 dl dt{
	font-size:1.0rem;
}
.nabout-r .a01 dl dt i{
	font-size:0.875rem;
}
.nabout-r .a01 dl dd{
	font-size:0.875rem;
}
.nabout-r .a02 dl dt img{
	max-width:70%;
}
.nabout-r .a02 dl dd{
	font-size:1.0rem;
}
.rdjj .a01 h2{
	font-size:1.5rem;
}
.rdjj .a01 dl dt{
	font-size:2.0rem;
}
.rdjj .a01 dl dd{
	font-size:0.875rem;
}
.rdjj .a01 .more a{
	font-size:0.875rem;
}

.dcha .a01 h2{
	font-size:1.5rem;
}
.dcha .a01 dl dt{
	font-size:2.0rem;
}
.dcha .a01 dl dd{
	font-size:0.875rem;
}
.dcha .a01 .more a{
	font-size:0.875rem;
}
.foot{
	padding:2.5rem 8.33vw;
}
.rdjj{
	padding:6.25rem 8.33vw;
}
.dcha{
	padding:6.25rem 8.33vw;
}
.index01 .tex h1{
	font-size:2.5rem;
}
.index01 .tex .a01 dl dd{
	    font-size: 1.8rem;
    margin-top: 2.5rem;
    padding-bottom: 2rem;
}
.index01 .tex .a01 dl dd img{
	max-height:2.5rem;
}
.index01 .tex .a02 ul li dl dt{
	font-size:1.8rem;
}
.index01 .tex .a02 ul li a{
	    padding: 2rem 1rem 1.5rem 1.8rem;
    height: 130px;
}
.index02 .tex{
	font-size: 2.5rem;
    line-height: 1.5;
}

















	
}
@media (min-width:1921px) and (max-width:3100px){
	.index01 .tex .a01 dl dd{
	font-size: 2rem;
	padding-bottom: 2.5rem;
	}
 .index01 .pic {
    width: 50%;
    overflow: hidden;
    position: relative;
    height: 27vw;
}
	}
@media (min-width:1000px) and (max-width:1210px){
.index01 .tex .a02 ul li a {
    padding: 2rem 1rem 1.5rem 1.8rem;
    height: 110px;
}	
	}

@media (min-width:1921px) and (max-width:2100px){
	.index01 .tex .a02 ul li a {
    height: 225px;
}
.innav ul li{
	    margin-left: 2.2vw;
    margin-right: 2.2vw;
    font-size: 20px;
}
.logo img {
    height: 60px;
}
.search input[type="image"] {
  width: 40px;
  height: 40px;
  object-fit: cover; /* 裁剪图片填满容器（contain 是自适应不裁剪） */
  border: none;
}
.lmmc img{
	width: 40px;
  height: 40px;
	}
}

@media (min-width:2101px) and (max-width:2400px){
	.index01 .tex .a02 ul li a {
    height: 250px;
}
.innav ul li{
	    margin-left: 2.2vw;
    margin-right: 2.2vw;
   font-size: 1.5rem;
}
.zyw a{
	font-size: 1.15rem;
	}
.logo img {
    height: 70px;
}
.search input[type="image"] {
  width: 40px;
  height: 40px;
  object-fit: cover; /* 裁剪图片填满容器（contain 是自适应不裁剪） */
  border: none;
}
.lmmc img{
	width: 40px;
  height: 40px;
	}
	}

@media (min-width:2401px) and (max-width:2800px){
.index01 .tex .a02 ul li a {
    padding: 3rem 1rem 2rem 1.8rem;
    height: 285px;
}
.innav ul li{
	    margin-left: 2.2vw;
    margin-right: 2.2vw;
    font-size: 1.5rem;
}
.logo img {
    height: 80px;
}
.zyw a{
	font-size: 1.15rem;
	}
.search input[type="image"] {
  width: 48px;
  height: 48px;
  object-fit: cover; /* 裁剪图片填满容器（contain 是自适应不裁剪） */
  border: none;
}
.lmmc img{
	width: 48px;
  height: 48px;
	}
}

@media (min-width:2801px) and (max-width:3200px){
.index01 .tex .a02 ul li a {
    padding: 3rem 1rem 2rem 1.8rem;
    height: 325px;
}
.innav ul li{
	    margin-left: 2.2vw;
    margin-right: 2.2vw;
   font-size: 1.6rem;
}
.logo img {
    height: 90px;
}
.zyw a{
	font-size: 1.15rem;
	}
.search input[type="image"] {
  width: 48px;
  height: 48px;
  object-fit: cover; /* 裁剪图片填满容器（contain 是自适应不裁剪） */
  border: none;
}
.lmmc img{
	width: 48px;
  height: 48px;
	}
	}
@media (min-width:3201px) and (max-width:3600px){
.index01 .tex .a02 ul li a {
    padding: 3rem 1rem 2rem 1.8rem;
    height:350px;
}
.index01 .tex .a01 dl dd{
	    font-size: 2rem;
		    padding-bottom: 2.88rem;
	}
.innav ul li{
	    margin-left: 2.2vw;
    margin-right: 2.2vw;
   font-size: 1.6rem;
}
.logo img {
    height: 100px;
}
.zyw a{
	font-size: 1.15rem;
	}
.search input[type="image"] {
  width: 48px;
  height: 48px;
  object-fit: cover; /* 裁剪图片填满容器（contain 是自适应不裁剪） */
  border: none;
}
.lmmc img{
	width: 48px;
  height: 48px;
	}
	}
@media (min-width:3601px) and (max-width:4000px){
.index01 .tex .a02 ul li a {
    padding: 3rem 1rem 2rem 1.8rem;
    height: 420px;
}
.index01 .tex .a01 dl dd{
	    font-size: 2.0rem;
		    padding-bottom: 3rem;
	}
	.innav ul li{
	    margin-left: 2.2vw;
    margin-right: 2.2vw;
    font-size: 1.6rem;
}
.logo img {
    height: 100px;
}
.zyw a{
	font-size: 1.15rem;
	}
.search input[type="image"] {
  width: 48px;
  height: 48px;
  object-fit: cover; /* 裁剪图片填满容器（contain 是自适应不裁剪） */
  border: none;
}
.lmmc img{
	width: 48px;
  height: 48px;
	}
	}
@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:990;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 1.5rem; 
	height: 1.5rem; 
	background:url(../img/close.png) no-repeat center; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.zym{
	width:100%;
	float:left;
	text-align:center;
	background-color:var(--a-49581, #D58722);
	color:#FFF;
	line-height:3.0rem;
}
.zym a{
	color:#FFF;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:2rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: var(--09275-a, #1B4E98); 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 3vw;
}
.tclm{
	left:0; 
	top:0rem;
	position: absolute;
	width:100%;
	height:100vh;
	z-index:99999;
	display: none;
}
.wenti{
	width:100%;
	float:left;
	position:relative;
}
.wenti img{
	width:100%;
	height:auto;
	display:block;
}
.wenti .biaoqian{
	width: 3.75rem;
	height: 3.75rem;
	position:absolute;
	left:8.075%;
	bottom:14.28%;
	display:flex;
}
.swiper-slide .tex dl dt{
	    font-size: 2rem!important;
	}
.swiper-slide .tex dl dd{
	font-size: 1.2rem!important;
	}
.wenti .biaoqian .a01{
	width:100%;
	height:100%;
	position:relative;
	cursor:pointer;
}
.wenti .biaoqian .a01 .wt{
	width:20rem;
	height:24rem;
	position:absolute;
	top:-23rem;
	left:1.87rem;
	z-index:1;
	padding-left:0.62rem;
	border-left:1px dotted #9F8A6E;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.wenti .biaoqian .a01:hover .wt{
	opacity:1;
	visibility:visible;
}
.wenti .biaoqian .a01 .wt h1{
	display:flex;
}
.wenti .biaoqian .a01 .wt h1 i{
	display: flex;
	padding: 0.625rem 2.125rem;
	border-radius: 0 6.25rem 6.25rem 0;
	background: var(--a-49581, #D58722);
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.wenti .biaoqian .a01 .wt dl dt{
	margin-top:2.38rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wenti .biaoqian .a01 .wt dl dd{
	margin-top:0.625rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.wenti .biaoqian .a01 .wt dl dd i{
	display: flex;
	padding: 0.375rem 0.5rem;
	align-items: center;
	border: 1px solid var(--Color, #815D3B);
	overflow: hidden;
	color: var(--Color, #815D3B);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-right:0.25rem;
	margin-top:0.625rem;
}
.wenti .biaoqian.w33{
	left:34.2%;
	bottom:31.2%;
}
.wenti .biaoqian.w54{
	left:54.4%;
	bottom:27%;
}
.wenti .biaoqian.w75{
	left:75.39%;
	bottom:34%;
}
.wenti .wttit{
	width:auto;
	position:absolute;
	top:17%;
	left:8.33vw;
	z-index:1;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.rdjj{
	width:100%;
	float:left;
	position:relative;
}
.rdjj .a01{
	width:100%;
	position: absolute;
	padding:0 8.33vw;
	top:6%;
	z-index:99;
}
.rdjj .a01 h2{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.rdjj .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.rdjj .a01 dl dd{
	overflow: hidden;
	color: var(---white, #FFF);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:0.5rem;
}
.rdjj .a01 .more{
	display:flex;
	margin-top:1.75rem;
}
.rdjj .a01 .more a{
	color: var(---white, #FFF);
	display:flex;
	align-items: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.rdjj .a01 .more a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.dcha{
	width:100%;
	float:left;
	padding:6.5rem 8.33vw;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
}
.dcha .a01{
	width:100%;
}
.dcha .a01 h2{
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.dcha .a01 dl dt{
	margin-top:3.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dcha .a01 dl dd{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top:3.75rem;
}
.dcha .a01 .more{
	display:flex;
	margin-top:3.75rem;
}
.dcha .a01 .more a{
	color: var(--a-49581, #D58722);
	display:flex;
	align-items: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dcha .a01 .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.foot{
	width:100%;
	float:left;
	padding:1.5rem 8.33vw;
	background: var(---333, #333);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:1.0rem;
	z-index:1;
	padding:0 8.33vw;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.nybanner .tex .a01 a{
	margin-left:0.12rem;
	display: flex;
	padding: 0.25rem 1rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(---white, #FFF);
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .a01 a:hover{
	background: var(--a-49581, #D58722);
	border:1px solid #D58722;
}
.nybanner .tex .a01 a.cur{
	background: var(--a-49581, #D58722);
	border:1px solid #D58722;
}

.nymain{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
}
.nycon{
	width:100%;
}
.ntit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:1.5rem;
	border-bottom: 1.01px solid var(---Gray-5, #E0E0E0);
	margin-top:3.25rem;
}
.nabout{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nabout-l{
	width:100%;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.nabout-r{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.75rem */
	margin-top:2.0rem;
}
.nabout-r h3{
	margin-bottom:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.nabout-r .a01{
	width:100%;
}
.nabout-r .a01 dl dt{
	margin-top:2.5rem;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.7rem */
	display:flex;
	align-items: center;
}
.nabout-r .a01 dl dt i{
	margin-right:0.5rem;
	display: flex;
	padding: 0.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 3.125rem;
	background: var(--a-49581, #D58722);
	color: var(---white, #FFF);
	text-overflow: ellipsis;
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nabout-r .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.75rem */
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.nabout-r .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.75rem;
}
.nabout-r .a02 dl{
	border: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---white, #FFF);
	width:48%;
	margin-top:1.0rem;
	text-align:center;
	padding:2.88rem 0;
}
.nabout-r .a02 dl:nth-child(4n){
	margin-right:0px;
}
.nabout-r .a02 dl dt{
	overflow:hidden;
}
.nabout-r .a02 dl dt img{
	max-width:4.25rem;
}
.nabout-r .a02 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nabout-r .a02 dl .pic01{
	display:inline-block;
}
.nabout-r .a02 dl .pic02{
	display: none;
}
.nabout-r .a02 dl:hover .pic01{
	display:none;
}
.nabout-r .a02 dl:hover .pic02{
	display:inline-block;
}
.nabout-r .a02 dl:hover dd{
	color: var(--a-49581, #D58722);
}
.wrap{
	width:100%;
	float: left;
	background: var(---Gray-6, #F2F2F2);
	padding:2rem 1%;
	padding-bottom:3rem;
}
.ywcon{
	width:100%;
	float:left;
}
.ywcon-l{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:1.0rem;
}
.lyys{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size:0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
	margin-top:1.0rem;
}
.lyys dl dt{
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.lyys dl dd{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.flnr{
	width:100%;
	float:left;
}
.flnr h4{
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.flnr ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.flnr ul li{
	width:100%;
	display:flex;
	margin-top:1.0rem;
}
.flnr ul li:nth-child(3n){
	margin-right:0px;
}
.flnr ul li a{
	width:100%;
	height:3.0rem;
	padding:0 1.0rem;
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.flnr ul li a::before{
	width: 0.70675rem;
	height: 0.70675rem;
	content:'';
	display:inline-block;
	border:2px solid #D58722;
	margin-right:0.62rem;
	border-radius:50%;
}
.flnr ul li a:hover{
	background: var(--a-49581, #D58722);
	color:#FFF;
}
.flnr ul li a:hover::before{
	border:2px solid #fff;
}
.flnr ul li a.cur{
	background: var(--a-49581, #D58722);
	color:#FFF;
}
.flnr ul li a.cur::before{
	border:2px solid #fff;
}
.flnr .a01{
	width:100%;
	margin-top:1.5rem;
	background: #F2F2F2;
	padding:1.0rem 2.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	position:relative;
}
.flnr .a01::before{
	width:0;
	height:4px;
	content:'';
	display:inline-block;
	background-color:#D58722;
	transition: all 0.6s;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.flnr .a01:hover::before{
	width:100%;
}

.ywcon-r{
	width:28%;
	background: var(---white, #FFF);
	padding:2.5rem;
	float:right;
	display:none;
}
.ywcon-r dl dt{
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(--a-49581, #D58722);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.ywcon-r dl dt::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ywcon-r dl dd{
	margin-top:1.81rem;
	padding-bottom:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ywcon-r dl dd a{
	width:100%;
	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;
	text-transform: capitalize;
}
.ywcon-r dl dd a:hover{
	color: var(--a-49581, #D58722);
}
.ywcon-r dl dd a::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ywcon-r dl dd a:hover::after{
	background-image:url(../img/arrow4.svg);
}

.ywcon-r dl dd.cur a{
	color: var(--a-49581, #D58722);
}
.ywcon-r dl dd.cur a::after{
	background-image:url(../img/arrow4.svg);
	
}

.teamlist{
	width:100%;
	float:left;
}
.teamlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:2.5rem;
	margin-top:2.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.teamlist ul li:hover{
	border-bottom: 1px solid var(--a-49581, #D58722);
}
.teamlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.teamlist ul li .tex{
	    width: 61.4%;
}
.teamlist ul li .tex dl dt{
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.teamlist 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;
}
.smwz{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: stretch;*/
	margin-top:1.5rem;
}
.teamlist ul li .jt{
	width: 2.75rem;
	height: 2.75rem;
	background-image:url(../img/yjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:none;
}
.teamlist ul li:hover .jt{
	background-image:url(../img/yjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.teamlist ul li .pic{
	width:35%;
	overflow:hidden;
}
.teamlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.tdshow{
	width:100%;
	float:left;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tdshow .tex{
	width:100%;
	margin-top: 1rem;
}
.tdshow .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.tdshow .tex dl dd{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.tdshow .tex .lxfs{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tdshow .tex .lxfs p{
	margin-top:1.56rem;
}
.tdshow .pic{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.tdshow .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.tdshow .pic:hover img{
	transform: scale(1.05);
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;  
	CURSOR: pointer; 
	border-bottom:1px solid #E0E0E0;
	padding-bottom:1.5rem;
	display: flex;
	align-items: center;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:1.5rem;
}
.subNav::before{
	width: 0.70675rem;
	height: 0.70675rem;
	border:2px solid #D58722;
	border-radius:50%;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
}
.subNav:hover{
	float:left;
}
.currentDd{
	padding-bottom:1.5rem;
	border-bottom:0px solid #E0E0E0;
}
.currentDd a{
	color: #D58722;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-bottom:1.5rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}

.new01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color:#FFF;
}
.new01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.new01 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.new01 .pic:hover img{
	transform: scale(1.05);
}
.new01 .tex{
	width:100%;
	padding:2.0rem;
}
.new01 .tex h1{
	overflow: hidden;
	color: var(--a-49581, #D58722);
	text-align: justify;
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.new01 .tex dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
}
.new01 .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.new01 .tex .more{
	display:flex;
	margin-top:3.0rem;
}
.new01 .tex .more a{
	display: flex;
	align-items: center;
	color: var(--Color, #815D3B);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.new01 .tex .more a::after{
	margin-left:0.44rem;
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	padding:2.0rem;
	background: var(---white, #FFF);
	margin-top:1.0rem;
}
.newlist ul li dl dt{
	overflow: hidden;
	color: var(--a-49581, #D58722);
	text-align: justify;
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.newlist ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
}
.newlist ul li .tex{
	margin-top:1.5rem;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: stretch;
}
.newlist ul li .date{
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-top:1.21rem;
	border-top:1px solid #E0E0E0;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .date b{
	color: var(--a-49581, #D58722);
	font-family: Arial;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li:hover dl dd{
	color: var(--a-49581, #D58722);
}

.fy{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:2.125rem;
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);

}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--a-49581, #D58722);
	color:#FFF;
	border: 1px solid var(--a-49581, #D58722);
}
.fy ul li .cur{
	background: var(--a-49581, #D58722);
	color:#FFF;
	border: 1px solid var(--a-49581, #D58722);
}

.newtit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:0 8.33vw;
}
.newtit dl dt{
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 1.75rem */
	font-family: zt4;
	color:#D58722;
}
.newtit dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newtit dl dd div{
	display: flex;
	align-items: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	width:100%;
	margin-bottom:2.0rem;
}
.newtit dl dd div i{
	font-size: 0.875rem;
	font-family: zt4;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.newtit dl dd div a{
	margin-left:0.5rem;
}
.newtit dl dd div a img{
	max-height:2.0rem;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.newtex img{
	max-width:100%;
}
.yellow{
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newnext{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.94rem;
	margin-top:2.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.ntit2{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #EFEFEF;
}
.lx01-l{
	width:100%;
	padding:2.5rem 2.0rem;
}
.lx01-l h1{
	overflow:hidden;
}
.lx01-l h1 img{
	max-width:50%;
}
.lx01-l .a01{
	display:flex;
	margin-top:2.5rem;
}
.lx01-l .a01 dl{
	width:auto;
	text-align:center;
	margin-right:0.5rem;
	max-width:40%;
}
.lx01-l .a01 dl dt{
	overflow:hidden;
}
.lx01-l .a01 dl dt img{
	max-height:100%;
	max-width:100%;
}
.lx01-l .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l .a02{
	margin-top:3.25rem;
}
.lx01-l .a02 dl dd{
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l .a02 dl dd img{
	margin-right:0.94rem;
}
.lx01-r{
	width:100%;
	background-image:url(../img/lxbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:2.5rem 2.0rem;
}
.lx01-r h1{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.lx03{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.lx03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx03 ul li{
	width:49%;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
}
.lx03 ul li.w100{
	width:100%;
}
.lx03 ul li dl{
	width:100%;
}
.lx03 ul li .a01{
	display: flex;
	align-items: center;
}
.lx03 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx03 ul li dl dt{
	color: var(---fff, #fff);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx03 ul li dl dt i{
	color:#DA2122;
}
.lx03 ul li dl dd{
	margin-top:1.56rem;
}
.bk2{
	width:100%;
	height: auto;
	border:0px;
	background-color:transparent;
	border-bottom: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	outline:none;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:1.0rem;
}
.bk2::placeholder{color: var(--60, rgba(255, 255, 255, 0.60));}
.anniu{
	display: flex;
	padding:0.65rem 1.5rem;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--a-49581, #D58722);
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor:pointer;
}
.lx02{
	width:100%;
	float:left;
	margin-top:1.0rem;
	    margin-bottom: 3rem;
}
.lx02 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	margin-top:1.0rem;
	background: #EFEFEF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li:nth-child(3n){
	margin-right:0px;
}
.lx02 ul li .pic{
	width:45%;
	overflow:hidden;
	position:relative;
}
.lx02 ul li .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lx02 ul li:hover .pic img{
	transform: scale(1.05);
}
.lx02 ul li .tex{
	width:55%;
	padding:1.5rem;
}
.lx02 ul li .tex dl dt{
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx02 ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 197.982%; /* 1.73238rem */
}




.mart0{
	margin-top:0rem!important;
}
.padb6{
	padding-bottom:3.25rem;
}
.mart6{
	margin-top:0rem;
}
.dingw{ width:100%; float:left; margin-top:-6rem;}




.container {
            width: 100%;
            overflow: hidden;
			float:left;
			margin-top:1.0rem;
        }
        
        .tabs{
            display: flex;
			flex-wrap: wrap;
        }
        .tab:nth-child(3n){
			margin-right:0px;
		}
        .tab {
            width:100%;
			display:flex;
			margin-top:1.0rem;
			height:3.0rem;
			padding:0 1.25rem;
			background: var(---Gray-6, #F2F2F2);
			display:flex;
			align-items: center;
			color: var(--a-49581, #D58722);
			font-family: zt4;
			font-size: 1rem;
			font-style: normal;
			font-weight: 500;
			line-height: normal;
			
            cursor: pointer;
            transition: all 0.3s;
            position: relative;
            z-index: 1;
        }
		
		.tab::before{
			width: 0.70675rem;
			height: 0.70675rem;
			content:'';
			display:inline-block;
			border:2px solid #D58722;
			margin-right:0.62rem;
			border-radius:50%;
			min-width:0.70675rem;
		}
        
        .tab:hover {
			background: var(--a-49581, #D58722);
			color:#FFF;
        }
        .tab.active {
            color: #fff;
            background: var(--a-49581, #D58722);
        }
        .tab:hover::before{
			border:2px solid #fff;
		}
		.tab.active::before{
			border:2px solid #fff;
		}
        
        .content-area {
			width:100%;
			margin-top:2.5rem;
			background: #F2F2F2;
			color: var(---333, #333);
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 200%; /* 2rem */
			position:relative;
        }
		.content-area .a01{
			width:100%;
			padding:1.38rem 1.5rem;
		}
        
        .content {
            display: none;
            animation: fadeIn 0.5s ease forwards;
        }
        
        .content.active {
            display: block;
        }
        
        /* 每个内容区域的顶部横线 */
        .content-line {
            position: absolute;
            top: 0;
            left: 0;
            height: 4px;
			z-index:11;
            background-color:#D58722;
            width: 0;
            transition: width 0.6s ease-out;
        }
        
        
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(15px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


.index01{
	width:100%;
	float:left;
	margin-top:3.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.index01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.index01 .tex{
	width:100%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.index01 .tex h1{
	color: var(---D58722, #D58722);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.index01 .tex .a01{
	width:100%;
	margin-bottom:2.5rem;
}
.index01 .tex .a01 dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.0rem;
	border-bottom:1px solid #E0E0E0;
	margin-top:1.75rem;
}
.index01 .tex .a01 dl dd img{
	max-height:2.5rem;
}
.index01 .tex .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.index01 .tex .a02 ul li{
	width:calc(50% - 0.31rem);
	display:flex;
	margin-top:0.69rem;
}
.index01 .tex .a02 ul li.w100{
	width:100%;
}
.index01 .tex .a02 ul li a{
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.69rem 1.5rem;
	width:100%;
	position:relative;
}
.index01 .tex .a02 ul li .num{
	width:2.3rem;
	height:2.3rem;
	position:absolute;
	right:1.0rem;
	bottom:1.0rem;
	z-index:1;
	border-radius: 50%;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.3rem;
}
.index01 .tex .a02 ul li:hover .num{
	background: var(---white, #FFF);
	color: var(--a-49581, #D58722);
}
.index01 .tex .a02 ul li a:hover{
	background: var(--a-49581, #D58722);
}
.index01 .tex .a02 ul li dl dt{
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 .tex .a02 ul li dl dd{
	margin-top:1.88rem;
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	align-items: center;
}
.index01 .tex .a02 ul li dl dd::after{
	content:">";
	margin-left:0.62rem;
	font-family:"宋体";
	font-weight:bold;
}
.index01 .tex .a02 ul li a:hover dl dt{
	color:#FFF;
}
.index01 .tex .a02 ul li a:hover dl dd{
	color:#FFF;
}

.index02{
	width:100%;
	float:left;
	margin-top:3.5rem;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}




.marb12{
	margin-bottom:3.5rem;
}
.nwrap{
	width:100%;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nabout{
	padding:3.25rem 0;
	margin-top:0px;
}

.ywtit{
	width:100%;
	float:left;
	padding: 1.0rem 1.25rem;
	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%);
	color: var(--a-49581, #D58722);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.mart3{
	margin-top:1.75rem;
}
.ken{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2rem */
}
.ken ul{
	display: flex;
	flex-wrap: wrap;
}
.ken ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	/*display: flex;*/
	padding:2.0rem 1.25rem;
}
.ken ul li:nth-child(3n){
	margin-right:0px;
}
.ken ul li .num{
	width:auto;
	margin-right:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ken ul li dl dt{
	
	    color: var(---333, #333);
    font-family: zt4;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    align-items: center;
    border-bottom: 1px solid #FFF;
    padding-bottom: 1rem;
}
.ken ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.ken ul li:hover {
			background: var(--a-49581, #D58722);
			color:#FFF;
        }
.ken ul li:hover .num{
	color:#FFF;
	}
.ken ul li:hover dl dd{
	color:#FFF;
	}
.ken ul li:hover dl dt{
	color:#FFF;
	}
.rblm{
	display:none;
	}












}












































