body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	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: Noto;
	src: url('../font/NotoSerifSC-VariableFont_wght.ttf'),
	url('../font/NotoSerifSC-VariableFont_wght.ttf'); /* IE9+,可以是具体的实际链接 */
}

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

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

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

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--Color, #036);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background: #FFF;
	/* 23-4-0.1 */
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.header.yanse.yanse01{
	width:100%;
	background: var(--0, rgba(0, 0, 0, 0));
	/* 0.4背景模糊 */
	border-bottom: 0px solid var(---Gray-6, #F2F2F2);
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	padding:0 8.33vw;
}
.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 8.33vw;
}


.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:8;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:11.6%;
	display: flex;
	align-items: center;
	height:5.0rem;
	transition: all 0.6s;
	position:relative;
}
.logo a{
	width:100%;
	display: flex;
	align-items: center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	height:5.0rem;
	color: var(--f-6-f-1-ed, #F7F4EF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
	margin-right:3.44rem;
}
.innav ul>li>a{
	width:auto;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul>li>a:hover{
}
.header.yanse .innav ul>li a{
	color: var(---333, #333);
}
.header.yanse.yanse01 .innav ul>li a{
	color: var(--f-6-f-1-ed, #F7F4EF);
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#fff;
}
.innav ul>li>ol {
    width: 180%;
	background: var(--10, rgba(255, 255, 255, 1));
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	left: -40%;
	top:5rem;
}
.innav ul>li>ol>li {
    height: 3.0rem;
    border-bottom: 1px solid rgb(245, 245, 245);
}

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

.innav ul li:hover ol {
    transform: scaleY(1);
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
	position:relative;
}
.zyw{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:3.5rem;
	position:relative;
}

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

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

.zyw:hover .xl {
    transform: scaleY(1);
}
.zyw .a1{
	display: flex;
	align-items: center;
	padding: 0.5rem 0.625rem 0.5rem 0.6875rem;
	color: #FFF;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 6.25rem;
	background: var(--Color, #036);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.zyw .a1::after{
	margin-left:0.44rem;
	width: 1rem;
	height: 0.5rem;
	content:'';
	display:inline-block;
}
.header.yanse .zyw .a1{
}
.header.yanse .zyw .a1::after{
	background-image:url(../img/Vector.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.header.yanse.yanse01 .zyw .a1::after{
	background-image:url(../img/Vector.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.header.yanse.yanse01 .zyw .a1{
}


.inmore{
	display:flex;
}
.inmore a{
	width:13.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0.88rem 0.88rem 0.88rem 1.25rem;
	clip-path:polygon(0% 0%, 100% 0%, 100% 72%, 92% 100%, 0% 100%);
	background-color:var(--10, rgba(255, 255, 255, 0.10));
	border:1px solid var(--30, rgba(255, 255, 255, 0.30));
	backdrop-filter: blur(12.5px);
	position:relative;
	z-index:3;
	overflow:hidden;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inmore a .bian{
	width:0.4rem;
	height:1.45rem;
	background-color:var(--30, rgba(255, 255, 255, 0.30));
	position:absolute;
	bottom:0;
	right:0;
	z-index:4;
	content:'';
	display:inline-block;
	transform:skewX(-43deg);
}
.inmore a:hover .bian{
	width:0;
	height:0;
}

.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:var(--Color, #036);
	content:'';
	display: inline-block;
	transition: all 0.6s;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width:2.2rem;
	height:2.2rem;
	background-color:var(---white, #FFF);
	clip-path:polygon(0% 0%, 100% 0%, 100% 70%, 75% 100%, 0% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	content: "\2192";
	color:var(--Color, #036);
}
.inmore a.cur::before{
	width:100%;
}
.inmore a:hover{
	border:1px solid var(--Color, #036);
}
.inmore a.cur{
	border:1px solid var(--Color, #036);
}

.container{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.intit dl{
	max-width:80%;
}
.intit dl dt{
	color: var(---333, #333);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.intit dl dd{
	margin-top:2.63rem;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.infw{
	width:100%;
	float:left;
	padding-left:8.33vw;
	margin-top:2.5rem;
	position:relative;
}
/* ========== 第一个普通轮播：swiper-basic-1 ========== */
.swiper-basic-1{
	width: 100%;
	float:left;
}
.swiper-basic-1 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.infw .swiper-button-next, .infw .swiper-button-prev{
	color: #fff;
	background: var(--Color-2, #1A413A);
	top:-17rem;
}
.infw .swiper-pagination-bullet-active{
	background: var(--Color, #036);
	color: #fff;
}
.infw .swiper-button-prev{
	right:calc(8.33vw + 3.3rem);
	left:auto;
}
.infw .swiper-button-prev:hover{
	background: var(--Color, #036);
}
.infw .swiper-button-next{
	right:8.33vw;
}
.infw .swiper-button-next:hover{
	background: var(--Color, #036);
}
.infw01{
	width:100%;
	position:relative;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 3.0rem) 0%, 100% 3.0rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
}
.infw01:hover{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.infw01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.infw01:hover .pic img{
	transform: scale(1.05);
}
.infw01::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity: 0.7;
	background: #0F3830;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.infw01:hover::before{
	opacity:0;
}
.infw01 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:3.12rem 2.5rem;
}
.infw01 .tex h1{
	overflow:hidden;
}
.infw01 .tex h1 img{
	max-height:2.5rem;
}
.infw01 .tex dl dt{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 125% */
}
.infw01 .tex dl dd{
	margin-top:0.88rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.insolu{
	width:100%;
	float:left;
	margin-top:12.5rem;
	padding-left:8.33vw;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insolu .tex{
	width:41%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.insolu .tex dl dt{
	color: var(---333, #333);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.insolu .tex dl dd{
	margin-top:2.12rem;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:6.25rem;
}
.insolu .tex .inmore{
	margin-top:6.25rem;
}
.insolu .pic{
	width:54.4%;
	overflow:hidden;
}
.insolu .pic img{
	width:100%;
	height:auto;
	display:block;
}

.why{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.why ul{
	display: flex;
	flex-wrap: wrap;
}
.why ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	clip-path:polygon(0% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%);
	padding:3.75rem 4.0rem 3.75rem 2.5rem;
}
.why ul li:nth-child(3n){
	margin-right:0px;
}
.why ul li .pic{
	overflow:hidden;
	display:flex;
}
.why ul li .pic img{
	max-height:5.0rem;
}
.why ul li dl dt{
	margin-top:3.12rem;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.why ul li dl dd{
	margin-top:1.88rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.Resolve{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:12.5rem 8.33vw;
	background-image:url(../img/abj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.Resolve01{
	width:51.3%;
}
.Resolve01 dl dt{
	color: var(---white, #FFF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.Resolve01 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.Resolve01 ul{
	margin-top:5.31rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Resolve01 ul li{
	width:calc(50% - 0.31rem);
	height:5.0rem;
	background-color:var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	clip-path:polygon(0% 0%, 100% 0%, 100% 70%, 95% 100%, 0% 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:0.94rem;
}
.Resolve01 ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:1.0rem 1.25rem 1.0rem 1.37rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.Resolve01 ul li a::after{
	margin-left:1.06rem;
	width: 2.375rem;
	height: 2.25rem;
	background-image:url(../img/tb01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	min-width:2.375rem;
	content:'';
	display:inline-block;
}
.Resolve01 .inmore{
	margin-top:6.25rem;
}

.inwork{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
/* ========== 第三个轮播：缩略图联动轮播 ========== */
    /* 主图轮播容器 */
.swiper-main-gallery {
	width: 100%;
}
.swiper-main-gallery .swiper-slide {
	background-size: cover;
	background-position: center;
}
.swiper-main-gallery .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inwork01{
	width:100%;
	position:relative;
}
.inwork01 .tex{
	width:32%;
	left:2.5rem;
	bottom:2.7rem;
	z-index:3;
	position:absolute;
}
.inwork01 .tex dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inwork01 .tex dl dd{
	margin-top:0.75rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	display:flex;
}
.inwork01 .tex dl dd div{
	width:80%;
}
.inwork01 .tex .inmore{
	margin-top:5.0rem;
}

/* 缩略图轮播容器 */
.swiper-thumb-gallery{
	height: 7.8rem;
	margin: 2.5rem auto 0;
	box-sizing: border-box;
}
.swiper-thumb-gallery .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.9;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.2s ease;
}
.swiper-thumb-gallery .swiper-slide-thumb-active {
	opacity: 1;
	border: 4px solid var(--Color-2, #1A413A);
	transform: scale(1.02);
}
.swiper-thumb-gallery .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-main-gallery .swiper-button-next, .swiper-main-gallery .swiper-button-prev{
	color: #fff;
	background: var(--10, rgba(255, 255, 255, 0.10));
	backdrop-filter: blur(12.5px);
	bottom:2.5rem;
}
.swiper-main-gallery .swiper-pagination-bullet-active{
	background: var(---white, #FFF);
	color: var(--Color, #036);
}
.swiper-main-gallery .swiper-button-prev{
	right:5.8rem;
	left:auto;
}
.swiper-main-gallery .swiper-button-prev:hover{
	background: var(---white, #FFF);
}
.swiper-main-gallery .swiper-button-next{
	right:2.5rem;
}
.swiper-main-gallery .swiper-button-next:hover{
	background: var(---white, #FFF);
}
.swiper-main-gallery .swiper-button-prev:after,.swiper-main-gallery .swiper-rtl .swiper-button-next:after{
	content: "\2190";
	color:#fff;
}
.swiper-main-gallery .swiper-button-prev:hover:after,.swiper-main-gallery .swiper-rtl .swiper-button-next:hover:after{
	color: var(--Color, #036);
}
.swiper-main-gallery .swiper-button-next:after,.swiper-main-gallery .swiper-rtl .swiper-button-prev:after{
	content: "\2192";
	color:#fff;
}
.swiper-main-gallery .swiper-button-next:hover:after,.swiper-main-gallery .swiper-rtl .swiper-button-prev:hover:after{
	color: var(--Color, #036);
}

/* ========== 第二个普通轮播：swiper-basic-2（与第一个样式类似，不同配色） ========== */
.swiper-basic-2 {
	width: 100%;
	overflow: hidden;
}
.swiper-basic-2 .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}

.innew .swiper-button-next, .innew .swiper-button-prev{
	color: #fff;
	background: var(--Color-2, #1A413A);
	top:-8rem;
}
.innew .swiper-pagination-bullet-active{
	background: var(--Color, #036);
	color: #fff;
}
.innew .swiper-button-prev{
	right:calc(8.33vw + 3.3rem);
	left:auto;
}
.innew .swiper-button-prev:hover{
	background: var(--Color, #036);
}
.innew .swiper-button-next{
	right:8.33vw;
}
.innew .swiper-button-next:hover{
	background: var(--Color, #036);
}
.innew01{
	width:100%;
	position:relative;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
	padding:1.62rem;
	padding-bottom:3.44rem;
	background: var(---Gray-6, #F2F2F2);
}
.innew01:hover{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.innew01 .pic{
	width:100%;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
}
.innew01:hover .pic{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.innew01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew01:hover .pic img{
	transform: scale(1.05);
}
.innew01 .tex{
	width:100%;
	margin-top:4.12rem;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
}
.innew01 .tex::after{
	content: "\2192";
	font-size:1.0rem;
	color:var(--Color, #036);
	line-height:normal;
}
.innew01 .tex dl{
	width:74%;
}
.innew01 .tex dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	    height: 3rem;
	
}
.innew01 .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	
	display:flex;
	align-items: center;
}
.innew01 .tex dl dd i{
	width:1px;
	height:1.2rem;
	background-color:#333;
	margin-left:0.62rem;
	margin-right:0.62rem;
}

.innew{
	width:100%;
	float:left;
	position:relative;
	margin-top:2.5rem;
	padding-left:8.33vw;
}
.innew.ny{
	padding-left:0px;
}
.innew.ny .swiper-button-prev{
	right:3.3rem;
}
.innew.ny .swiper-button-next{
	right:0;
}

.foot{
	width:100%;
	float:left;
	background: var(--Color-2, #1A413A);
	margin-top:10rem;
}
.foot01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:29.2%;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162.5% */
}
.foot01 .a01 h1{
	margin-bottom:2.5rem;
}
.foot01 .a01 h1 img{
	max-height:3.0rem;
}
.foot01 .a01 ul{
	margin-top:5.0rem;
	display: flex;
	flex-wrap: wrap;
}
.foot01 .a01 ul li{
	margin-right:0.75rem;
	width:auto;
	display:flex;
}
.foot01 .a01 ul li a{
	display:flex;
}
.foot01 .a01 ul li img{
	max-height:2.5rem;
}
.foot01 .a02{
	width:47.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a02 dl{
	max-width:33.33%;
}
.foot01 .a02 dl:nth-child(3){
	max-width:52.33%;
}
.foot01 .a02 dl dt{
	padding-bottom:0.5rem;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.foot01 .a02 dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.80);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.foot01 .a02 dl dd a{
	color: rgba(255, 255, 255, 0.80);
}
.foot01 .a03{
	width:18%;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.foot01 .a03 dl dt{
	margin-top:1.12rem;
	color: rgba(255, 255, 255, 0.60);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162.5% */
}
.foot01 .a03 dl dd{
	margin-top:1.12rem;
	clip-path:polygon(0% 0%, 100% 0%, 100% 72%, 92% 100%, 0% 100%);
	border:1px solid var(--30, rgba(255, 255, 255, 0.30));
	height: 3.75rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-right:0.62rem;
	position:relative;
}
.foot01 .a03 dl dd::after{
	width:0.4rem;
	height:1.45rem;
	background-color:var(--30, rgba(255, 255, 255, 0.30));
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	content:'';
	display:inline-block;
	transform:skewX(-55deg);
}
.aniu{
	width:2.19rem;
	height:2.06rem;
}
.xfbk{
	width:calc(100% - 2.2rem);
	border:0px;
	padding:0 1.25rem;
	outline:none;
	background-color:transparent;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-height:30px;
}
.xfbk::placeholder{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot02{
	width:100%;
	float:left;
	margin-top:5.42rem;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	padding:1.25rem 8.33vw;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.foot02 a{
	margin-left:1.5rem;
	color: rgba(255, 255, 255, 0.55);
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:5rem;
	z-index:2;
	display: flex;
	padding:0 8.33vw;
}
.nybanner .tex .tex01{
	width:53%;
}
.nybanner .tex .tex01 h1{
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .tex01 h1 i{
	margin-left:0.62rem;
	margin-right:0.62rem;
}
.nybanner .tex .tex01 h1 em{
	color: #9FD9C8;
}
.nybanner .tex dl dt{
	margin-top:1.25rem;
	color: #FFF;
	font-family:zt3;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 108% */
}
.nybanner .tex dl dd{
	margin-top:1.94rem;
	color: rgba(255, 255, 255, 0.75);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nybanner .tex .inmore{
	margin-top:3.75rem;
	display:flex;
}
.nybanner .tex .inmore a{
	margin-right:1.0rem;
}
.nab{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .tex{
	width:50%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab .tex dl dt{
	color: var(---333, #333);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.03rem;
}
.nab .tex dl dd{
	margin-top:2.12rem;
	margin-bottom:3.75rem;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.nab .tex ul{
	margin-top:2.87rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .tex ul li{
	width:100%;
	margin-top:0.88rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 162% */
	display:flex;
	align-items: center;
}
.nab .tex ul li::before{
	width:1.63rem;
	height:1.63rem;
	background-image:url(../img/gou.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	content:'';
	display:inline-block;
	margin-right:0.88rem;
}
.nab .pic{
	width:45.1%;
	position:relative;
}
.nab .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nab .wb{
	width:10rem;
	padding: 1.25rem 1.625rem;
	position: absolute;
	right: -1.125rem;
	top: -1.125rem;
	z-index:1;
	background: #036;
}
.nab .wb dl dt{
	color: #FFF;
	font-size: 1.97919rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.nab .wb dl dt i{
	font-size: 2.375rem;
}
.nab .wb dl dd{
	margin-top:0.38rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
	letter-spacing: 0.0325rem;
}
.num{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:4.0rem 8.33vw;
	background: var(--Color-2, #1A413A);
}
.num ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.num ul li{
	width:25%;
}
.num ul li dl dt{
	color: #FFF;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	letter-spacing: -0.075rem;
}
.num ul li dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
	letter-spacing: 0.01875rem;
}
.nywhy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nywhy ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nywhy ul li{
	width:49%;
	background: var(---Gray-6, #F2F2F2);
	clip-path: polygon(0% 0%, calc(100% - 3.0rem) 0%, 100% 3.0rem, 100% 100%, 0% 100%);
	padding:2.88rem;
	transition: all 0.6s;
	position:relative;
}
.nywhy ul li:hover{
	background: var(--Color-2, #1A413A);
}
.nywhy ul li:hover .pic div{
	background: rgba(255, 255, 255, 0.14);
}
.nywhy ul li .pic{
	display:flex;
}
.nywhy ul li .pic div{
	display: flex;
	width: 3.625rem;
	height: 3.625rem;
	justify-content: center;
	align-items: center;
	background: #1A413A;
	transition: all 0.6s;
}
.nywhy ul li .pic div img{
	max-height:1.75rem;
}
.nywhy ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 82.5% */
	letter-spacing: -0.01688rem;
}
.nywhy ul li dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 172%; /* 172.125% */
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.nywhy ul li dl dd div{
	width:75%;
}
.nywhy ul li dl dd b{
	color: rgba(0, 0, 0, 0.1);
	font-size: 5.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
}
.nywhy ul li:hover dl dt{
	color: #FFF;
}
.nywhy ul li:hover dl dd{
	color: rgba(255, 255, 255, 0.82);
}
.nywhy ul li:hover dl dd b{
	color: rgba(255, 255, 255, 0.52);
}

.nwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:10rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
}
.fzlc{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
	z-index:3;
}
.fzlc::before{
	width:100%;
	height: 0.0625rem;
	background: linear-gradient(90deg, rgba(26, 65, 58, 0.00) 0%, #1A413A 23.56%, #1A413A 80.29%, rgba(26, 65, 58, 0.00) 100%);
	position:absolute;
	top:0.51rem;
	left:0;
	z-index:-1;
	content:'';
	display:inline-block;
}
/* ========== 第四个普通轮播：swiper-basic-4 ========== */
.swiper-basic-4{
	width: 100%;
	float:left;
}
.swiper-basic-4 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fzlc .swiper-button-next, .fzlc .swiper-button-prev{
	color: #fff;
	background: var(--Color-2, #1A413A);
	top:-7rem;
}
.fzlc .swiper-pagination-bullet-active{
	background: var(--Color, #036);
	color: #fff;
}
.fzlc .swiper-button-prev{
	right:3.3rem;
	left:auto;
}
.fzlc .swiper-button-prev:hover{
	background: var(--Color, #036);
}
.fzlc .swiper-button-next{
	right:0;
}
.fzlc .swiper-button-next:hover{
	background: var(--Color, #036);
}
.fzlc01{
	width:100%;
	position:relative;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 3.0rem) 0%, 100% 3.0rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
}
.fzlc01:hover{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.fzlc01 .pic img{
	max-height:1.0rem;
}
.fzlc01 .tex{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 155.357% */
}
.fzlc01 .tex dl dt{
	margin-top:1.3rem;
	color: #036;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fzlc01 .tex dl dd{
	margin-top:0.75rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.56rem;
}

.nab02{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nab02 ul{
	display: flex;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:calc(25.4% - 1.62rem);
	margin-right:1.62rem;
	background: var(---Gray-6, #F2F2F2);
	clip-path:polygon(0% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%);
	padding: 3rem 2rem 5rem 2rem;
}
.nab02 ul li:nth-child(4n){
	margin-right:0px;
}
.nab02 ul li .pic{
	overflow:hidden;
	display:flex;
}
.nab02 ul li .pic img{
	max-height:3.5rem;
}
.nab02 ul li dl dt{
	margin-top:1.62rem;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.0125rem;
}
.nab02 ul li dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.nab03{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.nab03 img{
	width:100%;
	height:auto;
	display:block;
}
.nab03 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 8.33vw;
    display: flex;
    align-items: center;
}
.nab03 .tex .tex01{
	width:47.8%;
}
.nab03 .tex .tex01 dl dt{
	color: #FFF;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.0325rem;
}
.nab03 .tex .tex01 dl dd{
	margin-top:1.25rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.40625rem */
}
.nab03 .tex .tex01 .inmore{
	margin-top:3.75rem;
	display:flex;
}
.nab03 .tex .tex01 .inmore a{
	margin-right:1.0rem;
}

.fwlist{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fwlist ul{
	display: flex;
	flex-wrap: wrap;
}
.fwlist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.fwlist ul li:nth-child(3n){
	margin-right:0px;
}
.nfw01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.nfw01-l{
	width:47.5%;
	color: var(---333, #333);
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.nfw01-l dl dt{
	color: #1A413A;
	font-family: zt4;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 162% */
	letter-spacing: 0.14625rem;
	text-transform: uppercase;
}
.nfw01-l dl dd{
	margin-top:1.22rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.80625rem; /* 95.156% */
	letter-spacing: -0.0725rem;
	margin-bottom:2.5rem;
}
.nfw01-l ul{
	margin-top:4.12rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nfw01-l ul li{
	width:100%;
	display:flex;
	align-items: center;
	margin-top:0.88rem;
	color: var(---333, #333);
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.nfw01-l ul li::before{
	width: 1.625rem;
	height: 1.625rem;
	margin-right:0.88rem;
	background-image:url(../img/gou.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.nfw01-r{
	width:47.5%;
}
.nfw01-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #E1E7E4;
	background: #FFF;
}
.nfw01-r ul li{
	width:33.33%;
	padding:1.88rem 1.62rem;
	border-right:1px solid #E1E7E4;
}
.nfw01-r ul li:nth-child(3n){
	border-right:0px;
}
.nfw01-r ul li dl dt{
	color: #1A413A;
	font-family: zt;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 100% */
	letter-spacing: -0.0475rem;
}
.nfw01-r ul li dl dd{
	margin-top:0.63rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.nfw01-r .pic{
	margin-top:1.25rem;
	overflow:hidden;
}
.nfw01-r .pic img{
	width:100%;
	height:auto;
	display:block;
}

.nys{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.nys ul{
	display: flex;
	flex-wrap: wrap;
}
.nys ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	clip-path:polygon(0% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%);
	padding: 2.5rem 6.31rem 3.62rem 2.5rem;
	margin-top:1.25rem;
	height:15.5rem;
}
.nys ul li:nth-child(3n){
	margin-right:0px;
}
.nys ul li .pic{
	overflow:hidden;
	display:flex;
	height:4.0rem;
	transition: all 0.6s;
}
.nys ul li .pic img{
	max-height:4rem;
}
.nys ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.nys ul li dl dd{
	margin-top:0rem;
	display:flex;
	transition: all 0.6s;
	height:0px;
	overflow:hidden;
}
.nys ul li dl dd img{
	max-height:2.0625rem;
}
.nys ul li:hover dl dd{
	height:auto;
	margin-top:1.88rem;
}
.nys ul li:hover dl dt{
	color: var(---white, #FFF);;
}
.nys ul li:hover .pic{
	height:0px;
	overflow:hidden;
}
.nys ul li:hover{
	background: var(--Color-2, #1A413A);
}

.fw01{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fw01-l{
	width:50%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fw01-l h1{
	color: var(---333, #333);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.03rem;
	margin-bottom:3.75rem;
}
.fw01-l ul{
	margin-top:5.62rem;
	display:flex;
	flex-wrap: wrap;
}
.fw01-l ul li{
	width:auto;
	margin-right:0.5rem;
	padding: 0.625rem 1rem;
	background: var(---Gray-6, #F2F2F2);
	color: #234E46;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.fw01-l ul li b{
	margin-right:0.54rem;
}
.fw01-r{
	width:45.1%;
	overflow:hidden;
}
.fw01-r img{
	width:100%;
	height:auto;
	display:block;
}

.fw02{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:12.5rem 8.33vw;
	background-image:url(../img/fwb01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
}
.fw02-1{
	width:57.5%;
}
.fw02-1 h1{
	color: #FFF;
	font-family: zt;
	font-size: 3.625rem;
	font-style: normal;
	font-weight: 300;
	line-height: 105%; /* 105% */
	letter-spacing: -0.0725rem;
}
.fw02-1 ul{
	margin-top:6.25rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border-bottom:0px;
	display:flex;
	flex-wrap: wrap;
}
.fw02-1 ul li{
	width:33.33%;
	padding:1.88rem 1.62rem;
	display:flex;
	align-items: center;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	border-bottom: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.96875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 135% */
}
.fw02-1 ul li:nth-child(3n){
	border-right:0px;
}
.fw02-1 ul li::before{
	width:1.5rem;
	height:1.5rem;
	margin-right:0.88rem;
	background-image:url(../img/gou2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.fw02-1 .inmore{
	margin-top:6.25rem;
}

.nwork{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
	padding-bottom:3.5rem;
	border-bottom:1px solid #E1E7E4;
}
.nwork::after{
	width:70%;
	height:2px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: #1A413A;
	content:'';
	display:inline-block;
}

/* ========== 第五个普通轮播：swiper-basic-1 ========== */
.swiper-basic-5{
	width: 100%;
	float:left;
}
.swiper-basic-5 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nwork .swiper-button-next, .nwork .swiper-button-prev{
	color: #fff;
	background: var(--Color-2, #1A413A);
	top:-7rem;
}
.nwork .swiper-pagination-bullet-active{
	background: var(--Color, #036);
	color: #fff;
}
.nwork .swiper-button-prev{
	right:3.3rem;
	left:auto;
}
.nwork .swiper-button-prev:hover{
	background: var(--Color, #036);
}
.nwork .swiper-button-next{
	right:0;
}
.nwork .swiper-button-next:hover{
	background: var(--Color, #036);
}
.nwork01{
	width:100%;
	position:relative;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 3.0rem) 0%, 100% 3.0rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
}
.nwork01:hover{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.nwork01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nwork01:hover .pic img{
	transform: scale(1.05);
}
.nwork01::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity: 0.7;
	background: #0F3830;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nwork01 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:2.5rem 1.75rem;
	padding-right:8.25rem;
}
.nwork01 .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 2.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 100% */
	letter-spacing: -0.0575rem;
}
.nwork01 .tex dl dd{
	margin-top:1.88rem;
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 135% */
	letter-spacing: -0.0225rem;
}

.fwlx{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlx-l{
	width:40%;
}
.fwlx-l h1{
	color: var(---333, #333);
	font-family: zt;
	font-size: 4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.80625rem; /* 95.156% */
	letter-spacing: -0.0725rem;
}
.fwlx-l ul{
	margin-top:2.04rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlx-l ul li{
	width:100%;
	margin-top:1.71rem;
	display:flex;
    align-items: center;
}
.fwlx-l ul li img{
	max-height:2.875rem;
	margin-right:1.0rem;
}
.fwlx-l ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 178.2% */
}
.fwlx-l ul li dl dd{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
}
.fwlx-l ul li b{
	color: var(---333, #333);
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 145% */
}
.fwlx-l .inmore{
	margin-top:3.75rem;
}

.fwlx-r{
	width:56%;
	clip-path:polygon(0% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%);
	overflow:hidden;
	position:relative;
}
.fwlx-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fwlx-r:hover img{
	transform: scale(1.05);
}
.fwlx-r .tex{
	width:18.75rem;
	padding: 1.375rem 1.625rem;
	background: #FFF;
	box-shadow: 0 18px 48px -22px rgba(18, 46, 41, 0.40);
	position:absolute;
	left:1.88rem;
	bottom:1.88rem;
	z-index:1;
}
.fwlx-r .tex dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 151.875% */
}
.fwlx-r .tex dl dd{
	margin-top:0.37rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.fwlx-r::after{
	width: 2.0rem;
	height: 2.0rem;
	position:absolute;
	left:calc(50% - 1rem);
	top:calc(50% - 1rem);
	z-index:2;
	background-image:url(../img/fk2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.allist{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.allist ul{
	display:flex;
	flex-wrap: wrap;
}
.allist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.allist ul li:nth-child(3n){
	margin-right:0px;
}
.case{
	width:100%;
	position:relative;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
	background: var(---Gray-6, #F2F2F2);
}
.case:hover{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.case .pic{
	width:100%;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
}
.case:hover .pic{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.case .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.case:hover .pic img{
	transform: scale(1.05);
}
.case .tex{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	padding:4.0rem 2.5rem;
}
.case .tex::after{
	content: "\2192";
	font-size:1.0rem;
	color:var(--Color, #036);
	line-height:normal;
}
.case .tex dl{
	width:74%;
}
.case .tex dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.case .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	
	display:flex;
	align-items: center;
}
.case .tex dl dd i{
	width:1px;
	height:1.2rem;
	background-color:#333;
	margin-left:0.62rem;
	margin-right:0.62rem;
}

.fy{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.fy ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
	display:flex;
}
.fy ul li a{
	display: flex;
	width: 3rem;
	min-width: 3rem;
	height:3.0rem;
	justify-content: center;
	align-items: center;
	border: 1px solid #E1E7E4;
	background: #FFF;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 162% */
}
.fy ul li a:hover{
	border: 1px solid #1A413A;
	background: #1A413A;
	color:#FFF;
}
.fy ul li a.cur{
	border: 1px solid #1A413A;
	background: #1A413A;
	color:#FFF;
}
.fy ul li a b{
	font-family:'宋体';
}

.texsm{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
}
.texsm ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.texsm ul li{
	width:25%;
	border-right: 1px solid var(---white, #FFF);
	padding:1.88rem 2.0rem;
}
.texsm ul li dl dt{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
	letter-spacing: 0.105rem;
	text-transform: uppercase;
}
.texsm ul li dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}

.newtex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.newtex h1{
	color: var(---333, #333);
	font-family: zt;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.16rem; /* 108% */
	letter-spacing: -0.04rem;
	margin-top:3.75rem;
	margin-bottom:2.5rem;
}

.wz{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.wz i{
	color: #8B958F;
	margin-left:0.64rem;
	margin-right:0.64rem;
}
.wz em{
	color: #1A413A;
}
.newtit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	color: var(---333, #333);
	font-family: zt;
	font-size: 4rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.07rem;
}
.newtit div{
	width:65%;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.90625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.newdate .a01{
	width:auto;
	display:flex;
	align-items: center;
}
.newdate .a01 a{
	display:flex;
	margin-left:0.62rem;
}
.newdate .a01 a img{
	max-height:2.75rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border: 1px solid #E1E7E4;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:49%;
	background: #1A413A;
	position:relative;
	z-index:3;
	padding: 3.75rem 3.25rem 3.5rem 3.25rem;
}
.lx01-l::after{
	width:62.7%;
	background-image:url(../img/blogo.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	bottom:0;
	z-index:-1;
	content:'';
	display:inline-block;
}
.lx01-l .a01 dl dt{
	color: #FFF;
	font-family: zt;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.025rem; /* 108% */
	letter-spacing: -0.0375rem;
}
.lx01-l .a01 dl dd{
	margin-top:0.88rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
	display:flex;
}
.lx01-l .a01 dl dd div{
	width:50%;
}
.lx01-l .a02{
	margin-top:4.62rem;
}
.lx01-l .a02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l .a02 ul li{
	width:100%;
	display:flex;
	align-items: center;
	margin-top:1.63rem;
}
.lx01-l .a02 ul li img{
	margin-right:1.12rem;
	max-height:3.0rem;
}
.lx01-l .a02 ul li dl dt{
	color: rgba(255, 255, 255, 0.60);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
	letter-spacing: 0.0325rem;
}
.lx01-l .a02 ul li dl dd{
	margin-top:0.31rem;
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.63125rem; /* 145% */
}
.lx01-l .a03{
	margin-top:6.25rem;
	display:flex;
	align-items: center;
}
.lx01-l .a03 a{
	margin-right:0.5rem;
	display:flex;
	align-items: center;
}
.lx01-l .a03 a img{
	max-height:2.875rem;
}

.lx01-r{
	width:51%;
	padding:3.5rem 3.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
}
.lx01-r h1{
	margin-bottom:0.5rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.025rem; /* 90% */
	letter-spacing: -0.0375rem;
}
.lx01-r ul{
	margin-top:1.05rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r ul li{
	width:48.5%;
	margin-top:1.07rem;
}
.lx01-r ul li .a1{
	display:flex;
	align-items: center;
}
.lx01-r ul li .a1 input{
	margin-right:0.75rem;
}
.lx01-r ul li.w100{
	width:100%;
}
.lx01-r ul li dl dt{
	color: var(---333, #333);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
	letter-spacing: 0.0325rem;
}
.lx01-r ul li dl dt i{
	color: var(---333, #B4451F);
}
.lx01-r ul li dl dd{
	margin-top:0.5rem;
}
.lxbk{
	width:100%;
	border: 1px solid #E1E7E4;
	background: var(---Gray-6, #F2F2F2);
	padding: 0.875rem 1rem;
	outline:none;
	color: #8B958F;
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.tjanniu{
	display:flex;
}
.tjanniu a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height:3.75rem;
	clip-path:polygon(0% 0%, 100% 0%, 100% 78%, 98% 100%, 0% 100%);
	background-color:var(--Color, #036);
	border:1px solid var(--Color, #036);
	position:relative;
	z-index:3;
	overflow:hidden;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00938rem;
	
}
.tjanniu a::after{
	width:2.19rem;
	height:2.06rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	position:absolute;
	top:0.87rem;
	right:0.81rem;
	z-index:1;
}
.lx02{
	width:100%;
	float:left;
	margin-top:10rem;
}
.lx02 img{
	width:100%;
	height:auto;
	display:block;
}
.nab04{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nab04 ul{
	display:flex;
	flex-wrap: wrap;
}
.nab04 ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	border: 1px solid var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
	margin-top:20px;
}
.nab04 ul li:hover{
	border: 1px solid var(--cd-2-a-21, #1A413A);
	background: var(---white, #FFF);
}
.nab04 ul li:nth-child(5n){
	margin-right:0px;
}
.nab04 ul li dl dt{
	overflow:hidden;
	padding:3.13rem;
}
.nab04 ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.nab04 ul li:hover dl dt img{
	transform: scale(1.05);
}
.nab04 ul li dl dd{
	padding:1.88rem;
	border-top:1px solid #E0E0E0;
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.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;}



.padb0{
	padding-bottom:0px;
	border-bottom:0px;
}
.mart3{
	margin-top:3.75rem;
}


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


}


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




	
}

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






	
}

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


















	
}





@media (max-width:999px) {


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

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

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.shouye-mobile-yuyan {
    display: flex;
    gap: 8px;
    padding: 10px 10px;
    border-top: 1px solid #f0f0f0;
}
.shouye-mobile-yuyan-anniu {
    flex: 1;
    text-align: center;
    padding: 4px 4px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
	line-height: 3rem;
    font-size: 13px;
    font-weight: 600;
    color: #555555;
    text-decoration: none;
    transition: background 0.2s ease,color 0.2s ease,border-color 0.2s ease;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.shouye-mobile-yuyan-anniu:hover, .shouye-mobile-yuyan-anniu:active, .shouye-mobile-yuyan-anniu--active {
    background: var(--lan-se);
    color: #ffffff;
    border-color: var(--lan-se);
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background:var(--Color, #036); 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;
}



.inmore{
	display:flex;
}
.inmore a{
	width:9.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0.48rem 0.48rem 0.48rem 0.88rem;
	clip-path:polygon(0% 0%, 100% 0%, 100% 72%, 92% 100%, 0% 100%);
	background-color:var(--10, rgba(255, 255, 255, 0.10));
	border:1px solid var(--30, rgba(255, 255, 255, 0.30));
	backdrop-filter: blur(12.5px);
	position:relative;
	z-index:3;
	overflow:hidden;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:var(--Color, #036);
	content:'';
	display: inline-block;
	transition: all 0.6s;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width:1.6rem;
	height:1.6rem;
	background-color:var(---white, #FFF);
	clip-path:polygon(0% 0%, 100% 0%, 100% 70%, 75% 100%, 0% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	content: "\2192";
	color:var(--Color, #036);
}
.inmore a.cur::before{
	width:100%;
}
.inmore a:hover{
	border:1px solid var(--Color, #036);
}
.inmore a.cur{
	border:1px solid var(--Color, #036);
}

.container{
	width: 100%;
	float:left;
	padding:0px 5.2vw;
}
.intit{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.intit dl{
	max-width:100%;
}
.intit dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.intit dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.infw{
	width:100%;
	float:left;
	padding:0 5.2vw;
	margin-top:1.5rem;
	position:relative;
}
/* ========== 第一个普通轮播：swiper-basic-1 ========== */
.swiper-basic-1{
	width: 100%;
	float:left;
}
.swiper-basic-1 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.infw .swiper-button-next, .infw .swiper-button-prev{
	color: #fff;
	background: var(--Color-2, #1A413A);
	top:-13rem;
}
.infw .swiper-pagination-bullet-active{
	background: var(--Color, #036);
	color: #fff;
}
.infw .swiper-button-prev{
	right:calc(5.2vw + 3.3rem);
	left:auto;
}
.infw .swiper-button-prev:hover{
	background: var(--Color, #036);
}
.infw .swiper-button-next{
	right:5.2vw;
}
.infw .swiper-button-next:hover{
	background: var(--Color, #036);
}
.infw01{
	width:100%;
	position:relative;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 3.0rem) 0%, 100% 3.0rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
}
.infw01:hover{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.infw01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.infw01:hover .pic img{
	transform: scale(1.05);
}
.infw01::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity: 0.7;
	background: #0F3830;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.infw01:hover::before{
	opacity:0;
}
.infw01 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:3.12rem 1.5rem;
}
.infw01 .tex h1{
	overflow:hidden;
}
.infw01 .tex h1 img{
	max-height:2.0rem;
}
.infw01 .tex dl dt{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 125% */
}
.infw01 .tex dl dd{
	margin-top:0.88rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.insolu{
	width:100%;
	float:left;
	margin-top:4.5rem;
	padding:0 5.2vw;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insolu .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.insolu .tex dl dt{
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.insolu .tex dl dd{
	margin-top:1.12rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:3.25rem;
}
.insolu .tex .inmore{
	margin-top:3.25rem;
}
.insolu .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.5rem;
}
.insolu .pic img{
	width:100%;
	height:auto;
	display:block;
}

.intit .inmore{
	margin-top:1.5rem;
}
.why{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.why ul{
	display: flex;
	flex-wrap: wrap;
}
.why ul li{
	width:100%;
	margin-top:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	clip-path:polygon(0% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%);
	padding:3.75rem 4.0rem 3.75rem 2.5rem;
}
.why ul li:nth-child(3n){
	margin-right:0px;
}
.why ul li .pic{
	overflow:hidden;
	display:flex;
}
.why ul li .pic img{
	max-height:3.0rem;
}
.why ul li dl dt{
	margin-top:3.12rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.why ul li dl dd{
	margin-top:1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.Resolve{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:4.5rem 5.2vw;
	background-image:url(../img/abj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.Resolve01{
	width:100%;
}
.Resolve01 dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.Resolve01 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.Resolve01 ul{
	margin-top:3.31rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Resolve01 ul li{
	width:calc(50% - 0.31rem);
	min-height:5.0rem;
	background-color:var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	clip-path:polygon(0% 0%, 100% 0%, 100% 70%, 95% 100%, 0% 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:0.94rem;
}
.Resolve01 ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:1.0rem 1.25rem 1.0rem 1.37rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.Resolve01 ul li a::after{
	margin-left:1.06rem;
	width: 2.375rem;
	height: 2.25rem;
	background-image:url(../img/tb01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	min-width:2.375rem;
	content:'';
	display:inline-block;
}
.Resolve01 .inmore{
	margin-top:3.25rem;
}

.inwork{
	width:100%;
	float:left;
	margin-top:1.75rem;
	position:relative;
}
/* ========== 第三个轮播：缩略图联动轮播 ========== */
    /* 主图轮播容器 */
.swiper-main-gallery {
	width: 100%;
}
.swiper-main-gallery .swiper-slide {
	background-size: cover;
	background-position: center;
}
.swiper-main-gallery .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inwork01{
	width:100%;
	position:relative;
}
.inwork01 .tex{
	width:80%;
	left:1.5rem;
	bottom:1.7rem;
	z-index:3;
	position:absolute;
}
.inwork01 .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inwork01 .tex dl dd{
	margin-top:0.75rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	display:flex;
	display:none;
}
.inwork01 .tex dl dd div{
	width:80%;
}
.inwork01 .tex .inmore{
	margin-top:1.5rem;
}

/* 缩略图轮播容器 */
.swiper-thumb-gallery{
	height: 3.8rem;
	margin: 0.5rem auto 0;
	box-sizing: border-box;
}
.swiper-thumb-gallery .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.9;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.2s ease;
}
.swiper-thumb-gallery .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid var(--Color-2, #1A413A);
	transform: scale(1.02);
}
.swiper-thumb-gallery .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-main-gallery .swiper-button-next, .swiper-main-gallery .swiper-button-prev{
	color: #fff;
	background: var(--10, rgba(255, 255, 255, 0.10));
	backdrop-filter: blur(12.5px);
	bottom:1.5rem;
	top:auto;
}
.swiper-main-gallery .swiper-pagination-bullet-active{
	background: var(---white, #FFF);
	color: var(--Color, #036);
}
.swiper-main-gallery .swiper-button-prev{
	right:4.2rem;
	left:auto;
}
.swiper-main-gallery .swiper-button-prev:hover{
	background: var(---white, #FFF);
}
.swiper-main-gallery .swiper-button-next{
	right:1.0rem;
}
.swiper-main-gallery .swiper-button-next:hover{
	background: var(---white, #FFF);
}
.swiper-main-gallery .swiper-button-prev:after,.swiper-main-gallery .swiper-rtl .swiper-button-next:after{
	content: "\2190";
	color:#fff;
}
.swiper-main-gallery .swiper-button-prev:hover:after,.swiper-main-gallery .swiper-rtl .swiper-button-next:hover:after{
	color: var(--Color, #036);
}
.swiper-main-gallery .swiper-button-next:after,.swiper-main-gallery .swiper-rtl .swiper-button-prev:after{
	content: "\2192";
	color:#fff;
}
.swiper-main-gallery .swiper-button-next:hover:after,.swiper-main-gallery .swiper-rtl .swiper-button-prev:hover:after{
	color: var(--Color, #036);
}

/* ========== 第二个普通轮播：swiper-basic-2（与第一个样式类似，不同配色） ========== */
.swiper-basic-2 {
	width: 100%;
	overflow: hidden;
}
.swiper-basic-2 .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}

.innew .swiper-button-next, .innew .swiper-button-prev{
	color: #fff;
	background: var(--Color-2, #1A413A);
	top:-6.5rem;
}
.innew .swiper-pagination-bullet-active{
	background: var(--Color, #036);
	color: #fff;
}
.innew .swiper-button-prev{
	right:calc(5.2vw + 3.3rem);
	left:auto;
}
.innew .swiper-button-prev:hover{
	background: var(--Color, #036);
}
.innew .swiper-button-next{
	right:5.2vw;
}
.innew .swiper-button-next:hover{
	background: var(--Color, #036);
}
.innew01{
	width:100%;
	position:relative;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
	padding:1.5rem;
	padding-bottom:2.44rem;
	background: var(---Gray-6, #F2F2F2);
}
.innew01:hover{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.innew01 .pic{
	width:100%;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
}
.innew01:hover .pic{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.innew01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew01:hover .pic img{
	transform: scale(1.05);
}
.innew01 .tex{
	width:100%;
	margin-top:2.12rem;
	display:flex;
	justify-content: space-between;
	flex-direction: column;
}
.innew01 .tex::after{
	content: "\2192";
	font-size:1.0rem;
	color:var(--Color, #036);
	line-height:normal;
	margin-top:1.0rem;
}
.innew01 .tex dl{
	width:100%;
}
.innew01 .tex dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	    height: 3rem;
}
.innew01 .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	
	display:flex;
	align-items: center;
}
.innew01 .tex dl dd i{
	width:1px;
	height:0.5rem;
	background-color:#333;
	margin-left:0.21rem;
	margin-right:0.21rem;
}

.innew{
	width:100%;
	float:left;
	position:relative;
	margin-top:1.5rem;
	padding:0 5.2vw;
}
.innew.ny{
	padding-left:0px;
}
.innew.ny .swiper-button-prev{
	right:3.3rem;
}
.innew.ny .swiper-button-next{
	right:0;
}

.foot{
	width:100%;
	float:left;
	background: var(--Color-2, #1A413A);
	margin-top:4rem;
}
.foot01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162.5% */
}
.foot01 .a01 h1{
	margin-bottom:2.5rem;
}
.foot01 .a01 h1 img{
	max-height:3.0rem;
}
.foot01 .a01 ul{
	margin-top:2.0rem;
	display: flex;
	flex-wrap: wrap;
}
.foot01 .a01 ul li{
	margin-right:0.75rem;
	width:auto;
	display:flex;
}
.foot01 .a01 ul li a{
	display:flex;
}
.foot01 .a01 ul li img{
	max-height:2.5rem;
}
.foot01 .a02{
	width:100%;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a02 dl{
	max-width:33.33%;
}
.foot01 .a02 dl dt{
	padding-bottom:0.5rem;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.foot01 .a02 dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.80);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.foot01 .a02 dl dd a{
	color: rgba(255, 255, 255, 0.80);
}
.foot01 .a03{
	width:100%;
	margin-top:3.0rem;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.foot01 .a03 dl dt{
	margin-top:1.12rem;
	color: rgba(255, 255, 255, 0.60);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162.5% */
}
.foot01 .a03 dl dd{
	margin-top:1.12rem;
	clip-path:polygon(0% 0%, 100% 0%, 100% 72%, 92% 100%, 0% 100%);
	border:1px solid var(--30, rgba(255, 255, 255, 0.30));
	height: 3.75rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-right:0.62rem;
	position:relative;
}
.foot01 .a03 dl dd::after{
	width:1.1rem;
	height:1.3rem;
	background-color:var(--30, rgba(255, 255, 255, 0.30));
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	content:'';
	display:inline-block;
	transform:skewX(-60deg);
}
.aniu{
	width:1.8rem;
	height:auto;
}
.xfbk{
	width:calc(100% - 2.2rem);
	border:0px;
	padding:0 1.25rem;
	outline:none;
	background-color:transparent;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xfbk::placeholder{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.42rem;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	padding:1.25rem 5.2vw;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.foot02 a{
	margin-right:1.0rem;
	color: rgba(255, 255, 255, 0.55);
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:1.5rem;
	z-index:2;
	display: flex;
	padding:0 5.2vw;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 h1{
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .tex01 h1 i{
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.nybanner .tex .tex01 h1 em{
	color: #9FD9C8;
}
.nybanner .tex dl dt{
	margin-top:0.5rem;
	color: #FFF;
	font-family:zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 108% */
}
.nybanner .tex dl dd{
	margin-top:1.94rem;
	color: rgba(255, 255, 255, 0.75);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	display:none;
}
.nybanner .tex .inmore{
	margin-top:1.5rem;
	display:flex;
}
.nybanner .tex .inmore a{
	margin-right:1.0rem;
}
.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab .tex dl dt{
	color: var(---333, #333);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.03rem;
}
.nab .tex dl dd{
	margin-top:1.12rem;
	margin-bottom:1.75rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.nab .tex ul{
	margin-top:1.87rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .tex ul li{
	width:100%;
	margin-top:0.88rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 162% */
	display:flex;
	align-items: center;
}
.nab .tex ul li::before{
	width:1.63rem;
	height:1.63rem;
	background-image:url(../img/gou.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	content:'';
	display:inline-block;
	margin-right:0.88rem;
}
.nab .pic{
	width:100%;
	position:relative;
	margin-top:3.0rem;
}
.nab .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nab .wb{
	width:11rem;
	padding: 1.25rem;
	position: absolute;
	right: -1.0rem;
	top: -1.0rem;
	z-index:1;
	background: #036;
}
.nab .wb dl dt{
	color: #FFF;
	font-size: 1.5em;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.nab .wb dl dt i{
	font-size: 1.75rem;
}
.nab .wb dl dd{
	margin-top:0.38rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
	letter-spacing: 0.0325rem;
}
.num{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:2.0rem 5.2vw;
	background: var(--Color-2, #1A413A);
	padding-top:0px;
}
.num ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.num ul li{
	width:50%;
	margin-top:2.0rem;
}
.num ul li dl dt{
	color: #FFF;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	letter-spacing: -0.075rem;
}
.num ul li dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162% */
	letter-spacing: 0.01875rem;
}
.nywhy{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.nywhy ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nywhy ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	clip-path: polygon(0% 0%, calc(100% - 3.0rem) 0%, 100% 3.0rem, 100% 100%, 0% 100%);
	padding:2.88rem;
	transition: all 0.6s;
	position:relative;
	margin-top:1.25rem;
}
.nywhy ul li:hover{
	background: var(--Color-2, #1A413A);
}
.nywhy ul li:hover .pic div{
	background: rgba(255, 255, 255, 0.14);
}
.nywhy ul li .pic{
	display:flex;
}
.nywhy ul li .pic div{
	display: flex;
	width: 3.625rem;
	height: 3.625rem;
	justify-content: center;
	align-items: center;
	background: #1A413A;
	transition: all 0.6s;
}
.nywhy ul li .pic div img{
	max-height:1.75rem;
}
.nywhy ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 82.5% */
	letter-spacing: -0.01688rem;
}
.nywhy ul li dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 172.125% */
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.nywhy ul li dl dd div{
	width:75%;
}
.nywhy ul li dl dd b{
	color: rgba(0, 0, 0, 0.1);
	font-size: 3.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
}
.nywhy ul li:hover dl dt{
	color: #FFF;
}
.nywhy ul li:hover dl dd{
	color: rgba(255, 255, 255, 0.82);
}
.nywhy ul li:hover dl dd b{
	color: rgba(255, 255, 255, 0.52);
}

.nwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:4rem 5.2vw;
	background: var(---Gray-6, #F2F2F2);
}
.fzlc{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
	z-index:3;
}
.fzlc::before{
	width:100%;
	height: 0.0625rem;
	background: linear-gradient(90deg, rgba(26, 65, 58, 0.00) 0%, #1A413A 23.56%, #1A413A 80.29%, rgba(26, 65, 58, 0.00) 100%);
	position:absolute;
	top:0.51rem;
	left:0;
	z-index:-1;
	content:'';
	display:inline-block;
}
/* ========== 第四个普通轮播：swiper-basic-4 ========== */
.swiper-basic-4{
	width: 100%;
	float:left;
}
.swiper-basic-4 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fzlc .swiper-button-next, .fzlc .swiper-button-prev{
	color: #fff;
	background: var(--Color-2, #1A413A);
	top:-7rem;
}
.fzlc .swiper-pagination-bullet-active{
	background: var(--Color, #036);
	color: #fff;
}
.fzlc .swiper-button-prev{
	right:3.3rem;
	left:auto;
}
.fzlc .swiper-button-prev:hover{
	background: var(--Color, #036);
}
.fzlc .swiper-button-next{
	right:0;
}
.fzlc .swiper-button-next:hover{
	background: var(--Color, #036);
}
.fzlc01{
	width:100%;
	position:relative;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 3.0rem) 0%, 100% 3.0rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
}
.fzlc01:hover{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.fzlc01 .pic img{
	max-height:1.0rem;
}
.fzlc01 .tex{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 155.357% */
}
.fzlc01 .tex dl dt{
	margin-top:1.3rem;
	color: #036;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fzlc01 .tex dl dd{
	margin-top:0.75rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.56rem;
}

.nab02{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.nab02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab02 ul li{
	width:49%;
	margin-top:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	clip-path:polygon(0% 0%, 100% 0%, 100% 85%, 80% 100%, 0% 100%);
	padding: 2rem 1.5rem 3rem 1.5rem;
}
.nab02 ul li:nth-child(4n){
	margin-right:0px;
}
.nab02 ul li .pic{
	overflow:hidden;
	display:flex;
}
.nab02 ul li .pic img{
	max-height:2.5rem;
}
.nab02 ul li dl dt{
	margin-top:1.62rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.0125rem;
}
.nab02 ul li 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 */
}
.nab03{
	width:100%;
	float:left;
	margin-top:4rem;
	position:relative;
}
.nab03 img{
	width:100%;
	height:auto;
	display:block;
}
.nab03 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 5.2vw;
    display: flex;
    align-items: center;
}
.nab03 .tex .tex01{
	width:100%;
}
.nab03 .tex .tex01 dl dt{
	color: #FFF;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.0325rem;
}
.nab03 .tex .tex01 dl dd{
	margin-top:1.25rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.40625rem */
	display:none;
}
.nab03 .tex .tex01 .inmore{
	margin-top:1.0rem;
	display:flex;
}
.nab03 .tex .tex01 .inmore a{
	margin-right:0.5rem;
}

.fwlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.fwlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fwlist ul li{
	width:48%;
	margin-top:1.25rem;
}
.fwlist ul li:nth-child(3n){
	margin-right:0px;
}
.nfw01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.nfw01-l{
	width:100%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.nfw01-l dl dt{
	color: #1A413A;
	font-family: zt4;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 162% */
	letter-spacing: 0.14625rem;
	text-transform: uppercase;
}
.nfw01-l dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 95.156% */
	letter-spacing: -0.0725rem;
	margin-bottom:1.5rem;
}
.nfw01-l ul{
	margin-top:2.12rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nfw01-l ul li{
	width:100%;
	display:flex;
	align-items: center;
	margin-top:0.5rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 162% */
}
.nfw01-l ul li::before{
	width: 1.625rem;
	height: 1.625rem;
	margin-right:0.88rem;
	background-image:url(../img/gou.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.nfw01-r{
	width:100%;
	margin-top:2.5rem;
}
.nfw01-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #E1E7E4;
	background: #FFF;
}
.nfw01-r ul li{
	width:33.33%;
	padding:1.88rem 1.5rem;
	border-right:1px solid #E1E7E4;
}
.nfw01-r ul li:nth-child(3n){
	border-right:0px;
}
.nfw01-r ul li dl dt{
	color: #1A413A;
	font-family: zt;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 100% */
	letter-spacing: -0.0475rem;
}
.nfw01-r ul li dl dd{
	margin-top:0.63rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.nfw01-r .pic{
	margin-top:1.25rem;
	overflow:hidden;
}
.nfw01-r .pic img{
	width:100%;
	height:auto;
	display:block;
}

.nys{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.nys ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nys ul li{
	width:48%;
	background: var(---Gray-6, #F2F2F2);
	clip-path:polygon(0% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%);
	padding: 1.5rem 3.31rem 2.62rem 1.5rem;
	margin-top:1.25rem;
	min-height:15.5rem;
}
.nys ul li:nth-child(3n){
	margin-right:0px;
}
.nys ul li .pic{
	overflow:hidden;
	display:flex;
	height:3.0rem;
	transition: all 0.6s;
}
.nys ul li .pic img{
	max-height:3rem;
}
.nys ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.nys ul li dl dd{
	margin-top:0rem;
	display:flex;
	transition: all 0.6s;
	height:0px;
	overflow:hidden;
}
.nys ul li dl dd img{
	max-height:2.0625rem;
}
.nys ul li:hover dl dd{
	height:auto;
	margin-top:1.88rem;
}
.nys ul li:hover dl dt{
	color: var(---white, #FFF);;
}
.nys ul li:hover .pic{
	height:0px;
	overflow:hidden;
}
.nys ul li:hover{
	background: var(--Color-2, #1A413A);
}

.fw01{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fw01-l{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fw01-l h1{
	color: var(---333, #333);
	font-size:1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.03rem;
	margin-bottom:1.75rem;
}
.fw01-l ul{
	margin-top:2.62rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fw01-l ul li{
	width:49%;
	margin-top:0.5rem;
	padding: 0.625rem 1rem;
	background: var(---Gray-6, #F2F2F2);
	color: #234E46;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.fw01-l ul li b{
	margin-right:0.54rem;
}
.fw01-r{
	width:100%;
	overflow:hidden;
	margin-top:3.0rem;
}
.fw01-r img{
	width:100%;
	height:auto;
	display:block;
}

.fw02{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:3.5rem 5.2vw;
	background-image:url(../img/fwb01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
}
.fw02-1{
	width:100%;
}
.fw02-1 h1{
	color: #FFF;
	font-family: zt;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 300;
	line-height: 105%; /* 105% */
	letter-spacing: -0.0725rem;
}
.fw02-1 ul{
	margin-top:3.25rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border-bottom:0px;
	display:flex;
	flex-wrap: wrap;
}
.fw02-1 ul li{
	width:50%;
	padding:1.0rem 1.5rem;
	display:flex;
	align-items: center;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	border-bottom: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.96875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 135% */
}
.fw02-1 ul li:nth-child(2n){
	border-right:0px;
}
.fw02-1 ul li::before{
	width:1.5rem;
	min-width:1.5rem;
	height:1.5rem;
	margin-right:0.88rem;
	background-image:url(../img/gou2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.fw02-1 .inmore{
	margin-top:3.25rem;
}

.nwork{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
	padding-bottom:3.5rem;
	border-bottom:1px solid #E1E7E4;
}
.nwork::after{
	width:70%;
	height:2px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: #1A413A;
	content:'';
	display:inline-block;
}

/* ========== 第五个普通轮播：swiper-basic-1 ========== */
.swiper-basic-5{
	width: 100%;
	float:left;
}
.swiper-basic-5 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nwork .swiper-button-next, .nwork .swiper-button-prev{
	color: #fff;
	background: var(--Color-2, #1A413A);
	top:-7rem;
}
.nwork .swiper-pagination-bullet-active{
	background: var(--Color, #036);
	color: #fff;
}
.nwork .swiper-button-prev{
	right:3.3rem;
	left:auto;
}
.nwork .swiper-button-prev:hover{
	background: var(--Color, #036);
}
.nwork .swiper-button-next{
	right:0;
}
.nwork .swiper-button-next:hover{
	background: var(--Color, #036);
}
.nwork01{
	width:100%;
	position:relative;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 3.0rem) 0%, 100% 3.0rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
}
.nwork01:hover{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.nwork01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nwork01:hover .pic img{
	transform: scale(1.05);
}
.nwork01::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity: 0.7;
	background: #0F3830;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nwork01 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:2.5rem 1.75rem;
	padding-right:8.25rem;
}
.nwork01 .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 2.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 100% */
	letter-spacing: -0.0575rem;
}
.nwork01 .tex dl dd{
	margin-top:1.88rem;
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 135% */
	letter-spacing: -0.0225rem;
}

.fwlx{
	width:100%;
	float:left;
	margin-top:3.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlx-l{
	width:100%;
}
.fwlx-l h1{
	color: var(---333, #333);
	font-family: zt;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.80625rem; /* 95.156% */
	letter-spacing: -0.0725rem;
}
.fwlx-l ul{
	margin-top:1.04rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlx-l ul li{
	width:100%;
	margin-top:1.5rem;
	display:flex;
    align-items: center;
}
.fwlx-l ul li img{
	max-height:2.875rem;
	margin-right:1.0rem;
}
.fwlx-l ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 178.2% */
}
.fwlx-l ul li dl dd{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
}
.fwlx-l ul li b{
	color: var(---333, #333);
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 145% */
}
.fwlx-l .inmore{
	margin-top:2.5rem;
}

.fwlx-r{
	width:100%;
	clip-path:polygon(0% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%);
	overflow:hidden;
	position:relative;
	margin-top:3.0rem;
}
.fwlx-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fwlx-r:hover img{
	transform: scale(1.05);
}
.fwlx-r .tex{
	width:18rem;
	padding: 1.375rem 1.625rem;
	background: #FFF;
	box-shadow: 0 18px 48px -22px rgba(18, 46, 41, 0.40);
	position:absolute;
	left:1.0rem;
	bottom:1.0rem;
	z-index:1;
}
.fwlx-r .tex dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 151.875% */
}
.fwlx-r .tex dl dd{
	margin-top:0.37rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.fwlx-r::after{
	width: 2.0rem;
	height: 2.0rem;
	position:absolute;
	left:calc(50% - 1rem);
	top:calc(50% - 1rem);
	z-index:2;
	background-image:url(../img/fk2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.allist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.allist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.allist ul li{
	width:48%;
	margin-top:1.25rem;
}
.allist ul li:nth-child(3n){
	margin-right:0px;
}
.case{
	width:100%;
	position:relative;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
	background: var(---Gray-6, #F2F2F2);
}
.case:hover{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.case .pic{
	width:100%;
	overflow:hidden;
	clip-path: polygon(0% 0%, calc(100% - 2.5rem) 0%, 100% 2.5rem, 100% 100%, 0% 100%);
	transition: all 0.6s;
}
.case:hover .pic{
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
}
.case .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.case:hover .pic img{
	transform: scale(1.05);
}
.case .tex{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	padding:1.5rem 1.0rem;
}
.case .tex::after{
	content: "\2192";
	font-size:1.0rem;
	color:var(--Color, #036);
	line-height:normal;
	margin-top:1.0rem;
}
.case .tex dl{
	width:100%;
}
.case .tex dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.case .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	
	display:flex;
	align-items: center;
}
.case .tex dl dd i{
	width:1px;
	height:0.5rem;
	background-color:#333;
	margin-left:0.22rem;
	margin-right:0.22rem;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.fy ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
	display:flex;
}
.fy ul li a{
	display: flex;
	width: 2.5rem;
	min-width: 2.5rem;
	height:2.5rem;
	justify-content: center;
	align-items: center;
	border: 1px solid #E1E7E4;
	background: #FFF;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 162% */
}
.fy ul li a:hover{
	border: 1px solid #1A413A;
	background: #1A413A;
	color:#FFF;
}
.fy ul li a b{
	font-family:'宋体';
}
.intit.abc{
	margin-top:8.25rem;
}
.texsm{
	width:100%;
	float:left;
	margin-top:1.75rem;
	background: var(---Gray-6, #F2F2F2);
}
.texsm ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.texsm ul li{
	width:50%;
	border-right: 1px solid var(---white, #FFF);
	border-bottom: 1px solid var(---white, #FFF);
	padding:1.0rem 1.25rem;
}
.texsm ul li dl dt{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
	letter-spacing: 0.105rem;
	text-transform: uppercase;
}
.texsm ul li dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162% */
}

.newtex{
	width:100%;
	float:left;
	margin-top:1.75rem;
	color: var(---333, #333);
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.newtex h1{
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 108% */
	letter-spacing: -0.04rem;
	margin-top:1.75rem;
	margin-bottom:1.5rem;
}

.wz{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.wz i{
	color: #8B958F;
	margin-left:0.64rem;
	margin-right:0.64rem;
}
.wz em{
	color: #1A413A;
}
.newtit{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display:flex;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.newtit div{
	width:100%;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.90625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 162% */
}
.newdate .a01{
	width:auto;
	display:flex;
	align-items: center;
	margin-top:1.25rem;
}
.newdate .a01 a{
	display:flex;
	margin-right:0.31rem;
}
.newdate .a01 a img{
	max-height:2.75rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border: 1px solid #E1E7E4;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
	background: #1A413A;
	position:relative;
	z-index:3;
	padding: 2.75rem 2.25rem 2.5rem 2.25rem;
}
.lx01-l::after{
	width:62.7%;
	background-image:url(../img/blogo.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	bottom:0;
	z-index:-1;
	content:'';
	display:inline-block;
}
.lx01-l .a01 dl dt{
	color: #FFF;
	font-family: zt;
	font-size: 1.55rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.025rem; /* 108% */
	letter-spacing: -0.0375rem;
}
.lx01-l .a01 dl dd{
	margin-top:0.88rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
	display:flex;
}
.lx01-l .a01 dl dd div{
	width:70%;
}
.lx01-l .a02{
	margin-top:2.62rem;
}
.lx01-l .a02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l .a02 ul li{
	width:100%;
	display:flex;
	align-items: center;
	margin-top:1.63rem;
}
.lx01-l .a02 ul li img{
	margin-right:1.12rem;
	max-height:3.0rem;
}
.lx01-l .a02 ul li dl dt{
	color: rgba(255, 255, 255, 0.60);
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
	letter-spacing: 0.0325rem;
}
.lx01-l .a02 ul li dl dd{
	margin-top:0.31rem;
	color: #FFF;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 145% */
}
.lx01-l .a03{
	margin-top:3.25rem;
	display:flex;
	align-items: center;
}
.lx01-l .a03 a{
	margin-right:0.5rem;
	display:flex;
	align-items: center;
}
.lx01-l .a03 a img{
	max-height:2.875rem;
}

.lx01-r{
	width:100%;
	padding:2.5rem 2.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162% */
}
.lx01-r h1{
	margin-bottom:0.5rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.025rem; /* 90% */
	letter-spacing: -0.0375rem;
}
.lx01-r ul{
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r ul li{
	width:48.5%;
	margin-top:1.07rem;
}
.lx01-r ul li .a1{
	display:flex;
	align-items: center;
}
.lx01-r ul li .a1 input{
	margin-right:0.75rem;
}
.lx01-r ul li.w100{
	width:100%;
}
.lx01-r ul li dl dt{
	color: var(---333, #333);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 162% */
	letter-spacing: 0.0325rem;
}
.lx01-r ul li dl dt i{
	color: var(---333, #B4451F);
}
.lx01-r ul li dl dd{
	margin-top:0.5rem;
}
.lxbk{
	width:100%;
	border: 1px solid #E1E7E4;
	background: var(---Gray-6, #F2F2F2);
	padding: 0.875rem 1rem;
	outline:none;
	color: #8B958F;
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.tjanniu{
	display:flex;
}
.tjanniu a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height:3.75rem;
	clip-path:polygon(0% 0%, 100% 0%, 100% 78%, 98% 100%, 0% 100%);
	background-color:var(--Color, #036);
	border:1px solid var(--Color, #036);
	position:relative;
	z-index:3;
	overflow:hidden;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.00938rem;
	
}
.tjanniu a::after{
	width:2.19rem;
	height:2.06rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	position:absolute;
	top:0.87rem;
	right:0.81rem;
	z-index:1;
}
.lx02{
	width:100%;
	float:left;
	margin-top:3rem;
}
.lx02 img{
	width:100%;
	height:auto;
	display:block;
}


.nab04{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.nab04 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab04 ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	border: 1px solid var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.nab04 ul li:hover{
	border: 1px solid var(--cd-2-a-21, #1A413A);
	background: var(---white, #FFF);
}
.nab04 ul li:nth-child(5n){
	margin-right:0px;
}
.nab04 ul li dl dt{
	overflow:hidden;
	padding:2.13rem;
}
.nab04 ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.nab04 ul li:hover dl dt img{
	transform: scale(1.05);
}
.nab04 ul li dl dd{
	padding:1.0rem;
	border-top:1px solid #E0E0E0;
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.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;}

.padb0{
	padding-bottom:0px;
	border-bottom:0px;
}
.mart3{
	margin-top:1.75rem;
}




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











}












































